|
|
|
1 | 2024-08-07T03:17:27.845Z | job assigned to worker 01J4NDDKB9PC479Q5VP9D2T1R9 (queued for 50 s) |
|
2 | 2024-08-07T03:17:34.856Z | starting task 0: "setup" |
3 | 2024-08-07T03:17:34.869Z | ++ uname -s |
4 | 2024-08-07T03:17:34.872Z | + kern=SunOS |
5 | 2024-08-07T03:17:34.872Z | + case "$kern" in |
6 | 2024-08-07T03:17:34.872Z | + groupadd -g 12345 build |
7 | 2024-08-07T03:17:34.875Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T03:17:36.881Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T03:17:36.968Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T03:17:36.972Z | + home_fs=zfs |
11 | 2024-08-07T03:17:36.972Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T03:17:36.972Z | + mkdir -p /home/build |
13 | 2024-08-07T03:17:36.975Z | + chown build:build /home/build /work |
14 | 2024-08-07T03:17:38.975Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T03:17:38.978Z | process exited: duration 4121 ms, exit code 0 |
|
16 | 2024-08-07T03:17:38.983Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T03:17:38.989Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T03:17:38.989Z | ' 1.80.0 |
19 | 2024-08-07T03:17:38.992Z | * toolchain channel = "1.80.0" |
20 | 2024-08-07T03:17:38.992Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-07T03:17:38.992Z | ' default |
22 | 2024-08-07T03:17:38.992Z | * toolchain profile = "default" |
23 | 2024-08-07T03:17:38.992Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T03:17:38.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T03:17:39.127Z | info: downloading installer |
26 | 2024-08-07T03:17:40.332Z | info: profile set to 'default' |
27 | 2024-08-07T03:17:40.333Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T03:17:40.336Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T03:17:40.484Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T03:17:40.484Z | info: downloading component 'cargo' |
31 | 2024-08-07T03:17:41.328Z | info: downloading component 'clippy' |
32 | 2024-08-07T03:17:41.627Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T03:17:42.828Z | info: downloading component 'rust-std' |
34 | 2024-08-07T03:17:44.498Z | info: downloading component 'rustc' |
35 | 2024-08-07T03:17:49.147Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T03:17:49.392Z | info: installing component 'cargo' |
37 | 2024-08-07T03:17:50.267Z | info: installing component 'clippy' |
38 | 2024-08-07T03:17:50.638Z | info: installing component 'rust-docs' |
39 | 2024-08-07T03:17:52.272Z | info: installing component 'rust-std' |
40 | 2024-08-07T03:17:53.943Z | info: installing component 'rustc' |
41 | 2024-08-07T03:17:58.448Z | info: installing component 'rustfmt' |
42 | 2024-08-07T03:17:58.796Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T03:17:58.796Z | |
44 | 2024-08-07T03:17:59.071Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T03:17:59.071Z | |
46 | 2024-08-07T03:17:59.120Z | |
47 | 2024-08-07T03:17:59.120Z | Rust is installed now. Great! |
48 | 2024-08-07T03:17:59.120Z | |
49 | 2024-08-07T03:17:59.120Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T03:17:59.120Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T03:17:59.120Z | |
52 | 2024-08-07T03:17:59.121Z | To configure your current shell, you need to source |
53 | 2024-08-07T03:17:59.121Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T03:17:59.121Z | |
55 | 2024-08-07T03:17:59.121Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T03:17:59.121Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T03:17:59.122Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T03:17:59.138Z | + rustc --version |
59 | 2024-08-07T03:17:59.201Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T03:17:59.212Z | process exited: duration 20219 ms, exit code 0 |
|
61 | 2024-08-07T03:17:59.226Z | starting task 2: "authentication" |
62 | 2024-08-07T03:17:59.266Z | process exited: duration 28 ms, exit code 0 |
|
63 | 2024-08-07T03:17:59.298Z | starting task 3: "clone repository" |
64 | 2024-08-07T03:17:59.307Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T03:17:59.308Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T03:17:59.357Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T03:18:04.072Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T03:18:04.076Z | + git fetch origin d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
69 | 2024-08-07T03:18:04.353Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T03:18:04.353Z | * branch d40ca80bc48745139dcc233a1cf6ca33a484d3c7 -> FETCH_HEAD |
71 | 2024-08-07T03:18:04.364Z | + [[ -n renovate/foreign-types-0.x ]] |
72 | 2024-08-07T03:18:04.367Z | ++ git branch --show-current |
73 | 2024-08-07T03:18:04.370Z | + current=main |
74 | 2024-08-07T03:18:04.371Z | + [[ main != renovate/foreign-types-0.x ]] |
75 | 2024-08-07T03:18:04.371Z | + git branch -f renovate/foreign-types-0.x d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
76 | 2024-08-07T03:18:04.374Z | + git checkout -f renovate/foreign-types-0.x |
77 | 2024-08-07T03:18:04.522Z | Switched to branch 'renovate/foreign-types-0.x' |
78 | 2024-08-07T03:18:04.525Z | + git reset --hard d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
79 | 2024-08-07T03:18:04.534Z | HEAD is now at d40ca80bc Update Rust crate foreign-types to 0.5.0 |
80 | 2024-08-07T03:18:04.537Z | process exited: duration 5242 ms, exit code 0 |
|
81 | 2024-08-07T03:18:04.547Z | starting task 4: "build" |
82 | 2024-08-07T03:18:04.551Z | + cargo --version |
83 | 2024-08-07T03:18:04.610Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T03:18:04.615Z | + rustc --version |
85 | 2024-08-07T03:18:04.673Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T03:18:04.676Z | + source ./env.sh |
87 | 2024-08-07T03:18:04.679Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-07T03:18:04.679Z | ++ set -o xtrace |
89 | 2024-08-07T03:18:04.679Z | ++++ dirname ./env.sh |
90 | 2024-08-07T03:18:04.682Z | +++ readlink -f . |
91 | 2024-08-07T03:18:04.685Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ 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-08-07T03:18:04.685Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-07T03:18:04.685Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-07T03:18:04.685Z | + 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-08-07T03:18:04.685Z | + 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-08-07T03:18:04.685Z | + banner prerequisites |
105 | 2024-08-07T03:18:04.688Z | |
106 | 2024-08-07T03:18:04.688Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-07T03:18:04.688Z | # # # # # # # # # # # # # # # |
108 | 2024-08-07T03:18:04.688Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-07T03:18:04.688Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-07T03:18:04.688Z | # # # # # # # # # # # # # # # |
111 | 2024-08-07T03:18:04.688Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-07T03:18:04.688Z | |
113 | 2024-08-07T03:18:04.688Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-07T03:18:11.408Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-07T03:18:13.427Z | Startup: Caching catalogs ... Done |
116 | 2024-08-07T03:18:17.139Z | Planning: Solver setup ... Done (3.137s) |
117 | 2024-08-07T03:18:17.198Z | Planning: Running solver ... Done (0.060s) |
118 | 2024-08-07T03:18:17.249Z | Planning: Finding local manifests ... Done (0.004s) |
119 | 2024-08-07T03:18:17.276Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-07T03:18:17.952Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-07T03:18:18.001Z | Planning: Package planning ... Done (0.048s) |
122 | 2024-08-07T03:18:18.052Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-07T03:18:18.348Z | Planning: Checking for conflicting actions ... Done (0.295s) |
124 | 2024-08-07T03:18:18.357Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-07T03:18:19.355Z | Planning: Evaluating mediators ... Done (0.997s) |
126 | 2024-08-07T03:18:19.365Z | Planning: Planning completed in 5.88 seconds |
127 | 2024-08-07T03:18:19.380Z | Packages to install: 4 |
128 | 2024-08-07T03:18:19.380Z | Mediators to change: 2 |
129 | 2024-08-07T03:18:19.385Z | Services to change: 1 |
130 | 2024-08-07T03:18:19.385Z | Estimated space available: 155.75 GB |
131 | 2024-08-07T03:18:19.385Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-07T03:18:19.385Z | Create boot environment: No |
133 | 2024-08-07T03:18:19.385Z | Create backup boot environment: No |
134 | 2024-08-07T03:18:19.386Z | Rebuild boot archive: No |
135 | 2024-08-07T03:18:19.386Z | |
136 | 2024-08-07T03:18:19.386Z | Changed mediators: |
137 | 2024-08-07T03:18:19.386Z | mediator clang: |
138 | 2024-08-07T03:18:19.386Z | version: None -> 15 (system default) |
139 | 2024-08-07T03:18:19.386Z | |
140 | 2024-08-07T03:18:19.386Z | mediator llvm: |
141 | 2024-08-07T03:18:19.386Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-07T03:18:19.386Z | |
143 | 2024-08-07T03:18:19.387Z | Changed packages: |
144 | 2024-08-07T03:18:19.387Z | helios-dev |
145 | 2024-08-07T03:18:19.387Z | developer/build-essential |
146 | 2024-08-07T03:18:19.387Z | None -> 11-2.0 |
147 | 2024-08-07T03:18:19.387Z | library/libxmlsec1 |
148 | 2024-08-07T03:18:19.387Z | None -> 1.2.35-2.0 |
149 | 2024-08-07T03:18:19.387Z | ooce/developer/clang-15 |
150 | 2024-08-07T03:18:19.387Z | None -> 15.0.7-2.0 |
151 | 2024-08-07T03:18:19.387Z | ooce/developer/llvm-15 |
152 | 2024-08-07T03:18:19.387Z | None -> 15.0.7-2.0 |
153 | 2024-08-07T03:18:19.387Z | |
154 | 2024-08-07T03:18:19.387Z | Services: |
155 | 2024-08-07T03:18:19.387Z | restart_fmri: |
156 | 2024-08-07T03:18:19.387Z | svc:/system/update-man-index:default |
157 | 2024-08-07T03:18:19.426Z | |
158 | 2024-08-07T03:18:19.426Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-07T03:18:25.628Z | Download: 210/3290 items 1.3/212.6MB 0% complete (719k/s) |
160 | 2024-08-07T03:18:32.096Z | Download: 212/3290 items 1.3/212.6MB 0% complete |
161 | 2024-08-07T03:18:37.182Z | Download: 255/3290 items 1.5/212.6MB 0% complete (29.0k/s) |
162 | 2024-08-07T03:18:42.322Z | Download: 406/3290 items 2.5/212.6MB 1% complete (124k/s) |
163 | 2024-08-07T03:18:47.545Z | Download: 520/3290 items 2.9/212.6MB 1% complete (145k/s) |
164 | 2024-08-07T03:18:52.547Z | Download: 1123/3290 items 21.1/212.6MB 9% complete (1.8M/s) |
165 | 2024-08-07T03:18:57.950Z | Download: 1197/3290 items 75.5/212.6MB 35% complete (7.2M/s) |
166 | 2024-08-07T03:19:08.775Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
167 | 2024-08-07T03:19:13.805Z | Download: 1363/3290 items 114.0/212.6MB 53% complete (6.8M/s) |
168 | 2024-08-07T03:19:18.830Z | Download: 1539/3290 items 117.5/212.6MB 55% complete (3.8M/s) |
169 | 2024-08-07T03:19:23.843Z | Download: 1825/3290 items 118.4/212.6MB 55% complete (458k/s) |
170 | 2024-08-07T03:19:28.849Z | Download: 2012/3290 items 118.7/212.6MB 55% complete (118k/s) |
171 | 2024-08-07T03:19:34.038Z | Download: 2216/3290 items 119.2/212.6MB 56% complete (87.0k/s) |
172 | 2024-08-07T03:19:45.821Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
173 | 2024-08-07T03:19:50.826Z | Download: 2468/3290 items 120.1/212.6MB 56% complete (195k/s) |
174 | 2024-08-07T03:19:55.826Z | Download: 3206/3290 items 188.0/212.6MB 88% complete (6.8M/s) |
175 | 2024-08-07T03:20:11.302Z | Download: 3248/3290 items 203.1/212.6MB 95% complete |
176 | 2024-08-07T03:20:24.035Z | Download: 3284/3290 items 211.0/212.6MB 99% complete |
177 | 2024-08-07T03:20:36.890Z | Download: 3289/3290 items 212.6/212.6MB 100% complete |
178 | 2024-08-07T03:20:36.915Z | Download: Completed 212.60 MB in 137.48 seconds (1.6M/s) |
179 | 2024-08-07T03:20:37.076Z | Actions: 1/3689 actions (Installing new actions) |
180 | 2024-08-07T03:20:41.665Z | Actions: Completed 3689 actions in 4.59 seconds. |
181 | 2024-08-07T03:20:41.925Z | Done (0.255s) |
182 | 2024-08-07T03:20:41.925Z | Done (0.000s) |
183 | 2024-08-07T03:20:42.284Z | Done (0.357s) |
184 | 2024-08-07T03:20:46.548Z | Done (4.103s) |
185 | 2024-08-07T03:20:46.630Z | Done (0.016s) |
186 | 2024-08-07T03:20:46.633Z | Done (0.000s) |
187 | 2024-08-07T03:20:46.798Z | Done (0.000s) |
188 | 2024-08-07T03:20:47.380Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-07T03:20:47.543Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-07T03:20:47.546Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-07T03:20:47.815Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-07T03:20:47.819Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-08-07T03:20:47.848Z | Mediators to change: 2 |
194 | 2024-08-07T03:20:47.848Z | Create boot environment: No |
195 | 2024-08-07T03:20:47.852Z | Create backup boot environment: No |
196 | 2024-08-07T03:20:47.918Z | Done |
197 | 2024-08-07T03:20:47.918Z | Done |
198 | 2024-08-07T03:20:48.137Z | Done |
199 | 2024-08-07T03:20:51.590Z | Done |
200 | 2024-08-07T03:20:51.675Z | Done |
201 | 2024-08-07T03:20:51.679Z | Done |
202 | 2024-08-07T03:20:51.793Z | Done |
203 | 2024-08-07T03:20:52.398Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-08-07T03:20:52.402Z | Planning: Merging actions ... Done |
205 | 2024-08-07T03:20:52.591Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-08-07T03:20:52.594Z | Planning: Consolidating action changes ... Done |
207 | 2024-08-07T03:20:52.857Z | Planning: Evaluating mediators ... Done |
208 | 2024-08-07T03:20:52.913Z | Planning: Planning completed in 0.76 seconds |
209 | 2024-08-07T03:20:52.948Z | Packages to change: 1 |
210 | 2024-08-07T03:20:52.948Z | Mediators to change: 1 |
211 | 2024-08-07T03:20:52.951Z | Services to change: 1 |
212 | 2024-08-07T03:20:52.951Z | Create boot environment: No |
213 | 2024-08-07T03:20:52.951Z | Create backup boot environment: Yes |
214 | 2024-08-07T03:20:54.643Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-08-07T03:20:54.646Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-08-07T03:20:54.646Z | Done |
217 | 2024-08-07T03:20:54.646Z | Done |
218 | 2024-08-07T03:20:54.719Z | Done |
219 | 2024-08-07T03:20:58.299Z | Done |
220 | 2024-08-07T03:20:58.385Z | Done |
221 | 2024-08-07T03:20:58.388Z | Done |
222 | 2024-08-07T03:20:58.489Z | Done |
223 | 2024-08-07T03:20:58.928Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-08-07T03:20:58.928Z | clang system 15 system |
225 | 2024-08-07T03:20:58.928Z | csh system system illumos |
226 | 2024-08-07T03:20:58.928Z | ctags system system illumos |
227 | 2024-08-07T03:20:58.928Z | gcc vendor 12 vendor |
228 | 2024-08-07T03:20:58.928Z | gcc system 10 system |
229 | 2024-08-07T03:20:58.928Z | gcc system 7 system |
230 | 2024-08-07T03:20:58.928Z | go system 1.20 system |
231 | 2024-08-07T03:20:58.928Z | go system 1.19 system |
232 | 2024-08-07T03:20:58.928Z | llvm system 15 system |
233 | 2024-08-07T03:20:58.929Z | llvm system 14 system |
234 | 2024-08-07T03:20:58.929Z | mariadb system 10.6 system |
235 | 2024-08-07T03:20:58.929Z | mta vendor vendor dma |
236 | 2024-08-07T03:20:58.929Z | openjdk system 17 system |
237 | 2024-08-07T03:20:58.929Z | openjdk system 11 system |
238 | 2024-08-07T03:20:58.929Z | openjdk system 1.8 system |
239 | 2024-08-07T03:20:58.929Z | openssl vendor 3 vendor |
240 | 2024-08-07T03:20:58.929Z | perl system 5.36 system |
241 | 2024-08-07T03:20:58.929Z | postgresql system 15 system |
242 | 2024-08-07T03:20:58.929Z | postgresql system 13 system |
243 | 2024-08-07T03:20:58.929Z | python vendor 3 vendor |
244 | 2024-08-07T03:20:58.929Z | python system 2 system |
245 | 2024-08-07T03:20:58.929Z | python3 system 3.11 system |
246 | 2024-08-07T03:20:58.929Z | ruby system 3.0 system |
247 | 2024-08-07T03:20:58.929Z | words vendor vendor american-english |
248 | 2024-08-07T03:20:58.929Z | words system system australian-english |
249 | 2024-08-07T03:20:58.929Z | words system system british-english |
250 | 2024-08-07T03:20:58.929Z | words system system canadian-english |
251 | 2024-08-07T03:20:58.929Z | words system system french |
252 | 2024-08-07T03:20:58.929Z | words system system italian |
253 | 2024-08-07T03:20:58.929Z | words system system ngerman |
254 | 2024-08-07T03:20:58.929Z | words system system ogerman |
255 | 2024-08-07T03:20:58.929Z | words system system spanish |
256 | 2024-08-07T03:20:59.259Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-08-07T03:20:59.259Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-08-07T03:21:00.929Z | FMRI IFO |
259 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
266 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-08-07T03:21:00.929Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-08-07T03:21:01.500Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-08-07T03:21:01.740Z | Updating git repository `https://github.com/oxidecomputer/zone` |
273 | 2024-08-07T03:21:02.002Z | Updating crates.io index |
274 | 2024-08-07T03:21:02.071Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
275 | 2024-08-07T03:21:02.776Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-08-07T03:21:03.460Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-08-07T03:21:03.715Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
278 | 2024-08-07T03:21:05.322Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-08-07T03:21:05.540Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-08-07T03:21:05.762Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-08-07T03:21:06.794Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-08-07T03:21:08.571Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-08-07T03:21:09.552Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-08-07T03:21:10.267Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-08-07T03:21:10.811Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-08-07T03:21:11.036Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
287 | 2024-08-07T03:21:11.313Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
288 | 2024-08-07T03:21:11.577Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-08-07T03:21:11.801Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-08-07T03:21:12.011Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-08-07T03:21:12.220Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-08-07T03:21:12.484Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
293 | 2024-08-07T03:21:12.821Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-08-07T03:21:13.042Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-08-07T03:21:13.439Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-08-07T03:21:13.707Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-08-07T03:21:14.146Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-08-07T03:21:14.467Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-08-07T03:21:14.844Z | Updating git repository `https://github.com/oxidecomputer/typify` |
300 | 2024-08-07T03:21:17.162Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-08-07T03:21:17.364Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-08-07T03:21:17.613Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-08-07T03:21:17.956Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
304 | 2024-08-07T03:21:19.009Z | Downloading crates ... |
305 | 2024-08-07T03:21:19.088Z | Downloaded anstyle-parse v0.2.4 |
306 | 2024-08-07T03:21:19.091Z | Downloaded anyhow v1.0.86 |
307 | 2024-08-07T03:21:19.096Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-08-07T03:21:19.100Z | Downloaded colorchoice v1.0.1 |
309 | 2024-08-07T03:21:19.106Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-08-07T03:21:19.109Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-08-07T03:21:19.109Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-08-07T03:21:19.113Z | Downloaded heck v0.4.1 |
313 | 2024-08-07T03:21:19.123Z | Downloaded errno v0.3.9 |
314 | 2024-08-07T03:21:19.126Z | Downloaded digest v0.10.7 |
315 | 2024-08-07T03:21:19.129Z | Downloaded cargo-platform v0.1.8 |
316 | 2024-08-07T03:21:19.129Z | Downloaded byteorder v1.5.0 |
317 | 2024-08-07T03:21:19.129Z | Downloaded block-buffer v0.10.4 |
318 | 2024-08-07T03:21:19.132Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-08-07T03:21:19.136Z | Downloaded itoa v1.0.11 |
320 | 2024-08-07T03:21:19.139Z | Downloaded version_check v0.9.5 |
321 | 2024-08-07T03:21:19.139Z | Downloaded utf8parse v0.2.1 |
322 | 2024-08-07T03:21:19.139Z | Downloaded terminal_size v0.3.0 |
323 | 2024-08-07T03:21:19.143Z | Downloaded serde_tokenstream v0.2.1 |
324 | 2024-08-07T03:21:19.147Z | Downloaded crypto-common v0.1.6 |
325 | 2024-08-07T03:21:19.147Z | Downloaded anstream v0.6.14 |
326 | 2024-08-07T03:21:19.147Z | Downloaded equivalent v1.0.1 |
327 | 2024-08-07T03:21:19.150Z | Downloaded autocfg v1.3.0 |
328 | 2024-08-07T03:21:19.153Z | Downloaded thiserror-impl v1.0.63 |
329 | 2024-08-07T03:21:19.156Z | Downloaded anstyle v1.0.8 |
330 | 2024-08-07T03:21:19.156Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-07T03:21:19.159Z | Downloaded anstyle-query v1.0.3 |
332 | 2024-08-07T03:21:19.159Z | Downloaded clap_derive v4.5.13 |
333 | 2024-08-07T03:21:19.162Z | Downloaded fs-err v2.11.0 |
334 | 2024-08-07T03:21:19.164Z | Downloaded cargo_toml v0.20.4 |
335 | 2024-08-07T03:21:19.170Z | Downloaded strsim v0.11.1 |
336 | 2024-08-07T03:21:19.173Z | Downloaded quote v1.0.36 |
337 | 2024-08-07T03:21:19.177Z | Downloaded is_terminal_polyfill v1.70.0 |
338 | 2024-08-07T03:21:19.177Z | Downloaded bitflags v2.6.0 |
339 | 2024-08-07T03:21:19.180Z | Downloaded swrite v0.1.0 |
340 | 2024-08-07T03:21:19.185Z | Downloaded cpufeatures v0.2.12 |
341 | 2024-08-07T03:21:19.188Z | Downloaded cfg-if v1.0.0 |
342 | 2024-08-07T03:21:19.190Z | Downloaded generic-array v0.14.7 |
343 | 2024-08-07T03:21:19.190Z | Downloaded bytecount v0.6.8 |
344 | 2024-08-07T03:21:19.194Z | Downloaded usdt-macro v0.5.0 |
345 | 2024-08-07T03:21:19.197Z | Downloaded macaddr v1.0.1 |
346 | 2024-08-07T03:21:19.200Z | Downloaded dof v0.3.0 |
347 | 2024-08-07T03:21:19.203Z | Downloaded log v0.4.21 |
348 | 2024-08-07T03:21:19.207Z | Downloaded once_cell v1.19.0 |
349 | 2024-08-07T03:21:19.216Z | Downloaded memmap v0.7.0 |
350 | 2024-08-07T03:21:19.218Z | Downloaded fnv v1.0.7 |
351 | 2024-08-07T03:21:19.221Z | Downloaded serde_spanned v0.6.7 |
352 | 2024-08-07T03:21:19.224Z | Downloaded plain v0.2.3 |
353 | 2024-08-07T03:21:19.224Z | Downloaded usdt v0.5.0 |
354 | 2024-08-07T03:21:19.227Z | Downloaded thread-id v4.2.1 |
355 | 2024-08-07T03:21:19.227Z | Downloaded scroll v0.12.0 |
356 | 2024-08-07T03:21:19.231Z | Downloaded usdt-impl v0.5.0 |
357 | 2024-08-07T03:21:19.235Z | Downloaded clap_lex v0.7.0 |
358 | 2024-08-07T03:21:19.235Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-08-07T03:21:19.235Z | Downloaded camino v1.1.7 |
360 | 2024-08-07T03:21:19.239Z | Downloaded toml_datetime v0.6.8 |
361 | 2024-08-07T03:21:19.239Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-08-07T03:21:19.239Z | Downloaded toml v0.8.19 |
363 | 2024-08-07T03:21:19.241Z | Downloaded pest_meta v2.7.10 |
364 | 2024-08-07T03:21:19.244Z | Downloaded clap v4.5.13 |
365 | 2024-08-07T03:21:19.251Z | Downloaded ucd-trie v0.1.6 |
366 | 2024-08-07T03:21:19.254Z | Downloaded semver v1.0.23 |
367 | 2024-08-07T03:21:19.254Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-08-07T03:21:19.257Z | Downloaded pest_derive v2.7.10 |
369 | 2024-08-07T03:21:19.260Z | Downloaded thiserror v1.0.63 |
370 | 2024-08-07T03:21:19.263Z | Downloaded heck v0.5.0 |
371 | 2024-08-07T03:21:19.268Z | Downloaded zerocopy-derive v0.7.34 |
372 | 2024-08-07T03:21:19.273Z | Downloaded ryu v1.0.18 |
373 | 2024-08-07T03:21:19.276Z | Downloaded serde v1.0.204 |
374 | 2024-08-07T03:21:19.279Z | Downloaded sha2 v0.10.8 |
375 | 2024-08-07T03:21:19.282Z | Downloaded proc-macro2 v1.0.86 |
376 | 2024-08-07T03:21:19.284Z | Downloaded unicode-ident v1.0.12 |
377 | 2024-08-07T03:21:19.287Z | Downloaded typenum v1.17.0 |
378 | 2024-08-07T03:21:19.291Z | Downloaded memchr v2.7.2 |
379 | 2024-08-07T03:21:19.298Z | Downloaded serde_derive v1.0.204 |
380 | 2024-08-07T03:21:19.301Z | Downloaded papergrid v0.11.0 |
381 | 2024-08-07T03:21:19.306Z | Downloaded toml_edit v0.22.20 |
382 | 2024-08-07T03:21:19.326Z | Downloaded indexmap v2.3.0 |
383 | 2024-08-07T03:21:19.343Z | Downloaded pest v2.7.10 |
384 | 2024-08-07T03:21:19.352Z | Downloaded serde_json v1.0.122 |
385 | 2024-08-07T03:21:19.360Z | Downloaded hashbrown v0.14.5 |
386 | 2024-08-07T03:21:19.369Z | Downloaded zerocopy v0.7.34 |
387 | 2024-08-07T03:21:19.384Z | Downloaded goblin v0.8.2 |
388 | 2024-08-07T03:21:19.390Z | Downloaded clap_builder v4.5.13 |
389 | 2024-08-07T03:21:19.397Z | Downloaded winnow v0.6.18 |
390 | 2024-08-07T03:21:19.404Z | Downloaded tabled v0.15.0 |
391 | 2024-08-07T03:21:19.419Z | Downloaded syn v1.0.109 |
392 | 2024-08-07T03:21:19.428Z | Downloaded syn v2.0.72 |
393 | 2024-08-07T03:21:19.438Z | Downloaded rustix v0.38.34 |
394 | 2024-08-07T03:21:19.459Z | Downloaded unicode-width v0.1.13 |
395 | 2024-08-07T03:21:19.480Z | Downloaded libc v0.2.155 |
396 | 2024-08-07T03:21:19.772Z | Compiling proc-macro2 v1.0.86 |
397 | 2024-08-07T03:21:19.772Z | Compiling unicode-ident v1.0.12 |
398 | 2024-08-07T03:21:19.772Z | Compiling version_check v0.9.5 |
399 | 2024-08-07T03:21:19.776Z | Compiling serde v1.0.204 |
400 | 2024-08-07T03:21:19.776Z | Compiling memchr v2.7.2 |
401 | 2024-08-07T03:21:19.776Z | Compiling thiserror v1.0.63 |
402 | 2024-08-07T03:21:19.776Z | Compiling libc v0.2.155 |
403 | 2024-08-07T03:21:19.776Z | Compiling ucd-trie v0.1.6 |
404 | 2024-08-07T03:21:20.019Z | Compiling ryu v1.0.18 |
405 | 2024-08-07T03:21:20.390Z | Compiling itoa v1.0.11 |
406 | 2024-08-07T03:21:20.484Z | Compiling once_cell v1.19.0 |
407 | 2024-08-07T03:21:20.615Z | Compiling byteorder v1.5.0 |
408 | 2024-08-07T03:21:20.634Z | Compiling serde_json v1.0.122 |
409 | 2024-08-07T03:21:21.030Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-08-07T03:21:21.105Z | Compiling usdt-impl v0.5.0 |
411 | 2024-08-07T03:21:21.151Z | Compiling rustix v0.38.34 |
412 | 2024-08-07T03:21:21.277Z | Compiling syn v1.0.109 |
413 | 2024-08-07T03:21:21.382Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-08-07T03:21:21.502Z | Compiling quote v1.0.36 |
415 | 2024-08-07T03:21:21.629Z | Compiling utf8parse v0.2.1 |
416 | 2024-08-07T03:21:21.689Z | Compiling equivalent v1.0.1 |
417 | 2024-08-07T03:21:21.792Z | Compiling hashbrown v0.14.5 |
418 | 2024-08-07T03:21:21.816Z | Compiling plain v0.2.3 |
419 | 2024-08-07T03:21:21.939Z | Compiling syn v2.0.72 |
420 | 2024-08-07T03:21:22.064Z | Compiling errno v0.3.9 |
421 | 2024-08-07T03:21:22.093Z | Compiling log v0.4.21 |
422 | 2024-08-07T03:21:22.154Z | Compiling bitflags v2.6.0 |
423 | 2024-08-07T03:21:22.301Z | Compiling thread-id v4.2.1 |
424 | 2024-08-07T03:21:22.376Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-08-07T03:21:22.605Z | Compiling autocfg v1.3.0 |
426 | 2024-08-07T03:21:22.700Z | Compiling pretty-hex v0.4.1 |
427 | 2024-08-07T03:21:22.921Z | Compiling anstyle-query v1.0.3 |
428 | 2024-08-07T03:21:22.936Z | Compiling colorchoice v1.0.1 |
429 | 2024-08-07T03:21:23.070Z | Compiling indexmap v2.3.0 |
430 | 2024-08-07T03:21:23.095Z | Compiling winnow v0.6.18 |
431 | 2024-08-07T03:21:23.170Z | Compiling is_terminal_polyfill v1.70.0 |
432 | 2024-08-07T03:21:23.310Z | Compiling anstyle v1.0.8 |
433 | 2024-08-07T03:21:23.335Z | Compiling camino v1.1.7 |
434 | 2024-08-07T03:21:23.646Z | Compiling semver v1.0.23 |
435 | 2024-08-07T03:21:23.878Z | Compiling anstream v0.6.14 |
436 | 2024-08-07T03:21:24.091Z | Compiling fs-err v2.11.0 |
437 | 2024-08-07T03:21:24.128Z | Compiling terminal_size v0.3.0 |
438 | 2024-08-07T03:21:24.413Z | Compiling clap_lex v0.7.0 |
439 | 2024-08-07T03:21:24.470Z | Compiling anyhow v1.0.86 |
440 | 2024-08-07T03:21:24.495Z | Compiling fnv v1.0.7 |
441 | 2024-08-07T03:21:24.555Z | Compiling bytecount v0.6.8 |
442 | 2024-08-07T03:21:24.624Z | Compiling strsim v0.11.1 |
443 | 2024-08-07T03:21:24.696Z | Compiling heck v0.5.0 |
444 | 2024-08-07T03:21:24.761Z | Compiling heck v0.4.1 |
445 | 2024-08-07T03:21:24.948Z | Compiling unicode-width v0.1.13 |
446 | 2024-08-07T03:21:25.204Z | Compiling papergrid v0.11.0 |
447 | 2024-08-07T03:21:25.250Z | Compiling clap_builder v4.5.13 |
448 | 2024-08-07T03:21:25.577Z | Compiling memmap v0.7.0 |
449 | 2024-08-07T03:21:25.951Z | Compiling swrite v0.1.0 |
450 | 2024-08-07T03:21:27.461Z | Compiling tabled_derive v0.7.0 |
451 | 2024-08-07T03:21:29.139Z | Compiling tabled v0.15.0 |
452 | 2024-08-07T03:21:30.688Z | Compiling serde_derive v1.0.204 |
453 | 2024-08-07T03:21:30.688Z | Compiling thiserror-impl v1.0.63 |
454 | 2024-08-07T03:21:30.691Z | Compiling zerocopy-derive v0.7.34 |
455 | 2024-08-07T03:21:30.786Z | Compiling scroll_derive v0.12.0 |
456 | 2024-08-07T03:21:30.911Z | Compiling clap_derive v4.5.13 |
457 | 2024-08-07T03:21:32.324Z | Compiling scroll v0.12.0 |
458 | 2024-08-07T03:21:32.800Z | Compiling zerocopy v0.7.34 |
459 | 2024-08-07T03:21:32.857Z | Compiling goblin v0.8.2 |
460 | 2024-08-07T03:21:33.636Z | Compiling pest v2.7.10 |
461 | 2024-08-07T03:21:34.705Z | Compiling clap v4.5.13 |
462 | 2024-08-07T03:21:35.793Z | Compiling pest_meta v2.7.10 |
463 | 2024-08-07T03:21:36.612Z | Compiling pest_generator v2.7.10 |
464 | 2024-08-07T03:21:38.469Z | Compiling pest_derive v2.7.10 |
465 | 2024-08-07T03:21:39.151Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-08-07T03:21:41.393Z | Compiling serde_tokenstream v0.2.1 |
467 | 2024-08-07T03:21:41.429Z | Compiling toml_datetime v0.6.8 |
468 | 2024-08-07T03:21:41.431Z | Compiling serde_spanned v0.6.7 |
469 | 2024-08-07T03:21:41.431Z | Compiling cargo-platform v0.1.8 |
470 | 2024-08-07T03:21:41.763Z | Compiling toml_edit v0.22.20 |
471 | 2024-08-07T03:21:41.890Z | Compiling macaddr v1.0.1 |
472 | 2024-08-07T03:21:42.791Z | Compiling dof v0.3.0 |
473 | 2024-08-07T03:21:42.791Z | Compiling cargo_metadata v0.18.1 |
474 | 2024-08-07T03:21:44.522Z | Compiling usdt-attr-macro v0.5.0 |
475 | 2024-08-07T03:21:44.522Z | Compiling usdt-macro v0.5.0 |
476 | 2024-08-07T03:21:44.605Z | Compiling toml v0.8.19 |
477 | 2024-08-07T03:21:45.440Z | Compiling cargo_toml v0.20.4 |
478 | 2024-08-07T03:21:45.886Z | Compiling usdt v0.5.0 |
479 | 2024-08-07T03:21:49.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
480 | 2024-08-07T03:21:52.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.60s |
481 | 2024-08-07T03:21:53.123Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
482 | 2024-08-07T03:21:53.665Z | Downloading crates ... |
483 | 2024-08-07T03:21:53.786Z | Downloaded ascii-canvas v3.0.0 |
484 | 2024-08-07T03:21:53.789Z | Downloaded array-init v0.0.4 |
485 | 2024-08-07T03:21:53.789Z | Downloaded aead v0.5.2 |
486 | 2024-08-07T03:21:53.791Z | Downloaded arrayref v0.3.7 |
487 | 2024-08-07T03:21:53.794Z | Downloaded ascii v1.1.0 |
488 | 2024-08-07T03:21:53.797Z | Downloaded argon2 v0.5.3 |
489 | 2024-08-07T03:21:53.801Z | Downloaded bitstruct_derive v0.1.0 |
490 | 2024-08-07T03:21:53.806Z | Downloaded instant v0.1.12 |
491 | 2024-08-07T03:21:53.808Z | Downloaded atomicwrites v0.4.3 |
492 | 2024-08-07T03:21:53.813Z | Downloaded crucible-workspace-hack v0.1.0 |
493 | 2024-08-07T03:21:53.813Z | Downloaded async-stream-impl v0.3.5 |
494 | 2024-08-07T03:21:53.816Z | Downloaded darling_macro v0.20.9 |
495 | 2024-08-07T03:21:53.816Z | Downloaded matches v0.1.10 |
496 | 2024-08-07T03:21:53.816Z | Downloaded ahash v0.8.11 |
497 | 2024-08-07T03:21:53.818Z | Downloaded is_ci v1.2.0 |
498 | 2024-08-07T03:21:53.821Z | Downloaded addr2line v0.21.0 |
499 | 2024-08-07T03:21:53.824Z | Downloaded constant_time_eq v0.3.0 |
500 | 2024-08-07T03:21:53.827Z | Downloaded libsw v3.3.1 |
501 | 2024-08-07T03:21:53.830Z | Downloaded base16ct v0.2.0 |
502 | 2024-08-07T03:21:53.830Z | Downloaded openssl-probe v0.1.5 |
503 | 2024-08-07T03:21:53.833Z | Downloaded cipher v0.4.4 |
504 | 2024-08-07T03:21:53.835Z | Downloaded opaque-debug v0.3.1 |
505 | 2024-08-07T03:21:53.836Z | Downloaded bitfield v0.14.0 |
506 | 2024-08-07T03:21:53.838Z | Downloaded bit-set v0.5.3 |
507 | 2024-08-07T03:21:53.838Z | Downloaded normalize-line-endings v0.3.0 |
508 | 2024-08-07T03:21:53.841Z | Downloaded castaway v0.2.2 |
509 | 2024-08-07T03:21:53.841Z | Downloaded number_prefix v0.4.0 |
510 | 2024-08-07T03:21:53.844Z | Downloaded defmt-macros v0.3.9 |
511 | 2024-08-07T03:21:53.847Z | Downloaded debug-ignore v1.0.5 |
512 | 2024-08-07T03:21:53.851Z | Downloaded maplit v1.0.2 |
513 | 2024-08-07T03:21:53.851Z | Downloaded linear-map v1.2.0 |
514 | 2024-08-07T03:21:53.854Z | Downloaded keccak v0.1.5 |
515 | 2024-08-07T03:21:53.854Z | Downloaded crunchy v0.2.2 |
516 | 2024-08-07T03:21:53.856Z | Downloaded atty v0.2.14 |
517 | 2024-08-07T03:21:53.856Z | Downloaded ciborium-io v0.2.2 |
518 | 2024-08-07T03:21:53.859Z | Downloaded bitstruct v0.1.1 |
519 | 2024-08-07T03:21:53.859Z | Downloaded newtype-uuid v1.1.0 |
520 | 2024-08-07T03:21:53.862Z | Downloaded mockall v0.12.1 |
521 | 2024-08-07T03:21:53.862Z | Downloaded num-derive v0.4.2 |
522 | 2024-08-07T03:21:53.865Z | Downloaded cobs v0.2.3 |
523 | 2024-08-07T03:21:53.868Z | Downloaded camino-tempfile v1.1.1 |
524 | 2024-08-07T03:21:53.871Z | Downloaded olpc-cjson v0.1.3 |
525 | 2024-08-07T03:21:53.871Z | Downloaded num v0.4.3 |
526 | 2024-08-07T03:21:53.874Z | Downloaded paste v1.0.15 |
527 | 2024-08-07T03:21:53.877Z | Downloaded parse-display-derive v0.9.1 |
528 | 2024-08-07T03:21:53.877Z | Downloaded parse-size v1.0.0 |
529 | 2024-08-07T03:21:53.880Z | Downloaded packed_struct_codegen v0.10.1 |
530 | 2024-08-07T03:21:53.880Z | Downloaded num_enum_derive v0.5.11 |
531 | 2024-08-07T03:21:53.886Z | Downloaded darling v0.20.9 |
532 | 2024-08-07T03:21:53.893Z | Downloaded lock_api v0.4.12 |
533 | 2024-08-07T03:21:53.897Z | Downloaded nanorand v0.7.0 |
534 | 2024-08-07T03:21:53.897Z | Downloaded match_cfg v0.1.0 |
535 | 2024-08-07T03:21:53.897Z | Downloaded spin v0.5.2 |
536 | 2024-08-07T03:21:53.897Z | Downloaded crc-catalog v2.4.0 |
537 | 2024-08-07T03:21:53.900Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-08-07T03:21:53.900Z | Downloaded parking_lot_core v0.9.10 |
539 | 2024-08-07T03:21:53.903Z | Downloaded impl-trait-for-tuples v0.2.2 |
540 | 2024-08-07T03:21:53.906Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-08-07T03:21:53.906Z | Downloaded data-encoding v2.6.0 |
542 | 2024-08-07T03:21:53.909Z | Downloaded bitfield-struct v0.6.1 |
543 | 2024-08-07T03:21:53.909Z | Downloaded crc v3.2.1 |
544 | 2024-08-07T03:21:53.912Z | Downloaded crossbeam-epoch v0.9.18 |
545 | 2024-08-07T03:21:53.915Z | Downloaded newtype_derive v0.1.6 |
546 | 2024-08-07T03:21:53.918Z | Downloaded openssl-macros v0.1.1 |
547 | 2024-08-07T03:21:53.921Z | Downloaded oso-derive v0.27.3 |
548 | 2024-08-07T03:21:53.921Z | Downloaded newline-converter v0.3.0 |
549 | 2024-08-07T03:21:53.921Z | Downloaded num-conv v0.1.0 |
550 | 2024-08-07T03:21:53.924Z | Downloaded multer v3.1.0 |
551 | 2024-08-07T03:21:53.927Z | Downloaded num_threads v0.1.7 |
552 | 2024-08-07T03:21:53.927Z | Downloaded defmt-parser v0.3.4 |
553 | 2024-08-07T03:21:53.929Z | Downloaded defmt v0.3.8 |
554 | 2024-08-07T03:21:53.932Z | Downloaded num-traits v0.2.19 |
555 | 2024-08-07T03:21:53.936Z | Downloaded endian-type v0.1.2 |
556 | 2024-08-07T03:21:53.939Z | Downloaded slog-dtrace v0.3.0 |
557 | 2024-08-07T03:21:53.939Z | Downloaded tiny-keccak v2.0.2 |
558 | 2024-08-07T03:21:53.942Z | Downloaded supports-color v3.0.0 |
559 | 2024-08-07T03:21:53.945Z | Downloaded structmeta v0.2.0 |
560 | 2024-08-07T03:21:53.945Z | Downloaded bb8 v0.8.5 |
561 | 2024-08-07T03:21:53.948Z | Downloaded maybe-uninit v2.0.0 |
562 | 2024-08-07T03:21:53.948Z | Downloaded managed v0.8.0 |
563 | 2024-08-07T03:21:53.951Z | Downloaded mime v0.3.17 |
564 | 2024-08-07T03:21:53.954Z | Downloaded backoff v0.4.0 |
565 | 2024-08-07T03:21:53.957Z | Downloaded linked-hash-map v0.5.6 |
566 | 2024-08-07T03:21:53.957Z | Downloaded ident_case v1.0.1 |
567 | 2024-08-07T03:21:53.960Z | Downloaded strum_macros v0.24.3 |
568 | 2024-08-07T03:21:53.960Z | Downloaded parking_lot v0.12.2 |
569 | 2024-08-07T03:21:53.963Z | Downloaded owo-colors v4.0.0 |
570 | 2024-08-07T03:21:53.966Z | Downloaded num-integer v0.1.46 |
571 | 2024-08-07T03:21:53.969Z | Downloaded compact_str v0.7.1 |
572 | 2024-08-07T03:21:53.972Z | Downloaded csv-core v0.1.11 |
573 | 2024-08-07T03:21:53.972Z | Downloaded untrusted v0.9.0 |
574 | 2024-08-07T03:21:53.975Z | Downloaded parse-display v0.9.1 |
575 | 2024-08-07T03:21:53.978Z | Downloaded console v0.15.8 |
576 | 2024-08-07T03:21:53.981Z | Downloaded tabwriter v1.4.0 |
577 | 2024-08-07T03:21:53.981Z | Downloaded deranged v0.3.11 |
578 | 2024-08-07T03:21:53.984Z | Downloaded unarray v0.1.4 |
579 | 2024-08-07T03:21:53.984Z | Downloaded enum-as-inner v0.5.1 |
580 | 2024-08-07T03:21:53.987Z | Downloaded packed_struct v0.10.1 |
581 | 2024-08-07T03:21:53.990Z | Downloaded num_enum v0.5.11 |
582 | 2024-08-07T03:21:53.993Z | Downloaded serde_with_macros v3.8.3 |
583 | 2024-08-07T03:21:53.996Z | Downloaded group v0.13.0 |
584 | 2024-08-07T03:21:53.999Z | Downloaded pem-rfc7468 v0.7.0 |
585 | 2024-08-07T03:21:54.002Z | Downloaded const_format_proc_macros v0.2.32 |
586 | 2024-08-07T03:21:54.006Z | Downloaded either v1.12.0 |
587 | 2024-08-07T03:21:54.009Z | Downloaded ipnet v2.9.0 |
588 | 2024-08-07T03:21:54.009Z | Downloaded zone_cfg_derive v0.1.2 |
589 | 2024-08-07T03:21:54.009Z | Downloaded tokio-stream v0.1.15 |
590 | 2024-08-07T03:21:54.013Z | Downloaded base64 v0.21.7 |
591 | 2024-08-07T03:21:54.024Z | Downloaded derive_builder_macro v0.20.0 |
592 | 2024-08-07T03:21:54.024Z | Downloaded foreign-types-macros v0.2.3 |
593 | 2024-08-07T03:21:54.024Z | Downloaded semver v0.1.20 |
594 | 2024-08-07T03:21:54.024Z | Downloaded quick-error v1.2.3 |
595 | 2024-08-07T03:21:54.027Z | Downloaded psl-types v2.0.11 |
596 | 2024-08-07T03:21:54.027Z | Downloaded precomputed-hash v0.1.1 |
597 | 2024-08-07T03:21:54.027Z | Downloaded proc-macro-crate v1.3.1 |
598 | 2024-08-07T03:21:54.030Z | Downloaded serde_plain v1.0.2 |
599 | 2024-08-07T03:21:54.030Z | Downloaded pkg-config v0.3.30 |
600 | 2024-08-07T03:21:54.033Z | Downloaded wyz v0.5.1 |
601 | 2024-08-07T03:21:54.033Z | Downloaded thiserror-impl-no-std v2.0.2 |
602 | 2024-08-07T03:21:54.036Z | Downloaded derive_builder v0.20.0 |
603 | 2024-08-07T03:21:54.040Z | Downloaded env_logger v0.9.3 |
604 | 2024-08-07T03:21:54.043Z | Downloaded tower-service v0.3.2 |
605 | 2024-08-07T03:21:54.046Z | Downloaded untrusted v0.7.1 |
606 | 2024-08-07T03:21:54.049Z | Downloaded zone v0.1.8 |
607 | 2024-08-07T03:21:54.049Z | Downloaded base64 v0.13.1 |
608 | 2024-08-07T03:21:54.052Z | Downloaded which v4.4.2 |
609 | 2024-08-07T03:21:54.055Z | Downloaded clang-sys v1.7.0 |
610 | 2024-08-07T03:21:54.060Z | Downloaded pkcs1 v0.7.5 |
611 | 2024-08-07T03:21:54.063Z | Downloaded const_format v0.2.32 |
612 | 2024-08-07T03:21:54.066Z | Downloaded hash32 v0.3.1 |
613 | 2024-08-07T03:21:54.069Z | Downloaded darling_core v0.20.9 |
614 | 2024-08-07T03:21:54.074Z | Downloaded want v0.3.1 |
615 | 2024-08-07T03:21:54.080Z | Downloaded radium v0.7.0 |
616 | 2024-08-07T03:21:54.080Z | Downloaded hyper-staticfile v0.9.5 |
617 | 2024-08-07T03:21:54.083Z | Downloaded r2d2 v0.8.10 |
618 | 2024-08-07T03:21:54.083Z | Downloaded rustc-hash v1.1.0 |
619 | 2024-08-07T03:21:54.083Z | Downloaded ena v0.14.3 |
620 | 2024-08-07T03:21:54.086Z | Downloaded ff v0.13.0 |
621 | 2024-08-07T03:21:54.086Z | Downloaded base64 v0.22.1 |
622 | 2024-08-07T03:21:54.091Z | Downloaded pkcs8 v0.10.2 |
623 | 2024-08-07T03:21:54.094Z | Downloaded sqlformat v0.2.4 |
624 | 2024-08-07T03:21:54.097Z | Downloaded omicron-zone-package v0.11.0 |
625 | 2024-08-07T03:21:54.101Z | Downloaded mockall_derive v0.12.1 |
626 | 2024-08-07T03:21:54.104Z | Downloaded phf_shared v0.10.0 |
627 | 2024-08-07T03:21:54.104Z | Downloaded uuid v1.10.0 |
628 | 2024-08-07T03:21:54.107Z | Downloaded hyper-tls v0.5.0 |
629 | 2024-08-07T03:21:54.110Z | Downloaded foreign-types v0.5.0 |
630 | 2024-08-07T03:21:54.110Z | Downloaded home v0.5.9 |
631 | 2024-08-07T03:21:54.113Z | Downloaded memmap2 v0.9.4 |
632 | 2024-08-07T03:21:54.113Z | Downloaded tracing-attributes v0.1.27 |
633 | 2024-08-07T03:21:54.116Z | Downloaded toolchain_find v0.4.0 |
634 | 2024-08-07T03:21:54.119Z | Downloaded headers-core v0.2.0 |
635 | 2024-08-07T03:21:54.119Z | Downloaded display-error-chain v0.2.0 |
636 | 2024-08-07T03:21:54.122Z | Downloaded rustc-demangle v0.1.24 |
637 | 2024-08-07T03:21:54.122Z | Downloaded hyper-rustls v0.24.2 |
638 | 2024-08-07T03:21:54.126Z | Downloaded hubpack_derive v0.1.1 |
639 | 2024-08-07T03:21:54.131Z | Downloaded path-slash v0.1.5 |
640 | 2024-08-07T03:21:54.131Z | Downloaded rustversion v1.0.17 |
641 | 2024-08-07T03:21:54.134Z | Downloaded downcast v0.11.0 |
642 | 2024-08-07T03:21:54.135Z | Downloaded serde_path_to_error v0.1.16 |
643 | 2024-08-07T03:21:54.138Z | Downloaded fragile v2.0.0 |
644 | 2024-08-07T03:21:54.138Z | Downloaded slog-scope v4.4.0 |
645 | 2024-08-07T03:21:54.141Z | Downloaded crossbeam-channel v0.5.12 |
646 | 2024-08-07T03:21:54.144Z | Downloaded snafu-derive v0.8.2 |
647 | 2024-08-07T03:21:54.149Z | Downloaded funty v2.0.0 |
648 | 2024-08-07T03:21:54.149Z | Downloaded fastrand v2.1.0 |
649 | 2024-08-07T03:21:54.153Z | Downloaded fallible-iterator v0.2.0 |
650 | 2024-08-07T03:21:54.153Z | Downloaded termcolor v1.4.1 |
651 | 2024-08-07T03:21:54.153Z | Downloaded tokio-rustls v0.24.1 |
652 | 2024-08-07T03:21:54.156Z | Downloaded derive_builder_core v0.20.0 |
653 | 2024-08-07T03:21:54.159Z | Downloaded scheduled-thread-pool v0.2.7 |
654 | 2024-08-07T03:21:54.159Z | Downloaded float-ord v0.3.2 |
655 | 2024-08-07T03:21:54.162Z | Downloaded try-lock v0.2.5 |
656 | 2024-08-07T03:21:54.162Z | Downloaded socket2 v0.5.7 |
657 | 2024-08-07T03:21:54.167Z | Downloaded crossterm v0.27.0 |
658 | 2024-08-07T03:21:54.171Z | Downloaded time-macros v0.2.18 |
659 | 2024-08-07T03:21:54.174Z | Downloaded serde-big-array v0.5.1 |
660 | 2024-08-07T03:21:54.178Z | Downloaded unicase v2.7.0 |
661 | 2024-08-07T03:21:54.181Z | Downloaded dyn-clone v1.0.17 |
662 | 2024-08-07T03:21:54.188Z | Downloaded predicates-tree v1.0.9 |
663 | 2024-08-07T03:21:54.191Z | Downloaded similar v2.5.0 |
664 | 2024-08-07T03:21:54.195Z | Downloaded socket2 v0.4.10 |
665 | 2024-08-07T03:21:54.198Z | Downloaded phf_shared v0.11.2 |
666 | 2024-08-07T03:21:54.201Z | Downloaded hostname v0.3.1 |
667 | 2024-08-07T03:21:54.201Z | Downloaded structmeta-derive v0.3.0 |
668 | 2024-08-07T03:21:54.204Z | Downloaded secrecy v0.8.0 |
669 | 2024-08-07T03:21:54.204Z | Downloaded sec1 v0.7.3 |
670 | 2024-08-07T03:21:54.211Z | Downloaded rand_xorshift v0.3.0 |
671 | 2024-08-07T03:21:54.211Z | Downloaded serde_derive_internals v0.29.1 |
672 | 2024-08-07T03:21:54.217Z | Downloaded rustls-pki-types v1.7.0 |
673 | 2024-08-07T03:21:54.217Z | Downloaded form_urlencoded v1.2.1 |
674 | 2024-08-07T03:21:54.217Z | Downloaded peg-runtime v0.8.3 |
675 | 2024-08-07T03:21:54.220Z | Downloaded stringprep v0.1.4 |
676 | 2024-08-07T03:21:54.220Z | Downloaded string_cache v0.8.7 |
677 | 2024-08-07T03:21:54.220Z | Downloaded futures-core v0.3.30 |
678 | 2024-08-07T03:21:54.220Z | Downloaded schemars_derive v0.8.21 |
679 | 2024-08-07T03:21:54.223Z | Downloaded tui-tree-widget v0.21.0 |
680 | 2024-08-07T03:21:54.226Z | Downloaded dirs-sys-next v0.1.2 |
681 | 2024-08-07T03:21:54.226Z | Downloaded portpicker v0.1.1 |
682 | 2024-08-07T03:21:54.230Z | Downloaded termtree v0.4.1 |
683 | 2024-08-07T03:21:54.230Z | Downloaded peg v0.8.4 |
684 | 2024-08-07T03:21:54.233Z | Downloaded signal-hook-registry v1.4.2 |
685 | 2024-08-07T03:21:54.236Z | Downloaded http-body v0.4.6 |
686 | 2024-08-07T03:21:54.236Z | Downloaded rustls-pemfile v2.1.3 |
687 | 2024-08-07T03:21:54.239Z | Downloaded hash32 v0.2.1 |
688 | 2024-08-07T03:21:54.243Z | Downloaded fatfs v0.3.6 |
689 | 2024-08-07T03:21:54.246Z | Downloaded serde-hex v0.1.0 |
690 | 2024-08-07T03:21:54.246Z | Downloaded hmac v0.12.1 |
691 | 2024-08-07T03:21:54.249Z | Downloaded difflib v0.4.0 |
692 | 2024-08-07T03:21:54.255Z | Downloaded stability v0.2.0 |
693 | 2024-08-07T03:21:54.256Z | Downloaded serde_arrays v0.1.0 |
694 | 2024-08-07T03:21:54.261Z | Downloaded pin-project v1.1.5 |
695 | 2024-08-07T03:21:54.265Z | Downloaded pretty-hex v0.2.1 |
696 | 2024-08-07T03:21:54.269Z | Downloaded rustfmt-wrapper v0.2.1 |
697 | 2024-08-07T03:21:54.269Z | Downloaded diesel_table_macro_syntax v0.1.0 |
698 | 2024-08-07T03:21:54.272Z | Downloaded tap v1.0.1 |
699 | 2024-08-07T03:21:54.272Z | Downloaded unicode-xid v0.2.4 |
700 | 2024-08-07T03:21:54.272Z | Downloaded glob v0.3.1 |
701 | 2024-08-07T03:21:54.275Z | Downloaded fd-lock v4.0.2 |
702 | 2024-08-07T03:21:54.278Z | Downloaded predicates-core v1.0.6 |
703 | 2024-08-07T03:21:54.278Z | Downloaded http-range v0.1.5 |
704 | 2024-08-07T03:21:54.281Z | Downloaded erased-serde v0.3.31 |
705 | 2024-08-07T03:21:54.281Z | Downloaded take_mut v0.2.2 |
706 | 2024-08-07T03:21:54.281Z | Downloaded rusty-fork v0.3.0 |
707 | 2024-08-07T03:21:54.284Z | Downloaded sct v0.7.1 |
708 | 2024-08-07T03:21:54.287Z | Downloaded foreign-types v0.3.2 |
709 | 2024-08-07T03:21:54.290Z | Downloaded smawk v0.3.2 |
710 | 2024-08-07T03:21:54.291Z | Downloaded signal-hook-tokio v0.3.1 |
711 | 2024-08-07T03:21:54.295Z | Downloaded half v2.4.1 |
712 | 2024-08-07T03:21:54.298Z | Downloaded heapless v0.8.0 |
713 | 2024-08-07T03:21:54.302Z | Downloaded strum_macros v0.25.3 |
714 | 2024-08-07T03:21:54.302Z | Downloaded tracing v0.1.40 |
715 | 2024-08-07T03:21:54.308Z | Downloaded num-bigint v0.4.5 |
716 | 2024-08-07T03:21:54.311Z | Downloaded strip-ansi-escapes v0.2.0 |
717 | 2024-08-07T03:21:54.314Z | Downloaded signature v2.2.0 |
718 | 2024-08-07T03:21:54.317Z | Downloaded foreign-types-shared v0.1.1 |
719 | 2024-08-07T03:21:54.317Z | Downloaded tar v0.4.41 |
720 | 2024-08-07T03:21:54.320Z | Downloaded percent-encoding v2.3.1 |
721 | 2024-08-07T03:21:54.320Z | Downloaded shlex v1.3.0 |
722 | 2024-08-07T03:21:54.323Z | Downloaded vte_generate_state_changes v0.1.1 |
723 | 2024-08-07T03:21:54.323Z | Downloaded blake3 v1.5.1 |
724 | 2024-08-07T03:21:54.330Z | Downloaded signal-hook-mio v0.2.3 |
725 | 2024-08-07T03:21:54.334Z | Downloaded fxhash v0.2.1 |
726 | 2024-08-07T03:21:54.334Z | Downloaded tinyvec_macros v0.1.1 |
727 | 2024-08-07T03:21:54.337Z | Downloaded filetime v0.2.23 |
728 | 2024-08-07T03:21:54.337Z | Downloaded tokio-postgres v0.7.11 |
729 | 2024-08-07T03:21:54.341Z | Downloaded ref-cast v1.0.23 |
730 | 2024-08-07T03:21:54.344Z | Downloaded zeroize_derive v1.4.2 |
731 | 2024-08-07T03:21:54.347Z | Downloaded ref-cast-impl v1.0.23 |
732 | 2024-08-07T03:21:54.347Z | Downloaded smallvec v1.13.2 |
733 | 2024-08-07T03:21:54.350Z | Downloaded postgres-protocol v0.6.7 |
734 | 2024-08-07T03:21:54.350Z | Downloaded derive_more v0.99.18 |
735 | 2024-08-07T03:21:54.356Z | Downloaded tungstenite v0.20.1 |
736 | 2024-08-07T03:21:54.359Z | Downloaded fixedbitset v0.4.2 |
737 | 2024-08-07T03:21:54.362Z | Downloaded spin v0.9.8 |
738 | 2024-08-07T03:21:54.365Z | Downloaded mio v0.8.11 |
739 | 2024-08-07T03:21:54.372Z | Downloaded rustc_version v0.4.0 |
740 | 2024-08-07T03:21:54.375Z | Downloaded headers v0.3.9 |
741 | 2024-08-07T03:21:54.380Z | Downloaded rand v0.8.5 |
742 | 2024-08-07T03:21:54.384Z | Downloaded powerfmt v0.2.0 |
743 | 2024-08-07T03:21:54.388Z | Downloaded getopts v0.2.21 |
744 | 2024-08-07T03:21:54.388Z | Downloaded smallvec v0.6.14 |
745 | 2024-08-07T03:21:54.388Z | Downloaded slog-stdlog v4.1.1 |
746 | 2024-08-07T03:21:54.392Z | Downloaded rand_seeder v0.3.0 |
747 | 2024-08-07T03:21:54.392Z | Downloaded hostname v0.4.0 |
748 | 2024-08-07T03:21:54.392Z | Downloaded peg-macros v0.8.4 |
749 | 2024-08-07T03:21:54.394Z | Downloaded httparse v1.8.0 |
750 | 2024-08-07T03:21:54.397Z | Downloaded env_logger v0.10.2 |
751 | 2024-08-07T03:21:54.400Z | Downloaded same-file v1.0.6 |
752 | 2024-08-07T03:21:54.400Z | Downloaded unicode-bidi v0.3.15 |
753 | 2024-08-07T03:21:54.404Z | Downloaded httpdate v1.0.3 |
754 | 2024-08-07T03:21:54.407Z | Downloaded siphasher v0.3.11 |
755 | 2024-08-07T03:21:54.407Z | Downloaded elliptic-curve v0.13.8 |
756 | 2024-08-07T03:21:54.410Z | Downloaded hashbrown v0.13.2 |
757 | 2024-08-07T03:21:54.416Z | Downloaded ppv-lite86 v0.2.17 |
758 | 2024-08-07T03:21:54.419Z | Downloaded walkdir v2.5.0 |
759 | 2024-08-07T03:21:54.419Z | Downloaded test-strategy v0.3.1 |
760 | 2024-08-07T03:21:54.423Z | Downloaded schemars v0.8.21 |
761 | 2024-08-07T03:21:54.435Z | Downloaded phf v0.11.2 |
762 | 2024-08-07T03:21:54.438Z | Downloaded vsss-rs v3.3.4 |
763 | 2024-08-07T03:21:54.441Z | Downloaded vte v0.11.1 |
764 | 2024-08-07T03:21:54.444Z | Downloaded rsa v0.9.6 |
765 | 2024-08-07T03:21:54.448Z | Downloaded itertools v0.10.5 |
766 | 2024-08-07T03:21:54.455Z | Downloaded slog-bunyan v2.5.0 |
767 | 2024-08-07T03:21:54.458Z | Downloaded poly1305 v0.8.0 |
768 | 2024-08-07T03:21:54.462Z | Downloaded nom v7.1.3 |
769 | 2024-08-07T03:21:54.465Z | Downloaded tinyvec v1.6.0 |
770 | 2024-08-07T03:21:54.468Z | Downloaded zip v0.6.6 |
771 | 2024-08-07T03:21:54.474Z | Downloaded tokio-util v0.7.11 |
772 | 2024-08-07T03:21:54.482Z | Downloaded diesel_derives v2.1.4 |
773 | 2024-08-07T03:21:54.485Z | Downloaded flume v0.11.0 |
774 | 2024-08-07T03:21:54.488Z | Downloaded unicode_categories v0.1.1 |
775 | 2024-08-07T03:21:54.491Z | Downloaded expectorate v1.1.0 |
776 | 2024-08-07T03:21:54.495Z | Downloaded toml_edit v0.19.15 |
777 | 2024-08-07T03:21:54.511Z | Downloaded samael v0.0.15 |
778 | 2024-08-07T03:21:54.517Z | Downloaded rayon-core v1.12.1 |
779 | 2024-08-07T03:21:54.520Z | Downloaded h2 v0.3.26 |
780 | 2024-08-07T03:21:54.527Z | Downloaded http v1.1.0 |
781 | 2024-08-07T03:21:54.534Z | Downloaded reedline v0.31.0 |
782 | 2024-08-07T03:21:54.540Z | Downloaded trust-dns-server v0.22.1 |
783 | 2024-08-07T03:21:54.544Z | Downloaded quick-xml v0.31.0 |
784 | 2024-08-07T03:21:54.551Z | Downloaded lalrpop v0.19.12 |
785 | 2024-08-07T03:21:54.563Z | Downloaded regex-automata v0.1.10 |
786 | 2024-08-07T03:21:54.568Z | Downloaded trust-dns-client v0.22.0 |
787 | 2024-08-07T03:21:54.575Z | Downloaded sqlparser v0.45.0 |
788 | 2024-08-07T03:21:54.581Z | Downloaded winnow v0.5.40 |
789 | 2024-08-07T03:21:54.590Z | Downloaded hyper v0.14.30 |
790 | 2024-08-07T03:21:54.598Z | Downloaded rustyline v14.0.0 |
791 | 2024-08-07T03:21:54.604Z | Downloaded portable-atomic v1.6.0 |
792 | 2024-08-07T03:21:54.611Z | Downloaded rayon v1.10.0 |
793 | 2024-08-07T03:21:54.620Z | Downloaded reqwest v0.11.27 |
794 | 2024-08-07T03:21:54.630Z | Downloaded http v0.2.12 |
795 | 2024-08-07T03:21:54.633Z | Downloaded rustls-webpki v0.101.7 |
796 | 2024-08-07T03:21:54.648Z | Downloaded curve25519-dalek v4.1.3 |
797 | 2024-08-07T03:21:54.658Z | Downloaded proptest v1.4.0 |
798 | 2024-08-07T03:21:54.667Z | Downloaded openssl v0.10.66 |
799 | 2024-08-07T03:21:54.676Z | Downloaded regex v1.10.6 |
800 | 2024-08-07T03:21:54.690Z | Downloaded bstr v0.2.17 |
801 | 2024-08-07T03:21:54.700Z | Downloaded vcpkg v0.2.15 |
802 | 2024-08-07T03:21:54.738Z | Downloaded futures-util v0.3.30 |
803 | 2024-08-07T03:21:54.750Z | Downloaded regress v0.9.1 |
804 | 2024-08-07T03:21:54.761Z | Downloaded radix_trie v0.2.1 |
805 | 2024-08-07T03:21:54.766Z | Downloaded object v0.32.2 |
806 | 2024-08-07T03:21:54.778Z | Downloaded idna v0.3.0 |
807 | 2024-08-07T03:21:54.784Z | Downloaded idna v0.2.3 |
808 | 2024-08-07T03:21:54.790Z | Downloaded diesel v2.1.6 |
809 | 2024-08-07T03:21:54.809Z | Downloaded webpki-roots v0.25.4 |
810 | 2024-08-07T03:21:54.813Z | Downloaded sled v0.34.7 |
811 | 2024-08-07T03:21:54.824Z | Downloaded nix v0.28.0 |
812 | 2024-08-07T03:21:54.835Z | Downloaded rustls v0.21.12 |
813 | 2024-08-07T03:21:54.848Z | Downloaded ratatui v0.27.0 |
814 | 2024-08-07T03:21:54.867Z | Downloaded trust-dns-proto v0.22.0 |
815 | 2024-08-07T03:21:54.879Z | Downloaded regex-automata v0.4.6 |
816 | 2024-08-07T03:21:54.897Z | Downloaded rustls v0.22.4 |
817 | 2024-08-07T03:21:54.909Z | Downloaded finl_unicode v1.2.0 |
818 | 2024-08-07T03:21:54.920Z | Downloaded tokio v1.38.1 |
819 | 2024-08-07T03:21:54.956Z | Downloaded csv v1.3.0 |
820 | 2024-08-07T03:21:54.975Z | Downloaded smoltcp v0.11.0 |
821 | 2024-08-07T03:21:54.987Z | Downloaded zerocopy-derive v0.6.6 |
822 | 2024-08-07T03:21:54.996Z | Downloaded openapiv3 v2.0.0 |
823 | 2024-08-07T03:21:55.008Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
824 | 2024-08-07T03:21:55.021Z | Downloaded polar-core v0.27.3 |
825 | 2024-08-07T03:21:55.030Z | Downloaded bstr v1.9.1 |
826 | 2024-08-07T03:21:55.040Z | Downloaded gimli v0.28.1 |
827 | 2024-08-07T03:21:55.048Z | Downloaded regex-syntax v0.8.3 |
828 | 2024-08-07T03:21:55.057Z | Downloaded object v0.30.4 |
829 | 2024-08-07T03:21:55.067Z | Downloaded petgraph v0.6.5 |
830 | 2024-08-07T03:21:55.087Z | Downloaded sha3 v0.10.8 |
831 | 2024-08-07T03:21:55.090Z | Downloaded idna v0.5.0 |
832 | 2024-08-07T03:21:55.096Z | Downloaded regex-syntax v0.6.29 |
833 | 2024-08-07T03:21:55.104Z | Downloaded rustls-webpki v0.102.4 |
834 | 2024-08-07T03:21:55.122Z | Downloaded nix v0.27.1 |
835 | 2024-08-07T03:21:55.132Z | Downloaded smoltcp v0.9.1 |
836 | 2024-08-07T03:21:55.144Z | Downloaded hkdf v0.12.4 |
837 | 2024-08-07T03:21:55.147Z | Downloaded chrono v0.4.38 |
838 | 2024-08-07T03:21:55.152Z | Downloaded bitvec v1.0.1 |
839 | 2024-08-07T03:21:55.167Z | Downloaded bindgen v0.69.4 |
840 | 2024-08-07T03:21:55.175Z | Downloaded unicode-normalization v0.1.23 |
841 | 2024-08-07T03:21:55.178Z | Downloaded itertools v0.13.0 |
842 | 2024-08-07T03:21:55.185Z | Downloaded unicode-segmentation v1.11.0 |
843 | 2024-08-07T03:21:55.189Z | Downloaded time v0.3.36 |
844 | 2024-08-07T03:21:55.196Z | Downloaded globset v0.4.14 |
845 | 2024-08-07T03:21:55.200Z | Downloaded tough v0.17.1 |
846 | 2024-08-07T03:21:55.204Z | Downloaded diff v0.1.13 |
847 | 2024-08-07T03:21:55.209Z | Downloaded encoding_rs v0.8.34 |
848 | 2024-08-07T03:21:55.230Z | Downloaded rcgen v0.12.1 |
849 | 2024-08-07T03:21:55.233Z | Downloaded textwrap v0.16.1 |
850 | 2024-08-07T03:21:55.236Z | Downloaded signal-hook v0.3.17 |
851 | 2024-08-07T03:21:55.239Z | Downloaded predicates v3.1.2 |
852 | 2024-08-07T03:21:55.242Z | Downloaded hashbrown v0.12.3 |
853 | 2024-08-07T03:21:55.248Z | Downloaded libm v0.2.8 |
854 | 2024-08-07T03:21:55.253Z | Downloaded postgres-types v0.2.7 |
855 | 2024-08-07T03:21:55.257Z | Downloaded rand_core v0.6.4 |
856 | 2024-08-07T03:21:55.260Z | Downloaded slog-term v2.9.1 |
857 | 2024-08-07T03:21:55.260Z | Downloaded postcard v1.0.8 |
858 | 2024-08-07T03:21:55.263Z | Downloaded aho-corasick v1.1.3 |
859 | 2024-08-07T03:21:55.269Z | Downloaded tls_codec v0.4.1 |
860 | 2024-08-07T03:21:55.272Z | Downloaded rtoolbox v0.0.2 |
861 | 2024-08-07T03:21:55.272Z | Downloaded gethostname v0.5.0 |
862 | 2024-08-07T03:21:55.275Z | Downloaded flate2 v1.0.31 |
863 | 2024-08-07T03:21:55.279Z | Downloaded spki v0.7.3 |
864 | 2024-08-07T03:21:55.281Z | Downloaded rustls-pemfile v1.0.4 |
865 | 2024-08-07T03:21:55.282Z | Downloaded zeroize v1.7.0 |
866 | 2024-08-07T03:21:55.284Z | Downloaded xattr v1.3.1 |
867 | 2024-08-07T03:21:55.284Z | Downloaded yasna v0.5.2 |
868 | 2024-08-07T03:21:55.287Z | Downloaded toml v0.7.8 |
869 | 2024-08-07T03:21:55.290Z | Downloaded serde_with v3.8.3 |
870 | 2024-08-07T03:21:55.297Z | Downloaded libxml v0.3.3 |
871 | 2024-08-07T03:21:55.303Z | Downloaded rustc_version v0.1.7 |
872 | 2024-08-07T03:21:55.306Z | Downloaded heapless v0.7.17 |
873 | 2024-08-07T03:21:55.310Z | Downloaded url v2.5.2 |
874 | 2024-08-07T03:21:55.313Z | Downloaded getrandom v0.2.14 |
875 | 2024-08-07T03:21:55.316Z | Downloaded foreign-types-shared v0.3.1 |
876 | 2024-08-07T03:21:55.316Z | Downloaded futures-channel v0.3.30 |
877 | 2024-08-07T03:21:55.319Z | Downloaded rand_chacha v0.3.1 |
878 | 2024-08-07T03:21:55.319Z | Downloaded sigpipe v0.1.3 |
879 | 2024-08-07T03:21:55.319Z | Downloaded time-core v0.1.2 |
880 | 2024-08-07T03:21:55.323Z | Downloaded strum v0.26.3 |
881 | 2024-08-07T03:21:55.323Z | Downloaded sqlparser_derive v0.2.2 |
882 | 2024-08-07T03:21:55.323Z | Downloaded unsafe-libyaml v0.2.11 |
883 | 2024-08-07T03:21:55.326Z | Downloaded publicsuffix v2.2.3 |
884 | 2024-08-07T03:21:55.329Z | Downloaded embedded-io v0.4.0 |
885 | 2024-08-07T03:21:55.329Z | Downloaded zerocopy v0.6.6 |
886 | 2024-08-07T03:21:55.332Z | Downloaded toml v0.5.11 |
887 | 2024-08-07T03:21:55.336Z | Downloaded minimal-lexical v0.2.1 |
888 | 2024-08-07T03:21:55.339Z | Downloaded topological-sort v0.2.2 |
889 | 2024-08-07T03:21:55.339Z | Downloaded snafu v0.8.2 |
890 | 2024-08-07T03:21:55.345Z | Downloaded unicode-truncate v1.0.0 |
891 | 2024-08-07T03:21:55.347Z | Downloaded unicode-linebreak v0.1.5 |
892 | 2024-08-07T03:21:55.347Z | Downloaded termios v0.3.3 |
893 | 2024-08-07T03:21:55.350Z | Downloaded term v0.7.0 |
894 | 2024-08-07T03:21:55.353Z | Downloaded tempfile v3.10.1 |
895 | 2024-08-07T03:21:55.356Z | Downloaded slog v2.7.0 |
896 | 2024-08-07T03:21:55.359Z | Downloaded pin-project-lite v0.2.14 |
897 | 2024-08-07T03:21:55.362Z | Downloaded pin-project-internal v1.1.5 |
898 | 2024-08-07T03:21:55.365Z | Downloaded itertools v0.12.1 |
899 | 2024-08-07T03:21:55.370Z | Downloaded num-bigint-dig v0.8.4 |
900 | 2024-08-07T03:21:55.375Z | Downloaded ron v0.8.1 |
901 | 2024-08-07T03:21:55.381Z | Downloaded x509-cert v0.2.5 |
902 | 2024-08-07T03:21:55.387Z | Downloaded steno v0.4.1 |
903 | 2024-08-07T03:21:55.393Z | Downloaded waitgroup v0.1.2 |
904 | 2024-08-07T03:21:55.396Z | Downloaded static_assertions v1.1.0 |
905 | 2024-08-07T03:21:55.396Z | Downloaded stable_deref_trait v1.2.0 |
906 | 2024-08-07T03:21:55.396Z | Downloaded scopeguard v1.2.0 |
907 | 2024-08-07T03:21:55.396Z | Downloaded rpassword v7.3.1 |
908 | 2024-08-07T03:21:55.396Z | Downloaded typed-path v0.7.1 |
909 | 2024-08-07T03:21:55.403Z | Downloaded hubpack v0.1.2 |
910 | 2024-08-07T03:21:55.406Z | Downloaded whoami v1.5.1 |
911 | 2024-08-07T03:21:55.406Z | Downloaded tracing-core v0.1.32 |
912 | 2024-08-07T03:21:55.409Z | Downloaded ron v0.7.1 |
913 | 2024-08-07T03:21:55.413Z | Downloaded dirs-next v2.0.0 |
914 | 2024-08-07T03:21:55.417Z | Downloaded wait-timeout v0.2.0 |
915 | 2024-08-07T03:21:55.417Z | Downloaded openssl-sys v0.9.103 |
916 | 2024-08-07T03:21:55.420Z | Downloaded slog-async v2.8.0 |
917 | 2024-08-07T03:21:55.423Z | Downloaded trust-dns-resolver v0.22.0 |
918 | 2024-08-07T03:21:55.426Z | Downloaded structmeta-derive v0.2.0 |
919 | 2024-08-07T03:21:55.429Z | Downloaded structmeta v0.3.0 |
920 | 2024-08-07T03:21:55.429Z | Downloaded slog-json v2.6.1 |
921 | 2024-08-07T03:21:55.432Z | Downloaded num-rational v0.4.2 |
922 | 2024-08-07T03:21:55.432Z | Downloaded prettyplease v0.2.20 |
923 | 2024-08-07T03:21:55.436Z | Downloaded tungstenite v0.21.0 |
924 | 2024-08-07T03:21:55.440Z | Downloaded cc v1.0.97 |
925 | 2024-08-07T03:21:55.443Z | Downloaded tokio-native-tls v0.3.1 |
926 | 2024-08-07T03:21:55.446Z | Downloaded futures v0.3.30 |
927 | 2024-08-07T03:21:55.451Z | Downloaded subprocess v0.2.9 |
928 | 2024-08-07T03:21:55.454Z | Downloaded universal-hash v0.5.1 |
929 | 2024-08-07T03:21:55.457Z | Downloaded tls_codec_derive v0.4.1 |
930 | 2024-08-07T03:21:55.457Z | Downloaded strum_macros v0.26.4 |
931 | 2024-08-07T03:21:55.461Z | Downloaded derive-where v1.2.7 |
932 | 2024-08-07T03:21:55.464Z | Downloaded humantime v2.1.0 |
933 | 2024-08-07T03:21:55.464Z | Downloaded tokio-macros v2.3.0 |
934 | 2024-08-07T03:21:55.467Z | Downloaded smf v0.2.3 |
935 | 2024-08-07T03:21:55.467Z | Downloaded serde_yaml v0.9.34+deprecated |
936 | 2024-08-07T03:21:55.470Z | Downloaded native-tls v0.2.11 |
937 | 2024-08-07T03:21:55.473Z | Downloaded futures-executor v0.3.30 |
938 | 2024-08-07T03:21:55.473Z | Downloaded serde_urlencoded v0.7.1 |
939 | 2024-08-07T03:21:55.476Z | Downloaded backtrace v0.3.71 |
940 | 2024-08-07T03:21:55.480Z | Downloaded futures-macro v0.3.30 |
941 | 2024-08-07T03:21:55.484Z | Downloaded futures-io v0.3.30 |
942 | 2024-08-07T03:21:55.484Z | Downloaded shell-words v1.1.0 |
943 | 2024-08-07T03:21:55.484Z | Downloaded sha1 v0.10.6 |
944 | 2024-08-07T03:21:55.487Z | Downloaded serde_repr v0.1.19 |
945 | 2024-08-07T03:21:55.487Z | Downloaded der v0.7.9 |
946 | 2024-08-07T03:21:55.490Z | Downloaded uzers v0.11.3 |
947 | 2024-08-07T03:21:55.493Z | Downloaded resolv-conf v0.7.0 |
948 | 2024-08-07T03:21:55.497Z | Downloaded iana-time-zone v0.1.60 |
949 | 2024-08-07T03:21:55.497Z | Downloaded indexmap v1.9.3 |
950 | 2024-08-07T03:21:55.500Z | Downloaded thread_local v1.1.8 |
951 | 2024-08-07T03:21:55.500Z | Downloaded subtle v2.5.0 |
952 | 2024-08-07T03:21:55.503Z | Downloaded utf-8 v0.7.6 |
953 | 2024-08-07T03:21:55.503Z | Downloaded tokio-tungstenite v0.20.1 |
954 | 2024-08-07T03:21:55.507Z | Downloaded parking_lot v0.11.2 |
955 | 2024-08-07T03:21:55.511Z | Downloaded bytes v1.7.1 |
956 | 2024-08-07T03:21:55.514Z | Downloaded parking_lot_core v0.8.6 |
957 | 2024-08-07T03:21:55.514Z | Downloaded der_derive v0.7.2 |
958 | 2024-08-07T03:21:55.520Z | Downloaded nu-ansi-term v0.50.0 |
959 | 2024-08-07T03:21:55.520Z | Downloaded tokio-rustls v0.25.0 |
960 | 2024-08-07T03:21:55.523Z | Downloaded highway v1.1.0 |
961 | 2024-08-07T03:21:55.523Z | Downloaded hex v0.4.3 |
962 | 2024-08-07T03:21:55.524Z | Downloaded heck v0.3.3 |
963 | 2024-08-07T03:21:55.524Z | Downloaded tokio-tungstenite v0.21.0 |
964 | 2024-08-07T03:21:55.527Z | Downloaded crypto-bigint v0.5.5 |
965 | 2024-08-07T03:21:55.534Z | Downloaded chacha20poly1305 v0.10.1 |
966 | 2024-08-07T03:21:55.537Z | Downloaded pin-utils v0.1.0 |
967 | 2024-08-07T03:21:55.537Z | Downloaded float-cmp v0.9.0 |
968 | 2024-08-07T03:21:55.537Z | Downloaded flagset v0.4.5 |
969 | 2024-08-07T03:21:55.540Z | Downloaded cookie v0.18.1 |
970 | 2024-08-07T03:21:55.543Z | Downloaded crossbeam-utils v0.8.19 |
971 | 2024-08-07T03:21:55.543Z | Downloaded const-oid v0.9.6 |
972 | 2024-08-07T03:21:55.547Z | Downloaded blake2 v0.10.6 |
973 | 2024-08-07T03:21:55.550Z | Downloaded pem v3.0.4 |
974 | 2024-08-07T03:21:55.550Z | Downloaded futures-task v0.3.30 |
975 | 2024-08-07T03:21:55.550Z | Downloaded futures-sink v0.3.30 |
976 | 2024-08-07T03:21:55.553Z | Downloaded cancel-safe-futures v0.1.5 |
977 | 2024-08-07T03:21:55.556Z | Downloaded arc-swap v1.7.1 |
978 | 2024-08-07T03:21:55.558Z | Downloaded multimap v0.10.0 |
979 | 2024-08-07T03:21:55.559Z | Downloaded libefi-sys v0.1.0 |
980 | 2024-08-07T03:21:55.564Z | Downloaded lazy_static v1.5.0 |
981 | 2024-08-07T03:21:55.564Z | Downloaded async-trait v0.1.81 |
982 | 2024-08-07T03:21:55.567Z | Downloaded password-hash v0.5.0 |
983 | 2024-08-07T03:21:55.567Z | Downloaded oso v0.27.3 |
984 | 2024-08-07T03:21:55.570Z | Downloaded thiserror-no-std v2.0.2 |
985 | 2024-08-07T03:21:55.574Z | Downloaded sync_wrapper v0.1.2 |
986 | 2024-08-07T03:21:55.577Z | Downloaded slog-envlogger v2.2.0 |
987 | 2024-08-07T03:21:55.577Z | Downloaded slab v0.4.9 |
988 | 2024-08-07T03:21:55.580Z | Downloaded lru v0.12.3 |
989 | 2024-08-07T03:21:55.580Z | Downloaded kstat-rs v0.2.4 |
990 | 2024-08-07T03:21:55.580Z | Downloaded miniz_oxide v0.7.2 |
991 | 2024-08-07T03:21:55.584Z | Downloaded lalrpop-util v0.19.12 |
992 | 2024-08-07T03:21:55.584Z | Downloaded curve25519-dalek-derive v0.1.1 |
993 | 2024-08-07T03:21:55.587Z | Downloaded async-stream v0.3.5 |
994 | 2024-08-07T03:21:55.587Z | Downloaded colored v2.1.0 |
995 | 2024-08-07T03:21:55.587Z | Downloaded crc-any v2.5.0 |
996 | 2024-08-07T03:21:55.590Z | Downloaded cookie v0.17.0 |
997 | 2024-08-07T03:21:55.593Z | Downloaded convert_case v0.4.0 |
998 | 2024-08-07T03:21:55.593Z | Downloaded ring v0.17.8 |
999 | 2024-08-07T03:21:55.664Z | Downloaded chacha20 v0.9.1 |
1000 | 2024-08-07T03:21:55.668Z | Downloaded assert_matches v1.5.0 |
1001 | 2024-08-07T03:21:55.668Z | Downloaded cassowary v0.3.0 |
1002 | 2024-08-07T03:21:55.668Z | Downloaded block-padding v0.3.3 |
1003 | 2024-08-07T03:21:55.670Z | Downloaded atomic-waker v1.1.2 |
1004 | 2024-08-07T03:21:55.671Z | Downloaded num_cpus v1.16.0 |
1005 | 2024-08-07T03:21:55.673Z | Downloaded num-complex v0.4.6 |
1006 | 2024-08-07T03:21:55.674Z | Downloaded mime_guess v2.0.4 |
1007 | 2024-08-07T03:21:55.676Z | Downloaded bit-vec v0.6.3 |
1008 | 2024-08-07T03:21:55.677Z | Downloaded is-terminal v0.4.12 |
1009 | 2024-08-07T03:21:55.677Z | Downloaded inout v0.1.3 |
1010 | 2024-08-07T03:21:55.679Z | Downloaded indoc v1.0.9 |
1011 | 2024-08-07T03:21:55.683Z | Downloaded cfg_aliases v0.1.1 |
1012 | 2024-08-07T03:21:55.683Z | Downloaded libloading v0.8.3 |
1013 | 2024-08-07T03:21:55.686Z | Downloaded indicatif v0.17.8 |
1014 | 2024-08-07T03:21:55.689Z | Downloaded crc32fast v1.4.0 |
1015 | 2024-08-07T03:21:55.689Z | Downloaded cookie_store v0.20.0 |
1016 | 2024-08-07T03:21:55.700Z | Downloaded num-iter v0.1.45 |
1017 | 2024-08-07T03:21:55.700Z | Downloaded nodrop v0.1.14 |
1018 | 2024-08-07T03:21:55.700Z | Downloaded nibble_vec v0.1.0 |
1019 | 2024-08-07T03:21:55.700Z | Downloaded bzip2 v0.4.4 |
1020 | 2024-08-07T03:21:55.700Z | Downloaded ciborium v0.2.2 |
1021 | 2024-08-07T03:21:55.700Z | Downloaded base64ct v1.6.0 |
1022 | 2024-08-07T03:21:55.703Z | Downloaded bcs v0.1.6 |
1023 | 2024-08-07T03:21:55.703Z | Downloaded memoffset v0.9.1 |
1024 | 2024-08-07T03:21:55.703Z | Downloaded md-5 v0.10.6 |
1025 | 2024-08-07T03:21:55.706Z | Downloaded lru-cache v0.1.2 |
1026 | 2024-08-07T03:21:55.706Z | Downloaded ipnetwork v0.20.0 |
1027 | 2024-08-07T03:21:55.709Z | Downloaded allocator-api2 v0.2.18 |
1028 | 2024-08-07T03:21:55.714Z | Downloaded buf-list v1.0.3 |
1029 | 2024-08-07T03:21:55.714Z | Downloaded ring v0.16.20 |
1030 | 2024-08-07T03:21:55.795Z | Downloaded bitflags v1.3.2 |
1031 | 2024-08-07T03:21:55.799Z | Downloaded arrayvec v0.7.4 |
1032 | 2024-08-07T03:21:55.801Z | Downloaded new_debug_unreachable v1.0.6 |
1033 | 2024-08-07T03:21:55.801Z | Downloaded ciborium-ll v0.2.2 |
1034 | 2024-08-07T03:21:55.802Z | Downloaded async-recursion v1.1.1 |
1035 | 2024-08-07T03:21:55.805Z | Downloaded lazycell v1.3.0 |
1036 | 2024-08-07T03:21:55.805Z | Downloaded indent_write v2.2.0 |
1037 | 2024-08-07T03:21:55.805Z | Downloaded cexpr v0.6.0 |
1038 | 2024-08-07T03:21:55.808Z | Downloaded adler v1.0.2 |
1039 | 2024-08-07T03:21:55.889Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-07T03:21:55.889Z | Compiling serde v1.0.204 |
1041 | 2024-08-07T03:21:55.892Z | Compiling lock_api v0.4.12 |
1042 | 2024-08-07T03:21:55.892Z | Compiling scopeguard v1.2.0 |
1043 | 2024-08-07T03:21:55.892Z | Compiling log v0.4.21 |
1044 | 2024-08-07T03:21:56.032Z | Compiling syn v2.0.72 |
1045 | 2024-08-07T03:21:56.035Z | Compiling cc v1.0.97 |
1046 | 2024-08-07T03:21:56.066Z | Compiling parking_lot_core v0.9.10 |
1047 | 2024-08-07T03:21:56.109Z | Compiling getrandom v0.2.14 |
1048 | 2024-08-07T03:21:56.153Z | Compiling smallvec v1.13.2 |
1049 | 2024-08-07T03:21:56.441Z | Compiling rand_core v0.6.4 |
1050 | 2024-08-07T03:21:56.559Z | Compiling typenum v1.17.0 |
1051 | 2024-08-07T03:21:56.575Z | Compiling generic-array v0.14.7 |
1052 | 2024-08-07T03:21:56.593Z | Compiling pin-project-lite v0.2.14 |
1053 | 2024-08-07T03:21:56.718Z | Compiling signal-hook-registry v1.4.2 |
1054 | 2024-08-07T03:21:56.895Z | Compiling parking_lot v0.12.2 |
1055 | 2024-08-07T03:21:56.933Z | Compiling spin v0.9.8 |
1056 | 2024-08-07T03:21:56.955Z | Compiling mio v0.8.11 |
1057 | 2024-08-07T03:21:57.143Z | Compiling libm v0.2.8 |
1058 | 2024-08-07T03:21:57.305Z | Compiling serde_json v1.0.122 |
1059 | 2024-08-07T03:21:57.501Z | Compiling ahash v0.8.11 |
1060 | 2024-08-07T03:21:57.530Z | Compiling num-traits v0.2.19 |
1061 | 2024-08-07T03:21:57.658Z | Compiling tinyvec_macros v0.1.1 |
1062 | 2024-08-07T03:21:57.738Z | Compiling futures-core v0.3.30 |
1063 | 2024-08-07T03:21:57.798Z | Compiling tinyvec v1.6.0 |
1064 | 2024-08-07T03:21:57.964Z | Compiling num_cpus v1.16.0 |
1065 | 2024-08-07T03:21:58.037Z | Compiling socket2 v0.5.7 |
1066 | 2024-08-07T03:21:58.086Z | Compiling const-oid v0.9.6 |
1067 | 2024-08-07T03:21:58.194Z | Compiling subtle v2.5.0 |
1068 | 2024-08-07T03:21:58.599Z | Compiling slab v0.4.9 |
1069 | 2024-08-07T03:21:59.177Z | Compiling futures-sink v0.3.30 |
1070 | 2024-08-07T03:21:59.331Z | Compiling unicode-normalization v0.1.23 |
1071 | 2024-08-07T03:21:59.368Z | Compiling unicode-bidi v0.3.15 |
1072 | 2024-08-07T03:21:59.384Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-07T03:21:59.637Z | Compiling futures-channel v0.3.30 |
1074 | 2024-08-07T03:21:59.831Z | Compiling pin-utils v0.1.0 |
1075 | 2024-08-07T03:21:59.934Z | Compiling vcpkg v0.2.15 |
1076 | 2024-08-07T03:22:00.072Z | Compiling futures-io v0.3.30 |
1077 | 2024-08-07T03:22:00.176Z | Compiling pkg-config v0.3.30 |
1078 | 2024-08-07T03:22:00.226Z | Compiling futures-task v0.3.30 |
1079 | 2024-08-07T03:22:00.410Z | Compiling ring v0.17.8 |
1080 | 2024-08-07T03:22:00.454Z | Compiling percent-encoding v2.3.1 |
1081 | 2024-08-07T03:22:00.524Z | Compiling ppv-lite86 v0.2.17 |
1082 | 2024-08-07T03:22:00.823Z | Compiling tracing-core v0.1.32 |
1083 | 2024-08-07T03:22:00.961Z | Compiling num-conv v0.1.0 |
1084 | 2024-08-07T03:22:01.059Z | Compiling rustix v0.38.34 |
1085 | 2024-08-07T03:22:01.250Z | Compiling powerfmt v0.2.0 |
1086 | 2024-08-07T03:22:01.325Z | Compiling rand_chacha v0.3.1 |
1087 | 2024-08-07T03:22:01.678Z | Compiling syn v1.0.109 |
1088 | 2024-08-07T03:22:01.782Z | Compiling time-core v0.1.2 |
1089 | 2024-08-07T03:22:01.855Z | Compiling untrusted v0.9.0 |
1090 | 2024-08-07T03:22:01.939Z | Compiling time-macros v0.2.18 |
1091 | 2024-08-07T03:22:02.131Z | Compiling rand v0.8.5 |
1092 | 2024-08-07T03:22:02.146Z | Compiling openssl-sys v0.9.103 |
1093 | 2024-08-07T03:22:02.252Z | Compiling deranged v0.3.11 |
1094 | 2024-08-07T03:22:02.382Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-07T03:22:02.491Z | Compiling num_threads v0.1.7 |
1096 | 2024-08-07T03:22:02.616Z | Compiling httparse v1.8.0 |
1097 | 2024-08-07T03:22:03.030Z | Compiling iana-time-zone v0.1.60 |
1098 | 2024-08-07T03:22:03.285Z | Compiling base64ct v1.6.0 |
1099 | 2024-08-07T03:22:03.524Z | Compiling openssl v0.10.66 |
1100 | 2024-08-07T03:22:03.660Z | Compiling rustversion v1.0.17 |
1101 | 2024-08-07T03:22:03.929Z | Compiling pem-rfc7468 v0.7.0 |
1102 | 2024-08-07T03:22:04.157Z | Compiling foreign-types v0.3.2 |
1103 | 2024-08-07T03:22:04.244Z | Compiling form_urlencoded v1.2.1 |
1104 | 2024-08-07T03:22:04.436Z | Compiling siphasher v0.3.11 |
1105 | 2024-08-07T03:22:04.550Z | Compiling try-lock v0.2.5 |
1106 | 2024-08-07T03:22:04.642Z | Compiling rustls v0.21.12 |
1107 | 2024-08-07T03:22:04.693Z | Compiling flagset v0.4.5 |
1108 | 2024-08-07T03:22:04.814Z | Compiling crossbeam-utils v0.8.19 |
1109 | 2024-08-07T03:22:04.887Z | Compiling native-tls v0.2.11 |
1110 | 2024-08-07T03:22:04.902Z | Compiling want v0.3.1 |
1111 | 2024-08-07T03:22:05.223Z | Compiling time v0.3.36 |
1112 | 2024-08-07T03:22:05.304Z | Compiling serde_derive_internals v0.29.1 |
1113 | 2024-08-07T03:22:05.415Z | Compiling idna v0.5.0 |
1114 | 2024-08-07T03:22:05.938Z | Compiling lazy_static v1.5.0 |
1115 | 2024-08-07T03:22:06.061Z | Compiling aho-corasick v1.1.3 |
1116 | 2024-08-07T03:22:06.627Z | Compiling cookie v0.17.0 |
1117 | 2024-08-07T03:22:06.911Z | Compiling adler v1.0.2 |
1118 | 2024-08-07T03:22:07.037Z | Compiling rustls-webpki v0.101.7 |
1119 | 2024-08-07T03:22:07.134Z | Compiling sct v0.7.1 |
1120 | 2024-08-07T03:22:07.448Z | Compiling signal-hook v0.3.17 |
1121 | 2024-08-07T03:22:07.717Z | Compiling cpufeatures v0.2.12 |
1122 | 2024-08-07T03:22:07.814Z | Compiling slog v2.7.0 |
1123 | 2024-08-07T03:22:08.018Z | Compiling openssl-probe v0.1.5 |
1124 | 2024-08-07T03:22:08.352Z | Compiling tower-service v0.3.2 |
1125 | 2024-08-07T03:22:08.369Z | Compiling schemars v0.8.21 |
1126 | 2024-08-07T03:22:08.517Z | Compiling finl_unicode v1.2.0 |
1127 | 2024-08-07T03:22:08.750Z | Compiling regex-syntax v0.8.3 |
1128 | 2024-08-07T03:22:08.767Z | Compiling httpdate v1.0.3 |
1129 | 2024-08-07T03:22:09.121Z | Compiling stringprep v0.1.4 |
1130 | 2024-08-07T03:22:09.258Z | Compiling miniz_oxide v0.7.2 |
1131 | 2024-08-07T03:22:10.337Z | Compiling url v2.5.2 |
1132 | 2024-08-07T03:22:10.434Z | Compiling serde_derive v1.0.204 |
1133 | 2024-08-07T03:22:10.776Z | Compiling zeroize_derive v1.4.2 |
1134 | 2024-08-07T03:22:11.478Z | Compiling zerocopy-derive v0.7.34 |
1135 | 2024-08-07T03:22:11.657Z | Compiling tokio-macros v2.3.0 |
1136 | 2024-08-07T03:22:12.204Z | Compiling thiserror-impl v1.0.63 |
1137 | 2024-08-07T03:22:12.409Z | Compiling zeroize v1.7.0 |
1138 | 2024-08-07T03:22:13.271Z | Compiling futures-macro v0.3.30 |
1139 | 2024-08-07T03:22:13.758Z | Compiling zerocopy v0.7.34 |
1140 | 2024-08-07T03:22:14.210Z | Compiling crypto-common v0.1.6 |
1141 | 2024-08-07T03:22:14.444Z | Compiling block-buffer v0.10.4 |
1142 | 2024-08-07T03:22:14.699Z | Compiling digest v0.10.7 |
1143 | 2024-08-07T03:22:15.194Z | Compiling scroll_derive v0.12.0 |
1144 | 2024-08-07T03:22:15.198Z | Compiling tracing-attributes v0.1.27 |
1145 | 2024-08-07T03:22:15.360Z | Compiling futures-util v0.3.30 |
1146 | 2024-08-07T03:22:15.496Z | Compiling thiserror v1.0.63 |
1147 | 2024-08-07T03:22:15.633Z | Compiling pest v2.7.10 |
1148 | 2024-08-07T03:22:15.908Z | Compiling hashbrown v0.14.5 |
1149 | 2024-08-07T03:22:16.659Z | Compiling scroll v0.12.0 |
1150 | 2024-08-07T03:22:17.201Z | Compiling goblin v0.8.2 |
1151 | 2024-08-07T03:22:17.342Z | Compiling hmac v0.12.1 |
1152 | 2024-08-07T03:22:17.589Z | Compiling openssl-macros v0.1.1 |
1153 | 2024-08-07T03:22:17.801Z | Compiling der_derive v0.7.2 |
1154 | 2024-08-07T03:22:18.110Z | Compiling pest_meta v2.7.10 |
1155 | 2024-08-07T03:22:18.339Z | Compiling md-5 v0.10.6 |
1156 | 2024-08-07T03:22:18.632Z | Compiling sha2 v0.10.8 |
1157 | 2024-08-07T03:22:18.693Z | Compiling regex-automata v0.4.6 |
1158 | 2024-08-07T03:22:19.045Z | Compiling tracing v0.1.40 |
1159 | 2024-08-07T03:22:19.560Z | Compiling pest_generator v2.7.10 |
1160 | 2024-08-07T03:22:20.318Z | Compiling der v0.7.9 |
1161 | 2024-08-07T03:22:21.418Z | Compiling schemars_derive v0.8.21 |
1162 | 2024-08-07T03:22:21.557Z | Compiling num-integer v0.1.46 |
1163 | 2024-08-07T03:22:22.192Z | Compiling idna v0.3.0 |
1164 | 2024-08-07T03:22:22.329Z | Compiling spki v0.7.3 |
1165 | 2024-08-07T03:22:22.691Z | Compiling backtrace v0.3.71 |
1166 | 2024-08-07T03:22:23.098Z | Compiling pest_derive v2.7.10 |
1167 | 2024-08-07T03:22:23.145Z | Compiling hash32 v0.2.1 |
1168 | 2024-08-07T03:22:23.548Z | Compiling psl-types v2.0.11 |
1169 | 2024-08-07T03:22:23.567Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-08-07T03:22:23.672Z | Compiling gimli v0.28.1 |
1171 | 2024-08-07T03:22:23.744Z | Compiling fallible-iterator v0.2.0 |
1172 | 2024-08-07T03:22:23.793Z | Compiling dyn-clone v1.0.17 |
1173 | 2024-08-07T03:22:23.911Z | Compiling dtrace-parser v0.2.0 |
1174 | 2024-08-07T03:22:23.993Z | Compiling base64 v0.22.1 |
1175 | 2024-08-07T03:22:24.453Z | Compiling bytes v1.7.1 |
1176 | 2024-08-07T03:22:24.717Z | Compiling bitflags v2.6.0 |
1177 | 2024-08-07T03:22:29.097Z | Compiling indexmap v2.3.0 |
1178 | 2024-08-07T03:22:29.161Z | Compiling semver v1.0.23 |
1179 | 2024-08-07T03:22:29.161Z | Compiling tokio v1.38.1 |
1180 | 2024-08-07T03:22:29.161Z | Compiling http v0.2.12 |
1181 | 2024-08-07T03:22:29.161Z | Compiling uuid v1.10.0 |
1182 | 2024-08-07T03:22:29.161Z | Compiling rustc_version v0.4.0 |
1183 | 2024-08-07T03:22:29.161Z | Compiling chrono v0.4.38 |
1184 | 2024-08-07T03:22:29.161Z | Compiling http-body v0.4.6 |
1185 | 2024-08-07T03:22:29.161Z | Compiling heapless v0.7.17 |
1186 | 2024-08-07T03:22:29.161Z | Compiling dof v0.3.0 |
1187 | 2024-08-07T03:22:29.161Z | Compiling serde_tokenstream v0.2.1 |
1188 | 2024-08-07T03:22:29.161Z | Compiling toml_datetime v0.6.8 |
1189 | 2024-08-07T03:22:29.161Z | Compiling usdt-impl v0.5.0 |
1190 | 2024-08-07T03:22:29.226Z | Compiling serde_spanned v0.6.7 |
1191 | 2024-08-07T03:22:29.455Z | Compiling smoltcp v0.9.1 |
1192 | 2024-08-07T03:22:30.141Z | Compiling crc32fast v1.4.0 |
1193 | 2024-08-07T03:22:30.237Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1194 | 2024-08-07T03:22:30.678Z | Compiling terminal_size v0.3.0 |
1195 | 2024-08-07T03:22:30.891Z | Compiling addr2line v0.21.0 |
1196 | 2024-08-07T03:22:31.147Z | Compiling postgres-protocol v0.6.7 |
1197 | 2024-08-07T03:22:31.241Z | Compiling publicsuffix v2.2.3 |
1198 | 2024-08-07T03:22:31.529Z | Compiling pkcs8 v0.10.2 |
1199 | 2024-08-07T03:22:31.586Z | Compiling hubpack_derive v0.1.1 |
1200 | 2024-08-07T03:22:31.707Z | Compiling block-padding v0.3.3 |
1201 | 2024-08-07T03:22:31.924Z | Compiling zerocopy-derive v0.6.6 |
1202 | 2024-08-07T03:22:31.952Z | Compiling async-trait v0.1.81 |
1203 | 2024-08-07T03:22:33.270Z | Compiling phf_shared v0.11.2 |
1204 | 2024-08-07T03:22:33.384Z | Compiling diesel_table_macro_syntax v0.1.0 |
1205 | 2024-08-07T03:22:33.552Z | Compiling ff v0.13.0 |
1206 | 2024-08-07T03:22:33.673Z | Compiling scheduled-thread-pool v0.2.7 |
1207 | 2024-08-07T03:22:33.771Z | Compiling object v0.32.2 |
1208 | 2024-08-07T03:22:33.844Z | Compiling fs-err v2.11.0 |
1209 | 2024-08-07T03:22:34.107Z | Compiling matches v0.1.10 |
1210 | 2024-08-07T03:22:34.142Z | Compiling bitflags v1.3.2 |
1211 | 2024-08-07T03:22:34.199Z | Compiling tokio-util v0.7.11 |
1212 | 2024-08-07T03:22:34.226Z | Compiling tokio-rustls v0.24.1 |
1213 | 2024-08-07T03:22:34.247Z | Compiling ipnet v2.9.0 |
1214 | 2024-08-07T03:22:34.260Z | Compiling regex-automata v0.1.10 |
1215 | 2024-08-07T03:22:34.701Z | Compiling winnow v0.5.40 |
1216 | 2024-08-07T03:22:34.720Z | Compiling rustc-demangle v0.1.24 |
1217 | 2024-08-07T03:22:35.254Z | Compiling h2 v0.3.26 |
1218 | 2024-08-07T03:22:35.443Z | Compiling tokio-native-tls v0.3.1 |
1219 | 2024-08-07T03:22:35.638Z | Compiling bit-vec v0.6.3 |
1220 | 2024-08-07T03:22:35.727Z | Compiling base64 v0.21.7 |
1221 | 2024-08-07T03:22:35.746Z | Compiling anyhow v1.0.86 |
1222 | 2024-08-07T03:22:36.128Z | Compiling either v1.12.0 |
1223 | 2024-08-07T03:22:36.371Z | Compiling base16ct v0.2.0 |
1224 | 2024-08-07T03:22:36.500Z | Compiling managed v0.8.0 |
1225 | 2024-08-07T03:22:36.698Z | Compiling sec1 v0.7.3 |
1226 | 2024-08-07T03:22:36.702Z | Compiling rustls-pemfile v1.0.4 |
1227 | 2024-08-07T03:22:37.150Z | Compiling bstr v0.2.17 |
1228 | 2024-08-07T03:22:37.233Z | Compiling clap_builder v4.5.13 |
1229 | 2024-08-07T03:22:37.324Z | Compiling idna v0.2.3 |
1230 | 2024-08-07T03:22:38.736Z | Compiling toml_edit v0.19.15 |
1231 | 2024-08-07T03:22:38.911Z | Compiling zerocopy v0.6.6 |
1232 | 2024-08-07T03:22:39.079Z | Compiling r2d2 v0.8.10 |
1233 | 2024-08-07T03:22:39.224Z | Compiling diesel_derives v2.1.4 |
1234 | 2024-08-07T03:22:39.477Z | Compiling group v0.13.0 |
1235 | 2024-08-07T03:22:39.769Z | Compiling phf v0.11.2 |
1236 | 2024-08-07T03:22:39.797Z | Compiling signal-hook-mio v0.2.3 |
1237 | 2024-08-07T03:22:39.956Z | Compiling cookie_store v0.20.0 |
1238 | 2024-08-07T03:22:40.064Z | Compiling hubpack v0.1.2 |
1239 | 2024-08-07T03:22:41.202Z | Compiling ipnetwork v0.20.0 |
1240 | 2024-08-07T03:22:41.406Z | Compiling postgres-types v0.2.7 |
1241 | 2024-08-07T03:22:41.439Z | Compiling inout v0.1.3 |
1242 | 2024-08-07T03:22:42.119Z | Compiling hyper v0.14.30 |
1243 | 2024-08-07T03:22:42.323Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-07T03:22:42.952Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-07T03:22:44.070Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-07T03:22:44.100Z | Compiling regex v1.10.6 |
1247 | 2024-08-07T03:22:44.502Z | Compiling num-bigint v0.4.5 |
1248 | 2024-08-07T03:22:44.610Z | Compiling futures-executor v0.3.30 |
1249 | 2024-08-07T03:22:45.197Z | Compiling enum-as-inner v0.5.1 |
1250 | 2024-08-07T03:22:45.242Z | Compiling hkdf v0.12.4 |
1251 | 2024-08-07T03:22:45.510Z | Compiling crypto-bigint v0.5.5 |
1252 | 2024-08-07T03:22:45.951Z | Compiling clap_derive v4.5.13 |
1253 | 2024-08-07T03:22:46.271Z | Compiling serde_repr v0.1.19 |
1254 | 2024-08-07T03:22:46.783Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-07T03:22:46.803Z | Compiling phf_shared v0.10.0 |
1256 | 2024-08-07T03:22:47.213Z | Compiling float-cmp v0.9.0 |
1257 | 2024-08-07T03:22:47.445Z | Compiling encoding_rs v0.8.34 |
1258 | 2024-08-07T03:22:47.569Z | Compiling precomputed-hash v0.1.1 |
1259 | 2024-08-07T03:22:47.709Z | Compiling data-encoding v2.6.0 |
1260 | 2024-08-07T03:22:50.237Z | Compiling hyper-rustls v0.24.2 |
1261 | 2024-08-07T03:22:50.619Z | Compiling hyper-tls v0.5.0 |
1262 | 2024-08-07T03:22:50.988Z | Compiling predicates-core v1.0.6 |
1263 | 2024-08-07T03:22:51.032Z | Compiling fixedbitset v0.4.2 |
1264 | 2024-08-07T03:22:51.308Z | Compiling sync_wrapper v0.1.2 |
1265 | 2024-08-07T03:22:51.349Z | Compiling unicode-segmentation v1.11.0 |
1266 | 2024-08-07T03:22:51.446Z | Compiling new_debug_unreachable v1.0.6 |
1267 | 2024-08-07T03:22:51.478Z | Compiling webpki-roots v0.25.4 |
1268 | 2024-08-07T03:22:51.534Z | Compiling static_assertions v1.1.0 |
1269 | 2024-08-07T03:22:51.636Z | Compiling minimal-lexical v0.2.1 |
1270 | 2024-08-07T03:22:51.652Z | Compiling whoami v1.5.1 |
1271 | 2024-08-07T03:22:51.793Z | Compiling difflib v0.4.0 |
1272 | 2024-08-07T03:22:52.115Z | Compiling normalize-line-endings v0.3.0 |
1273 | 2024-08-07T03:22:52.157Z | Compiling mime v0.3.17 |
1274 | 2024-08-07T03:22:52.207Z | Compiling nom v7.1.3 |
1275 | 2024-08-07T03:22:52.224Z | Compiling diesel v2.1.6 |
1276 | 2024-08-07T03:22:52.241Z | Compiling predicates v3.1.2 |
1277 | 2024-08-07T03:22:52.278Z | Compiling similar v2.5.0 |
1278 | 2024-08-07T03:22:52.354Z | Compiling tokio-postgres v0.7.11 |
1279 | 2024-08-07T03:22:52.771Z | Compiling reqwest v0.11.27 |
1280 | 2024-08-07T03:22:53.378Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1281 | 2024-08-07T03:22:54.092Z | Compiling string_cache v0.8.7 |
1282 | 2024-08-07T03:22:54.575Z | Compiling toml_edit v0.22.20 |
1283 | 2024-08-07T03:22:54.954Z | Compiling console v0.15.8 |
1284 | 2024-08-07T03:22:55.724Z | Compiling clap v4.5.13 |
1285 | 2024-08-07T03:22:55.838Z | Compiling petgraph v0.6.5 |
1286 | 2024-08-07T03:22:55.957Z | Compiling elliptic-curve v0.13.8 |
1287 | 2024-08-07T03:22:56.450Z | Compiling trust-dns-proto v0.22.0 |
1288 | 2024-08-07T03:22:56.809Z | Compiling yasna v0.5.2 |
1289 | 2024-08-07T03:22:58.054Z | Compiling usdt v0.5.0 |
1290 | 2024-08-07T03:22:58.554Z | Compiling futures v0.3.30 |
1291 | 2024-08-07T03:22:58.679Z | Compiling flate2 v1.0.31 |
1292 | 2024-08-07T03:22:58.741Z | Compiling toml v0.7.8 |
1293 | 2024-08-07T03:22:59.594Z | Compiling cipher v0.4.4 |
1294 | 2024-08-07T03:22:59.922Z | Compiling crossterm v0.27.0 |
1295 | 2024-08-07T03:23:00.435Z | Compiling itertools v0.10.5 |
1296 | 2024-08-07T03:23:00.698Z | Compiling itertools v0.12.1 |
1297 | 2024-08-07T03:23:00.963Z | Compiling bit-set v0.5.3 |
1298 | 2024-08-07T03:23:01.232Z | Compiling tokio-stream v0.1.15 |
1299 | 2024-08-07T03:23:02.215Z | Compiling openapiv3 v2.0.0 |
1300 | 2024-08-07T03:23:03.024Z | Compiling hex v0.4.3 |
1301 | 2024-08-07T03:23:03.255Z | Compiling bstr v1.9.1 |
1302 | 2024-08-07T03:23:03.599Z | Compiling num-iter v0.1.45 |
1303 | 2024-08-07T03:23:03.616Z | Compiling crossbeam-epoch v0.9.18 |
1304 | 2024-08-07T03:23:03.782Z | Compiling dirs-sys-next v0.1.2 |
1305 | 2024-08-07T03:23:03.875Z | Compiling lalrpop-util v0.19.12 |
1306 | 2024-08-07T03:23:04.230Z | Compiling unicode-xid v0.2.4 |
1307 | 2024-08-07T03:23:04.375Z | Compiling peg-runtime v0.8.3 |
1308 | 2024-08-07T03:23:04.402Z | Compiling dirs-next v2.0.0 |
1309 | 2024-08-07T03:23:04.440Z | Compiling thread_local v1.1.8 |
1310 | 2024-08-07T03:23:04.600Z | Compiling slog-async v2.8.0 |
1311 | 2024-08-07T03:23:04.936Z | Compiling term v0.7.0 |
1312 | 2024-08-07T03:23:04.990Z | Compiling xattr v1.3.1 |
1313 | 2024-08-07T03:23:05.011Z | Compiling crossbeam-channel v0.5.12 |
1314 | 2024-08-07T03:23:05.014Z | Compiling strum_macros v0.26.4 |
1315 | 2024-08-07T03:23:05.200Z | Compiling filetime v0.2.23 |
1316 | 2024-08-07T03:23:05.263Z | Compiling is-terminal v0.4.12 |
1317 | 2024-08-07T03:23:05.385Z | Compiling take_mut v0.2.2 |
1318 | 2024-08-07T03:23:05.506Z | Compiling tar v0.4.41 |
1319 | 2024-08-07T03:23:05.532Z | Compiling slog-term v2.9.1 |
1320 | 2024-08-07T03:23:06.439Z | Compiling camino v1.1.7 |
1321 | 2024-08-07T03:23:08.273Z | Compiling strum v0.26.3 |
1322 | 2024-08-07T03:23:18.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1323 | 2024-08-07T03:23:18.800Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1324 | 2024-08-07T03:23:23.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1325 | 2024-08-07T03:23:23.793Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1326 | 2024-08-07T03:23:23.835Z | Aug 07 03:23:22.447 INFO Starting download, target: Clickhouse |
1327 | 2024-08-07T03:23:23.835Z | Aug 07 03:23:22.448 INFO Starting download, target: Cockroach |
1328 | 2024-08-07T03:23:23.835Z | Aug 07 03:23:22.448 INFO Starting download, target: Console |
1329 | 2024-08-07T03:23:23.835Z | Aug 07 03:23:22.448 INFO Starting download, target: DendriteOpenapi |
1330 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.448 INFO Starting download, target: DendriteStub |
1331 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.448 INFO Starting download, target: MaghemiteMgd |
1332 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.448 INFO Starting download, target: TransceiverControl |
1333 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1334 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.448 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1335 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1336 | 2024-08-07T03:23:23.838Z | Aug 07 03:23:22.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1337 | 2024-08-07T03:23:23.839Z | Aug 07 03:23:22.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1338 | 2024-08-07T03:23:23.839Z | Aug 07 03:23:22.449 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1339 | 2024-08-07T03:23:23.839Z | Aug 07 03:23:22.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1340 | 2024-08-07T03:23:24.020Z | Aug 07 03:23:22.626 INFO Download complete, target: DendriteOpenapi |
1341 | 2024-08-07T03:23:24.088Z | Aug 07 03:23:22.697 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1342 | 2024-08-07T03:23:24.437Z | Aug 07 03:23:23.050 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1343 | 2024-08-07T03:23:24.445Z | Aug 07 03:23:23.057 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1344 | 2024-08-07T03:23:24.447Z | Aug 07 03:23:23.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1345 | 2024-08-07T03:23:24.876Z | Aug 07 03:23:23.487 INFO Download complete, target: Console |
1346 | 2024-08-07T03:23:24.899Z | Aug 07 03:23:23.512 INFO Download complete, target: TransceiverControl |
1347 | 2024-08-07T03:23:25.846Z | Aug 07 03:23:24.458 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1348 | 2024-08-07T03:23:26.243Z | Aug 07 03:23:24.855 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1349 | 2024-08-07T03:23:26.243Z | Aug 07 03:23:24.855 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1350 | 2024-08-07T03:23:27.515Z | Aug 07 03:23:26.128 INFO Download complete, target: DendriteStub |
1351 | 2024-08-07T03:23:27.650Z | Aug 07 03:23:26.263 INFO Download complete, target: MaghemiteMgd |
1352 | 2024-08-07T03:23:34.553Z | Aug 07 03:23:33.161 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1353 | 2024-08-07T03:23:34.883Z | Aug 07 03:23:33.495 INFO Checking that binary works, target: Cockroach |
1354 | 2024-08-07T03:23:35.032Z | Aug 07 03:23:33.643 INFO Download complete, target: Cockroach |
1355 | 2024-08-07T03:23:40.233Z | Aug 07 03:23:38.844 INFO Checking that binary works, target: Clickhouse |
1356 | 2024-08-07T03:23:40.395Z | Aug 07 03:23:39.006 INFO Download complete, target: Clickhouse |
1357 | 2024-08-07T03:23:40.413Z | All builder prerequisites installed successfully, and PATH looks valid |
1358 | 2024-08-07T03:23:40.416Z | |
1359 | 2024-08-07T03:23:40.416Z | real 5:35.710097659 |
1360 | 2024-08-07T03:23:40.416Z | user 11:46.380696937 |
1361 | 2024-08-07T03:23:40.416Z | sys 2:26.594339981 |
1362 | 2024-08-07T03:23:40.416Z | trap 0.427279048 |
1363 | 2024-08-07T03:23:40.416Z | tflt 1.422148848 |
1364 | 2024-08-07T03:23:40.416Z | dflt 1.578314000 |
1365 | 2024-08-07T03:23:40.416Z | kflt 0.022370656 |
1366 | 2024-08-07T03:23:40.416Z | lock 23:17.157050745 |
1367 | 2024-08-07T03:23:40.416Z | slp 48:17.827452110 |
1368 | 2024-08-07T03:23:40.416Z | lat 44.348792536 |
1369 | 2024-08-07T03:23:40.416Z | stop 1:44.871739186 |
1370 | 2024-08-07T03:23:40.416Z | + banner hack-check |
1371 | 2024-08-07T03:23:40.420Z | |
1372 | 2024-08-07T03:23:40.420Z | # # ## #### # # #### # # ###### #### # # |
1373 | 2024-08-07T03:23:40.420Z | # # # # # # # # # # # # # # # # # |
1374 | 2024-08-07T03:23:40.420Z | ###### # # # #### ##### # ###### ##### # #### |
1375 | 2024-08-07T03:23:40.420Z | # # ###### # # # # # # # # # # |
1376 | 2024-08-07T03:23:40.420Z | # # # # # # # # # # # # # # # # # |
1377 | 2024-08-07T03:23:40.420Z | # # # # #### # # #### # # ###### #### # # |
1378 | 2024-08-07T03:23:40.420Z | |
1379 | 2024-08-07T03:23:40.421Z | + export CARGO_INCREMENTAL=0 |
1380 | 2024-08-07T03:23:40.421Z | + CARGO_INCREMENTAL=0 |
1381 | 2024-08-07T03:23:40.421Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1382 | 2024-08-07T03:23:40.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1383 | 2024-08-07T03:23:44.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1384 | 2024-08-07T03:23:44.531Z | Running `target/debug/xtask check-features --ci` |
1385 | 2024-08-07T03:23:44.555Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1386 | 2024-08-07T03:23:44.555Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1387 | 2024-08-07T03:23:45.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1388 | 2024-08-07T03:23:45.087Z | Running `target/debug/xtask download cargo-hack` |
1389 | 2024-08-07T03:23:45.954Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1390 | 2024-08-07T03:23:46.312Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1391 | 2024-08-07T03:23:50.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
1392 | 2024-08-07T03:23:50.949Z | Running `target/debug/xtask-downloader cargo-hack` |
1393 | 2024-08-07T03:23:50.986Z | Aug 07 03:23:49.598 INFO Starting download, target: CargoHack |
1394 | 2024-08-07T03:23:50.989Z | Aug 07 03:23:49.599 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1395 | 2024-08-07T03:23:51.569Z | Aug 07 03:23:50.180 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1396 | 2024-08-07T03:23:51.674Z | Aug 07 03:23:50.285 INFO Download complete, target: CargoHack |
1397 | 2024-08-07T03:23:51.678Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1398 | 2024-08-07T03:23:51.694Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1399 | 2024-08-07T03:23:51.845Z | info: running `cargo check --bins` on api_identity (1/142) |
1400 | 2024-08-07T03:23:52.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1401 | 2024-08-07T03:23:52.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1402 | 2024-08-07T03:23:52.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1403 | 2024-08-07T03:23:52.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1404 | 2024-08-07T03:23:52.465Z | |
1405 | 2024-08-07T03:23:52.465Z | info: running `cargo check --bins` on bootstore (2/142) |
1406 | 2024-08-07T03:23:53.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1407 | 2024-08-07T03:23:53.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1408 | 2024-08-07T03:23:53.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1409 | 2024-08-07T03:23:53.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1410 | 2024-08-07T03:23:53.141Z | |
1411 | 2024-08-07T03:23:53.141Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1412 | 2024-08-07T03:23:53.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1413 | 2024-08-07T03:23:53.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1414 | 2024-08-07T03:23:53.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1415 | 2024-08-07T03:23:53.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1416 | 2024-08-07T03:23:53.765Z | |
1417 | 2024-08-07T03:23:53.765Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1418 | 2024-08-07T03:23:54.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1419 | 2024-08-07T03:23:54.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1420 | 2024-08-07T03:23:54.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1421 | 2024-08-07T03:23:54.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1422 | 2024-08-07T03:23:54.392Z | |
1423 | 2024-08-07T03:23:54.393Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1424 | 2024-08-07T03:23:54.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1425 | 2024-08-07T03:23:54.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1426 | 2024-08-07T03:23:54.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1427 | 2024-08-07T03:23:54.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1428 | 2024-08-07T03:23:54.852Z | |
1429 | 2024-08-07T03:23:54.853Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1430 | 2024-08-07T03:23:55.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1431 | 2024-08-07T03:23:55.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1432 | 2024-08-07T03:23:55.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1433 | 2024-08-07T03:23:55.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1434 | 2024-08-07T03:23:55.320Z | |
1435 | 2024-08-07T03:23:55.320Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1436 | 2024-08-07T03:23:55.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1437 | 2024-08-07T03:23:55.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1438 | 2024-08-07T03:23:55.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1439 | 2024-08-07T03:23:55.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1440 | 2024-08-07T03:23:55.794Z | |
1441 | 2024-08-07T03:23:55.794Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1442 | 2024-08-07T03:23:56.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1443 | 2024-08-07T03:23:56.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1444 | 2024-08-07T03:23:56.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1445 | 2024-08-07T03:23:56.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1446 | 2024-08-07T03:23:56.259Z | |
1447 | 2024-08-07T03:23:56.259Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1448 | 2024-08-07T03:23:56.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1449 | 2024-08-07T03:23:56.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1450 | 2024-08-07T03:23:56.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1451 | 2024-08-07T03:23:56.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1452 | 2024-08-07T03:23:56.752Z | |
1453 | 2024-08-07T03:23:56.752Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1454 | 2024-08-07T03:23:57.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1455 | 2024-08-07T03:23:57.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1456 | 2024-08-07T03:23:57.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1457 | 2024-08-07T03:23:57.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1458 | 2024-08-07T03:23:57.236Z | |
1459 | 2024-08-07T03:23:57.236Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1460 | 2024-08-07T03:23:57.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1461 | 2024-08-07T03:23:57.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1462 | 2024-08-07T03:23:57.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1463 | 2024-08-07T03:23:57.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1464 | 2024-08-07T03:23:57.736Z | |
1465 | 2024-08-07T03:23:57.736Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1466 | 2024-08-07T03:23:58.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1467 | 2024-08-07T03:23:58.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1468 | 2024-08-07T03:23:58.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1469 | 2024-08-07T03:23:58.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1470 | 2024-08-07T03:23:58.232Z | |
1471 | 2024-08-07T03:23:58.232Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1472 | 2024-08-07T03:23:58.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1473 | 2024-08-07T03:23:58.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1474 | 2024-08-07T03:23:58.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1475 | 2024-08-07T03:23:58.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1476 | 2024-08-07T03:23:58.697Z | |
1477 | 2024-08-07T03:23:58.697Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1478 | 2024-08-07T03:23:59.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-08-07T03:23:59.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-08-07T03:23:59.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-08-07T03:23:59.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1482 | 2024-08-07T03:23:59.193Z | |
1483 | 2024-08-07T03:23:59.194Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1484 | 2024-08-07T03:23:59.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-08-07T03:23:59.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-08-07T03:23:59.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-08-07T03:23:59.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1488 | 2024-08-07T03:23:59.686Z | |
1489 | 2024-08-07T03:23:59.686Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1490 | 2024-08-07T03:24:00.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-08-07T03:24:00.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-08-07T03:24:00.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-08-07T03:24:00.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1494 | 2024-08-07T03:24:00.172Z | |
1495 | 2024-08-07T03:24:00.173Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1496 | 2024-08-07T03:24:00.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-08-07T03:24:00.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-08-07T03:24:00.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-08-07T03:24:00.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1500 | 2024-08-07T03:24:00.660Z | |
1501 | 2024-08-07T03:24:00.660Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1502 | 2024-08-07T03:24:01.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-08-07T03:24:01.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-08-07T03:24:01.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-08-07T03:24:01.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1506 | 2024-08-07T03:24:01.154Z | |
1507 | 2024-08-07T03:24:01.154Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1508 | 2024-08-07T03:24:01.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-08-07T03:24:01.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-08-07T03:24:01.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-08-07T03:24:01.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1512 | 2024-08-07T03:24:01.623Z | |
1513 | 2024-08-07T03:24:01.623Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1514 | 2024-08-07T03:24:02.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-08-07T03:24:02.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-08-07T03:24:02.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-08-07T03:24:02.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1518 | 2024-08-07T03:24:02.105Z | |
1519 | 2024-08-07T03:24:02.105Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1520 | 2024-08-07T03:24:02.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-08-07T03:24:02.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-08-07T03:24:02.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-08-07T03:24:02.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1524 | 2024-08-07T03:24:02.584Z | |
1525 | 2024-08-07T03:24:02.584Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1526 | 2024-08-07T03:24:03.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-08-07T03:24:03.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-08-07T03:24:03.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-08-07T03:24:03.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1530 | 2024-08-07T03:24:03.056Z | |
1531 | 2024-08-07T03:24:03.056Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1532 | 2024-08-07T03:24:03.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-08-07T03:24:03.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-08-07T03:24:03.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-08-07T03:24:03.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1536 | 2024-08-07T03:24:03.521Z | |
1537 | 2024-08-07T03:24:03.521Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1538 | 2024-08-07T03:24:03.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-08-07T03:24:03.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-08-07T03:24:03.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-08-07T03:24:03.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1542 | 2024-08-07T03:24:03.975Z | |
1543 | 2024-08-07T03:24:03.976Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1544 | 2024-08-07T03:24:04.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-08-07T03:24:04.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-08-07T03:24:04.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-08-07T03:24:04.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1548 | 2024-08-07T03:24:04.612Z | |
1549 | 2024-08-07T03:24:04.612Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1550 | 2024-08-07T03:24:05.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-08-07T03:24:05.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-08-07T03:24:05.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-08-07T03:24:05.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1554 | 2024-08-07T03:24:05.246Z | |
1555 | 2024-08-07T03:24:05.246Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1556 | 2024-08-07T03:24:05.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-08-07T03:24:05.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-08-07T03:24:05.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-08-07T03:24:05.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1560 | 2024-08-07T03:24:05.892Z | |
1561 | 2024-08-07T03:24:05.892Z | info: running `cargo check --bins` on oxlog (28/142) |
1562 | 2024-08-07T03:24:06.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-08-07T03:24:06.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-08-07T03:24:06.520Z | Checking cfg-if v1.0.0 |
1565 | 2024-08-07T03:24:06.523Z | Checking libc v0.2.155 |
1566 | 2024-08-07T03:24:06.613Z | Checking memchr v2.7.2 |
1567 | 2024-08-07T03:24:06.623Z | Checking serde v1.0.204 |
1568 | 2024-08-07T03:24:06.623Z | Checking scopeguard v1.2.0 |
1569 | 2024-08-07T03:24:06.644Z | Checking log v0.4.21 |
1570 | 2024-08-07T03:24:06.647Z | Checking byteorder v1.5.0 |
1571 | 2024-08-07T03:24:06.669Z | Checking itoa v1.0.11 |
1572 | 2024-08-07T03:24:06.682Z | Checking zeroize v1.7.0 |
1573 | 2024-08-07T03:24:06.754Z | Checking lock_api v0.4.12 |
1574 | 2024-08-07T03:24:06.859Z | Checking smallvec v1.13.2 |
1575 | 2024-08-07T03:24:06.938Z | Checking once_cell v1.19.0 |
1576 | 2024-08-07T03:24:06.941Z | Checking pin-project-lite v0.2.14 |
1577 | 2024-08-07T03:24:07.023Z | Checking typenum v1.17.0 |
1578 | 2024-08-07T03:24:07.060Z | Checking zerocopy v0.7.34 |
1579 | 2024-08-07T03:24:07.163Z | Checking spin v0.9.8 |
1580 | 2024-08-07T03:24:07.200Z | Checking futures-core v0.3.30 |
1581 | 2024-08-07T03:24:07.218Z | Checking tinyvec_macros v0.1.1 |
1582 | 2024-08-07T03:24:07.301Z | Checking tinyvec v1.6.0 |
1583 | 2024-08-07T03:24:07.363Z | Checking libm v0.2.8 |
1584 | 2024-08-07T03:24:07.466Z | Checking subtle v2.5.0 |
1585 | 2024-08-07T03:24:07.509Z | Checking ryu v1.0.18 |
1586 | 2024-08-07T03:24:07.728Z | Checking const-oid v0.9.6 |
1587 | 2024-08-07T03:24:07.745Z | Checking futures-sink v0.3.30 |
1588 | 2024-08-07T03:24:07.766Z | Checking getrandom v0.2.14 |
1589 | 2024-08-07T03:24:07.868Z | Checking parking_lot_core v0.9.10 |
1590 | 2024-08-07T03:24:08.011Z | Checking rand_core v0.6.4 |
1591 | 2024-08-07T03:24:08.168Z | Checking parking_lot v0.12.2 |
1592 | 2024-08-07T03:24:08.284Z | Checking signal-hook-registry v1.4.2 |
1593 | 2024-08-07T03:24:08.286Z | Checking generic-array v0.14.7 |
1594 | 2024-08-07T03:24:08.309Z | Checking mio v0.8.11 |
1595 | 2024-08-07T03:24:08.477Z | Checking socket2 v0.5.7 |
1596 | 2024-08-07T03:24:08.500Z | Checking num_cpus v1.16.0 |
1597 | 2024-08-07T03:24:08.514Z | Checking ahash v0.8.11 |
1598 | 2024-08-07T03:24:08.592Z | Checking unicode-normalization v0.1.23 |
1599 | 2024-08-07T03:24:08.608Z | Checking num-traits v0.2.19 |
1600 | 2024-08-07T03:24:08.905Z | Checking unicode-bidi v0.3.15 |
1601 | 2024-08-07T03:24:08.946Z | Checking allocator-api2 v0.2.18 |
1602 | 2024-08-07T03:24:08.993Z | Checking equivalent v1.0.1 |
1603 | 2024-08-07T03:24:09.083Z | Checking futures-channel v0.3.30 |
1604 | 2024-08-07T03:24:09.408Z | Checking slab v0.4.9 |
1605 | 2024-08-07T03:24:09.431Z | Checking crypto-common v0.1.6 |
1606 | 2024-08-07T03:24:09.456Z | Checking pin-utils v0.1.0 |
1607 | 2024-08-07T03:24:09.511Z | Checking futures-io v0.3.30 |
1608 | 2024-08-07T03:24:09.525Z | Checking futures-task v0.3.30 |
1609 | 2024-08-07T03:24:09.538Z | Checking block-buffer v0.10.4 |
1610 | 2024-08-07T03:24:09.573Z | Checking hashbrown v0.14.5 |
1611 | 2024-08-07T03:24:09.604Z | Checking ppv-lite86 v0.2.17 |
1612 | 2024-08-07T03:24:09.639Z | Checking percent-encoding v2.3.1 |
1613 | 2024-08-07T03:24:09.677Z | Checking tracing-core v0.1.32 |
1614 | 2024-08-07T03:24:09.726Z | Checking digest v0.10.7 |
1615 | 2024-08-07T03:24:09.740Z | Checking futures-util v0.3.30 |
1616 | 2024-08-07T03:24:09.830Z | Checking untrusted v0.9.0 |
1617 | 2024-08-07T03:24:09.975Z | Checking fnv v1.0.7 |
1618 | 2024-08-07T03:24:10.089Z | Checking ring v0.17.8 |
1619 | 2024-08-07T03:24:10.103Z | Checking thiserror v1.0.63 |
1620 | 2024-08-07T03:24:10.227Z | Checking iana-time-zone v0.1.60 |
1621 | 2024-08-07T03:24:10.307Z | Checking rand_chacha v0.3.1 |
1622 | 2024-08-07T03:24:10.320Z | Checking tracing v0.1.40 |
1623 | 2024-08-07T03:24:10.343Z | Checking foreign-types-shared v0.1.1 |
1624 | 2024-08-07T03:24:10.356Z | Checking powerfmt v0.2.0 |
1625 | 2024-08-07T03:24:10.434Z | Checking base64ct v1.6.0 |
1626 | 2024-08-07T03:24:10.625Z | Checking deranged v0.3.11 |
1627 | 2024-08-07T03:24:10.636Z | Checking foreign-types v0.3.2 |
1628 | 2024-08-07T03:24:10.677Z | Checking rand v0.8.5 |
1629 | 2024-08-07T03:24:10.711Z | Checking hmac v0.12.1 |
1630 | 2024-08-07T03:24:10.793Z | Checking form_urlencoded v1.2.1 |
1631 | 2024-08-07T03:24:10.852Z | Checking pem-rfc7468 v0.7.0 |
1632 | 2024-08-07T03:24:10.899Z | Checking openssl-sys v0.9.103 |
1633 | 2024-08-07T03:24:10.977Z | Checking siphasher v0.3.11 |
1634 | 2024-08-07T03:24:11.088Z | Checking try-lock v0.2.5 |
1635 | 2024-08-07T03:24:11.215Z | Checking num-conv v0.1.0 |
1636 | 2024-08-07T03:24:11.266Z | Checking num_threads v0.1.7 |
1637 | 2024-08-07T03:24:11.373Z | Checking time-core v0.1.2 |
1638 | 2024-08-07T03:24:11.451Z | Checking unicode-ident v1.0.12 |
1639 | 2024-08-07T03:24:11.516Z | Checking flagset v0.4.5 |
1640 | 2024-08-07T03:24:11.600Z | Checking bytes v1.7.1 |
1641 | 2024-08-07T03:24:11.603Z | Checking bitflags v2.6.0 |
1642 | 2024-08-07T03:24:11.697Z | Checking serde_json v1.0.122 |
1643 | 2024-08-07T03:24:11.883Z | Checking indexmap v2.3.0 |
1644 | 2024-08-07T03:24:11.895Z | Checking uuid v1.10.0 |
1645 | 2024-08-07T03:24:11.900Z | Checking chrono v0.4.38 |
1646 | 2024-08-07T03:24:12.165Z | Checking openssl v0.10.66 |
1647 | 2024-08-07T03:24:12.362Z | Checking time v0.3.36 |
1648 | 2024-08-07T03:24:12.384Z | Checking tokio v1.38.1 |
1649 | 2024-08-07T03:24:12.465Z | Checking http v0.2.12 |
1650 | 2024-08-07T03:24:13.076Z | Checking sct v0.7.1 |
1651 | 2024-08-07T03:24:13.270Z | Checking rustls-webpki v0.101.7 |
1652 | 2024-08-07T03:24:13.358Z | Checking der v0.7.9 |
1653 | 2024-08-07T03:24:13.814Z | Checking http-body v0.4.6 |
1654 | 2024-08-07T03:24:13.891Z | Checking proc-macro2 v1.0.86 |
1655 | 2024-08-07T03:24:13.947Z | Checking want v0.3.1 |
1656 | 2024-08-07T03:24:14.119Z | Checking idna v0.5.0 |
1657 | 2024-08-07T03:24:14.178Z | Checking errno v0.3.9 |
1658 | 2024-08-07T03:24:14.346Z | Checking httparse v1.8.0 |
1659 | 2024-08-07T03:24:14.557Z | Checking lazy_static v1.5.0 |
1660 | 2024-08-07T03:24:14.672Z | Checking aho-corasick v1.1.3 |
1661 | 2024-08-07T03:24:14.753Z | Checking scroll v0.12.0 |
1662 | 2024-08-07T03:24:14.769Z | Checking httpdate v1.0.3 |
1663 | 2024-08-07T03:24:14.816Z | Checking anstyle v1.0.8 |
1664 | 2024-08-07T03:24:14.955Z | Checking plain v0.2.3 |
1665 | 2024-08-07T03:24:14.969Z | Checking openssl-probe v0.1.5 |
1666 | 2024-08-07T03:24:15.106Z | Checking finl_unicode v1.2.0 |
1667 | 2024-08-07T03:24:15.120Z | Checking regex-syntax v0.8.3 |
1668 | 2024-08-07T03:24:15.147Z | Checking ucd-trie v0.1.6 |
1669 | 2024-08-07T03:24:15.150Z | Checking utf8parse v0.2.1 |
1670 | 2024-08-07T03:24:15.208Z | Checking adler v1.0.2 |
1671 | 2024-08-07T03:24:15.288Z | Checking tower-service v0.3.2 |
1672 | 2024-08-07T03:24:15.349Z | Checking cpufeatures v0.2.12 |
1673 | 2024-08-07T03:24:15.363Z | Checking miniz_oxide v0.7.2 |
1674 | 2024-08-07T03:24:15.402Z | Checking pest v2.7.10 |
1675 | 2024-08-07T03:24:15.436Z | Checking sha2 v0.10.8 |
1676 | 2024-08-07T03:24:15.677Z | Checking stringprep v0.1.4 |
1677 | 2024-08-07T03:24:15.925Z | Checking anstyle-parse v0.2.4 |
1678 | 2024-08-07T03:24:15.969Z | Checking goblin v0.8.2 |
1679 | 2024-08-07T03:24:16.060Z | Checking spki v0.7.3 |
1680 | 2024-08-07T03:24:16.179Z | Checking url v2.5.2 |
1681 | 2024-08-07T03:24:16.322Z | Checking quote v1.0.36 |
1682 | 2024-08-07T03:24:16.336Z | Checking rustix v0.38.34 |
1683 | 2024-08-07T03:24:16.659Z | Checking rustls v0.21.12 |
1684 | 2024-08-07T03:24:16.952Z | Checking toml_datetime v0.6.8 |
1685 | 2024-08-07T03:24:17.235Z | Checking serde_spanned v0.6.7 |
1686 | 2024-08-07T03:24:17.414Z | Checking num-integer v0.1.46 |
1687 | 2024-08-07T03:24:17.571Z | Checking native-tls v0.2.11 |
1688 | 2024-08-07T03:24:17.879Z | Checking md-5 v0.10.6 |
1689 | 2024-08-07T03:24:17.891Z | Checking idna v0.3.0 |
1690 | 2024-08-07T03:24:17.896Z | Checking hash32 v0.2.1 |
1691 | 2024-08-07T03:24:18.084Z | Checking stable_deref_trait v1.2.0 |
1692 | 2024-08-07T03:24:18.171Z | Checking is_terminal_polyfill v1.70.0 |
1693 | 2024-08-07T03:24:18.216Z | Checking anstyle-query v1.0.3 |
1694 | 2024-08-07T03:24:18.247Z | Checking dyn-clone v1.0.17 |
1695 | 2024-08-07T03:24:18.266Z | Checking regex-automata v0.4.6 |
1696 | 2024-08-07T03:24:18.281Z | Checking gimli v0.28.1 |
1697 | 2024-08-07T03:24:18.330Z | Checking psl-types v2.0.11 |
1698 | 2024-08-07T03:24:18.372Z | Checking base64 v0.22.1 |
1699 | 2024-08-07T03:24:18.506Z | Checking colorchoice v1.0.1 |
1700 | 2024-08-07T03:24:18.629Z | Checking pretty-hex v0.4.1 |
1701 | 2024-08-07T03:24:18.690Z | Checking fallible-iterator v0.2.0 |
1702 | 2024-08-07T03:24:18.783Z | Checking publicsuffix v2.2.3 |
1703 | 2024-08-07T03:24:18.835Z | Checking anstream v0.6.14 |
1704 | 2024-08-07T03:24:19.005Z | Checking schemars v0.8.21 |
1705 | 2024-08-07T03:24:19.178Z | Checking terminal_size v0.3.0 |
1706 | 2024-08-07T03:24:19.247Z | Checking postgres-protocol v0.6.7 |
1707 | 2024-08-07T03:24:19.292Z | Checking tokio-util v0.7.11 |
1708 | 2024-08-07T03:24:19.350Z | Checking tokio-native-tls v0.3.1 |
1709 | 2024-08-07T03:24:19.618Z | Checking heapless v0.7.17 |
1710 | 2024-08-07T03:24:19.715Z | Checking tokio-rustls v0.24.1 |
1711 | 2024-08-07T03:24:19.886Z | Checking dtrace-parser v0.2.0 |
1712 | 2024-08-07T03:24:20.055Z | Checking syn v2.0.72 |
1713 | 2024-08-07T03:24:20.105Z | Checking h2 v0.3.26 |
1714 | 2024-08-07T03:24:20.355Z | Checking pkcs8 v0.10.2 |
1715 | 2024-08-07T03:24:20.601Z | Checking cookie v0.17.0 |
1716 | 2024-08-07T03:24:20.635Z | Checking phf_shared v0.11.2 |
1717 | 2024-08-07T03:24:20.653Z | Checking signal-hook v0.3.17 |
1718 | 2024-08-07T03:24:20.908Z | Checking block-padding v0.3.3 |
1719 | 2024-08-07T03:24:20.951Z | Checking dof v0.3.0 |
1720 | 2024-08-07T03:24:20.962Z | Checking scheduled-thread-pool v0.2.7 |
1721 | 2024-08-07T03:24:20.984Z | Checking ff v0.13.0 |
1722 | 2024-08-07T03:24:21.101Z | Checking thread-id v4.2.1 |
1723 | 2024-08-07T03:24:21.167Z | Checking object v0.32.2 |
1724 | 2024-08-07T03:24:21.170Z | Checking bit-vec v0.6.3 |
1725 | 2024-08-07T03:24:21.197Z | Checking base64 v0.21.7 |
1726 | 2024-08-07T03:24:21.492Z | Checking base16ct v0.2.0 |
1727 | 2024-08-07T03:24:21.510Z | Checking clap_lex v0.7.0 |
1728 | 2024-08-07T03:24:21.654Z | Checking matches v0.1.10 |
1729 | 2024-08-07T03:24:21.678Z | Checking regex-automata v0.1.10 |
1730 | 2024-08-07T03:24:21.729Z | Checking managed v0.8.0 |
1731 | 2024-08-07T03:24:21.742Z | Checking strsim v0.11.1 |
1732 | 2024-08-07T03:24:22.024Z | Checking ipnet v2.9.0 |
1733 | 2024-08-07T03:24:22.066Z | Checking rustc-demangle v0.1.24 |
1734 | 2024-08-07T03:24:22.079Z | Checking either v1.12.0 |
1735 | 2024-08-07T03:24:22.095Z | Checking addr2line v0.21.0 |
1736 | 2024-08-07T03:24:22.436Z | Checking bitflags v1.3.2 |
1737 | 2024-08-07T03:24:22.451Z | Checking winnow v0.5.40 |
1738 | 2024-08-07T03:24:22.472Z | Checking bstr v0.2.17 |
1739 | 2024-08-07T03:24:22.533Z | Checking smoltcp v0.9.1 |
1740 | 2024-08-07T03:24:22.593Z | Checking clap_builder v4.5.13 |
1741 | 2024-08-07T03:24:22.869Z | Checking regex v1.10.6 |
1742 | 2024-08-07T03:24:23.244Z | Checking idna v0.2.3 |
1743 | 2024-08-07T03:24:23.481Z | Checking sec1 v0.7.3 |
1744 | 2024-08-07T03:24:23.864Z | Checking rustls-pemfile v1.0.4 |
1745 | 2024-08-07T03:24:24.038Z | Checking group v0.13.0 |
1746 | 2024-08-07T03:24:24.052Z | Checking r2d2 v0.8.10 |
1747 | 2024-08-07T03:24:24.129Z | Checking inout v0.1.3 |
1748 | 2024-08-07T03:24:24.279Z | Checking cookie_store v0.20.0 |
1749 | 2024-08-07T03:24:24.352Z | Checking signal-hook-mio v0.2.3 |
1750 | 2024-08-07T03:24:24.355Z | Checking phf v0.11.2 |
1751 | 2024-08-07T03:24:24.490Z | Checking ipnetwork v0.20.0 |
1752 | 2024-08-07T03:24:24.613Z | Checking postgres-types v0.2.7 |
1753 | 2024-08-07T03:24:24.844Z | Checking num-bigint v0.4.5 |
1754 | 2024-08-07T03:24:24.902Z | Checking futures-executor v0.3.30 |
1755 | 2024-08-07T03:24:25.117Z | Checking hubpack v0.1.2 |
1756 | 2024-08-07T03:24:25.317Z | Checking serde_urlencoded v0.7.1 |
1757 | 2024-08-07T03:24:25.408Z | Checking phf_shared v0.10.0 |
1758 | 2024-08-07T03:24:25.490Z | Checking toml_edit v0.19.15 |
1759 | 2024-08-07T03:24:25.621Z | Checking hkdf v0.12.4 |
1760 | 2024-08-07T03:24:25.661Z | Checking float-cmp v0.9.0 |
1761 | 2024-08-07T03:24:25.711Z | Checking zerocopy v0.6.6 |
1762 | 2024-08-07T03:24:25.803Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1763 | 2024-08-07T03:24:25.824Z | Checking crc32fast v1.4.0 |
1764 | 2024-08-07T03:24:26.038Z | Checking crossbeam-utils v0.8.19 |
1765 | 2024-08-07T03:24:26.052Z | Checking crypto-bigint v0.5.5 |
1766 | 2024-08-07T03:24:26.207Z | Checking hyper v0.14.30 |
1767 | 2024-08-07T03:24:26.282Z | Checking usdt-impl v0.5.0 |
1768 | 2024-08-07T03:24:26.414Z | Checking memmap v0.7.0 |
1769 | 2024-08-07T03:24:26.607Z | Checking encoding_rs v0.8.34 |
1770 | 2024-08-07T03:24:26.698Z | Checking winnow v0.6.18 |
1771 | 2024-08-07T03:24:26.809Z | Checking mime v0.3.17 |
1772 | 2024-08-07T03:24:27.096Z | Checking webpki-roots v0.25.4 |
1773 | 2024-08-07T03:24:27.122Z | Checking backtrace v0.3.71 |
1774 | 2024-08-07T03:24:27.247Z | Checking unicode-width v0.1.13 |
1775 | 2024-08-07T03:24:27.357Z | Checking difflib v0.4.0 |
1776 | 2024-08-07T03:24:27.432Z | Checking data-encoding v2.6.0 |
1777 | 2024-08-07T03:24:27.661Z | Checking unicode-segmentation v1.11.0 |
1778 | 2024-08-07T03:24:27.675Z | Checking new_debug_unreachable v1.0.6 |
1779 | 2024-08-07T03:24:27.753Z | Checking fixedbitset v0.4.2 |
1780 | 2024-08-07T03:24:27.843Z | Checking static_assertions v1.1.0 |
1781 | 2024-08-07T03:24:27.932Z | Checking whoami v1.5.1 |
1782 | 2024-08-07T03:24:28.014Z | Checking sync_wrapper v0.1.2 |
1783 | 2024-08-07T03:24:28.102Z | Checking precomputed-hash v0.1.1 |
1784 | 2024-08-07T03:24:28.130Z | Checking predicates-core v1.0.6 |
1785 | 2024-08-07T03:24:28.201Z | Checking minimal-lexical v0.2.1 |
1786 | 2024-08-07T03:24:28.216Z | Checking normalize-line-endings v0.3.0 |
1787 | 2024-08-07T03:24:28.297Z | Checking similar v2.5.0 |
1788 | 2024-08-07T03:24:28.309Z | Checking tokio-postgres v0.7.11 |
1789 | 2024-08-07T03:24:28.323Z | Checking predicates v3.1.2 |
1790 | 2024-08-07T03:24:28.584Z | Checking nom v7.1.3 |
1791 | 2024-08-07T03:24:28.765Z | Checking elliptic-curve v0.13.8 |
1792 | 2024-08-07T03:24:28.970Z | Checking string_cache v0.8.7 |
1793 | 2024-08-07T03:24:28.986Z | Checking trust-dns-proto v0.22.0 |
1794 | 2024-08-07T03:24:29.129Z | Checking petgraph v0.6.5 |
1795 | 2024-08-07T03:24:29.244Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1796 | 2024-08-07T03:24:29.398Z | Checking toml v0.7.8 |
1797 | 2024-08-07T03:24:29.589Z | Checking toml_edit v0.22.20 |
1798 | 2024-08-07T03:24:30.110Z | Checking anyhow v1.0.86 |
1799 | 2024-08-07T03:24:30.464Z | Checking console v0.15.8 |
1800 | 2024-08-07T03:24:30.994Z | Checking yasna v0.5.2 |
1801 | 2024-08-07T03:24:31.155Z | Checking usdt v0.5.0 |
1802 | 2024-08-07T03:24:31.411Z | Checking crossbeam-epoch v0.9.18 |
1803 | 2024-08-07T03:24:31.448Z | Checking diesel v2.1.6 |
1804 | 2024-08-07T03:24:31.823Z | Checking flate2 v1.0.31 |
1805 | 2024-08-07T03:24:31.900Z | Checking clap v4.5.13 |
1806 | 2024-08-07T03:24:32.007Z | Checking futures v0.3.30 |
1807 | 2024-08-07T03:24:32.111Z | Checking crossterm v0.27.0 |
1808 | 2024-08-07T03:24:32.265Z | Checking cipher v0.4.4 |
1809 | 2024-08-07T03:24:32.369Z | Checking hyper-rustls v0.24.2 |
1810 | 2024-08-07T03:24:32.416Z | Checking hyper-tls v0.5.0 |
1811 | 2024-08-07T03:24:32.434Z | Checking bstr v1.9.1 |
1812 | 2024-08-07T03:24:32.642Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1813 | 2024-08-07T03:24:32.657Z | Checking itertools v0.12.1 |
1814 | 2024-08-07T03:24:32.673Z | Checking itertools v0.10.5 |
1815 | 2024-08-07T03:24:32.703Z | Checking reqwest v0.11.27 |
1816 | 2024-08-07T03:24:32.852Z | Checking bit-set v0.5.3 |
1817 | 2024-08-07T03:24:33.082Z | Checking tokio-stream v0.1.15 |
1818 | 2024-08-07T03:24:33.287Z | Checking fs-err v2.11.0 |
1819 | 2024-08-07T03:24:33.806Z | Checking num-iter v0.1.45 |
1820 | 2024-08-07T03:24:33.835Z | Checking slog v2.7.0 |
1821 | 2024-08-07T03:24:33.860Z | Checking openapiv3 v2.0.0 |
1822 | 2024-08-07T03:24:33.963Z | Checking semver v1.0.23 |
1823 | 2024-08-07T03:24:34.170Z | Checking hex v0.4.3 |
1824 | 2024-08-07T03:24:34.293Z | Checking lalrpop-util v0.19.12 |
1825 | 2024-08-07T03:24:34.318Z | Checking peg-runtime v0.8.3 |
1826 | 2024-08-07T03:24:34.331Z | Checking camino v1.1.7 |
1827 | 2024-08-07T03:24:34.535Z | Checking sigpipe v0.1.3 |
1828 | 2024-08-07T03:24:51.513Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1829 | 2024-08-07T03:24:51.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.90s |
1830 | 2024-08-07T03:24:51.932Z | |
1831 | 2024-08-07T03:24:51.932Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1832 | 2024-08-07T03:24:52.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1833 | 2024-08-07T03:24:52.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1834 | 2024-08-07T03:24:52.559Z | Compiling regress v0.9.1 |
1835 | 2024-08-07T03:24:52.650Z | Checking sha1 v0.10.6 |
1836 | 2024-08-07T03:24:52.661Z | Checking strum v0.26.3 |
1837 | 2024-08-07T03:24:52.680Z | Checking heck v0.5.0 |
1838 | 2024-08-07T03:24:52.694Z | Compiling getopts v0.2.21 |
1839 | 2024-08-07T03:24:52.704Z | Checking dirs-sys-next v0.1.2 |
1840 | 2024-08-07T03:24:52.708Z | Compiling unsafe-libyaml v0.2.11 |
1841 | 2024-08-07T03:24:52.839Z | Checking http v1.1.0 |
1842 | 2024-08-07T03:24:52.855Z | Checking dirs-next v2.0.0 |
1843 | 2024-08-07T03:24:52.878Z | Checking thread_local v1.1.8 |
1844 | 2024-08-07T03:24:52.966Z | Compiling ident_case v1.0.1 |
1845 | 2024-08-07T03:24:53.080Z | Checking rustls-pki-types v1.7.0 |
1846 | 2024-08-07T03:24:53.126Z | Compiling darling_core v0.20.9 |
1847 | 2024-08-07T03:24:53.139Z | Checking term v0.7.0 |
1848 | 2024-08-07T03:24:53.516Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1849 | 2024-08-07T03:24:53.576Z | Checking crossbeam-channel v0.5.12 |
1850 | 2024-08-07T03:24:53.585Z | Checking atty v0.2.14 |
1851 | 2024-08-07T03:24:53.689Z | Checking is-terminal v0.4.12 |
1852 | 2024-08-07T03:24:53.854Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1853 | 2024-08-07T03:24:53.881Z | Checking take_mut v0.2.2 |
1854 | 2024-08-07T03:24:53.947Z | Compiling paste v1.0.15 |
1855 | 2024-08-07T03:24:54.162Z | Compiling serde_yaml v0.9.34+deprecated |
1856 | 2024-08-07T03:24:54.221Z | Checking utf-8 v0.7.6 |
1857 | 2024-08-07T03:24:54.277Z | Checking termcolor v1.4.1 |
1858 | 2024-08-07T03:24:54.354Z | Compiling rustls v0.22.4 |
1859 | 2024-08-07T03:24:54.447Z | Checking humantime v2.1.0 |
1860 | 2024-08-07T03:24:54.647Z | Checking slog-async v2.8.0 |
1861 | 2024-08-07T03:24:54.680Z | Checking slog-term v2.9.1 |
1862 | 2024-08-07T03:24:54.698Z | Checking rustls-webpki v0.102.4 |
1863 | 2024-08-07T03:24:54.722Z | Checking env_logger v0.9.3 |
1864 | 2024-08-07T03:24:54.926Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-08-07T03:24:55.169Z | Compiling proc-macro-crate v1.3.1 |
1866 | 2024-08-07T03:24:55.184Z | Compiling bitstruct_derive v0.1.0 |
1867 | 2024-08-07T03:24:55.286Z | Compiling structmeta-derive v0.3.0 |
1868 | 2024-08-07T03:24:55.475Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-07T03:24:55.599Z | Compiling multer v3.1.0 |
1870 | 2024-08-07T03:24:55.917Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1871 | 2024-08-07T03:24:56.202Z | Checking ascii v1.1.0 |
1872 | 2024-08-07T03:24:56.217Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1873 | 2024-08-07T03:24:56.273Z | Checking match_cfg v0.1.0 |
1874 | 2024-08-07T03:24:56.585Z | Checking bitstruct v0.1.1 |
1875 | 2024-08-07T03:24:56.619Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1876 | 2024-08-07T03:24:56.691Z | Checking hostname v0.3.1 |
1877 | 2024-08-07T03:24:56.823Z | Compiling num_enum_derive v0.5.11 |
1878 | 2024-08-07T03:24:57.688Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-08-07T03:24:57.855Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-07T03:24:58.368Z | Compiling structmeta v0.3.0 |
1881 | 2024-08-07T03:24:58.372Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-07T03:24:58.680Z | Checking slog-json v2.6.1 |
1883 | 2024-08-07T03:24:58.742Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-07T03:24:58.815Z | Checking serde_arrays v0.1.0 |
1885 | 2024-08-07T03:24:58.961Z | Checking erased-serde v0.3.31 |
1886 | 2024-08-07T03:24:59.016Z | Compiling async-stream-impl v0.3.5 |
1887 | 2024-08-07T03:24:59.039Z | Compiling foreign-types-macros v0.2.3 |
1888 | 2024-08-07T03:24:59.453Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1889 | 2024-08-07T03:24:59.588Z | Checking foreign-types-shared v0.3.1 |
1890 | 2024-08-07T03:24:59.705Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1891 | 2024-08-07T03:24:59.769Z | Checking arc-swap v1.7.1 |
1892 | 2024-08-07T03:25:00.000Z | Checking atomic-waker v1.1.2 |
1893 | 2024-08-07T03:25:00.016Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-08-07T03:25:00.162Z | Checking waitgroup v0.1.2 |
1895 | 2024-08-07T03:25:00.213Z | Checking slog-scope v4.4.0 |
1896 | 2024-08-07T03:25:00.358Z | Checking foreign-types v0.5.0 |
1897 | 2024-08-07T03:25:00.373Z | Checking num_enum v0.5.11 |
1898 | 2024-08-07T03:25:00.375Z | Compiling darling_macro v0.20.9 |
1899 | 2024-08-07T03:25:00.403Z | Checking slog-bunyan v2.5.0 |
1900 | 2024-08-07T03:25:00.444Z | Checking async-stream v0.3.5 |
1901 | 2024-08-07T03:25:00.459Z | Compiling parse-display-derive v0.9.1 |
1902 | 2024-08-07T03:25:00.509Z | Compiling proc-macro-error v1.0.4 |
1903 | 2024-08-07T03:25:00.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1904 | 2024-08-07T03:25:00.950Z | Checking toml v0.8.19 |
1905 | 2024-08-07T03:25:01.059Z | Checking tungstenite v0.20.1 |
1906 | 2024-08-07T03:25:01.205Z | Checking rustls-pemfile v2.1.3 |
1907 | 2024-08-07T03:25:01.368Z | Compiling darling v0.20.9 |
1908 | 2024-08-07T03:25:01.443Z | Compiling heck v0.3.3 |
1909 | 2024-08-07T03:25:01.494Z | Compiling serde_with_macros v3.8.3 |
1910 | 2024-08-07T03:25:01.656Z | Checking tokio-rustls v0.25.0 |
1911 | 2024-08-07T03:25:01.706Z | Checking newtype-uuid v1.1.0 |
1912 | 2024-08-07T03:25:01.869Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1913 | 2024-08-07T03:25:01.954Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1914 | 2024-08-07T03:25:02.006Z | Checking serde_path_to_error v0.1.16 |
1915 | 2024-08-07T03:25:02.061Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-08-07T03:25:02.656Z | Checking hostname v0.4.0 |
1917 | 2024-08-07T03:25:02.792Z | Checking cstr-argument v0.1.2 |
1918 | 2024-08-07T03:25:02.848Z | Checking instant v0.1.12 |
1919 | 2024-08-07T03:25:02.851Z | Checking fastrand v2.1.0 |
1920 | 2024-08-07T03:25:02.963Z | Checking pretty-hex v0.2.1 |
1921 | 2024-08-07T03:25:02.979Z | Checking debug-ignore v1.0.5 |
1922 | 2024-08-07T03:25:03.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1923 | 2024-08-07T03:25:03.132Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1924 | 2024-08-07T03:25:03.171Z | Checking tempfile v3.10.1 |
1925 | 2024-08-07T03:25:03.401Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1926 | 2024-08-07T03:25:03.434Z | Checking backoff v0.4.0 |
1927 | 2024-08-07T03:25:03.496Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1928 | 2024-08-07T03:25:03.720Z | Checking tokio-tungstenite v0.20.1 |
1929 | 2024-08-07T03:25:03.735Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1930 | 2024-08-07T03:25:03.787Z | Compiling zone_cfg_derive v0.1.2 |
1931 | 2024-08-07T03:25:03.952Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1932 | 2024-08-07T03:25:04.178Z | Checking slog-stdlog v4.1.1 |
1933 | 2024-08-07T03:25:04.342Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1934 | 2024-08-07T03:25:04.470Z | Checking serde_with v3.8.3 |
1935 | 2024-08-07T03:25:04.486Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1936 | 2024-08-07T03:25:04.754Z | Checking tungstenite v0.21.0 |
1937 | 2024-08-07T03:25:04.833Z | Checking colored v2.1.0 |
1938 | 2024-08-07T03:25:05.211Z | Checking macaddr v1.0.1 |
1939 | 2024-08-07T03:25:05.320Z | Checking parse-display v0.9.1 |
1940 | 2024-08-07T03:25:05.408Z | Checking socket2 v0.4.10 |
1941 | 2024-08-07T03:25:05.542Z | Checking base64 v0.13.1 |
1942 | 2024-08-07T03:25:05.556Z | Checking zone v0.1.8 |
1943 | 2024-08-07T03:25:05.678Z | Checking tokio-tungstenite v0.21.0 |
1944 | 2024-08-07T03:25:05.947Z | Checking ron v0.7.1 |
1945 | 2024-08-07T03:25:06.134Z | Checking slog-envlogger v2.2.0 |
1946 | 2024-08-07T03:25:06.201Z | Checking pem v3.0.4 |
1947 | 2024-08-07T03:25:06.360Z | Checking tabwriter v1.4.0 |
1948 | 2024-08-07T03:25:06.461Z | Checking xattr v1.3.1 |
1949 | 2024-08-07T03:25:06.596Z | Checking portpicker v0.1.1 |
1950 | 2024-08-07T03:25:06.645Z | Checking headers-core v0.2.0 |
1951 | 2024-08-07T03:25:06.735Z | Checking smf v0.2.3 |
1952 | 2024-08-07T03:25:06.791Z | Checking filetime v0.2.23 |
1953 | 2024-08-07T03:25:06.989Z | Checking same-file v1.0.6 |
1954 | 2024-08-07T03:25:07.066Z | Checking tar v0.4.41 |
1955 | 2024-08-07T03:25:07.158Z | Checking walkdir v2.5.0 |
1956 | 2024-08-07T03:25:07.207Z | Checking headers v0.3.9 |
1957 | 2024-08-07T03:25:07.446Z | Checking rcgen v0.12.1 |
1958 | 2024-08-07T03:25:07.636Z | Checking atomicwrites v0.4.3 |
1959 | 2024-08-07T03:25:07.818Z | Checking camino-tempfile v1.1.1 |
1960 | 2024-08-07T03:25:07.839Z | Checking subprocess v0.2.9 |
1961 | 2024-08-07T03:25:08.832Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-08-07T03:25:09.042Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-08-07T03:25:11.408Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1964 | 2024-08-07T03:25:13.540Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1965 | 2024-08-07T03:25:13.614Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1966 | 2024-08-07T03:25:16.876Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-07T03:25:22.744Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1968 | 2024-08-07T03:25:22.868Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1969 | 2024-08-07T03:25:22.870Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1970 | 2024-08-07T03:25:25.367Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1971 | 2024-08-07T03:25:25.766Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1972 | 2024-08-07T03:25:31.303Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1973 | 2024-08-07T03:25:32.649Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1974 | 2024-08-07T03:25:33.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.79s |
1975 | 2024-08-07T03:25:33.885Z | |
1976 | 2024-08-07T03:25:33.885Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1977 | 2024-08-07T03:25:34.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2024-08-07T03:25:34.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2024-08-07T03:25:34.521Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1980 | 2024-08-07T03:25:35.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
1981 | 2024-08-07T03:25:35.881Z | |
1982 | 2024-08-07T03:25:35.881Z | info: running `cargo check --bins` on nexus-config (31/142) |
1983 | 2024-08-07T03:25:36.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1984 | 2024-08-07T03:25:36.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1985 | 2024-08-07T03:25:36.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1986 | 2024-08-07T03:25:36.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1987 | 2024-08-07T03:25:36.484Z | |
1988 | 2024-08-07T03:25:36.484Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1989 | 2024-08-07T03:25:37.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1990 | 2024-08-07T03:25:37.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1991 | 2024-08-07T03:25:37.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1992 | 2024-08-07T03:25:37.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1993 | 2024-08-07T03:25:37.063Z | |
1994 | 2024-08-07T03:25:37.063Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1995 | 2024-08-07T03:25:37.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-08-07T03:25:37.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-08-07T03:25:37.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1998 | 2024-08-07T03:25:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1999 | 2024-08-07T03:25:37.798Z | |
2000 | 2024-08-07T03:25:37.798Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
2001 | 2024-08-07T03:25:38.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-07T03:25:38.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-07T03:25:38.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2004 | 2024-08-07T03:25:38.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2005 | 2024-08-07T03:25:38.286Z | |
2006 | 2024-08-07T03:25:38.286Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
2007 | 2024-08-07T03:25:38.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-07T03:25:38.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-07T03:25:38.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-07T03:25:38.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2011 | 2024-08-07T03:25:38.866Z | |
2012 | 2024-08-07T03:25:38.866Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
2013 | 2024-08-07T03:25:39.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-07T03:25:39.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-07T03:25:39.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2016 | 2024-08-07T03:25:39.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2017 | 2024-08-07T03:25:39.485Z | |
2018 | 2024-08-07T03:25:39.485Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2019 | 2024-08-07T03:25:40.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2020 | 2024-08-07T03:25:40.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2021 | 2024-08-07T03:25:40.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2022 | 2024-08-07T03:25:40.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2023 | 2024-08-07T03:25:40.063Z | |
2024 | 2024-08-07T03:25:40.063Z | info: running `cargo check --bins` on dpd-client (38/142) |
2025 | 2024-08-07T03:25:40.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2026 | 2024-08-07T03:25:40.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2027 | 2024-08-07T03:25:40.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2028 | 2024-08-07T03:25:40.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2029 | 2024-08-07T03:25:40.661Z | |
2030 | 2024-08-07T03:25:40.661Z | info: running `cargo check --bins` on gateway-client (39/142) |
2031 | 2024-08-07T03:25:41.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2032 | 2024-08-07T03:25:41.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2033 | 2024-08-07T03:25:41.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2034 | 2024-08-07T03:25:41.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2035 | 2024-08-07T03:25:41.235Z | |
2036 | 2024-08-07T03:25:41.235Z | info: running `cargo check --bins` on installinator-client (40/142) |
2037 | 2024-08-07T03:25:41.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2038 | 2024-08-07T03:25:41.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2039 | 2024-08-07T03:25:41.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2040 | 2024-08-07T03:25:41.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2041 | 2024-08-07T03:25:41.848Z | |
2042 | 2024-08-07T03:25:41.848Z | info: running `cargo check --bins` on installinator-common (41/142) |
2043 | 2024-08-07T03:25:42.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-08-07T03:25:42.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-08-07T03:25:42.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-08-07T03:25:42.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2047 | 2024-08-07T03:25:42.467Z | |
2048 | 2024-08-07T03:25:42.467Z | info: running `cargo check --bins` on update-engine (42/142) |
2049 | 2024-08-07T03:25:43.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-08-07T03:25:43.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-08-07T03:25:43.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-08-07T03:25:43.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2053 | 2024-08-07T03:25:43.060Z | |
2054 | 2024-08-07T03:25:43.060Z | info: running `cargo check --bins` on nexus-client (43/142) |
2055 | 2024-08-07T03:25:43.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-08-07T03:25:43.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-08-07T03:25:43.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-08-07T03:25:43.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2059 | 2024-08-07T03:25:43.675Z | |
2060 | 2024-08-07T03:25:43.675Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2061 | 2024-08-07T03:25:44.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-07T03:25:44.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-07T03:25:44.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-08-07T03:25:44.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2065 | 2024-08-07T03:25:44.290Z | |
2066 | 2024-08-07T03:25:44.290Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2067 | 2024-08-07T03:25:44.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-08-07T03:25:44.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-08-07T03:25:44.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2070 | 2024-08-07T03:25:44.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2071 | 2024-08-07T03:25:44.875Z | |
2072 | 2024-08-07T03:25:44.875Z | info: running `cargo check --bins` on nexus-types (46/142) |
2073 | 2024-08-07T03:25:45.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2074 | 2024-08-07T03:25:45.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2075 | 2024-08-07T03:25:45.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2076 | 2024-08-07T03:25:45.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2077 | 2024-08-07T03:25:45.492Z | |
2078 | 2024-08-07T03:25:45.492Z | info: running `cargo check --bins` on oxide-client (47/142) |
2079 | 2024-08-07T03:25:46.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2080 | 2024-08-07T03:25:46.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2081 | 2024-08-07T03:25:46.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2082 | 2024-08-07T03:25:46.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2083 | 2024-08-07T03:25:46.071Z | |
2084 | 2024-08-07T03:25:46.071Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2085 | 2024-08-07T03:25:46.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2086 | 2024-08-07T03:25:46.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2087 | 2024-08-07T03:25:46.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2088 | 2024-08-07T03:25:46.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2089 | 2024-08-07T03:25:46.672Z | |
2090 | 2024-08-07T03:25:46.672Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2091 | 2024-08-07T03:25:47.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2092 | 2024-08-07T03:25:47.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2093 | 2024-08-07T03:25:47.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2094 | 2024-08-07T03:25:47.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2095 | 2024-08-07T03:25:47.283Z | |
2096 | 2024-08-07T03:25:47.283Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2097 | 2024-08-07T03:25:47.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-08-07T03:25:47.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-08-07T03:25:47.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-08-07T03:25:47.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2101 | 2024-08-07T03:25:47.909Z | |
2102 | 2024-08-07T03:25:47.909Z | info: running `cargo check --bins` on wicket-common (51/142) |
2103 | 2024-08-07T03:25:48.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-08-07T03:25:48.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-08-07T03:25:48.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-08-07T03:25:48.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2107 | 2024-08-07T03:25:48.558Z | |
2108 | 2024-08-07T03:25:48.558Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2109 | 2024-08-07T03:25:49.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-08-07T03:25:49.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-08-07T03:25:49.197Z | Compiling heapless v0.8.0 |
2112 | 2024-08-07T03:25:49.283Z | Checking hash32 v0.3.1 |
2113 | 2024-08-07T03:25:49.293Z | Compiling smoltcp v0.11.0 |
2114 | 2024-08-07T03:25:49.303Z | Checking embedded-io v0.4.0 |
2115 | 2024-08-07T03:25:49.306Z | Checking cobs v0.2.3 |
2116 | 2024-08-07T03:25:49.321Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-07T03:25:49.325Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2118 | 2024-08-07T03:25:49.347Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2119 | 2024-08-07T03:25:49.428Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2120 | 2024-08-07T03:25:49.458Z | Compiling crucible-workspace-hack v0.1.0 |
2121 | 2024-08-07T03:25:49.473Z | Checking postcard v1.0.8 |
2122 | 2024-08-07T03:25:49.475Z | Checking csv-core v0.1.11 |
2123 | 2024-08-07T03:25:49.673Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2124 | 2024-08-07T03:25:49.808Z | Checking csv v1.3.0 |
2125 | 2024-08-07T03:25:49.854Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2126 | 2024-08-07T03:25:49.884Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2127 | 2024-08-07T03:25:49.994Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-08-07T03:25:50.115Z | Compiling num-derive v0.4.2 |
2129 | 2024-08-07T03:25:50.203Z | Compiling slog-dtrace v0.3.0 |
2130 | 2024-08-07T03:25:50.218Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2131 | 2024-08-07T03:25:50.287Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2132 | 2024-08-07T03:25:50.533Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2133 | 2024-08-07T03:25:50.609Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2134 | 2024-08-07T03:25:51.150Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2135 | 2024-08-07T03:25:51.230Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2136 | 2024-08-07T03:25:51.723Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2137 | 2024-08-07T03:25:52.978Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2138 | 2024-08-07T03:25:53.816Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2139 | 2024-08-07T03:25:54.851Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2140 | 2024-08-07T03:25:57.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
2141 | 2024-08-07T03:25:57.629Z | |
2142 | 2024-08-07T03:25:57.629Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2143 | 2024-08-07T03:25:58.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-08-07T03:25:58.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-08-07T03:25:58.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-08-07T03:25:58.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2147 | 2024-08-07T03:25:58.235Z | |
2148 | 2024-08-07T03:25:58.235Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2149 | 2024-08-07T03:25:58.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-08-07T03:25:58.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-08-07T03:25:58.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-08-07T03:25:58.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2153 | 2024-08-07T03:25:58.840Z | |
2154 | 2024-08-07T03:25:58.840Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2155 | 2024-08-07T03:25:59.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-08-07T03:25:59.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-08-07T03:25:59.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2158 | 2024-08-07T03:25:59.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2159 | 2024-08-07T03:25:59.553Z | |
2160 | 2024-08-07T03:25:59.553Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2161 | 2024-08-07T03:26:00.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-08-07T03:26:00.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-08-07T03:26:00.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2164 | 2024-08-07T03:26:00.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2165 | 2024-08-07T03:26:00.260Z | |
2166 | 2024-08-07T03:26:00.260Z | info: running `cargo check --bins` on dns-server (57/142) |
2167 | 2024-08-07T03:26:00.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-08-07T03:26:00.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-08-07T03:26:00.870Z | Compiling parking_lot_core v0.8.6 |
2170 | 2024-08-07T03:26:00.873Z | Checking nibble_vec v0.1.0 |
2171 | 2024-08-07T03:26:00.956Z | Checking endian-type v0.1.2 |
2172 | 2024-08-07T03:26:00.970Z | Checking newline-converter v0.3.0 |
2173 | 2024-08-07T03:26:00.974Z | Checking linked-hash-map v0.5.6 |
2174 | 2024-08-07T03:26:00.974Z | Checking quick-error v1.2.3 |
2175 | 2024-08-07T03:26:00.981Z | Checking fxhash v0.2.1 |
2176 | 2024-08-07T03:26:00.985Z | Checking toml v0.5.11 |
2177 | 2024-08-07T03:26:01.087Z | Checking resolv-conf v0.7.0 |
2178 | 2024-08-07T03:26:01.101Z | Checking expectorate v1.1.0 |
2179 | 2024-08-07T03:26:01.112Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2180 | 2024-08-07T03:26:01.129Z | Checking radix_trie v0.2.1 |
2181 | 2024-08-07T03:26:01.231Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2182 | 2024-08-07T03:26:01.267Z | Checking lru-cache v0.1.2 |
2183 | 2024-08-07T03:26:01.432Z | Checking trust-dns-resolver v0.22.0 |
2184 | 2024-08-07T03:26:01.513Z | Checking trust-dns-client v0.22.0 |
2185 | 2024-08-07T03:26:01.673Z | Checking parking_lot v0.11.2 |
2186 | 2024-08-07T03:26:01.977Z | Checking sled v0.34.7 |
2187 | 2024-08-07T03:26:02.380Z | Checking trust-dns-server v0.22.1 |
2188 | 2024-08-07T03:26:03.913Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2189 | 2024-08-07T03:26:04.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2190 | 2024-08-07T03:26:05.090Z | |
2191 | 2024-08-07T03:26:05.090Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2192 | 2024-08-07T03:26:05.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2193 | 2024-08-07T03:26:05.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2194 | 2024-08-07T03:26:05.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2195 | 2024-08-07T03:26:05.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2196 | 2024-08-07T03:26:05.695Z | |
2197 | 2024-08-07T03:26:05.695Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2198 | 2024-08-07T03:26:06.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2199 | 2024-08-07T03:26:06.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2200 | 2024-08-07T03:26:06.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2201 | 2024-08-07T03:26:06.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2202 | 2024-08-07T03:26:06.347Z | |
2203 | 2024-08-07T03:26:06.347Z | info: running `cargo check --bins` on gateway-types (60/142) |
2204 | 2024-08-07T03:26:06.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2205 | 2024-08-07T03:26:06.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2206 | 2024-08-07T03:26:06.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2207 | 2024-08-07T03:26:06.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2208 | 2024-08-07T03:26:06.946Z | |
2209 | 2024-08-07T03:26:06.946Z | info: running `cargo check --bins` on ipcc (61/142) |
2210 | 2024-08-07T03:26:07.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2211 | 2024-08-07T03:26:07.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2212 | 2024-08-07T03:26:07.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2213 | 2024-08-07T03:26:07.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2214 | 2024-08-07T03:26:07.562Z | |
2215 | 2024-08-07T03:26:07.562Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2216 | 2024-08-07T03:26:08.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2217 | 2024-08-07T03:26:08.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2218 | 2024-08-07T03:26:08.235Z | Compiling radium v0.7.0 |
2219 | 2024-08-07T03:26:08.324Z | Checking tap v1.0.1 |
2220 | 2024-08-07T03:26:08.324Z | Compiling maybe-uninit v2.0.0 |
2221 | 2024-08-07T03:26:08.345Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2222 | 2024-08-07T03:26:08.348Z | Checking crc-catalog v2.4.0 |
2223 | 2024-08-07T03:26:08.348Z | Compiling num-bigint-dig v0.8.4 |
2224 | 2024-08-07T03:26:08.348Z | Compiling packed_struct v0.10.1 |
2225 | 2024-08-07T03:26:08.368Z | Checking funty v2.0.0 |
2226 | 2024-08-07T03:26:08.469Z | Checking wyz v0.5.1 |
2227 | 2024-08-07T03:26:08.484Z | Checking crc v3.2.1 |
2228 | 2024-08-07T03:26:08.712Z | Compiling packed_struct_codegen v0.10.1 |
2229 | 2024-08-07T03:26:08.861Z | Checking half v2.4.1 |
2230 | 2024-08-07T03:26:08.894Z | Compiling indexmap v1.9.3 |
2231 | 2024-08-07T03:26:08.914Z | Checking nodrop v0.1.14 |
2232 | 2024-08-07T03:26:09.002Z | Checking ciborium-io v0.2.2 |
2233 | 2024-08-07T03:26:09.035Z | Checking array-init v0.0.4 |
2234 | 2024-08-07T03:26:09.114Z | Checking smallvec v0.6.14 |
2235 | 2024-08-07T03:26:09.235Z | Checking pkcs1 v0.7.5 |
2236 | 2024-08-07T03:26:09.325Z | Checking ciborium-ll v0.2.2 |
2237 | 2024-08-07T03:26:09.340Z | Checking bitvec v1.0.1 |
2238 | 2024-08-07T03:26:09.502Z | Checking signature v2.2.0 |
2239 | 2024-08-07T03:26:09.627Z | Compiling memoffset v0.9.1 |
2240 | 2024-08-07T03:26:09.642Z | Checking hashbrown v0.12.3 |
2241 | 2024-08-07T03:26:09.699Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2242 | 2024-08-07T03:26:09.715Z | Checking bitfield v0.14.0 |
2243 | 2024-08-07T03:26:10.013Z | Checking bzip2 v0.4.4 |
2244 | 2024-08-07T03:26:10.016Z | Checking serde-hex v0.1.0 |
2245 | 2024-08-07T03:26:10.040Z | Checking env_logger v0.10.2 |
2246 | 2024-08-07T03:26:10.081Z | Checking ciborium v0.2.2 |
2247 | 2024-08-07T03:26:10.321Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-08-07T03:26:10.471Z | Checking ron v0.8.1 |
2249 | 2024-08-07T03:26:10.588Z | Checking x509-cert v0.2.5 |
2250 | 2024-08-07T03:26:11.137Z | Checking hashbrown v0.13.2 |
2251 | 2024-08-07T03:26:11.352Z | Checking rsa v0.9.6 |
2252 | 2024-08-07T03:26:11.428Z | Checking crc-any v2.5.0 |
2253 | 2024-08-07T03:26:11.736Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2254 | 2024-08-07T03:26:11.785Z | Checking zip v0.6.6 |
2255 | 2024-08-07T03:26:12.072Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2256 | 2024-08-07T03:26:12.206Z | Checking object v0.30.4 |
2257 | 2024-08-07T03:26:12.221Z | Checking path-slash v0.1.5 |
2258 | 2024-08-07T03:26:12.291Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2259 | 2024-08-07T03:26:12.344Z | Checking nix v0.27.1 |
2260 | 2024-08-07T03:26:12.360Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2261 | 2024-08-07T03:26:12.437Z | Checking serde-big-array v0.5.1 |
2262 | 2024-08-07T03:26:12.473Z | Checking signal-hook-tokio v0.3.1 |
2263 | 2024-08-07T03:26:14.434Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2264 | 2024-08-07T03:26:15.080Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2265 | 2024-08-07T03:26:22.139Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-08-07T03:26:23.452Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2267 | 2024-08-07T03:26:25.345Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2268 | 2024-08-07T03:26:27.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.68s |
2269 | 2024-08-07T03:26:27.408Z | |
2270 | 2024-08-07T03:26:27.408Z | info: running `cargo check --bins` on gateway-api (63/142) |
2271 | 2024-08-07T03:26:27.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2024-08-07T03:26:27.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2024-08-07T03:26:27.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2274 | 2024-08-07T03:26:28.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2275 | 2024-08-07T03:26:28.067Z | |
2276 | 2024-08-07T03:26:28.067Z | info: running `cargo check --bins` on sp-sim (64/142) |
2277 | 2024-08-07T03:26:28.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2024-08-07T03:26:28.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2024-08-07T03:26:28.725Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2280 | 2024-08-07T03:26:30.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
2281 | 2024-08-07T03:26:30.537Z | |
2282 | 2024-08-07T03:26:30.537Z | info: running `cargo check --bins` on internal-dns (65/142) |
2283 | 2024-08-07T03:26:31.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-08-07T03:26:31.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-08-07T03:26:31.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-08-07T03:26:31.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2287 | 2024-08-07T03:26:31.178Z | |
2288 | 2024-08-07T03:26:31.178Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2289 | 2024-08-07T03:26:31.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-08-07T03:26:31.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-08-07T03:26:31.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-08-07T03:26:31.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2293 | 2024-08-07T03:26:31.900Z | |
2294 | 2024-08-07T03:26:31.900Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2295 | 2024-08-07T03:26:32.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-08-07T03:26:32.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-08-07T03:26:32.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2298 | 2024-08-07T03:26:32.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2299 | 2024-08-07T03:26:32.574Z | |
2300 | 2024-08-07T03:26:32.574Z | info: running `cargo check --bins` on db-macros (68/142) |
2301 | 2024-08-07T03:26:33.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-08-07T03:26:33.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-08-07T03:26:33.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2304 | 2024-08-07T03:26:33.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2305 | 2024-08-07T03:26:33.194Z | |
2306 | 2024-08-07T03:26:33.195Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2307 | 2024-08-07T03:26:33.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-08-07T03:26:33.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-08-07T03:26:33.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2310 | 2024-08-07T03:26:33.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2311 | 2024-08-07T03:26:33.792Z | |
2312 | 2024-08-07T03:26:33.792Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2313 | 2024-08-07T03:26:34.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-08-07T03:26:34.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-08-07T03:26:34.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-08-07T03:26:34.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2317 | 2024-08-07T03:26:34.445Z | |
2318 | 2024-08-07T03:26:34.445Z | info: running `cargo check --bins` on authz-macros (71/142) |
2319 | 2024-08-07T03:26:34.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-08-07T03:26:34.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-08-07T03:26:34.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-08-07T03:26:34.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2323 | 2024-08-07T03:26:35.052Z | |
2324 | 2024-08-07T03:26:35.053Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2325 | 2024-08-07T03:26:35.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-08-07T03:26:35.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-08-07T03:26:35.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-08-07T03:26:35.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2329 | 2024-08-07T03:26:35.700Z | |
2330 | 2024-08-07T03:26:35.700Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2331 | 2024-08-07T03:26:36.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-08-07T03:26:36.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-08-07T03:26:36.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-08-07T03:26:36.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2335 | 2024-08-07T03:26:36.380Z | |
2336 | 2024-08-07T03:26:36.380Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2337 | 2024-08-07T03:26:36.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-08-07T03:26:36.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-08-07T03:26:36.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-08-07T03:26:36.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2341 | 2024-08-07T03:26:36.999Z | |
2342 | 2024-08-07T03:26:36.999Z | info: running `cargo check --bins` on oximeter (75/142) |
2343 | 2024-08-07T03:26:37.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-08-07T03:26:37.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-08-07T03:26:37.612Z | Compiling rustls-pki-types v1.7.0 |
2346 | 2024-08-07T03:26:37.696Z | Compiling match_cfg v0.1.0 |
2347 | 2024-08-07T03:26:37.700Z | Compiling prettyplease v0.2.20 |
2348 | 2024-08-07T03:26:37.713Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2349 | 2024-08-07T03:26:37.716Z | Compiling slog-json v2.6.1 |
2350 | 2024-08-07T03:26:37.737Z | Compiling http v1.1.0 |
2351 | 2024-08-07T03:26:37.741Z | Compiling atomic-waker v1.1.2 |
2352 | 2024-08-07T03:26:37.763Z | Compiling async-stream v0.3.5 |
2353 | 2024-08-07T03:26:37.778Z | Compiling hostname v0.3.1 |
2354 | 2024-08-07T03:26:37.918Z | Compiling waitgroup v0.1.2 |
2355 | 2024-08-07T03:26:37.988Z | Compiling toml v0.8.19 |
2356 | 2024-08-07T03:26:38.014Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2357 | 2024-08-07T03:26:38.038Z | Compiling slog-bunyan v2.5.0 |
2358 | 2024-08-07T03:26:38.087Z | Compiling rustls-webpki v0.102.4 |
2359 | 2024-08-07T03:26:38.102Z | Compiling rustls-pemfile v2.1.3 |
2360 | 2024-08-07T03:26:38.117Z | Compiling sha1 v0.10.6 |
2361 | 2024-08-07T03:26:38.228Z | Compiling newtype-uuid v1.1.0 |
2362 | 2024-08-07T03:26:38.254Z | Compiling serde_path_to_error v0.1.16 |
2363 | 2024-08-07T03:26:38.449Z | Compiling hostname v0.4.0 |
2364 | 2024-08-07T03:26:38.521Z | Compiling instant v0.1.12 |
2365 | 2024-08-07T03:26:38.536Z | Compiling debug-ignore v1.0.5 |
2366 | 2024-08-07T03:26:38.591Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2367 | 2024-08-07T03:26:38.657Z | Compiling backoff v0.4.0 |
2368 | 2024-08-07T03:26:38.660Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2369 | 2024-08-07T03:26:38.688Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2370 | 2024-08-07T03:26:38.850Z | Compiling parse-display v0.9.1 |
2371 | 2024-08-07T03:26:38.913Z | Compiling rustls v0.22.4 |
2372 | 2024-08-07T03:26:38.985Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2373 | 2024-08-07T03:26:39.074Z | Compiling serde_with v3.8.3 |
2374 | 2024-08-07T03:26:39.465Z | Compiling multer v3.1.0 |
2375 | 2024-08-07T03:26:39.652Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2376 | 2024-08-07T03:26:39.797Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2377 | 2024-08-07T03:26:40.128Z | Compiling num-rational v0.4.2 |
2378 | 2024-08-07T03:26:40.149Z | Compiling num-complex v0.4.6 |
2379 | 2024-08-07T03:26:40.164Z | Compiling macaddr v1.0.1 |
2380 | 2024-08-07T03:26:41.194Z | Compiling num v0.4.3 |
2381 | 2024-08-07T03:26:41.236Z | Compiling float-ord v0.3.2 |
2382 | 2024-08-07T03:26:42.341Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2383 | 2024-08-07T03:26:42.783Z | Compiling tokio-rustls v0.25.0 |
2384 | 2024-08-07T03:26:43.033Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2385 | 2024-08-07T03:26:46.271Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2386 | 2024-08-07T03:26:57.326Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2387 | 2024-08-07T03:27:00.373Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2388 | 2024-08-07T03:27:00.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.96s |
2389 | 2024-08-07T03:27:01.102Z | |
2390 | 2024-08-07T03:27:01.102Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2391 | 2024-08-07T03:27:01.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-08-07T03:27:01.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-08-07T03:27:01.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-08-07T03:27:01.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2395 | 2024-08-07T03:27:01.723Z | |
2396 | 2024-08-07T03:27:01.723Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2397 | 2024-08-07T03:27:02.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-08-07T03:27:02.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-08-07T03:27:02.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-08-07T03:27:02.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2401 | 2024-08-07T03:27:02.318Z | |
2402 | 2024-08-07T03:27:02.318Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2403 | 2024-08-07T03:27:02.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-08-07T03:27:02.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-08-07T03:27:02.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-08-07T03:27:02.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2407 | 2024-08-07T03:27:02.931Z | |
2408 | 2024-08-07T03:27:02.931Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2409 | 2024-08-07T03:27:03.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-08-07T03:27:03.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-08-07T03:27:03.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-08-07T03:27:03.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2413 | 2024-08-07T03:27:03.563Z | |
2414 | 2024-08-07T03:27:03.563Z | info: running `cargo check --bins` on typed-rng (80/142) |
2415 | 2024-08-07T03:27:04.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-08-07T03:27:04.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-08-07T03:27:04.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-08-07T03:27:04.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2419 | 2024-08-07T03:27:04.130Z | |
2420 | 2024-08-07T03:27:04.130Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2421 | 2024-08-07T03:27:04.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-08-07T03:27:04.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-08-07T03:27:04.825Z | Checking password-hash v0.5.0 |
2424 | 2024-08-07T03:27:04.825Z | Checking blake2 v0.10.6 |
2425 | 2024-08-07T03:27:04.828Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2426 | 2024-08-07T03:27:04.828Z | Compiling semver v0.1.20 |
2427 | 2024-08-07T03:27:04.926Z | Compiling convert_case v0.4.0 |
2428 | 2024-08-07T03:27:04.929Z | Compiling rayon-core v1.12.1 |
2429 | 2024-08-07T03:27:04.954Z | Compiling crossbeam-deque v0.8.5 |
2430 | 2024-08-07T03:27:04.976Z | Compiling unicase v2.7.0 |
2431 | 2024-08-07T03:27:05.247Z | Compiling rustc_version v0.1.7 |
2432 | 2024-08-07T03:27:05.274Z | Compiling libefi-sys v0.1.0 |
2433 | 2024-08-07T03:27:05.293Z | Compiling same-file v1.0.6 |
2434 | 2024-08-07T03:27:05.313Z | Compiling fastrand v2.1.0 |
2435 | 2024-08-07T03:27:05.354Z | Checking argon2 v0.5.3 |
2436 | 2024-08-07T03:27:05.534Z | Compiling walkdir v2.5.0 |
2437 | 2024-08-07T03:27:05.589Z | Compiling curve25519-dalek v4.1.3 |
2438 | 2024-08-07T03:27:05.720Z | Compiling newtype_derive v0.1.6 |
2439 | 2024-08-07T03:27:05.736Z | Compiling tempfile v3.10.1 |
2440 | 2024-08-07T03:27:05.841Z | Compiling derive-where v1.2.7 |
2441 | 2024-08-07T03:27:05.862Z | Compiling derive_more v0.99.18 |
2442 | 2024-08-07T03:27:06.059Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2443 | 2024-08-07T03:27:06.080Z | Compiling bitfield-struct v0.6.1 |
2444 | 2024-08-07T03:27:06.187Z | Compiling ring v0.16.20 |
2445 | 2024-08-07T03:27:06.249Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2446 | 2024-08-07T03:27:06.338Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2447 | 2024-08-07T03:27:06.571Z | Compiling blake3 v1.5.1 |
2448 | 2024-08-07T03:27:06.628Z | Checking keccak v0.1.5 |
2449 | 2024-08-07T03:27:06.950Z | Checking sha3 v0.10.8 |
2450 | 2024-08-07T03:27:07.323Z | Compiling rayon v1.10.0 |
2451 | 2024-08-07T03:27:07.493Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2452 | 2024-08-07T03:27:07.634Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2453 | 2024-08-07T03:27:07.650Z | Checking universal-hash v0.5.1 |
2454 | 2024-08-07T03:27:07.835Z | Compiling thiserror-impl-no-std v2.0.2 |
2455 | 2024-08-07T03:27:07.930Z | Checking secrecy v0.8.0 |
2456 | 2024-08-07T03:27:07.933Z | Compiling curve25519-dalek-derive v0.1.1 |
2457 | 2024-08-07T03:27:08.038Z | Compiling memmap2 v0.9.4 |
2458 | 2024-08-07T03:27:08.120Z | Compiling constant_time_eq v0.3.0 |
2459 | 2024-08-07T03:27:08.302Z | Compiling arrayvec v0.7.4 |
2460 | 2024-08-07T03:27:08.476Z | Compiling spin v0.5.2 |
2461 | 2024-08-07T03:27:08.704Z | Compiling arrayref v0.3.7 |
2462 | 2024-08-07T03:27:08.719Z | Compiling untrusted v0.7.1 |
2463 | 2024-08-07T03:27:08.800Z | Compiling home v0.5.9 |
2464 | 2024-08-07T03:27:08.907Z | Checking opaque-debug v0.3.1 |
2465 | 2024-08-07T03:27:08.991Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2466 | 2024-08-07T03:27:09.057Z | Checking poly1305 v0.8.0 |
2467 | 2024-08-07T03:27:09.094Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2468 | 2024-08-07T03:27:09.295Z | Compiling toolchain_find v0.4.0 |
2469 | 2024-08-07T03:27:09.530Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2470 | 2024-08-07T03:27:09.759Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2471 | 2024-08-07T03:27:09.775Z | Checking steno v0.4.1 |
2472 | 2024-08-07T03:27:09.944Z | Compiling camino-tempfile v1.1.1 |
2473 | 2024-08-07T03:27:10.434Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2474 | 2024-08-07T03:27:10.478Z | Checking chacha20 v0.9.1 |
2475 | 2024-08-07T03:27:10.827Z | Checking gethostname v0.5.0 |
2476 | 2024-08-07T03:27:10.949Z | Checking aead v0.5.2 |
2477 | 2024-08-07T03:27:11.163Z | Compiling topological-sort v0.2.2 |
2478 | 2024-08-07T03:27:11.179Z | Checking thiserror-no-std v2.0.2 |
2479 | 2024-08-07T03:27:11.275Z | Compiling cancel-safe-futures v0.1.5 |
2480 | 2024-08-07T03:27:11.364Z | Checking chacha20poly1305 v0.10.1 |
2481 | 2024-08-07T03:27:11.381Z | Checking vsss-rs v3.3.4 |
2482 | 2024-08-07T03:27:11.535Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2483 | 2024-08-07T03:27:12.158Z | Compiling mime_guess v2.0.4 |
2484 | 2024-08-07T03:27:12.205Z | Compiling omicron-zone-package v0.11.0 |
2485 | 2024-08-07T03:27:12.829Z | Compiling rustfmt-wrapper v0.2.1 |
2486 | 2024-08-07T03:27:12.925Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2487 | 2024-08-07T03:27:13.385Z | Checking glob v0.3.1 |
2488 | 2024-08-07T03:27:13.453Z | Checking libsw v3.3.1 |
2489 | 2024-08-07T03:27:13.641Z | Checking owo-colors v4.0.0 |
2490 | 2024-08-07T03:27:13.681Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2491 | 2024-08-07T03:27:13.706Z | Checking swrite v0.1.0 |
2492 | 2024-08-07T03:27:13.727Z | Checking linear-map v1.2.0 |
2493 | 2024-08-07T03:27:13.866Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2494 | 2024-08-07T03:27:14.033Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2495 | 2024-08-07T03:27:14.448Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2496 | 2024-08-07T03:27:14.691Z | Checking kstat-rs v0.2.4 |
2497 | 2024-08-07T03:27:14.709Z | Checking nanorand v0.7.0 |
2498 | 2024-08-07T03:27:14.853Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2499 | 2024-08-07T03:27:14.989Z | Checking http-range v0.1.5 |
2500 | 2024-08-07T03:27:15.074Z | Checking flume v0.11.0 |
2501 | 2024-08-07T03:27:15.175Z | Checking hyper-staticfile v0.9.5 |
2502 | 2024-08-07T03:27:15.198Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2503 | 2024-08-07T03:27:15.402Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2504 | 2024-08-07T03:27:15.562Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2505 | 2024-08-07T03:27:15.598Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2506 | 2024-08-07T03:27:15.664Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2507 | 2024-08-07T03:27:15.856Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2508 | 2024-08-07T03:27:16.915Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2509 | 2024-08-07T03:27:17.215Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2510 | 2024-08-07T03:27:18.234Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2511 | 2024-08-07T03:27:18.541Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2512 | 2024-08-07T03:27:18.881Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2513 | 2024-08-07T03:27:19.383Z | Checking display-error-chain v0.2.0 |
2514 | 2024-08-07T03:27:26.477Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2515 | 2024-08-07T03:27:31.873Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2024-08-07T03:27:31.873Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2517 | 2024-08-07T03:27:32.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-08-07T03:27:47.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.25s |
2519 | 2024-08-07T03:27:47.547Z | |
2520 | 2024-08-07T03:27:47.547Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2521 | 2024-08-07T03:27:48.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-08-07T03:27:48.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-08-07T03:27:48.242Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2024-08-07T03:28:02.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s |
2525 | 2024-08-07T03:28:02.252Z | |
2526 | 2024-08-07T03:28:02.252Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2527 | 2024-08-07T03:28:02.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-08-07T03:28:02.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-08-07T03:28:02.948Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2530 | 2024-08-07T03:28:16.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2531 | 2024-08-07T03:28:16.893Z | |
2532 | 2024-08-07T03:28:16.894Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2533 | 2024-08-07T03:28:17.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-08-07T03:28:17.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-08-07T03:28:17.597Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2024-08-07T03:28:31.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s |
2537 | 2024-08-07T03:28:31.680Z | |
2538 | 2024-08-07T03:28:31.680Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2539 | 2024-08-07T03:28:32.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-08-07T03:28:32.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-08-07T03:28:32.435Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2542 | 2024-08-07T03:28:47.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s |
2543 | 2024-08-07T03:28:47.821Z | |
2544 | 2024-08-07T03:28:47.821Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2545 | 2024-08-07T03:28:48.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-08-07T03:28:48.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-08-07T03:28:48.615Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2548 | 2024-08-07T03:29:02.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s |
2549 | 2024-08-07T03:29:03.144Z | |
2550 | 2024-08-07T03:29:03.144Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2551 | 2024-08-07T03:29:03.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-08-07T03:29:03.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-08-07T03:29:03.837Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2554 | 2024-08-07T03:29:17.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
2555 | 2024-08-07T03:29:17.701Z | |
2556 | 2024-08-07T03:29:17.702Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2557 | 2024-08-07T03:29:18.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-08-07T03:29:18.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-08-07T03:29:18.394Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2560 | 2024-08-07T03:29:32.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s |
2561 | 2024-08-07T03:29:32.640Z | |
2562 | 2024-08-07T03:29:32.640Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2563 | 2024-08-07T03:29:33.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-08-07T03:29:33.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-08-07T03:29:33.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-08-07T03:29:33.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2567 | 2024-08-07T03:29:33.273Z | |
2568 | 2024-08-07T03:29:33.273Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2569 | 2024-08-07T03:29:33.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-08-07T03:29:33.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-08-07T03:29:33.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-08-07T03:29:33.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2573 | 2024-08-07T03:29:33.903Z | |
2574 | 2024-08-07T03:29:33.903Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2575 | 2024-08-07T03:29:34.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-08-07T03:29:34.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-08-07T03:29:34.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-08-07T03:29:34.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2579 | 2024-08-07T03:29:34.520Z | |
2580 | 2024-08-07T03:29:34.520Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2581 | 2024-08-07T03:29:35.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-08-07T03:29:35.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-08-07T03:29:35.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-08-07T03:29:35.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-08-07T03:29:35.136Z | |
2586 | 2024-08-07T03:29:35.136Z | info: running `cargo check --bins` on key-manager (93/142) |
2587 | 2024-08-07T03:29:35.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-08-07T03:29:35.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-08-07T03:29:35.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-08-07T03:29:35.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2591 | 2024-08-07T03:29:35.737Z | |
2592 | 2024-08-07T03:29:35.737Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2593 | 2024-08-07T03:29:36.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-08-07T03:29:36.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-08-07T03:29:36.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-08-07T03:29:36.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2597 | 2024-08-07T03:29:36.343Z | |
2598 | 2024-08-07T03:29:36.343Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2599 | 2024-08-07T03:29:36.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-08-07T03:29:36.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-08-07T03:29:36.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-08-07T03:29:36.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2603 | 2024-08-07T03:29:36.918Z | |
2604 | 2024-08-07T03:29:36.918Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2605 | 2024-08-07T03:29:37.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-08-07T03:29:37.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-08-07T03:29:37.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-08-07T03:29:37.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2609 | 2024-08-07T03:29:37.520Z | |
2610 | 2024-08-07T03:29:37.520Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2611 | 2024-08-07T03:29:38.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-08-07T03:29:38.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-08-07T03:29:38.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-08-07T03:29:38.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2615 | 2024-08-07T03:29:38.122Z | |
2616 | 2024-08-07T03:29:38.122Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2617 | 2024-08-07T03:29:38.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-08-07T03:29:38.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-08-07T03:29:38.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-08-07T03:29:38.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2621 | 2024-08-07T03:29:38.728Z | |
2622 | 2024-08-07T03:29:38.728Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2623 | 2024-08-07T03:29:39.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-08-07T03:29:39.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-08-07T03:29:39.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-08-07T03:29:39.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2627 | 2024-08-07T03:29:39.342Z | |
2628 | 2024-08-07T03:29:39.342Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2629 | 2024-08-07T03:29:39.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-08-07T03:29:39.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-08-07T03:29:39.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-08-07T03:29:39.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2633 | 2024-08-07T03:29:39.937Z | |
2634 | 2024-08-07T03:29:39.937Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2635 | 2024-08-07T03:29:40.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-08-07T03:29:40.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-08-07T03:29:40.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-08-07T03:29:40.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2639 | 2024-08-07T03:29:40.543Z | |
2640 | 2024-08-07T03:29:40.543Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2641 | 2024-08-07T03:29:41.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-08-07T03:29:41.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-08-07T03:29:41.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-08-07T03:29:41.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2645 | 2024-08-07T03:29:41.171Z | |
2646 | 2024-08-07T03:29:41.171Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2647 | 2024-08-07T03:29:41.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-08-07T03:29:41.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-08-07T03:29:41.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-08-07T03:29:41.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2651 | 2024-08-07T03:29:41.802Z | |
2652 | 2024-08-07T03:29:41.802Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2653 | 2024-08-07T03:29:42.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-08-07T03:29:42.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-08-07T03:29:42.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-08-07T03:29:42.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2657 | 2024-08-07T03:29:42.442Z | |
2658 | 2024-08-07T03:29:42.442Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2659 | 2024-08-07T03:29:43.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-08-07T03:29:43.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-08-07T03:29:43.115Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2662 | 2024-08-07T03:29:43.117Z | Checking bcs v0.1.6 |
2663 | 2024-08-07T03:29:43.117Z | Compiling async-recursion v1.1.1 |
2664 | 2024-08-07T03:29:43.117Z | Checking highway v1.1.0 |
2665 | 2024-08-07T03:29:43.117Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2666 | 2024-08-07T03:29:43.117Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2667 | 2024-08-07T03:29:44.233Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2668 | 2024-08-07T03:29:47.636Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2669 | 2024-08-07T03:29:49.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.89s |
2670 | 2024-08-07T03:29:49.506Z | |
2671 | 2024-08-07T03:29:49.506Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2672 | 2024-08-07T03:29:50.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-08-07T03:29:50.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-08-07T03:29:50.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2024-08-07T03:29:50.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2676 | 2024-08-07T03:29:50.180Z | |
2677 | 2024-08-07T03:29:50.180Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2678 | 2024-08-07T03:29:50.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-08-07T03:29:50.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-08-07T03:29:50.849Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2681 | 2024-08-07T03:29:51.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2682 | 2024-08-07T03:29:51.582Z | |
2683 | 2024-08-07T03:29:51.582Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2684 | 2024-08-07T03:29:52.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-08-07T03:29:53.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-08-07T03:29:53.214Z | Compiling cfg_aliases v0.1.1 |
2687 | 2024-08-07T03:29:53.214Z | Compiling vte_generate_state_changes v0.1.1 |
2688 | 2024-08-07T03:29:53.214Z | Checking fd-lock v4.0.2 |
2689 | 2024-08-07T03:29:53.214Z | Checking bytecount v0.6.8 |
2690 | 2024-08-07T03:29:53.214Z | Compiling tabled_derive v0.7.0 |
2691 | 2024-08-07T03:29:53.214Z | Compiling peg-macros v0.8.4 |
2692 | 2024-08-07T03:29:53.214Z | Compiling sqlparser_derive v0.2.2 |
2693 | 2024-08-07T03:29:53.214Z | Checking nu-ansi-term v0.50.0 |
2694 | 2024-08-07T03:29:53.214Z | Compiling nix v0.28.0 |
2695 | 2024-08-07T03:29:53.214Z | Checking papergrid v0.11.0 |
2696 | 2024-08-07T03:29:53.214Z | Checking home v0.5.9 |
2697 | 2024-08-07T03:29:53.214Z | Checking unicode_categories v0.1.1 |
2698 | 2024-08-07T03:29:53.214Z | Checking sqlformat v0.2.4 |
2699 | 2024-08-07T03:29:53.214Z | Checking vte v0.11.1 |
2700 | 2024-08-07T03:29:53.487Z | Checking sqlparser v0.45.0 |
2701 | 2024-08-07T03:29:54.367Z | Checking strip-ansi-escapes v0.2.0 |
2702 | 2024-08-07T03:29:54.508Z | Checking tabled v0.15.0 |
2703 | 2024-08-07T03:29:54.524Z | Checking reedline v0.31.0 |
2704 | 2024-08-07T03:29:55.104Z | Checking peg v0.8.4 |
2705 | 2024-08-07T03:29:55.813Z | Checking rustyline v14.0.0 |
2706 | 2024-08-07T03:30:00.472Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-08-07T03:30:06.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s |
2708 | 2024-08-07T03:30:06.634Z | |
2709 | 2024-08-07T03:30:06.634Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2710 | 2024-08-07T03:30:07.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-08-07T03:30:07.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-08-07T03:30:07.291Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2713 | 2024-08-07T03:30:12.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
2714 | 2024-08-07T03:30:13.103Z | |
2715 | 2024-08-07T03:30:13.103Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2716 | 2024-08-07T03:30:13.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-08-07T03:30:13.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-08-07T03:30:13.731Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2719 | 2024-08-07T03:30:19.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
2720 | 2024-08-07T03:30:19.271Z | |
2721 | 2024-08-07T03:30:19.271Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2722 | 2024-08-07T03:30:19.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-08-07T03:30:19.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-08-07T03:30:19.897Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2725 | 2024-08-07T03:30:23.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
2726 | 2024-08-07T03:30:24.056Z | |
2727 | 2024-08-07T03:30:24.056Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2728 | 2024-08-07T03:30:24.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-08-07T03:30:24.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-08-07T03:30:24.697Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2731 | 2024-08-07T03:30:25.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
2732 | 2024-08-07T03:30:25.172Z | |
2733 | 2024-08-07T03:30:25.172Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2734 | 2024-08-07T03:30:25.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-08-07T03:30:25.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-08-07T03:30:25.771Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2737 | 2024-08-07T03:30:26.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
2738 | 2024-08-07T03:30:26.714Z | |
2739 | 2024-08-07T03:30:26.714Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2740 | 2024-08-07T03:30:27.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-08-07T03:30:27.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-08-07T03:30:27.472Z | Compiling crunchy v0.2.2 |
2743 | 2024-08-07T03:30:27.472Z | Compiling glob v0.3.1 |
2744 | 2024-08-07T03:30:27.476Z | Compiling tiny-keccak v2.0.2 |
2745 | 2024-08-07T03:30:27.584Z | Compiling ascii-canvas v3.0.0 |
2746 | 2024-08-07T03:30:27.587Z | Compiling ena v0.14.3 |
2747 | 2024-08-07T03:30:27.594Z | Compiling libloading v0.8.3 |
2748 | 2024-08-07T03:30:27.596Z | Compiling bindgen v0.69.4 |
2749 | 2024-08-07T03:30:27.615Z | Compiling regex-syntax v0.6.29 |
2750 | 2024-08-07T03:30:27.879Z | Compiling diff v0.1.13 |
2751 | 2024-08-07T03:30:27.962Z | Compiling which v4.4.2 |
2752 | 2024-08-07T03:30:28.011Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2753 | 2024-08-07T03:30:28.076Z | Compiling cexpr v0.6.0 |
2754 | 2024-08-07T03:30:28.250Z | Compiling shlex v1.3.0 |
2755 | 2024-08-07T03:30:28.394Z | Compiling ref-cast v1.0.23 |
2756 | 2024-08-07T03:30:28.464Z | Compiling clang-sys v1.7.0 |
2757 | 2024-08-07T03:30:28.521Z | Compiling lazycell v1.3.0 |
2758 | 2024-08-07T03:30:28.537Z | Compiling rustc-hash v1.1.0 |
2759 | 2024-08-07T03:30:28.654Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2760 | 2024-08-07T03:30:28.683Z | Compiling derive_builder_core v0.20.0 |
2761 | 2024-08-07T03:30:28.685Z | Compiling libxml v0.3.3 |
2762 | 2024-08-07T03:30:28.861Z | Compiling ref-cast-impl v1.0.23 |
2763 | 2024-08-07T03:30:28.941Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2764 | 2024-08-07T03:30:29.019Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2765 | 2024-08-07T03:30:29.099Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2766 | 2024-08-07T03:30:29.317Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2767 | 2024-08-07T03:30:29.317Z | --> certificates/src/openssl_ext.rs:55:22 |
2768 | 2024-08-07T03:30:29.317Z | | |
2769 | 2024-08-07T03:30:29.317Z | 55 | self.as_ptr(), |
2770 | 2024-08-07T03:30:29.317Z | | ^^^^^^ method not found in `&X509Ref` |
2771 | 2024-08-07T03:30:29.317Z | | |
2772 | 2024-08-07T03:30:29.317Z | = help: items from traits can only be used if the trait is in scope |
2773 | 2024-08-07T03:30:29.317Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2774 | 2024-08-07T03:30:29.317Z | | |
2775 | 2024-08-07T03:30:29.317Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2776 | 2024-08-07T03:30:29.317Z | | |
2777 | 2024-08-07T03:30:29.317Z | |
2778 | 2024-08-07T03:30:29.337Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2779 | 2024-08-07T03:30:29.337Z | --> certificates/src/openssl_ext.rs:114:65 |
2780 | 2024-08-07T03:30:29.337Z | | |
2781 | 2024-08-07T03:30:29.337Z | 114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) }; |
2782 | 2024-08-07T03:30:29.337Z | | ^^^^^^ method not found in `&X509Ref` |
2783 | 2024-08-07T03:30:29.337Z | | |
2784 | 2024-08-07T03:30:29.337Z | = help: items from traits can only be used if the trait is in scope |
2785 | 2024-08-07T03:30:29.337Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2786 | 2024-08-07T03:30:29.337Z | | |
2787 | 2024-08-07T03:30:29.337Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2788 | 2024-08-07T03:30:29.337Z | | |
2789 | 2024-08-07T03:30:29.337Z | |
2790 | 2024-08-07T03:30:29.356Z | error[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope |
2791 | 2024-08-07T03:30:29.356Z | --> certificates/src/openssl_ext.rs:121:68 |
2792 | 2024-08-07T03:30:29.356Z | | |
2793 | 2024-08-07T03:30:29.356Z | 121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) }; |
2794 | 2024-08-07T03:30:29.356Z | | ^^^^^^ method not found in `&X509Ref` |
2795 | 2024-08-07T03:30:29.357Z | | |
2796 | 2024-08-07T03:30:29.357Z | = help: items from traits can only be used if the trait is in scope |
2797 | 2024-08-07T03:30:29.357Z | help: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it |
2798 | 2024-08-07T03:30:29.357Z | | |
2799 | 2024-08-07T03:30:29.357Z | 8 + use foreign_types_shared::ForeignTypeRef; |
2800 | 2024-08-07T03:30:29.357Z | | |
2801 | 2024-08-07T03:30:29.357Z | |
2802 | 2024-08-07T03:30:29.360Z | warning: unused import: `foreign_types::ForeignTypeRef` |
2803 | 2024-08-07T03:30:29.360Z | --> certificates/src/openssl_ext.rs:8:5 |
2804 | 2024-08-07T03:30:29.360Z | | |
2805 | 2024-08-07T03:30:29.360Z | 8 | use foreign_types::ForeignTypeRef; |
2806 | 2024-08-07T03:30:29.360Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
2807 | 2024-08-07T03:30:29.360Z | | |
2808 | 2024-08-07T03:30:29.360Z | = note: `#[warn(unused_imports)]` on by default |
2809 | 2024-08-07T03:30:29.360Z | |
2810 | 2024-08-07T03:30:29.430Z | For more information about this error, try `rustc --explain E0599`. |
2811 | 2024-08-07T03:30:29.430Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2812 | 2024-08-07T03:30:29.460Z | warning: `omicron-certificates` (lib) generated 1 warning |
2813 | 2024-08-07T03:30:29.460Z | error: could not compile `omicron-certificates` (lib) due to 3 previous errors; 1 warning emitted |
2814 | 2024-08-07T03:30:29.460Z | warning: build failed, waiting for other jobs to finish... |
2815 | 2024-08-07T03:30:34.993Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101) |
2816 | 2024-08-07T03:30:34.995Z | Error: cargo-hack install failed: exit status: 1 |
2817 | 2024-08-07T03:30:34.998Z | |
2818 | 2024-08-07T03:30:34.998Z | real 6:54.560214220 |
2819 | 2024-08-07T03:30:34.998Z | user 13:43.458977022 |
2820 | 2024-08-07T03:30:34.998Z | sys 3:28.028088249 |
2821 | 2024-08-07T03:30:34.998Z | trap 0.302263294 |
2822 | 2024-08-07T03:30:34.998Z | tflt 1.770815905 |
2823 | 2024-08-07T03:30:34.998Z | dflt 2.019404162 |
2824 | 2024-08-07T03:30:34.998Z | kflt 0.000011546 |
2825 | 2024-08-07T03:30:34.998Z | lock 24:11.709830680 |
2826 | 2024-08-07T03:30:34.998Z | slp 1:12:58.902953853 |
2827 | 2024-08-07T03:30:34.998Z | lat 42.674746665 |
2828 | 2024-08-07T03:30:34.998Z | stop 2:04.321590037 |
2829 | 2024-08-07T03:30:35.001Z | process exited: duration 750420 ms, exit code 1 |
|
2830 | 2024-08-07T03:30:35.007Z | found 0 output files |