|
|
|
1 | 2024-08-05T16:02:59.443Z | job assigned to worker 01J4HMDNP59527HDVY8M5EXSXN (queued for 48 s) |
|
2 | 2024-08-05T16:03:07.750Z | starting task 0: "setup" |
3 | 2024-08-05T16:03:07.812Z | ++ uname -s |
4 | 2024-08-05T16:03:07.815Z | + kern=SunOS |
5 | 2024-08-05T16:03:07.815Z | + case "$kern" in |
6 | 2024-08-05T16:03:07.815Z | + groupadd -g 12345 build |
7 | 2024-08-05T16:03:07.815Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-05T16:03:09.829Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-05T16:03:09.912Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-05T16:03:09.920Z | + home_fs=zfs |
11 | 2024-08-05T16:03:09.920Z | + [[ zfs == autofs ]] |
12 | 2024-08-05T16:03:09.920Z | + mkdir -p /home/build |
13 | 2024-08-05T16:03:09.920Z | + chown build:build /home/build /work |
14 | 2024-08-05T16:03:11.918Z | + chmod 0700 /home/build /work |
15 | 2024-08-05T16:03:11.921Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-08-05T16:03:11.927Z | starting task 1: "rust-toolchain" |
17 | 2024-08-05T16:03:11.932Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-05T16:03:11.932Z | ' 1.80.0 |
19 | 2024-08-05T16:03:11.932Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-05T16:03:11.932Z | * toolchain channel = "1.80.0" |
21 | 2024-08-05T16:03:11.932Z | * toolchain profile = "default" |
22 | 2024-08-05T16:03:11.933Z | ' default |
23 | 2024-08-05T16:03:11.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-05T16:03:11.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-05T16:03:12.047Z | info: downloading installer |
26 | 2024-08-05T16:03:13.381Z | info: profile set to 'default' |
27 | 2024-08-05T16:03:13.381Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-05T16:03:13.384Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-05T16:03:13.516Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-05T16:03:13.516Z | info: downloading component 'cargo' |
31 | 2024-08-05T16:03:14.231Z | info: downloading component 'clippy' |
32 | 2024-08-05T16:03:14.485Z | info: downloading component 'rust-docs' |
33 | 2024-08-05T16:03:15.482Z | info: downloading component 'rust-std' |
34 | 2024-08-05T16:03:16.878Z | info: downloading component 'rustc' |
35 | 2024-08-05T16:03:20.773Z | info: downloading component 'rustfmt' |
36 | 2024-08-05T16:03:20.982Z | info: installing component 'cargo' |
37 | 2024-08-05T16:03:21.802Z | info: installing component 'clippy' |
38 | 2024-08-05T16:03:22.168Z | info: installing component 'rust-docs' |
39 | 2024-08-05T16:03:23.771Z | info: installing component 'rust-std' |
40 | 2024-08-05T16:03:25.393Z | info: installing component 'rustc' |
41 | 2024-08-05T16:03:29.591Z | info: installing component 'rustfmt' |
42 | 2024-08-05T16:03:29.933Z | |
43 | 2024-08-05T16:03:29.934Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-05T16:03:30.196Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-05T16:03:30.196Z | |
46 | 2024-08-05T16:03:30.199Z | |
47 | 2024-08-05T16:03:30.199Z | Rust is installed now. Great! |
48 | 2024-08-05T16:03:30.199Z | |
49 | 2024-08-05T16:03:30.199Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-05T16:03:30.199Z | environment variable. This has not been done automatically. |
51 | 2024-08-05T16:03:30.199Z | |
52 | 2024-08-05T16:03:30.200Z | To configure your current shell, you need to source |
53 | 2024-08-05T16:03:30.200Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-05T16:03:30.200Z | |
55 | 2024-08-05T16:03:30.200Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-05T16:03:30.200Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-05T16:03:30.200Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-05T16:03:30.271Z | + rustc --version |
59 | 2024-08-05T16:03:30.333Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-05T16:03:30.336Z | process exited: duration 18409 ms, exit code 0 |
|
61 | 2024-08-05T16:03:30.342Z | starting task 2: "authentication" |
62 | 2024-08-05T16:03:30.363Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-05T16:03:30.369Z | starting task 3: "clone repository" |
64 | 2024-08-05T16:03:30.374Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-05T16:03:30.376Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-05T16:03:30.526Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-05T16:03:35.673Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-05T16:03:35.673Z | + git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418 |
69 | 2024-08-05T16:03:35.949Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-05T16:03:35.949Z | * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD |
71 | 2024-08-05T16:03:35.958Z | + [[ -n john/reconfigurator-external-ip-allocator ]] |
72 | 2024-08-05T16:03:35.961Z | ++ git branch --show-current |
73 | 2024-08-05T16:03:35.964Z | + current=main |
74 | 2024-08-05T16:03:35.964Z | + [[ main != john/reconfigurator-external-ip-allocator ]] |
75 | 2024-08-05T16:03:35.964Z | + git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418 |
76 | 2024-08-05T16:03:35.967Z | + git checkout -f john/reconfigurator-external-ip-allocator |
77 | 2024-08-05T16:03:36.105Z | Switched to branch 'john/reconfigurator-external-ip-allocator' |
78 | 2024-08-05T16:03:36.109Z | + git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418 |
79 | 2024-08-05T16:03:36.243Z | HEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs |
80 | 2024-08-05T16:03:36.246Z | process exited: duration 5875 ms, exit code 0 |
|
81 | 2024-08-05T16:03:36.252Z | starting task 4: "build" |
82 | 2024-08-05T16:03:36.258Z | + cargo --version |
83 | 2024-08-05T16:03:36.311Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-05T16:03:36.314Z | + rustc --version |
85 | 2024-08-05T16:03:36.369Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-05T16:03:36.372Z | + source ./env.sh |
87 | 2024-08-05T16:03:36.372Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-05T16:03:36.372Z | ++ set -o xtrace |
89 | 2024-08-05T16:03:36.375Z | ++++ dirname ./env.sh |
90 | 2024-08-05T16:03:36.378Z | +++ readlink -f . |
91 | 2024-08-05T16:03:36.396Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-05T16:03:36.396Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ 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-05T16:03:36.399Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-05T16:03:36.399Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-05T16:03:36.399Z | + 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-05T16:03:36.399Z | + 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-05T16:03:36.399Z | + banner prerequisites |
105 | 2024-08-05T16:03:36.430Z | |
106 | 2024-08-05T16:03:36.430Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-05T16:03:36.430Z | # # # # # # # # # # # # # # # |
108 | 2024-08-05T16:03:36.430Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-05T16:03:36.430Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-05T16:03:36.430Z | # # # # # # # # # # # # # # # |
111 | 2024-08-05T16:03:36.430Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-05T16:03:36.430Z | |
113 | 2024-08-05T16:03:36.433Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-05T16:03:44.508Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-05T16:03:46.959Z | Startup: Caching catalogs ... Done |
116 | 2024-08-05T16:03:50.754Z | Planning: Solver setup ... Done (3.217s) |
117 | 2024-08-05T16:03:50.814Z | Planning: Running solver ... Done (0.060s) |
118 | 2024-08-05T16:03:50.868Z | Planning: Finding local manifests ... Done (0.005s) |
119 | 2024-08-05T16:03:50.912Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-05T16:03:51.395Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-05T16:03:51.443Z | Planning: Package planning ... Done (0.048s) |
122 | 2024-08-05T16:03:51.493Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-05T16:03:53.320Z | Planning: Checking for conflicting actions ... Done (1.827s) |
124 | 2024-08-05T16:03:53.331Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-05T16:04:03.821Z | Planning: Evaluating mediators ... Done (10.489s) |
126 | 2024-08-05T16:04:03.830Z | Planning: Planning completed in 16.80 seconds |
127 | 2024-08-05T16:04:04.700Z | Packages to install: 4 |
128 | 2024-08-05T16:04:04.700Z | Mediators to change: 2 |
129 | 2024-08-05T16:04:04.700Z | Services to change: 1 |
130 | 2024-08-05T16:04:04.700Z | Estimated space available: 155.76 GB |
131 | 2024-08-05T16:04:04.700Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-05T16:04:04.703Z | Create boot environment: No |
133 | 2024-08-05T16:04:04.703Z | Create backup boot environment: No |
134 | 2024-08-05T16:04:04.703Z | Rebuild boot archive: No |
135 | 2024-08-05T16:04:04.703Z | |
136 | 2024-08-05T16:04:04.704Z | Changed mediators: |
137 | 2024-08-05T16:04:04.704Z | mediator clang: |
138 | 2024-08-05T16:04:04.704Z | version: None -> 15 (system default) |
139 | 2024-08-05T16:04:04.704Z | |
140 | 2024-08-05T16:04:04.704Z | mediator llvm: |
141 | 2024-08-05T16:04:04.704Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-05T16:04:04.704Z | |
143 | 2024-08-05T16:04:04.704Z | Changed packages: |
144 | 2024-08-05T16:04:04.704Z | helios-dev |
145 | 2024-08-05T16:04:04.704Z | developer/build-essential |
146 | 2024-08-05T16:04:04.704Z | None -> 11-2.0 |
147 | 2024-08-05T16:04:04.704Z | library/libxmlsec1 |
148 | 2024-08-05T16:04:04.704Z | None -> 1.2.35-2.0 |
149 | 2024-08-05T16:04:04.704Z | ooce/developer/clang-15 |
150 | 2024-08-05T16:04:04.704Z | None -> 15.0.7-2.0 |
151 | 2024-08-05T16:04:04.704Z | ooce/developer/llvm-15 |
152 | 2024-08-05T16:04:04.704Z | None -> 15.0.7-2.0 |
153 | 2024-08-05T16:04:04.704Z | |
154 | 2024-08-05T16:04:04.704Z | Services: |
155 | 2024-08-05T16:04:04.704Z | restart_fmri: |
156 | 2024-08-05T16:04:04.704Z | svc:/system/update-man-index:default |
157 | 2024-08-05T16:04:04.974Z | |
158 | 2024-08-05T16:04:04.974Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-05T16:04:10.099Z | Download: 1198/3290 items 82.5/212.6MB 38% complete (17.7M/s) |
160 | 2024-08-05T16:04:16.465Z | Download: 2215/3290 items 117.7/212.6MB 55% complete (11.9M/s) |
161 | 2024-08-05T16:04:21.466Z | Download: 3207/3290 items 162.7/212.6MB 76% complete (4.8M/s) |
162 | 2024-08-05T16:04:25.999Z | Download: Completed 212.60 MB in 21.02 seconds (10.1M/s) |
163 | 2024-08-05T16:04:27.855Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-08-05T16:04:33.117Z | Actions: 3548/3689 actions (Installing new actions) |
165 | 2024-08-05T16:04:34.097Z | Actions: Completed 3689 actions in 6.24 seconds. |
166 | 2024-08-05T16:04:34.371Z | Done (0.265s) |
167 | 2024-08-05T16:04:34.371Z | Done (0.000s) |
168 | 2024-08-05T16:04:34.710Z | Done (0.347s) |
169 | 2024-08-05T16:04:41.728Z | Done (6.854s) |
170 | 2024-08-05T16:04:42.084Z | Done (0.294s) |
171 | 2024-08-05T16:04:42.087Z | Done (0.000s) |
172 | 2024-08-05T16:04:42.259Z | Done (0.000s) |
173 | 2024-08-05T16:04:42.877Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-05T16:04:43.032Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-05T16:04:43.111Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-05T16:04:43.290Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-05T16:04:43.302Z | Planning: Planning completed in 0.42 seconds |
178 | 2024-08-05T16:04:43.303Z | Mediators to change: 2 |
179 | 2024-08-05T16:04:43.303Z | Create boot environment: No |
180 | 2024-08-05T16:04:43.303Z | Create backup boot environment: No |
181 | 2024-08-05T16:04:43.372Z | Done |
182 | 2024-08-05T16:04:43.372Z | Done |
183 | 2024-08-05T16:04:43.594Z | Done |
184 | 2024-08-05T16:04:47.059Z | Done |
185 | 2024-08-05T16:04:47.150Z | Done |
186 | 2024-08-05T16:04:47.150Z | Done |
187 | 2024-08-05T16:04:47.261Z | Done |
188 | 2024-08-05T16:04:47.860Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-05T16:04:47.863Z | Planning: Merging actions ... Done |
190 | 2024-08-05T16:04:48.049Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-08-05T16:04:48.052Z | Planning: Consolidating action changes ... Done |
192 | 2024-08-05T16:04:48.309Z | Planning: Evaluating mediators ... Done |
193 | 2024-08-05T16:04:48.363Z | Planning: Planning completed in 0.74 seconds |
194 | 2024-08-05T16:04:48.396Z | Packages to change: 1 |
195 | 2024-08-05T16:04:48.396Z | Mediators to change: 1 |
196 | 2024-08-05T16:04:48.397Z | Services to change: 1 |
197 | 2024-08-05T16:04:48.401Z | Create boot environment: No |
198 | 2024-08-05T16:04:48.401Z | Create backup boot environment: Yes |
199 | 2024-08-05T16:04:50.365Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-08-05T16:04:50.531Z | Actions: Completed 6 actions in 0.17 seconds. |
201 | 2024-08-05T16:04:50.531Z | Done |
202 | 2024-08-05T16:04:50.531Z | Done |
203 | 2024-08-05T16:04:50.607Z | Done |
204 | 2024-08-05T16:04:54.239Z | Done |
205 | 2024-08-05T16:04:54.330Z | Done |
206 | 2024-08-05T16:04:54.333Z | Done |
207 | 2024-08-05T16:04:54.446Z | Done |
208 | 2024-08-05T16:04:54.880Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-08-05T16:04:54.880Z | clang system 15 system |
210 | 2024-08-05T16:04:54.881Z | csh system system illumos |
211 | 2024-08-05T16:04:54.881Z | ctags system system illumos |
212 | 2024-08-05T16:04:54.881Z | gcc vendor 12 vendor |
213 | 2024-08-05T16:04:54.881Z | gcc system 10 system |
214 | 2024-08-05T16:04:54.881Z | gcc system 7 system |
215 | 2024-08-05T16:04:54.881Z | go system 1.20 system |
216 | 2024-08-05T16:04:54.881Z | go system 1.19 system |
217 | 2024-08-05T16:04:54.881Z | llvm system 15 system |
218 | 2024-08-05T16:04:54.881Z | llvm system 14 system |
219 | 2024-08-05T16:04:54.881Z | mariadb system 10.6 system |
220 | 2024-08-05T16:04:54.881Z | mta vendor vendor dma |
221 | 2024-08-05T16:04:54.881Z | openjdk system 17 system |
222 | 2024-08-05T16:04:54.881Z | openjdk system 11 system |
223 | 2024-08-05T16:04:54.881Z | openjdk system 1.8 system |
224 | 2024-08-05T16:04:54.881Z | openssl vendor 3 vendor |
225 | 2024-08-05T16:04:54.881Z | perl system 5.36 system |
226 | 2024-08-05T16:04:54.881Z | postgresql system 15 system |
227 | 2024-08-05T16:04:54.881Z | postgresql system 13 system |
228 | 2024-08-05T16:04:54.881Z | python vendor 3 vendor |
229 | 2024-08-05T16:04:54.881Z | python system 2 system |
230 | 2024-08-05T16:04:54.881Z | python3 system 3.11 system |
231 | 2024-08-05T16:04:54.881Z | ruby system 3.0 system |
232 | 2024-08-05T16:04:54.881Z | words vendor vendor american-english |
233 | 2024-08-05T16:04:54.881Z | words system system australian-english |
234 | 2024-08-05T16:04:54.881Z | words system system british-english |
235 | 2024-08-05T16:04:54.881Z | words system system canadian-english |
236 | 2024-08-05T16:04:54.881Z | words system system french |
237 | 2024-08-05T16:04:54.881Z | words system system italian |
238 | 2024-08-05T16:04:54.881Z | words system system ngerman |
239 | 2024-08-05T16:04:54.881Z | words system system ogerman |
240 | 2024-08-05T16:04:54.881Z | words system system spanish |
241 | 2024-08-05T16:04:55.208Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-08-05T16:04:55.208Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-08-05T16:04:56.865Z | FMRI IFO |
244 | 2024-08-05T16:04:56.865Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-08-05T16:04:56.865Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-08-05T16:04:56.866Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-08-05T16:04:57.441Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-08-05T16:04:57.709Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-08-05T16:04:58.000Z | Updating crates.io index |
259 | 2024-08-05T16:04:58.084Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-08-05T16:04:58.736Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-08-05T16:04:59.521Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-08-05T16:04:59.765Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-08-05T16:05:01.311Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-08-05T16:05:01.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-08-05T16:05:01.897Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-08-05T16:05:02.934Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-08-05T16:05:04.762Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-08-05T16:05:05.693Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-08-05T16:05:06.433Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-05T16:05:07.059Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-05T16:05:07.346Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-08-05T16:05:07.647Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-08-05T16:05:07.949Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-08-05T16:05:08.216Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-08-05T16:05:08.445Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-08-05T16:05:08.696Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-08-05T16:05:08.961Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-08-05T16:05:09.281Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-08-05T16:05:09.675Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-08-05T16:05:10.038Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-08-05T16:05:10.295Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-08-05T16:05:10.739Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-08-05T16:05:11.029Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-08-05T16:05:11.417Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-08-05T16:05:13.413Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-08-05T16:05:13.700Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-08-05T16:05:13.958Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-08-05T16:05:14.346Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-08-05T16:05:15.334Z | Downloading crates ... |
290 | 2024-08-05T16:05:15.410Z | Downloaded bytecount v0.6.8 |
291 | 2024-08-05T16:05:15.417Z | Downloaded cargo_metadata v0.18.1 |
292 | 2024-08-05T16:05:15.421Z | Downloaded anstyle-parse v0.2.4 |
293 | 2024-08-05T16:05:15.424Z | Downloaded scroll_derive v0.12.0 |
294 | 2024-08-05T16:05:15.429Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-08-05T16:05:15.429Z | Downloaded equivalent v1.0.1 |
296 | 2024-08-05T16:05:15.433Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-08-05T16:05:15.433Z | Downloaded swrite v0.1.0 |
298 | 2024-08-05T16:05:15.442Z | Downloaded camino v1.1.7 |
299 | 2024-08-05T16:05:15.451Z | Downloaded plain v0.2.3 |
300 | 2024-08-05T16:05:15.451Z | Downloaded memmap v0.7.0 |
301 | 2024-08-05T16:05:15.451Z | Downloaded colorchoice v1.0.1 |
302 | 2024-08-05T16:05:15.451Z | Downloaded fnv v1.0.7 |
303 | 2024-08-05T16:05:15.454Z | Downloaded heck v0.5.0 |
304 | 2024-08-05T16:05:15.454Z | Downloaded generic-array v0.14.7 |
305 | 2024-08-05T16:05:15.454Z | Downloaded crypto-common v0.1.6 |
306 | 2024-08-05T16:05:15.454Z | Downloaded cfg-if v1.0.0 |
307 | 2024-08-05T16:05:15.454Z | Downloaded version_check v0.9.4 |
308 | 2024-08-05T16:05:15.455Z | Downloaded macaddr v1.0.1 |
309 | 2024-08-05T16:05:15.459Z | Downloaded serde_tokenstream v0.2.1 |
310 | 2024-08-05T16:05:15.462Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-08-05T16:05:15.462Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-08-05T16:05:15.462Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-05T16:05:15.462Z | Downloaded heck v0.4.1 |
314 | 2024-08-05T16:05:15.466Z | Downloaded clap_lex v0.7.0 |
315 | 2024-08-05T16:05:15.466Z | Downloaded anstyle-query v1.0.3 |
316 | 2024-08-05T16:05:15.466Z | Downloaded strsim v0.11.1 |
317 | 2024-08-05T16:05:15.470Z | Downloaded dof v0.3.0 |
318 | 2024-08-05T16:05:15.470Z | Downloaded anstream v0.6.14 |
319 | 2024-08-05T16:05:15.470Z | Downloaded dtrace-parser v0.2.0 |
320 | 2024-08-05T16:05:15.477Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-08-05T16:05:15.484Z | Downloaded autocfg v1.3.0 |
322 | 2024-08-05T16:05:15.484Z | Downloaded anyhow v1.0.86 |
323 | 2024-08-05T16:05:15.489Z | Downloaded cpufeatures v0.2.12 |
324 | 2024-08-05T16:05:15.489Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-08-05T16:05:15.489Z | Downloaded byteorder v1.5.0 |
326 | 2024-08-05T16:05:15.489Z | Downloaded block-buffer v0.10.4 |
327 | 2024-08-05T16:05:15.489Z | Downloaded once_cell v1.19.0 |
328 | 2024-08-05T16:05:15.493Z | Downloaded bitflags v2.6.0 |
329 | 2024-08-05T16:05:15.499Z | Downloaded terminal_size v0.3.0 |
330 | 2024-08-05T16:05:15.499Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-05T16:05:15.499Z | Downloaded itoa v1.0.11 |
332 | 2024-08-05T16:05:15.503Z | Downloaded fs-err v2.11.0 |
333 | 2024-08-05T16:05:15.503Z | Downloaded errno v0.3.9 |
334 | 2024-08-05T16:05:15.503Z | Downloaded digest v0.10.7 |
335 | 2024-08-05T16:05:15.509Z | Downloaded pest_generator v2.7.10 |
336 | 2024-08-05T16:05:15.509Z | Downloaded serde_spanned v0.6.7 |
337 | 2024-08-05T16:05:15.518Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-08-05T16:05:15.518Z | Downloaded thread-id v4.2.1 |
339 | 2024-08-05T16:05:15.518Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-08-05T16:05:15.527Z | Downloaded utf8parse v0.2.1 |
341 | 2024-08-05T16:05:15.527Z | Downloaded anstyle v1.0.8 |
342 | 2024-08-05T16:05:15.527Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-05T16:05:15.527Z | Downloaded usdt v0.5.0 |
344 | 2024-08-05T16:05:15.527Z | Downloaded thiserror v1.0.63 |
345 | 2024-08-05T16:05:15.527Z | Downloaded zerocopy-derive v0.7.34 |
346 | 2024-08-05T16:05:15.531Z | Downloaded proc-macro2 v1.0.86 |
347 | 2024-08-05T16:05:15.532Z | Downloaded toml v0.8.19 |
348 | 2024-08-05T16:05:15.535Z | Downloaded quote v1.0.36 |
349 | 2024-08-05T16:05:15.539Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-08-05T16:05:15.539Z | Downloaded sha2 v0.10.8 |
351 | 2024-08-05T16:05:15.545Z | Downloaded clap_derive v4.5.13 |
352 | 2024-08-05T16:05:15.545Z | Downloaded cargo_toml v0.20.4 |
353 | 2024-08-05T16:05:15.549Z | Downloaded ryu v1.0.18 |
354 | 2024-08-05T16:05:15.549Z | Downloaded scroll v0.12.0 |
355 | 2024-08-05T16:05:15.552Z | Downloaded clap v4.5.13 |
356 | 2024-08-05T16:05:15.560Z | Downloaded papergrid v0.11.0 |
357 | 2024-08-05T16:05:15.565Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-08-05T16:05:15.569Z | Downloaded typenum v1.17.0 |
359 | 2024-08-05T16:05:15.569Z | Downloaded serde v1.0.204 |
360 | 2024-08-05T16:05:15.572Z | Downloaded ucd-trie v0.1.6 |
361 | 2024-08-05T16:05:15.577Z | Downloaded pest_meta v2.7.10 |
362 | 2024-08-05T16:05:15.577Z | Downloaded log v0.4.21 |
363 | 2024-08-05T16:05:15.581Z | Downloaded semver v1.0.23 |
364 | 2024-08-05T16:05:15.581Z | Downloaded serde_derive v1.0.204 |
365 | 2024-08-05T16:05:15.585Z | Downloaded indexmap v2.2.6 |
366 | 2024-08-05T16:05:15.597Z | Downloaded toml_edit v0.22.20 |
367 | 2024-08-05T16:05:15.617Z | Downloaded memchr v2.7.2 |
368 | 2024-08-05T16:05:15.625Z | Downloaded clap_builder v4.5.13 |
369 | 2024-08-05T16:05:15.631Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-05T16:05:15.635Z | Downloaded pest v2.7.10 |
371 | 2024-08-05T16:05:15.641Z | Downloaded zerocopy v0.7.34 |
372 | 2024-08-05T16:05:15.662Z | Downloaded winnow v0.6.18 |
373 | 2024-08-05T16:05:15.670Z | Downloaded serde_json v1.0.122 |
374 | 2024-08-05T16:05:15.682Z | Downloaded goblin v0.8.2 |
375 | 2024-08-05T16:05:15.687Z | Downloaded tabled v0.15.0 |
376 | 2024-08-05T16:05:15.697Z | Downloaded syn v2.0.72 |
377 | 2024-08-05T16:05:15.707Z | Downloaded syn v1.0.109 |
378 | 2024-08-05T16:05:15.717Z | Downloaded rustix v0.38.34 |
379 | 2024-08-05T16:05:15.738Z | Downloaded unicode-width v0.1.13 |
380 | 2024-08-05T16:05:15.745Z | Downloaded libc v0.2.155 |
381 | 2024-08-05T16:05:16.037Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-08-05T16:05:16.037Z | Compiling unicode-ident v1.0.12 |
383 | 2024-08-05T16:05:16.037Z | Compiling version_check v0.9.4 |
384 | 2024-08-05T16:05:16.074Z | Compiling serde v1.0.204 |
385 | 2024-08-05T16:05:16.075Z | Compiling thiserror v1.0.63 |
386 | 2024-08-05T16:05:16.075Z | Compiling memchr v2.7.2 |
387 | 2024-08-05T16:05:16.075Z | Compiling libc v0.2.155 |
388 | 2024-08-05T16:05:16.097Z | Compiling ryu v1.0.18 |
389 | 2024-08-05T16:05:16.288Z | Compiling ucd-trie v0.1.6 |
390 | 2024-08-05T16:05:16.467Z | Compiling itoa v1.0.11 |
391 | 2024-08-05T16:05:16.819Z | Compiling once_cell v1.19.0 |
392 | 2024-08-05T16:05:16.956Z | Compiling byteorder v1.5.0 |
393 | 2024-08-05T16:05:17.270Z | Compiling serde_json v1.0.122 |
394 | 2024-08-05T16:05:18.225Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-05T16:05:18.245Z | Compiling usdt-impl v0.5.0 |
396 | 2024-08-05T16:05:18.268Z | Compiling syn v1.0.109 |
397 | 2024-08-05T16:05:18.271Z | Compiling rustix v0.38.34 |
398 | 2024-08-05T16:05:18.331Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-08-05T16:05:18.572Z | Compiling bitflags v2.6.0 |
400 | 2024-08-05T16:05:18.646Z | Compiling log v0.4.21 |
401 | 2024-08-05T16:05:18.688Z | Compiling hashbrown v0.14.5 |
402 | 2024-08-05T16:05:18.976Z | Compiling thread-id v4.2.1 |
403 | 2024-08-05T16:05:19.014Z | Compiling plain v0.2.3 |
404 | 2024-08-05T16:05:19.019Z | Compiling utf8parse v0.2.1 |
405 | 2024-08-05T16:05:19.041Z | Compiling equivalent v1.0.1 |
406 | 2024-08-05T16:05:19.155Z | Compiling quote v1.0.36 |
407 | 2024-08-05T16:05:19.197Z | Compiling anstyle-parse v0.2.4 |
408 | 2024-08-05T16:05:19.218Z | Compiling autocfg v1.3.0 |
409 | 2024-08-05T16:05:19.248Z | Compiling semver v1.0.23 |
410 | 2024-08-05T16:05:19.534Z | Compiling syn v2.0.72 |
411 | 2024-08-05T16:05:19.847Z | Compiling errno v0.3.9 |
412 | 2024-08-05T16:05:19.889Z | Compiling camino v1.1.7 |
413 | 2024-08-05T16:05:19.915Z | Compiling colorchoice v1.0.1 |
414 | 2024-08-05T16:05:20.113Z | Compiling indexmap v2.2.6 |
415 | 2024-08-05T16:05:20.113Z | Compiling is_terminal_polyfill v1.70.0 |
416 | 2024-08-05T16:05:20.229Z | Compiling anstyle v1.0.8 |
417 | 2024-08-05T16:05:20.252Z | Compiling anstyle-query v1.0.3 |
418 | 2024-08-05T16:05:20.394Z | Compiling winnow v0.6.18 |
419 | 2024-08-05T16:05:20.567Z | Compiling pretty-hex v0.4.1 |
420 | 2024-08-05T16:05:20.713Z | Compiling anstream v0.6.14 |
421 | 2024-08-05T16:05:20.850Z | Compiling fs-err v2.11.0 |
422 | 2024-08-05T16:05:21.146Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-05T16:05:21.369Z | Compiling heck v0.5.0 |
424 | 2024-08-05T16:05:21.448Z | Compiling unicode-width v0.1.13 |
425 | 2024-08-05T16:05:21.474Z | Compiling heck v0.4.1 |
426 | 2024-08-05T16:05:21.499Z | Compiling anyhow v1.0.86 |
427 | 2024-08-05T16:05:21.606Z | Compiling clap_lex v0.7.0 |
428 | 2024-08-05T16:05:21.695Z | Compiling bytecount v0.6.8 |
429 | 2024-08-05T16:05:21.889Z | Compiling fnv v1.0.7 |
430 | 2024-08-05T16:05:21.913Z | Compiling strsim v0.11.1 |
431 | 2024-08-05T16:05:22.017Z | Compiling papergrid v0.11.0 |
432 | 2024-08-05T16:05:22.112Z | Compiling memmap v0.7.0 |
433 | 2024-08-05T16:05:22.296Z | Compiling clap_builder v4.5.13 |
434 | 2024-08-05T16:05:22.871Z | Compiling swrite v0.1.0 |
435 | 2024-08-05T16:05:24.678Z | Compiling tabled_derive v0.7.0 |
436 | 2024-08-05T16:05:26.114Z | Compiling tabled v0.15.0 |
437 | 2024-08-05T16:05:28.108Z | Compiling serde_derive v1.0.204 |
438 | 2024-08-05T16:05:28.108Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-08-05T16:05:28.110Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-08-05T16:05:28.110Z | Compiling scroll_derive v0.12.0 |
441 | 2024-08-05T16:05:28.110Z | Compiling clap_derive v4.5.13 |
442 | 2024-08-05T16:05:29.219Z | Compiling scroll v0.12.0 |
443 | 2024-08-05T16:05:29.796Z | Compiling goblin v0.8.2 |
444 | 2024-08-05T16:05:30.075Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-05T16:05:30.640Z | Compiling pest v2.7.10 |
446 | 2024-08-05T16:05:32.143Z | Compiling clap v4.5.13 |
447 | 2024-08-05T16:05:32.879Z | Compiling pest_meta v2.7.10 |
448 | 2024-08-05T16:05:33.669Z | Compiling pest_generator v2.7.10 |
449 | 2024-08-05T16:05:35.572Z | Compiling pest_derive v2.7.10 |
450 | 2024-08-05T16:05:36.206Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-08-05T16:05:38.223Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-05T16:05:38.223Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-05T16:05:38.225Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-05T16:05:38.609Z | Compiling serde_tokenstream v0.2.1 |
455 | 2024-08-05T16:05:38.664Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-05T16:05:38.838Z | Compiling macaddr v1.0.1 |
457 | 2024-08-05T16:05:39.601Z | Compiling dof v0.3.0 |
458 | 2024-08-05T16:05:39.601Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-08-05T16:05:41.524Z | Compiling toml v0.8.19 |
460 | 2024-08-05T16:05:41.653Z | Compiling usdt-macro v0.5.0 |
461 | 2024-08-05T16:05:41.656Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-05T16:05:42.356Z | Compiling cargo_toml v0.20.4 |
463 | 2024-08-05T16:05:42.969Z | Compiling usdt v0.5.0 |
464 | 2024-08-05T16:05:46.062Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-08-05T16:05:49.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.58s |
466 | 2024-08-05T16:05:50.054Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-08-05T16:05:50.578Z | Downloading crates ... |
468 | 2024-08-05T16:05:50.700Z | Downloaded assert_matches v1.5.0 |
469 | 2024-08-05T16:05:50.709Z | Downloaded atomicwrites v0.4.3 |
470 | 2024-08-05T16:05:50.713Z | Downloaded is-terminal v0.4.12 |
471 | 2024-08-05T16:05:50.716Z | Downloaded impl-trait-for-tuples v0.2.2 |
472 | 2024-08-05T16:05:50.720Z | Downloaded indexmap v1.9.3 |
473 | 2024-08-05T16:05:50.725Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-08-05T16:05:50.728Z | Downloaded openssl-probe v0.1.5 |
475 | 2024-08-05T16:05:50.728Z | Downloaded number_prefix v0.4.0 |
476 | 2024-08-05T16:05:50.728Z | Downloaded normalize-line-endings v0.3.0 |
477 | 2024-08-05T16:05:50.733Z | Downloaded num_threads v0.1.7 |
478 | 2024-08-05T16:05:50.733Z | Downloaded newtype_derive v0.1.6 |
479 | 2024-08-05T16:05:50.733Z | Downloaded atty v0.2.14 |
480 | 2024-08-05T16:05:50.737Z | Downloaded parse-size v1.0.0 |
481 | 2024-08-05T16:05:50.737Z | Downloaded nodrop v0.1.14 |
482 | 2024-08-05T16:05:50.737Z | Downloaded inout v0.1.3 |
483 | 2024-08-05T16:05:50.737Z | Downloaded crucible-workspace-hack v0.1.0 |
484 | 2024-08-05T16:05:50.737Z | Downloaded indoc v1.0.9 |
485 | 2024-08-05T16:05:50.740Z | Downloaded matches v0.1.10 |
486 | 2024-08-05T16:05:50.740Z | Downloaded mime v0.3.17 |
487 | 2024-08-05T16:05:50.743Z | Downloaded oso-derive v0.27.3 |
488 | 2024-08-05T16:05:50.743Z | Downloaded darling_macro v0.20.9 |
489 | 2024-08-05T16:05:50.743Z | Downloaded lru-cache v0.1.2 |
490 | 2024-08-05T16:05:50.745Z | Downloaded linked-hash-map v0.5.6 |
491 | 2024-08-05T16:05:50.746Z | Downloaded libefi-sys v0.1.0 |
492 | 2024-08-05T16:05:50.748Z | Downloaded async-stream v0.3.5 |
493 | 2024-08-05T16:05:50.748Z | Downloaded num_enum v0.5.11 |
494 | 2024-08-05T16:05:50.754Z | Downloaded multimap v0.10.0 |
495 | 2024-08-05T16:05:50.757Z | Downloaded num v0.4.3 |
496 | 2024-08-05T16:05:50.757Z | Downloaded base16ct v0.2.0 |
497 | 2024-08-05T16:05:50.760Z | Downloaded ipnet v2.9.0 |
498 | 2024-08-05T16:05:50.760Z | Downloaded array-init v0.0.4 |
499 | 2024-08-05T16:05:50.763Z | Downloaded is_ci v1.2.0 |
500 | 2024-08-05T16:05:50.763Z | Downloaded constant_time_eq v0.3.0 |
501 | 2024-08-05T16:05:50.763Z | Downloaded bit-vec v0.6.3 |
502 | 2024-08-05T16:05:50.769Z | Downloaded paste v1.0.15 |
503 | 2024-08-05T16:05:50.772Z | Downloaded atomic-waker v1.1.2 |
504 | 2024-08-05T16:05:50.772Z | Downloaded signal-hook-tokio v0.3.1 |
505 | 2024-08-05T16:05:50.772Z | Downloaded num-complex v0.4.6 |
506 | 2024-08-05T16:05:50.775Z | Downloaded crc v3.2.1 |
507 | 2024-08-05T16:05:50.777Z | Downloaded parking_lot_core v0.8.6 |
508 | 2024-08-05T16:05:50.780Z | Downloaded block-padding v0.3.3 |
509 | 2024-08-05T16:05:50.780Z | Downloaded bitflags v1.3.2 |
510 | 2024-08-05T16:05:50.783Z | Downloaded ciborium-ll v0.2.2 |
511 | 2024-08-05T16:05:50.787Z | Downloaded num-conv v0.1.0 |
512 | 2024-08-05T16:05:50.787Z | Downloaded colored v2.1.0 |
513 | 2024-08-05T16:05:50.790Z | Downloaded bitfield v0.14.0 |
514 | 2024-08-05T16:05:50.790Z | Downloaded parking_lot v0.11.2 |
515 | 2024-08-05T16:05:50.793Z | Downloaded opaque-debug v0.3.1 |
516 | 2024-08-05T16:05:50.793Z | Downloaded defmt-parser v0.3.4 |
517 | 2024-08-05T16:05:50.796Z | Downloaded openssl-macros v0.1.1 |
518 | 2024-08-05T16:05:50.796Z | Downloaded base64ct v1.6.0 |
519 | 2024-08-05T16:05:50.800Z | Downloaded async-trait v0.1.81 |
520 | 2024-08-05T16:05:50.803Z | Downloaded olpc-cjson v0.1.3 |
521 | 2024-08-05T16:05:50.803Z | Downloaded strum v0.26.3 |
522 | 2024-08-05T16:05:50.806Z | Downloaded bitstruct v0.1.1 |
523 | 2024-08-05T16:05:50.806Z | Downloaded lazycell v1.3.0 |
524 | 2024-08-05T16:05:50.806Z | Downloaded lalrpop-util v0.19.12 |
525 | 2024-08-05T16:05:50.809Z | Downloaded newtype-uuid v1.1.0 |
526 | 2024-08-05T16:05:50.809Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-08-05T16:05:50.809Z | Downloaded omicron-zone-package v0.11.0 |
528 | 2024-08-05T16:05:50.812Z | Downloaded num-traits v0.2.19 |
529 | 2024-08-05T16:05:50.815Z | Downloaded crunchy v0.2.2 |
530 | 2024-08-05T16:05:50.817Z | Downloaded tower-service v0.3.2 |
531 | 2024-08-05T16:05:50.817Z | Downloaded console v0.15.8 |
532 | 2024-08-05T16:05:50.821Z | Downloaded const_format_proc_macros v0.2.32 |
533 | 2024-08-05T16:05:50.825Z | Downloaded ciborium v0.2.2 |
534 | 2024-08-05T16:05:50.828Z | Downloaded slab v0.4.9 |
535 | 2024-08-05T16:05:50.828Z | Downloaded num-derive v0.4.2 |
536 | 2024-08-05T16:05:50.828Z | Downloaded argon2 v0.5.3 |
537 | 2024-08-05T16:05:50.832Z | Downloaded maybe-uninit v2.0.0 |
538 | 2024-08-05T16:05:50.836Z | Downloaded nibble_vec v0.1.0 |
539 | 2024-08-05T16:05:50.836Z | Downloaded nanorand v0.7.0 |
540 | 2024-08-05T16:05:50.839Z | Downloaded structmeta-derive v0.3.0 |
541 | 2024-08-05T16:05:50.839Z | Downloaded num_cpus v1.16.0 |
542 | 2024-08-05T16:05:50.843Z | Downloaded managed v0.8.0 |
543 | 2024-08-05T16:05:50.843Z | Downloaded arrayvec v0.7.4 |
544 | 2024-08-05T16:05:50.847Z | Downloaded lru v0.12.3 |
545 | 2024-08-05T16:05:50.847Z | Downloaded debug-ignore v1.0.5 |
546 | 2024-08-05T16:05:50.850Z | Downloaded ident_case v1.0.1 |
547 | 2024-08-05T16:05:50.850Z | Downloaded darling v0.20.9 |
548 | 2024-08-05T16:05:50.853Z | Downloaded cancel-safe-futures v0.1.5 |
549 | 2024-08-05T16:05:50.856Z | Downloaded tabwriter v1.4.0 |
550 | 2024-08-05T16:05:50.856Z | Downloaded cipher v0.4.4 |
551 | 2024-08-05T16:05:50.859Z | Downloaded convert_case v0.4.0 |
552 | 2024-08-05T16:05:50.859Z | Downloaded cexpr v0.6.0 |
553 | 2024-08-05T16:05:50.862Z | Downloaded cassowary v0.3.0 |
554 | 2024-08-05T16:05:50.865Z | Downloaded thiserror-no-std v2.0.2 |
555 | 2024-08-05T16:05:50.870Z | Downloaded tls_codec v0.4.1 |
556 | 2024-08-05T16:05:50.873Z | Downloaded universal-hash v0.5.1 |
557 | 2024-08-05T16:05:50.873Z | Downloaded unicode-xid v0.2.4 |
558 | 2024-08-05T16:05:50.873Z | Downloaded unicode-truncate v1.0.0 |
559 | 2024-08-05T16:05:50.873Z | Downloaded deranged v0.3.11 |
560 | 2024-08-05T16:05:50.876Z | Downloaded lock_api v0.4.12 |
561 | 2024-08-05T16:05:50.876Z | Downloaded crossbeam-epoch v0.9.18 |
562 | 2024-08-05T16:05:50.879Z | Downloaded fallible-iterator v0.2.0 |
563 | 2024-08-05T16:05:50.882Z | Downloaded miniz_oxide v0.7.2 |
564 | 2024-08-05T16:05:50.885Z | Downloaded defmt-macros v0.3.9 |
565 | 2024-08-05T16:05:50.888Z | Downloaded shell-words v1.1.0 |
566 | 2024-08-05T16:05:50.888Z | Downloaded num-rational v0.4.2 |
567 | 2024-08-05T16:05:50.888Z | Downloaded mime_guess v2.0.4 |
568 | 2024-08-05T16:05:50.891Z | Downloaded owo-colors v4.0.0 |
569 | 2024-08-05T16:05:50.894Z | Downloaded termtree v0.4.1 |
570 | 2024-08-05T16:05:50.894Z | Downloaded group v0.13.0 |
571 | 2024-08-05T16:05:50.897Z | Downloaded funty v2.0.0 |
572 | 2024-08-05T16:05:50.897Z | Downloaded slog-stdlog v4.1.1 |
573 | 2024-08-05T16:05:50.900Z | Downloaded phf_shared v0.11.2 |
574 | 2024-08-05T16:05:50.900Z | Downloaded parking_lot_core v0.9.10 |
575 | 2024-08-05T16:05:50.904Z | Downloaded cookie v0.18.1 |
576 | 2024-08-05T16:05:50.912Z | Downloaded blake2 v0.10.6 |
577 | 2024-08-05T16:05:50.912Z | Downloaded thiserror-impl-no-std v2.0.2 |
578 | 2024-08-05T16:05:50.912Z | Downloaded termcolor v1.4.1 |
579 | 2024-08-05T16:05:50.912Z | Downloaded arc-swap v1.7.1 |
580 | 2024-08-05T16:05:50.916Z | Downloaded password-hash v0.5.0 |
581 | 2024-08-05T16:05:50.920Z | Downloaded tokio-rustls v0.24.1 |
582 | 2024-08-05T16:05:50.920Z | Downloaded clang-sys v1.7.0 |
583 | 2024-08-05T16:05:50.924Z | Downloaded want v0.3.1 |
584 | 2024-08-05T16:05:50.924Z | Downloaded fxhash v0.2.1 |
585 | 2024-08-05T16:05:50.924Z | Downloaded erased-serde v0.3.31 |
586 | 2024-08-05T16:05:50.927Z | Downloaded form_urlencoded v1.2.1 |
587 | 2024-08-05T16:05:50.927Z | Downloaded der_derive v0.7.2 |
588 | 2024-08-05T16:05:50.927Z | Downloaded semver v0.1.20 |
589 | 2024-08-05T16:05:50.930Z | Downloaded fragile v2.0.0 |
590 | 2024-08-05T16:05:50.934Z | Downloaded ref-cast-impl v1.0.23 |
591 | 2024-08-05T16:05:50.934Z | Downloaded hyper-tls v0.5.0 |
592 | 2024-08-05T16:05:50.938Z | Downloaded hyper-staticfile v0.9.5 |
593 | 2024-08-05T16:05:50.938Z | Downloaded hubpack v0.1.2 |
594 | 2024-08-05T16:05:50.942Z | Downloaded foreign-types v0.3.2 |
595 | 2024-08-05T16:05:50.942Z | Downloaded parking_lot v0.12.2 |
596 | 2024-08-05T16:05:50.942Z | Downloaded phf_shared v0.10.0 |
597 | 2024-08-05T16:05:50.945Z | Downloaded crc32fast v1.4.0 |
598 | 2024-08-05T16:05:50.945Z | Downloaded cookie v0.17.0 |
599 | 2024-08-05T16:05:50.948Z | Downloaded subtle v2.5.0 |
600 | 2024-08-05T16:05:50.948Z | Downloaded rustc-hash v1.1.0 |
601 | 2024-08-05T16:05:50.951Z | Downloaded ref-cast v1.0.23 |
602 | 2024-08-05T16:05:50.953Z | Downloaded csv-core v0.1.11 |
603 | 2024-08-05T16:05:50.953Z | Downloaded pin-project-internal v1.1.5 |
604 | 2024-08-05T16:05:50.956Z | Downloaded num-bigint v0.4.5 |
605 | 2024-08-05T16:05:50.960Z | Downloaded chacha20poly1305 v0.10.1 |
606 | 2024-08-05T16:05:50.963Z | Downloaded toml v0.5.11 |
607 | 2024-08-05T16:05:50.965Z | Downloaded scopeguard v1.2.0 |
608 | 2024-08-05T16:05:50.968Z | Downloaded peg-runtime v0.8.3 |
609 | 2024-08-05T16:05:50.968Z | Downloaded derive_builder v0.20.0 |
610 | 2024-08-05T16:05:50.971Z | Downloaded sec1 v0.7.3 |
611 | 2024-08-05T16:05:50.974Z | Downloaded foreign-types-shared v0.1.1 |
612 | 2024-08-05T16:05:50.974Z | Downloaded enum-as-inner v0.5.1 |
613 | 2024-08-05T16:05:50.978Z | Downloaded dyn-clone v1.0.17 |
614 | 2024-08-05T16:05:50.981Z | Downloaded which v4.4.2 |
615 | 2024-08-05T16:05:50.981Z | Downloaded gethostname v0.5.0 |
616 | 2024-08-05T16:05:50.981Z | Downloaded derive-where v1.2.7 |
617 | 2024-08-05T16:05:50.984Z | Downloaded diesel_table_macro_syntax v0.1.0 |
618 | 2024-08-05T16:05:50.987Z | Downloaded tokio-macros v2.3.0 |
619 | 2024-08-05T16:05:50.987Z | Downloaded tui-tree-widget v0.21.0 |
620 | 2024-08-05T16:05:50.989Z | Downloaded smawk v0.3.2 |
621 | 2024-08-05T16:05:50.990Z | Downloaded secrecy v0.8.0 |
622 | 2024-08-05T16:05:50.992Z | Downloaded uzers v0.11.3 |
623 | 2024-08-05T16:05:50.995Z | Downloaded openssl-sys v0.9.103 |
624 | 2024-08-05T16:05:50.998Z | Downloaded headers-core v0.2.0 |
625 | 2024-08-05T16:05:51.003Z | Downloaded phf v0.11.2 |
626 | 2024-08-05T16:05:51.003Z | Downloaded postgres-protocol v0.6.7 |
627 | 2024-08-05T16:05:51.006Z | Downloaded half v2.4.1 |
628 | 2024-08-05T16:05:51.006Z | Downloaded derive_builder_macro v0.20.0 |
629 | 2024-08-05T16:05:51.009Z | Downloaded pin-project v1.1.5 |
630 | 2024-08-05T16:05:51.017Z | Downloaded serde_arrays v0.1.0 |
631 | 2024-08-05T16:05:51.020Z | Downloaded sha1 v0.10.6 |
632 | 2024-08-05T16:05:51.022Z | Downloaded spki v0.7.3 |
633 | 2024-08-05T16:05:51.023Z | Downloaded rustc-demangle v0.1.24 |
634 | 2024-08-05T16:05:51.027Z | Downloaded walkdir v2.5.0 |
635 | 2024-08-05T16:05:51.032Z | Downloaded utf-8 v0.7.6 |
636 | 2024-08-05T16:05:51.032Z | Downloaded try-lock v0.2.5 |
637 | 2024-08-05T16:05:51.032Z | Downloaded rand_seeder v0.2.3 |
638 | 2024-08-05T16:05:51.033Z | Downloaded allocator-api2 v0.2.18 |
639 | 2024-08-05T16:05:51.036Z | Downloaded env_logger v0.10.2 |
640 | 2024-08-05T16:05:51.039Z | Downloaded precomputed-hash v0.1.1 |
641 | 2024-08-05T16:05:51.039Z | Downloaded base64 v0.21.7 |
642 | 2024-08-05T16:05:51.042Z | Downloaded futures-channel v0.3.30 |
643 | 2024-08-05T16:05:51.044Z | Downloaded vte_generate_state_changes v0.1.1 |
644 | 2024-08-05T16:05:51.044Z | Downloaded snafu-derive v0.8.2 |
645 | 2024-08-05T16:05:51.047Z | Downloaded rustversion v1.0.17 |
646 | 2024-08-05T16:05:51.051Z | Downloaded display-error-chain v0.2.0 |
647 | 2024-08-05T16:05:51.051Z | Downloaded futures-macro v0.3.30 |
648 | 2024-08-05T16:05:51.055Z | Downloaded tokio-native-tls v0.3.1 |
649 | 2024-08-05T16:05:51.055Z | Downloaded structmeta-derive v0.2.0 |
650 | 2024-08-05T16:05:51.055Z | Downloaded toml v0.7.8 |
651 | 2024-08-05T16:05:51.058Z | Downloaded tungstenite v0.21.0 |
652 | 2024-08-05T16:05:51.061Z | Downloaded snafu v0.8.2 |
653 | 2024-08-05T16:05:51.068Z | Downloaded psl-types v2.0.11 |
654 | 2024-08-05T16:05:51.071Z | Downloaded hubpack_derive v0.1.1 |
655 | 2024-08-05T16:05:51.071Z | Downloaded rustfmt-wrapper v0.2.1 |
656 | 2024-08-05T16:05:51.071Z | Downloaded spin v0.9.8 |
657 | 2024-08-05T16:05:51.075Z | Downloaded foreign-types-macros v0.2.3 |
658 | 2024-08-05T16:05:51.075Z | Downloaded rpassword v7.3.1 |
659 | 2024-08-05T16:05:51.078Z | Downloaded predicates v3.1.2 |
660 | 2024-08-05T16:05:51.078Z | Downloaded zeroize v1.7.0 |
661 | 2024-08-05T16:05:51.081Z | Downloaded darling_core v0.20.9 |
662 | 2024-08-05T16:05:51.084Z | Downloaded signal-hook-registry v1.4.2 |
663 | 2024-08-05T16:05:51.087Z | Downloaded strum_macros v0.25.3 |
664 | 2024-08-05T16:05:51.087Z | Downloaded signature v2.2.0 |
665 | 2024-08-05T16:05:51.090Z | Downloaded hyper-rustls v0.24.2 |
666 | 2024-08-05T16:05:51.093Z | Downloaded sct v0.7.1 |
667 | 2024-08-05T16:05:51.098Z | Downloaded futures v0.3.30 |
668 | 2024-08-05T16:05:51.102Z | Downloaded flume v0.11.0 |
669 | 2024-08-05T16:05:51.108Z | Downloaded futures-task v0.3.30 |
670 | 2024-08-05T16:05:51.113Z | Downloaded signal-hook-mio v0.2.3 |
671 | 2024-08-05T16:05:51.113Z | Downloaded serde_repr v0.1.19 |
672 | 2024-08-05T16:05:51.113Z | Downloaded path-slash v0.1.5 |
673 | 2024-08-05T16:05:51.113Z | Downloaded pretty-hex v0.2.1 |
674 | 2024-08-05T16:05:51.120Z | Downloaded float-ord v0.3.2 |
675 | 2024-08-05T16:05:51.123Z | Downloaded slog-scope v4.4.0 |
676 | 2024-08-05T16:05:51.126Z | Downloaded subprocess v0.2.9 |
677 | 2024-08-05T16:05:51.126Z | Downloaded tempfile v3.10.1 |
678 | 2024-08-05T16:05:51.129Z | Downloaded publicsuffix v2.2.3 |
679 | 2024-08-05T16:05:51.132Z | Downloaded endian-type v0.1.2 |
680 | 2024-08-05T16:05:51.134Z | Downloaded const_format v0.2.32 |
681 | 2024-08-05T16:05:51.138Z | Downloaded diff v0.1.13 |
682 | 2024-08-05T16:05:51.140Z | Downloaded derive_more v0.99.18 |
683 | 2024-08-05T16:05:51.145Z | Downloaded humantime v2.1.0 |
684 | 2024-08-05T16:05:51.148Z | Downloaded hmac v0.12.1 |
685 | 2024-08-05T16:05:51.150Z | Downloaded http-range v0.1.5 |
686 | 2024-08-05T16:05:51.150Z | Downloaded downcast v0.11.0 |
687 | 2024-08-05T16:05:51.153Z | Downloaded toolchain_find v0.4.0 |
688 | 2024-08-05T16:05:51.153Z | Downloaded mio v0.8.11 |
689 | 2024-08-05T16:05:51.158Z | Downloaded futures-sink v0.3.30 |
690 | 2024-08-05T16:05:51.161Z | Downloaded proc-macro-crate v1.3.1 |
691 | 2024-08-05T16:05:51.161Z | Downloaded derive_builder_core v0.20.0 |
692 | 2024-08-05T16:05:51.163Z | Downloaded itertools v0.12.1 |
693 | 2024-08-05T16:05:51.169Z | Downloaded take_mut v0.2.2 |
694 | 2024-08-05T16:05:51.172Z | Downloaded foreign-types v0.5.0 |
695 | 2024-08-05T16:05:51.172Z | Downloaded unicode_categories v0.1.1 |
696 | 2024-08-05T16:05:51.175Z | Downloaded unicase v2.7.0 |
697 | 2024-08-05T16:05:51.175Z | Downloaded foreign-types-shared v0.3.1 |
698 | 2024-08-05T16:05:51.179Z | Downloaded tap v1.0.1 |
699 | 2024-08-05T16:05:51.179Z | Downloaded unarray v0.1.4 |
700 | 2024-08-05T16:05:51.179Z | Downloaded static_assertions v1.1.0 |
701 | 2024-08-05T16:05:51.182Z | Downloaded predicates-tree v1.0.9 |
702 | 2024-08-05T16:05:51.182Z | Downloaded predicates-core v1.0.6 |
703 | 2024-08-05T16:05:51.182Z | Downloaded float-cmp v0.9.0 |
704 | 2024-08-05T16:05:51.185Z | Downloaded tokio-stream v0.1.15 |
705 | 2024-08-05T16:05:51.188Z | Downloaded stable_deref_trait v1.2.0 |
706 | 2024-08-05T16:05:51.188Z | Downloaded tungstenite v0.20.1 |
707 | 2024-08-05T16:05:51.191Z | Downloaded tracing-attributes v0.1.27 |
708 | 2024-08-05T16:05:51.194Z | Downloaded vsss-rs v3.3.4 |
709 | 2024-08-05T16:05:51.197Z | Downloaded getrandom v0.2.14 |
710 | 2024-08-05T16:05:51.199Z | Downloaded portpicker v0.1.1 |
711 | 2024-08-05T16:05:51.202Z | Downloaded nom v7.1.3 |
712 | 2024-08-05T16:05:51.205Z | Downloaded itertools v0.10.5 |
713 | 2024-08-05T16:05:51.212Z | Downloaded strip-ansi-escapes v0.2.0 |
714 | 2024-08-05T16:05:51.215Z | Downloaded serde_plain v1.0.2 |
715 | 2024-08-05T16:05:51.215Z | Downloaded rand_chacha v0.3.1 |
716 | 2024-08-05T16:05:51.218Z | Downloaded waitgroup v0.1.2 |
717 | 2024-08-05T16:05:51.218Z | Downloaded futures-io v0.3.30 |
718 | 2024-08-05T16:05:51.218Z | Downloaded sqlparser_derive v0.2.2 |
719 | 2024-08-05T16:05:51.221Z | Downloaded futures-executor v0.3.30 |
720 | 2024-08-05T16:05:51.221Z | Downloaded hex v0.4.3 |
721 | 2024-08-05T16:05:51.225Z | Downloaded typed-path v0.7.1 |
722 | 2024-08-05T16:05:51.227Z | Downloaded tough v0.17.1 |
723 | 2024-08-05T16:05:51.235Z | Downloaded url v2.5.2 |
724 | 2024-08-05T16:05:51.238Z | Downloaded time-core v0.1.2 |
725 | 2024-08-05T16:05:51.241Z | Downloaded hash32 v0.3.1 |
726 | 2024-08-05T16:05:51.241Z | Downloaded filetime v0.2.23 |
727 | 2024-08-05T16:05:51.244Z | Downloaded tracing-core v0.1.32 |
728 | 2024-08-05T16:05:51.247Z | Downloaded slog-json v2.6.1 |
729 | 2024-08-05T16:05:51.247Z | Downloaded slog-async v2.8.0 |
730 | 2024-08-05T16:05:51.250Z | Downloaded steno v0.4.1 |
731 | 2024-08-05T16:05:51.253Z | Downloaded tiny-keccak v2.0.2 |
732 | 2024-08-05T16:05:51.255Z | Downloaded rustc_version v0.1.7 |
733 | 2024-08-05T16:05:51.256Z | Downloaded heapless v0.7.17 |
734 | 2024-08-05T16:05:51.259Z | Downloaded rand v0.8.5 |
735 | 2024-08-05T16:05:51.262Z | Downloaded zone_cfg_derive v0.1.2 |
736 | 2024-08-05T16:05:51.265Z | Downloaded untrusted v0.7.1 |
737 | 2024-08-05T16:05:51.265Z | Downloaded supports-color v3.0.0 |
738 | 2024-08-05T16:05:51.268Z | Downloaded highway v1.1.0 |
739 | 2024-08-05T16:05:51.268Z | Downloaded whoami v1.5.1 |
740 | 2024-08-05T16:05:51.270Z | Downloaded tinyvec v1.6.0 |
741 | 2024-08-05T16:05:51.273Z | Downloaded untrusted v0.9.0 |
742 | 2024-08-05T16:05:51.276Z | Downloaded pkg-config v0.3.30 |
743 | 2024-08-05T16:05:51.276Z | Downloaded embedded-io v0.4.0 |
744 | 2024-08-05T16:05:51.279Z | Downloaded serde_path_to_error v0.1.16 |
745 | 2024-08-05T16:05:51.279Z | Downloaded unicode-linebreak v0.1.5 |
746 | 2024-08-05T16:05:51.286Z | Downloaded smallvec v0.6.14 |
747 | 2024-08-05T16:05:51.286Z | Downloaded postcard v1.0.8 |
748 | 2024-08-05T16:05:51.288Z | Downloaded slog-term v2.9.1 |
749 | 2024-08-05T16:05:51.289Z | Downloaded trust-dns-resolver v0.22.0 |
750 | 2024-08-05T16:05:51.291Z | Downloaded hash32 v0.2.1 |
751 | 2024-08-05T16:05:51.291Z | Downloaded getopts v0.2.21 |
752 | 2024-08-05T16:05:51.294Z | Downloaded rustls-pki-types v1.7.0 |
753 | 2024-08-05T16:05:51.297Z | Downloaded schemars v0.8.21 |
754 | 2024-08-05T16:05:51.306Z | Downloaded regex-automata v0.1.10 |
755 | 2024-08-05T16:05:51.310Z | Downloaded resolv-conf v0.7.0 |
756 | 2024-08-05T16:05:51.313Z | Downloaded heck v0.3.3 |
757 | 2024-08-05T16:05:51.316Z | Downloaded dirs-next v2.0.0 |
758 | 2024-08-05T16:05:51.316Z | Downloaded zeroize_derive v1.4.2 |
759 | 2024-08-05T16:05:51.316Z | Downloaded wyz v0.5.1 |
760 | 2024-08-05T16:05:51.319Z | Downloaded zone v0.1.8 |
761 | 2024-08-05T16:05:51.319Z | Downloaded crossterm v0.27.0 |
762 | 2024-08-05T16:05:51.323Z | Downloaded rtoolbox v0.0.2 |
763 | 2024-08-05T16:05:51.326Z | Downloaded ron v0.7.1 |
764 | 2024-08-05T16:05:51.329Z | Downloaded fastrand v2.1.0 |
765 | 2024-08-05T16:05:51.332Z | Downloaded httpdate v1.0.3 |
766 | 2024-08-05T16:05:51.332Z | Downloaded hostname v0.4.0 |
767 | 2024-08-05T16:05:51.335Z | Downloaded serde_derive_internals v0.29.1 |
768 | 2024-08-05T16:05:51.335Z | Downloaded serde_with v3.8.3 |
769 | 2024-08-05T16:05:51.343Z | Downloaded pkcs1 v0.7.5 |
770 | 2024-08-05T16:05:51.345Z | Downloaded rayon-core v1.12.1 |
771 | 2024-08-05T16:05:51.348Z | Downloaded signal-hook v0.3.17 |
772 | 2024-08-05T16:05:51.351Z | Downloaded unicode-normalization v0.1.23 |
773 | 2024-08-05T16:05:51.354Z | Downloaded unsafe-libyaml v0.2.11 |
774 | 2024-08-05T16:05:51.357Z | Downloaded tokio-rustls v0.25.0 |
775 | 2024-08-05T16:05:51.360Z | Downloaded trust-dns-client v0.22.0 |
776 | 2024-08-05T16:05:51.365Z | Downloaded samael v0.0.15 |
777 | 2024-08-05T16:05:51.369Z | Downloaded socket2 v0.4.10 |
778 | 2024-08-05T16:05:51.372Z | Downloaded fatfs v0.3.6 |
779 | 2024-08-05T16:05:51.375Z | Downloaded h2 v0.3.26 |
780 | 2024-08-05T16:05:51.380Z | Downloaded similar v2.5.0 |
781 | 2024-08-05T16:05:51.385Z | Downloaded prettyplease v0.2.20 |
782 | 2024-08-05T16:05:51.388Z | Downloaded rustls-webpki v0.101.7 |
783 | 2024-08-05T16:05:51.401Z | Downloaded x509-cert v0.2.5 |
784 | 2024-08-05T16:05:51.406Z | Downloaded textwrap v0.16.1 |
785 | 2024-08-05T16:05:51.410Z | Downloaded http v0.2.12 |
786 | 2024-08-05T16:05:51.413Z | Downloaded time v0.3.36 |
787 | 2024-08-05T16:05:51.420Z | Downloaded hashbrown v0.12.3 |
788 | 2024-08-05T16:05:51.423Z | Downloaded zip v0.6.6 |
789 | 2024-08-05T16:05:51.427Z | Downloaded winnow v0.5.40 |
790 | 2024-08-05T16:05:51.435Z | Downloaded flate2 v1.0.31 |
791 | 2024-08-05T16:05:51.440Z | Downloaded unicode-bidi v0.3.15 |
792 | 2024-08-05T16:05:51.443Z | Downloaded tokio-util v0.7.11 |
793 | 2024-08-05T16:05:51.449Z | Downloaded openssl v0.10.66 |
794 | 2024-08-05T16:05:51.458Z | Downloaded ron v0.8.1 |
795 | 2024-08-05T16:05:51.464Z | Downloaded hashbrown v0.13.2 |
796 | 2024-08-05T16:05:51.467Z | Downloaded quick-xml v0.31.0 |
797 | 2024-08-05T16:05:51.473Z | Downloaded reedline v0.31.0 |
798 | 2024-08-05T16:05:51.481Z | Downloaded heapless v0.8.0 |
799 | 2024-08-05T16:05:51.484Z | Downloaded object v0.32.2 |
800 | 2024-08-05T16:05:51.495Z | Downloaded object v0.30.4 |
801 | 2024-08-05T16:05:51.503Z | Downloaded rayon v1.10.0 |
802 | 2024-08-05T16:05:51.512Z | Downloaded rsa v0.9.6 |
803 | 2024-08-05T16:05:51.517Z | Downloaded webpki-roots v0.25.4 |
804 | 2024-08-05T16:05:51.521Z | Downloaded regex v1.10.5 |
805 | 2024-08-05T16:05:51.533Z | Downloaded vcpkg v0.2.15 |
806 | 2024-08-05T16:05:51.570Z | Downloaded rustyline v14.0.0 |
807 | 2024-08-05T16:05:51.576Z | Downloaded chrono v0.4.38 |
808 | 2024-08-05T16:05:51.582Z | Downloaded bitvec v1.0.1 |
809 | 2024-08-05T16:05:51.596Z | Downloaded idna v0.5.0 |
810 | 2024-08-05T16:05:51.602Z | Downloaded portable-atomic v1.6.0 |
811 | 2024-08-05T16:05:51.607Z | Downloaded diesel v2.1.6 |
812 | 2024-08-05T16:05:51.624Z | Downloaded idna v0.3.0 |
813 | 2024-08-05T16:05:51.630Z | Downloaded regress v0.9.1 |
814 | 2024-08-05T16:05:51.639Z | Downloaded regex-syntax v0.8.3 |
815 | 2024-08-05T16:05:51.647Z | Downloaded proptest v1.4.0 |
816 | 2024-08-05T16:05:51.656Z | Downloaded radix_trie v0.2.1 |
817 | 2024-08-05T16:05:51.661Z | Downloaded hkdf v0.12.4 |
818 | 2024-08-05T16:05:51.663Z | Downloaded gimli v0.28.1 |
819 | 2024-08-05T16:05:51.670Z | Downloaded rustls v0.22.4 |
820 | 2024-08-05T16:05:51.683Z | Downloaded reqwest v0.11.27 |
821 | 2024-08-05T16:05:51.690Z | Downloaded sqlparser v0.45.0 |
822 | 2024-08-05T16:05:51.696Z | Downloaded curve25519-dalek v4.1.3 |
823 | 2024-08-05T16:05:51.704Z | Downloaded hyper v0.14.30 |
824 | 2024-08-05T16:05:51.712Z | Downloaded trust-dns-proto v0.22.0 |
825 | 2024-08-05T16:05:51.724Z | Downloaded petgraph v0.6.5 |
826 | 2024-08-05T16:05:51.742Z | Downloaded rustls v0.21.12 |
827 | 2024-08-05T16:05:51.753Z | Downloaded sha3 v0.10.8 |
828 | 2024-08-05T16:05:51.759Z | Downloaded regex-syntax v0.6.29 |
829 | 2024-08-05T16:05:51.765Z | Downloaded bstr v0.2.17 |
830 | 2024-08-05T16:05:51.774Z | Downloaded smoltcp v0.11.0 |
831 | 2024-08-05T16:05:51.786Z | Downloaded polar-core v0.27.3 |
832 | 2024-08-05T16:05:51.795Z | Downloaded idna v0.2.3 |
833 | 2024-08-05T16:05:51.802Z | Downloaded bstr v1.9.1 |
834 | 2024-08-05T16:05:51.814Z | Downloaded encoding_rs v0.8.34 |
835 | 2024-08-05T16:05:51.833Z | Downloaded openapiv3 v2.0.0 |
836 | 2024-08-05T16:05:51.846Z | Downloaded nix v0.28.0 |
837 | 2024-08-05T16:05:51.857Z | Downloaded bindgen v0.69.4 |
838 | 2024-08-05T16:05:51.864Z | Downloaded sled v0.34.7 |
839 | 2024-08-05T16:05:51.874Z | Downloaded smoltcp v0.9.1 |
840 | 2024-08-05T16:05:51.884Z | Downloaded nix v0.27.1 |
841 | 2024-08-05T16:05:51.895Z | Downloaded ratatui v0.27.0 |
842 | 2024-08-05T16:05:51.913Z | Downloaded aho-corasick v1.1.3 |
843 | 2024-08-05T16:05:51.919Z | Downloaded zerocopy-derive v0.6.6 |
844 | 2024-08-05T16:05:51.929Z | Downloaded futures-util v0.3.30 |
845 | 2024-08-05T16:05:51.942Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-08-05T16:05:51.954Z | Downloaded regex-automata v0.4.6 |
847 | 2024-08-05T16:05:51.971Z | Downloaded http v1.1.0 |
848 | 2024-08-05T16:05:51.975Z | Downloaded finl_unicode v1.2.0 |
849 | 2024-08-05T16:05:51.990Z | Downloaded blake3 v1.5.1 |
850 | 2024-08-05T16:05:51.997Z | Downloaded tokio v1.38.1 |
851 | 2024-08-05T16:05:52.031Z | Downloaded csv v1.3.0 |
852 | 2024-08-05T16:05:52.052Z | Downloaded rustls-webpki v0.102.4 |
853 | 2024-08-05T16:05:52.068Z | Downloaded socket2 v0.5.7 |
854 | 2024-08-05T16:05:52.072Z | Downloaded lalrpop v0.19.12 |
855 | 2024-08-05T16:05:52.080Z | Downloaded tokio-tungstenite v0.20.1 |
856 | 2024-08-05T16:05:52.083Z | Downloaded trust-dns-server v0.22.1 |
857 | 2024-08-05T16:05:52.087Z | Downloaded ring v0.16.20 |
858 | 2024-08-05T16:05:52.168Z | Downloaded time-macros v0.2.18 |
859 | 2024-08-05T16:05:52.171Z | Downloaded thread_local v1.1.8 |
860 | 2024-08-05T16:05:52.173Z | Downloaded zerocopy v0.6.6 |
861 | 2024-08-05T16:05:52.173Z | Downloaded itertools v0.13.0 |
862 | 2024-08-05T16:05:52.180Z | Downloaded httparse v1.8.0 |
863 | 2024-08-05T16:05:52.182Z | Downloaded uuid v1.10.0 |
864 | 2024-08-05T16:05:52.185Z | Downloaded shlex v1.3.0 |
865 | 2024-08-05T16:05:52.185Z | Downloaded diesel_derives v2.1.4 |
866 | 2024-08-05T16:05:52.189Z | Downloaded num-bigint-dig v0.8.4 |
867 | 2024-08-05T16:05:52.194Z | Downloaded radium v0.7.0 |
868 | 2024-08-05T16:05:52.197Z | Downloaded tokio-tungstenite v0.21.0 |
869 | 2024-08-05T16:05:52.200Z | Downloaded expectorate v1.1.0 |
870 | 2024-08-05T16:05:52.200Z | Downloaded futures-core v0.3.30 |
871 | 2024-08-05T16:05:52.202Z | Downloaded strum_macros v0.26.4 |
872 | 2024-08-05T16:05:52.203Z | Downloaded termios v0.3.3 |
873 | 2024-08-05T16:05:52.205Z | Downloaded rcgen v0.12.1 |
874 | 2024-08-05T16:05:52.208Z | Downloaded libxml v0.3.3 |
875 | 2024-08-05T16:05:52.211Z | Downloaded sync_wrapper v0.1.2 |
876 | 2024-08-05T16:05:52.214Z | Downloaded slog-dtrace v0.3.0 |
877 | 2024-08-05T16:05:52.214Z | Downloaded serde-hex v0.1.0 |
878 | 2024-08-05T16:05:52.218Z | Downloaded scheduled-thread-pool v0.2.7 |
879 | 2024-08-05T16:05:52.218Z | Downloaded peg v0.8.4 |
880 | 2024-08-05T16:05:52.221Z | Downloaded http-body v0.4.6 |
881 | 2024-08-05T16:05:52.221Z | Downloaded tokio-postgres v0.7.11 |
882 | 2024-08-05T16:05:52.225Z | Downloaded serde_yaml v0.9.34+deprecated |
883 | 2024-08-05T16:05:52.228Z | Downloaded slog-envlogger v2.2.0 |
884 | 2024-08-05T16:05:52.231Z | Downloaded ppv-lite86 v0.2.17 |
885 | 2024-08-05T16:05:52.231Z | Downloaded headers v0.3.9 |
886 | 2024-08-05T16:05:52.235Z | Downloaded toml_edit v0.19.15 |
887 | 2024-08-05T16:05:52.251Z | Downloaded pin-utils v0.1.0 |
888 | 2024-08-05T16:05:52.255Z | Downloaded ena v0.14.3 |
889 | 2024-08-05T16:05:52.255Z | Downloaded vte v0.11.1 |
890 | 2024-08-05T16:05:52.255Z | Downloaded tar v0.4.41 |
891 | 2024-08-05T16:05:52.259Z | Downloaded flagset v0.4.5 |
892 | 2024-08-05T16:05:52.259Z | Downloaded fixedbitset v0.4.2 |
893 | 2024-08-05T16:05:52.262Z | Downloaded difflib v0.4.0 |
894 | 2024-08-05T16:05:52.262Z | Downloaded topological-sort v0.2.2 |
895 | 2024-08-05T16:05:52.262Z | Downloaded sqlformat v0.2.4 |
896 | 2024-08-05T16:05:52.262Z | Downloaded rustls-pemfile v2.1.2 |
897 | 2024-08-05T16:05:52.267Z | Downloaded pkcs8 v0.10.2 |
898 | 2024-08-05T16:05:52.267Z | Downloaded unicode-segmentation v1.11.0 |
899 | 2024-08-05T16:05:52.270Z | Downloaded sigpipe v0.1.3 |
900 | 2024-08-05T16:05:52.270Z | Downloaded stability v0.2.0 |
901 | 2024-08-05T16:05:52.273Z | Downloaded serde-big-array v0.5.1 |
902 | 2024-08-05T16:05:52.273Z | Downloaded structmeta v0.2.0 |
903 | 2024-08-05T16:05:52.273Z | Downloaded spin v0.5.2 |
904 | 2024-08-05T16:05:52.277Z | Downloaded same-file v1.0.6 |
905 | 2024-08-05T16:05:52.278Z | Downloaded r2d2 v0.8.10 |
906 | 2024-08-05T16:05:52.278Z | Downloaded siphasher v0.3.11 |
907 | 2024-08-05T16:05:52.281Z | Downloaded rustls-pemfile v1.0.4 |
908 | 2024-08-05T16:05:52.281Z | Downloaded rustc_version v0.4.0 |
909 | 2024-08-05T16:05:52.281Z | Downloaded wait-timeout v0.2.0 |
910 | 2024-08-05T16:05:52.284Z | Downloaded tls_codec_derive v0.4.1 |
911 | 2024-08-05T16:05:52.284Z | Downloaded strum_macros v0.24.3 |
912 | 2024-08-05T16:05:52.288Z | Downloaded poly1305 v0.8.0 |
913 | 2024-08-05T16:05:52.289Z | Downloaded serde_with_macros v3.8.3 |
914 | 2024-08-05T16:05:52.292Z | Downloaded peg-macros v0.8.4 |
915 | 2024-08-05T16:05:52.292Z | Downloaded ff v0.13.0 |
916 | 2024-08-05T16:05:52.292Z | Downloaded fd-lock v4.0.2 |
917 | 2024-08-05T16:05:52.297Z | Downloaded dirs-sys-next v0.1.2 |
918 | 2024-08-05T16:05:52.297Z | Downloaded rand_xorshift v0.3.0 |
919 | 2024-08-05T16:05:52.297Z | Downloaded rand_core v0.6.4 |
920 | 2024-08-05T16:05:52.300Z | Downloaded quick-error v1.2.3 |
921 | 2024-08-05T16:05:52.300Z | Downloaded crossbeam-channel v0.5.12 |
922 | 2024-08-05T16:05:52.303Z | Downloaded base64 v0.22.1 |
923 | 2024-08-05T16:05:52.306Z | Downloaded base64 v0.13.1 |
924 | 2024-08-05T16:05:52.310Z | Downloaded backtrace v0.3.71 |
925 | 2024-08-05T16:05:52.314Z | Downloaded term v0.7.0 |
926 | 2024-08-05T16:05:52.318Z | Downloaded crossbeam-utils v0.8.19 |
927 | 2024-08-05T16:05:52.318Z | Downloaded crc-any v2.5.0 |
928 | 2024-08-05T16:05:52.321Z | Downloaded tracing v0.1.40 |
929 | 2024-08-05T16:05:52.324Z | Downloaded test-strategy v0.3.1 |
930 | 2024-08-05T16:05:52.326Z | Downloaded smallvec v1.13.2 |
931 | 2024-08-05T16:05:52.329Z | Downloaded ring v0.17.8 |
932 | 2024-08-05T16:05:52.397Z | Downloaded structmeta v0.3.0 |
933 | 2024-08-05T16:05:52.400Z | Downloaded serde_urlencoded v0.7.1 |
934 | 2024-08-05T16:05:52.400Z | Downloaded pin-project-lite v0.2.14 |
935 | 2024-08-05T16:05:52.404Z | Downloaded pem-rfc7468 v0.7.0 |
936 | 2024-08-05T16:05:52.406Z | Downloaded oso v0.27.3 |
937 | 2024-08-05T16:05:52.409Z | Downloaded tinyvec_macros v0.1.1 |
938 | 2024-08-05T16:05:52.409Z | Downloaded slog v2.7.0 |
939 | 2024-08-05T16:05:52.412Z | Downloaded elliptic-curve v0.13.8 |
940 | 2024-08-05T16:05:52.415Z | Downloaded env_logger v0.9.3 |
941 | 2024-08-05T16:05:52.417Z | Downloaded hostname v0.3.1 |
942 | 2024-08-05T16:05:52.420Z | Downloaded home v0.5.9 |
943 | 2024-08-05T16:05:52.420Z | Downloaded libm v0.2.8 |
944 | 2024-08-05T16:05:52.426Z | Downloaded cc v1.0.97 |
945 | 2024-08-05T16:05:52.429Z | Downloaded rusty-fork v0.3.0 |
946 | 2024-08-05T16:05:52.432Z | Downloaded powerfmt v0.2.0 |
947 | 2024-08-05T16:05:52.432Z | Downloaded postgres-types v0.2.7 |
948 | 2024-08-05T16:05:52.435Z | Downloaded crypto-bigint v0.5.5 |
949 | 2024-08-05T16:05:52.439Z | Downloaded const-oid v0.9.6 |
950 | 2024-08-05T16:05:52.441Z | Downloaded percent-encoding v2.3.1 |
951 | 2024-08-05T16:05:52.441Z | Downloaded pem v3.0.4 |
952 | 2024-08-05T16:05:52.444Z | Downloaded compact_str v0.7.1 |
953 | 2024-08-05T16:05:52.447Z | Downloaded yasna v0.5.2 |
954 | 2024-08-05T16:05:52.450Z | Downloaded schemars_derive v0.8.21 |
955 | 2024-08-05T16:05:52.450Z | Downloaded bytes v1.6.0 |
956 | 2024-08-05T16:05:52.453Z | Downloaded smf v0.2.3 |
957 | 2024-08-05T16:05:52.453Z | Downloaded der v0.7.9 |
958 | 2024-08-05T16:05:52.457Z | Downloaded minimal-lexical v0.2.1 |
959 | 2024-08-05T16:05:52.461Z | Downloaded iana-time-zone v0.1.60 |
960 | 2024-08-05T16:05:52.464Z | Downloaded string_cache v0.8.7 |
961 | 2024-08-05T16:05:52.467Z | Downloaded globset v0.4.14 |
962 | 2024-08-05T16:05:52.467Z | Downloaded glob v0.3.1 |
963 | 2024-08-05T16:05:52.471Z | Downloaded mockall_derive v0.12.1 |
964 | 2024-08-05T16:05:52.471Z | Downloaded indicatif v0.17.8 |
965 | 2024-08-05T16:05:52.474Z | Downloaded cookie_store v0.20.0 |
966 | 2024-08-05T16:05:52.476Z | Downloaded bzip2 v0.4.4 |
967 | 2024-08-05T16:05:52.476Z | Downloaded xattr v1.3.1 |
968 | 2024-08-05T16:05:52.479Z | Downloaded ahash v0.8.11 |
969 | 2024-08-05T16:05:52.482Z | Downloaded nu-ansi-term v0.50.0 |
970 | 2024-08-05T16:05:52.482Z | Downloaded curve25519-dalek-derive v0.1.1 |
971 | 2024-08-05T16:05:52.485Z | Downloaded either v1.12.0 |
972 | 2024-08-05T16:05:52.485Z | Downloaded crossbeam-deque v0.8.5 |
973 | 2024-08-05T16:05:52.485Z | Downloaded addr2line v0.21.0 |
974 | 2024-08-05T16:05:52.488Z | Downloaded cobs v0.2.3 |
975 | 2024-08-05T16:05:52.490Z | Downloaded chacha20 v0.9.1 |
976 | 2024-08-05T16:05:52.490Z | Downloaded buf-list v1.0.3 |
977 | 2024-08-05T16:05:52.494Z | Downloaded camino-tempfile v1.1.1 |
978 | 2024-08-05T16:05:52.495Z | Downloaded bitfield-struct v0.6.1 |
979 | 2024-08-05T16:05:52.497Z | Downloaded stringprep v0.1.4 |
980 | 2024-08-05T16:05:52.497Z | Downloaded slog-bunyan v2.5.0 |
981 | 2024-08-05T16:05:52.497Z | Downloaded parse-display-derive v0.9.1 |
982 | 2024-08-05T16:05:52.497Z | Downloaded packed_struct_codegen v0.10.1 |
983 | 2024-08-05T16:05:52.500Z | Downloaded num_enum_derive v0.5.11 |
984 | 2024-08-05T16:05:52.500Z | Downloaded libloading v0.8.3 |
985 | 2024-08-05T16:05:52.503Z | Downloaded ciborium-io v0.2.2 |
986 | 2024-08-05T16:05:52.503Z | Downloaded num-integer v0.1.46 |
987 | 2024-08-05T16:05:52.503Z | Downloaded memoffset v0.9.1 |
988 | 2024-08-05T16:05:52.507Z | Downloaded linear-map v1.2.0 |
989 | 2024-08-05T16:05:52.507Z | Downloaded libsw v3.3.1 |
990 | 2024-08-05T16:05:52.510Z | Downloaded kstat-rs v0.2.4 |
991 | 2024-08-05T16:05:52.510Z | Downloaded ascii v1.1.0 |
992 | 2024-08-05T16:05:52.510Z | Downloaded bcs v0.1.6 |
993 | 2024-08-05T16:05:52.512Z | Downloaded defmt v0.3.8 |
994 | 2024-08-05T16:05:52.515Z | Downloaded data-encoding v2.6.0 |
995 | 2024-08-05T16:05:52.515Z | Downloaded backoff v0.4.0 |
996 | 2024-08-05T16:05:52.518Z | Downloaded adler v1.0.2 |
997 | 2024-08-05T16:05:52.518Z | Downloaded new_debug_unreachable v1.0.6 |
998 | 2024-08-05T16:05:52.521Z | Downloaded match_cfg v0.1.0 |
999 | 2024-08-05T16:05:52.521Z | Downloaded ipnetwork v0.20.0 |
1000 | 2024-08-05T16:05:52.521Z | Downloaded castaway v0.2.2 |
1001 | 2024-08-05T16:05:52.524Z | Downloaded ascii-canvas v3.0.0 |
1002 | 2024-08-05T16:05:52.524Z | Downloaded native-tls v0.2.11 |
1003 | 2024-08-05T16:05:52.524Z | Downloaded multer v3.1.0 |
1004 | 2024-08-05T16:05:52.528Z | Downloaded memmap2 v0.9.4 |
1005 | 2024-08-05T16:05:52.531Z | Downloaded bb8 v0.8.5 |
1006 | 2024-08-05T16:05:52.531Z | Downloaded arrayref v0.3.7 |
1007 | 2024-08-05T16:05:52.531Z | Downloaded parse-display v0.9.1 |
1008 | 2024-08-05T16:05:52.531Z | Downloaded packed_struct v0.10.1 |
1009 | 2024-08-05T16:05:52.534Z | Downloaded indent_write v2.2.0 |
1010 | 2024-08-05T16:05:52.534Z | Downloaded crc-catalog v2.4.0 |
1011 | 2024-08-05T16:05:52.534Z | Downloaded bitstruct_derive v0.1.0 |
1012 | 2024-08-05T16:05:52.537Z | Downloaded async-recursion v1.1.1 |
1013 | 2024-08-05T16:05:52.537Z | Downloaded mockall v0.12.1 |
1014 | 2024-08-05T16:05:52.540Z | Downloaded num-iter v0.1.45 |
1015 | 2024-08-05T16:05:52.540Z | Downloaded newline-converter v0.3.0 |
1016 | 2024-08-05T16:05:52.540Z | Downloaded maplit v1.0.2 |
1017 | 2024-08-05T16:05:52.543Z | Downloaded aead v0.5.2 |
1018 | 2024-08-05T16:05:52.543Z | Downloaded lazy_static v1.5.0 |
1019 | 2024-08-05T16:05:52.546Z | Downloaded keccak v0.1.5 |
1020 | 2024-08-05T16:05:52.546Z | Downloaded bit-set v0.5.3 |
1021 | 2024-08-05T16:05:52.546Z | Downloaded md-5 v0.10.6 |
1022 | 2024-08-05T16:05:52.548Z | Downloaded instant v0.1.12 |
1023 | 2024-08-05T16:05:52.549Z | Downloaded async-stream-impl v0.3.5 |
1024 | 2024-08-05T16:05:52.632Z | Compiling cfg-if v1.0.0 |
1025 | 2024-08-05T16:05:52.632Z | Compiling serde v1.0.204 |
1026 | 2024-08-05T16:05:52.635Z | Compiling lock_api v0.4.12 |
1027 | 2024-08-05T16:05:52.635Z | Compiling scopeguard v1.2.0 |
1028 | 2024-08-05T16:05:52.635Z | Compiling log v0.4.21 |
1029 | 2024-08-05T16:05:52.780Z | Compiling syn v2.0.72 |
1030 | 2024-08-05T16:05:52.783Z | Compiling cc v1.0.97 |
1031 | 2024-08-05T16:05:52.805Z | Compiling parking_lot_core v0.9.10 |
1032 | 2024-08-05T16:05:52.847Z | Compiling getrandom v0.2.14 |
1033 | 2024-08-05T16:05:52.883Z | Compiling smallvec v1.13.2 |
1034 | 2024-08-05T16:05:53.211Z | Compiling rand_core v0.6.4 |
1035 | 2024-08-05T16:05:53.300Z | Compiling typenum v1.17.0 |
1036 | 2024-08-05T16:05:53.318Z | Compiling generic-array v0.14.7 |
1037 | 2024-08-05T16:05:53.333Z | Compiling pin-project-lite v0.2.14 |
1038 | 2024-08-05T16:05:53.449Z | Compiling signal-hook-registry v1.4.2 |
1039 | 2024-08-05T16:05:53.630Z | Compiling spin v0.9.8 |
1040 | 2024-08-05T16:05:53.679Z | Compiling mio v0.8.11 |
1041 | 2024-08-05T16:05:53.726Z | Compiling parking_lot v0.12.2 |
1042 | 2024-08-05T16:05:53.985Z | Compiling libm v0.2.8 |
1043 | 2024-08-05T16:05:54.024Z | Compiling serde_json v1.0.122 |
1044 | 2024-08-05T16:05:54.287Z | Compiling ahash v0.8.11 |
1045 | 2024-08-05T16:05:54.357Z | Compiling num-traits v0.2.19 |
1046 | 2024-08-05T16:05:54.533Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-05T16:05:54.626Z | Compiling futures-core v0.3.30 |
1048 | 2024-08-05T16:05:54.693Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-05T16:05:54.874Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-05T16:05:54.984Z | Compiling socket2 v0.5.7 |
1051 | 2024-08-05T16:05:55.007Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-05T16:05:55.107Z | Compiling subtle v2.5.0 |
1053 | 2024-08-05T16:05:55.484Z | Compiling slab v0.4.9 |
1054 | 2024-08-05T16:05:55.800Z | Compiling allocator-api2 v0.2.18 |
1055 | 2024-08-05T16:05:56.320Z | Compiling futures-sink v0.3.30 |
1056 | 2024-08-05T16:05:56.449Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-08-05T16:05:56.476Z | Compiling unicode-bidi v0.3.15 |
1058 | 2024-08-05T16:05:56.618Z | Compiling futures-channel v0.3.30 |
1059 | 2024-08-05T16:05:56.683Z | Compiling pin-utils v0.1.0 |
1060 | 2024-08-05T16:05:56.781Z | Compiling pkg-config v0.3.30 |
1061 | 2024-08-05T16:05:56.930Z | Compiling futures-io v0.3.30 |
1062 | 2024-08-05T16:05:57.017Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-05T16:05:57.158Z | Compiling vcpkg v0.2.15 |
1064 | 2024-08-05T16:05:57.251Z | Compiling ring v0.17.8 |
1065 | 2024-08-05T16:05:57.315Z | Compiling percent-encoding v2.3.1 |
1066 | 2024-08-05T16:05:57.538Z | Compiling ppv-lite86 v0.2.17 |
1067 | 2024-08-05T16:05:57.704Z | Compiling tracing-core v0.1.32 |
1068 | 2024-08-05T16:05:58.010Z | Compiling untrusted v0.9.0 |
1069 | 2024-08-05T16:05:58.180Z | Compiling rustix v0.38.34 |
1070 | 2024-08-05T16:05:58.337Z | Compiling rand_chacha v0.3.1 |
1071 | 2024-08-05T16:05:58.354Z | Compiling powerfmt v0.2.0 |
1072 | 2024-08-05T16:05:58.385Z | Compiling num-conv v0.1.0 |
1073 | 2024-08-05T16:05:58.650Z | Compiling time-core v0.1.2 |
1074 | 2024-08-05T16:05:58.746Z | Compiling syn v1.0.109 |
1075 | 2024-08-05T16:05:58.810Z | Compiling time-macros v0.2.18 |
1076 | 2024-08-05T16:05:59.046Z | Compiling rand v0.8.5 |
1077 | 2024-08-05T16:05:59.097Z | Compiling deranged v0.3.11 |
1078 | 2024-08-05T16:05:59.266Z | Compiling openssl-sys v0.9.103 |
1079 | 2024-08-05T16:05:59.440Z | Compiling httparse v1.8.0 |
1080 | 2024-08-05T16:05:59.861Z | Compiling foreign-types-shared v0.1.1 |
1081 | 2024-08-05T16:05:59.952Z | Compiling rustversion v1.0.17 |
1082 | 2024-08-05T16:06:00.513Z | Compiling openssl v0.10.66 |
1083 | 2024-08-05T16:06:00.658Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-05T16:06:00.775Z | Compiling iana-time-zone v0.1.60 |
1085 | 2024-08-05T16:06:00.843Z | Compiling base64ct v1.6.0 |
1086 | 2024-08-05T16:06:00.897Z | Compiling foreign-types v0.3.2 |
1087 | 2024-08-05T16:06:00.973Z | Compiling form_urlencoded v1.2.1 |
1088 | 2024-08-05T16:06:01.194Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-05T16:06:01.248Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-05T16:06:01.352Z | Compiling crossbeam-utils v0.8.19 |
1091 | 2024-08-05T16:06:01.524Z | Compiling flagset v0.4.5 |
1092 | 2024-08-05T16:06:01.698Z | Compiling rustls v0.21.12 |
1093 | 2024-08-05T16:06:01.884Z | Compiling try-lock v0.2.5 |
1094 | 2024-08-05T16:06:01.926Z | Compiling native-tls v0.2.11 |
1095 | 2024-08-05T16:06:01.940Z | Compiling time v0.3.36 |
1096 | 2024-08-05T16:06:01.981Z | Compiling want v0.3.1 |
1097 | 2024-08-05T16:06:02.270Z | Compiling serde_derive_internals v0.29.1 |
1098 | 2024-08-05T16:06:02.537Z | Compiling idna v0.5.0 |
1099 | 2024-08-05T16:06:03.483Z | Compiling lazy_static v1.5.0 |
1100 | 2024-08-05T16:06:03.584Z | Compiling aho-corasick v1.1.3 |
1101 | 2024-08-05T16:06:04.217Z | Compiling cookie v0.17.0 |
1102 | 2024-08-05T16:06:04.505Z | Compiling adler v1.0.2 |
1103 | 2024-08-05T16:06:04.730Z | Compiling schemars v0.8.21 |
1104 | 2024-08-05T16:06:04.829Z | Compiling regex-syntax v0.8.3 |
1105 | 2024-08-05T16:06:05.078Z | Compiling httpdate v1.0.3 |
1106 | 2024-08-05T16:06:05.179Z | Compiling cpufeatures v0.2.12 |
1107 | 2024-08-05T16:06:05.282Z | Compiling tower-service v0.3.2 |
1108 | 2024-08-05T16:06:05.414Z | Compiling signal-hook v0.3.17 |
1109 | 2024-08-05T16:06:05.501Z | Compiling openssl-probe v0.1.5 |
1110 | 2024-08-05T16:06:05.673Z | Compiling finl_unicode v1.2.0 |
1111 | 2024-08-05T16:06:05.872Z | Compiling slog v2.7.0 |
1112 | 2024-08-05T16:06:06.280Z | Compiling stringprep v0.1.4 |
1113 | 2024-08-05T16:06:06.512Z | Compiling miniz_oxide v0.7.2 |
1114 | 2024-08-05T16:06:06.670Z | Compiling serde_derive v1.0.204 |
1115 | 2024-08-05T16:06:06.739Z | Compiling zeroize_derive v1.4.2 |
1116 | 2024-08-05T16:06:07.412Z | Compiling zerocopy-derive v0.7.34 |
1117 | 2024-08-05T16:06:07.972Z | Compiling tokio-macros v2.3.0 |
1118 | 2024-08-05T16:06:08.324Z | Compiling zeroize v1.7.0 |
1119 | 2024-08-05T16:06:08.723Z | Compiling thiserror-impl v1.0.63 |
1120 | 2024-08-05T16:06:09.241Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-05T16:06:09.633Z | Compiling scroll_derive v0.12.0 |
1122 | 2024-08-05T16:06:09.715Z | Compiling zerocopy v0.7.34 |
1123 | 2024-08-05T16:06:10.183Z | Compiling crypto-common v0.1.6 |
1124 | 2024-08-05T16:06:10.421Z | Compiling block-buffer v0.10.4 |
1125 | 2024-08-05T16:06:10.695Z | Compiling digest v0.10.7 |
1126 | 2024-08-05T16:06:11.155Z | Compiling tracing-attributes v0.1.27 |
1127 | 2024-08-05T16:06:11.184Z | Compiling scroll v0.12.0 |
1128 | 2024-08-05T16:06:11.339Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-05T16:06:11.734Z | Compiling goblin v0.8.2 |
1130 | 2024-08-05T16:06:11.920Z | Compiling hashbrown v0.14.5 |
1131 | 2024-08-05T16:06:12.137Z | Compiling thiserror v1.0.63 |
1132 | 2024-08-05T16:06:12.271Z | Compiling pest v2.7.10 |
1133 | 2024-08-05T16:06:13.405Z | Compiling hmac v0.12.1 |
1134 | 2024-08-05T16:06:13.657Z | Compiling openssl-macros v0.1.1 |
1135 | 2024-08-05T16:06:14.486Z | Compiling der_derive v0.7.2 |
1136 | 2024-08-05T16:06:14.681Z | Compiling rustls-webpki v0.101.7 |
1137 | 2024-08-05T16:06:15.063Z | Compiling pest_meta v2.7.10 |
1138 | 2024-08-05T16:06:15.278Z | Compiling tracing v0.1.40 |
1139 | 2024-08-05T16:06:15.375Z | Compiling sct v0.7.1 |
1140 | 2024-08-05T16:06:15.803Z | Compiling md-5 v0.10.6 |
1141 | 2024-08-05T16:06:16.058Z | Compiling sha2 v0.10.8 |
1142 | 2024-08-05T16:06:16.642Z | Compiling pest_generator v2.7.10 |
1143 | 2024-08-05T16:06:17.095Z | Compiling der v0.7.9 |
1144 | 2024-08-05T16:06:17.694Z | Compiling regex-automata v0.4.6 |
1145 | 2024-08-05T16:06:18.714Z | Compiling schemars_derive v0.8.21 |
1146 | 2024-08-05T16:06:19.630Z | Compiling spki v0.7.3 |
1147 | 2024-08-05T16:06:20.092Z | Compiling url v2.5.2 |
1148 | 2024-08-05T16:06:20.223Z | Compiling pest_derive v2.7.10 |
1149 | 2024-08-05T16:06:21.047Z | Compiling dtrace-parser v0.2.0 |
1150 | 2024-08-05T16:06:21.545Z | Compiling bytes v1.6.0 |
1151 | 2024-08-05T16:06:21.830Z | Compiling bitflags v2.6.0 |
1152 | 2024-08-05T16:06:22.169Z | Compiling indexmap v2.2.6 |
1153 | 2024-08-05T16:06:22.262Z | Compiling uuid v1.10.0 |
1154 | 2024-08-05T16:06:22.358Z | Compiling semver v1.0.23 |
1155 | 2024-08-05T16:06:22.835Z | Compiling tokio v1.38.1 |
1156 | 2024-08-05T16:06:23.125Z | Compiling http v0.2.12 |
1157 | 2024-08-05T16:06:23.231Z | Compiling rustc_version v0.4.0 |
1158 | 2024-08-05T16:06:23.702Z | Compiling chrono v0.4.38 |
1159 | 2024-08-05T16:06:24.019Z | Compiling heapless v0.7.17 |
1160 | 2024-08-05T16:06:24.470Z | Compiling dof v0.3.0 |
1161 | 2024-08-05T16:06:24.867Z | Compiling http-body v0.4.6 |
1162 | 2024-08-05T16:06:25.348Z | Compiling usdt-impl v0.5.0 |
1163 | 2024-08-05T16:06:25.804Z | Compiling toml_datetime v0.6.8 |
1164 | 2024-08-05T16:06:26.322Z | Compiling serde_spanned v0.6.7 |
1165 | 2024-08-05T16:06:26.560Z | Compiling serde_tokenstream v0.2.1 |
1166 | 2024-08-05T16:06:26.686Z | Compiling num-integer v0.1.46 |
1167 | 2024-08-05T16:06:26.705Z | Compiling idna v0.3.0 |
1168 | 2024-08-05T16:06:26.979Z | Compiling backtrace v0.3.71 |
1169 | 2024-08-05T16:06:27.116Z | Compiling hash32 v0.2.1 |
1170 | 2024-08-05T16:06:27.454Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-08-05T16:06:27.470Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1172 | 2024-08-05T16:06:27.492Z | Compiling base64 v0.22.1 |
1173 | 2024-08-05T16:06:27.544Z | Compiling smoltcp v0.9.1 |
1174 | 2024-08-05T16:06:27.564Z | Compiling psl-types v2.0.11 |
1175 | 2024-08-05T16:06:27.764Z | Compiling fallible-iterator v0.2.0 |
1176 | 2024-08-05T16:06:28.231Z | Compiling crc32fast v1.4.0 |
1177 | 2024-08-05T16:06:28.313Z | Compiling dyn-clone v1.0.17 |
1178 | 2024-08-05T16:06:28.334Z | Compiling gimli v0.28.1 |
1179 | 2024-08-05T16:06:28.517Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-05T16:06:28.771Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-05T16:06:29.044Z | Compiling terminal_size v0.3.0 |
1182 | 2024-08-05T16:06:29.915Z | Compiling pkcs8 v0.10.2 |
1183 | 2024-08-05T16:06:29.970Z | Compiling hubpack_derive v0.1.1 |
1184 | 2024-08-05T16:06:30.457Z | Compiling block-padding v0.3.3 |
1185 | 2024-08-05T16:06:30.473Z | Compiling async-trait v0.1.81 |
1186 | 2024-08-05T16:06:30.710Z | Compiling zerocopy-derive v0.6.6 |
1187 | 2024-08-05T16:06:30.970Z | Compiling tokio-util v0.7.11 |
1188 | 2024-08-05T16:06:32.335Z | Compiling h2 v0.3.26 |
1189 | 2024-08-05T16:06:32.408Z | Compiling tokio-native-tls v0.3.1 |
1190 | 2024-08-05T16:06:32.509Z | Compiling tokio-rustls v0.24.1 |
1191 | 2024-08-05T16:06:32.681Z | Compiling addr2line v0.21.0 |
1192 | 2024-08-05T16:06:32.946Z | Compiling phf_shared v0.11.2 |
1193 | 2024-08-05T16:06:33.312Z | Compiling diesel_table_macro_syntax v0.1.0 |
1194 | 2024-08-05T16:06:33.312Z | Compiling ff v0.13.0 |
1195 | 2024-08-05T16:06:33.315Z | Compiling scheduled-thread-pool v0.2.7 |
1196 | 2024-08-05T16:06:33.363Z | Compiling object v0.32.2 |
1197 | 2024-08-05T16:06:33.678Z | Compiling fs-err v2.11.0 |
1198 | 2024-08-05T16:06:33.702Z | Compiling matches v0.1.10 |
1199 | 2024-08-05T16:06:33.748Z | Compiling bitflags v1.3.2 |
1200 | 2024-08-05T16:06:33.791Z | Compiling winnow v0.5.40 |
1201 | 2024-08-05T16:06:33.848Z | Compiling managed v0.8.0 |
1202 | 2024-08-05T16:06:33.865Z | Compiling anyhow v1.0.86 |
1203 | 2024-08-05T16:06:33.967Z | Compiling ipnet v2.9.0 |
1204 | 2024-08-05T16:06:33.985Z | Compiling base16ct v0.2.0 |
1205 | 2024-08-05T16:06:34.289Z | Compiling base64 v0.21.7 |
1206 | 2024-08-05T16:06:34.293Z | Compiling rustc-demangle v0.1.24 |
1207 | 2024-08-05T16:06:34.491Z | Compiling either v1.12.0 |
1208 | 2024-08-05T16:06:34.945Z | Compiling bit-vec v0.6.3 |
1209 | 2024-08-05T16:06:35.072Z | Compiling regex-automata v0.1.10 |
1210 | 2024-08-05T16:06:35.248Z | Compiling clap_builder v4.5.13 |
1211 | 2024-08-05T16:06:35.346Z | Compiling rustls-pemfile v1.0.4 |
1212 | 2024-08-05T16:06:35.595Z | Compiling bstr v0.2.17 |
1213 | 2024-08-05T16:06:35.780Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-05T16:06:36.524Z | Compiling idna v0.2.3 |
1215 | 2024-08-05T16:06:37.045Z | Compiling diesel_derives v2.1.4 |
1216 | 2024-08-05T16:06:37.748Z | Compiling toml_edit v0.19.15 |
1217 | 2024-08-05T16:06:37.764Z | Compiling group v0.13.0 |
1218 | 2024-08-05T16:06:38.078Z | Compiling r2d2 v0.8.10 |
1219 | 2024-08-05T16:06:38.124Z | Compiling phf v0.11.2 |
1220 | 2024-08-05T16:06:38.142Z | Compiling zerocopy v0.6.6 |
1221 | 2024-08-05T16:06:38.415Z | Compiling signal-hook-mio v0.2.3 |
1222 | 2024-08-05T16:06:38.451Z | Compiling hubpack v0.1.2 |
1223 | 2024-08-05T16:06:38.574Z | Compiling inout v0.1.3 |
1224 | 2024-08-05T16:06:38.845Z | Compiling ipnetwork v0.20.0 |
1225 | 2024-08-05T16:06:38.907Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-05T16:06:38.969Z | Compiling postgres-types v0.2.7 |
1227 | 2024-08-05T16:06:39.798Z | Compiling hyper v0.14.30 |
1228 | 2024-08-05T16:06:40.838Z | Compiling num-bigint v0.4.5 |
1229 | 2024-08-05T16:06:41.032Z | Compiling usdt-attr-macro v0.5.0 |
1230 | 2024-08-05T16:06:42.731Z | Compiling usdt-macro v0.5.0 |
1231 | 2024-08-05T16:06:42.780Z | Compiling regex v1.10.5 |
1232 | 2024-08-05T16:06:43.891Z | Compiling serde_urlencoded v0.7.1 |
1233 | 2024-08-05T16:06:43.922Z | Compiling futures-executor v0.3.30 |
1234 | 2024-08-05T16:06:44.245Z | Compiling enum-as-inner v0.5.1 |
1235 | 2024-08-05T16:06:44.444Z | Compiling hkdf v0.12.4 |
1236 | 2024-08-05T16:06:44.503Z | Compiling crypto-bigint v0.5.5 |
1237 | 2024-08-05T16:06:44.586Z | Compiling serde_repr v0.1.19 |
1238 | 2024-08-05T16:06:44.709Z | Compiling strum_macros v0.25.3 |
1239 | 2024-08-05T16:06:45.348Z | Compiling clap_derive v4.5.13 |
1240 | 2024-08-05T16:06:45.790Z | Compiling phf_shared v0.10.0 |
1241 | 2024-08-05T16:06:45.793Z | Compiling float-cmp v0.9.0 |
1242 | 2024-08-05T16:06:46.029Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-08-05T16:06:46.198Z | Compiling unicode-segmentation v1.11.0 |
1244 | 2024-08-05T16:06:47.022Z | Compiling hyper-tls v0.5.0 |
1245 | 2024-08-05T16:06:47.384Z | Compiling hyper-rustls v0.24.2 |
1246 | 2024-08-05T16:06:47.746Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-05T16:06:47.890Z | Compiling new_debug_unreachable v1.0.6 |
1248 | 2024-08-05T16:06:47.984Z | Compiling static_assertions v1.1.0 |
1249 | 2024-08-05T16:06:48.086Z | Compiling webpki-roots v0.25.4 |
1250 | 2024-08-05T16:06:48.252Z | Compiling data-encoding v2.6.0 |
1251 | 2024-08-05T16:06:48.831Z | Compiling whoami v1.5.1 |
1252 | 2024-08-05T16:06:49.499Z | Compiling normalize-line-endings v0.3.0 |
1253 | 2024-08-05T16:06:49.628Z | Compiling fixedbitset v0.4.2 |
1254 | 2024-08-05T16:06:49.631Z | Compiling predicates-core v1.0.6 |
1255 | 2024-08-05T16:06:49.958Z | Compiling precomputed-hash v0.1.1 |
1256 | 2024-08-05T16:06:50.011Z | Compiling difflib v0.4.0 |
1257 | 2024-08-05T16:06:50.076Z | Compiling mime v0.3.17 |
1258 | 2024-08-05T16:06:50.116Z | Compiling minimal-lexical v0.2.1 |
1259 | 2024-08-05T16:06:50.495Z | Compiling clap v4.5.13 |
1260 | 2024-08-05T16:06:50.515Z | Compiling nom v7.1.3 |
1261 | 2024-08-05T16:06:50.603Z | Compiling predicates v3.1.2 |
1262 | 2024-08-05T16:06:50.621Z | Compiling reqwest v0.11.27 |
1263 | 2024-08-05T16:06:50.624Z | Compiling toml_edit v0.22.20 |
1264 | 2024-08-05T16:06:50.654Z | Compiling string_cache v0.8.7 |
1265 | 2024-08-05T16:06:50.683Z | Compiling petgraph v0.6.5 |
1266 | 2024-08-05T16:06:51.100Z | Compiling diesel v2.1.6 |
1267 | 2024-08-05T16:06:51.596Z | Compiling tokio-postgres v0.7.11 |
1268 | 2024-08-05T16:06:51.642Z | Compiling trust-dns-proto v0.22.0 |
1269 | 2024-08-05T16:06:52.415Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1270 | 2024-08-05T16:06:54.137Z | Compiling console v0.15.8 |
1271 | 2024-08-05T16:06:54.776Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-05T16:06:55.632Z | Compiling similar v2.5.0 |
1273 | 2024-08-05T16:06:55.650Z | Compiling usdt v0.5.0 |
1274 | 2024-08-05T16:06:56.142Z | Compiling futures v0.3.30 |
1275 | 2024-08-05T16:06:56.265Z | Compiling yasna v0.5.2 |
1276 | 2024-08-05T16:06:58.078Z | Compiling flate2 v1.0.31 |
1277 | 2024-08-05T16:06:58.210Z | Compiling toml v0.7.8 |
1278 | 2024-08-05T16:06:58.225Z | Compiling cipher v0.4.4 |
1279 | 2024-08-05T16:06:58.743Z | Compiling crossterm v0.27.0 |
1280 | 2024-08-05T16:06:59.069Z | Compiling bit-set v0.5.3 |
1281 | 2024-08-05T16:06:59.089Z | Compiling itertools v0.12.1 |
1282 | 2024-08-05T16:06:59.347Z | Compiling itertools v0.10.5 |
1283 | 2024-08-05T16:06:59.736Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-08-05T16:06:59.946Z | Compiling num-iter v0.1.45 |
1285 | 2024-08-05T16:07:00.138Z | Compiling openapiv3 v2.0.0 |
1286 | 2024-08-05T16:07:00.256Z | Compiling bstr v1.9.1 |
1287 | 2024-08-05T16:07:00.707Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-08-05T16:07:01.487Z | Compiling hex v0.4.3 |
1289 | 2024-08-05T16:07:02.054Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-08-05T16:07:02.116Z | Compiling lalrpop-util v0.19.12 |
1291 | 2024-08-05T16:07:02.134Z | Compiling peg-runtime v0.8.3 |
1292 | 2024-08-05T16:07:02.241Z | Compiling unicode-xid v0.2.4 |
1293 | 2024-08-05T16:07:02.415Z | Compiling dirs-next v2.0.0 |
1294 | 2024-08-05T16:07:02.463Z | Compiling thread_local v1.1.8 |
1295 | 2024-08-05T16:07:02.524Z | Compiling slog-async v2.8.0 |
1296 | 2024-08-05T16:07:02.612Z | Compiling term v0.7.0 |
1297 | 2024-08-05T16:07:02.738Z | Compiling xattr v1.3.1 |
1298 | 2024-08-05T16:07:02.770Z | Compiling crossbeam-channel v0.5.12 |
1299 | 2024-08-05T16:07:03.010Z | Compiling strum_macros v0.26.4 |
1300 | 2024-08-05T16:07:03.027Z | Compiling filetime v0.2.23 |
1301 | 2024-08-05T16:07:03.157Z | Compiling is-terminal v0.4.12 |
1302 | 2024-08-05T16:07:03.286Z | Compiling take_mut v0.2.2 |
1303 | 2024-08-05T16:07:03.344Z | Compiling slog-term v2.9.1 |
1304 | 2024-08-05T16:07:03.450Z | Compiling tar v0.4.41 |
1305 | 2024-08-05T16:07:04.181Z | Compiling camino v1.1.7 |
1306 | 2024-08-05T16:07:06.258Z | Compiling strum v0.26.3 |
1307 | 2024-08-05T16:07:16.856Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1308 | 2024-08-05T16:07:17.092Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1309 | 2024-08-05T16:07:22.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1310 | 2024-08-05T16:07:22.469Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1311 | 2024-08-05T16:07:22.511Z | Aug 05 16:07:20.999 INFO Starting download, target: Cockroach |
1312 | 2024-08-05T16:07:22.511Z | Aug 05 16:07:20.999 INFO Starting download, target: Console |
1313 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:20.999 INFO Starting download, target: DendriteStub |
1314 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:20.999 INFO Starting download, target: DendriteOpenapi |
1315 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:20.999 INFO Starting download, target: Clickhouse |
1316 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:20.999 INFO Starting download, target: MaghemiteMgd |
1317 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:20.999 INFO Starting download, target: TransceiverControl |
1318 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1319 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1320 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1321 | 2024-08-05T16:07:22.514Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1322 | 2024-08-05T16:07:22.515Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1323 | 2024-08-05T16:07:22.515Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-08-05T16:07:22.515Z | Aug 05 16:07:21.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1325 | 2024-08-05T16:07:22.697Z | Aug 05 16:07:21.171 INFO Download complete, target: DendriteOpenapi |
1326 | 2024-08-05T16:07:22.820Z | Aug 05 16:07:21.306 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1327 | 2024-08-05T16:07:23.072Z | Aug 05 16:07:21.559 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1328 | 2024-08-05T16:07:23.214Z | Aug 05 16:07:21.700 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1329 | 2024-08-05T16:07:23.476Z | Aug 05 16:07:21.964 INFO Download complete, target: Console |
1330 | 2024-08-05T16:07:23.482Z | Aug 05 16:07:21.970 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1331 | 2024-08-05T16:07:23.636Z | Aug 05 16:07:22.124 INFO Download complete, target: TransceiverControl |
1332 | 2024-08-05T16:07:24.672Z | Aug 05 16:07:23.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1333 | 2024-08-05T16:07:24.672Z | Aug 05 16:07:23.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1334 | 2024-08-05T16:07:24.699Z | Aug 05 16:07:23.187 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1335 | 2024-08-05T16:07:26.353Z | Aug 05 16:07:24.841 INFO Download complete, target: DendriteStub |
1336 | 2024-08-05T16:07:26.751Z | Aug 05 16:07:25.238 INFO Download complete, target: MaghemiteMgd |
1337 | 2024-08-05T16:07:32.994Z | Aug 05 16:07:31.478 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1338 | 2024-08-05T16:07:33.340Z | Aug 05 16:07:31.827 INFO Checking that binary works, target: Cockroach |
1339 | 2024-08-05T16:07:33.496Z | Aug 05 16:07:31.983 INFO Download complete, target: Cockroach |
1340 | 2024-08-05T16:07:38.869Z | Aug 05 16:07:37.357 INFO Checking that binary works, target: Clickhouse |
1341 | 2024-08-05T16:07:39.522Z | Aug 05 16:07:38.009 INFO Download complete, target: Clickhouse |
1342 | 2024-08-05T16:07:39.539Z | All builder prerequisites installed successfully, and PATH looks valid |
1343 | 2024-08-05T16:07:39.542Z | |
1344 | 2024-08-05T16:07:39.542Z | real 4:03.093262176 |
1345 | 2024-08-05T16:07:39.542Z | user 11:39.315114270 |
1346 | 2024-08-05T16:07:39.542Z | sys 2:27.602468396 |
1347 | 2024-08-05T16:07:39.542Z | trap 0.429658524 |
1348 | 2024-08-05T16:07:39.542Z | tflt 9.645274936 |
1349 | 2024-08-05T16:07:39.542Z | dflt 6.452656231 |
1350 | 2024-08-05T16:07:39.542Z | kflt 0.220906070 |
1351 | 2024-08-05T16:07:39.542Z | lock 22:45.043634601 |
1352 | 2024-08-05T16:07:39.542Z | slp 46:17.953811592 |
1353 | 2024-08-05T16:07:39.542Z | lat 39.076155657 |
1354 | 2024-08-05T16:07:39.542Z | stop 1:38.020560242 |
1355 | 2024-08-05T16:07:39.543Z | + banner hack-check |
1356 | 2024-08-05T16:07:39.543Z | |
1357 | 2024-08-05T16:07:39.543Z | # # ## #### # # #### # # ###### #### # # |
1358 | 2024-08-05T16:07:39.543Z | # # # # # # # # # # # # # # # # # |
1359 | 2024-08-05T16:07:39.543Z | ###### # # # #### ##### # ###### ##### # #### |
1360 | 2024-08-05T16:07:39.543Z | # # ###### # # # # # # # # # # |
1361 | 2024-08-05T16:07:39.543Z | # # # # # # # # # # # # # # # # # |
1362 | 2024-08-05T16:07:39.543Z | # # # # #### # # #### # # ###### #### # # |
1363 | 2024-08-05T16:07:39.543Z | |
1364 | 2024-08-05T16:07:39.546Z | + export CARGO_INCREMENTAL=0 |
1365 | 2024-08-05T16:07:39.546Z | + CARGO_INCREMENTAL=0 |
1366 | 2024-08-05T16:07:39.546Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1367 | 2024-08-05T16:07:40.065Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1368 | 2024-08-05T16:07:43.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
1369 | 2024-08-05T16:07:43.485Z | Running `target/debug/xtask check-features --ci` |
1370 | 2024-08-05T16:07:43.502Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1371 | 2024-08-05T16:07:43.502Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1372 | 2024-08-05T16:07:43.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1373 | 2024-08-05T16:07:43.973Z | Running `target/debug/xtask download cargo-hack` |
1374 | 2024-08-05T16:07:44.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1375 | 2024-08-05T16:07:45.032Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1376 | 2024-08-05T16:07:49.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
1377 | 2024-08-05T16:07:49.708Z | Running `target/debug/xtask-downloader cargo-hack` |
1378 | 2024-08-05T16:07:49.741Z | Aug 05 16:07:48.224 INFO Starting download, target: CargoHack |
1379 | 2024-08-05T16:07:49.747Z | Aug 05 16:07:48.225 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1380 | 2024-08-05T16:07:50.381Z | Aug 05 16:07:48.869 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1381 | 2024-08-05T16:07:50.487Z | Aug 05 16:07:48.975 INFO Download complete, target: CargoHack |
1382 | 2024-08-05T16:07:50.491Z | 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" |
1383 | 2024-08-05T16:07:50.506Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1384 | 2024-08-05T16:07:50.651Z | info: running `cargo check --bins` on api_identity (1/142) |
1385 | 2024-08-05T16:07:51.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1386 | 2024-08-05T16:07:51.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1387 | 2024-08-05T16:07:51.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1388 | 2024-08-05T16:07:51.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1389 | 2024-08-05T16:07:51.227Z | |
1390 | 2024-08-05T16:07:51.227Z | info: running `cargo check --bins` on bootstore (2/142) |
1391 | 2024-08-05T16:07:51.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-08-05T16:07:51.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-08-05T16:07:51.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-08-05T16:07:51.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1395 | 2024-08-05T16:07:51.842Z | |
1396 | 2024-08-05T16:07:51.842Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1397 | 2024-08-05T16:07:52.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-08-05T16:07:52.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-08-05T16:07:52.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-08-05T16:07:52.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1401 | 2024-08-05T16:07:52.432Z | |
1402 | 2024-08-05T16:07:52.432Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1403 | 2024-08-05T16:07:52.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-05T16:07:52.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-05T16:07:52.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-05T16:07:52.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1407 | 2024-08-05T16:07:53.043Z | |
1408 | 2024-08-05T16:07:53.044Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1409 | 2024-08-05T16:07:53.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-05T16:07:53.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-05T16:07:53.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-05T16:07:53.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1413 | 2024-08-05T16:07:53.481Z | |
1414 | 2024-08-05T16:07:53.481Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1415 | 2024-08-05T16:07:54.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-05T16:07:54.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-05T16:07:54.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-05T16:07:54.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1419 | 2024-08-05T16:07:54.003Z | |
1420 | 2024-08-05T16:07:54.003Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1421 | 2024-08-05T16:07:54.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-05T16:07:54.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-05T16:07:54.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-05T16:07:54.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1425 | 2024-08-05T16:07:54.349Z | |
1426 | 2024-08-05T16:07:54.349Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1427 | 2024-08-05T16:07:54.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-05T16:07:54.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-05T16:07:54.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-05T16:07:54.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1431 | 2024-08-05T16:07:54.795Z | |
1432 | 2024-08-05T16:07:54.795Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1433 | 2024-08-05T16:07:55.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-05T16:07:55.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-05T16:07:55.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-05T16:07:55.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1437 | 2024-08-05T16:07:55.242Z | |
1438 | 2024-08-05T16:07:55.242Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1439 | 2024-08-05T16:07:55.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-05T16:07:55.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-05T16:07:55.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-05T16:07:55.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1443 | 2024-08-05T16:07:55.678Z | |
1444 | 2024-08-05T16:07:55.678Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1445 | 2024-08-05T16:07:56.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-05T16:07:56.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-05T16:07:56.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-05T16:07:56.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1449 | 2024-08-05T16:07:56.121Z | |
1450 | 2024-08-05T16:07:56.122Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1451 | 2024-08-05T16:07:56.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-05T16:07:56.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-05T16:07:56.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-05T16:07:56.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1455 | 2024-08-05T16:07:56.561Z | |
1456 | 2024-08-05T16:07:56.561Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1457 | 2024-08-05T16:07:56.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-05T16:07:56.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-05T16:07:56.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-05T16:07:56.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1461 | 2024-08-05T16:07:57.004Z | |
1462 | 2024-08-05T16:07:57.004Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1463 | 2024-08-05T16:07:57.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-05T16:07:57.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-05T16:07:57.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-05T16:07:57.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1467 | 2024-08-05T16:07:57.442Z | |
1468 | 2024-08-05T16:07:57.442Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1469 | 2024-08-05T16:07:57.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-05T16:07:57.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-05T16:07:57.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-05T16:07:57.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1473 | 2024-08-05T16:07:57.879Z | |
1474 | 2024-08-05T16:07:57.879Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1475 | 2024-08-05T16:07:58.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-05T16:07:58.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-05T16:07:58.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-05T16:07:58.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1479 | 2024-08-05T16:07:58.316Z | |
1480 | 2024-08-05T16:07:58.316Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1481 | 2024-08-05T16:07:58.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-05T16:07:58.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-05T16:07:58.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-05T16:07:58.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1485 | 2024-08-05T16:07:58.762Z | |
1486 | 2024-08-05T16:07:58.762Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1487 | 2024-08-05T16:07:59.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-05T16:07:59.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-05T16:07:59.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-05T16:07:59.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1491 | 2024-08-05T16:07:59.204Z | |
1492 | 2024-08-05T16:07:59.204Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1493 | 2024-08-05T16:07:59.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-05T16:07:59.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-05T16:07:59.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-05T16:07:59.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1497 | 2024-08-05T16:07:59.656Z | |
1498 | 2024-08-05T16:07:59.656Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1499 | 2024-08-05T16:08:00.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-05T16:08:00.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-05T16:08:00.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-05T16:08:00.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1503 | 2024-08-05T16:08:00.091Z | |
1504 | 2024-08-05T16:08:00.091Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1505 | 2024-08-05T16:08:00.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-05T16:08:00.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-05T16:08:00.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-05T16:08:00.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1509 | 2024-08-05T16:08:00.530Z | |
1510 | 2024-08-05T16:08:00.530Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1511 | 2024-08-05T16:08:00.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-05T16:08:00.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-05T16:08:00.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-05T16:08:00.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1515 | 2024-08-05T16:08:00.975Z | |
1516 | 2024-08-05T16:08:00.975Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1517 | 2024-08-05T16:08:01.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-05T16:08:01.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-05T16:08:01.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-05T16:08:01.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1521 | 2024-08-05T16:08:01.420Z | |
1522 | 2024-08-05T16:08:01.420Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1523 | 2024-08-05T16:08:01.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-05T16:08:01.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-05T16:08:01.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-05T16:08:01.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1527 | 2024-08-05T16:08:01.852Z | |
1528 | 2024-08-05T16:08:01.852Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1529 | 2024-08-05T16:08:02.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-05T16:08:02.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-05T16:08:02.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-05T16:08:02.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1533 | 2024-08-05T16:08:02.458Z | |
1534 | 2024-08-05T16:08:02.458Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1535 | 2024-08-05T16:08:03.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-05T16:08:03.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-05T16:08:03.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-05T16:08:03.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1539 | 2024-08-05T16:08:03.071Z | |
1540 | 2024-08-05T16:08:03.071Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1541 | 2024-08-05T16:08:03.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-05T16:08:03.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-05T16:08:03.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-05T16:08:03.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1545 | 2024-08-05T16:08:03.692Z | |
1546 | 2024-08-05T16:08:03.692Z | info: running `cargo check --bins` on oxlog (28/142) |
1547 | 2024-08-05T16:08:04.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-05T16:08:04.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-05T16:08:04.270Z | Checking cfg-if v1.0.0 |
1550 | 2024-08-05T16:08:04.273Z | Checking libc v0.2.155 |
1551 | 2024-08-05T16:08:04.353Z | Checking memchr v2.7.2 |
1552 | 2024-08-05T16:08:04.369Z | Checking serde v1.0.204 |
1553 | 2024-08-05T16:08:04.371Z | Checking scopeguard v1.2.0 |
1554 | 2024-08-05T16:08:04.385Z | Checking byteorder v1.5.0 |
1555 | 2024-08-05T16:08:04.387Z | Checking log v0.4.21 |
1556 | 2024-08-05T16:08:04.407Z | Checking itoa v1.0.11 |
1557 | 2024-08-05T16:08:04.417Z | Checking zeroize v1.7.0 |
1558 | 2024-08-05T16:08:04.480Z | Checking lock_api v0.4.12 |
1559 | 2024-08-05T16:08:04.605Z | Checking once_cell v1.19.0 |
1560 | 2024-08-05T16:08:04.664Z | Checking smallvec v1.13.2 |
1561 | 2024-08-05T16:08:04.768Z | Checking pin-project-lite v0.2.14 |
1562 | 2024-08-05T16:08:04.805Z | Checking typenum v1.17.0 |
1563 | 2024-08-05T16:08:04.851Z | Checking zerocopy v0.7.34 |
1564 | 2024-08-05T16:08:04.883Z | Checking spin v0.9.8 |
1565 | 2024-08-05T16:08:04.898Z | Checking futures-core v0.3.30 |
1566 | 2024-08-05T16:08:04.998Z | Checking tinyvec_macros v0.1.1 |
1567 | 2024-08-05T16:08:05.062Z | Checking libm v0.2.8 |
1568 | 2024-08-05T16:08:05.077Z | Checking tinyvec v1.6.0 |
1569 | 2024-08-05T16:08:05.209Z | Checking ryu v1.0.18 |
1570 | 2024-08-05T16:08:05.230Z | Checking const-oid v0.9.6 |
1571 | 2024-08-05T16:08:05.427Z | Checking subtle v2.5.0 |
1572 | 2024-08-05T16:08:05.478Z | Checking getrandom v0.2.14 |
1573 | 2024-08-05T16:08:05.675Z | Checking parking_lot_core v0.9.10 |
1574 | 2024-08-05T16:08:05.722Z | Checking rand_core v0.6.4 |
1575 | 2024-08-05T16:08:05.972Z | Checking parking_lot v0.12.2 |
1576 | 2024-08-05T16:08:05.975Z | Checking signal-hook-registry v1.4.2 |
1577 | 2024-08-05T16:08:06.028Z | Checking mio v0.8.11 |
1578 | 2024-08-05T16:08:06.081Z | Checking generic-array v0.14.7 |
1579 | 2024-08-05T16:08:06.227Z | Checking socket2 v0.5.7 |
1580 | 2024-08-05T16:08:06.267Z | Checking num_cpus v1.16.0 |
1581 | 2024-08-05T16:08:06.297Z | Checking ahash v0.8.11 |
1582 | 2024-08-05T16:08:06.361Z | Checking unicode-normalization v0.1.23 |
1583 | 2024-08-05T16:08:06.372Z | Checking num-traits v0.2.19 |
1584 | 2024-08-05T16:08:06.652Z | Checking unicode-bidi v0.3.15 |
1585 | 2024-08-05T16:08:06.694Z | Checking allocator-api2 v0.2.18 |
1586 | 2024-08-05T16:08:06.822Z | Checking futures-sink v0.3.30 |
1587 | 2024-08-05T16:08:06.969Z | Checking equivalent v1.0.1 |
1588 | 2024-08-05T16:08:07.069Z | Checking futures-channel v0.3.30 |
1589 | 2024-08-05T16:08:07.110Z | Checking slab v0.4.9 |
1590 | 2024-08-05T16:08:07.214Z | Checking crypto-common v0.1.6 |
1591 | 2024-08-05T16:08:07.228Z | Checking futures-task v0.3.30 |
1592 | 2024-08-05T16:08:07.260Z | Checking futures-io v0.3.30 |
1593 | 2024-08-05T16:08:07.335Z | Checking hashbrown v0.14.5 |
1594 | 2024-08-05T16:08:07.367Z | Checking pin-utils v0.1.0 |
1595 | 2024-08-05T16:08:07.381Z | Checking block-buffer v0.10.4 |
1596 | 2024-08-05T16:08:07.420Z | Checking percent-encoding v2.3.1 |
1597 | 2024-08-05T16:08:07.435Z | Checking ppv-lite86 v0.2.17 |
1598 | 2024-08-05T16:08:07.448Z | Checking futures-util v0.3.30 |
1599 | 2024-08-05T16:08:07.460Z | Checking tracing-core v0.1.32 |
1600 | 2024-08-05T16:08:07.574Z | Checking digest v0.10.7 |
1601 | 2024-08-05T16:08:07.631Z | Checking fnv v1.0.7 |
1602 | 2024-08-05T16:08:07.752Z | Checking untrusted v0.9.0 |
1603 | 2024-08-05T16:08:07.901Z | Checking ring v0.17.8 |
1604 | 2024-08-05T16:08:07.932Z | Checking thiserror v1.0.63 |
1605 | 2024-08-05T16:08:08.059Z | Checking powerfmt v0.2.0 |
1606 | 2024-08-05T16:08:08.073Z | Checking iana-time-zone v0.1.60 |
1607 | 2024-08-05T16:08:08.103Z | Checking tracing v0.1.40 |
1608 | 2024-08-05T16:08:08.118Z | Checking rand_chacha v0.3.1 |
1609 | 2024-08-05T16:08:08.212Z | Checking base64ct v1.6.0 |
1610 | 2024-08-05T16:08:08.326Z | Checking foreign-types-shared v0.1.1 |
1611 | 2024-08-05T16:08:08.414Z | Checking foreign-types v0.3.2 |
1612 | 2024-08-05T16:08:08.444Z | Checking deranged v0.3.11 |
1613 | 2024-08-05T16:08:08.495Z | Checking rand v0.8.5 |
1614 | 2024-08-05T16:08:08.508Z | Checking hmac v0.12.1 |
1615 | 2024-08-05T16:08:08.520Z | Checking form_urlencoded v1.2.1 |
1616 | 2024-08-05T16:08:08.640Z | Checking pem-rfc7468 v0.7.0 |
1617 | 2024-08-05T16:08:08.699Z | Checking openssl-sys v0.9.103 |
1618 | 2024-08-05T16:08:08.714Z | Checking siphasher v0.3.11 |
1619 | 2024-08-05T16:08:08.901Z | Checking unicode-ident v1.0.12 |
1620 | 2024-08-05T16:08:08.997Z | Checking num_threads v0.1.7 |
1621 | 2024-08-05T16:08:09.065Z | Checking time-core v0.1.2 |
1622 | 2024-08-05T16:08:09.105Z | Checking flagset v0.4.5 |
1623 | 2024-08-05T16:08:09.208Z | Checking try-lock v0.2.5 |
1624 | 2024-08-05T16:08:09.305Z | Checking num-conv v0.1.0 |
1625 | 2024-08-05T16:08:09.340Z | Checking want v0.3.1 |
1626 | 2024-08-05T16:08:09.506Z | Checking der v0.7.9 |
1627 | 2024-08-05T16:08:09.547Z | Checking proc-macro2 v1.0.86 |
1628 | 2024-08-05T16:08:09.577Z | Checking bytes v1.6.0 |
1629 | 2024-08-05T16:08:09.716Z | Checking bitflags v2.6.0 |
1630 | 2024-08-05T16:08:09.736Z | Checking serde_json v1.0.122 |
1631 | 2024-08-05T16:08:10.015Z | Checking indexmap v2.2.6 |
1632 | 2024-08-05T16:08:10.028Z | Checking uuid v1.10.0 |
1633 | 2024-08-05T16:08:10.182Z | Checking chrono v0.4.38 |
1634 | 2024-08-05T16:08:10.224Z | Checking time v0.3.36 |
1635 | 2024-08-05T16:08:10.327Z | Checking tokio v1.38.1 |
1636 | 2024-08-05T16:08:10.648Z | Checking http v0.2.12 |
1637 | 2024-08-05T16:08:11.280Z | Checking openssl v0.10.66 |
1638 | 2024-08-05T16:08:11.331Z | Checking rustls-webpki v0.101.7 |
1639 | 2024-08-05T16:08:11.362Z | Checking sct v0.7.1 |
1640 | 2024-08-05T16:08:11.566Z | Checking idna v0.5.0 |
1641 | 2024-08-05T16:08:11.989Z | Checking http-body v0.4.6 |
1642 | 2024-08-05T16:08:12.014Z | Checking httparse v1.8.0 |
1643 | 2024-08-05T16:08:12.252Z | Checking errno v0.3.9 |
1644 | 2024-08-05T16:08:12.368Z | Checking lazy_static v1.5.0 |
1645 | 2024-08-05T16:08:12.395Z | Checking aho-corasick v1.1.3 |
1646 | 2024-08-05T16:08:12.424Z | Checking scroll v0.12.0 |
1647 | 2024-08-05T16:08:12.439Z | Checking ucd-trie v0.1.6 |
1648 | 2024-08-05T16:08:12.473Z | Checking finl_unicode v1.2.0 |
1649 | 2024-08-05T16:08:12.568Z | Checking utf8parse v0.2.1 |
1650 | 2024-08-05T16:08:12.628Z | Checking adler v1.0.2 |
1651 | 2024-08-05T16:08:12.703Z | Checking regex-syntax v0.8.3 |
1652 | 2024-08-05T16:08:12.728Z | Checking cpufeatures v0.2.12 |
1653 | 2024-08-05T16:08:12.780Z | Checking anstyle v1.0.8 |
1654 | 2024-08-05T16:08:12.818Z | Checking httpdate v1.0.3 |
1655 | 2024-08-05T16:08:12.873Z | Checking openssl-probe v0.1.5 |
1656 | 2024-08-05T16:08:13.025Z | Checking plain v0.2.3 |
1657 | 2024-08-05T16:08:13.066Z | Checking tower-service v0.3.2 |
1658 | 2024-08-05T16:08:13.080Z | Checking stringprep v0.1.4 |
1659 | 2024-08-05T16:08:13.124Z | Checking sha2 v0.10.8 |
1660 | 2024-08-05T16:08:13.168Z | Checking goblin v0.8.2 |
1661 | 2024-08-05T16:08:13.182Z | Checking miniz_oxide v0.7.2 |
1662 | 2024-08-05T16:08:13.348Z | Checking anstyle-parse v0.2.4 |
1663 | 2024-08-05T16:08:13.622Z | Checking pest v2.7.10 |
1664 | 2024-08-05T16:08:13.679Z | Checking rustix v0.38.34 |
1665 | 2024-08-05T16:08:13.913Z | Checking url v2.5.2 |
1666 | 2024-08-05T16:08:14.015Z | Checking rustls v0.21.12 |
1667 | 2024-08-05T16:08:14.759Z | Checking spki v0.7.3 |
1668 | 2024-08-05T16:08:15.049Z | Checking quote v1.0.36 |
1669 | 2024-08-05T16:08:15.405Z | Checking toml_datetime v0.6.8 |
1670 | 2024-08-05T16:08:15.694Z | Checking serde_spanned v0.6.7 |
1671 | 2024-08-05T16:08:15.734Z | Checking num-integer v0.1.46 |
1672 | 2024-08-05T16:08:15.869Z | Checking md-5 v0.10.6 |
1673 | 2024-08-05T16:08:15.993Z | Checking regex-automata v0.4.6 |
1674 | 2024-08-05T16:08:16.072Z | Checking idna v0.3.0 |
1675 | 2024-08-05T16:08:16.110Z | Checking hash32 v0.2.1 |
1676 | 2024-08-05T16:08:16.203Z | Checking psl-types v2.0.11 |
1677 | 2024-08-05T16:08:16.381Z | Checking anstyle-query v1.0.3 |
1678 | 2024-08-05T16:08:16.405Z | Checking fallible-iterator v0.2.0 |
1679 | 2024-08-05T16:08:16.497Z | Checking is_terminal_polyfill v1.70.0 |
1680 | 2024-08-05T16:08:16.614Z | Checking stable_deref_trait v1.2.0 |
1681 | 2024-08-05T16:08:16.674Z | Checking native-tls v0.2.11 |
1682 | 2024-08-05T16:08:16.710Z | Checking pretty-hex v0.4.1 |
1683 | 2024-08-05T16:08:16.881Z | Checking base64 v0.22.1 |
1684 | 2024-08-05T16:08:16.908Z | Checking dyn-clone v1.0.17 |
1685 | 2024-08-05T16:08:16.964Z | Checking colorchoice v1.0.1 |
1686 | 2024-08-05T16:08:16.983Z | Checking gimli v0.28.1 |
1687 | 2024-08-05T16:08:17.027Z | Checking schemars v0.8.21 |
1688 | 2024-08-05T16:08:17.087Z | Checking anstream v0.6.14 |
1689 | 2024-08-05T16:08:17.188Z | Checking tokio-util v0.7.11 |
1690 | 2024-08-05T16:08:17.269Z | Checking tokio-rustls v0.24.1 |
1691 | 2024-08-05T16:08:17.343Z | Checking postgres-protocol v0.6.7 |
1692 | 2024-08-05T16:08:17.428Z | Checking tokio-native-tls v0.3.1 |
1693 | 2024-08-05T16:08:17.647Z | Checking publicsuffix v2.2.3 |
1694 | 2024-08-05T16:08:17.677Z | Checking heapless v0.7.17 |
1695 | 2024-08-05T16:08:17.870Z | Checking dtrace-parser v0.2.0 |
1696 | 2024-08-05T16:08:18.012Z | Checking terminal_size v0.3.0 |
1697 | 2024-08-05T16:08:18.039Z | Checking h2 v0.3.26 |
1698 | 2024-08-05T16:08:18.074Z | Checking dof v0.3.0 |
1699 | 2024-08-05T16:08:18.184Z | Checking syn v2.0.72 |
1700 | 2024-08-05T16:08:18.370Z | Checking pkcs8 v0.10.2 |
1701 | 2024-08-05T16:08:18.627Z | Checking cookie v0.17.0 |
1702 | 2024-08-05T16:08:18.689Z | Checking phf_shared v0.11.2 |
1703 | 2024-08-05T16:08:18.708Z | Checking signal-hook v0.3.17 |
1704 | 2024-08-05T16:08:18.752Z | Checking block-padding v0.3.3 |
1705 | 2024-08-05T16:08:18.957Z | Checking scheduled-thread-pool v0.2.7 |
1706 | 2024-08-05T16:08:18.971Z | Checking ff v0.13.0 |
1707 | 2024-08-05T16:08:19.025Z | Checking thread-id v4.2.1 |
1708 | 2024-08-05T16:08:19.038Z | Checking object v0.32.2 |
1709 | 2024-08-05T16:08:19.132Z | Checking ipnet v2.9.0 |
1710 | 2024-08-05T16:08:19.159Z | Checking managed v0.8.0 |
1711 | 2024-08-05T16:08:19.173Z | Checking clap_lex v0.7.0 |
1712 | 2024-08-05T16:08:19.413Z | Checking bit-vec v0.6.3 |
1713 | 2024-08-05T16:08:19.521Z | Checking bitflags v1.3.2 |
1714 | 2024-08-05T16:08:19.587Z | Checking rustc-demangle v0.1.24 |
1715 | 2024-08-05T16:08:19.622Z | Checking matches v0.1.10 |
1716 | 2024-08-05T16:08:19.710Z | Checking winnow v0.5.40 |
1717 | 2024-08-05T16:08:19.739Z | Checking regex-automata v0.1.10 |
1718 | 2024-08-05T16:08:20.023Z | Checking strsim v0.11.1 |
1719 | 2024-08-05T16:08:20.145Z | Checking base16ct v0.2.0 |
1720 | 2024-08-05T16:08:20.296Z | Checking base64 v0.21.7 |
1721 | 2024-08-05T16:08:20.329Z | Checking either v1.12.0 |
1722 | 2024-08-05T16:08:20.497Z | Checking regex v1.10.5 |
1723 | 2024-08-05T16:08:20.678Z | Checking sec1 v0.7.3 |
1724 | 2024-08-05T16:08:20.752Z | Checking rustls-pemfile v1.0.4 |
1725 | 2024-08-05T16:08:20.896Z | Checking addr2line v0.21.0 |
1726 | 2024-08-05T16:08:20.934Z | Checking clap_builder v4.5.13 |
1727 | 2024-08-05T16:08:21.031Z | Checking bstr v0.2.17 |
1728 | 2024-08-05T16:08:21.127Z | Checking idna v0.2.3 |
1729 | 2024-08-05T16:08:21.415Z | Checking smoltcp v0.9.1 |
1730 | 2024-08-05T16:08:21.864Z | Checking group v0.13.0 |
1731 | 2024-08-05T16:08:22.002Z | Checking r2d2 v0.8.10 |
1732 | 2024-08-05T16:08:22.114Z | Checking cookie_store v0.20.0 |
1733 | 2024-08-05T16:08:22.312Z | Checking signal-hook-mio v0.2.3 |
1734 | 2024-08-05T16:08:22.444Z | Checking inout v0.1.3 |
1735 | 2024-08-05T16:08:22.674Z | Checking phf v0.11.2 |
1736 | 2024-08-05T16:08:22.755Z | Checking toml_edit v0.19.15 |
1737 | 2024-08-05T16:08:22.767Z | Checking ipnetwork v0.20.0 |
1738 | 2024-08-05T16:08:22.873Z | Checking postgres-types v0.2.7 |
1739 | 2024-08-05T16:08:22.940Z | Checking num-bigint v0.4.5 |
1740 | 2024-08-05T16:08:23.134Z | Checking futures-executor v0.3.30 |
1741 | 2024-08-05T16:08:23.356Z | Checking hubpack v0.1.2 |
1742 | 2024-08-05T16:08:23.559Z | Checking serde_urlencoded v0.7.1 |
1743 | 2024-08-05T16:08:23.665Z | Checking phf_shared v0.10.0 |
1744 | 2024-08-05T16:08:23.946Z | Checking hkdf v0.12.4 |
1745 | 2024-08-05T16:08:23.949Z | Checking float-cmp v0.9.0 |
1746 | 2024-08-05T16:08:23.978Z | Checking zerocopy v0.6.6 |
1747 | 2024-08-05T16:08:24.130Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1748 | 2024-08-05T16:08:24.157Z | Checking crc32fast v1.4.0 |
1749 | 2024-08-05T16:08:24.263Z | Checking hyper v0.14.30 |
1750 | 2024-08-05T16:08:24.375Z | Checking crossbeam-utils v0.8.19 |
1751 | 2024-08-05T16:08:24.389Z | Checking crypto-bigint v0.5.5 |
1752 | 2024-08-05T16:08:24.483Z | Checking usdt-impl v0.5.0 |
1753 | 2024-08-05T16:08:24.699Z | Checking memmap v0.7.0 |
1754 | 2024-08-05T16:08:24.896Z | Checking encoding_rs v0.8.34 |
1755 | 2024-08-05T16:08:25.016Z | Checking sync_wrapper v0.1.2 |
1756 | 2024-08-05T16:08:25.040Z | Checking backtrace v0.3.71 |
1757 | 2024-08-05T16:08:25.098Z | Checking new_debug_unreachable v1.0.6 |
1758 | 2024-08-05T16:08:25.132Z | Checking normalize-line-endings v0.3.0 |
1759 | 2024-08-05T16:08:25.184Z | Checking unicode-width v0.1.13 |
1760 | 2024-08-05T16:08:25.252Z | Checking fixedbitset v0.4.2 |
1761 | 2024-08-05T16:08:25.267Z | Checking precomputed-hash v0.1.1 |
1762 | 2024-08-05T16:08:25.363Z | Checking difflib v0.4.0 |
1763 | 2024-08-05T16:08:25.377Z | Checking mime v0.3.17 |
1764 | 2024-08-05T16:08:25.451Z | Checking static_assertions v1.1.0 |
1765 | 2024-08-05T16:08:25.521Z | Checking webpki-roots v0.25.4 |
1766 | 2024-08-05T16:08:25.541Z | Checking whoami v1.5.1 |
1767 | 2024-08-05T16:08:25.554Z | Checking unicode-segmentation v1.11.0 |
1768 | 2024-08-05T16:08:25.660Z | Checking minimal-lexical v0.2.1 |
1769 | 2024-08-05T16:08:25.675Z | Checking predicates-core v1.0.6 |
1770 | 2024-08-05T16:08:25.678Z | Checking winnow v0.6.18 |
1771 | 2024-08-05T16:08:25.818Z | Checking data-encoding v2.6.0 |
1772 | 2024-08-05T16:08:25.848Z | Checking predicates v3.1.2 |
1773 | 2024-08-05T16:08:26.061Z | Checking nom v7.1.3 |
1774 | 2024-08-05T16:08:26.197Z | Checking similar v2.5.0 |
1775 | 2024-08-05T16:08:26.508Z | Checking trust-dns-proto v0.22.0 |
1776 | 2024-08-05T16:08:26.524Z | Checking tokio-postgres v0.7.11 |
1777 | 2024-08-05T16:08:27.036Z | Checking anyhow v1.0.86 |
1778 | 2024-08-05T16:08:27.140Z | Checking elliptic-curve v0.13.8 |
1779 | 2024-08-05T16:08:27.179Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1780 | 2024-08-05T16:08:27.399Z | Checking petgraph v0.6.5 |
1781 | 2024-08-05T16:08:27.797Z | Checking yasna v0.5.2 |
1782 | 2024-08-05T16:08:28.703Z | Checking toml_edit v0.22.20 |
1783 | 2024-08-05T16:08:28.730Z | Checking string_cache v0.8.7 |
1784 | 2024-08-05T16:08:29.009Z | Checking console v0.15.8 |
1785 | 2024-08-05T16:08:29.023Z | Checking toml v0.7.8 |
1786 | 2024-08-05T16:08:29.551Z | Checking crossbeam-epoch v0.9.18 |
1787 | 2024-08-05T16:08:29.599Z | Checking usdt v0.5.0 |
1788 | 2024-08-05T16:08:29.765Z | Checking diesel v2.1.6 |
1789 | 2024-08-05T16:08:29.867Z | Checking flate2 v1.0.31 |
1790 | 2024-08-05T16:08:29.994Z | Checking clap v4.5.13 |
1791 | 2024-08-05T16:08:30.102Z | Checking futures v0.3.30 |
1792 | 2024-08-05T16:08:30.217Z | Checking cipher v0.4.4 |
1793 | 2024-08-05T16:08:30.370Z | Checking hyper-rustls v0.24.2 |
1794 | 2024-08-05T16:08:30.416Z | Checking hyper-tls v0.5.0 |
1795 | 2024-08-05T16:08:30.476Z | Checking crossterm v0.27.0 |
1796 | 2024-08-05T16:08:30.609Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1797 | 2024-08-05T16:08:30.634Z | Checking itertools v0.12.1 |
1798 | 2024-08-05T16:08:30.668Z | Checking itertools v0.10.5 |
1799 | 2024-08-05T16:08:30.691Z | Checking reqwest v0.11.27 |
1800 | 2024-08-05T16:08:30.781Z | Checking bstr v1.9.1 |
1801 | 2024-08-05T16:08:31.344Z | Checking bit-set v0.5.3 |
1802 | 2024-08-05T16:08:31.614Z | Checking tokio-stream v0.1.15 |
1803 | 2024-08-05T16:08:31.719Z | Checking fs-err v2.11.0 |
1804 | 2024-08-05T16:08:32.233Z | Checking num-iter v0.1.45 |
1805 | 2024-08-05T16:08:32.237Z | Checking openapiv3 v2.0.0 |
1806 | 2024-08-05T16:08:32.261Z | Checking semver v1.0.23 |
1807 | 2024-08-05T16:08:32.284Z | Checking hex v0.4.3 |
1808 | 2024-08-05T16:08:32.409Z | Checking slog v2.7.0 |
1809 | 2024-08-05T16:08:32.412Z | Checking lalrpop-util v0.19.12 |
1810 | 2024-08-05T16:08:32.667Z | Checking peg-runtime v0.8.3 |
1811 | 2024-08-05T16:08:32.725Z | Checking camino v1.1.7 |
1812 | 2024-08-05T16:08:32.754Z | Checking sigpipe v0.1.3 |
1813 | 2024-08-05T16:08:49.556Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1814 | 2024-08-05T16:08:49.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.15s |
1815 | 2024-08-05T16:08:49.981Z | |
1816 | 2024-08-05T16:08:49.981Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1817 | 2024-08-05T16:08:50.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2024-08-05T16:08:50.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2024-08-05T16:08:50.599Z | Compiling regress v0.9.1 |
1820 | 2024-08-05T16:08:50.688Z | Checking sha1 v0.10.6 |
1821 | 2024-08-05T16:08:50.698Z | Checking strum v0.26.3 |
1822 | 2024-08-05T16:08:50.715Z | Checking heck v0.5.0 |
1823 | 2024-08-05T16:08:50.726Z | Compiling getopts v0.2.21 |
1824 | 2024-08-05T16:08:50.728Z | Checking dirs-sys-next v0.1.2 |
1825 | 2024-08-05T16:08:50.748Z | Compiling unsafe-libyaml v0.2.11 |
1826 | 2024-08-05T16:08:50.882Z | Checking http v1.1.0 |
1827 | 2024-08-05T16:08:50.895Z | Checking dirs-next v2.0.0 |
1828 | 2024-08-05T16:08:50.919Z | Checking thread_local v1.1.8 |
1829 | 2024-08-05T16:08:51.014Z | Checking rustls-pki-types v1.7.0 |
1830 | 2024-08-05T16:08:51.120Z | Compiling ident_case v1.0.1 |
1831 | 2024-08-05T16:08:51.183Z | Checking term v0.7.0 |
1832 | 2024-08-05T16:08:51.298Z | Compiling darling_core v0.20.9 |
1833 | 2024-08-05T16:08:51.437Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1834 | 2024-08-05T16:08:51.592Z | Checking crossbeam-channel v0.5.12 |
1835 | 2024-08-05T16:08:51.631Z | Checking atty v0.2.14 |
1836 | 2024-08-05T16:08:51.748Z | Checking is-terminal v0.4.12 |
1837 | 2024-08-05T16:08:51.774Z | Compiling rustls v0.22.4 |
1838 | 2024-08-05T16:08:51.864Z | Checking take_mut v0.2.2 |
1839 | 2024-08-05T16:08:52.006Z | Checking utf-8 v0.7.6 |
1840 | 2024-08-05T16:08:52.057Z | Checking termcolor v1.4.1 |
1841 | 2024-08-05T16:08:52.197Z | Compiling serde_yaml v0.9.34+deprecated |
1842 | 2024-08-05T16:08:52.221Z | Compiling paste v1.0.15 |
1843 | 2024-08-05T16:08:52.318Z | Checking humantime v2.1.0 |
1844 | 2024-08-05T16:08:52.473Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1845 | 2024-08-05T16:08:52.610Z | Checking env_logger v0.9.3 |
1846 | 2024-08-05T16:08:52.723Z | Checking slog-async v2.8.0 |
1847 | 2024-08-05T16:08:52.847Z | Checking slog-term v2.9.1 |
1848 | 2024-08-05T16:08:52.860Z | Checking rustls-webpki v0.102.4 |
1849 | 2024-08-05T16:08:53.032Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-08-05T16:08:53.046Z | Compiling proc-macro-crate v1.3.1 |
1851 | 2024-08-05T16:08:53.363Z | Compiling bitstruct_derive v0.1.0 |
1852 | 2024-08-05T16:08:53.398Z | Compiling structmeta-derive v0.3.0 |
1853 | 2024-08-05T16:08:53.630Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-05T16:08:53.756Z | Compiling multer v3.1.0 |
1855 | 2024-08-05T16:08:54.066Z | Checking ascii v1.1.0 |
1856 | 2024-08-05T16:08:54.101Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1857 | 2024-08-05T16:08:54.242Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1858 | 2024-08-05T16:08:54.469Z | Checking match_cfg v0.1.0 |
1859 | 2024-08-05T16:08:54.561Z | Checking hostname v0.3.1 |
1860 | 2024-08-05T16:08:54.699Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1861 | 2024-08-05T16:08:54.769Z | Checking bitstruct v0.1.1 |
1862 | 2024-08-05T16:08:54.901Z | Compiling num_enum_derive v0.5.11 |
1863 | 2024-08-05T16:08:55.672Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1864 | 2024-08-05T16:08:55.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-08-05T16:08:56.382Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-08-05T16:08:56.397Z | Compiling structmeta v0.3.0 |
1867 | 2024-08-05T16:08:56.654Z | Checking slog-json v2.6.1 |
1868 | 2024-08-05T16:08:56.678Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-05T16:08:56.826Z | Checking serde_arrays v0.1.0 |
1870 | 2024-08-05T16:08:56.911Z | Checking erased-serde v0.3.31 |
1871 | 2024-08-05T16:08:56.925Z | Compiling foreign-types-macros v0.2.3 |
1872 | 2024-08-05T16:08:56.972Z | Compiling async-stream-impl v0.3.5 |
1873 | 2024-08-05T16:08:57.325Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1874 | 2024-08-05T16:08:57.564Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1875 | 2024-08-05T16:08:57.638Z | Checking arc-swap v1.7.1 |
1876 | 2024-08-05T16:08:57.848Z | Checking foreign-types-shared v0.3.1 |
1877 | 2024-08-05T16:08:57.925Z | Checking atomic-waker v1.1.2 |
1878 | 2024-08-05T16:08:58.001Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-08-05T16:08:58.053Z | Checking waitgroup v0.1.2 |
1880 | 2024-08-05T16:08:58.075Z | Checking slog-scope v4.4.0 |
1881 | 2024-08-05T16:08:58.254Z | Checking foreign-types v0.5.0 |
1882 | 2024-08-05T16:08:58.272Z | Checking num_enum v0.5.11 |
1883 | 2024-08-05T16:08:58.285Z | Checking slog-bunyan v2.5.0 |
1884 | 2024-08-05T16:08:58.356Z | Compiling parse-display-derive v0.9.1 |
1885 | 2024-08-05T16:08:58.382Z | Compiling darling_macro v0.20.9 |
1886 | 2024-08-05T16:08:58.411Z | Compiling proc-macro-error v1.0.4 |
1887 | 2024-08-05T16:08:58.458Z | Checking async-stream v0.3.5 |
1888 | 2024-08-05T16:08:58.793Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1889 | 2024-08-05T16:08:58.895Z | Checking toml v0.8.19 |
1890 | 2024-08-05T16:08:59.011Z | Checking tungstenite v0.20.1 |
1891 | 2024-08-05T16:08:59.092Z | Checking rustls-pemfile v2.1.2 |
1892 | 2024-08-05T16:08:59.333Z | Compiling heck v0.3.3 |
1893 | 2024-08-05T16:08:59.356Z | Compiling darling v0.20.9 |
1894 | 2024-08-05T16:08:59.482Z | Compiling serde_with_macros v3.8.3 |
1895 | 2024-08-05T16:08:59.527Z | Checking tokio-rustls v0.25.0 |
1896 | 2024-08-05T16:08:59.617Z | Checking newtype-uuid v1.1.0 |
1897 | 2024-08-05T16:08:59.743Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1898 | 2024-08-05T16:08:59.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1899 | 2024-08-05T16:08:59.875Z | Checking serde_path_to_error v0.1.16 |
1900 | 2024-08-05T16:08:59.904Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1901 | 2024-08-05T16:09:00.494Z | Checking hostname v0.4.0 |
1902 | 2024-08-05T16:09:00.635Z | Checking cstr-argument v0.1.2 |
1903 | 2024-08-05T16:09:00.687Z | Checking instant v0.1.12 |
1904 | 2024-08-05T16:09:00.742Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1905 | 2024-08-05T16:09:00.795Z | Checking debug-ignore v1.0.5 |
1906 | 2024-08-05T16:09:00.796Z | Checking fastrand v2.1.0 |
1907 | 2024-08-05T16:09:00.934Z | Checking pretty-hex v0.2.1 |
1908 | 2024-08-05T16:09:01.058Z | Checking backoff v0.4.0 |
1909 | 2024-08-05T16:09:01.093Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1910 | 2024-08-05T16:09:01.112Z | Checking tempfile v3.10.1 |
1911 | 2024-08-05T16:09:01.359Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1912 | 2024-08-05T16:09:01.475Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1913 | 2024-08-05T16:09:01.522Z | Checking tokio-tungstenite v0.20.1 |
1914 | 2024-08-05T16:09:01.620Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1915 | 2024-08-05T16:09:01.673Z | Compiling zone_cfg_derive v0.1.2 |
1916 | 2024-08-05T16:09:01.849Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1917 | 2024-08-05T16:09:01.983Z | Checking slog-stdlog v4.1.1 |
1918 | 2024-08-05T16:09:02.158Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-08-05T16:09:02.311Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1920 | 2024-08-05T16:09:02.473Z | Checking serde_with v3.8.3 |
1921 | 2024-08-05T16:09:02.637Z | Checking tungstenite v0.21.0 |
1922 | 2024-08-05T16:09:02.640Z | Checking colored v2.1.0 |
1923 | 2024-08-05T16:09:02.996Z | Checking macaddr v1.0.1 |
1924 | 2024-08-05T16:09:03.230Z | Checking parse-display v0.9.1 |
1925 | 2024-08-05T16:09:03.246Z | Checking socket2 v0.4.10 |
1926 | 2024-08-05T16:09:03.346Z | Checking base64 v0.13.1 |
1927 | 2024-08-05T16:09:03.457Z | Checking zone v0.1.8 |
1928 | 2024-08-05T16:09:03.662Z | Checking tokio-tungstenite v0.21.0 |
1929 | 2024-08-05T16:09:03.763Z | Checking ron v0.7.1 |
1930 | 2024-08-05T16:09:04.100Z | Checking slog-envlogger v2.2.0 |
1931 | 2024-08-05T16:09:04.127Z | Checking pem v3.0.4 |
1932 | 2024-08-05T16:09:04.329Z | Checking tabwriter v1.4.0 |
1933 | 2024-08-05T16:09:04.399Z | Checking xattr v1.3.1 |
1934 | 2024-08-05T16:09:04.558Z | Checking portpicker v0.1.1 |
1935 | 2024-08-05T16:09:04.587Z | Checking headers-core v0.2.0 |
1936 | 2024-08-05T16:09:04.703Z | Checking smf v0.2.3 |
1937 | 2024-08-05T16:09:04.735Z | Checking filetime v0.2.23 |
1938 | 2024-08-05T16:09:04.935Z | Checking same-file v1.0.6 |
1939 | 2024-08-05T16:09:04.953Z | Checking tar v0.4.41 |
1940 | 2024-08-05T16:09:05.116Z | Checking walkdir v2.5.0 |
1941 | 2024-08-05T16:09:05.153Z | Checking headers v0.3.9 |
1942 | 2024-08-05T16:09:05.397Z | Checking rcgen v0.12.1 |
1943 | 2024-08-05T16:09:05.494Z | Checking atomicwrites v0.4.3 |
1944 | 2024-08-05T16:09:05.681Z | Checking camino-tempfile v1.1.1 |
1945 | 2024-08-05T16:09:05.684Z | Checking subprocess v0.2.9 |
1946 | 2024-08-05T16:09:06.929Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-05T16:09:07.131Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-05T16:09:08.751Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1949 | 2024-08-05T16:09:10.768Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1950 | 2024-08-05T16:09:10.835Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-08-05T16:09:13.939Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-08-05T16:09:19.577Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1953 | 2024-08-05T16:09:19.710Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1954 | 2024-08-05T16:09:19.710Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-08-05T16:09:22.105Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1956 | 2024-08-05T16:09:22.515Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1957 | 2024-08-05T16:09:28.001Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1958 | 2024-08-05T16:09:29.325Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1959 | 2024-08-05T16:09:30.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.42s |
1960 | 2024-08-05T16:09:30.557Z | |
1961 | 2024-08-05T16:09:30.557Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1962 | 2024-08-05T16:09:31.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-08-05T16:09:31.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-08-05T16:09:31.193Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1965 | 2024-08-05T16:09:32.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
1966 | 2024-08-05T16:09:32.567Z | |
1967 | 2024-08-05T16:09:32.567Z | info: running `cargo check --bins` on nexus-config (31/142) |
1968 | 2024-08-05T16:09:33.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-08-05T16:09:33.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-08-05T16:09:33.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-08-05T16:09:33.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1972 | 2024-08-05T16:09:33.166Z | |
1973 | 2024-08-05T16:09:33.166Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1974 | 2024-08-05T16:09:33.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-08-05T16:09:33.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-08-05T16:09:33.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-08-05T16:09:33.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1978 | 2024-08-05T16:09:33.739Z | |
1979 | 2024-08-05T16:09:33.739Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1980 | 2024-08-05T16:09:34.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-08-05T16:09:34.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-08-05T16:09:34.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-08-05T16:09:34.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1984 | 2024-08-05T16:09:34.341Z | |
1985 | 2024-08-05T16:09:34.341Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1986 | 2024-08-05T16:09:34.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-08-05T16:09:34.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-08-05T16:09:34.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-08-05T16:09:34.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1990 | 2024-08-05T16:09:34.953Z | |
1991 | 2024-08-05T16:09:34.953Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
1992 | 2024-08-05T16:09:35.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-08-05T16:09:35.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-08-05T16:09:35.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-08-05T16:09:35.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1996 | 2024-08-05T16:09:35.531Z | |
1997 | 2024-08-05T16:09:35.531Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
1998 | 2024-08-05T16:09:36.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-08-05T16:09:36.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-08-05T16:09:36.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-08-05T16:09:36.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2002 | 2024-08-05T16:09:36.145Z | |
2003 | 2024-08-05T16:09:36.145Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2004 | 2024-08-05T16:09:36.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-08-05T16:09:36.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-08-05T16:09:36.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-08-05T16:09:36.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2008 | 2024-08-05T16:09:36.726Z | |
2009 | 2024-08-05T16:09:36.726Z | info: running `cargo check --bins` on dpd-client (38/142) |
2010 | 2024-08-05T16:09:37.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-08-05T16:09:37.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-08-05T16:09:37.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-08-05T16:09:37.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2014 | 2024-08-05T16:09:37.306Z | |
2015 | 2024-08-05T16:09:37.306Z | info: running `cargo check --bins` on gateway-client (39/142) |
2016 | 2024-08-05T16:09:37.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-08-05T16:09:37.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-08-05T16:09:37.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-08-05T16:09:37.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2020 | 2024-08-05T16:09:37.874Z | |
2021 | 2024-08-05T16:09:37.874Z | info: running `cargo check --bins` on installinator-client (40/142) |
2022 | 2024-08-05T16:09:38.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-08-05T16:09:38.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-08-05T16:09:38.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-08-05T16:09:38.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2026 | 2024-08-05T16:09:38.481Z | |
2027 | 2024-08-05T16:09:38.481Z | info: running `cargo check --bins` on installinator-common (41/142) |
2028 | 2024-08-05T16:09:39.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-08-05T16:09:39.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-08-05T16:09:39.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-08-05T16:09:39.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2032 | 2024-08-05T16:09:39.088Z | |
2033 | 2024-08-05T16:09:39.088Z | info: running `cargo check --bins` on update-engine (42/142) |
2034 | 2024-08-05T16:09:39.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-08-05T16:09:39.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-08-05T16:09:39.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-08-05T16:09:39.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2038 | 2024-08-05T16:09:39.670Z | |
2039 | 2024-08-05T16:09:39.670Z | info: running `cargo check --bins` on nexus-client (43/142) |
2040 | 2024-08-05T16:09:40.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-08-05T16:09:40.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-08-05T16:09:40.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-08-05T16:09:40.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2044 | 2024-08-05T16:09:40.289Z | |
2045 | 2024-08-05T16:09:40.289Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2046 | 2024-08-05T16:09:40.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-08-05T16:09:40.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-08-05T16:09:40.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-08-05T16:09:40.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2050 | 2024-08-05T16:09:40.900Z | |
2051 | 2024-08-05T16:09:40.900Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2052 | 2024-08-05T16:09:41.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-08-05T16:09:41.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-08-05T16:09:41.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-08-05T16:09:41.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2056 | 2024-08-05T16:09:41.476Z | |
2057 | 2024-08-05T16:09:41.476Z | info: running `cargo check --bins` on nexus-types (46/142) |
2058 | 2024-08-05T16:09:42.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-08-05T16:09:42.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-08-05T16:09:42.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-08-05T16:09:42.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2062 | 2024-08-05T16:09:42.095Z | |
2063 | 2024-08-05T16:09:42.095Z | info: running `cargo check --bins` on oxide-client (47/142) |
2064 | 2024-08-05T16:09:42.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-08-05T16:09:42.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-08-05T16:09:42.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-08-05T16:09:42.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2068 | 2024-08-05T16:09:42.671Z | |
2069 | 2024-08-05T16:09:42.671Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2070 | 2024-08-05T16:09:43.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-08-05T16:09:43.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-08-05T16:09:43.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-08-05T16:09:43.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2074 | 2024-08-05T16:09:43.262Z | |
2075 | 2024-08-05T16:09:43.263Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2076 | 2024-08-05T16:09:43.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-08-05T16:09:43.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-08-05T16:09:43.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-08-05T16:09:43.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2080 | 2024-08-05T16:09:43.881Z | |
2081 | 2024-08-05T16:09:43.881Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2082 | 2024-08-05T16:09:44.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-08-05T16:09:44.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-08-05T16:09:44.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-08-05T16:09:44.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2086 | 2024-08-05T16:09:44.503Z | |
2087 | 2024-08-05T16:09:44.503Z | info: running `cargo check --bins` on wicket-common (51/142) |
2088 | 2024-08-05T16:09:45.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-08-05T16:09:45.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-08-05T16:09:45.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-08-05T16:09:45.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2092 | 2024-08-05T16:09:45.119Z | |
2093 | 2024-08-05T16:09:45.119Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2094 | 2024-08-05T16:09:45.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-08-05T16:09:45.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-08-05T16:09:45.749Z | Compiling heapless v0.8.0 |
2097 | 2024-08-05T16:09:45.833Z | Checking hash32 v0.3.1 |
2098 | 2024-08-05T16:09:45.842Z | Compiling smoltcp v0.11.0 |
2099 | 2024-08-05T16:09:45.852Z | Checking cobs v0.2.3 |
2100 | 2024-08-05T16:09:45.855Z | Checking embedded-io v0.4.0 |
2101 | 2024-08-05T16:09:45.872Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2102 | 2024-08-05T16:09:45.874Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2103 | 2024-08-05T16:09:45.893Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2104 | 2024-08-05T16:09:45.992Z | Compiling crucible-workspace-hack v0.1.0 |
2105 | 2024-08-05T16:09:46.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2106 | 2024-08-05T16:09:46.022Z | Checking csv-core v0.1.11 |
2107 | 2024-08-05T16:09:46.042Z | Checking postcard v1.0.8 |
2108 | 2024-08-05T16:09:46.214Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2109 | 2024-08-05T16:09:46.342Z | Checking csv v1.3.0 |
2110 | 2024-08-05T16:09:46.400Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2111 | 2024-08-05T16:09:46.421Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2112 | 2024-08-05T16:09:46.577Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2113 | 2024-08-05T16:09:46.696Z | Compiling num-derive v0.4.2 |
2114 | 2024-08-05T16:09:46.768Z | Compiling slog-dtrace v0.3.0 |
2115 | 2024-08-05T16:09:46.783Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2116 | 2024-08-05T16:09:46.892Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2117 | 2024-08-05T16:09:47.108Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2118 | 2024-08-05T16:09:47.169Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2119 | 2024-08-05T16:09:47.600Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2120 | 2024-08-05T16:09:47.760Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2121 | 2024-08-05T16:09:48.382Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2122 | 2024-08-05T16:09:49.540Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2123 | 2024-08-05T16:09:50.361Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2124 | 2024-08-05T16:09:51.371Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2125 | 2024-08-05T16:09:53.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.86s |
2126 | 2024-08-05T16:09:54.125Z | |
2127 | 2024-08-05T16:09:54.125Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2128 | 2024-08-05T16:09:54.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-08-05T16:09:54.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-08-05T16:09:54.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-08-05T16:09:54.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2132 | 2024-08-05T16:09:54.720Z | |
2133 | 2024-08-05T16:09:54.720Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2134 | 2024-08-05T16:09:55.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-08-05T16:09:55.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-08-05T16:09:55.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-08-05T16:09:55.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2138 | 2024-08-05T16:09:55.316Z | |
2139 | 2024-08-05T16:09:55.316Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2140 | 2024-08-05T16:09:55.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-08-05T16:09:55.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-08-05T16:09:55.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-08-05T16:09:55.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2144 | 2024-08-05T16:09:56.007Z | |
2145 | 2024-08-05T16:09:56.007Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2146 | 2024-08-05T16:09:56.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-08-05T16:09:56.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-08-05T16:09:56.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-08-05T16:09:56.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2150 | 2024-08-05T16:09:56.701Z | |
2151 | 2024-08-05T16:09:56.701Z | info: running `cargo check --bins` on dns-server (57/142) |
2152 | 2024-08-05T16:09:57.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-08-05T16:09:57.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-08-05T16:09:57.291Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-08-05T16:09:57.294Z | Checking nibble_vec v0.1.0 |
2156 | 2024-08-05T16:09:57.384Z | Checking endian-type v0.1.2 |
2157 | 2024-08-05T16:09:57.391Z | Checking newline-converter v0.3.0 |
2158 | 2024-08-05T16:09:57.394Z | Checking linked-hash-map v0.5.6 |
2159 | 2024-08-05T16:09:57.394Z | Checking quick-error v1.2.3 |
2160 | 2024-08-05T16:09:57.400Z | Checking toml v0.5.11 |
2161 | 2024-08-05T16:09:57.404Z | Checking fxhash v0.2.1 |
2162 | 2024-08-05T16:09:57.519Z | Checking resolv-conf v0.7.0 |
2163 | 2024-08-05T16:09:57.532Z | Checking expectorate v1.1.0 |
2164 | 2024-08-05T16:09:57.536Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2165 | 2024-08-05T16:09:57.556Z | Checking radix_trie v0.2.1 |
2166 | 2024-08-05T16:09:57.669Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2167 | 2024-08-05T16:09:57.718Z | Checking lru-cache v0.1.2 |
2168 | 2024-08-05T16:09:57.877Z | Checking trust-dns-client v0.22.0 |
2169 | 2024-08-05T16:09:57.894Z | Checking trust-dns-resolver v0.22.0 |
2170 | 2024-08-05T16:09:58.118Z | Checking parking_lot v0.11.2 |
2171 | 2024-08-05T16:09:58.447Z | Checking sled v0.34.7 |
2172 | 2024-08-05T16:09:58.748Z | Checking trust-dns-server v0.22.1 |
2173 | 2024-08-05T16:10:00.250Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2174 | 2024-08-05T16:10:01.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2175 | 2024-08-05T16:10:01.455Z | |
2176 | 2024-08-05T16:10:01.455Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2177 | 2024-08-05T16:10:01.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-05T16:10:02.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-05T16:10:02.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-08-05T16:10:02.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2181 | 2024-08-05T16:10:02.060Z | |
2182 | 2024-08-05T16:10:02.061Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2183 | 2024-08-05T16:10:02.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-05T16:10:02.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-05T16:10:02.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-05T16:10:02.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2187 | 2024-08-05T16:10:02.730Z | |
2188 | 2024-08-05T16:10:02.730Z | info: running `cargo check --bins` on gateway-types (60/142) |
2189 | 2024-08-05T16:10:03.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-05T16:10:03.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-05T16:10:03.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-05T16:10:03.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2193 | 2024-08-05T16:10:03.351Z | |
2194 | 2024-08-05T16:10:03.351Z | info: running `cargo check --bins` on ipcc (61/142) |
2195 | 2024-08-05T16:10:03.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-05T16:10:03.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-05T16:10:03.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-08-05T16:10:03.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2199 | 2024-08-05T16:10:03.956Z | |
2200 | 2024-08-05T16:10:03.956Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2201 | 2024-08-05T16:10:04.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-08-05T16:10:04.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-08-05T16:10:04.615Z | Compiling radium v0.7.0 |
2204 | 2024-08-05T16:10:04.703Z | Compiling maybe-uninit v2.0.0 |
2205 | 2024-08-05T16:10:04.706Z | Checking tap v1.0.1 |
2206 | 2024-08-05T16:10:04.722Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2207 | 2024-08-05T16:10:04.725Z | Compiling packed_struct v0.10.1 |
2208 | 2024-08-05T16:10:04.725Z | Compiling num-bigint-dig v0.8.4 |
2209 | 2024-08-05T16:10:04.725Z | Checking funty v2.0.0 |
2210 | 2024-08-05T16:10:04.734Z | Checking crc-catalog v2.4.0 |
2211 | 2024-08-05T16:10:04.838Z | Checking wyz v0.5.1 |
2212 | 2024-08-05T16:10:04.903Z | Checking crc v3.2.1 |
2213 | 2024-08-05T16:10:05.066Z | Compiling packed_struct_codegen v0.10.1 |
2214 | 2024-08-05T16:10:05.191Z | Checking half v2.4.1 |
2215 | 2024-08-05T16:10:05.236Z | Compiling indexmap v1.9.3 |
2216 | 2024-08-05T16:10:05.273Z | Checking ciborium-io v0.2.2 |
2217 | 2024-08-05T16:10:05.383Z | Checking nodrop v0.1.14 |
2218 | 2024-08-05T16:10:05.386Z | Checking smallvec v0.6.14 |
2219 | 2024-08-05T16:10:05.498Z | Checking array-init v0.0.4 |
2220 | 2024-08-05T16:10:05.578Z | Checking pkcs1 v0.7.5 |
2221 | 2024-08-05T16:10:05.655Z | Checking ciborium-ll v0.2.2 |
2222 | 2024-08-05T16:10:05.675Z | Checking bitvec v1.0.1 |
2223 | 2024-08-05T16:10:05.773Z | Checking signature v2.2.0 |
2224 | 2024-08-05T16:10:05.954Z | Compiling memoffset v0.9.1 |
2225 | 2024-08-05T16:10:05.966Z | Checking bitfield v0.14.0 |
2226 | 2024-08-05T16:10:05.979Z | Checking hashbrown v0.12.3 |
2227 | 2024-08-05T16:10:06.055Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2228 | 2024-08-05T16:10:06.251Z | Checking bzip2 v0.4.4 |
2229 | 2024-08-05T16:10:06.381Z | Checking env_logger v0.10.2 |
2230 | 2024-08-05T16:10:06.396Z | Checking ciborium v0.2.2 |
2231 | 2024-08-05T16:10:06.518Z | Checking serde-hex v0.1.0 |
2232 | 2024-08-05T16:10:06.534Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-08-05T16:10:06.777Z | Checking ron v0.8.1 |
2234 | 2024-08-05T16:10:06.791Z | Checking x509-cert v0.2.5 |
2235 | 2024-08-05T16:10:07.398Z | Checking hashbrown v0.13.2 |
2236 | 2024-08-05T16:10:07.663Z | Checking crc-any v2.5.0 |
2237 | 2024-08-05T16:10:07.666Z | Checking rsa v0.9.6 |
2238 | 2024-08-05T16:10:08.048Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2239 | 2024-08-05T16:10:08.065Z | Checking zip v0.6.6 |
2240 | 2024-08-05T16:10:08.368Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2241 | 2024-08-05T16:10:08.437Z | Checking path-slash v0.1.5 |
2242 | 2024-08-05T16:10:08.453Z | Checking object v0.30.4 |
2243 | 2024-08-05T16:10:08.561Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2244 | 2024-08-05T16:10:08.575Z | Checking nix v0.27.1 |
2245 | 2024-08-05T16:10:08.733Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2246 | 2024-08-05T16:10:08.747Z | Checking serde-big-array v0.5.1 |
2247 | 2024-08-05T16:10:08.750Z | Checking signal-hook-tokio v0.3.1 |
2248 | 2024-08-05T16:10:10.581Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2249 | 2024-08-05T16:10:11.245Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2250 | 2024-08-05T16:10:17.643Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2251 | 2024-08-05T16:10:18.866Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2252 | 2024-08-05T16:10:20.530Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2253 | 2024-08-05T16:10:22.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.29s |
2254 | 2024-08-05T16:10:22.407Z | |
2255 | 2024-08-05T16:10:22.407Z | info: running `cargo check --bins` on gateway-api (63/142) |
2256 | 2024-08-05T16:10:22.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-08-05T16:10:22.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-08-05T16:10:22.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-08-05T16:10:22.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2260 | 2024-08-05T16:10:23.007Z | |
2261 | 2024-08-05T16:10:23.008Z | info: running `cargo check --bins` on sp-sim (64/142) |
2262 | 2024-08-05T16:10:23.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-08-05T16:10:23.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-08-05T16:10:23.610Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2265 | 2024-08-05T16:10:25.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
2266 | 2024-08-05T16:10:25.352Z | |
2267 | 2024-08-05T16:10:25.352Z | info: running `cargo check --bins` on internal-dns (65/142) |
2268 | 2024-08-05T16:10:25.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-08-05T16:10:25.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-08-05T16:10:25.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-08-05T16:10:25.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2272 | 2024-08-05T16:10:25.954Z | |
2273 | 2024-08-05T16:10:25.954Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2274 | 2024-08-05T16:10:26.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-08-05T16:10:26.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-08-05T16:10:26.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-08-05T16:10:26.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2278 | 2024-08-05T16:10:26.603Z | |
2279 | 2024-08-05T16:10:26.603Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2280 | 2024-08-05T16:10:27.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-08-05T16:10:27.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-08-05T16:10:27.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-08-05T16:10:27.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2284 | 2024-08-05T16:10:27.255Z | |
2285 | 2024-08-05T16:10:27.255Z | info: running `cargo check --bins` on db-macros (68/142) |
2286 | 2024-08-05T16:10:27.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-08-05T16:10:27.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-08-05T16:10:27.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-08-05T16:10:27.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2290 | 2024-08-05T16:10:27.833Z | |
2291 | 2024-08-05T16:10:27.833Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2292 | 2024-08-05T16:10:28.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-08-05T16:10:28.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-08-05T16:10:28.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-08-05T16:10:28.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2296 | 2024-08-05T16:10:28.411Z | |
2297 | 2024-08-05T16:10:28.412Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2298 | 2024-08-05T16:10:28.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-08-05T16:10:28.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-08-05T16:10:28.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-08-05T16:10:28.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2302 | 2024-08-05T16:10:29.051Z | |
2303 | 2024-08-05T16:10:29.051Z | info: running `cargo check --bins` on authz-macros (71/142) |
2304 | 2024-08-05T16:10:29.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-08-05T16:10:29.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-08-05T16:10:29.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-08-05T16:10:29.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2308 | 2024-08-05T16:10:29.632Z | |
2309 | 2024-08-05T16:10:29.632Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2310 | 2024-08-05T16:10:30.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-08-05T16:10:30.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-08-05T16:10:30.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-08-05T16:10:30.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2314 | 2024-08-05T16:10:30.259Z | |
2315 | 2024-08-05T16:10:30.259Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2316 | 2024-08-05T16:10:30.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-08-05T16:10:30.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-08-05T16:10:30.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-08-05T16:10:30.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2320 | 2024-08-05T16:10:30.886Z | |
2321 | 2024-08-05T16:10:30.886Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2322 | 2024-08-05T16:10:31.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-08-05T16:10:31.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-08-05T16:10:31.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-08-05T16:10:31.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2326 | 2024-08-05T16:10:31.497Z | |
2327 | 2024-08-05T16:10:31.498Z | info: running `cargo check --bins` on oximeter (75/142) |
2328 | 2024-08-05T16:10:32.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-08-05T16:10:32.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-08-05T16:10:32.113Z | Compiling rustls-pki-types v1.7.0 |
2331 | 2024-08-05T16:10:32.199Z | Compiling prettyplease v0.2.20 |
2332 | 2024-08-05T16:10:32.202Z | Compiling match_cfg v0.1.0 |
2333 | 2024-08-05T16:10:32.213Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2334 | 2024-08-05T16:10:32.216Z | Compiling slog-json v2.6.1 |
2335 | 2024-08-05T16:10:32.223Z | Compiling http v1.1.0 |
2336 | 2024-08-05T16:10:32.246Z | Compiling atomic-waker v1.1.2 |
2337 | 2024-08-05T16:10:32.261Z | Compiling hostname v0.3.1 |
2338 | 2024-08-05T16:10:32.279Z | Compiling async-stream v0.3.5 |
2339 | 2024-08-05T16:10:32.422Z | Compiling waitgroup v0.1.2 |
2340 | 2024-08-05T16:10:32.483Z | Compiling slog-bunyan v2.5.0 |
2341 | 2024-08-05T16:10:32.502Z | Compiling toml v0.8.19 |
2342 | 2024-08-05T16:10:32.582Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-08-05T16:10:32.585Z | Compiling sha1 v0.10.6 |
2344 | 2024-08-05T16:10:32.628Z | Compiling rustls-webpki v0.102.4 |
2345 | 2024-08-05T16:10:32.644Z | Compiling rustls-pemfile v2.1.2 |
2346 | 2024-08-05T16:10:32.684Z | Compiling newtype-uuid v1.1.0 |
2347 | 2024-08-05T16:10:32.804Z | Compiling serde_path_to_error v0.1.16 |
2348 | 2024-08-05T16:10:32.992Z | Compiling hostname v0.4.0 |
2349 | 2024-08-05T16:10:32.995Z | Compiling instant v0.1.12 |
2350 | 2024-08-05T16:10:33.048Z | Compiling debug-ignore v1.0.5 |
2351 | 2024-08-05T16:10:33.119Z | Compiling backoff v0.4.0 |
2352 | 2024-08-05T16:10:33.142Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2353 | 2024-08-05T16:10:33.188Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2354 | 2024-08-05T16:10:33.270Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2355 | 2024-08-05T16:10:33.447Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2356 | 2024-08-05T16:10:33.462Z | Compiling parse-display v0.9.1 |
2357 | 2024-08-05T16:10:33.474Z | Compiling serde_with v3.8.3 |
2358 | 2024-08-05T16:10:33.657Z | Compiling rustls v0.22.4 |
2359 | 2024-08-05T16:10:34.114Z | Compiling multer v3.1.0 |
2360 | 2024-08-05T16:10:34.266Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2361 | 2024-08-05T16:10:34.438Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2362 | 2024-08-05T16:10:34.612Z | Compiling num-rational v0.4.2 |
2363 | 2024-08-05T16:10:34.716Z | Compiling num-complex v0.4.6 |
2364 | 2024-08-05T16:10:34.767Z | Compiling macaddr v1.0.1 |
2365 | 2024-08-05T16:10:35.844Z | Compiling num v0.4.3 |
2366 | 2024-08-05T16:10:35.896Z | Compiling float-ord v0.3.2 |
2367 | 2024-08-05T16:10:36.839Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2368 | 2024-08-05T16:10:37.575Z | Compiling tokio-rustls v0.25.0 |
2369 | 2024-08-05T16:10:37.823Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2370 | 2024-08-05T16:10:41.041Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2371 | 2024-08-05T16:10:52.043Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2024-08-05T16:10:55.082Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2373 | 2024-08-05T16:10:55.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.17s |
2374 | 2024-08-05T16:10:55.810Z | |
2375 | 2024-08-05T16:10:55.810Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2376 | 2024-08-05T16:10:56.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-08-05T16:10:56.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-08-05T16:10:56.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-08-05T16:10:56.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2380 | 2024-08-05T16:10:56.402Z | |
2381 | 2024-08-05T16:10:56.402Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2382 | 2024-08-05T16:10:56.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-08-05T16:10:56.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-08-05T16:10:56.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-08-05T16:10:56.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2386 | 2024-08-05T16:10:56.978Z | |
2387 | 2024-08-05T16:10:56.978Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2388 | 2024-08-05T16:10:57.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-08-05T16:10:57.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-08-05T16:10:57.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-08-05T16:10:57.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2392 | 2024-08-05T16:10:57.582Z | |
2393 | 2024-08-05T16:10:57.582Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2394 | 2024-08-05T16:10:58.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-08-05T16:10:58.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-08-05T16:10:58.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-08-05T16:10:58.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2398 | 2024-08-05T16:10:58.229Z | |
2399 | 2024-08-05T16:10:58.229Z | info: running `cargo check --bins` on typed-rng (80/142) |
2400 | 2024-08-05T16:10:58.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-08-05T16:10:58.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-08-05T16:10:58.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-08-05T16:10:58.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2404 | 2024-08-05T16:10:58.798Z | |
2405 | 2024-08-05T16:10:58.798Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2406 | 2024-08-05T16:10:59.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-08-05T16:10:59.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-08-05T16:10:59.507Z | Checking password-hash v0.5.0 |
2409 | 2024-08-05T16:10:59.507Z | Checking blake2 v0.10.6 |
2410 | 2024-08-05T16:10:59.507Z | Compiling semver v0.1.20 |
2411 | 2024-08-05T16:10:59.507Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2412 | 2024-08-05T16:10:59.510Z | Compiling convert_case v0.4.0 |
2413 | 2024-08-05T16:10:59.608Z | Compiling rayon-core v1.12.1 |
2414 | 2024-08-05T16:10:59.629Z | Compiling crossbeam-deque v0.8.5 |
2415 | 2024-08-05T16:10:59.641Z | Compiling unicase v2.7.0 |
2416 | 2024-08-05T16:10:59.900Z | Compiling rustc_version v0.1.7 |
2417 | 2024-08-05T16:10:59.974Z | Compiling fastrand v2.1.0 |
2418 | 2024-08-05T16:10:59.993Z | Compiling same-file v1.0.6 |
2419 | 2024-08-05T16:11:00.010Z | Compiling libefi-sys v0.1.0 |
2420 | 2024-08-05T16:11:00.048Z | Checking argon2 v0.5.3 |
2421 | 2024-08-05T16:11:00.220Z | Compiling walkdir v2.5.0 |
2422 | 2024-08-05T16:11:00.279Z | Compiling tempfile v3.10.1 |
2423 | 2024-08-05T16:11:00.381Z | Compiling newtype_derive v0.1.6 |
2424 | 2024-08-05T16:11:00.507Z | Compiling curve25519-dalek v4.1.3 |
2425 | 2024-08-05T16:11:00.510Z | Compiling bitfield-struct v0.6.1 |
2426 | 2024-08-05T16:11:00.549Z | Compiling derive_more v0.99.18 |
2427 | 2024-08-05T16:11:00.738Z | Compiling derive-where v1.2.7 |
2428 | 2024-08-05T16:11:00.755Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2429 | 2024-08-05T16:11:00.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2430 | 2024-08-05T16:11:01.043Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2431 | 2024-08-05T16:11:01.094Z | Compiling ring v0.16.20 |
2432 | 2024-08-05T16:11:01.137Z | Compiling blake3 v1.5.1 |
2433 | 2024-08-05T16:11:01.341Z | Checking keccak v0.1.5 |
2434 | 2024-08-05T16:11:01.677Z | Checking sha3 v0.10.8 |
2435 | 2024-08-05T16:11:01.999Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2436 | 2024-08-05T16:11:02.124Z | Compiling rayon v1.10.0 |
2437 | 2024-08-05T16:11:02.248Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2438 | 2024-08-05T16:11:02.420Z | Checking universal-hash v0.5.1 |
2439 | 2024-08-05T16:11:02.551Z | Compiling thiserror-impl-no-std v2.0.2 |
2440 | 2024-08-05T16:11:02.569Z | Checking secrecy v0.8.0 |
2441 | 2024-08-05T16:11:02.584Z | Compiling curve25519-dalek-derive v0.1.1 |
2442 | 2024-08-05T16:11:02.598Z | Compiling memmap2 v0.9.4 |
2443 | 2024-08-05T16:11:02.780Z | Checking opaque-debug v0.3.1 |
2444 | 2024-08-05T16:11:02.879Z | Compiling home v0.5.9 |
2445 | 2024-08-05T16:11:03.068Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2446 | 2024-08-05T16:11:03.178Z | Compiling arrayvec v0.7.4 |
2447 | 2024-08-05T16:11:03.195Z | Compiling constant_time_eq v0.3.0 |
2448 | 2024-08-05T16:11:03.391Z | Compiling arrayref v0.3.7 |
2449 | 2024-08-05T16:11:03.499Z | Compiling untrusted v0.7.1 |
2450 | 2024-08-05T16:11:03.598Z | Compiling spin v0.5.2 |
2451 | 2024-08-05T16:11:03.699Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2452 | 2024-08-05T16:11:03.845Z | Compiling toolchain_find v0.4.0 |
2453 | 2024-08-05T16:11:04.160Z | Checking poly1305 v0.8.0 |
2454 | 2024-08-05T16:11:04.424Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2455 | 2024-08-05T16:11:04.662Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2456 | 2024-08-05T16:11:04.685Z | Checking steno v0.4.1 |
2457 | 2024-08-05T16:11:04.753Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-08-05T16:11:05.233Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2459 | 2024-08-05T16:11:05.383Z | Checking chacha20 v0.9.1 |
2460 | 2024-08-05T16:11:05.737Z | Checking gethostname v0.5.0 |
2461 | 2024-08-05T16:11:05.827Z | Checking thiserror-no-std v2.0.2 |
2462 | 2024-08-05T16:11:05.866Z | Checking aead v0.5.2 |
2463 | 2024-08-05T16:11:05.941Z | Compiling topological-sort v0.2.2 |
2464 | 2024-08-05T16:11:06.077Z | Compiling cancel-safe-futures v0.1.5 |
2465 | 2024-08-05T16:11:06.093Z | Checking vsss-rs v3.3.4 |
2466 | 2024-08-05T16:11:06.157Z | Checking chacha20poly1305 v0.10.1 |
2467 | 2024-08-05T16:11:06.350Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2468 | 2024-08-05T16:11:06.461Z | Compiling mime_guess v2.0.4 |
2469 | 2024-08-05T16:11:06.961Z | Compiling rustfmt-wrapper v0.2.1 |
2470 | 2024-08-05T16:11:07.577Z | Compiling omicron-zone-package v0.11.0 |
2471 | 2024-08-05T16:11:07.775Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2472 | 2024-08-05T16:11:07.808Z | Checking glob v0.3.1 |
2473 | 2024-08-05T16:11:08.360Z | Checking libsw v3.3.1 |
2474 | 2024-08-05T16:11:08.473Z | Checking swrite v0.1.0 |
2475 | 2024-08-05T16:11:08.489Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2476 | 2024-08-05T16:11:08.530Z | Checking owo-colors v4.0.0 |
2477 | 2024-08-05T16:11:08.589Z | Checking linear-map v1.2.0 |
2478 | 2024-08-05T16:11:08.635Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2479 | 2024-08-05T16:11:08.933Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2480 | 2024-08-05T16:11:09.276Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2481 | 2024-08-05T16:11:09.459Z | Checking kstat-rs v0.2.4 |
2482 | 2024-08-05T16:11:09.530Z | Checking nanorand v0.7.0 |
2483 | 2024-08-05T16:11:09.743Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2484 | 2024-08-05T16:11:09.812Z | Checking http-range v0.1.5 |
2485 | 2024-08-05T16:11:09.886Z | Checking flume v0.11.0 |
2486 | 2024-08-05T16:11:10.139Z | Checking hyper-staticfile v0.9.5 |
2487 | 2024-08-05T16:11:10.142Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2488 | 2024-08-05T16:11:10.349Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2489 | 2024-08-05T16:11:10.375Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2490 | 2024-08-05T16:11:10.397Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2491 | 2024-08-05T16:11:10.412Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2492 | 2024-08-05T16:11:10.709Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2493 | 2024-08-05T16:11:11.741Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2494 | 2024-08-05T16:11:12.098Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2495 | 2024-08-05T16:11:13.403Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2496 | 2024-08-05T16:11:13.836Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2497 | 2024-08-05T16:11:13.940Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2498 | 2024-08-05T16:11:14.321Z | Checking display-error-chain v0.2.0 |
2499 | 2024-08-05T16:11:20.649Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2500 | 2024-08-05T16:11:25.778Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2501 | 2024-08-05T16:11:25.781Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2502 | 2024-08-05T16:11:26.417Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2024-08-05T16:11:40.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.83s |
2504 | 2024-08-05T16:11:40.799Z | |
2505 | 2024-08-05T16:11:40.799Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2506 | 2024-08-05T16:11:41.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-08-05T16:11:41.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-08-05T16:11:41.492Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-05T16:11:55.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s |
2510 | 2024-08-05T16:11:56.012Z | |
2511 | 2024-08-05T16:11:56.012Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2512 | 2024-08-05T16:11:56.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-08-05T16:11:56.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-08-05T16:11:56.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-08-05T16:12:10.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.90s |
2516 | 2024-08-05T16:12:11.084Z | |
2517 | 2024-08-05T16:12:11.084Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2518 | 2024-08-05T16:12:11.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-08-05T16:12:11.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-08-05T16:12:11.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-08-05T16:12:26.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s |
2522 | 2024-08-05T16:12:26.183Z | |
2523 | 2024-08-05T16:12:26.183Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2524 | 2024-08-05T16:12:26.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-08-05T16:12:26.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-08-05T16:12:26.871Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2024-08-05T16:12:41.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.94s |
2528 | 2024-08-05T16:12:41.288Z | |
2529 | 2024-08-05T16:12:41.288Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2530 | 2024-08-05T16:12:41.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-08-05T16:12:41.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-08-05T16:12:41.984Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-08-05T16:12:56.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s |
2534 | 2024-08-05T16:12:56.682Z | |
2535 | 2024-08-05T16:12:56.682Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2536 | 2024-08-05T16:12:57.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-05T16:12:57.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-05T16:12:57.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-08-05T16:13:11.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s |
2540 | 2024-08-05T16:13:12.038Z | |
2541 | 2024-08-05T16:13:12.038Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2542 | 2024-08-05T16:13:12.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-05T16:13:12.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-05T16:13:12.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2545 | 2024-08-05T16:13:26.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
2546 | 2024-08-05T16:13:27.071Z | |
2547 | 2024-08-05T16:13:27.071Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2548 | 2024-08-05T16:13:27.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-05T16:13:27.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-05T16:13:27.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-08-05T16:13:27.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2552 | 2024-08-05T16:13:27.705Z | |
2553 | 2024-08-05T16:13:27.705Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2554 | 2024-08-05T16:13:28.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-05T16:13:28.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-05T16:13:28.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-08-05T16:13:28.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2558 | 2024-08-05T16:13:28.329Z | |
2559 | 2024-08-05T16:13:28.329Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2560 | 2024-08-05T16:13:28.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-05T16:13:28.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-05T16:13:28.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-08-05T16:13:28.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2564 | 2024-08-05T16:13:28.944Z | |
2565 | 2024-08-05T16:13:28.944Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2566 | 2024-08-05T16:13:29.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-05T16:13:29.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-05T16:13:29.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-08-05T16:13:29.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2570 | 2024-08-05T16:13:29.557Z | |
2571 | 2024-08-05T16:13:29.557Z | info: running `cargo check --bins` on key-manager (93/142) |
2572 | 2024-08-05T16:13:30.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-05T16:13:30.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-05T16:13:30.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-08-05T16:13:30.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2576 | 2024-08-05T16:13:30.148Z | |
2577 | 2024-08-05T16:13:30.148Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2578 | 2024-08-05T16:13:30.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-05T16:13:30.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-05T16:13:30.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-05T16:13:30.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2582 | 2024-08-05T16:13:30.760Z | |
2583 | 2024-08-05T16:13:30.760Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2584 | 2024-08-05T16:13:31.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-05T16:13:31.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-05T16:13:31.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-05T16:13:31.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2588 | 2024-08-05T16:13:31.321Z | |
2589 | 2024-08-05T16:13:31.321Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2590 | 2024-08-05T16:13:31.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-05T16:13:31.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-05T16:13:31.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-08-05T16:13:31.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2594 | 2024-08-05T16:13:31.926Z | |
2595 | 2024-08-05T16:13:31.926Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2596 | 2024-08-05T16:13:32.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-08-05T16:13:32.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-08-05T16:13:32.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-08-05T16:13:32.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2600 | 2024-08-05T16:13:32.522Z | |
2601 | 2024-08-05T16:13:32.522Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2602 | 2024-08-05T16:13:33.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-08-05T16:13:33.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-08-05T16:13:33.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-08-05T16:13:33.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2606 | 2024-08-05T16:13:33.117Z | |
2607 | 2024-08-05T16:13:33.117Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2608 | 2024-08-05T16:13:33.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-08-05T16:13:33.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-08-05T16:13:33.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-08-05T16:13:33.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2612 | 2024-08-05T16:13:33.722Z | |
2613 | 2024-08-05T16:13:33.722Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2614 | 2024-08-05T16:13:34.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-08-05T16:13:34.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-08-05T16:13:34.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-08-05T16:13:34.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2618 | 2024-08-05T16:13:34.327Z | |
2619 | 2024-08-05T16:13:34.327Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2620 | 2024-08-05T16:13:34.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-08-05T16:13:34.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-08-05T16:13:34.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-08-05T16:13:34.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2624 | 2024-08-05T16:13:34.928Z | |
2625 | 2024-08-05T16:13:34.928Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2626 | 2024-08-05T16:13:35.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-08-05T16:13:35.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-08-05T16:13:35.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-08-05T16:13:35.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2630 | 2024-08-05T16:13:35.543Z | |
2631 | 2024-08-05T16:13:35.543Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2632 | 2024-08-05T16:13:36.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-08-05T16:13:36.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-08-05T16:13:36.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-08-05T16:13:36.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2636 | 2024-08-05T16:13:36.155Z | |
2637 | 2024-08-05T16:13:36.155Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2638 | 2024-08-05T16:13:36.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-05T16:13:36.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-05T16:13:36.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-08-05T16:13:36.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2642 | 2024-08-05T16:13:36.771Z | |
2643 | 2024-08-05T16:13:36.771Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2644 | 2024-08-05T16:13:37.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-08-05T16:13:37.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-08-05T16:13:37.408Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2647 | 2024-08-05T16:13:37.411Z | Checking bcs v0.1.6 |
2648 | 2024-08-05T16:13:37.411Z | Compiling async-recursion v1.1.1 |
2649 | 2024-08-05T16:13:37.411Z | Checking highway v1.1.0 |
2650 | 2024-08-05T16:13:37.411Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2651 | 2024-08-05T16:13:37.412Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2652 | 2024-08-05T16:13:38.539Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-08-05T16:13:41.622Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2654 | 2024-08-05T16:13:43.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s |
2655 | 2024-08-05T16:13:43.409Z | |
2656 | 2024-08-05T16:13:43.409Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2657 | 2024-08-05T16:13:43.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-05T16:13:43.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-05T16:13:43.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-08-05T16:13:43.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2661 | 2024-08-05T16:13:44.004Z | |
2662 | 2024-08-05T16:13:44.004Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2663 | 2024-08-05T16:13:44.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-08-05T16:13:44.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-08-05T16:13:44.606Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2666 | 2024-08-05T16:13:45.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
2667 | 2024-08-05T16:13:45.325Z | |
2668 | 2024-08-05T16:13:45.325Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2669 | 2024-08-05T16:13:45.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-05T16:13:45.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-05T16:13:45.950Z | Compiling cfg_aliases v0.1.1 |
2672 | 2024-08-05T16:13:45.953Z | Compiling vte_generate_state_changes v0.1.1 |
2673 | 2024-08-05T16:13:45.953Z | Checking fd-lock v4.0.2 |
2674 | 2024-08-05T16:13:45.953Z | Checking bytecount v0.6.8 |
2675 | 2024-08-05T16:13:46.037Z | Compiling tabled_derive v0.7.0 |
2676 | 2024-08-05T16:13:46.045Z | Compiling peg-macros v0.8.4 |
2677 | 2024-08-05T16:13:46.052Z | Compiling sqlparser_derive v0.2.2 |
2678 | 2024-08-05T16:13:46.055Z | Checking unicode_categories v0.1.1 |
2679 | 2024-08-05T16:13:46.107Z | Compiling nix v0.28.0 |
2680 | 2024-08-05T16:13:46.177Z | Checking papergrid v0.11.0 |
2681 | 2024-08-05T16:13:46.337Z | Checking home v0.5.9 |
2682 | 2024-08-05T16:13:46.476Z | Checking nu-ansi-term v0.50.0 |
2683 | 2024-08-05T16:13:46.631Z | Checking sqlformat v0.2.4 |
2684 | 2024-08-05T16:13:46.653Z | Checking vte v0.11.1 |
2685 | 2024-08-05T16:13:47.102Z | Checking sqlparser v0.45.0 |
2686 | 2024-08-05T16:13:47.937Z | Checking strip-ansi-escapes v0.2.0 |
2687 | 2024-08-05T16:13:48.087Z | Checking reedline v0.31.0 |
2688 | 2024-08-05T16:13:48.168Z | Checking tabled v0.15.0 |
2689 | 2024-08-05T16:13:48.834Z | Checking peg v0.8.4 |
2690 | 2024-08-05T16:13:49.409Z | Checking rustyline v14.0.0 |
2691 | 2024-08-05T16:13:53.410Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2692 | 2024-08-05T16:13:58.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
2693 | 2024-08-05T16:13:59.015Z | |
2694 | 2024-08-05T16:13:59.015Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2695 | 2024-08-05T16:13:59.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-08-05T16:13:59.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-08-05T16:13:59.640Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2024-08-05T16:14:05.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s |
2699 | 2024-08-05T16:14:05.380Z | |
2700 | 2024-08-05T16:14:05.380Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2701 | 2024-08-05T16:14:05.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-08-05T16:14:05.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-08-05T16:14:06.012Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-08-05T16:14:11.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2705 | 2024-08-05T16:14:11.548Z | |
2706 | 2024-08-05T16:14:11.548Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2707 | 2024-08-05T16:14:12.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-08-05T16:14:12.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-08-05T16:14:12.166Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-05T16:14:16.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2711 | 2024-08-05T16:14:16.255Z | |
2712 | 2024-08-05T16:14:16.255Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2713 | 2024-08-05T16:14:16.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-05T16:14:16.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-05T16:14:16.875Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2716 | 2024-08-05T16:14:17.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2717 | 2024-08-05T16:14:17.339Z | |
2718 | 2024-08-05T16:14:17.339Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2719 | 2024-08-05T16:14:17.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-05T16:14:17.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-05T16:14:17.904Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2722 | 2024-08-05T16:14:18.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2723 | 2024-08-05T16:14:18.836Z | |
2724 | 2024-08-05T16:14:18.837Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2725 | 2024-08-05T16:14:19.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-05T16:14:19.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-05T16:14:19.569Z | Compiling glob v0.3.1 |
2728 | 2024-08-05T16:14:19.570Z | Compiling crunchy v0.2.2 |
2729 | 2024-08-05T16:14:19.573Z | Compiling tiny-keccak v2.0.2 |
2730 | 2024-08-05T16:14:19.682Z | Compiling ascii-canvas v3.0.0 |
2731 | 2024-08-05T16:14:19.685Z | Compiling ena v0.14.3 |
2732 | 2024-08-05T16:14:19.685Z | Compiling libloading v0.8.3 |
2733 | 2024-08-05T16:14:19.685Z | Compiling regex-syntax v0.6.29 |
2734 | 2024-08-05T16:14:19.692Z | Compiling bindgen v0.69.4 |
2735 | 2024-08-05T16:14:19.987Z | Compiling diff v0.1.13 |
2736 | 2024-08-05T16:14:20.075Z | Compiling which v4.4.2 |
2737 | 2024-08-05T16:14:20.102Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2738 | 2024-08-05T16:14:20.189Z | Compiling cexpr v0.6.0 |
2739 | 2024-08-05T16:14:20.322Z | Compiling lazycell v1.3.0 |
2740 | 2024-08-05T16:14:20.505Z | Compiling shlex v1.3.0 |
2741 | 2024-08-05T16:14:20.542Z | Compiling rustc-hash v1.1.0 |
2742 | 2024-08-05T16:14:20.588Z | Compiling clang-sys v1.7.0 |
2743 | 2024-08-05T16:14:20.647Z | Compiling ref-cast v1.0.23 |
2744 | 2024-08-05T16:14:20.673Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2745 | 2024-08-05T16:14:20.693Z | Compiling derive_builder_core v0.20.0 |
2746 | 2024-08-05T16:14:20.932Z | Compiling libxml v0.3.3 |
2747 | 2024-08-05T16:14:20.968Z | Compiling ref-cast-impl v1.0.23 |
2748 | 2024-08-05T16:14:21.011Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2749 | 2024-08-05T16:14:21.270Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2750 | 2024-08-05T16:14:21.343Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2751 | 2024-08-05T16:14:21.504Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2752 | 2024-08-05T16:14:21.641Z | Compiling strum_macros v0.24.3 |
2753 | 2024-08-05T16:14:21.856Z | Compiling cookie v0.18.1 |
2754 | 2024-08-05T16:14:22.007Z | Compiling indoc v1.0.9 |
2755 | 2024-08-05T16:14:22.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2756 | 2024-08-05T16:14:22.598Z | Compiling oso-derive v0.27.3 |
2757 | 2024-08-05T16:14:23.029Z | Compiling lalrpop v0.19.12 |
2758 | 2024-08-05T16:14:23.180Z | Compiling derive_builder_macro v0.20.0 |
2759 | 2024-08-05T16:14:23.686Z | Compiling impl-trait-for-tuples v0.2.2 |
2760 | 2024-08-05T16:14:24.066Z | Checking derive_builder v0.20.0 |
2761 | 2024-08-05T16:14:24.171Z | Checking quick-xml v0.31.0 |
2762 | 2024-08-05T16:14:24.228Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2763 | 2024-08-05T16:14:24.540Z | Checking maplit v1.0.2 |
2764 | 2024-08-05T16:14:25.431Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2765 | 2024-08-05T16:14:25.504Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2766 | 2024-08-05T16:14:25.807Z | Checking bb8 v0.8.5 |
2767 | 2024-08-05T16:14:26.290Z | Compiling const_format_proc_macros v0.2.32 |
2768 | 2024-08-05T16:14:26.305Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2769 | 2024-08-05T16:14:27.172Z | Checking crossbeam-deque v0.8.5 |
2770 | 2024-08-05T16:14:27.318Z | Compiling portable-atomic v1.6.0 |
2771 | 2024-08-05T16:14:27.500Z | Checking rayon-core v1.12.1 |
2772 | 2024-08-05T16:14:28.248Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2773 | 2024-08-05T16:14:28.512Z | Checking const_format v0.2.32 |
2774 | 2024-08-05T16:14:28.528Z | Checking castaway v0.2.2 |
2775 | 2024-08-05T16:14:28.691Z | Checking compact_str v0.7.1 |
2776 | 2024-08-05T16:14:29.002Z | Checking rayon v1.10.0 |
2777 | 2024-08-05T16:14:29.451Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2778 | 2024-08-05T16:14:29.683Z | Checking unicode-truncate v1.0.0 |
2779 | 2024-08-05T16:14:29.771Z | Checking itertools v0.13.0 |
2780 | 2024-08-05T16:14:29.910Z | Checking lru v0.12.3 |
2781 | 2024-08-05T16:14:30.233Z | Compiling stability v0.2.0 |
2782 | 2024-08-05T16:14:31.325Z | Checking number_prefix v0.4.0 |
2783 | 2024-08-05T16:14:31.530Z | Checking cassowary v0.3.0 |
2784 | 2024-08-05T16:14:31.961Z | Checking unicode-linebreak v0.1.5 |
2785 | 2024-08-05T16:14:32.214Z | Checking smawk v0.3.2 |
2786 | 2024-08-05T16:14:32.373Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2024-08-05T16:14:32.409Z | Checking textwrap v0.16.1 |
2788 | 2024-08-05T16:14:32.436Z | Checking ratatui v0.27.0 |
2789 | 2024-08-05T16:14:32.795Z | Checking multimap v0.10.0 |
2790 | 2024-08-05T16:14:32.830Z | Checking indicatif v0.17.8 |
2791 | 2024-08-05T16:14:56.547Z | Compiling samael v0.0.15 |
2792 | 2024-08-05T16:15:08.611Z | Compiling polar-core v0.27.3 |
2793 | 2024-08-05T16:15:15.324Z | Checking oso v0.27.3 |
2794 | 2024-08-05T16:15:44.689Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2795 | 2024-08-05T16:15:49.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
2796 | 2024-08-05T16:15:49.317Z | |
2797 | 2024-08-05T16:15:49.317Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2798 | 2024-08-05T16:15:49.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-08-05T16:15:49.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-08-05T16:15:49.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-08-05T16:15:49.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2802 | 2024-08-05T16:15:49.952Z | |
2803 | 2024-08-05T16:15:49.953Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2804 | 2024-08-05T16:15:50.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-08-05T16:15:50.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-08-05T16:15:50.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-08-05T16:15:50.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2808 | 2024-08-05T16:15:50.579Z | |
2809 | 2024-08-05T16:15:50.579Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2810 | 2024-08-05T16:15:51.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-08-05T16:15:51.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-08-05T16:15:51.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-08-05T16:15:51.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2814 | 2024-08-05T16:15:51.144Z | |
2815 | 2024-08-05T16:15:51.144Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2816 | 2024-08-05T16:15:51.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-05T16:15:51.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-05T16:15:51.873Z | Compiling pin-project-internal v1.1.5 |
2819 | 2024-08-05T16:15:51.876Z | Compiling snafu-derive v0.8.2 |
2820 | 2024-08-05T16:15:51.969Z | Compiling buf-list v1.0.3 |
2821 | 2024-08-05T16:15:51.987Z | Checking globset v0.4.14 |
2822 | 2024-08-05T16:15:51.990Z | Checking olpc-cjson v0.1.3 |
2823 | 2024-08-05T16:15:51.990Z | Checking rand_seeder v0.2.3 |
2824 | 2024-08-05T16:15:51.990Z | Checking serde_plain v1.0.2 |
2825 | 2024-08-05T16:15:51.998Z | Checking typed-path v0.7.1 |
2826 | 2024-08-05T16:15:52.225Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2827 | 2024-08-05T16:15:52.242Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2828 | 2024-08-05T16:15:52.245Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2829 | 2024-08-05T16:15:52.423Z | Checking parse-size v1.0.0 |
2830 | 2024-08-05T16:15:52.463Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2831 | 2024-08-05T16:15:52.562Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2832 | 2024-08-05T16:15:52.582Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2833 | 2024-08-05T16:15:52.613Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2834 | 2024-08-05T16:15:52.993Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2835 | 2024-08-05T16:15:53.365Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2836 | 2024-08-05T16:15:53.484Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2837 | 2024-08-05T16:15:53.535Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2838 | 2024-08-05T16:15:53.781Z | Checking fatfs v0.3.6 |
2839 | 2024-08-05T16:15:53.915Z | Checking assert_matches v1.5.0 |
2840 | 2024-08-05T16:15:54.924Z | Checking pin-project v1.1.5 |
2841 | 2024-08-05T16:15:55.766Z | Checking snafu v0.8.2 |
2842 | 2024-08-05T16:15:56.059Z | Checking tough v0.17.1 |
2843 | 2024-08-05T16:15:58.821Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2844 | 2024-08-05T16:15:59.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2845 | 2024-08-05T16:16:40.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.33s |
2846 | 2024-08-05T16:16:40.650Z | |
2847 | 2024-08-05T16:16:40.650Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2848 | 2024-08-05T16:16:41.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-08-05T16:16:41.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-08-05T16:16:41.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-08-05T16:16:41.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2852 | 2024-08-05T16:16:41.273Z | |
2853 | 2024-08-05T16:16:41.273Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2854 | 2024-08-05T16:16:41.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-08-05T16:16:41.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-08-05T16:16:41.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-08-05T16:16:41.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2858 | 2024-08-05T16:16:41.930Z | |
2859 | 2024-08-05T16:16:41.930Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2860 | 2024-08-05T16:16:42.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-08-05T16:16:42.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-08-05T16:16:42.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-08-05T16:16:42.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2864 | 2024-08-05T16:16:42.571Z | |
2865 | 2024-08-05T16:16:42.571Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2866 | 2024-08-05T16:16:43.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-08-05T16:16:43.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-08-05T16:16:43.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-08-05T16:16:43.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2870 | 2024-08-05T16:16:43.221Z | |
2871 | 2024-08-05T16:16:43.221Z | info: running `cargo check --bins` on update-common (123/142) |
2872 | 2024-08-05T16:16:43.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-08-05T16:16:43.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-08-05T16:16:43.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-08-05T16:16:43.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2876 | 2024-08-05T16:16:43.847Z | |
2877 | 2024-08-05T16:16:43.847Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2878 | 2024-08-05T16:16:44.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-05T16:16:44.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-05T16:16:44.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-08-05T16:16:44.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2882 | 2024-08-05T16:16:44.465Z | |
2883 | 2024-08-05T16:16:44.465Z | info: running `cargo check --bins` on tufaceous (125/142) |
2884 | 2024-08-05T16:16:45.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-05T16:16:45.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-05T16:16:45.102Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2887 | 2024-08-05T16:16:45.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2888 | 2024-08-05T16:16:46.147Z | |
2889 | 2024-08-05T16:16:46.147Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2890 | 2024-08-05T16:16:46.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-05T16:16:46.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-05T16:16:46.931Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2893 | 2024-08-05T16:16:46.931Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2894 | 2024-08-05T16:16:46.934Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2895 | 2024-08-05T16:16:48.241Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2896 | 2024-08-05T16:16:50.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2897 | 2024-08-05T16:16:50.942Z | |
2898 | 2024-08-05T16:16:50.942Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2899 | 2024-08-05T16:16:51.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-08-05T16:16:51.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-08-05T16:16:51.609Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2902 | 2024-08-05T16:16:51.609Z | Checking is_ci v1.2.0 |
2903 | 2024-08-05T16:16:51.609Z | Checking heck v0.4.1 |
2904 | 2024-08-05T16:16:51.613Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2905 | 2024-08-05T16:16:51.613Z | Checking indent_write v2.2.0 |
2906 | 2024-08-05T16:16:51.799Z | Checking supports-color v3.0.0 |
2907 | 2024-08-05T16:16:51.863Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2908 | 2024-08-05T16:16:53.154Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2909 | 2024-08-05T16:16:53.960Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2910 | 2024-08-05T16:16:54.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
2911 | 2024-08-05T16:16:55.030Z | |
2912 | 2024-08-05T16:16:55.031Z | info: running `cargo check --bins` on installinator-api (128/142) |
2913 | 2024-08-05T16:16:55.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-08-05T16:16:55.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-08-05T16:16:55.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2024-08-05T16:16:55.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2917 | 2024-08-05T16:16:55.647Z | |
2918 | 2024-08-05T16:16:55.647Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2919 | 2024-08-05T16:16:56.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-08-05T16:16:56.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-08-05T16:16:56.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2024-08-05T16:16:56.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2923 | 2024-08-05T16:16:56.287Z | |
2924 | 2024-08-05T16:16:56.287Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2925 | 2024-08-05T16:16:56.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-08-05T16:16:56.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-08-05T16:16:56.974Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2928 | 2024-08-05T16:16:58.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
2929 | 2024-08-05T16:16:58.300Z | |
2930 | 2024-08-05T16:16:58.300Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2931 | 2024-08-05T16:16:58.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-08-05T16:16:58.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-08-05T16:16:58.947Z | Checking memmap2 v0.9.4 |
2934 | 2024-08-05T16:16:58.947Z | Checking spin v0.5.2 |
2935 | 2024-08-05T16:16:58.947Z | Checking constant_time_eq v0.3.0 |
2936 | 2024-08-05T16:16:58.950Z | Checking untrusted v0.7.1 |
2937 | 2024-08-05T16:16:58.950Z | Checking arrayref v0.3.7 |
2938 | 2024-08-05T16:16:58.950Z | Checking arrayvec v0.7.4 |
2939 | 2024-08-05T16:16:58.950Z | Checking cargo-platform v0.1.8 |
2940 | 2024-08-05T16:16:59.036Z | Checking topological-sort v0.2.2 |
2941 | 2024-08-05T16:16:59.109Z | Checking shell-words v1.1.0 |
2942 | 2024-08-05T16:16:59.211Z | Checking ring v0.16.20 |
2943 | 2024-08-05T16:16:59.321Z | Checking cargo_metadata v0.18.1 |
2944 | 2024-08-05T16:16:59.390Z | Checking blake3 v1.5.1 |
2945 | 2024-08-05T16:17:00.338Z | Checking omicron-zone-package v0.11.0 |
2946 | 2024-08-05T16:17:01.369Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2947 | 2024-08-05T16:17:02.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
2948 | 2024-08-05T16:17:02.356Z | |
2949 | 2024-08-05T16:17:02.356Z | info: running `cargo check --bins` on xtask (132/142) |
2950 | 2024-08-05T16:17:02.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-08-05T16:17:02.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-08-05T16:17:02.821Z | Checking serde v1.0.204 |
2953 | 2024-08-05T16:17:02.821Z | Checking thiserror v1.0.63 |
2954 | 2024-08-05T16:17:02.824Z | Checking scroll v0.12.0 |
2955 | 2024-08-05T16:17:02.824Z | Checking bitflags v2.6.0 |
2956 | 2024-08-05T16:17:02.899Z | Checking log v0.4.21 |
2957 | 2024-08-05T16:17:02.902Z | Checking hashbrown v0.14.5 |
2958 | 2024-08-05T16:17:02.915Z | Checking zerocopy v0.7.34 |
2959 | 2024-08-05T16:17:02.947Z | Checking syn v2.0.72 |
2960 | 2024-08-05T16:17:03.139Z | Checking fs-err v2.11.0 |
2961 | 2024-08-05T16:17:03.160Z | Checking rustix v0.38.34 |
2962 | 2024-08-05T16:17:03.319Z | Checking goblin v0.8.2 |
2963 | 2024-08-05T16:17:03.432Z | Checking anyhow v1.0.86 |
2964 | 2024-08-05T16:17:03.839Z | Checking tabled v0.15.0 |
2965 | 2024-08-05T16:17:04.015Z | Checking indexmap v2.2.6 |
2966 | 2024-08-05T16:17:04.037Z | Checking terminal_size v0.3.0 |
2967 | 2024-08-05T16:17:04.216Z | Checking clap_builder v4.5.13 |
2968 | 2024-08-05T16:17:06.311Z | Checking clap v4.5.13 |
2969 | 2024-08-05T16:17:07.103Z | Checking pest v2.7.10 |
2970 | 2024-08-05T16:17:07.153Z | Checking serde_json v1.0.122 |
2971 | 2024-08-05T16:17:07.153Z | Checking serde_spanned v0.6.7 |
2972 | 2024-08-05T16:17:07.156Z | Checking toml_datetime v0.6.8 |
2973 | 2024-08-05T16:17:07.156Z | Checking semver v1.0.23 |
2974 | 2024-08-05T16:17:07.156Z | Checking cargo-platform v0.1.8 |
2975 | 2024-08-05T16:17:07.156Z | Checking camino v1.1.7 |
2976 | 2024-08-05T16:17:07.371Z | Checking macaddr v1.0.1 |
2977 | 2024-08-05T16:17:07.445Z | Checking toml_edit v0.22.20 |
2978 | 2024-08-05T16:17:08.239Z | Checking dof v0.3.0 |
2979 | 2024-08-05T16:17:08.239Z | Checking cargo_metadata v0.18.1 |
2980 | 2024-08-05T16:17:08.948Z | Checking dtrace-parser v0.2.0 |
2981 | 2024-08-05T16:17:09.216Z | Checking toml v0.8.19 |
2982 | 2024-08-05T16:17:09.248Z | Checking usdt-impl v0.5.0 |
2983 | 2024-08-05T16:17:09.584Z | Checking usdt v0.5.0 |
2984 | 2024-08-05T16:17:09.676Z | Checking cargo_toml v0.20.4 |
2985 | 2024-08-05T16:17:10.835Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2986 | 2024-08-05T16:17:11.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
2987 | 2024-08-05T16:17:11.467Z | |
2988 | 2024-08-05T16:17:11.467Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
2989 | 2024-08-05T16:17:11.898Z | Downloading crates ... |
2990 | 2024-08-05T16:17:12.123Z | Downloaded dirs-sys v0.4.1 |
2991 | 2024-08-05T16:17:12.131Z | Downloaded blowfish v0.9.1 |
2992 | 2024-08-05T16:17:12.134Z | Downloaded ed25519 v2.2.3 |
2993 | 2024-08-05T16:17:12.137Z | Downloaded ctr v0.9.2 |
2994 | 2024-08-05T16:17:12.137Z | Downloaded pbkdf2 v0.11.0 |
2995 | 2024-08-05T16:17:12.140Z | Downloaded getrandom v0.1.16 |
2996 | 2024-08-05T16:17:12.144Z | Downloaded dhcproto-macros v0.1.0 |
2997 | 2024-08-05T16:17:12.147Z | Downloaded option-ext v0.2.0 |
2998 | 2024-08-05T16:17:12.152Z | Downloaded hex-literal v0.4.1 |
2999 | 2024-08-05T16:17:12.156Z | Downloaded russh-cryptovec v0.7.2 |
3000 | 2024-08-05T16:17:12.159Z | Downloaded ghash v0.5.1 |
3001 | 2024-08-05T16:17:12.161Z | Downloaded md5 v0.7.0 |
3002 | 2024-08-05T16:17:12.162Z | Downloaded polyval v0.6.2 |
3003 | 2024-08-05T16:17:12.164Z | Downloaded internet-checksum v0.2.1 |
3004 | 2024-08-05T16:17:12.164Z | Downloaded rand_core v0.5.1 |
3005 | 2024-08-05T16:17:12.164Z | Downloaded dirs v5.0.1 |
3006 | 2024-08-05T16:17:12.167Z | Downloaded cbc v0.1.2 |
3007 | 2024-08-05T16:17:12.167Z | Downloaded bcrypt-pbkdf v0.10.0 |
3008 | 2024-08-05T16:17:12.170Z | Downloaded rand_chacha v0.2.2 |
3009 | 2024-08-05T16:17:12.173Z | Downloaded rfc6979 v0.4.0 |
3010 | 2024-08-05T16:17:12.173Z | Downloaded pbkdf2 v0.12.2 |
3011 | 2024-08-05T16:17:12.176Z | Downloaded primeorder v0.13.6 |
3012 | 2024-08-05T16:17:12.179Z | Downloaded russh-keys v0.43.0 |
3013 | 2024-08-05T16:17:12.182Z | Downloaded password-hash v0.4.2 |
3014 | 2024-08-05T16:17:12.185Z | Downloaded ecdsa v0.16.9 |
3015 | 2024-08-05T16:17:12.197Z | Downloaded p256 v0.13.2 |
3016 | 2024-08-05T16:17:12.200Z | Downloaded dhcproto v0.11.0 |
3017 | 2024-08-05T16:17:12.203Z | Downloaded ed25519-dalek v2.1.1 |
3018 | 2024-08-05T16:17:12.211Z | Downloaded rand v0.7.3 |
3019 | 2024-08-05T16:17:12.216Z | Downloaded russh v0.43.0 |
3020 | 2024-08-05T16:17:12.221Z | Downloaded p521 v0.13.3 |
3021 | 2024-08-05T16:17:12.225Z | Downloaded aes-gcm v0.10.3 |
3022 | 2024-08-05T16:17:12.228Z | Downloaded aes v0.8.4 |
3023 | 2024-08-05T16:17:12.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-08-05T16:17:12.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-08-05T16:17:12.359Z | Compiling getrandom v0.1.16 |
3026 | 2024-08-05T16:17:12.459Z | Checking rfc6979 v0.4.0 |
3027 | 2024-08-05T16:17:12.468Z | Checking primeorder v0.13.6 |
3028 | 2024-08-05T16:17:12.471Z | Checking option-ext v0.2.0 |
3029 | 2024-08-05T16:17:12.489Z | Checking ed25519 v2.2.3 |
3030 | 2024-08-05T16:17:12.492Z | Checking polyval v0.6.2 |
3031 | 2024-08-05T16:17:12.492Z | Checking aes v0.8.4 |
3032 | 2024-08-05T16:17:12.492Z | Checking blowfish v0.9.1 |
3033 | 2024-08-05T16:17:12.579Z | Checking dirs-sys v0.4.1 |
3034 | 2024-08-05T16:17:12.605Z | Checking ecdsa v0.16.9 |
3035 | 2024-08-05T16:17:12.692Z | Checking ctr v0.9.2 |
3036 | 2024-08-05T16:17:12.758Z | Checking password-hash v0.4.2 |
3037 | 2024-08-05T16:17:12.776Z | Checking pbkdf2 v0.12.2 |
3038 | 2024-08-05T16:17:12.779Z | Checking dirs v5.0.1 |
3039 | 2024-08-05T16:17:12.924Z | Checking ghash v0.5.1 |
3040 | 2024-08-05T16:17:12.944Z | Checking ed25519-dalek v2.1.1 |
3041 | 2024-08-05T16:17:12.945Z | Checking bcrypt-pbkdf v0.10.0 |
3042 | 2024-08-05T16:17:12.977Z | Checking cbc v0.1.2 |
3043 | 2024-08-05T16:17:13.089Z | Checking russh-cryptovec v0.7.2 |
3044 | 2024-08-05T16:17:13.157Z | Checking pbkdf2 v0.11.0 |
3045 | 2024-08-05T16:17:13.190Z | Checking md5 v0.7.0 |
3046 | 2024-08-05T16:17:13.206Z | Compiling dhcproto-macros v0.1.0 |
3047 | 2024-08-05T16:17:13.271Z | Checking hex-literal v0.4.1 |
3048 | 2024-08-05T16:17:13.289Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3049 | 2024-08-05T16:17:13.329Z | Checking p256 v0.13.2 |
3050 | 2024-08-05T16:17:13.398Z | Checking p521 v0.13.3 |
3051 | 2024-08-05T16:17:13.419Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3052 | 2024-08-05T16:17:13.464Z | Checking internet-checksum v0.2.1 |
3053 | 2024-08-05T16:17:13.464Z | Checking rand_core v0.5.1 |
3054 | 2024-08-05T16:17:13.494Z | Checking aes-gcm v0.10.3 |
3055 | 2024-08-05T16:17:13.767Z | Checking rand_chacha v0.2.2 |
3056 | 2024-08-05T16:17:13.968Z | Checking dhcproto v0.11.0 |
3057 | 2024-08-05T16:17:13.997Z | Checking rand v0.7.3 |
3058 | 2024-08-05T16:17:14.904Z | Checking russh-keys v0.43.0 |
3059 | 2024-08-05T16:17:15.629Z | Checking russh v0.43.0 |
3060 | 2024-08-05T16:17:31.444Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3061 | 2024-08-05T16:17:32.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s |
3062 | 2024-08-05T16:17:32.863Z | |
3063 | 2024-08-05T16:17:32.863Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3064 | 2024-08-05T16:17:33.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-08-05T16:17:33.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-08-05T16:17:33.466Z | Checking termios v0.3.3 |
3067 | 2024-08-05T16:17:33.665Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3068 | 2024-08-05T16:17:34.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
3069 | 2024-08-05T16:17:34.545Z | |
3070 | 2024-08-05T16:17:34.545Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3071 | 2024-08-05T16:17:35.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2024-08-05T16:17:35.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2024-08-05T16:17:35.217Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3074 | 2024-08-05T16:17:37.129Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3075 | 2024-08-05T16:17:38.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3076 | 2024-08-05T16:17:38.982Z | |
3077 | 2024-08-05T16:17:38.982Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3078 | 2024-08-05T16:17:39.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-08-05T16:17:39.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-08-05T16:17:39.577Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3081 | 2024-08-05T16:17:40.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3082 | 2024-08-05T16:17:40.138Z | |
3083 | 2024-08-05T16:17:40.138Z | info: running `cargo check --bins` on omicron-package (137/142) |
3084 | 2024-08-05T16:17:40.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-08-05T16:17:40.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-08-05T16:17:40.769Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3087 | 2024-08-05T16:17:41.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3088 | 2024-08-05T16:17:42.104Z | |
3089 | 2024-08-05T16:17:42.104Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3090 | 2024-08-05T16:17:42.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-08-05T16:17:42.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-08-05T16:17:42.751Z | Checking rtoolbox v0.0.2 |
3093 | 2024-08-05T16:17:42.751Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3094 | 2024-08-05T16:17:42.754Z | Checking tui-tree-widget v0.21.0 |
3095 | 2024-08-05T16:17:42.956Z | Checking rpassword v7.3.1 |
3096 | 2024-08-05T16:17:46.690Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3097 | 2024-08-05T16:17:49.395Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3098 | 2024-08-05T16:17:50.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.31s |
3099 | 2024-08-05T16:17:50.573Z | |
3100 | 2024-08-05T16:17:50.573Z | info: running `cargo check --bins` on wicket (139/142) |
3101 | 2024-08-05T16:17:51.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-08-05T16:17:51.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-08-05T16:17:51.219Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3104 | 2024-08-05T16:17:51.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3105 | 2024-08-05T16:17:51.723Z | |
3106 | 2024-08-05T16:17:51.724Z | info: running `cargo check --bins` on wicketd (140/142) |
3107 | 2024-08-05T16:17:52.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-05T16:17:52.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-05T16:17:52.384Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3110 | 2024-08-05T16:17:55.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3111 | 2024-08-05T16:17:55.956Z | |
3112 | 2024-08-05T16:17:55.956Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3113 | 2024-08-05T16:17:56.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-08-05T16:17:56.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-08-05T16:17:56.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2024-08-05T16:17:56.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3117 | 2024-08-05T16:17:56.523Z | |
3118 | 2024-08-05T16:17:56.523Z | info: running `cargo check --bins` on zone-setup (142/142) |
3119 | 2024-08-05T16:17:57.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-05T16:17:57.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-05T16:17:57.201Z | Checking uzers v0.11.3 |
3122 | 2024-08-05T16:17:57.487Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3123 | 2024-08-05T16:17:58.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3124 | 2024-08-05T16:17:58.661Z | |
3125 | 2024-08-05T16:17:58.661Z | real 10:19.116649203 |
3126 | 2024-08-05T16:17:58.661Z | user 22:07.734188689 |
3127 | 2024-08-05T16:17:58.661Z | sys 4:41.974458144 |
3128 | 2024-08-05T16:17:58.661Z | trap 0.479772193 |
3129 | 2024-08-05T16:17:58.661Z | tflt 2.706831848 |
3130 | 2024-08-05T16:17:58.661Z | dflt 2.149440767 |
3131 | 2024-08-05T16:17:58.661Z | kflt 0.007261002 |
3132 | 2024-08-05T16:17:58.661Z | lock 39:39.945561962 |
3133 | 2024-08-05T16:17:58.661Z | slp 1:48:15.870652039 |
3134 | 2024-08-05T16:17:58.661Z | lat 55.653252753 |
3135 | 2024-08-05T16:17:58.661Z | stop 2:40.257210237 |
3136 | 2024-08-05T16:17:58.664Z | process exited: duration 862411 ms, exit code 0 |
|
3137 | 2024-08-05T16:17:58.671Z | found 0 output files |