|
|
|
1 | 2024-08-11T07:03:42.326Z | job assigned to worker 01J503YF9GBKDR6AGXSJ8BKZ7B (queued for 4 m 50 s) |
|
2 | 2024-08-11T07:03:49.695Z | starting task 0: "setup" |
3 | 2024-08-11T07:03:49.747Z | ++ uname -s |
4 | 2024-08-11T07:03:49.750Z | + kern=SunOS |
5 | 2024-08-11T07:03:49.750Z | + case "$kern" in |
6 | 2024-08-11T07:03:49.750Z | + groupadd -g 12345 build |
7 | 2024-08-11T07:03:49.753Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-11T07:03:51.769Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-11T07:03:51.861Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-11T07:03:51.869Z | + home_fs=zfs |
11 | 2024-08-11T07:03:51.869Z | + [[ zfs == autofs ]] |
12 | 2024-08-11T07:03:51.869Z | + mkdir -p /home/build |
13 | 2024-08-11T07:03:51.870Z | + chown build:build /home/build /work |
14 | 2024-08-11T07:03:53.866Z | + chmod 0700 /home/build /work |
15 | 2024-08-11T07:03:53.870Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-08-11T07:03:53.876Z | starting task 1: "rust-toolchain" |
17 | 2024-08-11T07:03:53.883Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-11T07:03:53.883Z | ' 1.80.1 |
19 | 2024-08-11T07:03:53.883Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-11T07:03:53.883Z | ' default |
21 | 2024-08-11T07:03:53.886Z | * toolchain channel = "1.80.1" |
22 | 2024-08-11T07:03:53.886Z | * toolchain profile = "default" |
23 | 2024-08-11T07:03:53.886Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-11T07:03:53.886Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-11T07:03:54.020Z | info: downloading installer |
26 | 2024-08-11T07:03:55.313Z | info: profile set to 'default' |
27 | 2024-08-11T07:03:55.313Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-11T07:03:55.316Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-11T07:03:55.468Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-11T07:03:55.468Z | info: downloading component 'cargo' |
31 | 2024-08-11T07:03:56.333Z | info: downloading component 'clippy' |
32 | 2024-08-11T07:03:56.638Z | info: downloading component 'rust-docs' |
33 | 2024-08-11T07:03:57.840Z | info: downloading component 'rust-std' |
34 | 2024-08-11T07:03:59.532Z | info: downloading component 'rustc' |
35 | 2024-08-11T07:04:04.340Z | info: downloading component 'rustfmt' |
36 | 2024-08-11T07:04:04.596Z | info: installing component 'cargo' |
37 | 2024-08-11T07:04:05.441Z | info: installing component 'clippy' |
38 | 2024-08-11T07:04:05.809Z | info: installing component 'rust-docs' |
39 | 2024-08-11T07:04:07.437Z | info: installing component 'rust-std' |
40 | 2024-08-11T07:04:09.035Z | info: installing component 'rustc' |
41 | 2024-08-11T07:04:13.237Z | info: installing component 'rustfmt' |
42 | 2024-08-11T07:04:13.571Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-11T07:04:13.571Z | |
44 | 2024-08-11T07:04:13.822Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-11T07:04:13.822Z | |
46 | 2024-08-11T07:04:13.824Z | |
47 | 2024-08-11T07:04:13.824Z | Rust is installed now. Great! |
48 | 2024-08-11T07:04:13.824Z | |
49 | 2024-08-11T07:04:13.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-11T07:04:13.825Z | environment variable. This has not been done automatically. |
51 | 2024-08-11T07:04:13.825Z | |
52 | 2024-08-11T07:04:13.825Z | To configure your current shell, you need to source |
53 | 2024-08-11T07:04:13.825Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-11T07:04:13.825Z | |
55 | 2024-08-11T07:04:13.825Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-11T07:04:13.825Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-11T07:04:13.825Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-11T07:04:13.883Z | + rustc --version |
59 | 2024-08-11T07:04:13.945Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-11T07:04:13.948Z | process exited: duration 20069 ms, exit code 0 |
|
61 | 2024-08-11T07:04:13.954Z | starting task 2: "authentication" |
62 | 2024-08-11T07:04:13.974Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-11T07:04:13.980Z | starting task 3: "clone repository" |
64 | 2024-08-11T07:04:13.984Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-11T07:04:13.987Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-11T07:04:14.113Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-11T07:04:20.190Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-11T07:04:20.190Z | + git fetch origin 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
69 | 2024-08-11T07:04:20.484Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-11T07:04:20.484Z | * branch 8007a148b7673d2bc6e9fb80d61224e57c3396d0 -> FETCH_HEAD |
71 | 2024-08-11T07:04:20.493Z | + [[ -n renovate/reedline-0.x ]] |
72 | 2024-08-11T07:04:20.496Z | ++ git branch --show-current |
73 | 2024-08-11T07:04:20.499Z | + current=main |
74 | 2024-08-11T07:04:20.499Z | + [[ main != renovate/reedline-0.x ]] |
75 | 2024-08-11T07:04:20.499Z | + git branch -f renovate/reedline-0.x 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
76 | 2024-08-11T07:04:20.501Z | + git checkout -f renovate/reedline-0.x |
77 | 2024-08-11T07:04:20.521Z | Switched to branch 'renovate/reedline-0.x' |
78 | 2024-08-11T07:04:20.523Z | + git reset --hard 8007a148b7673d2bc6e9fb80d61224e57c3396d0 |
79 | 2024-08-11T07:04:20.542Z | HEAD is now at 8007a148b Update Rust crate reedline to 0.33.0 |
80 | 2024-08-11T07:04:20.545Z | process exited: duration 6562 ms, exit code 0 |
|
81 | 2024-08-11T07:04:20.551Z | starting task 4: "build" |
82 | 2024-08-11T07:04:20.555Z | + cargo --version |
83 | 2024-08-11T07:04:20.607Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-11T07:04:20.612Z | + rustc --version |
85 | 2024-08-11T07:04:20.665Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-11T07:04:20.667Z | + source ./env.sh |
87 | 2024-08-11T07:04:20.667Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-11T07:04:20.667Z | ++ set -o xtrace |
89 | 2024-08-11T07:04:20.670Z | ++++ dirname ./env.sh |
90 | 2024-08-11T07:04:20.673Z | +++ readlink -f . |
91 | 2024-08-11T07:04:20.688Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ 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-11T07:04:20.691Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-11T07:04:20.691Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-11T07:04:20.691Z | + 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-11T07:04:20.691Z | + 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-11T07:04:20.691Z | + banner prerequisites |
105 | 2024-08-11T07:04:20.706Z | |
106 | 2024-08-11T07:04:20.706Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-11T07:04:20.706Z | # # # # # # # # # # # # # # # |
108 | 2024-08-11T07:04:20.706Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-11T07:04:20.706Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-11T07:04:20.706Z | # # # # # # # # # # # # # # # |
111 | 2024-08-11T07:04:20.706Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-11T07:04:20.706Z | |
113 | 2024-08-11T07:04:20.709Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-11T07:04:28.598Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-11T07:04:30.834Z | Startup: Caching catalogs ... Done |
116 | 2024-08-11T07:04:34.693Z | Planning: Solver setup ... Done (3.287s) |
117 | 2024-08-11T07:04:34.755Z | Planning: Running solver ... Done (0.062s) |
118 | 2024-08-11T07:04:34.804Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-11T07:04:34.817Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-11T07:04:35.114Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-11T07:04:35.162Z | Planning: Package planning ... Done (0.049s) |
122 | 2024-08-11T07:04:35.215Z | Planning: Merging actions ... Done (0.052s) |
123 | 2024-08-11T07:04:36.394Z | Planning: Checking for conflicting actions ... Done (1.179s) |
124 | 2024-08-11T07:04:36.405Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-11T07:04:42.712Z | Planning: Evaluating mediators ... Done (6.307s) |
126 | 2024-08-11T07:04:42.722Z | Planning: Planning completed in 11.82 seconds |
127 | 2024-08-11T07:04:43.680Z | Packages to install: 4 |
128 | 2024-08-11T07:04:43.680Z | Mediators to change: 2 |
129 | 2024-08-11T07:04:43.680Z | Services to change: 1 |
130 | 2024-08-11T07:04:43.680Z | Estimated space available: 155.75 GB |
131 | 2024-08-11T07:04:43.683Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-11T07:04:43.683Z | Create boot environment: No |
133 | 2024-08-11T07:04:43.683Z | Create backup boot environment: No |
134 | 2024-08-11T07:04:43.684Z | Rebuild boot archive: No |
135 | 2024-08-11T07:04:43.684Z | |
136 | 2024-08-11T07:04:43.684Z | Changed mediators: |
137 | 2024-08-11T07:04:43.684Z | mediator clang: |
138 | 2024-08-11T07:04:43.684Z | version: None -> 15 (system default) |
139 | 2024-08-11T07:04:43.684Z | |
140 | 2024-08-11T07:04:43.684Z | mediator llvm: |
141 | 2024-08-11T07:04:43.684Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-11T07:04:43.684Z | |
143 | 2024-08-11T07:04:43.684Z | Changed packages: |
144 | 2024-08-11T07:04:43.684Z | helios-dev |
145 | 2024-08-11T07:04:43.684Z | developer/build-essential |
146 | 2024-08-11T07:04:43.684Z | None -> 11-2.0 |
147 | 2024-08-11T07:04:43.684Z | library/libxmlsec1 |
148 | 2024-08-11T07:04:43.684Z | None -> 1.2.35-2.0 |
149 | 2024-08-11T07:04:43.684Z | ooce/developer/clang-15 |
150 | 2024-08-11T07:04:43.684Z | None -> 15.0.7-2.0 |
151 | 2024-08-11T07:04:43.684Z | ooce/developer/llvm-15 |
152 | 2024-08-11T07:04:43.684Z | None -> 15.0.7-2.0 |
153 | 2024-08-11T07:04:43.684Z | |
154 | 2024-08-11T07:04:43.684Z | Services: |
155 | 2024-08-11T07:04:43.684Z | restart_fmri: |
156 | 2024-08-11T07:04:43.684Z | svc:/system/update-man-index:default |
157 | 2024-08-11T07:04:43.924Z | |
158 | 2024-08-11T07:04:43.924Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-11T07:04:48.923Z | Download: 1287/3290 items 103.6/212.6MB 48% complete (20.7M/s) |
160 | 2024-08-11T07:04:53.929Z | Download: 2943/3290 items 121.2/212.6MB 57% complete (12.2M/s) |
161 | 2024-08-11T07:04:57.743Z | Download: Completed 212.60 MB in 13.82 seconds (15.4M/s) |
162 | 2024-08-11T07:04:58.312Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-11T07:05:03.329Z | Actions: 3567/3689 actions (Installing new actions) |
164 | 2024-08-11T07:05:03.760Z | Actions: Completed 3689 actions in 5.45 seconds. |
165 | 2024-08-11T07:05:03.905Z | Done (0.141s) |
166 | 2024-08-11T07:05:03.905Z | Done (0.000s) |
167 | 2024-08-11T07:05:04.260Z | Done (0.355s) |
168 | 2024-08-11T07:05:10.069Z | Done (5.650s) |
169 | 2024-08-11T07:05:10.271Z | Done (0.138s) |
170 | 2024-08-11T07:05:10.275Z | Done (0.000s) |
171 | 2024-08-11T07:05:10.430Z | Done (0.000s) |
172 | 2024-08-11T07:05:10.997Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-11T07:05:11.156Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-11T07:05:11.159Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-11T07:05:11.420Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-11T07:05:11.422Z | Planning: Planning completed in 0.42 seconds |
177 | 2024-08-11T07:05:11.452Z | Mediators to change: 2 |
178 | 2024-08-11T07:05:11.452Z | Create boot environment: No |
179 | 2024-08-11T07:05:11.452Z | Create backup boot environment: No |
180 | 2024-08-11T07:05:11.525Z | Done |
181 | 2024-08-11T07:05:11.525Z | Done |
182 | 2024-08-11T07:05:11.742Z | Done |
183 | 2024-08-11T07:05:15.175Z | Done |
184 | 2024-08-11T07:05:15.258Z | Done |
185 | 2024-08-11T07:05:15.258Z | Done |
186 | 2024-08-11T07:05:15.359Z | Done |
187 | 2024-08-11T07:05:15.948Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-11T07:05:15.952Z | Planning: Merging actions ... Done |
189 | 2024-08-11T07:05:16.134Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-11T07:05:16.137Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-11T07:05:16.393Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-11T07:05:16.446Z | Planning: Planning completed in 0.73 seconds |
193 | 2024-08-11T07:05:16.479Z | Packages to change: 1 |
194 | 2024-08-11T07:05:16.479Z | Mediators to change: 1 |
195 | 2024-08-11T07:05:16.479Z | Services to change: 1 |
196 | 2024-08-11T07:05:16.482Z | Create boot environment: No |
197 | 2024-08-11T07:05:16.482Z | Create backup boot environment: Yes |
198 | 2024-08-11T07:05:18.328Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-11T07:05:18.371Z | Actions: Completed 6 actions in 0.04 seconds. |
200 | 2024-08-11T07:05:18.371Z | Done |
201 | 2024-08-11T07:05:18.371Z | Done |
202 | 2024-08-11T07:05:18.443Z | Done |
203 | 2024-08-11T07:05:22.041Z | Done |
204 | 2024-08-11T07:05:22.128Z | Done |
205 | 2024-08-11T07:05:22.131Z | Done |
206 | 2024-08-11T07:05:22.232Z | Done |
207 | 2024-08-11T07:05:22.655Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-11T07:05:22.655Z | clang system 15 system |
209 | 2024-08-11T07:05:22.655Z | csh system system illumos |
210 | 2024-08-11T07:05:22.655Z | ctags system system illumos |
211 | 2024-08-11T07:05:22.655Z | gcc vendor 12 vendor |
212 | 2024-08-11T07:05:22.655Z | gcc system 10 system |
213 | 2024-08-11T07:05:22.655Z | gcc system 7 system |
214 | 2024-08-11T07:05:22.655Z | go system 1.20 system |
215 | 2024-08-11T07:05:22.655Z | go system 1.19 system |
216 | 2024-08-11T07:05:22.655Z | llvm system 15 system |
217 | 2024-08-11T07:05:22.655Z | llvm system 14 system |
218 | 2024-08-11T07:05:22.655Z | mariadb system 10.6 system |
219 | 2024-08-11T07:05:22.655Z | mta vendor vendor dma |
220 | 2024-08-11T07:05:22.655Z | openjdk system 17 system |
221 | 2024-08-11T07:05:22.655Z | openjdk system 11 system |
222 | 2024-08-11T07:05:22.655Z | openjdk system 1.8 system |
223 | 2024-08-11T07:05:22.655Z | openssl vendor 3 vendor |
224 | 2024-08-11T07:05:22.655Z | perl system 5.36 system |
225 | 2024-08-11T07:05:22.655Z | postgresql system 15 system |
226 | 2024-08-11T07:05:22.655Z | postgresql system 13 system |
227 | 2024-08-11T07:05:22.655Z | python vendor 3 vendor |
228 | 2024-08-11T07:05:22.655Z | python system 2 system |
229 | 2024-08-11T07:05:22.655Z | python3 system 3.11 system |
230 | 2024-08-11T07:05:22.656Z | ruby system 3.0 system |
231 | 2024-08-11T07:05:22.656Z | words vendor vendor american-english |
232 | 2024-08-11T07:05:22.656Z | words system system australian-english |
233 | 2024-08-11T07:05:22.656Z | words system system british-english |
234 | 2024-08-11T07:05:22.656Z | words system system canadian-english |
235 | 2024-08-11T07:05:22.656Z | words system system french |
236 | 2024-08-11T07:05:22.656Z | words system system italian |
237 | 2024-08-11T07:05:22.656Z | words system system ngerman |
238 | 2024-08-11T07:05:22.656Z | words system system ogerman |
239 | 2024-08-11T07:05:22.656Z | words system system spanish |
240 | 2024-08-11T07:05:22.975Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-11T07:05:22.975Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-11T07:05:24.602Z | FMRI IFO |
243 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-11T07:05:24.602Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-11T07:05:24.603Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-11T07:05:24.603Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-11T07:05:24.603Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-11T07:05:24.603Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-11T07:05:24.603Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-11T07:05:25.178Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-11T07:05:25.447Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-11T07:05:25.726Z | Updating crates.io index |
258 | 2024-08-11T07:05:25.729Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-11T07:05:26.447Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-11T07:05:27.220Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-11T07:05:27.487Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-11T07:05:28.960Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-11T07:05:29.236Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-11T07:05:29.510Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-11T07:05:30.637Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-11T07:05:32.539Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-11T07:05:33.503Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-11T07:05:34.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-08-11T07:05:34.822Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-08-11T07:05:35.069Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-11T07:05:35.492Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-11T07:05:35.769Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-11T07:05:36.096Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-11T07:05:36.352Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-11T07:05:36.613Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-11T07:05:36.891Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-11T07:05:37.151Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-11T07:05:37.468Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-11T07:05:37.833Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-11T07:05:38.164Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-11T07:05:38.580Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-11T07:05:38.923Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-11T07:05:39.355Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-11T07:05:41.336Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-11T07:05:41.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-11T07:05:41.827Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-11T07:05:42.160Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-11T07:05:43.290Z | Downloading crates ... |
289 | 2024-08-11T07:05:43.369Z | Downloaded byteorder v1.5.0 |
290 | 2024-08-11T07:05:43.372Z | Downloaded block-buffer v0.10.4 |
291 | 2024-08-11T07:05:43.372Z | Downloaded autocfg v1.3.0 |
292 | 2024-08-11T07:05:43.377Z | Downloaded equivalent v1.0.1 |
293 | 2024-08-11T07:05:43.377Z | Downloaded anstream v0.6.14 |
294 | 2024-08-11T07:05:43.391Z | Downloaded anstyle-parse v0.2.4 |
295 | 2024-08-11T07:05:43.396Z | Downloaded swrite v0.1.0 |
296 | 2024-08-11T07:05:43.399Z | Downloaded errno v0.3.9 |
297 | 2024-08-11T07:05:43.399Z | Downloaded is_terminal_polyfill v1.70.0 |
298 | 2024-08-11T07:05:43.403Z | Downloaded anstyle-query v1.0.3 |
299 | 2024-08-11T07:05:43.406Z | Downloaded heck v0.4.1 |
300 | 2024-08-11T07:05:43.406Z | Downloaded anstyle v1.0.8 |
301 | 2024-08-11T07:05:43.406Z | Downloaded itoa v1.0.11 |
302 | 2024-08-11T07:05:43.409Z | Downloaded fs-err v2.11.0 |
303 | 2024-08-11T07:05:43.409Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-08-11T07:05:43.413Z | Downloaded plain v0.2.3 |
305 | 2024-08-11T07:05:43.413Z | Downloaded dof v0.3.0 |
306 | 2024-08-11T07:05:43.425Z | Downloaded pest_generator v2.7.10 |
307 | 2024-08-11T07:05:43.425Z | Downloaded thiserror v1.0.63 |
308 | 2024-08-11T07:05:43.430Z | Downloaded tabled_derive v0.7.0 |
309 | 2024-08-11T07:05:43.430Z | Downloaded utf8parse v0.2.1 |
310 | 2024-08-11T07:05:43.430Z | Downloaded colorchoice v1.0.1 |
311 | 2024-08-11T07:05:43.430Z | Downloaded serde_spanned v0.6.7 |
312 | 2024-08-11T07:05:43.430Z | Downloaded bytecount v0.6.8 |
313 | 2024-08-11T07:05:43.430Z | Downloaded thread-id v4.2.1 |
314 | 2024-08-11T07:05:43.430Z | Downloaded usdt v0.5.0 |
315 | 2024-08-11T07:05:43.430Z | Downloaded cargo_metadata v0.18.1 |
316 | 2024-08-11T07:05:43.435Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-08-11T07:05:43.435Z | Downloaded pretty-hex v0.4.1 |
318 | 2024-08-11T07:05:43.438Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-08-11T07:05:43.438Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-08-11T07:05:43.438Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-08-11T07:05:43.441Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-08-11T07:05:43.446Z | Downloaded camino v1.1.7 |
323 | 2024-08-11T07:05:43.450Z | Downloaded once_cell v1.19.0 |
324 | 2024-08-11T07:05:43.453Z | Downloaded memmap v0.7.0 |
325 | 2024-08-11T07:05:43.453Z | Downloaded cargo_toml v0.20.4 |
326 | 2024-08-11T07:05:43.456Z | Downloaded crypto-common v0.1.6 |
327 | 2024-08-11T07:05:43.456Z | Downloaded clap_lex v0.7.0 |
328 | 2024-08-11T07:05:43.456Z | Downloaded scroll v0.12.0 |
329 | 2024-08-11T07:05:43.459Z | Downloaded proc-macro-error v1.0.4 |
330 | 2024-08-11T07:05:43.462Z | Downloaded clap_derive v4.5.13 |
331 | 2024-08-11T07:05:43.466Z | Downloaded cfg-if v1.0.0 |
332 | 2024-08-11T07:05:43.466Z | Downloaded usdt-impl v0.5.0 |
333 | 2024-08-11T07:05:43.466Z | Downloaded semver v1.0.23 |
334 | 2024-08-11T07:05:43.469Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-08-11T07:05:43.471Z | Downloaded heck v0.5.0 |
336 | 2024-08-11T07:05:43.474Z | Downloaded terminal_size v0.3.0 |
337 | 2024-08-11T07:05:43.474Z | Downloaded serde_tokenstream v0.2.1 |
338 | 2024-08-11T07:05:43.479Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-08-11T07:05:43.479Z | Downloaded anyhow v1.0.86 |
340 | 2024-08-11T07:05:43.483Z | Downloaded strsim v0.11.1 |
341 | 2024-08-11T07:05:43.483Z | Downloaded bitflags v2.6.0 |
342 | 2024-08-11T07:05:43.489Z | Downloaded generic-array v0.14.7 |
343 | 2024-08-11T07:05:43.492Z | Downloaded version_check v0.9.5 |
344 | 2024-08-11T07:05:43.492Z | Downloaded unicode-ident v1.0.12 |
345 | 2024-08-11T07:05:43.492Z | Downloaded log v0.4.21 |
346 | 2024-08-11T07:05:43.495Z | Downloaded clap v4.5.15 |
347 | 2024-08-11T07:05:43.501Z | Downloaded typenum v1.17.0 |
348 | 2024-08-11T07:05:43.504Z | Downloaded thiserror-impl v1.0.63 |
349 | 2024-08-11T07:05:43.506Z | Downloaded quote v1.0.36 |
350 | 2024-08-11T07:05:43.509Z | Downloaded macaddr v1.0.1 |
351 | 2024-08-11T07:05:43.509Z | Downloaded proc-macro2 v1.0.86 |
352 | 2024-08-11T07:05:43.512Z | Downloaded pest_derive v2.7.10 |
353 | 2024-08-11T07:05:43.512Z | Downloaded serde_derive v1.0.205 |
354 | 2024-08-11T07:05:43.515Z | Downloaded cpufeatures v0.2.12 |
355 | 2024-08-11T07:05:43.518Z | Downloaded pest_meta v2.7.10 |
356 | 2024-08-11T07:05:43.520Z | Downloaded digest v0.10.7 |
357 | 2024-08-11T07:05:43.520Z | Downloaded ucd-trie v0.1.6 |
358 | 2024-08-11T07:05:43.523Z | Downloaded toml v0.8.19 |
359 | 2024-08-11T07:05:43.526Z | Downloaded ryu v1.0.18 |
360 | 2024-08-11T07:05:43.529Z | Downloaded sha2 v0.10.8 |
361 | 2024-08-11T07:05:43.532Z | Downloaded indexmap v2.3.0 |
362 | 2024-08-11T07:05:43.535Z | Downloaded fnv v1.0.7 |
363 | 2024-08-11T07:05:43.535Z | Downloaded papergrid v0.11.0 |
364 | 2024-08-11T07:05:43.561Z | Downloaded serde v1.0.205 |
365 | 2024-08-11T07:05:43.566Z | Downloaded memchr v2.7.2 |
366 | 2024-08-11T07:05:43.569Z | Downloaded pest v2.7.10 |
367 | 2024-08-11T07:05:43.575Z | Downloaded toml_edit v0.22.20 |
368 | 2024-08-11T07:05:43.597Z | Downloaded hashbrown v0.14.5 |
369 | 2024-08-11T07:05:43.603Z | Downloaded zerocopy v0.7.34 |
370 | 2024-08-11T07:05:43.617Z | Downloaded winnow v0.6.18 |
371 | 2024-08-11T07:05:43.625Z | Downloaded goblin v0.8.2 |
372 | 2024-08-11T07:05:43.633Z | Downloaded serde_json v1.0.122 |
373 | 2024-08-11T07:05:43.638Z | Downloaded clap_builder v4.5.15 |
374 | 2024-08-11T07:05:43.646Z | Downloaded tabled v0.15.0 |
375 | 2024-08-11T07:05:43.662Z | Downloaded syn v2.0.72 |
376 | 2024-08-11T07:05:43.672Z | Downloaded syn v1.0.109 |
377 | 2024-08-11T07:05:43.682Z | Downloaded rustix v0.38.34 |
378 | 2024-08-11T07:05:43.703Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-11T07:05:43.711Z | Downloaded libc v0.2.155 |
380 | 2024-08-11T07:05:44.004Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-11T07:05:44.004Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-11T07:05:44.007Z | Compiling version_check v0.9.5 |
383 | 2024-08-11T07:05:44.007Z | Compiling serde v1.0.205 |
384 | 2024-08-11T07:05:44.007Z | Compiling memchr v2.7.2 |
385 | 2024-08-11T07:05:44.007Z | Compiling thiserror v1.0.63 |
386 | 2024-08-11T07:05:44.007Z | Compiling libc v0.2.155 |
387 | 2024-08-11T07:05:44.036Z | Compiling ryu v1.0.18 |
388 | 2024-08-11T07:05:44.253Z | Compiling itoa v1.0.11 |
389 | 2024-08-11T07:05:44.465Z | Compiling ucd-trie v0.1.6 |
390 | 2024-08-11T07:05:44.754Z | Compiling once_cell v1.19.0 |
391 | 2024-08-11T07:05:44.917Z | Compiling byteorder v1.5.0 |
392 | 2024-08-11T07:05:45.036Z | Compiling serde_json v1.0.122 |
393 | 2024-08-11T07:05:46.509Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-11T07:05:46.527Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-11T07:05:46.544Z | Compiling rustix v0.38.34 |
396 | 2024-08-11T07:05:46.547Z | Compiling syn v1.0.109 |
397 | 2024-08-11T07:05:46.561Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-11T07:05:46.859Z | Compiling bitflags v2.6.0 |
399 | 2024-08-11T07:05:46.862Z | Compiling utf8parse v0.2.1 |
400 | 2024-08-11T07:05:46.985Z | Compiling hashbrown v0.14.5 |
401 | 2024-08-11T07:05:47.049Z | Compiling plain v0.2.3 |
402 | 2024-08-11T07:05:47.255Z | Compiling log v0.4.21 |
403 | 2024-08-11T07:05:47.306Z | Compiling equivalent v1.0.1 |
404 | 2024-08-11T07:05:47.332Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-08-11T07:05:47.412Z | Compiling thread-id v4.2.1 |
406 | 2024-08-11T07:05:47.478Z | Compiling quote v1.0.36 |
407 | 2024-08-11T07:05:47.585Z | Compiling anstyle v1.0.8 |
408 | 2024-08-11T07:05:47.636Z | Compiling autocfg v1.3.0 |
409 | 2024-08-11T07:05:47.673Z | Compiling pretty-hex v0.4.1 |
410 | 2024-08-11T07:05:47.868Z | Compiling syn v2.0.72 |
411 | 2024-08-11T07:05:47.871Z | Compiling errno v0.3.9 |
412 | 2024-08-11T07:05:48.129Z | Compiling is_terminal_polyfill v1.70.0 |
413 | 2024-08-11T07:05:48.162Z | Compiling winnow v0.6.18 |
414 | 2024-08-11T07:05:48.252Z | Compiling indexmap v2.3.0 |
415 | 2024-08-11T07:05:48.341Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-11T07:05:48.505Z | Compiling camino v1.1.7 |
417 | 2024-08-11T07:05:48.557Z | Compiling semver v1.0.23 |
418 | 2024-08-11T07:05:49.098Z | Compiling anstyle-query v1.0.3 |
419 | 2024-08-11T07:05:49.227Z | Compiling anstream v0.6.14 |
420 | 2024-08-11T07:05:49.250Z | Compiling terminal_size v0.3.0 |
421 | 2024-08-11T07:05:49.439Z | Compiling fs-err v2.11.0 |
422 | 2024-08-11T07:05:49.642Z | Compiling fnv v1.0.7 |
423 | 2024-08-11T07:05:49.645Z | Compiling unicode-width v0.1.13 |
424 | 2024-08-11T07:05:49.715Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-11T07:05:49.737Z | Compiling heck v0.5.0 |
426 | 2024-08-11T07:05:49.781Z | Compiling heck v0.4.1 |
427 | 2024-08-11T07:05:49.875Z | Compiling bytecount v0.6.8 |
428 | 2024-08-11T07:05:49.939Z | Compiling anyhow v1.0.86 |
429 | 2024-08-11T07:05:50.093Z | Compiling strsim v0.11.1 |
430 | 2024-08-11T07:05:50.221Z | Compiling papergrid v0.11.0 |
431 | 2024-08-11T07:05:50.267Z | Compiling memmap v0.7.0 |
432 | 2024-08-11T07:05:50.592Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-11T07:05:50.988Z | Compiling swrite v0.1.0 |
434 | 2024-08-11T07:05:52.848Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-11T07:05:54.196Z | Compiling tabled v0.15.0 |
436 | 2024-08-11T07:05:56.163Z | Compiling serde_derive v1.0.205 |
437 | 2024-08-11T07:05:56.163Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-11T07:05:56.166Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-11T07:05:56.166Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-11T07:05:56.166Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-11T07:05:57.522Z | Compiling scroll v0.12.0 |
442 | 2024-08-11T07:05:57.972Z | Compiling zerocopy v0.7.34 |
443 | 2024-08-11T07:05:57.993Z | Compiling goblin v0.8.2 |
444 | 2024-08-11T07:05:58.642Z | Compiling pest v2.7.10 |
445 | 2024-08-11T07:06:00.140Z | Compiling clap v4.5.15 |
446 | 2024-08-11T07:06:00.754Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-11T07:06:01.581Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-11T07:06:03.489Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-11T07:06:04.195Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-11T07:06:05.984Z | Compiling serde_spanned v0.6.7 |
451 | 2024-08-11T07:06:05.987Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-11T07:06:05.987Z | Compiling cargo-platform v0.1.8 |
453 | 2024-08-11T07:06:06.365Z | Compiling serde_tokenstream v0.2.1 |
454 | 2024-08-11T07:06:06.482Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-11T07:06:06.509Z | Compiling macaddr v1.0.1 |
456 | 2024-08-11T07:06:07.382Z | Compiling dof v0.3.0 |
457 | 2024-08-11T07:06:07.382Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-11T07:06:09.202Z | Compiling toml v0.8.19 |
459 | 2024-08-11T07:06:09.315Z | Compiling usdt-macro v0.5.0 |
460 | 2024-08-11T07:06:09.315Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-11T07:06:10.046Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-11T07:06:10.630Z | Compiling usdt v0.5.0 |
463 | 2024-08-11T07:06:13.575Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-11T07:06:17.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s |
465 | 2024-08-11T07:06:17.462Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-11T07:06:18.007Z | Downloading crates ... |
467 | 2024-08-11T07:06:18.102Z | Downloaded atty v0.2.14 |
468 | 2024-08-11T07:06:18.112Z | Downloaded async-stream-impl v0.3.5 |
469 | 2024-08-11T07:06:18.118Z | Downloaded crucible-workspace-hack v0.1.0 |
470 | 2024-08-11T07:06:18.118Z | Downloaded bitstruct_derive v0.1.0 |
471 | 2024-08-11T07:06:18.122Z | Downloaded cfg_aliases v0.1.1 |
472 | 2024-08-11T07:06:18.131Z | Downloaded arrayref v0.3.7 |
473 | 2024-08-11T07:06:18.140Z | Downloaded bit-set v0.5.3 |
474 | 2024-08-11T07:06:18.140Z | Downloaded atomic-waker v1.1.2 |
475 | 2024-08-11T07:06:18.140Z | Downloaded async-recursion v1.1.1 |
476 | 2024-08-11T07:06:18.140Z | Downloaded defmt-parser v0.3.4 |
477 | 2024-08-11T07:06:18.147Z | Downloaded ascii-canvas v3.0.0 |
478 | 2024-08-11T07:06:18.147Z | Downloaded indexmap v1.9.3 |
479 | 2024-08-11T07:06:18.154Z | Downloaded instant v0.1.12 |
480 | 2024-08-11T07:06:18.155Z | Downloaded array-init v0.0.4 |
481 | 2024-08-11T07:06:18.155Z | Downloaded is-terminal v0.4.12 |
482 | 2024-08-11T07:06:18.155Z | Downloaded matches v0.1.10 |
483 | 2024-08-11T07:06:18.155Z | Downloaded bitfield-struct v0.6.1 |
484 | 2024-08-11T07:06:18.166Z | Downloaded is_ci v1.2.0 |
485 | 2024-08-11T07:06:18.166Z | Downloaded new_debug_unreachable v1.0.6 |
486 | 2024-08-11T07:06:18.166Z | Downloaded camino-tempfile v1.1.1 |
487 | 2024-08-11T07:06:18.166Z | Downloaded convert_case v0.4.0 |
488 | 2024-08-11T07:06:18.166Z | Downloaded cassowary v0.3.0 |
489 | 2024-08-11T07:06:18.182Z | Downloaded atomicwrites v0.4.3 |
490 | 2024-08-11T07:06:18.182Z | Downloaded aead v0.5.2 |
491 | 2024-08-11T07:06:18.182Z | Downloaded adler v1.0.2 |
492 | 2024-08-11T07:06:18.182Z | Downloaded nodrop v0.1.14 |
493 | 2024-08-11T07:06:18.182Z | Downloaded cobs v0.2.3 |
494 | 2024-08-11T07:06:18.182Z | Downloaded buf-list v1.0.3 |
495 | 2024-08-11T07:06:18.183Z | Downloaded block-padding v0.3.3 |
496 | 2024-08-11T07:06:18.183Z | Downloaded number_prefix v0.4.0 |
497 | 2024-08-11T07:06:18.183Z | Downloaded normalize-line-endings v0.3.0 |
498 | 2024-08-11T07:06:18.183Z | Downloaded cipher v0.4.4 |
499 | 2024-08-11T07:06:18.183Z | Downloaded indoc v1.0.9 |
500 | 2024-08-11T07:06:18.186Z | Downloaded instability v0.3.2 |
501 | 2024-08-11T07:06:18.186Z | Downloaded data-encoding v2.6.0 |
502 | 2024-08-11T07:06:18.187Z | Downloaded bitstruct v0.1.1 |
503 | 2024-08-11T07:06:18.187Z | Downloaded newline-converter v0.3.0 |
504 | 2024-08-11T07:06:18.192Z | Downloaded match_cfg v0.1.0 |
505 | 2024-08-11T07:06:18.192Z | Downloaded crunchy v0.2.2 |
506 | 2024-08-11T07:06:18.193Z | Downloaded openssl-macros v0.1.1 |
507 | 2024-08-11T07:06:18.197Z | Downloaded cstr-argument v0.1.2 |
508 | 2024-08-11T07:06:18.197Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-08-11T07:06:18.197Z | Downloaded newtype_derive v0.1.6 |
510 | 2024-08-11T07:06:18.197Z | Downloaded opaque-debug v0.3.1 |
511 | 2024-08-11T07:06:18.204Z | Downloaded darling_macro v0.20.9 |
512 | 2024-08-11T07:06:18.204Z | Downloaded num_threads v0.1.7 |
513 | 2024-08-11T07:06:18.205Z | Downloaded bcs v0.1.6 |
514 | 2024-08-11T07:06:18.208Z | Downloaded num-iter v0.1.45 |
515 | 2024-08-11T07:06:18.208Z | Downloaded oso-derive v0.27.3 |
516 | 2024-08-11T07:06:18.208Z | Downloaded base16ct v0.2.0 |
517 | 2024-08-11T07:06:18.208Z | Downloaded memoffset v0.9.1 |
518 | 2024-08-11T07:06:18.211Z | Downloaded async-stream v0.3.5 |
519 | 2024-08-11T07:06:18.211Z | Downloaded argon2 v0.5.3 |
520 | 2024-08-11T07:06:18.215Z | Downloaded lru-cache v0.1.2 |
521 | 2024-08-11T07:06:18.219Z | Downloaded newtype-uuid v1.1.0 |
522 | 2024-08-11T07:06:18.219Z | Downloaded nanorand v0.7.0 |
523 | 2024-08-11T07:06:18.225Z | Downloaded md-5 v0.10.6 |
524 | 2024-08-11T07:06:18.225Z | Downloaded cookie_store v0.20.0 |
525 | 2024-08-11T07:06:18.228Z | Downloaded num v0.4.3 |
526 | 2024-08-11T07:06:18.228Z | Downloaded defmt v0.3.8 |
527 | 2024-08-11T07:06:18.233Z | Downloaded num_cpus v1.16.0 |
528 | 2024-08-11T07:06:18.233Z | Downloaded csv-core v0.1.11 |
529 | 2024-08-11T07:06:18.237Z | Downloaded num-integer v0.1.46 |
530 | 2024-08-11T07:06:18.237Z | Downloaded num_enum_derive v0.5.11 |
531 | 2024-08-11T07:06:18.237Z | Downloaded packed_struct_codegen v0.10.1 |
532 | 2024-08-11T07:06:18.240Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-08-11T07:06:18.241Z | Downloaded ciborium-ll v0.2.2 |
534 | 2024-08-11T07:06:18.244Z | Downloaded assert_matches v1.5.0 |
535 | 2024-08-11T07:06:18.244Z | Downloaded sync_wrapper v0.1.2 |
536 | 2024-08-11T07:06:18.244Z | Downloaded crc-catalog v2.4.0 |
537 | 2024-08-11T07:06:18.247Z | Downloaded crc v3.2.1 |
538 | 2024-08-11T07:06:18.251Z | Downloaded maybe-uninit v2.0.0 |
539 | 2024-08-11T07:06:18.251Z | Downloaded linked-hash-map v0.5.6 |
540 | 2024-08-11T07:06:18.256Z | Downloaded managed v0.8.0 |
541 | 2024-08-11T07:06:18.256Z | Downloaded debug-ignore v1.0.5 |
542 | 2024-08-11T07:06:18.256Z | Downloaded curve25519-dalek-derive v0.1.1 |
543 | 2024-08-11T07:06:18.259Z | Downloaded nibble_vec v0.1.0 |
544 | 2024-08-11T07:06:18.259Z | Downloaded constant_time_eq v0.3.0 |
545 | 2024-08-11T07:06:18.259Z | Downloaded mime v0.3.17 |
546 | 2024-08-11T07:06:18.263Z | Downloaded defmt-macros v0.3.9 |
547 | 2024-08-11T07:06:18.269Z | Downloaded chacha20 v0.9.1 |
548 | 2024-08-11T07:06:18.269Z | Downloaded shlex v1.3.0 |
549 | 2024-08-11T07:06:18.272Z | Downloaded cexpr v0.6.0 |
550 | 2024-08-11T07:06:18.272Z | Downloaded backoff v0.4.0 |
551 | 2024-08-11T07:06:18.276Z | Downloaded async-trait v0.1.81 |
552 | 2024-08-11T07:06:18.279Z | Downloaded tower-service v0.3.2 |
553 | 2024-08-11T07:06:18.279Z | Downloaded multer v3.1.0 |
554 | 2024-08-11T07:06:18.283Z | Downloaded cookie v0.18.1 |
555 | 2024-08-11T07:06:18.287Z | Downloaded const-oid v0.9.6 |
556 | 2024-08-11T07:06:18.287Z | Downloaded num-rational v0.4.2 |
557 | 2024-08-11T07:06:18.290Z | Downloaded base64 v0.13.1 |
558 | 2024-08-11T07:06:18.294Z | Downloaded crossbeam-epoch v0.9.18 |
559 | 2024-08-11T07:06:18.297Z | Downloaded diesel_table_macro_syntax v0.2.0 |
560 | 2024-08-11T07:06:18.297Z | Downloaded portpicker v0.1.1 |
561 | 2024-08-11T07:06:18.297Z | Downloaded float-ord v0.3.2 |
562 | 2024-08-11T07:06:18.303Z | Downloaded stringprep v0.1.4 |
563 | 2024-08-11T07:06:18.303Z | Downloaded smallvec v0.6.14 |
564 | 2024-08-11T07:06:18.309Z | Downloaded endian-type v0.1.2 |
565 | 2024-08-11T07:06:18.309Z | Downloaded tiny-keccak v2.0.2 |
566 | 2024-08-11T07:06:18.309Z | Downloaded thiserror-no-std v2.0.2 |
567 | 2024-08-11T07:06:18.317Z | Downloaded hubpack_derive v0.1.1 |
568 | 2024-08-11T07:06:18.318Z | Downloaded darling v0.20.9 |
569 | 2024-08-11T07:06:18.318Z | Downloaded cookie v0.17.0 |
570 | 2024-08-11T07:06:18.320Z | Downloaded termios v0.3.3 |
571 | 2024-08-11T07:06:18.320Z | Downloaded cancel-safe-futures v0.1.5 |
572 | 2024-08-11T07:06:18.324Z | Downloaded uzers v0.11.3 |
573 | 2024-08-11T07:06:18.326Z | Downloaded owo-colors v4.0.0 |
574 | 2024-08-11T07:06:18.331Z | Downloaded parking_lot v0.11.2 |
575 | 2024-08-11T07:06:18.334Z | Downloaded utf-8 v0.7.6 |
576 | 2024-08-11T07:06:18.334Z | Downloaded wyz v0.5.1 |
577 | 2024-08-11T07:06:18.338Z | Downloaded pretty-hex v0.2.1 |
578 | 2024-08-11T07:06:18.338Z | Downloaded blake2 v0.10.6 |
579 | 2024-08-11T07:06:18.341Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2024-08-11T07:06:18.341Z | Downloaded compact_str v0.8.0 |
581 | 2024-08-11T07:06:18.344Z | Downloaded base64ct v1.6.0 |
582 | 2024-08-11T07:06:18.347Z | Downloaded universal-hash v0.5.1 |
583 | 2024-08-11T07:06:18.350Z | Downloaded xattr v1.3.1 |
584 | 2024-08-11T07:06:18.357Z | Downloaded serde_path_to_error v0.1.16 |
585 | 2024-08-11T07:06:18.357Z | Downloaded tinyvec_macros v0.1.1 |
586 | 2024-08-11T07:06:18.360Z | Downloaded time-core v0.1.2 |
587 | 2024-08-11T07:06:18.360Z | Downloaded fxhash v0.2.1 |
588 | 2024-08-11T07:06:18.360Z | Downloaded want v0.3.1 |
589 | 2024-08-11T07:06:18.360Z | Downloaded omicron-zone-package v0.11.0 |
590 | 2024-08-11T07:06:18.363Z | Downloaded parking_lot v0.12.2 |
591 | 2024-08-11T07:06:18.366Z | Downloaded float-cmp v0.9.0 |
592 | 2024-08-11T07:06:18.366Z | Downloaded termtree v0.4.1 |
593 | 2024-08-11T07:06:18.369Z | Downloaded hex v0.4.3 |
594 | 2024-08-11T07:06:18.371Z | Downloaded slog-term v2.9.1 |
595 | 2024-08-11T07:06:18.371Z | Downloaded fastrand v2.1.0 |
596 | 2024-08-11T07:06:18.374Z | Downloaded crossbeam-utils v0.8.19 |
597 | 2024-08-11T07:06:18.377Z | Downloaded serde_with_macros v3.8.3 |
598 | 2024-08-11T07:06:18.380Z | Downloaded clang-sys v1.7.0 |
599 | 2024-08-11T07:06:18.383Z | Downloaded quick-error v1.2.3 |
600 | 2024-08-11T07:06:18.383Z | Downloaded rusty-fork v0.3.0 |
601 | 2024-08-11T07:06:18.385Z | Downloaded signal-hook v0.3.17 |
602 | 2024-08-11T07:06:18.388Z | Downloaded hyper-tls v0.5.0 |
603 | 2024-08-11T07:06:18.391Z | Downloaded tokio-rustls v0.24.1 |
604 | 2024-08-11T07:06:18.393Z | Downloaded sec1 v0.7.3 |
605 | 2024-08-11T07:06:18.397Z | Downloaded base64 v0.22.1 |
606 | 2024-08-11T07:06:18.401Z | Downloaded num-traits v0.2.19 |
607 | 2024-08-11T07:06:18.404Z | Downloaded native-tls v0.2.11 |
608 | 2024-08-11T07:06:18.406Z | Downloaded crypto-bigint v0.5.5 |
609 | 2024-08-11T07:06:18.412Z | Downloaded shell-words v1.1.0 |
610 | 2024-08-11T07:06:18.414Z | Downloaded take_mut v0.2.2 |
611 | 2024-08-11T07:06:18.414Z | Downloaded parse-size v1.0.0 |
612 | 2024-08-11T07:06:18.417Z | Downloaded ident_case v1.0.1 |
613 | 2024-08-11T07:06:18.417Z | Downloaded which v4.4.2 |
614 | 2024-08-11T07:06:18.420Z | Downloaded resolv-conf v0.7.0 |
615 | 2024-08-11T07:06:18.422Z | Downloaded signal-hook-mio v0.2.4 |
616 | 2024-08-11T07:06:18.422Z | Downloaded gethostname v0.5.0 |
617 | 2024-08-11T07:06:18.426Z | Downloaded dirs-next v2.0.0 |
618 | 2024-08-11T07:06:18.426Z | Downloaded getopts v0.2.21 |
619 | 2024-08-11T07:06:18.429Z | Downloaded derive_builder_core v0.20.0 |
620 | 2024-08-11T07:06:18.432Z | Downloaded mockall_derive v0.13.0 |
621 | 2024-08-11T07:06:18.432Z | Downloaded miniz_oxide v0.7.2 |
622 | 2024-08-11T07:06:18.442Z | Downloaded bytes v1.7.1 |
623 | 2024-08-11T07:06:18.443Z | Downloaded indicatif v0.17.8 |
624 | 2024-08-11T07:06:18.447Z | Downloaded zone_cfg_derive v0.1.2 |
625 | 2024-08-11T07:06:18.447Z | Downloaded signal-hook-registry v1.4.2 |
626 | 2024-08-11T07:06:18.447Z | Downloaded sqlformat v0.2.4 |
627 | 2024-08-11T07:06:18.449Z | Downloaded spki v0.7.3 |
628 | 2024-08-11T07:06:18.453Z | Downloaded rand_chacha v0.3.1 |
629 | 2024-08-11T07:06:18.453Z | Downloaded unicode-linebreak v0.1.5 |
630 | 2024-08-11T07:06:18.453Z | Downloaded topological-sort v0.2.2 |
631 | 2024-08-11T07:06:18.456Z | Downloaded sct v0.7.1 |
632 | 2024-08-11T07:06:18.459Z | Downloaded uuid v1.10.0 |
633 | 2024-08-11T07:06:18.462Z | Downloaded path-slash v0.1.5 |
634 | 2024-08-11T07:06:18.464Z | Downloaded foreign-types v0.3.2 |
635 | 2024-08-11T07:06:18.464Z | Downloaded deranged v0.3.11 |
636 | 2024-08-11T07:06:18.470Z | Downloaded sha1 v0.10.6 |
637 | 2024-08-11T07:06:18.471Z | Downloaded schemars_derive v0.8.21 |
638 | 2024-08-11T07:06:18.473Z | Downloaded serde_plain v1.0.2 |
639 | 2024-08-11T07:06:18.474Z | Downloaded fd-lock v4.0.2 |
640 | 2024-08-11T07:06:18.474Z | Downloaded tinyvec v1.6.0 |
641 | 2024-08-11T07:06:18.477Z | Downloaded erased-serde v0.3.31 |
642 | 2024-08-11T07:06:18.479Z | Downloaded serde_urlencoded v0.7.1 |
643 | 2024-08-11T07:06:18.483Z | Downloaded either v1.13.0 |
644 | 2024-08-11T07:06:18.487Z | Downloaded thiserror-impl-no-std v2.0.2 |
645 | 2024-08-11T07:06:18.487Z | Downloaded tabwriter v1.4.0 |
646 | 2024-08-11T07:06:18.487Z | Downloaded time-macros v0.2.18 |
647 | 2024-08-11T07:06:18.491Z | Downloaded psl-types v2.0.11 |
648 | 2024-08-11T07:06:18.494Z | Downloaded serde_repr v0.1.19 |
649 | 2024-08-11T07:06:18.494Z | Downloaded futures-executor v0.3.30 |
650 | 2024-08-11T07:06:18.494Z | Downloaded env_logger v0.10.2 |
651 | 2024-08-11T07:06:18.497Z | Downloaded predicates-core v1.0.6 |
652 | 2024-08-11T07:06:18.500Z | Downloaded rustfmt-wrapper v0.2.1 |
653 | 2024-08-11T07:06:18.500Z | Downloaded postcard v1.0.8 |
654 | 2024-08-11T07:06:18.504Z | Downloaded rustc_version v0.4.0 |
655 | 2024-08-11T07:06:18.507Z | Downloaded vte_generate_state_changes v0.1.1 |
656 | 2024-08-11T07:06:18.507Z | Downloaded diff v0.1.13 |
657 | 2024-08-11T07:06:18.510Z | Downloaded base64 v0.21.7 |
658 | 2024-08-11T07:06:18.515Z | Downloaded futures-sink v0.3.30 |
659 | 2024-08-11T07:06:18.518Z | Downloaded pkcs8 v0.10.2 |
660 | 2024-08-11T07:06:18.527Z | Downloaded predicates-tree v1.0.9 |
661 | 2024-08-11T07:06:18.530Z | Downloaded unicode-xid v0.2.4 |
662 | 2024-08-11T07:06:18.533Z | Downloaded tokio-macros v2.3.0 |
663 | 2024-08-11T07:06:18.533Z | Downloaded paste v1.0.15 |
664 | 2024-08-11T07:06:18.536Z | Downloaded der_derive v0.7.2 |
665 | 2024-08-11T07:06:18.539Z | Downloaded rand_xorshift v0.3.0 |
666 | 2024-08-11T07:06:18.539Z | Downloaded slab v0.4.9 |
667 | 2024-08-11T07:06:18.542Z | Downloaded serde-hex v0.1.0 |
668 | 2024-08-11T07:06:18.542Z | Downloaded vte v0.11.1 |
669 | 2024-08-11T07:06:18.545Z | Downloaded downcast v0.11.0 |
670 | 2024-08-11T07:06:18.548Z | Downloaded subprocess v0.2.9 |
671 | 2024-08-11T07:06:18.551Z | Downloaded display-error-chain v0.2.0 |
672 | 2024-08-11T07:06:18.551Z | Downloaded structmeta v0.3.0 |
673 | 2024-08-11T07:06:18.554Z | Downloaded structmeta-derive v0.2.0 |
674 | 2024-08-11T07:06:18.554Z | Downloaded unicode-bidi v0.3.15 |
675 | 2024-08-11T07:06:18.557Z | Downloaded glob v0.3.1 |
676 | 2024-08-11T07:06:18.560Z | Downloaded difflib v0.4.0 |
677 | 2024-08-11T07:06:18.560Z | Downloaded waitgroup v0.1.2 |
678 | 2024-08-11T07:06:18.560Z | Downloaded futures v0.3.30 |
679 | 2024-08-11T07:06:18.566Z | Downloaded tokio-native-tls v0.3.1 |
680 | 2024-08-11T07:06:18.569Z | Downloaded vsss-rs v3.3.4 |
681 | 2024-08-11T07:06:18.572Z | Downloaded openssl-sys v0.9.103 |
682 | 2024-08-11T07:06:18.577Z | Downloaded wait-timeout v0.2.0 |
683 | 2024-08-11T07:06:18.580Z | Downloaded rustls-pemfile v1.0.4 |
684 | 2024-08-11T07:06:18.583Z | Downloaded pin-utils v0.1.0 |
685 | 2024-08-11T07:06:18.584Z | Downloaded password-hash v0.5.0 |
686 | 2024-08-11T07:06:18.586Z | Downloaded rcgen v0.12.1 |
687 | 2024-08-11T07:06:18.590Z | Downloaded structmeta v0.2.0 |
688 | 2024-08-11T07:06:18.590Z | Downloaded ref-cast-impl v1.0.23 |
689 | 2024-08-11T07:06:18.590Z | Downloaded pin-project-lite v0.2.14 |
690 | 2024-08-11T07:06:18.595Z | Downloaded iana-time-zone v0.1.60 |
691 | 2024-08-11T07:06:18.599Z | Downloaded sigpipe v0.1.3 |
692 | 2024-08-11T07:06:18.602Z | Downloaded http-range v0.1.5 |
693 | 2024-08-11T07:06:18.602Z | Downloaded slog-scope v4.4.0 |
694 | 2024-08-11T07:06:18.602Z | Downloaded siphasher v0.3.11 |
695 | 2024-08-11T07:06:18.605Z | Downloaded foreign-types v0.5.0 |
696 | 2024-08-11T07:06:18.605Z | Downloaded tls_codec_derive v0.4.1 |
697 | 2024-08-11T07:06:18.608Z | Downloaded tls_codec v0.4.1 |
698 | 2024-08-11T07:06:18.611Z | Downloaded derive_builder_macro v0.20.0 |
699 | 2024-08-11T07:06:18.611Z | Downloaded pin-project-internal v1.1.5 |
700 | 2024-08-11T07:06:18.614Z | Downloaded chacha20poly1305 v0.10.1 |
701 | 2024-08-11T07:06:18.616Z | Downloaded getrandom v0.2.14 |
702 | 2024-08-11T07:06:18.619Z | Downloaded dirs-sys-next v0.1.2 |
703 | 2024-08-11T07:06:18.619Z | Downloaded tempfile v3.10.1 |
704 | 2024-08-11T07:06:18.623Z | Downloaded snafu-derive v0.8.2 |
705 | 2024-08-11T07:06:18.626Z | Downloaded foreign-types-shared v0.1.1 |
706 | 2024-08-11T07:06:18.626Z | Downloaded hostname v0.4.0 |
707 | 2024-08-11T07:06:18.629Z | Downloaded hostname v0.3.1 |
708 | 2024-08-11T07:06:18.629Z | Downloaded fragile v2.0.0 |
709 | 2024-08-11T07:06:18.632Z | Downloaded form_urlencoded v1.2.1 |
710 | 2024-08-11T07:06:18.632Z | Downloaded phf_shared v0.11.2 |
711 | 2024-08-11T07:06:18.635Z | Downloaded crossterm v0.27.0 |
712 | 2024-08-11T07:06:18.640Z | Downloaded ff v0.13.0 |
713 | 2024-08-11T07:06:18.643Z | Downloaded strum v0.26.3 |
714 | 2024-08-11T07:06:18.646Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-08-11T07:06:18.649Z | Downloaded sqlparser_derive v0.2.2 |
716 | 2024-08-11T07:06:18.652Z | Downloaded headers-core v0.2.0 |
717 | 2024-08-11T07:06:18.652Z | Downloaded rand_seeder v0.3.0 |
718 | 2024-08-11T07:06:18.654Z | Downloaded peg-runtime v0.8.3 |
719 | 2024-08-11T07:06:18.655Z | Downloaded same-file v1.0.6 |
720 | 2024-08-11T07:06:18.657Z | Downloaded smf v0.2.3 |
721 | 2024-08-11T07:06:18.657Z | Downloaded termcolor v1.4.1 |
722 | 2024-08-11T07:06:18.661Z | Downloaded structmeta-derive v0.3.0 |
723 | 2024-08-11T07:06:18.661Z | Downloaded slog-stdlog v4.1.1 |
724 | 2024-08-11T07:06:18.662Z | Downloaded scheduled-thread-pool v0.2.7 |
725 | 2024-08-11T07:06:18.665Z | Downloaded embedded-io v0.4.0 |
726 | 2024-08-11T07:06:18.665Z | Downloaded serde_yaml v0.9.34+deprecated |
727 | 2024-08-11T07:06:18.669Z | Downloaded dsl_auto_type v0.1.2 |
728 | 2024-08-11T07:06:18.672Z | Downloaded ron v0.7.1 |
729 | 2024-08-11T07:06:18.675Z | Downloaded rand_core v0.6.4 |
730 | 2024-08-11T07:06:18.678Z | Downloaded proc-macro-crate v1.3.1 |
731 | 2024-08-11T07:06:18.678Z | Downloaded http-body v0.4.6 |
732 | 2024-08-11T07:06:18.681Z | Downloaded static_assertions v1.1.0 |
733 | 2024-08-11T07:06:18.681Z | Downloaded smawk v0.3.2 |
734 | 2024-08-11T07:06:18.684Z | Downloaded slog-dtrace v0.3.0 |
735 | 2024-08-11T07:06:18.687Z | Downloaded walkdir v2.5.0 |
736 | 2024-08-11T07:06:18.687Z | Downloaded num-bigint v0.4.5 |
737 | 2024-08-11T07:06:18.692Z | Downloaded derive_builder v0.20.0 |
738 | 2024-08-11T07:06:18.696Z | Downloaded slog-json v2.6.1 |
739 | 2024-08-11T07:06:18.700Z | Downloaded rayon-core v1.12.1 |
740 | 2024-08-11T07:06:18.703Z | Downloaded tokio-rustls v0.25.0 |
741 | 2024-08-11T07:06:18.706Z | Downloaded globset v0.4.14 |
742 | 2024-08-11T07:06:18.709Z | Downloaded whoami v1.5.1 |
743 | 2024-08-11T07:06:18.709Z | Downloaded peg v0.8.4 |
744 | 2024-08-11T07:06:18.713Z | Downloaded httpdate v1.0.3 |
745 | 2024-08-11T07:06:18.716Z | Downloaded futures-core v0.3.30 |
746 | 2024-08-11T07:06:18.716Z | Downloaded stable_deref_trait v1.2.0 |
747 | 2024-08-11T07:06:18.719Z | Downloaded spin v0.5.2 |
748 | 2024-08-11T07:06:18.719Z | Downloaded postgres-protocol v0.6.7 |
749 | 2024-08-11T07:06:18.722Z | Downloaded mio v0.8.11 |
750 | 2024-08-11T07:06:18.726Z | Downloaded hmac v0.12.1 |
751 | 2024-08-11T07:06:18.729Z | Downloaded serde-big-array v0.5.1 |
752 | 2024-08-11T07:06:18.732Z | Downloaded ena v0.14.3 |
753 | 2024-08-11T07:06:18.732Z | Downloaded zeroize_derive v1.4.2 |
754 | 2024-08-11T07:06:18.735Z | Downloaded zeroize v1.7.0 |
755 | 2024-08-11T07:06:18.735Z | Downloaded term v0.7.0 |
756 | 2024-08-11T07:06:18.738Z | Downloaded tokio-tungstenite v0.21.0 |
757 | 2024-08-11T07:06:18.741Z | Downloaded mio v1.0.1 |
758 | 2024-08-11T07:06:18.746Z | Downloaded try-lock v0.2.5 |
759 | 2024-08-11T07:06:18.749Z | Downloaded serde_arrays v0.1.0 |
760 | 2024-08-11T07:06:18.749Z | Downloaded unarray v0.1.4 |
761 | 2024-08-11T07:06:18.751Z | Downloaded snafu v0.8.2 |
762 | 2024-08-11T07:06:18.756Z | Downloaded libm v0.2.8 |
763 | 2024-08-11T07:06:18.764Z | Downloaded num-bigint-dig v0.8.4 |
764 | 2024-08-11T07:06:18.769Z | Downloaded strum_macros v0.25.3 |
765 | 2024-08-11T07:06:18.772Z | Downloaded zip v0.6.6 |
766 | 2024-08-11T07:06:18.776Z | Downloaded tracing v0.1.40 |
767 | 2024-08-11T07:06:18.781Z | Downloaded untrusted v0.7.1 |
768 | 2024-08-11T07:06:18.783Z | Downloaded rpassword v7.3.1 |
769 | 2024-08-11T07:06:18.783Z | Downloaded powerfmt v0.2.0 |
770 | 2024-08-11T07:06:18.786Z | Downloaded pin-project v1.1.5 |
771 | 2024-08-11T07:06:18.796Z | Downloaded textwrap v0.16.1 |
772 | 2024-08-11T07:06:18.799Z | Downloaded yasna v0.5.2 |
773 | 2024-08-11T07:06:18.802Z | Downloaded toolchain_find v0.4.0 |
774 | 2024-08-11T07:06:18.805Z | Downloaded rustc-demangle v0.1.24 |
775 | 2024-08-11T07:06:18.805Z | Downloaded tokio-tungstenite v0.20.1 |
776 | 2024-08-11T07:06:18.808Z | Downloaded test-strategy v0.3.1 |
777 | 2024-08-11T07:06:18.811Z | Downloaded x509-cert v0.2.5 |
778 | 2024-08-11T07:06:18.817Z | Downloaded flume v0.11.0 |
779 | 2024-08-11T07:06:18.821Z | Downloaded unicase v2.7.0 |
780 | 2024-08-11T07:06:18.825Z | Downloaded slog-bunyan v2.5.0 |
781 | 2024-08-11T07:06:18.827Z | Downloaded tracing-core v0.1.32 |
782 | 2024-08-11T07:06:18.827Z | Downloaded semver v0.1.20 |
783 | 2024-08-11T07:06:18.830Z | Downloaded slog-async v2.8.0 |
784 | 2024-08-11T07:06:18.830Z | Downloaded postgres-types v0.2.7 |
785 | 2024-08-11T07:06:18.833Z | Downloaded poly1305 v0.8.0 |
786 | 2024-08-11T07:06:18.836Z | Downloaded rustc_version v0.1.7 |
787 | 2024-08-11T07:06:18.836Z | Downloaded flagset v0.4.5 |
788 | 2024-08-11T07:06:18.839Z | Downloaded der v0.7.9 |
789 | 2024-08-11T07:06:18.842Z | Downloaded tokio-postgres v0.7.11 |
790 | 2024-08-11T07:06:18.847Z | Downloaded rustc-hash v1.1.0 |
791 | 2024-08-11T07:06:18.850Z | Downloaded percent-encoding v2.3.1 |
792 | 2024-08-11T07:06:18.850Z | Downloaded phf v0.11.2 |
793 | 2024-08-11T07:06:18.853Z | Downloaded ppv-lite86 v0.2.17 |
794 | 2024-08-11T07:06:18.853Z | Downloaded similar v2.5.0 |
795 | 2024-08-11T07:06:18.858Z | Downloaded unicode-truncate v1.0.0 |
796 | 2024-08-11T07:06:18.861Z | Downloaded libxml v0.3.3 |
797 | 2024-08-11T07:06:18.864Z | Downloaded toml v0.7.8 |
798 | 2024-08-11T07:06:18.868Z | Downloaded fixedbitset v0.4.2 |
799 | 2024-08-11T07:06:18.871Z | Downloaded ron v0.8.1 |
800 | 2024-08-11T07:06:18.876Z | Downloaded scopeguard v1.2.0 |
801 | 2024-08-11T07:06:18.879Z | Downloaded rustls-pki-types v1.7.0 |
802 | 2024-08-11T07:06:18.882Z | Downloaded derive_more v0.99.18 |
803 | 2024-08-11T07:06:18.885Z | Downloaded filetime v0.2.24 |
804 | 2024-08-11T07:06:18.887Z | Downloaded unicode_categories v0.1.1 |
805 | 2024-08-11T07:06:18.890Z | Downloaded pem v3.0.4 |
806 | 2024-08-11T07:06:18.890Z | Downloaded httparse v1.8.0 |
807 | 2024-08-11T07:06:18.893Z | Downloaded expectorate v1.1.0 |
808 | 2024-08-11T07:06:18.896Z | Downloaded peg-macros v0.8.4 |
809 | 2024-08-11T07:06:18.898Z | Downloaded half v2.4.1 |
810 | 2024-08-11T07:06:18.901Z | Downloaded rustls-pemfile v2.1.3 |
811 | 2024-08-11T07:06:18.904Z | Downloaded samael v0.0.15 |
812 | 2024-08-11T07:06:18.907Z | Downloaded slog v2.7.0 |
813 | 2024-08-11T07:06:18.910Z | Downloaded diesel_derives v2.2.2 |
814 | 2024-08-11T07:06:18.915Z | Downloaded tar v0.4.41 |
815 | 2024-08-11T07:06:18.918Z | Downloaded schemars v0.8.21 |
816 | 2024-08-11T07:06:18.929Z | Downloaded socket2 v0.4.10 |
817 | 2024-08-11T07:06:18.932Z | Downloaded steno v0.4.1 |
818 | 2024-08-11T07:06:18.935Z | Downloaded rustyline v14.0.0 |
819 | 2024-08-11T07:06:18.941Z | Downloaded unicode-normalization v0.1.23 |
820 | 2024-08-11T07:06:18.945Z | Downloaded trust-dns-client v0.22.0 |
821 | 2024-08-11T07:06:18.951Z | Downloaded flate2 v1.0.31 |
822 | 2024-08-11T07:06:18.956Z | Downloaded time v0.3.36 |
823 | 2024-08-11T07:06:18.963Z | Downloaded unsafe-libyaml v0.2.11 |
824 | 2024-08-11T07:06:18.967Z | Downloaded socket2 v0.5.7 |
825 | 2024-08-11T07:06:18.969Z | Downloaded heapless v0.7.17 |
826 | 2024-08-11T07:06:18.973Z | Downloaded prettyplease v0.2.20 |
827 | 2024-08-11T07:06:18.977Z | Downloaded headers v0.3.9 |
828 | 2024-08-11T07:06:18.982Z | Downloaded blake3 v1.5.1 |
829 | 2024-08-11T07:06:18.990Z | Downloaded trust-dns-resolver v0.22.0 |
830 | 2024-08-11T07:06:18.995Z | Downloaded rsa v0.9.6 |
831 | 2024-08-11T07:06:19.000Z | Downloaded reqwest v0.11.27 |
832 | 2024-08-11T07:06:19.008Z | Downloaded toml_edit v0.19.15 |
833 | 2024-08-11T07:06:19.025Z | Downloaded quick-xml v0.31.0 |
834 | 2024-08-11T07:06:19.031Z | Downloaded http v0.2.12 |
835 | 2024-08-11T07:06:19.036Z | Downloaded tungstenite v0.21.0 |
836 | 2024-08-11T07:06:19.039Z | Downloaded http v1.1.0 |
837 | 2024-08-11T07:06:19.042Z | Downloaded futures-util v0.3.30 |
838 | 2024-08-11T07:06:19.054Z | Downloaded trust-dns-server v0.22.1 |
839 | 2024-08-11T07:06:19.060Z | Downloaded rand v0.8.5 |
840 | 2024-08-11T07:06:19.063Z | Downloaded unicode-segmentation v1.11.0 |
841 | 2024-08-11T07:06:19.066Z | Downloaded reedline v0.33.0 |
842 | 2024-08-11T07:06:19.074Z | Downloaded bindgen v0.69.4 |
843 | 2024-08-11T07:06:19.082Z | Downloaded hyper v0.14.30 |
844 | 2024-08-11T07:06:19.090Z | Downloaded hashbrown v0.12.3 |
845 | 2024-08-11T07:06:19.094Z | Downloaded tokio-util v0.7.11 |
846 | 2024-08-11T07:06:19.100Z | Downloaded portable-atomic v1.6.0 |
847 | 2024-08-11T07:06:19.106Z | Downloaded object v0.30.4 |
848 | 2024-08-11T07:06:19.118Z | Downloaded hashbrown v0.13.2 |
849 | 2024-08-11T07:06:19.122Z | Downloaded rayon v1.10.0 |
850 | 2024-08-11T07:06:19.130Z | Downloaded nix v0.27.1 |
851 | 2024-08-11T07:06:19.142Z | Downloaded openssl v0.10.66 |
852 | 2024-08-11T07:06:19.151Z | Downloaded nix v0.28.0 |
853 | 2024-08-11T07:06:19.163Z | Downloaded object v0.32.2 |
854 | 2024-08-11T07:06:19.173Z | Downloaded idna v0.2.3 |
855 | 2024-08-11T07:06:19.180Z | Downloaded rustls-webpki v0.101.7 |
856 | 2024-08-11T07:06:19.195Z | Downloaded bitvec v1.0.1 |
857 | 2024-08-11T07:06:19.210Z | Downloaded winnow v0.5.40 |
858 | 2024-08-11T07:06:19.218Z | Downloaded regex-syntax v0.6.29 |
859 | 2024-08-11T07:06:19.226Z | Downloaded gimli v0.28.1 |
860 | 2024-08-11T07:06:19.234Z | Downloaded h2 v0.3.26 |
861 | 2024-08-11T07:06:19.242Z | Downloaded diesel v2.2.2 |
862 | 2024-08-11T07:06:19.260Z | Downloaded smoltcp v0.11.0 |
863 | 2024-08-11T07:06:19.272Z | Downloaded rustls-webpki v0.102.4 |
864 | 2024-08-11T07:06:19.289Z | Downloaded proptest v1.5.0 |
865 | 2024-08-11T07:06:19.299Z | Downloaded regex v1.10.6 |
866 | 2024-08-11T07:06:19.312Z | Downloaded rustls v0.21.12 |
867 | 2024-08-11T07:06:19.323Z | Downloaded smoltcp v0.9.1 |
868 | 2024-08-11T07:06:19.334Z | Downloaded trust-dns-proto v0.22.0 |
869 | 2024-08-11T07:06:19.346Z | Downloaded polar-core v0.27.3 |
870 | 2024-08-11T07:06:19.354Z | Downloaded tokio v1.38.1 |
871 | 2024-08-11T07:06:19.392Z | Downloaded bstr v1.9.1 |
872 | 2024-08-11T07:06:19.400Z | Downloaded rustls v0.22.4 |
873 | 2024-08-11T07:06:19.413Z | Downloaded regex-syntax v0.8.4 |
874 | 2024-08-11T07:06:19.421Z | Downloaded bstr v0.2.17 |
875 | 2024-08-11T07:06:19.431Z | Downloaded vcpkg v0.2.15 |
876 | 2024-08-11T07:06:19.470Z | Downloaded webpki-roots v0.25.4 |
877 | 2024-08-11T07:06:19.473Z | Downloaded sled v0.34.7 |
878 | 2024-08-11T07:06:19.484Z | Downloaded curve25519-dalek v4.1.3 |
879 | 2024-08-11T07:06:19.494Z | Downloaded radix_trie v0.2.1 |
880 | 2024-08-11T07:06:19.500Z | Downloaded regress v0.9.1 |
881 | 2024-08-11T07:06:19.509Z | Downloaded openapiv3 v2.0.0 |
882 | 2024-08-11T07:06:19.522Z | Downloaded lalrpop v0.19.12 |
883 | 2024-08-11T07:06:19.533Z | Downloaded ratatui v0.28.0 |
884 | 2024-08-11T07:06:19.553Z | Downloaded idna v0.5.0 |
885 | 2024-08-11T07:06:19.560Z | Downloaded idna v0.3.0 |
886 | 2024-08-11T07:06:19.567Z | Downloaded regex-automata v0.1.10 |
887 | 2024-08-11T07:06:19.572Z | Downloaded serde_with v3.8.3 |
888 | 2024-08-11T07:06:19.582Z | Downloaded hkdf v0.12.4 |
889 | 2024-08-11T07:06:19.585Z | Downloaded regex-automata v0.4.6 |
890 | 2024-08-11T07:06:19.603Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
891 | 2024-08-11T07:06:19.617Z | Downloaded zerocopy-derive v0.6.6 |
892 | 2024-08-11T07:06:19.625Z | Downloaded sqlparser v0.45.0 |
893 | 2024-08-11T07:06:19.632Z | Downloaded chrono v0.4.38 |
894 | 2024-08-11T07:06:19.639Z | Downloaded url v2.5.2 |
895 | 2024-08-11T07:06:19.642Z | Downloaded itertools v0.12.1 |
896 | 2024-08-11T07:06:19.649Z | Downloaded typed-path v0.7.1 |
897 | 2024-08-11T07:06:19.656Z | Downloaded finl_unicode v1.2.0 |
898 | 2024-08-11T07:06:19.669Z | Downloaded petgraph v0.6.5 |
899 | 2024-08-11T07:06:19.688Z | Downloaded sha3 v0.10.8 |
900 | 2024-08-11T07:06:19.694Z | Downloaded csv v1.3.0 |
901 | 2024-08-11T07:06:19.714Z | Downloaded heapless v0.8.0 |
902 | 2024-08-11T07:06:19.720Z | Downloaded nom v7.1.3 |
903 | 2024-08-11T07:06:19.722Z | Downloaded aho-corasick v1.1.3 |
904 | 2024-08-11T07:06:19.728Z | Downloaded encoding_rs v0.8.34 |
905 | 2024-08-11T07:06:19.750Z | Downloaded phf_shared v0.10.0 |
906 | 2024-08-11T07:06:19.754Z | Downloaded untrusted v0.9.0 |
907 | 2024-08-11T07:06:19.754Z | Downloaded tap v1.0.1 |
908 | 2024-08-11T07:06:19.754Z | Downloaded subtle v2.5.0 |
909 | 2024-08-11T07:06:19.756Z | Downloaded rtoolbox v0.0.2 |
910 | 2024-08-11T07:06:19.756Z | Downloaded futures-channel v0.3.30 |
911 | 2024-08-11T07:06:19.759Z | Downloaded pem-rfc7468 v0.7.0 |
912 | 2024-08-11T07:06:19.759Z | Downloaded group v0.13.0 |
913 | 2024-08-11T07:06:19.762Z | Downloaded futures-macro v0.3.30 |
914 | 2024-08-11T07:06:19.762Z | Downloaded thread_local v1.1.8 |
915 | 2024-08-11T07:06:19.764Z | Downloaded tough v0.17.1 |
916 | 2024-08-11T07:06:19.771Z | Downloaded signature v2.2.0 |
917 | 2024-08-11T07:06:19.775Z | Downloaded futures-io v0.3.30 |
918 | 2024-08-11T07:06:19.775Z | Downloaded strum_macros v0.24.3 |
919 | 2024-08-11T07:06:19.778Z | Downloaded ref-cast v1.0.23 |
920 | 2024-08-11T07:06:19.778Z | Downloaded derive-where v1.2.7 |
921 | 2024-08-11T07:06:19.781Z | Downloaded tokio-stream v0.1.15 |
922 | 2024-08-11T07:06:19.784Z | Downloaded itertools v0.13.0 |
923 | 2024-08-11T07:06:19.791Z | Downloaded crossterm v0.28.1 |
924 | 2024-08-11T07:06:19.797Z | Downloaded itertools v0.10.5 |
925 | 2024-08-11T07:06:19.804Z | Downloaded dyn-clone v1.0.17 |
926 | 2024-08-11T07:06:19.807Z | Downloaded foreign-types-macros v0.2.3 |
927 | 2024-08-11T07:06:19.807Z | Downloaded env_logger v0.9.3 |
928 | 2024-08-11T07:06:19.809Z | Downloaded zerocopy v0.6.6 |
929 | 2024-08-11T07:06:19.813Z | Downloaded publicsuffix v2.2.3 |
930 | 2024-08-11T07:06:19.815Z | Downloaded fatfs v0.3.6 |
931 | 2024-08-11T07:06:19.818Z | Downloaded elliptic-curve v0.13.8 |
932 | 2024-08-11T07:06:19.820Z | Downloaded home v0.5.9 |
933 | 2024-08-11T07:06:19.820Z | Downloaded enum-as-inner v0.5.1 |
934 | 2024-08-11T07:06:19.823Z | Downloaded serde_derive_internals v0.29.1 |
935 | 2024-08-11T07:06:19.823Z | Downloaded tracing-attributes v0.1.27 |
936 | 2024-08-11T07:06:19.826Z | Downloaded spin v0.9.8 |
937 | 2024-08-11T07:06:19.829Z | Downloaded precomputed-hash v0.1.1 |
938 | 2024-08-11T07:06:19.829Z | Downloaded foreign-types-shared v0.3.1 |
939 | 2024-08-11T07:06:19.829Z | Downloaded futures-task v0.3.30 |
940 | 2024-08-11T07:06:19.831Z | Downloaded tungstenite v0.20.1 |
941 | 2024-08-11T07:06:19.834Z | Downloaded zone v0.1.8 |
942 | 2024-08-11T07:06:19.834Z | Downloaded toml v0.5.11 |
943 | 2024-08-11T07:06:19.836Z | Downloaded parse-display-derive v0.10.0 |
944 | 2024-08-11T07:06:19.839Z | Downloaded heck v0.3.3 |
945 | 2024-08-11T07:06:19.839Z | Downloaded const_format v0.2.32 |
946 | 2024-08-11T07:06:19.850Z | Downloaded memmap2 v0.9.4 |
947 | 2024-08-11T07:06:19.850Z | Downloaded strum_macros v0.26.4 |
948 | 2024-08-11T07:06:19.850Z | Downloaded hyper-rustls v0.24.2 |
949 | 2024-08-11T07:06:19.853Z | Downloaded crossbeam-channel v0.5.12 |
950 | 2024-08-11T07:06:19.853Z | Downloaded cc v1.0.97 |
951 | 2024-08-11T07:06:19.856Z | Downloaded predicates v3.1.2 |
952 | 2024-08-11T07:06:19.858Z | Downloaded pkg-config v0.3.30 |
953 | 2024-08-11T07:06:19.861Z | Downloaded rustversion v1.0.17 |
954 | 2024-08-11T07:06:19.864Z | Downloaded funty v2.0.0 |
955 | 2024-08-11T07:06:19.864Z | Downloaded oso v0.27.3 |
956 | 2024-08-11T07:06:19.866Z | Downloaded pkcs1 v0.7.5 |
957 | 2024-08-11T07:06:19.869Z | Downloaded highway v1.2.0 |
958 | 2024-08-11T07:06:19.872Z | Downloaded smallvec v1.13.2 |
959 | 2024-08-11T07:06:19.872Z | Downloaded secrecy v0.8.0 |
960 | 2024-08-11T07:06:19.875Z | Downloaded radium v0.7.0 |
961 | 2024-08-11T07:06:19.875Z | Downloaded r2d2 v0.8.10 |
962 | 2024-08-11T07:06:19.877Z | Downloaded parking_lot_core v0.8.6 |
963 | 2024-08-11T07:06:19.877Z | Downloaded hyper-staticfile v0.9.5 |
964 | 2024-08-11T07:06:19.880Z | Downloaded humantime v2.1.0 |
965 | 2024-08-11T07:06:19.880Z | Downloaded hubpack v0.1.2 |
966 | 2024-08-11T07:06:19.883Z | Downloaded hash32 v0.3.1 |
967 | 2024-08-11T07:06:19.883Z | Downloaded hash32 v0.2.1 |
968 | 2024-08-11T07:06:19.885Z | Downloaded fallible-iterator v0.2.0 |
969 | 2024-08-11T07:06:19.885Z | Downloaded ciborium v0.2.2 |
970 | 2024-08-11T07:06:19.888Z | Downloaded allocator-api2 v0.2.18 |
971 | 2024-08-11T07:06:19.891Z | Downloaded darling_core v0.20.9 |
972 | 2024-08-11T07:06:19.894Z | Downloaded num-complex v0.4.6 |
973 | 2024-08-11T07:06:19.897Z | Downloaded backtrace v0.3.71 |
974 | 2024-08-11T07:06:19.901Z | Downloaded arc-swap v1.7.1 |
975 | 2024-08-11T07:06:19.904Z | Downloaded crc-any v2.5.0 |
976 | 2024-08-11T07:06:19.908Z | Downloaded ciborium-io v0.2.2 |
977 | 2024-08-11T07:06:19.908Z | Downloaded tui-tree-widget v0.22.0 |
978 | 2024-08-11T07:06:19.911Z | Downloaded nu-ansi-term v0.50.0 |
979 | 2024-08-11T07:06:19.911Z | Downloaded crc32fast v1.4.0 |
980 | 2024-08-11T07:06:19.915Z | Downloaded mockall v0.13.0 |
981 | 2024-08-11T07:06:19.915Z | Downloaded supports-color v3.0.0 |
982 | 2024-08-11T07:06:19.915Z | Downloaded strip-ansi-escapes v0.2.0 |
983 | 2024-08-11T07:06:19.925Z | Downloaded string_cache v0.8.7 |
984 | 2024-08-11T07:06:19.925Z | Downloaded console v0.15.8 |
985 | 2024-08-11T07:06:19.925Z | Downloaded colored v2.1.0 |
986 | 2024-08-11T07:06:19.925Z | Downloaded parking_lot_core v0.9.10 |
987 | 2024-08-11T07:06:19.927Z | Downloaded slog-envlogger v2.2.0 |
988 | 2024-08-11T07:06:19.927Z | Downloaded mime_guess v2.0.4 |
989 | 2024-08-11T07:06:19.927Z | Downloaded lock_api v0.4.12 |
990 | 2024-08-11T07:06:19.930Z | Downloaded libloading v0.8.3 |
991 | 2024-08-11T07:06:19.930Z | Downloaded indent_write v2.2.0 |
992 | 2024-08-11T07:06:19.932Z | Downloaded parse-display v0.10.0 |
993 | 2024-08-11T07:06:19.932Z | Downloaded packed_struct v0.10.1 |
994 | 2024-08-11T07:06:19.935Z | Downloaded arrayvec v0.7.4 |
995 | 2024-08-11T07:06:19.938Z | Downloaded olpc-cjson v0.1.3 |
996 | 2024-08-11T07:06:19.938Z | Downloaded num_enum v0.5.11 |
997 | 2024-08-11T07:06:19.941Z | Downloaded num-conv v0.1.0 |
998 | 2024-08-11T07:06:19.943Z | Downloaded multimap v0.10.0 |
999 | 2024-08-11T07:06:19.943Z | Downloaded libefi-sys v0.1.0 |
1000 | 2024-08-11T07:06:19.946Z | Downloaded castaway v0.2.3 |
1001 | 2024-08-11T07:06:19.946Z | Downloaded lru v0.12.3 |
1002 | 2024-08-11T07:06:19.948Z | Downloaded lazy_static v1.5.0 |
1003 | 2024-08-11T07:06:19.948Z | Downloaded bitflags v1.3.2 |
1004 | 2024-08-11T07:06:19.951Z | Downloaded bitfield v0.14.0 |
1005 | 2024-08-11T07:06:19.953Z | Downloaded ipnet v2.9.0 |
1006 | 2024-08-11T07:06:19.956Z | Downloaded num-derive v0.4.2 |
1007 | 2024-08-11T07:06:19.958Z | Downloaded libsw v3.3.1 |
1008 | 2024-08-11T07:06:19.961Z | Downloaded ring v0.17.8 |
1009 | 2024-08-11T07:06:20.030Z | Downloaded ahash v0.8.11 |
1010 | 2024-08-11T07:06:20.033Z | Downloaded addr2line v0.21.0 |
1011 | 2024-08-11T07:06:20.035Z | Downloaded crossbeam-deque v0.8.5 |
1012 | 2024-08-11T07:06:20.038Z | Downloaded const_format_proc_macros v0.2.32 |
1013 | 2024-08-11T07:06:20.042Z | Downloaded linear-map v1.2.0 |
1014 | 2024-08-11T07:06:20.042Z | Downloaded keccak v0.1.5 |
1015 | 2024-08-11T07:06:20.044Z | Downloaded inout v0.1.3 |
1016 | 2024-08-11T07:06:20.044Z | Downloaded bzip2 v0.4.4 |
1017 | 2024-08-11T07:06:20.044Z | Downloaded ascii v1.1.0 |
1018 | 2024-08-11T07:06:20.047Z | Downloaded maplit v1.0.2 |
1019 | 2024-08-11T07:06:20.047Z | Downloaded lazycell v1.3.0 |
1020 | 2024-08-11T07:06:20.050Z | Downloaded kstat-rs v0.2.4 |
1021 | 2024-08-11T07:06:20.050Z | Downloaded ipnetwork v0.20.0 |
1022 | 2024-08-11T07:06:20.050Z | Downloaded impl-trait-for-tuples v0.2.2 |
1023 | 2024-08-11T07:06:20.053Z | Downloaded bit-vec v0.6.3 |
1024 | 2024-08-11T07:06:20.056Z | Downloaded bb8 v0.8.5 |
1025 | 2024-08-11T07:06:20.082Z | Downloaded ring v0.16.20 |
1026 | 2024-08-11T07:06:20.244Z | Compiling cfg-if v1.0.0 |
1027 | 2024-08-11T07:06:20.244Z | Compiling serde v1.0.205 |
1028 | 2024-08-11T07:06:20.247Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-11T07:06:20.247Z | Compiling scopeguard v1.2.0 |
1030 | 2024-08-11T07:06:20.247Z | Compiling log v0.4.21 |
1031 | 2024-08-11T07:06:20.392Z | Compiling syn v2.0.72 |
1032 | 2024-08-11T07:06:20.396Z | Compiling cc v1.0.97 |
1033 | 2024-08-11T07:06:20.397Z | Compiling typenum v1.17.0 |
1034 | 2024-08-11T07:06:20.469Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-11T07:06:20.523Z | Compiling generic-array v0.14.7 |
1036 | 2024-08-11T07:06:20.816Z | Compiling rand_core v0.6.4 |
1037 | 2024-08-11T07:06:20.841Z | Compiling pin-project-lite v0.2.14 |
1038 | 2024-08-11T07:06:20.950Z | Compiling parking_lot_core v0.9.10 |
1039 | 2024-08-11T07:06:20.965Z | Compiling smallvec v1.13.2 |
1040 | 2024-08-11T07:06:20.995Z | Compiling signal-hook-registry v1.4.2 |
1041 | 2024-08-11T07:06:21.235Z | Compiling spin v0.9.8 |
1042 | 2024-08-11T07:06:21.312Z | Compiling mio v0.8.11 |
1043 | 2024-08-11T07:06:21.350Z | Compiling ahash v0.8.11 |
1044 | 2024-08-11T07:06:21.603Z | Compiling tinyvec_macros v0.1.1 |
1045 | 2024-08-11T07:06:21.696Z | Compiling tinyvec v1.6.0 |
1046 | 2024-08-11T07:06:21.728Z | Compiling socket2 v0.5.7 |
1047 | 2024-08-11T07:06:21.749Z | Compiling num_cpus v1.16.0 |
1048 | 2024-08-11T07:06:21.862Z | Compiling parking_lot v0.12.2 |
1049 | 2024-08-11T07:06:22.060Z | Compiling serde_json v1.0.122 |
1050 | 2024-08-11T07:06:22.503Z | Compiling subtle v2.5.0 |
1051 | 2024-08-11T07:06:22.633Z | Compiling futures-core v0.3.30 |
1052 | 2024-08-11T07:06:22.798Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-11T07:06:22.856Z | Compiling libm v0.2.8 |
1054 | 2024-08-11T07:06:22.913Z | Compiling slab v0.4.9 |
1055 | 2024-08-11T07:06:22.919Z | Compiling num-traits v0.2.19 |
1056 | 2024-08-11T07:06:23.103Z | Compiling allocator-api2 v0.2.18 |
1057 | 2024-08-11T07:06:23.252Z | Compiling unicode-normalization v0.1.23 |
1058 | 2024-08-11T07:06:23.255Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-11T07:06:23.281Z | Compiling futures-sink v0.3.30 |
1060 | 2024-08-11T07:06:23.964Z | Compiling futures-channel v0.3.30 |
1061 | 2024-08-11T07:06:24.081Z | Compiling vcpkg v0.2.15 |
1062 | 2024-08-11T07:06:24.098Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-11T07:06:24.429Z | Compiling pin-utils v0.1.0 |
1064 | 2024-08-11T07:06:24.445Z | Compiling futures-task v0.3.30 |
1065 | 2024-08-11T07:06:24.513Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-11T07:06:24.771Z | Compiling ring v0.17.8 |
1067 | 2024-08-11T07:06:24.834Z | Compiling percent-encoding v2.3.1 |
1068 | 2024-08-11T07:06:24.870Z | Compiling ppv-lite86 v0.2.17 |
1069 | 2024-08-11T07:06:24.873Z | Compiling tracing-core v0.1.32 |
1070 | 2024-08-11T07:06:25.229Z | Compiling num-conv v0.1.0 |
1071 | 2024-08-11T07:06:25.509Z | Compiling time-core v0.1.2 |
1072 | 2024-08-11T07:06:25.651Z | Compiling rand_chacha v0.3.1 |
1073 | 2024-08-11T07:06:25.674Z | Compiling untrusted v0.9.0 |
1074 | 2024-08-11T07:06:25.839Z | Compiling syn v1.0.109 |
1075 | 2024-08-11T07:06:26.089Z | Compiling powerfmt v0.2.0 |
1076 | 2024-08-11T07:06:26.320Z | Compiling openssl-sys v0.9.103 |
1077 | 2024-08-11T07:06:26.375Z | Compiling rustix v0.38.34 |
1078 | 2024-08-11T07:06:26.422Z | Compiling deranged v0.3.11 |
1079 | 2024-08-11T07:06:26.451Z | Compiling rand v0.8.5 |
1080 | 2024-08-11T07:06:26.497Z | Compiling time-macros v0.2.18 |
1081 | 2024-08-11T07:06:27.207Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-11T07:06:27.708Z | Compiling foreign-types-shared v0.1.1 |
1083 | 2024-08-11T07:06:27.732Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-11T07:06:27.803Z | Compiling rustversion v1.0.17 |
1085 | 2024-08-11T07:06:27.845Z | Compiling openssl v0.10.66 |
1086 | 2024-08-11T07:06:28.133Z | Compiling httparse v1.8.0 |
1087 | 2024-08-11T07:06:28.203Z | Compiling foreign-types v0.3.2 |
1088 | 2024-08-11T07:06:28.236Z | Compiling pem-rfc7468 v0.7.0 |
1089 | 2024-08-11T07:06:28.452Z | Compiling form_urlencoded v1.2.1 |
1090 | 2024-08-11T07:06:28.552Z | Compiling siphasher v0.3.11 |
1091 | 2024-08-11T07:06:28.756Z | Compiling flagset v0.4.5 |
1092 | 2024-08-11T07:06:28.838Z | Compiling rustls v0.21.12 |
1093 | 2024-08-11T07:06:28.887Z | Compiling try-lock v0.2.5 |
1094 | 2024-08-11T07:06:28.932Z | Compiling native-tls v0.2.11 |
1095 | 2024-08-11T07:06:29.002Z | Compiling crossbeam-utils v0.8.19 |
1096 | 2024-08-11T07:06:29.078Z | Compiling want v0.3.1 |
1097 | 2024-08-11T07:06:29.365Z | Compiling time v0.3.36 |
1098 | 2024-08-11T07:06:29.623Z | Compiling idna v0.5.0 |
1099 | 2024-08-11T07:06:29.768Z | Compiling lazy_static v1.5.0 |
1100 | 2024-08-11T07:06:29.889Z | Compiling aho-corasick v1.1.3 |
1101 | 2024-08-11T07:06:30.615Z | Compiling cookie v0.17.0 |
1102 | 2024-08-11T07:06:30.841Z | Compiling openssl-probe v0.1.5 |
1103 | 2024-08-11T07:06:30.934Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-11T07:06:31.048Z | Compiling regex-syntax v0.8.4 |
1105 | 2024-08-11T07:06:31.202Z | Compiling cpufeatures v0.2.12 |
1106 | 2024-08-11T07:06:31.275Z | Compiling iana-time-zone v0.1.60 |
1107 | 2024-08-11T07:06:31.594Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-11T07:06:31.694Z | Compiling adler v1.0.2 |
1109 | 2024-08-11T07:06:31.883Z | Compiling slog v2.7.0 |
1110 | 2024-08-11T07:06:32.171Z | Compiling httpdate v1.0.3 |
1111 | 2024-08-11T07:06:32.460Z | Compiling stringprep v0.1.4 |
1112 | 2024-08-11T07:06:32.681Z | Compiling miniz_oxide v0.7.2 |
1113 | 2024-08-11T07:06:33.606Z | Compiling url v2.5.2 |
1114 | 2024-08-11T07:06:33.997Z | Compiling serde_derive v1.0.205 |
1115 | 2024-08-11T07:06:34.131Z | Compiling zeroize_derive v1.4.2 |
1116 | 2024-08-11T07:06:34.244Z | Compiling zerocopy-derive v0.7.34 |
1117 | 2024-08-11T07:06:35.194Z | Compiling tokio-macros v2.3.0 |
1118 | 2024-08-11T07:06:35.406Z | Compiling thiserror-impl v1.0.63 |
1119 | 2024-08-11T07:06:35.689Z | Compiling zeroize v1.7.0 |
1120 | 2024-08-11T07:06:35.867Z | Compiling futures-macro v0.3.30 |
1121 | 2024-08-11T07:06:36.429Z | Compiling zerocopy v0.7.34 |
1122 | 2024-08-11T07:06:36.705Z | Compiling tracing-attributes v0.1.27 |
1123 | 2024-08-11T07:06:37.445Z | Compiling scroll_derive v0.12.0 |
1124 | 2024-08-11T07:06:37.532Z | Compiling crypto-common v0.1.6 |
1125 | 2024-08-11T07:06:37.755Z | Compiling block-buffer v0.10.4 |
1126 | 2024-08-11T07:06:37.895Z | Compiling futures-util v0.3.30 |
1127 | 2024-08-11T07:06:38.078Z | Compiling digest v0.10.7 |
1128 | 2024-08-11T07:06:38.557Z | Compiling hashbrown v0.14.5 |
1129 | 2024-08-11T07:06:38.636Z | Compiling thiserror v1.0.63 |
1130 | 2024-08-11T07:06:38.773Z | Compiling pest v2.7.10 |
1131 | 2024-08-11T07:06:38.890Z | Compiling scroll v0.12.0 |
1132 | 2024-08-11T07:06:39.395Z | Compiling goblin v0.8.2 |
1133 | 2024-08-11T07:06:39.941Z | Compiling hmac v0.12.1 |
1134 | 2024-08-11T07:06:40.161Z | Compiling der_derive v0.7.2 |
1135 | 2024-08-11T07:06:40.454Z | Compiling tracing v0.1.40 |
1136 | 2024-08-11T07:06:40.984Z | Compiling openssl-macros v0.1.1 |
1137 | 2024-08-11T07:06:41.680Z | Compiling pest_meta v2.7.10 |
1138 | 2024-08-11T07:06:41.740Z | Compiling sct v0.7.1 |
1139 | 2024-08-11T07:06:41.757Z | Compiling rustls-webpki v0.101.7 |
1140 | 2024-08-11T07:06:42.050Z | Compiling md-5 v0.10.6 |
1141 | 2024-08-11T07:06:42.344Z | Compiling sha2 v0.10.8 |
1142 | 2024-08-11T07:06:42.540Z | Compiling regex-automata v0.4.6 |
1143 | 2024-08-11T07:06:42.633Z | Compiling der v0.7.9 |
1144 | 2024-08-11T07:06:43.702Z | Compiling pest_generator v2.7.10 |
1145 | 2024-08-11T07:06:45.715Z | Compiling spki v0.7.3 |
1146 | 2024-08-11T07:06:45.946Z | Compiling num-integer v0.1.46 |
1147 | 2024-08-11T07:06:46.062Z | Compiling idna v0.3.0 |
1148 | 2024-08-11T07:06:46.734Z | Compiling backtrace v0.3.71 |
1149 | 2024-08-11T07:06:46.853Z | Compiling pest_derive v2.7.10 |
1150 | 2024-08-11T07:06:47.168Z | Compiling hash32 v0.2.1 |
1151 | 2024-08-11T07:06:47.187Z | Compiling fallible-iterator v0.2.0 |
1152 | 2024-08-11T07:06:47.564Z | Compiling stable_deref_trait v1.2.0 |
1153 | 2024-08-11T07:06:47.657Z | Compiling dtrace-parser v0.2.0 |
1154 | 2024-08-11T07:06:47.660Z | Compiling signal-hook v0.3.17 |
1155 | 2024-08-11T07:06:47.685Z | Compiling gimli v0.28.1 |
1156 | 2024-08-11T07:06:47.899Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-11T07:06:47.936Z | Compiling base64 v0.22.1 |
1158 | 2024-08-11T07:06:48.357Z | Compiling bytes v1.7.1 |
1159 | 2024-08-11T07:06:48.656Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-11T07:06:49.133Z | Compiling indexmap v2.3.0 |
1161 | 2024-08-11T07:06:49.649Z | Compiling tokio v1.38.1 |
1162 | 2024-08-11T07:06:49.678Z | Compiling http v0.2.12 |
1163 | 2024-08-11T07:06:49.753Z | Compiling semver v1.0.23 |
1164 | 2024-08-11T07:06:50.498Z | Compiling rustc_version v0.4.0 |
1165 | 2024-08-11T07:06:51.271Z | Compiling heapless v0.7.17 |
1166 | 2024-08-11T07:06:51.724Z | Compiling http-body v0.4.6 |
1167 | 2024-08-11T07:06:51.750Z | Compiling dof v0.3.0 |
1168 | 2024-08-11T07:06:52.206Z | Compiling uuid v1.10.0 |
1169 | 2024-08-11T07:06:52.662Z | Compiling usdt-impl v0.5.0 |
1170 | 2024-08-11T07:06:52.951Z | Compiling serde_spanned v0.6.7 |
1171 | 2024-08-11T07:06:53.180Z | Compiling toml_datetime v0.6.8 |
1172 | 2024-08-11T07:06:53.623Z | Compiling serde_tokenstream v0.2.1 |
1173 | 2024-08-11T07:06:53.625Z | Compiling chrono v0.4.38 |
1174 | 2024-08-11T07:06:53.695Z | Compiling psl-types v2.0.11 |
1175 | 2024-08-11T07:06:53.877Z | Compiling crc32fast v1.4.0 |
1176 | 2024-08-11T07:06:53.937Z | Compiling publicsuffix v2.2.3 |
1177 | 2024-08-11T07:06:54.188Z | Compiling terminal_size v0.3.0 |
1178 | 2024-08-11T07:06:54.250Z | Compiling addr2line v0.21.0 |
1179 | 2024-08-11T07:06:54.389Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-11T07:06:54.552Z | Compiling pkcs8 v0.10.2 |
1181 | 2024-08-11T07:06:54.912Z | Compiling hubpack_derive v0.1.1 |
1182 | 2024-08-11T07:06:55.114Z | Compiling block-padding v0.3.3 |
1183 | 2024-08-11T07:06:55.293Z | Compiling zerocopy-derive v0.6.6 |
1184 | 2024-08-11T07:06:55.344Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-11T07:06:55.790Z | Compiling phf_shared v0.11.2 |
1186 | 2024-08-11T07:06:56.182Z | Compiling serde_derive_internals v0.29.1 |
1187 | 2024-08-11T07:06:56.435Z | Compiling ff v0.13.0 |
1188 | 2024-08-11T07:06:56.552Z | Compiling fs-err v2.11.0 |
1189 | 2024-08-11T07:06:56.648Z | Compiling object v0.32.2 |
1190 | 2024-08-11T07:06:56.846Z | Compiling bitflags v1.3.2 |
1191 | 2024-08-11T07:06:56.943Z | Compiling anyhow v1.0.86 |
1192 | 2024-08-11T07:06:57.324Z | Compiling rustc-demangle v0.1.24 |
1193 | 2024-08-11T07:06:57.418Z | Compiling ipnet v2.9.0 |
1194 | 2024-08-11T07:06:57.590Z | Compiling base16ct v0.2.0 |
1195 | 2024-08-11T07:06:57.901Z | Compiling tokio-util v0.7.11 |
1196 | 2024-08-11T07:06:58.053Z | Compiling tokio-rustls v0.24.1 |
1197 | 2024-08-11T07:06:58.447Z | Compiling either v1.13.0 |
1198 | 2024-08-11T07:06:58.660Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-11T07:06:58.863Z | Compiling h2 v0.3.26 |
1200 | 2024-08-11T07:06:58.896Z | Compiling managed v0.8.0 |
1201 | 2024-08-11T07:06:58.914Z | Compiling matches v0.1.10 |
1202 | 2024-08-11T07:06:58.939Z | Compiling regex-automata v0.1.10 |
1203 | 2024-08-11T07:06:59.002Z | Compiling bit-vec v0.6.3 |
1204 | 2024-08-11T07:06:59.257Z | Compiling schemars v0.8.21 |
1205 | 2024-08-11T07:06:59.326Z | Compiling winnow v0.5.40 |
1206 | 2024-08-11T07:06:59.405Z | Compiling base64 v0.21.7 |
1207 | 2024-08-11T07:06:59.457Z | Compiling clap_builder v4.5.15 |
1208 | 2024-08-11T07:06:59.652Z | Compiling bstr v0.2.17 |
1209 | 2024-08-11T07:07:00.143Z | Compiling rustls-pemfile v1.0.4 |
1210 | 2024-08-11T07:07:00.831Z | Compiling idna v0.2.3 |
1211 | 2024-08-11T07:07:01.232Z | Compiling schemars_derive v0.8.21 |
1212 | 2024-08-11T07:07:02.418Z | Compiling sec1 v0.7.3 |
1213 | 2024-08-11T07:07:02.938Z | Compiling toml_edit v0.19.15 |
1214 | 2024-08-11T07:07:02.969Z | Compiling zerocopy v0.6.6 |
1215 | 2024-08-11T07:07:03.855Z | Compiling group v0.13.0 |
1216 | 2024-08-11T07:07:03.926Z | Compiling phf v0.11.2 |
1217 | 2024-08-11T07:07:04.184Z | Compiling postgres-types v0.2.7 |
1218 | 2024-08-11T07:07:04.210Z | Compiling hubpack v0.1.2 |
1219 | 2024-08-11T07:07:04.480Z | Compiling cookie_store v0.20.0 |
1220 | 2024-08-11T07:07:04.646Z | Compiling inout v0.1.3 |
1221 | 2024-08-11T07:07:05.230Z | Compiling usdt-macro v0.5.0 |
1222 | 2024-08-11T07:07:05.670Z | Compiling hyper v0.14.30 |
1223 | 2024-08-11T07:07:05.687Z | Compiling usdt-attr-macro v0.5.0 |
1224 | 2024-08-11T07:07:05.971Z | Compiling serde_urlencoded v0.7.1 |
1225 | 2024-08-11T07:07:06.507Z | Compiling regex v1.10.6 |
1226 | 2024-08-11T07:07:06.615Z | Compiling num-bigint v0.4.5 |
1227 | 2024-08-11T07:07:06.722Z | Compiling futures-executor v0.3.30 |
1228 | 2024-08-11T07:07:07.327Z | Compiling enum-as-inner v0.5.1 |
1229 | 2024-08-11T07:07:07.331Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-11T07:07:07.555Z | Compiling crypto-bigint v0.5.5 |
1231 | 2024-08-11T07:07:07.576Z | Compiling serde_repr v0.1.19 |
1232 | 2024-08-11T07:07:08.396Z | Compiling clap_derive v4.5.13 |
1233 | 2024-08-11T07:07:08.581Z | Compiling strum_macros v0.25.3 |
1234 | 2024-08-11T07:07:08.769Z | Compiling phf_shared v0.10.0 |
1235 | 2024-08-11T07:07:09.165Z | Compiling float-cmp v0.9.0 |
1236 | 2024-08-11T07:07:09.273Z | Compiling mio v1.0.1 |
1237 | 2024-08-11T07:07:09.386Z | Compiling encoding_rs v0.8.34 |
1238 | 2024-08-11T07:07:10.469Z | Compiling static_assertions v1.1.0 |
1239 | 2024-08-11T07:07:10.568Z | Compiling new_debug_unreachable v1.0.6 |
1240 | 2024-08-11T07:07:10.662Z | Compiling minimal-lexical v0.2.1 |
1241 | 2024-08-11T07:07:10.784Z | Compiling dyn-clone v1.0.17 |
1242 | 2024-08-11T07:07:10.998Z | Compiling whoami v1.5.1 |
1243 | 2024-08-11T07:07:11.190Z | Compiling data-encoding v2.6.0 |
1244 | 2024-08-11T07:07:11.669Z | Compiling unicode-segmentation v1.11.0 |
1245 | 2024-08-11T07:07:12.526Z | Compiling hyper-tls v0.5.0 |
1246 | 2024-08-11T07:07:12.708Z | Compiling hyper-rustls v0.24.2 |
1247 | 2024-08-11T07:07:12.886Z | Compiling sync_wrapper v0.1.2 |
1248 | 2024-08-11T07:07:13.007Z | Compiling predicates-core v1.0.6 |
1249 | 2024-08-11T07:07:13.049Z | Compiling normalize-line-endings v0.3.0 |
1250 | 2024-08-11T07:07:13.172Z | Compiling difflib v0.4.0 |
1251 | 2024-08-11T07:07:13.310Z | Compiling webpki-roots v0.25.4 |
1252 | 2024-08-11T07:07:13.360Z | Compiling mime v0.3.17 |
1253 | 2024-08-11T07:07:13.470Z | Compiling fixedbitset v0.4.2 |
1254 | 2024-08-11T07:07:13.585Z | Compiling precomputed-hash v0.1.1 |
1255 | 2024-08-11T07:07:13.614Z | Compiling predicates v3.1.2 |
1256 | 2024-08-11T07:07:13.697Z | Compiling reqwest v0.11.27 |
1257 | 2024-08-11T07:07:13.825Z | Compiling petgraph v0.6.5 |
1258 | 2024-08-11T07:07:13.940Z | Compiling string_cache v0.8.7 |
1259 | 2024-08-11T07:07:13.968Z | Compiling toml_edit v0.22.20 |
1260 | 2024-08-11T07:07:14.392Z | Compiling clap v4.5.15 |
1261 | 2024-08-11T07:07:14.509Z | Compiling console v0.15.8 |
1262 | 2024-08-11T07:07:14.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1263 | 2024-08-11T07:07:15.211Z | Compiling similar v2.5.0 |
1264 | 2024-08-11T07:07:15.268Z | Compiling trust-dns-proto v0.22.0 |
1265 | 2024-08-11T07:07:16.064Z | Compiling tokio-postgres v0.7.11 |
1266 | 2024-08-11T07:07:17.545Z | Compiling nom v7.1.3 |
1267 | 2024-08-11T07:07:17.865Z | Compiling elliptic-curve v0.13.8 |
1268 | 2024-08-11T07:07:18.692Z | Compiling usdt v0.5.0 |
1269 | 2024-08-11T07:07:19.160Z | Compiling signal-hook-mio v0.2.4 |
1270 | 2024-08-11T07:07:19.336Z | Compiling yasna v0.5.2 |
1271 | 2024-08-11T07:07:20.960Z | Compiling futures v0.3.30 |
1272 | 2024-08-11T07:07:21.076Z | Compiling toml v0.7.8 |
1273 | 2024-08-11T07:07:21.206Z | Compiling flate2 v1.0.31 |
1274 | 2024-08-11T07:07:21.236Z | Compiling cipher v0.4.4 |
1275 | 2024-08-11T07:07:21.747Z | Compiling bit-set v0.5.3 |
1276 | 2024-08-11T07:07:22.038Z | Compiling itertools v0.10.5 |
1277 | 2024-08-11T07:07:22.188Z | Compiling itertools v0.12.1 |
1278 | 2024-08-11T07:07:22.192Z | Compiling tokio-stream v0.1.15 |
1279 | 2024-08-11T07:07:22.367Z | Compiling openapiv3 v2.0.0 |
1280 | 2024-08-11T07:07:22.504Z | Compiling hex v0.4.3 |
1281 | 2024-08-11T07:07:22.802Z | Compiling bstr v1.9.1 |
1282 | 2024-08-11T07:07:23.148Z | Compiling crossbeam-epoch v0.9.18 |
1283 | 2024-08-11T07:07:23.169Z | Compiling num-iter v0.1.45 |
1284 | 2024-08-11T07:07:23.343Z | Compiling dirs-sys-next v0.1.2 |
1285 | 2024-08-11T07:07:23.452Z | Compiling peg-runtime v0.8.3 |
1286 | 2024-08-11T07:07:23.931Z | Compiling lalrpop-util v0.19.12 |
1287 | 2024-08-11T07:07:24.032Z | Compiling unicode-xid v0.2.4 |
1288 | 2024-08-11T07:07:24.146Z | Compiling dirs-next v2.0.0 |
1289 | 2024-08-11T07:07:24.198Z | Compiling thread_local v1.1.8 |
1290 | 2024-08-11T07:07:24.268Z | Compiling slog-async v2.8.0 |
1291 | 2024-08-11T07:07:24.345Z | Compiling term v0.7.0 |
1292 | 2024-08-11T07:07:24.597Z | Compiling xattr v1.3.1 |
1293 | 2024-08-11T07:07:24.755Z | Compiling crossbeam-channel v0.5.12 |
1294 | 2024-08-11T07:07:24.826Z | Compiling strum_macros v0.26.4 |
1295 | 2024-08-11T07:07:24.854Z | Compiling filetime v0.2.24 |
1296 | 2024-08-11T07:07:24.869Z | Compiling is-terminal v0.4.12 |
1297 | 2024-08-11T07:07:24.984Z | Compiling take_mut v0.2.2 |
1298 | 2024-08-11T07:07:25.136Z | Compiling tar v0.4.41 |
1299 | 2024-08-11T07:07:25.152Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-11T07:07:25.354Z | Compiling camino v1.1.7 |
1301 | 2024-08-11T07:07:27.242Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1302 | 2024-08-11T07:07:27.904Z | Compiling strum v0.26.3 |
1303 | 2024-08-11T07:07:27.978Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1304 | 2024-08-11T07:07:32.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1305 | 2024-08-11T07:07:33.086Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1306 | 2024-08-11T07:07:33.126Z | Aug 11 07:07:31.928 INFO Starting download, target: Clickhouse |
1307 | 2024-08-11T07:07:33.126Z | Aug 11 07:07:31.928 INFO Starting download, target: Cockroach |
1308 | 2024-08-11T07:07:33.126Z | Aug 11 07:07:31.928 INFO Starting download, target: Console |
1309 | 2024-08-11T07:07:33.126Z | Aug 11 07:07:31.928 INFO Starting download, target: DendriteOpenapi |
1310 | 2024-08-11T07:07:33.126Z | Aug 11 07:07:31.928 INFO Starting download, target: DendriteStub |
1311 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.928 INFO Starting download, target: MaghemiteMgd |
1312 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.928 INFO Starting download, target: TransceiverControl |
1313 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.928 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.928 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1315 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.928 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1316 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.929 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.929 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1318 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.929 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-11T07:07:33.129Z | Aug 11 07:07:31.929 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1320 | 2024-08-11T07:07:33.297Z | Aug 11 07:07:32.097 INFO Download complete, target: DendriteOpenapi |
1321 | 2024-08-11T07:07:33.374Z | Aug 11 07:07:32.174 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1322 | 2024-08-11T07:07:33.734Z | Aug 11 07:07:32.533 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1323 | 2024-08-11T07:07:33.901Z | Aug 11 07:07:32.687 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1324 | 2024-08-11T07:07:33.974Z | Aug 11 07:07:32.775 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1325 | 2024-08-11T07:07:34.122Z | Aug 11 07:07:32.923 INFO Download complete, target: Console |
1326 | 2024-08-11T07:07:34.192Z | Aug 11 07:07:32.994 INFO Download complete, target: TransceiverControl |
1327 | 2024-08-11T07:07:35.079Z | Aug 11 07:07:33.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1328 | 2024-08-11T07:07:35.685Z | Aug 11 07:07:34.486 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1329 | 2024-08-11T07:07:35.685Z | Aug 11 07:07:34.486 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1330 | 2024-08-11T07:07:36.840Z | Aug 11 07:07:35.641 INFO Download complete, target: DendriteStub |
1331 | 2024-08-11T07:07:37.107Z | Aug 11 07:07:35.908 INFO Download complete, target: MaghemiteMgd |
1332 | 2024-08-11T07:07:43.601Z | Aug 11 07:07:42.401 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1333 | 2024-08-11T07:07:43.918Z | Aug 11 07:07:42.718 INFO Checking that binary works, target: Cockroach |
1334 | 2024-08-11T07:07:44.066Z | Aug 11 07:07:42.866 INFO Download complete, target: Cockroach |
1335 | 2024-08-11T07:07:48.746Z | Aug 11 07:07:47.546 INFO Checking that binary works, target: Clickhouse |
1336 | 2024-08-11T07:07:49.169Z | Aug 11 07:07:47.968 INFO Download complete, target: Clickhouse |
1337 | 2024-08-11T07:07:49.448Z | All builder prerequisites installed successfully, and PATH looks valid |
1338 | 2024-08-11T07:07:49.451Z | |
1339 | 2024-08-11T07:07:49.451Z | real 3:28.696413864 |
1340 | 2024-08-11T07:07:49.451Z | user 10:44.837445131 |
1341 | 2024-08-11T07:07:49.451Z | sys 2:19.173191856 |
1342 | 2024-08-11T07:07:49.451Z | trap 0.376889400 |
1343 | 2024-08-11T07:07:49.451Z | tflt 7.575055435 |
1344 | 2024-08-11T07:07:49.451Z | dflt 7.999921457 |
1345 | 2024-08-11T07:07:49.451Z | kflt 0.127572512 |
1346 | 2024-08-11T07:07:49.451Z | lock 20:29.551089442 |
1347 | 2024-08-11T07:07:49.451Z | slp 42:16.657453459 |
1348 | 2024-08-11T07:07:49.451Z | lat 37.178233932 |
1349 | 2024-08-11T07:07:49.451Z | stop 1:35.171447180 |
1350 | 2024-08-11T07:07:49.451Z | + banner hack-check |
1351 | 2024-08-11T07:07:49.454Z | |
1352 | 2024-08-11T07:07:49.454Z | # # ## #### # # #### # # ###### #### # # |
1353 | 2024-08-11T07:07:49.454Z | # # # # # # # # # # # # # # # # # |
1354 | 2024-08-11T07:07:49.454Z | ###### # # # #### ##### # ###### ##### # #### |
1355 | 2024-08-11T07:07:49.454Z | # # ###### # # # # # # # # # # |
1356 | 2024-08-11T07:07:49.454Z | # # # # # # # # # # # # # # # # # |
1357 | 2024-08-11T07:07:49.454Z | # # # # #### # # #### # # ###### #### # # |
1358 | 2024-08-11T07:07:49.454Z | |
1359 | 2024-08-11T07:07:49.454Z | + export CARGO_INCREMENTAL=0 |
1360 | 2024-08-11T07:07:49.454Z | + CARGO_INCREMENTAL=0 |
1361 | 2024-08-11T07:07:49.455Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1362 | 2024-08-11T07:07:49.978Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1363 | 2024-08-11T07:07:53.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
1364 | 2024-08-11T07:07:53.323Z | Running `target/debug/xtask check-features --ci` |
1365 | 2024-08-11T07:07:53.341Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1366 | 2024-08-11T07:07:53.341Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1367 | 2024-08-11T07:07:53.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1368 | 2024-08-11T07:07:53.804Z | Running `target/debug/xtask download cargo-hack` |
1369 | 2024-08-11T07:07:54.559Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1370 | 2024-08-11T07:07:54.896Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1371 | 2024-08-11T07:07:59.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s |
1372 | 2024-08-11T07:07:59.131Z | Running `target/debug/xtask-downloader cargo-hack` |
1373 | 2024-08-11T07:07:59.160Z | Aug 11 07:07:57.957 INFO Starting download, target: CargoHack |
1374 | 2024-08-11T07:07:59.163Z | Aug 11 07:07:57.958 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1375 | 2024-08-11T07:07:59.756Z | Aug 11 07:07:58.554 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1376 | 2024-08-11T07:07:59.856Z | Aug 11 07:07:58.654 INFO Download complete, target: CargoHack |
1377 | 2024-08-11T07:07:59.859Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1378 | 2024-08-11T07:07:59.875Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1379 | 2024-08-11T07:08:00.017Z | info: running `cargo check --bins` on api_identity (1/147) |
1380 | 2024-08-11T07:08:00.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1381 | 2024-08-11T07:08:00.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1382 | 2024-08-11T07:08:00.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1383 | 2024-08-11T07:08:00.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1384 | 2024-08-11T07:08:00.571Z | |
1385 | 2024-08-11T07:08:00.571Z | info: running `cargo check --bins` on bootstore (2/147) |
1386 | 2024-08-11T07:08:01.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1387 | 2024-08-11T07:08:01.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1388 | 2024-08-11T07:08:01.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1389 | 2024-08-11T07:08:01.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1390 | 2024-08-11T07:08:01.166Z | |
1391 | 2024-08-11T07:08:01.166Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1392 | 2024-08-11T07:08:01.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1393 | 2024-08-11T07:08:01.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1394 | 2024-08-11T07:08:01.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1395 | 2024-08-11T07:08:01.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1396 | 2024-08-11T07:08:01.743Z | |
1397 | 2024-08-11T07:08:01.744Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1398 | 2024-08-11T07:08:02.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1399 | 2024-08-11T07:08:02.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1400 | 2024-08-11T07:08:02.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1401 | 2024-08-11T07:08:02.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1402 | 2024-08-11T07:08:02.324Z | |
1403 | 2024-08-11T07:08:02.324Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1404 | 2024-08-11T07:08:02.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1405 | 2024-08-11T07:08:02.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1406 | 2024-08-11T07:08:02.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1407 | 2024-08-11T07:08:02.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1408 | 2024-08-11T07:08:02.751Z | |
1409 | 2024-08-11T07:08:02.751Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1410 | 2024-08-11T07:08:03.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1411 | 2024-08-11T07:08:03.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1412 | 2024-08-11T07:08:03.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1413 | 2024-08-11T07:08:03.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1414 | 2024-08-11T07:08:03.180Z | |
1415 | 2024-08-11T07:08:03.180Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1416 | 2024-08-11T07:08:03.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1417 | 2024-08-11T07:08:03.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1418 | 2024-08-11T07:08:03.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1419 | 2024-08-11T07:08:03.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1420 | 2024-08-11T07:08:03.608Z | |
1421 | 2024-08-11T07:08:03.608Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1422 | 2024-08-11T07:08:04.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1423 | 2024-08-11T07:08:04.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1424 | 2024-08-11T07:08:04.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1425 | 2024-08-11T07:08:04.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1426 | 2024-08-11T07:08:04.039Z | |
1427 | 2024-08-11T07:08:04.039Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1428 | 2024-08-11T07:08:04.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1429 | 2024-08-11T07:08:04.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1430 | 2024-08-11T07:08:04.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1431 | 2024-08-11T07:08:04.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1432 | 2024-08-11T07:08:04.474Z | |
1433 | 2024-08-11T07:08:04.474Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1434 | 2024-08-11T07:08:04.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1435 | 2024-08-11T07:08:04.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1436 | 2024-08-11T07:08:04.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1437 | 2024-08-11T07:08:04.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1438 | 2024-08-11T07:08:04.915Z | |
1439 | 2024-08-11T07:08:04.915Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1440 | 2024-08-11T07:08:05.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1441 | 2024-08-11T07:08:05.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1442 | 2024-08-11T07:08:05.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1443 | 2024-08-11T07:08:05.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1444 | 2024-08-11T07:08:05.342Z | |
1445 | 2024-08-11T07:08:05.342Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1446 | 2024-08-11T07:08:05.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1447 | 2024-08-11T07:08:05.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1448 | 2024-08-11T07:08:05.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1449 | 2024-08-11T07:08:05.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1450 | 2024-08-11T07:08:05.774Z | |
1451 | 2024-08-11T07:08:05.774Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1452 | 2024-08-11T07:08:06.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-08-11T07:08:06.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-08-11T07:08:06.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-08-11T07:08:06.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1456 | 2024-08-11T07:08:06.214Z | |
1457 | 2024-08-11T07:08:06.214Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1458 | 2024-08-11T07:08:06.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-08-11T07:08:06.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-08-11T07:08:06.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-08-11T07:08:06.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1462 | 2024-08-11T07:08:06.650Z | |
1463 | 2024-08-11T07:08:06.651Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1464 | 2024-08-11T07:08:07.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-08-11T07:08:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-08-11T07:08:07.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-08-11T07:08:07.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1468 | 2024-08-11T07:08:07.079Z | |
1469 | 2024-08-11T07:08:07.079Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1470 | 2024-08-11T07:08:07.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-08-11T07:08:07.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-08-11T07:08:07.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-08-11T07:08:07.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1474 | 2024-08-11T07:08:07.515Z | |
1475 | 2024-08-11T07:08:07.515Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1476 | 2024-08-11T07:08:07.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-08-11T07:08:07.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-08-11T07:08:07.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-08-11T07:08:07.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1480 | 2024-08-11T07:08:07.948Z | |
1481 | 2024-08-11T07:08:07.948Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1482 | 2024-08-11T07:08:08.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-08-11T07:08:08.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-08-11T07:08:08.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-08-11T07:08:08.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1486 | 2024-08-11T07:08:08.392Z | |
1487 | 2024-08-11T07:08:08.392Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1488 | 2024-08-11T07:08:08.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-08-11T07:08:08.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-08-11T07:08:08.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-08-11T07:08:08.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1492 | 2024-08-11T07:08:08.828Z | |
1493 | 2024-08-11T07:08:08.828Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1494 | 2024-08-11T07:08:09.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-08-11T07:08:09.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-08-11T07:08:09.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-08-11T07:08:09.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1498 | 2024-08-11T07:08:09.264Z | |
1499 | 2024-08-11T07:08:09.264Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1500 | 2024-08-11T07:08:09.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-08-11T07:08:09.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-08-11T07:08:09.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-08-11T07:08:09.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1504 | 2024-08-11T07:08:09.700Z | |
1505 | 2024-08-11T07:08:09.700Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1506 | 2024-08-11T07:08:10.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-08-11T07:08:10.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-08-11T07:08:10.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-08-11T07:08:10.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1510 | 2024-08-11T07:08:10.144Z | |
1511 | 2024-08-11T07:08:10.144Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1512 | 2024-08-11T07:08:10.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-08-11T07:08:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-08-11T07:08:10.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-08-11T07:08:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1516 | 2024-08-11T07:08:10.582Z | |
1517 | 2024-08-11T07:08:10.582Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1518 | 2024-08-11T07:08:10.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-08-11T07:08:10.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-08-11T07:08:10.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-08-11T07:08:10.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1522 | 2024-08-11T07:08:11.017Z | |
1523 | 2024-08-11T07:08:11.017Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1524 | 2024-08-11T07:08:11.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-08-11T07:08:11.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-08-11T07:08:11.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-08-11T07:08:11.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1528 | 2024-08-11T07:08:11.623Z | |
1529 | 2024-08-11T07:08:11.623Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1530 | 2024-08-11T07:08:12.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-08-11T07:08:12.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-08-11T07:08:12.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-08-11T07:08:12.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1534 | 2024-08-11T07:08:12.222Z | |
1535 | 2024-08-11T07:08:12.222Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1536 | 2024-08-11T07:08:12.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-08-11T07:08:12.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-08-11T07:08:12.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-08-11T07:08:12.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1540 | 2024-08-11T07:08:12.811Z | |
1541 | 2024-08-11T07:08:12.811Z | info: running `cargo check --bins` on oxlog (28/147) |
1542 | 2024-08-11T07:08:13.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-08-11T07:08:13.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-08-11T07:08:13.373Z | Checking cfg-if v1.0.0 |
1545 | 2024-08-11T07:08:13.375Z | Checking libc v0.2.155 |
1546 | 2024-08-11T07:08:13.455Z | Checking memchr v2.7.2 |
1547 | 2024-08-11T07:08:13.466Z | Checking serde v1.0.205 |
1548 | 2024-08-11T07:08:13.472Z | Checking scopeguard v1.2.0 |
1549 | 2024-08-11T07:08:13.479Z | Checking byteorder v1.5.0 |
1550 | 2024-08-11T07:08:13.487Z | Checking log v0.4.21 |
1551 | 2024-08-11T07:08:13.497Z | Checking zeroize v1.7.0 |
1552 | 2024-08-11T07:08:13.509Z | Checking once_cell v1.19.0 |
1553 | 2024-08-11T07:08:13.591Z | Checking lock_api v0.4.12 |
1554 | 2024-08-11T07:08:13.749Z | Checking itoa v1.0.11 |
1555 | 2024-08-11T07:08:13.763Z | Checking pin-project-lite v0.2.14 |
1556 | 2024-08-11T07:08:13.800Z | Checking typenum v1.17.0 |
1557 | 2024-08-11T07:08:13.851Z | Checking zerocopy v0.7.34 |
1558 | 2024-08-11T07:08:13.863Z | Checking smallvec v1.13.2 |
1559 | 2024-08-11T07:08:13.949Z | Checking tinyvec_macros v0.1.1 |
1560 | 2024-08-11T07:08:14.004Z | Checking spin v0.9.8 |
1561 | 2024-08-11T07:08:14.032Z | Checking tinyvec v1.6.0 |
1562 | 2024-08-11T07:08:14.219Z | Checking subtle v2.5.0 |
1563 | 2024-08-11T07:08:14.319Z | Checking const-oid v0.9.6 |
1564 | 2024-08-11T07:08:14.341Z | Checking futures-core v0.3.30 |
1565 | 2024-08-11T07:08:14.485Z | Checking allocator-api2 v0.2.18 |
1566 | 2024-08-11T07:08:14.521Z | Checking unicode-bidi v0.3.15 |
1567 | 2024-08-11T07:08:14.572Z | Checking getrandom v0.2.14 |
1568 | 2024-08-11T07:08:14.819Z | Checking rand_core v0.6.4 |
1569 | 2024-08-11T07:08:15.004Z | Checking generic-array v0.14.7 |
1570 | 2024-08-11T07:08:15.100Z | Checking parking_lot_core v0.9.10 |
1571 | 2024-08-11T07:08:15.112Z | Checking signal-hook-registry v1.4.2 |
1572 | 2024-08-11T07:08:15.124Z | Checking mio v0.8.11 |
1573 | 2024-08-11T07:08:15.260Z | Checking num_cpus v1.16.0 |
1574 | 2024-08-11T07:08:15.288Z | Checking socket2 v0.5.7 |
1575 | 2024-08-11T07:08:15.331Z | Checking unicode-normalization v0.1.23 |
1576 | 2024-08-11T07:08:15.362Z | Checking ahash v0.8.11 |
1577 | 2024-08-11T07:08:15.406Z | Checking parking_lot v0.12.2 |
1578 | 2024-08-11T07:08:15.708Z | Checking futures-sink v0.3.30 |
1579 | 2024-08-11T07:08:15.722Z | Checking libm v0.2.8 |
1580 | 2024-08-11T07:08:15.734Z | Checking ryu v1.0.18 |
1581 | 2024-08-11T07:08:15.848Z | Checking equivalent v1.0.1 |
1582 | 2024-08-11T07:08:15.895Z | Checking hashbrown v0.14.5 |
1583 | 2024-08-11T07:08:15.939Z | Checking futures-channel v0.3.30 |
1584 | 2024-08-11T07:08:15.951Z | Checking slab v0.4.9 |
1585 | 2024-08-11T07:08:16.145Z | Checking crypto-common v0.1.6 |
1586 | 2024-08-11T07:08:16.158Z | Checking futures-io v0.3.30 |
1587 | 2024-08-11T07:08:16.189Z | Checking pin-utils v0.1.0 |
1588 | 2024-08-11T07:08:16.210Z | Checking futures-task v0.3.30 |
1589 | 2024-08-11T07:08:16.264Z | Checking block-buffer v0.10.4 |
1590 | 2024-08-11T07:08:16.279Z | Checking ppv-lite86 v0.2.17 |
1591 | 2024-08-11T07:08:16.307Z | Checking percent-encoding v2.3.1 |
1592 | 2024-08-11T07:08:16.321Z | Checking tracing-core v0.1.32 |
1593 | 2024-08-11T07:08:16.434Z | Checking futures-util v0.3.30 |
1594 | 2024-08-11T07:08:16.462Z | Checking digest v0.10.7 |
1595 | 2024-08-11T07:08:16.505Z | Checking fnv v1.0.7 |
1596 | 2024-08-11T07:08:16.617Z | Checking untrusted v0.9.0 |
1597 | 2024-08-11T07:08:16.631Z | Checking num-traits v0.2.19 |
1598 | 2024-08-11T07:08:16.759Z | Checking ring v0.17.8 |
1599 | 2024-08-11T07:08:16.844Z | Checking thiserror v1.0.63 |
1600 | 2024-08-11T07:08:16.941Z | Checking rand_chacha v0.3.1 |
1601 | 2024-08-11T07:08:16.954Z | Checking tracing v0.1.40 |
1602 | 2024-08-11T07:08:16.968Z | Checking powerfmt v0.2.0 |
1603 | 2024-08-11T07:08:17.034Z | Checking foreign-types-shared v0.1.1 |
1604 | 2024-08-11T07:08:17.126Z | Checking base64ct v1.6.0 |
1605 | 2024-08-11T07:08:17.209Z | Checking deranged v0.3.11 |
1606 | 2024-08-11T07:08:17.272Z | Checking foreign-types v0.3.2 |
1607 | 2024-08-11T07:08:17.304Z | Checking rand v0.8.5 |
1608 | 2024-08-11T07:08:17.350Z | Checking hmac v0.12.1 |
1609 | 2024-08-11T07:08:17.552Z | Checking pem-rfc7468 v0.7.0 |
1610 | 2024-08-11T07:08:17.566Z | Checking form_urlencoded v1.2.1 |
1611 | 2024-08-11T07:08:17.750Z | Checking openssl-sys v0.9.103 |
1612 | 2024-08-11T07:08:17.786Z | Checking unicode-ident v1.0.12 |
1613 | 2024-08-11T07:08:17.940Z | Checking flagset v0.4.5 |
1614 | 2024-08-11T07:08:18.115Z | Checking try-lock v0.2.5 |
1615 | 2024-08-11T07:08:18.237Z | Checking siphasher v0.3.11 |
1616 | 2024-08-11T07:08:18.342Z | Checking num-conv v0.1.0 |
1617 | 2024-08-11T07:08:18.495Z | Checking bytes v1.7.1 |
1618 | 2024-08-11T07:08:18.516Z | Checking indexmap v2.3.0 |
1619 | 2024-08-11T07:08:18.546Z | Checking bitflags v2.6.0 |
1620 | 2024-08-11T07:08:18.559Z | Checking serde_json v1.0.122 |
1621 | 2024-08-11T07:08:18.591Z | Checking time-core v0.1.2 |
1622 | 2024-08-11T07:08:18.728Z | Checking num_threads v0.1.7 |
1623 | 2024-08-11T07:08:18.831Z | Checking sct v0.7.1 |
1624 | 2024-08-11T07:08:18.831Z | Checking rustls-webpki v0.101.7 |
1625 | 2024-08-11T07:08:18.927Z | Checking time v0.3.36 |
1626 | 2024-08-11T07:08:19.001Z | Checking openssl v0.10.66 |
1627 | 2024-08-11T07:08:19.015Z | Checking uuid v1.10.0 |
1628 | 2024-08-11T07:08:19.346Z | Checking tokio v1.38.1 |
1629 | 2024-08-11T07:08:19.547Z | Checking http v0.2.12 |
1630 | 2024-08-11T07:08:19.612Z | Checking want v0.3.1 |
1631 | 2024-08-11T07:08:19.728Z | Checking der v0.7.9 |
1632 | 2024-08-11T07:08:19.778Z | Checking proc-macro2 v1.0.86 |
1633 | 2024-08-11T07:08:20.175Z | Checking idna v0.5.0 |
1634 | 2024-08-11T07:08:20.479Z | Checking errno v0.3.9 |
1635 | 2024-08-11T07:08:20.649Z | Checking httparse v1.8.0 |
1636 | 2024-08-11T07:08:20.836Z | Checking http-body v0.4.6 |
1637 | 2024-08-11T07:08:20.967Z | Checking lazy_static v1.5.0 |
1638 | 2024-08-11T07:08:21.052Z | Checking aho-corasick v1.1.3 |
1639 | 2024-08-11T07:08:21.074Z | Checking scroll v0.12.0 |
1640 | 2024-08-11T07:08:21.212Z | Checking finl_unicode v1.2.0 |
1641 | 2024-08-11T07:08:21.375Z | Checking utf8parse v0.2.1 |
1642 | 2024-08-11T07:08:21.422Z | Checking tower-service v0.3.2 |
1643 | 2024-08-11T07:08:21.453Z | Checking iana-time-zone v0.1.60 |
1644 | 2024-08-11T07:08:21.503Z | Checking httpdate v1.0.3 |
1645 | 2024-08-11T07:08:21.516Z | Checking ucd-trie v0.1.6 |
1646 | 2024-08-11T07:08:21.531Z | Checking openssl-probe v0.1.5 |
1647 | 2024-08-11T07:08:21.580Z | Checking plain v0.2.3 |
1648 | 2024-08-11T07:08:21.668Z | Checking anstyle v1.0.8 |
1649 | 2024-08-11T07:08:21.710Z | Checking regex-syntax v0.8.4 |
1650 | 2024-08-11T07:08:21.713Z | Checking cpufeatures v0.2.12 |
1651 | 2024-08-11T07:08:21.713Z | Checking adler v1.0.2 |
1652 | 2024-08-11T07:08:21.763Z | Checking stringprep v0.1.4 |
1653 | 2024-08-11T07:08:21.799Z | Checking sha2 v0.10.8 |
1654 | 2024-08-11T07:08:21.866Z | Checking miniz_oxide v0.7.2 |
1655 | 2024-08-11T07:08:21.993Z | Checking goblin v0.8.2 |
1656 | 2024-08-11T07:08:22.021Z | Checking pest v2.7.10 |
1657 | 2024-08-11T07:08:22.338Z | Checking chrono v0.4.38 |
1658 | 2024-08-11T07:08:22.553Z | Checking anstyle-parse v0.2.4 |
1659 | 2024-08-11T07:08:22.683Z | Checking spki v0.7.3 |
1660 | 2024-08-11T07:08:22.811Z | Checking url v2.5.2 |
1661 | 2024-08-11T07:08:22.950Z | Checking rustix v0.38.34 |
1662 | 2024-08-11T07:08:23.629Z | Checking quote v1.0.36 |
1663 | 2024-08-11T07:08:23.981Z | Checking rustls v0.21.12 |
1664 | 2024-08-11T07:08:24.357Z | Checking native-tls v0.2.11 |
1665 | 2024-08-11T07:08:24.427Z | Checking serde_spanned v0.6.7 |
1666 | 2024-08-11T07:08:24.439Z | Checking toml_datetime v0.6.8 |
1667 | 2024-08-11T07:08:24.589Z | Checking num-integer v0.1.46 |
1668 | 2024-08-11T07:08:24.654Z | Checking md-5 v0.10.6 |
1669 | 2024-08-11T07:08:24.706Z | Checking idna v0.3.0 |
1670 | 2024-08-11T07:08:24.857Z | Checking hash32 v0.2.1 |
1671 | 2024-08-11T07:08:24.915Z | Checking regex-automata v0.4.6 |
1672 | 2024-08-11T07:08:24.970Z | Checking fallible-iterator v0.2.0 |
1673 | 2024-08-11T07:08:25.041Z | Checking is_terminal_polyfill v1.70.0 |
1674 | 2024-08-11T07:08:25.150Z | Checking gimli v0.28.1 |
1675 | 2024-08-11T07:08:25.167Z | Checking anstyle-query v1.0.3 |
1676 | 2024-08-11T07:08:25.287Z | Checking colorchoice v1.0.1 |
1677 | 2024-08-11T07:08:25.398Z | Checking base64 v0.22.1 |
1678 | 2024-08-11T07:08:25.530Z | Checking stable_deref_trait v1.2.0 |
1679 | 2024-08-11T07:08:25.595Z | Checking psl-types v2.0.11 |
1680 | 2024-08-11T07:08:25.622Z | Checking pretty-hex v0.4.1 |
1681 | 2024-08-11T07:08:25.747Z | Checking publicsuffix v2.2.3 |
1682 | 2024-08-11T07:08:25.776Z | Checking heapless v0.7.17 |
1683 | 2024-08-11T07:08:25.837Z | Checking postgres-protocol v0.6.7 |
1684 | 2024-08-11T07:08:25.973Z | Checking anstream v0.6.14 |
1685 | 2024-08-11T07:08:26.215Z | Checking tokio-util v0.7.11 |
1686 | 2024-08-11T07:08:26.325Z | Checking tokio-native-tls v0.3.1 |
1687 | 2024-08-11T07:08:26.477Z | Checking terminal_size v0.3.0 |
1688 | 2024-08-11T07:08:26.573Z | Checking dtrace-parser v0.2.0 |
1689 | 2024-08-11T07:08:26.624Z | Checking syn v2.0.72 |
1690 | 2024-08-11T07:08:26.828Z | Checking pkcs8 v0.10.2 |
1691 | 2024-08-11T07:08:26.942Z | Checking dof v0.3.0 |
1692 | 2024-08-11T07:08:26.991Z | Checking cookie v0.17.0 |
1693 | 2024-08-11T07:08:27.047Z | Checking h2 v0.3.26 |
1694 | 2024-08-11T07:08:27.050Z | Checking phf_shared v0.11.2 |
1695 | 2024-08-11T07:08:27.170Z | Checking tokio-rustls v0.24.1 |
1696 | 2024-08-11T07:08:27.337Z | Checking block-padding v0.3.3 |
1697 | 2024-08-11T07:08:27.384Z | Checking ff v0.13.0 |
1698 | 2024-08-11T07:08:27.495Z | Checking thread-id v4.2.1 |
1699 | 2024-08-11T07:08:27.509Z | Checking object v0.32.2 |
1700 | 2024-08-11T07:08:27.522Z | Checking managed v0.8.0 |
1701 | 2024-08-11T07:08:27.584Z | Checking base16ct v0.2.0 |
1702 | 2024-08-11T07:08:27.587Z | Checking clap_lex v0.7.0 |
1703 | 2024-08-11T07:08:27.774Z | Checking base64 v0.21.7 |
1704 | 2024-08-11T07:08:27.794Z | Checking winnow v0.5.40 |
1705 | 2024-08-11T07:08:27.881Z | Checking strsim v0.11.1 |
1706 | 2024-08-11T07:08:28.174Z | Checking bit-vec v0.6.3 |
1707 | 2024-08-11T07:08:28.217Z | Checking matches v0.1.10 |
1708 | 2024-08-11T07:08:28.292Z | Checking bitflags v1.3.2 |
1709 | 2024-08-11T07:08:28.379Z | Checking either v1.13.0 |
1710 | 2024-08-11T07:08:28.479Z | Checking rustc-demangle v0.1.24 |
1711 | 2024-08-11T07:08:28.762Z | Checking regex-automata v0.1.10 |
1712 | 2024-08-11T07:08:28.899Z | Checking ipnet v2.9.0 |
1713 | 2024-08-11T07:08:28.924Z | Checking addr2line v0.21.0 |
1714 | 2024-08-11T07:08:29.166Z | Checking bstr v0.2.17 |
1715 | 2024-08-11T07:08:29.327Z | Checking regex v1.10.6 |
1716 | 2024-08-11T07:08:29.344Z | Checking smoltcp v0.9.1 |
1717 | 2024-08-11T07:08:29.398Z | Checking idna v0.2.3 |
1718 | 2024-08-11T07:08:29.946Z | Checking rustls-pemfile v1.0.4 |
1719 | 2024-08-11T07:08:29.960Z | Checking clap_builder v4.5.15 |
1720 | 2024-08-11T07:08:30.118Z | Checking sec1 v0.7.3 |
1721 | 2024-08-11T07:08:30.230Z | Checking group v0.13.0 |
1722 | 2024-08-11T07:08:30.459Z | Checking inout v0.1.3 |
1723 | 2024-08-11T07:08:30.493Z | Checking cookie_store v0.20.0 |
1724 | 2024-08-11T07:08:30.678Z | Checking phf v0.11.2 |
1725 | 2024-08-11T07:08:30.845Z | Checking postgres-types v0.2.7 |
1726 | 2024-08-11T07:08:30.915Z | Checking num-bigint v0.4.5 |
1727 | 2024-08-11T07:08:30.929Z | Checking toml_edit v0.19.15 |
1728 | 2024-08-11T07:08:31.117Z | Checking futures-executor v0.3.30 |
1729 | 2024-08-11T07:08:31.324Z | Checking phf_shared v0.10.0 |
1730 | 2024-08-11T07:08:31.533Z | Checking serde_urlencoded v0.7.1 |
1731 | 2024-08-11T07:08:31.581Z | Checking hubpack v0.1.2 |
1732 | 2024-08-11T07:08:31.882Z | Checking float-cmp v0.9.0 |
1733 | 2024-08-11T07:08:31.926Z | Checking hkdf v0.12.4 |
1734 | 2024-08-11T07:08:32.055Z | Checking zerocopy v0.6.6 |
1735 | 2024-08-11T07:08:32.127Z | Checking crossbeam-utils v0.8.19 |
1736 | 2024-08-11T07:08:32.800Z | Checking crc32fast v1.4.0 |
1737 | 2024-08-11T07:08:32.851Z | Checking signal-hook v0.3.17 |
1738 | 2024-08-11T07:08:32.853Z | Checking usdt-impl v0.5.0 |
1739 | 2024-08-11T07:08:32.918Z | Checking crypto-bigint v0.5.5 |
1740 | 2024-08-11T07:08:33.001Z | Checking memmap v0.7.0 |
1741 | 2024-08-11T07:08:33.149Z | Checking hyper v0.14.30 |
1742 | 2024-08-11T07:08:33.162Z | Checking mio v1.0.1 |
1743 | 2024-08-11T07:08:33.184Z | Checking encoding_rs v0.8.34 |
1744 | 2024-08-11T07:08:33.338Z | Checking whoami v1.5.1 |
1745 | 2024-08-11T07:08:33.341Z | Checking dyn-clone v1.0.17 |
1746 | 2024-08-11T07:08:33.423Z | Checking normalize-line-endings v0.3.0 |
1747 | 2024-08-11T07:08:33.472Z | Checking mime v0.3.17 |
1748 | 2024-08-11T07:08:33.520Z | Checking backtrace v0.3.71 |
1749 | 2024-08-11T07:08:33.535Z | Checking data-encoding v2.6.0 |
1750 | 2024-08-11T07:08:33.612Z | Checking minimal-lexical v0.2.1 |
1751 | 2024-08-11T07:08:33.692Z | Checking unicode-width v0.1.13 |
1752 | 2024-08-11T07:08:33.784Z | Checking static_assertions v1.1.0 |
1753 | 2024-08-11T07:08:33.855Z | Checking new_debug_unreachable v1.0.6 |
1754 | 2024-08-11T07:08:33.868Z | Checking fixedbitset v0.4.2 |
1755 | 2024-08-11T07:08:33.935Z | Checking difflib v0.4.0 |
1756 | 2024-08-11T07:08:33.985Z | Checking winnow v0.6.18 |
1757 | 2024-08-11T07:08:34.062Z | Checking unicode-segmentation v1.11.0 |
1758 | 2024-08-11T07:08:34.105Z | Checking precomputed-hash v0.1.1 |
1759 | 2024-08-11T07:08:34.193Z | Checking sync_wrapper v0.1.2 |
1760 | 2024-08-11T07:08:34.208Z | Checking predicates-core v1.0.6 |
1761 | 2024-08-11T07:08:34.220Z | Checking webpki-roots v0.25.4 |
1762 | 2024-08-11T07:08:34.302Z | Checking string_cache v0.8.7 |
1763 | 2024-08-11T07:08:34.373Z | Checking predicates v3.1.2 |
1764 | 2024-08-11T07:08:34.386Z | Checking trust-dns-proto v0.22.0 |
1765 | 2024-08-11T07:08:34.575Z | Checking petgraph v0.6.5 |
1766 | 2024-08-11T07:08:34.690Z | Checking similar v2.5.0 |
1767 | 2024-08-11T07:08:35.011Z | Checking anyhow v1.0.86 |
1768 | 2024-08-11T07:08:35.364Z | Checking nom v7.1.3 |
1769 | 2024-08-11T07:08:35.473Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1770 | 2024-08-11T07:08:35.754Z | Checking console v0.15.8 |
1771 | 2024-08-11T07:08:35.768Z | Checking elliptic-curve v0.13.8 |
1772 | 2024-08-11T07:08:36.065Z | Checking signal-hook-mio v0.2.4 |
1773 | 2024-08-11T07:08:36.211Z | Checking tokio-postgres v0.7.11 |
1774 | 2024-08-11T07:08:36.415Z | Checking schemars v0.8.21 |
1775 | 2024-08-11T07:08:36.927Z | Checking toml_edit v0.22.20 |
1776 | 2024-08-11T07:08:37.870Z | Checking yasna v0.5.2 |
1777 | 2024-08-11T07:08:38.026Z | Checking toml v0.7.8 |
1778 | 2024-08-11T07:08:38.179Z | Checking usdt v0.5.0 |
1779 | 2024-08-11T07:08:38.264Z | Checking flate2 v1.0.31 |
1780 | 2024-08-11T07:08:38.431Z | Checking clap v4.5.15 |
1781 | 2024-08-11T07:08:38.540Z | Checking crossbeam-epoch v0.9.18 |
1782 | 2024-08-11T07:08:38.676Z | Checking futures v0.3.30 |
1783 | 2024-08-11T07:08:38.737Z | Checking cipher v0.4.4 |
1784 | 2024-08-11T07:08:38.773Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1785 | 2024-08-11T07:08:38.797Z | Checking bstr v1.9.1 |
1786 | 2024-08-11T07:08:38.894Z | Checking itertools v0.12.1 |
1787 | 2024-08-11T07:08:38.964Z | Checking itertools v0.10.5 |
1788 | 2024-08-11T07:08:39.114Z | Checking bit-set v0.5.3 |
1789 | 2024-08-11T07:08:39.167Z | Checking hyper-tls v0.5.0 |
1790 | 2024-08-11T07:08:39.250Z | Checking hyper-rustls v0.24.2 |
1791 | 2024-08-11T07:08:39.368Z | Checking tokio-stream v0.1.15 |
1792 | 2024-08-11T07:08:39.451Z | Checking fs-err v2.11.0 |
1793 | 2024-08-11T07:08:39.521Z | Checking num-iter v0.1.45 |
1794 | 2024-08-11T07:08:39.523Z | Checking reqwest v0.11.27 |
1795 | 2024-08-11T07:08:39.669Z | Checking slog v2.7.0 |
1796 | 2024-08-11T07:08:39.699Z | Checking openapiv3 v2.0.0 |
1797 | 2024-08-11T07:08:39.981Z | Checking hex v0.4.3 |
1798 | 2024-08-11T07:08:40.124Z | Checking semver v1.0.23 |
1799 | 2024-08-11T07:08:40.165Z | Checking lalrpop-util v0.19.12 |
1800 | 2024-08-11T07:08:40.387Z | Checking peg-runtime v0.8.3 |
1801 | 2024-08-11T07:08:40.446Z | Checking camino v1.1.7 |
1802 | 2024-08-11T07:08:40.476Z | Checking sigpipe v0.1.3 |
1803 | 2024-08-11T07:08:42.141Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1804 | 2024-08-11T07:08:42.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s |
1805 | 2024-08-11T07:08:42.553Z | |
1806 | 2024-08-11T07:08:42.553Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1807 | 2024-08-11T07:08:43.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2024-08-11T07:08:43.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2024-08-11T07:08:43.171Z | Compiling regress v0.9.1 |
1810 | 2024-08-11T07:08:43.260Z | Checking sha1 v0.10.6 |
1811 | 2024-08-11T07:08:43.269Z | Checking strum v0.26.3 |
1812 | 2024-08-11T07:08:43.284Z | Checking heck v0.5.0 |
1813 | 2024-08-11T07:08:43.295Z | Compiling getopts v0.2.21 |
1814 | 2024-08-11T07:08:43.298Z | Checking dirs-sys-next v0.1.2 |
1815 | 2024-08-11T07:08:43.319Z | Compiling unsafe-libyaml v0.2.11 |
1816 | 2024-08-11T07:08:43.443Z | Checking http v1.1.0 |
1817 | 2024-08-11T07:08:43.461Z | Checking dirs-next v2.0.0 |
1818 | 2024-08-11T07:08:43.503Z | Checking thread_local v1.1.8 |
1819 | 2024-08-11T07:08:43.569Z | Checking rustls-pki-types v1.7.0 |
1820 | 2024-08-11T07:08:43.678Z | Compiling ident_case v1.0.1 |
1821 | 2024-08-11T07:08:43.766Z | Checking term v0.7.0 |
1822 | 2024-08-11T07:08:43.865Z | Compiling darling_core v0.20.9 |
1823 | 2024-08-11T07:08:44.002Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1824 | 2024-08-11T07:08:44.188Z | Checking crossbeam-channel v0.5.12 |
1825 | 2024-08-11T07:08:44.240Z | Checking is-terminal v0.4.12 |
1826 | 2024-08-11T07:08:44.329Z | Checking atty v0.2.14 |
1827 | 2024-08-11T07:08:44.354Z | Compiling paste v1.0.15 |
1828 | 2024-08-11T07:08:44.437Z | Compiling rustls v0.22.4 |
1829 | 2024-08-11T07:08:44.710Z | Compiling serde_yaml v0.9.34+deprecated |
1830 | 2024-08-11T07:08:44.797Z | Checking humantime v2.1.0 |
1831 | 2024-08-11T07:08:44.876Z | Checking take_mut v0.2.2 |
1832 | 2024-08-11T07:08:44.962Z | Checking termcolor v1.4.1 |
1833 | 2024-08-11T07:08:45.014Z | Checking utf-8 v0.7.6 |
1834 | 2024-08-11T07:08:45.076Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2024-08-11T07:08:45.194Z | Checking slog-async v2.8.0 |
1836 | 2024-08-11T07:08:45.293Z | Checking slog-term v2.9.1 |
1837 | 2024-08-11T07:08:45.411Z | Checking env_logger v0.9.3 |
1838 | 2024-08-11T07:08:45.447Z | Checking rustls-webpki v0.102.4 |
1839 | 2024-08-11T07:08:45.461Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1840 | 2024-08-11T07:08:45.781Z | Compiling proc-macro-crate v1.3.1 |
1841 | 2024-08-11T07:08:45.795Z | Compiling bitstruct_derive v0.1.0 |
1842 | 2024-08-11T07:08:45.834Z | Compiling structmeta-derive v0.3.0 |
1843 | 2024-08-11T07:08:46.171Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-08-11T07:08:46.295Z | Compiling multer v3.1.0 |
1845 | 2024-08-11T07:08:46.589Z | Checking ascii v1.1.0 |
1846 | 2024-08-11T07:08:46.604Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1847 | 2024-08-11T07:08:46.978Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1848 | 2024-08-11T07:08:47.102Z | Checking match_cfg v0.1.0 |
1849 | 2024-08-11T07:08:47.181Z | Checking hostname v0.3.1 |
1850 | 2024-08-11T07:08:47.263Z | Checking bitstruct v0.1.1 |
1851 | 2024-08-11T07:08:47.306Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1852 | 2024-08-11T07:08:47.365Z | Compiling num_enum_derive v0.5.11 |
1853 | 2024-08-11T07:08:48.180Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-11T07:08:48.329Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1855 | 2024-08-11T07:08:48.794Z | Compiling structmeta v0.3.0 |
1856 | 2024-08-11T07:08:48.832Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-11T07:08:48.966Z | Checking slog-json v2.6.1 |
1858 | 2024-08-11T07:08:49.115Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-11T07:08:49.205Z | Checking erased-serde v0.3.31 |
1860 | 2024-08-11T07:08:49.219Z | Checking serde_arrays v0.1.0 |
1861 | 2024-08-11T07:08:49.360Z | Compiling foreign-types-macros v0.2.3 |
1862 | 2024-08-11T07:08:49.395Z | Compiling async-stream-impl v0.3.5 |
1863 | 2024-08-11T07:08:49.836Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1864 | 2024-08-11T07:08:50.039Z | Checking foreign-types-shared v0.3.1 |
1865 | 2024-08-11T07:08:50.135Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1866 | 2024-08-11T07:08:50.147Z | Checking atomic-waker v1.1.2 |
1867 | 2024-08-11T07:08:50.267Z | Checking arc-swap v1.7.1 |
1868 | 2024-08-11T07:08:50.285Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-11T07:08:50.434Z | Checking waitgroup v0.1.2 |
1870 | 2024-08-11T07:08:50.619Z | Checking num_enum v0.5.11 |
1871 | 2024-08-11T07:08:50.633Z | Checking foreign-types v0.5.0 |
1872 | 2024-08-11T07:08:50.686Z | Checking slog-scope v4.4.0 |
1873 | 2024-08-11T07:08:50.730Z | Compiling parse-display-derive v0.10.0 |
1874 | 2024-08-11T07:08:50.745Z | Checking async-stream v0.3.5 |
1875 | 2024-08-11T07:08:50.758Z | Checking slog-bunyan v2.5.0 |
1876 | 2024-08-11T07:08:50.862Z | Compiling proc-macro-error v1.0.4 |
1877 | 2024-08-11T07:08:51.024Z | Compiling darling_macro v0.20.9 |
1878 | 2024-08-11T07:08:51.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1879 | 2024-08-11T07:08:51.275Z | Checking tungstenite v0.20.1 |
1880 | 2024-08-11T07:08:51.337Z | Checking toml v0.8.19 |
1881 | 2024-08-11T07:08:51.575Z | Checking rustls-pemfile v2.1.3 |
1882 | 2024-08-11T07:08:51.807Z | Compiling heck v0.3.3 |
1883 | 2024-08-11T07:08:51.825Z | Checking tokio-rustls v0.25.0 |
1884 | 2024-08-11T07:08:51.952Z | Compiling darling v0.20.9 |
1885 | 2024-08-11T07:08:52.067Z | Compiling serde_with_macros v3.8.3 |
1886 | 2024-08-11T07:08:52.098Z | Checking ipnetwork v0.20.0 |
1887 | 2024-08-11T07:08:52.098Z | Checking newtype-uuid v1.1.0 |
1888 | 2024-08-11T07:08:52.188Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1889 | 2024-08-11T07:08:52.222Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-08-11T07:08:52.332Z | Checking serde_path_to_error v0.1.16 |
1891 | 2024-08-11T07:08:52.447Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1892 | 2024-08-11T07:08:52.968Z | Checking hostname v0.4.0 |
1893 | 2024-08-11T07:08:53.095Z | Checking cstr-argument v0.1.2 |
1894 | 2024-08-11T07:08:53.098Z | Checking instant v0.1.12 |
1895 | 2024-08-11T07:08:53.220Z | Checking fastrand v2.1.0 |
1896 | 2024-08-11T07:08:53.244Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1897 | 2024-08-11T07:08:53.265Z | Checking pretty-hex v0.2.1 |
1898 | 2024-08-11T07:08:53.412Z | Checking debug-ignore v1.0.5 |
1899 | 2024-08-11T07:08:53.536Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1900 | 2024-08-11T07:08:53.549Z | Checking tempfile v3.10.1 |
1901 | 2024-08-11T07:08:53.561Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1902 | 2024-08-11T07:08:53.796Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1903 | 2024-08-11T07:08:53.859Z | Checking backoff v0.4.0 |
1904 | 2024-08-11T07:08:53.922Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1905 | 2024-08-11T07:08:54.046Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1906 | 2024-08-11T07:08:54.144Z | Compiling zone_cfg_derive v0.1.2 |
1907 | 2024-08-11T07:08:54.260Z | Checking tokio-tungstenite v0.20.1 |
1908 | 2024-08-11T07:08:54.283Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1909 | 2024-08-11T07:08:54.785Z | Checking slog-stdlog v4.1.1 |
1910 | 2024-08-11T07:08:54.939Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1911 | 2024-08-11T07:08:54.962Z | Checking serde_with v3.8.3 |
1912 | 2024-08-11T07:08:55.051Z | Checking tungstenite v0.21.0 |
1913 | 2024-08-11T07:08:55.080Z | Checking colored v2.1.0 |
1914 | 2024-08-11T07:08:55.265Z | Checking parse-display v0.10.0 |
1915 | 2024-08-11T07:08:55.347Z | Checking macaddr v1.0.1 |
1916 | 2024-08-11T07:08:55.466Z | Checking socket2 v0.4.10 |
1917 | 2024-08-11T07:08:55.662Z | Checking base64 v0.13.1 |
1918 | 2024-08-11T07:08:55.717Z | Checking zone v0.1.8 |
1919 | 2024-08-11T07:08:55.922Z | Checking tokio-tungstenite v0.21.0 |
1920 | 2024-08-11T07:08:56.041Z | Checking ron v0.7.1 |
1921 | 2024-08-11T07:08:56.365Z | Checking slog-envlogger v2.2.0 |
1922 | 2024-08-11T07:08:56.401Z | Checking pem v3.0.4 |
1923 | 2024-08-11T07:08:56.563Z | Checking tabwriter v1.4.0 |
1924 | 2024-08-11T07:08:56.651Z | Checking xattr v1.3.1 |
1925 | 2024-08-11T07:08:56.784Z | Checking portpicker v0.1.1 |
1926 | 2024-08-11T07:08:56.833Z | Checking headers-core v0.2.0 |
1927 | 2024-08-11T07:08:56.918Z | Checking smf v0.2.3 |
1928 | 2024-08-11T07:08:56.968Z | Checking filetime v0.2.24 |
1929 | 2024-08-11T07:08:57.158Z | Checking same-file v1.0.6 |
1930 | 2024-08-11T07:08:57.173Z | Checking tar v0.4.41 |
1931 | 2024-08-11T07:08:57.320Z | Checking walkdir v2.5.0 |
1932 | 2024-08-11T07:08:57.369Z | Checking headers v0.3.9 |
1933 | 2024-08-11T07:08:57.590Z | Checking rcgen v0.12.1 |
1934 | 2024-08-11T07:08:57.603Z | Checking camino-tempfile v1.1.1 |
1935 | 2024-08-11T07:08:57.870Z | Checking atomicwrites v0.4.3 |
1936 | 2024-08-11T07:08:57.906Z | Checking subprocess v0.2.9 |
1937 | 2024-08-11T07:08:59.008Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-08-11T07:08:59.200Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-08-11T07:09:01.196Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1940 | 2024-08-11T07:09:02.994Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1941 | 2024-08-11T07:09:03.065Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1942 | 2024-08-11T07:09:06.111Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1943 | 2024-08-11T07:09:12.118Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1944 | 2024-08-11T07:09:12.241Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1945 | 2024-08-11T07:09:12.245Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-08-11T07:09:14.676Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1947 | 2024-08-11T07:09:15.016Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1948 | 2024-08-11T07:09:20.491Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1949 | 2024-08-11T07:09:21.827Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1950 | 2024-08-11T07:09:22.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.30s |
1951 | 2024-08-11T07:09:23.009Z | |
1952 | 2024-08-11T07:09:23.009Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1953 | 2024-08-11T07:09:23.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2024-08-11T07:09:23.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2024-08-11T07:09:23.613Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1956 | 2024-08-11T07:09:24.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
1957 | 2024-08-11T07:09:24.946Z | |
1958 | 2024-08-11T07:09:24.946Z | info: running `cargo check --bins` on nexus-config (31/147) |
1959 | 2024-08-11T07:09:25.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2024-08-11T07:09:25.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2024-08-11T07:09:25.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2024-08-11T07:09:25.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1963 | 2024-08-11T07:09:25.529Z | |
1964 | 2024-08-11T07:09:25.529Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1965 | 2024-08-11T07:09:26.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2024-08-11T07:09:26.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2024-08-11T07:09:26.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1968 | 2024-08-11T07:09:26.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1969 | 2024-08-11T07:09:26.083Z | |
1970 | 2024-08-11T07:09:26.083Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1971 | 2024-08-11T07:09:26.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1972 | 2024-08-11T07:09:26.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1973 | 2024-08-11T07:09:26.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1974 | 2024-08-11T07:09:26.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1975 | 2024-08-11T07:09:26.664Z | |
1976 | 2024-08-11T07:09:26.664Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1977 | 2024-08-11T07:09:27.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1978 | 2024-08-11T07:09:27.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1979 | 2024-08-11T07:09:27.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1980 | 2024-08-11T07:09:27.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1981 | 2024-08-11T07:09:27.252Z | |
1982 | 2024-08-11T07:09:27.252Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1983 | 2024-08-11T07:09:27.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1984 | 2024-08-11T07:09:27.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1985 | 2024-08-11T07:09:27.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1986 | 2024-08-11T07:09:27.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1987 | 2024-08-11T07:09:27.809Z | |
1988 | 2024-08-11T07:09:27.809Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
1989 | 2024-08-11T07:09:28.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1990 | 2024-08-11T07:09:28.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1991 | 2024-08-11T07:09:28.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1992 | 2024-08-11T07:09:28.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1993 | 2024-08-11T07:09:28.409Z | |
1994 | 2024-08-11T07:09:28.409Z | info: running `cargo check --bins` on dns-service-client (37/147) |
1995 | 2024-08-11T07:09:28.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-08-11T07:09:28.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-08-11T07:09:28.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1998 | 2024-08-11T07:09:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1999 | 2024-08-11T07:09:28.967Z | |
2000 | 2024-08-11T07:09:28.967Z | info: running `cargo check --bins` on dpd-client (38/147) |
2001 | 2024-08-11T07:09:29.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-11T07:09:29.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-11T07:09:29.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2004 | 2024-08-11T07:09:29.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2005 | 2024-08-11T07:09:29.537Z | |
2006 | 2024-08-11T07:09:29.537Z | info: running `cargo check --bins` on gateway-client (39/147) |
2007 | 2024-08-11T07:09:30.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-11T07:09:30.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-11T07:09:30.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-11T07:09:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2011 | 2024-08-11T07:09:30.092Z | |
2012 | 2024-08-11T07:09:30.092Z | info: running `cargo check --bins` on installinator-client (40/147) |
2013 | 2024-08-11T07:09:30.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-11T07:09:30.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-11T07:09:30.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2016 | 2024-08-11T07:09:30.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2017 | 2024-08-11T07:09:30.685Z | |
2018 | 2024-08-11T07:09:30.685Z | info: running `cargo check --bins` on installinator-common (41/147) |
2019 | 2024-08-11T07:09:31.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2020 | 2024-08-11T07:09:31.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2021 | 2024-08-11T07:09:31.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2022 | 2024-08-11T07:09:31.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2023 | 2024-08-11T07:09:31.280Z | |
2024 | 2024-08-11T07:09:31.280Z | info: running `cargo check --bins` on update-engine (42/147) |
2025 | 2024-08-11T07:09:31.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2026 | 2024-08-11T07:09:31.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2027 | 2024-08-11T07:09:31.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2028 | 2024-08-11T07:09:31.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2029 | 2024-08-11T07:09:31.840Z | |
2030 | 2024-08-11T07:09:31.840Z | info: running `cargo check --bins` on nexus-client (43/147) |
2031 | 2024-08-11T07:09:32.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2032 | 2024-08-11T07:09:32.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2033 | 2024-08-11T07:09:32.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2034 | 2024-08-11T07:09:32.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2035 | 2024-08-11T07:09:32.439Z | |
2036 | 2024-08-11T07:09:32.439Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2037 | 2024-08-11T07:09:32.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2038 | 2024-08-11T07:09:32.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2039 | 2024-08-11T07:09:32.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2040 | 2024-08-11T07:09:32.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2041 | 2024-08-11T07:09:33.031Z | |
2042 | 2024-08-11T07:09:33.031Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2043 | 2024-08-11T07:09:33.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-08-11T07:09:33.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-08-11T07:09:33.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-08-11T07:09:33.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2047 | 2024-08-11T07:09:33.592Z | |
2048 | 2024-08-11T07:09:33.592Z | info: running `cargo check --bins` on nexus-types (46/147) |
2049 | 2024-08-11T07:09:34.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-08-11T07:09:34.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-08-11T07:09:34.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-08-11T07:09:34.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2053 | 2024-08-11T07:09:34.189Z | |
2054 | 2024-08-11T07:09:34.189Z | info: running `cargo check --bins` on oxide-client (47/147) |
2055 | 2024-08-11T07:09:34.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-08-11T07:09:34.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-08-11T07:09:34.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-08-11T07:09:34.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2059 | 2024-08-11T07:09:34.750Z | |
2060 | 2024-08-11T07:09:34.750Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2061 | 2024-08-11T07:09:35.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-11T07:09:35.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-11T07:09:35.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-08-11T07:09:35.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2065 | 2024-08-11T07:09:35.330Z | |
2066 | 2024-08-11T07:09:35.330Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2067 | 2024-08-11T07:09:35.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-08-11T07:09:35.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-08-11T07:09:35.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2070 | 2024-08-11T07:09:35.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2071 | 2024-08-11T07:09:35.921Z | |
2072 | 2024-08-11T07:09:35.921Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2073 | 2024-08-11T07:09:36.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2074 | 2024-08-11T07:09:36.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2075 | 2024-08-11T07:09:36.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2076 | 2024-08-11T07:09:36.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2077 | 2024-08-11T07:09:36.524Z | |
2078 | 2024-08-11T07:09:36.524Z | info: running `cargo check --bins` on wicket-common (51/147) |
2079 | 2024-08-11T07:09:37.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2080 | 2024-08-11T07:09:37.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2081 | 2024-08-11T07:09:37.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2082 | 2024-08-11T07:09:37.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2083 | 2024-08-11T07:09:37.129Z | |
2084 | 2024-08-11T07:09:37.129Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2085 | 2024-08-11T07:09:37.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2086 | 2024-08-11T07:09:37.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2087 | 2024-08-11T07:09:37.737Z | Compiling heapless v0.8.0 |
2088 | 2024-08-11T07:09:37.740Z | Checking hash32 v0.3.1 |
2089 | 2024-08-11T07:09:37.831Z | Compiling smoltcp v0.11.0 |
2090 | 2024-08-11T07:09:37.839Z | Checking embedded-io v0.4.0 |
2091 | 2024-08-11T07:09:37.842Z | Checking cobs v0.2.3 |
2092 | 2024-08-11T07:09:37.856Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2093 | 2024-08-11T07:09:37.859Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2094 | 2024-08-11T07:09:37.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2095 | 2024-08-11T07:09:37.976Z | Compiling crucible-workspace-hack v0.1.0 |
2096 | 2024-08-11T07:09:37.996Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2097 | 2024-08-11T07:09:38.009Z | Checking csv-core v0.1.11 |
2098 | 2024-08-11T07:09:38.012Z | Checking postcard v1.0.8 |
2099 | 2024-08-11T07:09:38.193Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2100 | 2024-08-11T07:09:38.266Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2101 | 2024-08-11T07:09:38.327Z | Checking csv v1.3.0 |
2102 | 2024-08-11T07:09:38.516Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2103 | 2024-08-11T07:09:38.555Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2104 | 2024-08-11T07:09:38.657Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2105 | 2024-08-11T07:09:38.714Z | Compiling num-derive v0.4.2 |
2106 | 2024-08-11T07:09:38.893Z | Compiling slog-dtrace v0.3.0 |
2107 | 2024-08-11T07:09:38.970Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2108 | 2024-08-11T07:09:39.105Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2109 | 2024-08-11T07:09:39.251Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2110 | 2024-08-11T07:09:39.254Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2111 | 2024-08-11T07:09:39.676Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2112 | 2024-08-11T07:09:39.982Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2113 | 2024-08-11T07:09:40.416Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2114 | 2024-08-11T07:09:41.546Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2115 | 2024-08-11T07:09:42.349Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2116 | 2024-08-11T07:09:43.347Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-11T07:09:45.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
2118 | 2024-08-11T07:09:46.053Z | |
2119 | 2024-08-11T07:09:46.053Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2120 | 2024-08-11T07:09:46.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2121 | 2024-08-11T07:09:46.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2122 | 2024-08-11T07:09:46.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2123 | 2024-08-11T07:09:46.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2124 | 2024-08-11T07:09:46.635Z | |
2125 | 2024-08-11T07:09:46.635Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2126 | 2024-08-11T07:09:47.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-08-11T07:09:47.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-08-11T07:09:47.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2129 | 2024-08-11T07:09:47.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2130 | 2024-08-11T07:09:47.218Z | |
2131 | 2024-08-11T07:09:47.218Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2132 | 2024-08-11T07:09:47.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2133 | 2024-08-11T07:09:47.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2134 | 2024-08-11T07:09:47.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2135 | 2024-08-11T07:09:47.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2136 | 2024-08-11T07:09:47.907Z | |
2137 | 2024-08-11T07:09:47.907Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2138 | 2024-08-11T07:09:48.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2024-08-11T07:09:48.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2024-08-11T07:09:48.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2141 | 2024-08-11T07:09:48.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2142 | 2024-08-11T07:09:48.592Z | |
2143 | 2024-08-11T07:09:48.592Z | info: running `cargo check --bins` on dns-server (57/147) |
2144 | 2024-08-11T07:09:49.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2145 | 2024-08-11T07:09:49.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2146 | 2024-08-11T07:09:49.176Z | Compiling parking_lot_core v0.8.6 |
2147 | 2024-08-11T07:09:49.179Z | Checking nibble_vec v0.1.0 |
2148 | 2024-08-11T07:09:49.267Z | Checking endian-type v0.1.2 |
2149 | 2024-08-11T07:09:49.274Z | Checking newline-converter v0.3.0 |
2150 | 2024-08-11T07:09:49.277Z | Checking quick-error v1.2.3 |
2151 | 2024-08-11T07:09:49.278Z | Checking linked-hash-map v0.5.6 |
2152 | 2024-08-11T07:09:49.284Z | Checking fxhash v0.2.1 |
2153 | 2024-08-11T07:09:49.292Z | Checking toml v0.5.11 |
2154 | 2024-08-11T07:09:49.398Z | Checking expectorate v1.1.0 |
2155 | 2024-08-11T07:09:49.410Z | Checking resolv-conf v0.7.0 |
2156 | 2024-08-11T07:09:49.413Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2157 | 2024-08-11T07:09:49.435Z | Checking radix_trie v0.2.1 |
2158 | 2024-08-11T07:09:49.528Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2159 | 2024-08-11T07:09:49.581Z | Checking lru-cache v0.1.2 |
2160 | 2024-08-11T07:09:49.727Z | Checking trust-dns-resolver v0.22.0 |
2161 | 2024-08-11T07:09:49.801Z | Checking trust-dns-client v0.22.0 |
2162 | 2024-08-11T07:09:49.934Z | Checking parking_lot v0.11.2 |
2163 | 2024-08-11T07:09:50.244Z | Checking sled v0.34.7 |
2164 | 2024-08-11T07:09:50.637Z | Checking trust-dns-server v0.22.1 |
2165 | 2024-08-11T07:09:52.124Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2166 | 2024-08-11T07:09:53.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2167 | 2024-08-11T07:09:53.258Z | |
2168 | 2024-08-11T07:09:53.258Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2169 | 2024-08-11T07:09:53.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-08-11T07:09:53.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-08-11T07:09:53.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-08-11T07:09:53.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2173 | 2024-08-11T07:09:53.823Z | |
2174 | 2024-08-11T07:09:53.823Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2175 | 2024-08-11T07:09:54.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-08-11T07:09:54.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-08-11T07:09:54.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2178 | 2024-08-11T07:09:54.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2179 | 2024-08-11T07:09:54.455Z | |
2180 | 2024-08-11T07:09:54.455Z | info: running `cargo check --bins` on gateway-types (60/147) |
2181 | 2024-08-11T07:09:54.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-08-11T07:09:54.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-08-11T07:09:54.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-08-11T07:09:54.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2185 | 2024-08-11T07:09:55.034Z | |
2186 | 2024-08-11T07:09:55.034Z | info: running `cargo check --bins` on ipcc (61/147) |
2187 | 2024-08-11T07:09:55.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-08-11T07:09:55.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-08-11T07:09:55.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-08-11T07:09:55.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2191 | 2024-08-11T07:09:55.613Z | |
2192 | 2024-08-11T07:09:55.613Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2193 | 2024-08-11T07:09:56.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-08-11T07:09:56.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-08-11T07:09:56.238Z | Compiling radium v0.7.0 |
2196 | 2024-08-11T07:09:56.327Z | Compiling maybe-uninit v2.0.0 |
2197 | 2024-08-11T07:09:56.330Z | Checking tap v1.0.1 |
2198 | 2024-08-11T07:09:56.339Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2199 | 2024-08-11T07:09:56.342Z | Compiling num-bigint-dig v0.8.4 |
2200 | 2024-08-11T07:09:56.342Z | Checking funty v2.0.0 |
2201 | 2024-08-11T07:09:56.347Z | Checking crc-catalog v2.4.0 |
2202 | 2024-08-11T07:09:56.350Z | Compiling packed_struct v0.10.1 |
2203 | 2024-08-11T07:09:56.455Z | Checking wyz v0.5.1 |
2204 | 2024-08-11T07:09:56.474Z | Checking crc v3.2.1 |
2205 | 2024-08-11T07:09:56.683Z | Compiling packed_struct_codegen v0.10.1 |
2206 | 2024-08-11T07:09:56.823Z | Checking half v2.4.1 |
2207 | 2024-08-11T07:09:56.835Z | Compiling indexmap v1.9.3 |
2208 | 2024-08-11T07:09:56.857Z | Checking nodrop v0.1.14 |
2209 | 2024-08-11T07:09:56.948Z | Checking ciborium-io v0.2.2 |
2210 | 2024-08-11T07:09:56.964Z | Checking array-init v0.0.4 |
2211 | 2024-08-11T07:09:57.061Z | Checking smallvec v0.6.14 |
2212 | 2024-08-11T07:09:57.151Z | Checking pkcs1 v0.7.5 |
2213 | 2024-08-11T07:09:57.237Z | Checking bitvec v1.0.1 |
2214 | 2024-08-11T07:09:57.259Z | Checking ciborium-ll v0.2.2 |
2215 | 2024-08-11T07:09:57.460Z | Checking signature v2.2.0 |
2216 | 2024-08-11T07:09:57.524Z | Compiling memoffset v0.9.1 |
2217 | 2024-08-11T07:09:57.550Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2218 | 2024-08-11T07:09:57.609Z | Checking bitfield v0.14.0 |
2219 | 2024-08-11T07:09:57.638Z | Checking hashbrown v0.12.3 |
2220 | 2024-08-11T07:09:57.848Z | Checking bzip2 v0.4.4 |
2221 | 2024-08-11T07:09:57.881Z | Checking env_logger v0.10.2 |
2222 | 2024-08-11T07:09:57.946Z | Checking serde-hex v0.1.0 |
2223 | 2024-08-11T07:09:57.961Z | Checking ciborium v0.2.2 |
2224 | 2024-08-11T07:09:58.103Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2225 | 2024-08-11T07:09:58.269Z | Checking ron v0.8.1 |
2226 | 2024-08-11T07:09:58.334Z | Checking x509-cert v0.2.5 |
2227 | 2024-08-11T07:09:58.971Z | Checking hashbrown v0.13.2 |
2228 | 2024-08-11T07:09:59.222Z | Checking rsa v0.9.6 |
2229 | 2024-08-11T07:09:59.283Z | Checking crc-any v2.5.0 |
2230 | 2024-08-11T07:09:59.455Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2231 | 2024-08-11T07:09:59.678Z | Checking zip v0.6.6 |
2232 | 2024-08-11T07:09:59.807Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2233 | 2024-08-11T07:09:59.859Z | Checking path-slash v0.1.5 |
2234 | 2024-08-11T07:09:59.985Z | Checking nix v0.27.1 |
2235 | 2024-08-11T07:10:00.000Z | Checking object v0.30.4 |
2236 | 2024-08-11T07:10:00.119Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2237 | 2024-08-11T07:10:00.167Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2238 | 2024-08-11T07:10:00.266Z | Checking serde-big-array v0.5.1 |
2239 | 2024-08-11T07:10:00.306Z | Checking signal-hook-tokio v0.3.1 |
2240 | 2024-08-11T07:10:02.133Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2241 | 2024-08-11T07:10:02.535Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2242 | 2024-08-11T07:10:08.957Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-08-11T07:10:10.245Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2244 | 2024-08-11T07:10:11.781Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2245 | 2024-08-11T07:10:13.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s |
2246 | 2024-08-11T07:10:13.611Z | |
2247 | 2024-08-11T07:10:13.611Z | info: running `cargo check --bins` on gateway-api (63/147) |
2248 | 2024-08-11T07:10:14.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2249 | 2024-08-11T07:10:14.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2250 | 2024-08-11T07:10:14.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2251 | 2024-08-11T07:10:14.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2252 | 2024-08-11T07:10:14.205Z | |
2253 | 2024-08-11T07:10:14.205Z | info: running `cargo check --bins` on sp-sim (64/147) |
2254 | 2024-08-11T07:10:14.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2255 | 2024-08-11T07:10:14.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2256 | 2024-08-11T07:10:14.792Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2257 | 2024-08-11T07:10:16.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2258 | 2024-08-11T07:10:16.455Z | |
2259 | 2024-08-11T07:10:16.455Z | info: running `cargo check --bins` on internal-dns (65/147) |
2260 | 2024-08-11T07:10:16.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2261 | 2024-08-11T07:10:16.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2262 | 2024-08-11T07:10:16.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2263 | 2024-08-11T07:10:16.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2264 | 2024-08-11T07:10:17.038Z | |
2265 | 2024-08-11T07:10:17.039Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2266 | 2024-08-11T07:10:17.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2267 | 2024-08-11T07:10:17.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2268 | 2024-08-11T07:10:17.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2269 | 2024-08-11T07:10:17.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2270 | 2024-08-11T07:10:17.668Z | |
2271 | 2024-08-11T07:10:17.668Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2272 | 2024-08-11T07:10:18.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2273 | 2024-08-11T07:10:18.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2274 | 2024-08-11T07:10:18.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2275 | 2024-08-11T07:10:18.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2276 | 2024-08-11T07:10:18.315Z | |
2277 | 2024-08-11T07:10:18.315Z | info: running `cargo check --bins` on db-macros (68/147) |
2278 | 2024-08-11T07:10:18.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2279 | 2024-08-11T07:10:18.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2280 | 2024-08-11T07:10:18.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2281 | 2024-08-11T07:10:18.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2282 | 2024-08-11T07:10:18.882Z | |
2283 | 2024-08-11T07:10:18.882Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2284 | 2024-08-11T07:10:19.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2285 | 2024-08-11T07:10:19.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2286 | 2024-08-11T07:10:19.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2287 | 2024-08-11T07:10:19.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2288 | 2024-08-11T07:10:19.451Z | |
2289 | 2024-08-11T07:10:19.451Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2290 | 2024-08-11T07:10:20.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-08-11T07:10:20.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-08-11T07:10:20.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2293 | 2024-08-11T07:10:20.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2294 | 2024-08-11T07:10:20.077Z | |
2295 | 2024-08-11T07:10:20.078Z | info: running `cargo check --bins` on authz-macros (71/147) |
2296 | 2024-08-11T07:10:20.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-08-11T07:10:20.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-08-11T07:10:20.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2299 | 2024-08-11T07:10:20.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2300 | 2024-08-11T07:10:20.647Z | |
2301 | 2024-08-11T07:10:20.647Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2302 | 2024-08-11T07:10:21.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-08-11T07:10:21.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-08-11T07:10:21.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2305 | 2024-08-11T07:10:21.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2306 | 2024-08-11T07:10:21.264Z | |
2307 | 2024-08-11T07:10:21.264Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2308 | 2024-08-11T07:10:21.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-08-11T07:10:21.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-08-11T07:10:21.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2311 | 2024-08-11T07:10:21.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2312 | 2024-08-11T07:10:21.876Z | |
2313 | 2024-08-11T07:10:21.876Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2314 | 2024-08-11T07:10:22.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-08-11T07:10:22.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-08-11T07:10:22.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2317 | 2024-08-11T07:10:22.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2318 | 2024-08-11T07:10:22.467Z | |
2319 | 2024-08-11T07:10:22.467Z | info: running `cargo check --bins` on oximeter (75/147) |
2320 | 2024-08-11T07:10:22.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-08-11T07:10:22.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-08-11T07:10:23.055Z | Compiling rustls-pki-types v1.7.0 |
2323 | 2024-08-11T07:10:23.141Z | Compiling match_cfg v0.1.0 |
2324 | 2024-08-11T07:10:23.141Z | Compiling prettyplease v0.2.20 |
2325 | 2024-08-11T07:10:23.155Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2326 | 2024-08-11T07:10:23.157Z | Compiling slog-json v2.6.1 |
2327 | 2024-08-11T07:10:23.163Z | Compiling http v1.1.0 |
2328 | 2024-08-11T07:10:23.172Z | Compiling atomic-waker v1.1.2 |
2329 | 2024-08-11T07:10:23.193Z | Compiling async-stream v0.3.5 |
2330 | 2024-08-11T07:10:23.216Z | Compiling hostname v0.3.1 |
2331 | 2024-08-11T07:10:23.347Z | Compiling waitgroup v0.1.2 |
2332 | 2024-08-11T07:10:23.418Z | Compiling slog-bunyan v2.5.0 |
2333 | 2024-08-11T07:10:23.473Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2334 | 2024-08-11T07:10:23.490Z | Compiling toml v0.8.19 |
2335 | 2024-08-11T07:10:23.501Z | Compiling sha1 v0.10.6 |
2336 | 2024-08-11T07:10:23.533Z | Compiling ipnetwork v0.20.0 |
2337 | 2024-08-11T07:10:23.561Z | Compiling rustls-webpki v0.102.4 |
2338 | 2024-08-11T07:10:23.595Z | Compiling rustls-pemfile v2.1.3 |
2339 | 2024-08-11T07:10:23.686Z | Compiling newtype-uuid v1.1.0 |
2340 | 2024-08-11T07:10:23.905Z | Compiling serde_path_to_error v0.1.16 |
2341 | 2024-08-11T07:10:23.919Z | Compiling hostname v0.4.0 |
2342 | 2024-08-11T07:10:23.989Z | Compiling instant v0.1.12 |
2343 | 2024-08-11T07:10:24.062Z | Compiling debug-ignore v1.0.5 |
2344 | 2024-08-11T07:10:24.130Z | Compiling backoff v0.4.0 |
2345 | 2024-08-11T07:10:24.161Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2346 | 2024-08-11T07:10:24.193Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2347 | 2024-08-11T07:10:24.424Z | Compiling rustls v0.22.4 |
2348 | 2024-08-11T07:10:24.461Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2349 | 2024-08-11T07:10:24.486Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2350 | 2024-08-11T07:10:24.648Z | Compiling multer v3.1.0 |
2351 | 2024-08-11T07:10:24.745Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2352 | 2024-08-11T07:10:24.931Z | Compiling serde_with v3.8.3 |
2353 | 2024-08-11T07:10:25.199Z | Compiling parse-display v0.10.0 |
2354 | 2024-08-11T07:10:25.581Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2355 | 2024-08-11T07:10:25.623Z | Compiling num-rational v0.4.2 |
2356 | 2024-08-11T07:10:25.704Z | Compiling num-complex v0.4.6 |
2357 | 2024-08-11T07:10:25.724Z | Compiling macaddr v1.0.1 |
2358 | 2024-08-11T07:10:26.520Z | Compiling float-ord v0.3.2 |
2359 | 2024-08-11T07:10:26.692Z | Compiling num v0.4.3 |
2360 | 2024-08-11T07:10:27.834Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2361 | 2024-08-11T07:10:28.205Z | Compiling tokio-rustls v0.25.0 |
2362 | 2024-08-11T07:10:28.501Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2363 | 2024-08-11T07:10:31.792Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2364 | 2024-08-11T07:10:42.585Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2365 | 2024-08-11T07:10:45.556Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2366 | 2024-08-11T07:10:46.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.65s |
2367 | 2024-08-11T07:10:46.274Z | |
2368 | 2024-08-11T07:10:46.274Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2369 | 2024-08-11T07:10:46.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2370 | 2024-08-11T07:10:46.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2371 | 2024-08-11T07:10:46.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2372 | 2024-08-11T07:10:46.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2373 | 2024-08-11T07:10:46.864Z | |
2374 | 2024-08-11T07:10:46.864Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2375 | 2024-08-11T07:10:47.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2376 | 2024-08-11T07:10:47.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2377 | 2024-08-11T07:10:47.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2378 | 2024-08-11T07:10:47.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2379 | 2024-08-11T07:10:47.431Z | |
2380 | 2024-08-11T07:10:47.431Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2381 | 2024-08-11T07:10:47.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2382 | 2024-08-11T07:10:47.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2383 | 2024-08-11T07:10:47.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2384 | 2024-08-11T07:10:47.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2385 | 2024-08-11T07:10:48.030Z | |
2386 | 2024-08-11T07:10:48.030Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2387 | 2024-08-11T07:10:48.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2388 | 2024-08-11T07:10:48.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2389 | 2024-08-11T07:10:48.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2390 | 2024-08-11T07:10:48.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2391 | 2024-08-11T07:10:48.641Z | |
2392 | 2024-08-11T07:10:48.641Z | info: running `cargo check --bins` on typed-rng (80/147) |
2393 | 2024-08-11T07:10:49.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2394 | 2024-08-11T07:10:49.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2395 | 2024-08-11T07:10:49.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2396 | 2024-08-11T07:10:49.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2397 | 2024-08-11T07:10:49.211Z | |
2398 | 2024-08-11T07:10:49.211Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2399 | 2024-08-11T07:10:49.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2400 | 2024-08-11T07:10:49.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2401 | 2024-08-11T07:10:49.935Z | Checking password-hash v0.5.0 |
2402 | 2024-08-11T07:10:49.935Z | Checking blake2 v0.10.6 |
2403 | 2024-08-11T07:10:49.937Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2404 | 2024-08-11T07:10:49.937Z | Compiling semver v0.1.20 |
2405 | 2024-08-11T07:10:50.049Z | Compiling convert_case v0.4.0 |
2406 | 2024-08-11T07:10:50.052Z | Compiling rayon-core v1.12.1 |
2407 | 2024-08-11T07:10:50.069Z | Compiling crossbeam-deque v0.8.5 |
2408 | 2024-08-11T07:10:50.079Z | Compiling unicase v2.7.0 |
2409 | 2024-08-11T07:10:50.335Z | Compiling rustc_version v0.1.7 |
2410 | 2024-08-11T07:10:50.385Z | Compiling libefi-sys v0.1.0 |
2411 | 2024-08-11T07:10:50.403Z | Compiling fastrand v2.1.0 |
2412 | 2024-08-11T07:10:50.419Z | Checking argon2 v0.5.3 |
2413 | 2024-08-11T07:10:50.423Z | Compiling same-file v1.0.6 |
2414 | 2024-08-11T07:10:50.675Z | Compiling walkdir v2.5.0 |
2415 | 2024-08-11T07:10:50.693Z | Compiling tempfile v3.10.1 |
2416 | 2024-08-11T07:10:50.821Z | Compiling newtype_derive v0.1.6 |
2417 | 2024-08-11T07:10:50.897Z | Compiling curve25519-dalek v4.1.3 |
2418 | 2024-08-11T07:10:50.900Z | Compiling derive-where v1.2.7 |
2419 | 2024-08-11T07:10:50.976Z | Compiling derive_more v0.99.18 |
2420 | 2024-08-11T07:10:51.128Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2421 | 2024-08-11T07:10:51.164Z | Compiling bitfield-struct v0.6.1 |
2422 | 2024-08-11T07:10:51.401Z | Compiling ring v0.16.20 |
2423 | 2024-08-11T07:10:51.404Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2424 | 2024-08-11T07:10:51.516Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2425 | 2024-08-11T07:10:51.533Z | Compiling blake3 v1.5.1 |
2426 | 2024-08-11T07:10:51.891Z | Checking keccak v0.1.5 |
2427 | 2024-08-11T07:10:52.217Z | Checking sha3 v0.10.8 |
2428 | 2024-08-11T07:10:52.548Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2429 | 2024-08-11T07:10:52.593Z | Compiling rayon v1.10.0 |
2430 | 2024-08-11T07:10:52.721Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2431 | 2024-08-11T07:10:52.739Z | Checking universal-hash v0.5.1 |
2432 | 2024-08-11T07:10:52.900Z | Compiling thiserror-impl-no-std v2.0.2 |
2433 | 2024-08-11T07:10:53.006Z | Checking secrecy v0.8.0 |
2434 | 2024-08-11T07:10:53.009Z | Compiling curve25519-dalek-derive v0.1.1 |
2435 | 2024-08-11T07:10:53.107Z | Compiling memmap2 v0.9.4 |
2436 | 2024-08-11T07:10:53.226Z | Checking opaque-debug v0.3.1 |
2437 | 2024-08-11T07:10:53.320Z | Compiling constant_time_eq v0.3.0 |
2438 | 2024-08-11T07:10:53.497Z | Compiling arrayref v0.3.7 |
2439 | 2024-08-11T07:10:53.553Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2440 | 2024-08-11T07:10:53.596Z | Compiling untrusted v0.7.1 |
2441 | 2024-08-11T07:10:53.663Z | Compiling home v0.5.9 |
2442 | 2024-08-11T07:10:53.783Z | Compiling arrayvec v0.7.4 |
2443 | 2024-08-11T07:10:53.920Z | Compiling spin v0.5.2 |
2444 | 2024-08-11T07:10:54.134Z | Compiling toolchain_find v0.4.0 |
2445 | 2024-08-11T07:10:54.184Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2446 | 2024-08-11T07:10:54.413Z | Checking poly1305 v0.8.0 |
2447 | 2024-08-11T07:10:54.830Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2448 | 2024-08-11T07:10:54.866Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2449 | 2024-08-11T07:10:54.901Z | Checking steno v0.4.1 |
2450 | 2024-08-11T07:10:55.050Z | Compiling camino-tempfile v1.1.1 |
2451 | 2024-08-11T07:10:55.499Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2452 | 2024-08-11T07:10:55.562Z | Checking chacha20 v0.9.1 |
2453 | 2024-08-11T07:10:55.914Z | Checking gethostname v0.5.0 |
2454 | 2024-08-11T07:10:56.051Z | Checking aead v0.5.2 |
2455 | 2024-08-11T07:10:56.170Z | Checking thiserror-no-std v2.0.2 |
2456 | 2024-08-11T07:10:56.256Z | Compiling topological-sort v0.2.2 |
2457 | 2024-08-11T07:10:56.273Z | Compiling cancel-safe-futures v0.1.5 |
2458 | 2024-08-11T07:10:56.422Z | Checking vsss-rs v3.3.4 |
2459 | 2024-08-11T07:10:56.474Z | Checking chacha20poly1305 v0.10.1 |
2460 | 2024-08-11T07:10:56.640Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2461 | 2024-08-11T07:10:56.654Z | Compiling mime_guess v2.0.4 |
2462 | 2024-08-11T07:10:57.482Z | Compiling rustfmt-wrapper v0.2.1 |
2463 | 2024-08-11T07:10:57.986Z | Compiling omicron-zone-package v0.11.0 |
2464 | 2024-08-11T07:10:58.003Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2465 | 2024-08-11T07:10:58.029Z | Checking glob v0.3.1 |
2466 | 2024-08-11T07:10:58.551Z | Checking libsw v3.3.1 |
2467 | 2024-08-11T07:10:58.584Z | Checking owo-colors v4.0.0 |
2468 | 2024-08-11T07:10:58.724Z | Checking linear-map v1.2.0 |
2469 | 2024-08-11T07:10:58.731Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2470 | 2024-08-11T07:10:58.782Z | Checking swrite v0.1.0 |
2471 | 2024-08-11T07:10:58.902Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2472 | 2024-08-11T07:10:58.968Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2473 | 2024-08-11T07:10:59.580Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-11T07:10:59.772Z | Checking kstat-rs v0.2.4 |
2475 | 2024-08-11T07:10:59.829Z | Checking nanorand v0.7.0 |
2476 | 2024-08-11T07:11:00.072Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2477 | 2024-08-11T07:11:00.088Z | Checking http-range v0.1.5 |
2478 | 2024-08-11T07:11:00.091Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2479 | 2024-08-11T07:11:00.150Z | Checking flume v0.11.0 |
2480 | 2024-08-11T07:11:00.258Z | Checking hyper-staticfile v0.9.5 |
2481 | 2024-08-11T07:11:00.423Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2482 | 2024-08-11T07:11:00.627Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2483 | 2024-08-11T07:11:00.643Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2484 | 2024-08-11T07:11:00.657Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2485 | 2024-08-11T07:11:01.287Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2486 | 2024-08-11T07:11:01.988Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2487 | 2024-08-11T07:11:02.101Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2488 | 2024-08-11T07:11:03.238Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2489 | 2024-08-11T07:11:03.776Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2490 | 2024-08-11T07:11:04.293Z | Checking itertools v0.13.0 |
2491 | 2024-08-11T07:11:04.317Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2492 | 2024-08-11T07:11:04.483Z | Checking display-error-chain v0.2.0 |
2493 | 2024-08-11T07:11:11.155Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2494 | 2024-08-11T07:11:16.214Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2495 | 2024-08-11T07:11:16.214Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2496 | 2024-08-11T07:11:16.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2497 | 2024-08-11T07:11:30.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.06s |
2498 | 2024-08-11T07:11:30.435Z | |
2499 | 2024-08-11T07:11:30.435Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2500 | 2024-08-11T07:11:31.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-08-11T07:11:31.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-08-11T07:11:31.132Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2503 | 2024-08-11T07:11:44.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s |
2504 | 2024-08-11T07:11:44.759Z | |
2505 | 2024-08-11T07:11:44.759Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2506 | 2024-08-11T07:11:45.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-08-11T07:11:45.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-08-11T07:11:45.351Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-11T07:11:58.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
2510 | 2024-08-11T07:11:59.067Z | |
2511 | 2024-08-11T07:11:59.067Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2512 | 2024-08-11T07:11:59.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-08-11T07:11:59.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-08-11T07:11:59.758Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-08-11T07:12:13.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
2516 | 2024-08-11T07:12:13.379Z | |
2517 | 2024-08-11T07:12:13.379Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2518 | 2024-08-11T07:12:13.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-08-11T07:12:13.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-08-11T07:12:14.048Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-08-11T07:12:27.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
2522 | 2024-08-11T07:12:27.573Z | |
2523 | 2024-08-11T07:12:27.573Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2524 | 2024-08-11T07:12:28.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-08-11T07:12:28.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-08-11T07:12:28.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2024-08-11T07:12:41.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
2528 | 2024-08-11T07:12:41.828Z | |
2529 | 2024-08-11T07:12:41.828Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2530 | 2024-08-11T07:12:42.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-08-11T07:12:42.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-08-11T07:12:42.505Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-08-11T07:12:56.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
2534 | 2024-08-11T07:12:56.174Z | |
2535 | 2024-08-11T07:12:56.175Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2536 | 2024-08-11T07:12:56.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-11T07:12:56.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-11T07:12:56.848Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-08-11T07:13:10.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
2540 | 2024-08-11T07:13:10.625Z | |
2541 | 2024-08-11T07:13:10.625Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2542 | 2024-08-11T07:13:11.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-11T07:13:11.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-11T07:13:11.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-08-11T07:13:11.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2546 | 2024-08-11T07:13:11.246Z | |
2547 | 2024-08-11T07:13:11.246Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2548 | 2024-08-11T07:13:11.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-11T07:13:11.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-11T07:13:11.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-08-11T07:13:11.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2552 | 2024-08-11T07:13:11.862Z | |
2553 | 2024-08-11T07:13:11.862Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2554 | 2024-08-11T07:13:12.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-11T07:13:12.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-11T07:13:12.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-08-11T07:13:12.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2558 | 2024-08-11T07:13:12.473Z | |
2559 | 2024-08-11T07:13:12.473Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2560 | 2024-08-11T07:13:13.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-11T07:13:13.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-11T07:13:13.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-08-11T07:13:13.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2564 | 2024-08-11T07:13:13.079Z | |
2565 | 2024-08-11T07:13:13.079Z | info: running `cargo check --bins` on key-manager (93/147) |
2566 | 2024-08-11T07:13:13.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-11T07:13:13.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-11T07:13:13.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-08-11T07:13:13.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2570 | 2024-08-11T07:13:13.673Z | |
2571 | 2024-08-11T07:13:13.673Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2572 | 2024-08-11T07:13:14.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-11T07:13:14.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-11T07:13:14.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-08-11T07:13:14.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2576 | 2024-08-11T07:13:14.269Z | |
2577 | 2024-08-11T07:13:14.269Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2578 | 2024-08-11T07:13:14.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-11T07:13:14.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-11T07:13:14.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-11T07:13:14.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2582 | 2024-08-11T07:13:14.837Z | |
2583 | 2024-08-11T07:13:14.837Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2584 | 2024-08-11T07:13:15.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-11T07:13:15.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-11T07:13:15.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-11T07:13:15.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2588 | 2024-08-11T07:13:15.427Z | |
2589 | 2024-08-11T07:13:15.427Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2590 | 2024-08-11T07:13:15.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-11T07:13:15.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-11T07:13:15.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-08-11T07:13:15.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2594 | 2024-08-11T07:13:16.020Z | |
2595 | 2024-08-11T07:13:16.020Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2596 | 2024-08-11T07:13:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-08-11T07:13:16.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-08-11T07:13:16.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-08-11T07:13:16.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2600 | 2024-08-11T07:13:16.616Z | |
2601 | 2024-08-11T07:13:16.616Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2602 | 2024-08-11T07:13:17.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-08-11T07:13:17.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-08-11T07:13:17.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-08-11T07:13:17.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2606 | 2024-08-11T07:13:17.198Z | |
2607 | 2024-08-11T07:13:17.198Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2608 | 2024-08-11T07:13:17.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-08-11T07:13:17.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-08-11T07:13:17.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-08-11T07:13:17.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2612 | 2024-08-11T07:13:17.779Z | |
2613 | 2024-08-11T07:13:17.779Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2614 | 2024-08-11T07:13:18.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-08-11T07:13:18.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-08-11T07:13:18.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-08-11T07:13:18.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2618 | 2024-08-11T07:13:18.365Z | |
2619 | 2024-08-11T07:13:18.365Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2620 | 2024-08-11T07:13:18.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-08-11T07:13:18.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-08-11T07:13:18.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-08-11T07:13:18.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2624 | 2024-08-11T07:13:18.966Z | |
2625 | 2024-08-11T07:13:18.966Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2626 | 2024-08-11T07:13:19.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-08-11T07:13:19.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-08-11T07:13:19.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-08-11T07:13:19.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2630 | 2024-08-11T07:13:19.571Z | |
2631 | 2024-08-11T07:13:19.571Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2632 | 2024-08-11T07:13:20.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-08-11T07:13:20.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-08-11T07:13:20.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-08-11T07:13:20.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2636 | 2024-08-11T07:13:20.169Z | |
2637 | 2024-08-11T07:13:20.169Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2638 | 2024-08-11T07:13:20.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-11T07:13:20.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-11T07:13:20.794Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2641 | 2024-08-11T07:13:20.794Z | Checking bcs v0.1.6 |
2642 | 2024-08-11T07:13:20.794Z | Compiling async-recursion v1.1.1 |
2643 | 2024-08-11T07:13:20.794Z | Checking highway v1.2.0 |
2644 | 2024-08-11T07:13:20.797Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2645 | 2024-08-11T07:13:20.797Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2646 | 2024-08-11T07:13:21.912Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2647 | 2024-08-11T07:13:24.987Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2648 | 2024-08-11T07:13:26.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s |
2649 | 2024-08-11T07:13:26.738Z | |
2650 | 2024-08-11T07:13:26.738Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2651 | 2024-08-11T07:13:27.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-08-11T07:13:27.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-08-11T07:13:27.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-08-11T07:13:27.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2655 | 2024-08-11T07:13:27.319Z | |
2656 | 2024-08-11T07:13:27.319Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2657 | 2024-08-11T07:13:27.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-11T07:13:27.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-11T07:13:27.914Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2660 | 2024-08-11T07:13:28.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
2661 | 2024-08-11T07:13:28.607Z | |
2662 | 2024-08-11T07:13:28.607Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2663 | 2024-08-11T07:13:29.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-08-11T07:13:29.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-08-11T07:13:29.239Z | Compiling cfg_aliases v0.1.1 |
2666 | 2024-08-11T07:13:29.242Z | Compiling vte_generate_state_changes v0.1.1 |
2667 | 2024-08-11T07:13:29.242Z | Checking fd-lock v4.0.2 |
2668 | 2024-08-11T07:13:29.336Z | Checking bytecount v0.6.8 |
2669 | 2024-08-11T07:13:29.351Z | Compiling tabled_derive v0.7.0 |
2670 | 2024-08-11T07:13:29.354Z | Checking crossterm v0.27.0 |
2671 | 2024-08-11T07:13:29.354Z | Compiling peg-macros v0.8.4 |
2672 | 2024-08-11T07:13:29.355Z | Compiling sqlparser_derive v0.2.2 |
2673 | 2024-08-11T07:13:29.394Z | Compiling nix v0.28.0 |
2674 | 2024-08-11T07:13:29.464Z | Checking papergrid v0.11.0 |
2675 | 2024-08-11T07:13:29.485Z | Checking home v0.5.9 |
2676 | 2024-08-11T07:13:29.616Z | Checking unicode_categories v0.1.1 |
2677 | 2024-08-11T07:13:29.902Z | Checking nu-ansi-term v0.50.0 |
2678 | 2024-08-11T07:13:29.960Z | Checking vte v0.11.1 |
2679 | 2024-08-11T07:13:30.279Z | Checking sqlformat v0.2.4 |
2680 | 2024-08-11T07:13:30.463Z | Checking sqlparser v0.45.0 |
2681 | 2024-08-11T07:13:30.917Z | Checking crossterm v0.28.1 |
2682 | 2024-08-11T07:13:31.266Z | Checking strip-ansi-escapes v0.2.0 |
2683 | 2024-08-11T07:13:31.409Z | Checking reedline v0.33.0 |
2684 | 2024-08-11T07:13:31.882Z | Checking tabled v0.15.0 |
2685 | 2024-08-11T07:13:32.402Z | Checking peg v0.8.4 |
2686 | 2024-08-11T07:13:32.512Z | Checking rustyline v14.0.0 |
2687 | 2024-08-11T07:13:36.630Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2688 | 2024-08-11T07:13:42.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s |
2689 | 2024-08-11T07:13:42.156Z | |
2690 | 2024-08-11T07:13:42.156Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2691 | 2024-08-11T07:13:42.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-08-11T07:13:42.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-08-11T07:13:42.778Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2694 | 2024-08-11T07:13:48.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
2695 | 2024-08-11T07:13:48.406Z | |
2696 | 2024-08-11T07:13:48.406Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2697 | 2024-08-11T07:13:48.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-11T07:13:48.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-11T07:13:49.031Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2024-08-11T07:13:54.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s |
2701 | 2024-08-11T07:13:54.477Z | |
2702 | 2024-08-11T07:13:54.478Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2703 | 2024-08-11T07:13:55.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-08-11T07:13:55.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-08-11T07:13:55.087Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2706 | 2024-08-11T07:13:58.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2707 | 2024-08-11T07:13:59.138Z | |
2708 | 2024-08-11T07:13:59.138Z | info: running `cargo check --bins` on cert-dev (112/147) |
2709 | 2024-08-11T07:13:59.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-08-11T07:13:59.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-08-11T07:13:59.704Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2712 | 2024-08-11T07:13:59.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2713 | 2024-08-11T07:14:00.066Z | |
2714 | 2024-08-11T07:14:00.066Z | info: running `cargo check --bins` on ch-dev (113/147) |
2715 | 2024-08-11T07:14:00.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-11T07:14:00.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-11T07:14:00.680Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2718 | 2024-08-11T07:14:01.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
2719 | 2024-08-11T07:14:01.461Z | |
2720 | 2024-08-11T07:14:01.461Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2721 | 2024-08-11T07:14:01.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-11T07:14:02.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-11T07:14:02.067Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2724 | 2024-08-11T07:14:02.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2725 | 2024-08-11T07:14:02.518Z | |
2726 | 2024-08-11T07:14:02.518Z | info: running `cargo check --bins` on db-dev (115/147) |
2727 | 2024-08-11T07:14:03.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-11T07:14:03.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-11T07:14:03.126Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2730 | 2024-08-11T07:14:03.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2731 | 2024-08-11T07:14:03.924Z | |
2732 | 2024-08-11T07:14:03.924Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2733 | 2024-08-11T07:14:04.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-11T07:14:04.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-11T07:14:04.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-08-11T07:14:04.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2737 | 2024-08-11T07:14:04.527Z | |
2738 | 2024-08-11T07:14:04.527Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2739 | 2024-08-11T07:14:05.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-08-11T07:14:05.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-08-11T07:14:05.089Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2742 | 2024-08-11T07:14:05.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
2743 | 2024-08-11T07:14:05.994Z | |
2744 | 2024-08-11T07:14:05.994Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2745 | 2024-08-11T07:14:06.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-08-11T07:14:06.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-08-11T07:14:06.636Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2748 | 2024-08-11T07:14:07.149Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2749 | 2024-08-11T07:14:07.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2750 | 2024-08-11T07:14:07.664Z | |
2751 | 2024-08-11T07:14:07.664Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2752 | 2024-08-11T07:14:08.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-11T07:14:08.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-11T07:14:08.403Z | Compiling glob v0.3.1 |
2755 | 2024-08-11T07:14:08.403Z | Compiling crunchy v0.2.2 |
2756 | 2024-08-11T07:14:08.406Z | Compiling tiny-keccak v2.0.2 |
2757 | 2024-08-11T07:14:08.507Z | Compiling dsl_auto_type v0.1.2 |
2758 | 2024-08-11T07:14:08.516Z | Checking scheduled-thread-pool v0.2.7 |
2759 | 2024-08-11T07:14:08.519Z | Compiling diesel_table_macro_syntax v0.2.0 |
2760 | 2024-08-11T07:14:08.547Z | Compiling ascii-canvas v3.0.0 |
2761 | 2024-08-11T07:14:08.550Z | Compiling ena v0.14.3 |
2762 | 2024-08-11T07:14:08.734Z | Checking r2d2 v0.8.10 |
2763 | 2024-08-11T07:14:08.825Z | Compiling libloading v0.8.3 |
2764 | 2024-08-11T07:14:08.929Z | Compiling diff v0.1.13 |
2765 | 2024-08-11T07:14:08.947Z | Compiling regex-syntax v0.6.29 |
2766 | 2024-08-11T07:14:09.031Z | Compiling bindgen v0.69.4 |
2767 | 2024-08-11T07:14:09.095Z | Compiling which v4.4.2 |
2768 | 2024-08-11T07:14:09.235Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2769 | 2024-08-11T07:14:09.425Z | Compiling clang-sys v1.7.0 |
2770 | 2024-08-11T07:14:09.472Z | Compiling cexpr v0.6.0 |
2771 | 2024-08-11T07:14:09.619Z | Compiling shlex v1.3.0 |
2772 | 2024-08-11T07:14:09.717Z | Compiling lazycell v1.3.0 |
2773 | 2024-08-11T07:14:09.787Z | Compiling ref-cast v1.0.23 |
2774 | 2024-08-11T07:14:09.821Z | Compiling rustc-hash v1.1.0 |
2775 | 2024-08-11T07:14:09.885Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2776 | 2024-08-11T07:14:09.971Z | Compiling derive_builder_core v0.20.0 |
2777 | 2024-08-11T07:14:10.022Z | Compiling libxml v0.3.3 |
2778 | 2024-08-11T07:14:10.089Z | Compiling diesel_derives v2.2.2 |
2779 | 2024-08-11T07:14:10.193Z | Compiling ref-cast-impl v1.0.23 |
2780 | 2024-08-11T07:14:10.386Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2781 | 2024-08-11T07:14:10.460Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2782 | 2024-08-11T07:14:10.870Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2783 | 2024-08-11T07:14:11.167Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2784 | 2024-08-11T07:14:11.240Z | Compiling strum_macros v0.24.3 |
2785 | 2024-08-11T07:14:11.500Z | Compiling cookie v0.18.1 |
2786 | 2024-08-11T07:14:11.522Z | Compiling indoc v1.0.9 |
2787 | 2024-08-11T07:14:12.369Z | Compiling lalrpop v0.19.12 |
2788 | 2024-08-11T07:14:12.536Z | Compiling derive_builder_macro v0.20.0 |
2789 | 2024-08-11T07:14:13.420Z | Checking derive_builder v0.20.0 |
2790 | 2024-08-11T07:14:13.726Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2791 | 2024-08-11T07:14:13.899Z | Compiling impl-trait-for-tuples v0.2.2 |
2792 | 2024-08-11T07:14:14.013Z | Compiling oso-derive v0.27.3 |
2793 | 2024-08-11T07:14:14.639Z | Checking quick-xml v0.31.0 |
2794 | 2024-08-11T07:14:14.937Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2795 | 2024-08-11T07:14:15.105Z | Checking maplit v1.0.2 |
2796 | 2024-08-11T07:14:15.328Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2797 | 2024-08-11T07:14:15.696Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2798 | 2024-08-11T07:14:15.991Z | Checking bb8 v0.8.5 |
2799 | 2024-08-11T07:14:16.447Z | Compiling const_format_proc_macros v0.2.32 |
2800 | 2024-08-11T07:14:16.626Z | Checking crossbeam-deque v0.8.5 |
2801 | 2024-08-11T07:14:16.944Z | Compiling portable-atomic v1.6.0 |
2802 | 2024-08-11T07:14:17.042Z | Checking rayon-core v1.12.1 |
2803 | 2024-08-11T07:14:17.730Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2804 | 2024-08-11T07:14:18.022Z | Checking castaway v0.2.3 |
2805 | 2024-08-11T07:14:18.183Z | Checking compact_str v0.8.0 |
2806 | 2024-08-11T07:14:18.618Z | Checking const_format v0.2.32 |
2807 | 2024-08-11T07:14:19.081Z | Checking rayon v1.10.0 |
2808 | 2024-08-11T07:14:19.113Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2809 | 2024-08-11T07:14:19.128Z | Checking unicode-truncate v1.0.0 |
2810 | 2024-08-11T07:14:19.378Z | Checking lru v0.12.3 |
2811 | 2024-08-11T07:14:19.397Z | Compiling instability v0.3.2 |
2812 | 2024-08-11T07:14:19.690Z | Checking number_prefix v0.4.0 |
2813 | 2024-08-11T07:14:19.889Z | Checking cassowary v0.3.0 |
2814 | 2024-08-11T07:14:20.312Z | Checking unicode-linebreak v0.1.5 |
2815 | 2024-08-11T07:14:20.428Z | Checking smawk v0.3.2 |
2816 | 2024-08-11T07:14:20.628Z | Checking ratatui v0.28.0 |
2817 | 2024-08-11T07:14:20.728Z | Checking textwrap v0.16.1 |
2818 | 2024-08-11T07:14:21.138Z | Checking multimap v0.10.0 |
2819 | 2024-08-11T07:14:22.713Z | Checking diesel v2.2.2 |
2820 | 2024-08-11T07:14:22.928Z | Checking indicatif v0.17.8 |
2821 | 2024-08-11T07:14:45.386Z | Compiling samael v0.0.15 |
2822 | 2024-08-11T07:14:56.303Z | Compiling polar-core v0.27.3 |
2823 | 2024-08-11T07:14:57.324Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2824 | 2024-08-11T07:15:02.964Z | Checking oso v0.27.3 |
2825 | 2024-08-11T07:15:59.510Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2826 | 2024-08-11T07:16:04.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s |
2827 | 2024-08-11T07:16:04.332Z | |
2828 | 2024-08-11T07:16:04.332Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2829 | 2024-08-11T07:16:04.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-08-11T07:16:04.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-08-11T07:16:04.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-08-11T07:16:04.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2833 | 2024-08-11T07:16:04.970Z | |
2834 | 2024-08-11T07:16:04.970Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2835 | 2024-08-11T07:16:05.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-08-11T07:16:05.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-08-11T07:16:05.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-08-11T07:16:05.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2839 | 2024-08-11T07:16:05.593Z | |
2840 | 2024-08-11T07:16:05.593Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2841 | 2024-08-11T07:16:06.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-11T07:16:06.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-11T07:16:06.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-08-11T07:16:06.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2845 | 2024-08-11T07:16:06.153Z | |
2846 | 2024-08-11T07:16:06.153Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2847 | 2024-08-11T07:16:06.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-11T07:16:06.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-11T07:16:06.885Z | Compiling pin-project-internal v1.1.5 |
2850 | 2024-08-11T07:16:06.887Z | Compiling snafu-derive v0.8.2 |
2851 | 2024-08-11T07:16:06.990Z | Compiling buf-list v1.0.3 |
2852 | 2024-08-11T07:16:07.000Z | Checking globset v0.4.14 |
2853 | 2024-08-11T07:16:07.003Z | Checking olpc-cjson v0.1.3 |
2854 | 2024-08-11T07:16:07.003Z | Checking rand_seeder v0.3.0 |
2855 | 2024-08-11T07:16:07.003Z | Checking serde_plain v1.0.2 |
2856 | 2024-08-11T07:16:07.010Z | Checking typed-path v0.7.1 |
2857 | 2024-08-11T07:16:07.215Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2858 | 2024-08-11T07:16:07.234Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2859 | 2024-08-11T07:16:07.262Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2860 | 2024-08-11T07:16:07.430Z | Checking parse-size v1.0.0 |
2861 | 2024-08-11T07:16:07.469Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2862 | 2024-08-11T07:16:07.536Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2863 | 2024-08-11T07:16:07.539Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2864 | 2024-08-11T07:16:07.594Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-08-11T07:16:07.975Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2866 | 2024-08-11T07:16:08.350Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2867 | 2024-08-11T07:16:08.436Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2868 | 2024-08-11T07:16:08.502Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2869 | 2024-08-11T07:16:08.709Z | Checking fatfs v0.3.6 |
2870 | 2024-08-11T07:16:08.827Z | Checking assert_matches v1.5.0 |
2871 | 2024-08-11T07:16:09.793Z | Checking pin-project v1.1.5 |
2872 | 2024-08-11T07:16:10.705Z | Checking snafu v0.8.2 |
2873 | 2024-08-11T07:16:11.001Z | Checking tough v0.17.1 |
2874 | 2024-08-11T07:16:13.706Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2875 | 2024-08-11T07:16:14.756Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2876 | 2024-08-11T07:16:55.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.51s |
2877 | 2024-08-11T07:16:55.848Z | |
2878 | 2024-08-11T07:16:55.848Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2879 | 2024-08-11T07:16:56.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-08-11T07:16:56.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-08-11T07:16:56.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-08-11T07:16:56.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2883 | 2024-08-11T07:16:56.454Z | |
2884 | 2024-08-11T07:16:56.454Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2885 | 2024-08-11T07:16:57.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-08-11T07:16:57.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-08-11T07:16:57.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-08-11T07:16:57.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2889 | 2024-08-11T07:16:57.081Z | |
2890 | 2024-08-11T07:16:57.081Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2891 | 2024-08-11T07:16:57.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-08-11T07:16:57.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-08-11T07:16:57.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-08-11T07:16:57.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2895 | 2024-08-11T07:16:57.710Z | |
2896 | 2024-08-11T07:16:57.710Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2897 | 2024-08-11T07:16:58.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-08-11T07:16:58.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-08-11T07:16:58.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-08-11T07:16:58.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2901 | 2024-08-11T07:16:58.340Z | |
2902 | 2024-08-11T07:16:58.340Z | info: running `cargo check --bins` on update-common (128/147) |
2903 | 2024-08-11T07:16:58.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-08-11T07:16:58.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-08-11T07:16:58.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-08-11T07:16:58.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2907 | 2024-08-11T07:16:58.950Z | |
2908 | 2024-08-11T07:16:58.950Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2909 | 2024-08-11T07:16:59.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-08-11T07:16:59.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-08-11T07:16:59.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-08-11T07:16:59.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2913 | 2024-08-11T07:16:59.567Z | |
2914 | 2024-08-11T07:16:59.567Z | info: running `cargo check --bins` on tufaceous (130/147) |
2915 | 2024-08-11T07:17:00.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-08-11T07:17:00.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-08-11T07:17:00.187Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2918 | 2024-08-11T07:17:01.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2919 | 2024-08-11T07:17:01.190Z | |
2920 | 2024-08-11T07:17:01.190Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2921 | 2024-08-11T07:17:01.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-08-11T07:17:01.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-08-11T07:17:01.962Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2924 | 2024-08-11T07:17:01.962Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2925 | 2024-08-11T07:17:01.965Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2926 | 2024-08-11T07:17:03.241Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2927 | 2024-08-11T07:17:05.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
2928 | 2024-08-11T07:17:05.673Z | |
2929 | 2024-08-11T07:17:05.673Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2930 | 2024-08-11T07:17:06.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-08-11T07:17:06.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-08-11T07:17:06.333Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2933 | 2024-08-11T07:17:06.333Z | Checking heck v0.4.1 |
2934 | 2024-08-11T07:17:06.333Z | Checking is_ci v1.2.0 |
2935 | 2024-08-11T07:17:06.336Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2936 | 2024-08-11T07:17:06.336Z | Checking indent_write v2.2.0 |
2937 | 2024-08-11T07:17:06.510Z | Checking supports-color v3.0.0 |
2938 | 2024-08-11T07:17:06.568Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2939 | 2024-08-11T07:17:07.873Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2940 | 2024-08-11T07:17:08.663Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2941 | 2024-08-11T07:17:09.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2942 | 2024-08-11T07:17:09.649Z | |
2943 | 2024-08-11T07:17:09.650Z | info: running `cargo check --bins` on installinator-api (133/147) |
2944 | 2024-08-11T07:17:10.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-08-11T07:17:10.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-08-11T07:17:10.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2947 | 2024-08-11T07:17:10.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2948 | 2024-08-11T07:17:10.262Z | |
2949 | 2024-08-11T07:17:10.262Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2950 | 2024-08-11T07:17:10.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-08-11T07:17:10.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-08-11T07:17:10.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2953 | 2024-08-11T07:17:10.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2954 | 2024-08-11T07:17:10.859Z | |
2955 | 2024-08-11T07:17:10.859Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2956 | 2024-08-11T07:17:11.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-08-11T07:17:11.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-08-11T07:17:11.525Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2959 | 2024-08-11T07:17:12.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
2960 | 2024-08-11T07:17:12.802Z | |
2961 | 2024-08-11T07:17:12.802Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2962 | 2024-08-11T07:17:13.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-08-11T07:17:13.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-08-11T07:17:13.438Z | Checking memmap2 v0.9.4 |
2965 | 2024-08-11T07:17:13.438Z | Checking untrusted v0.7.1 |
2966 | 2024-08-11T07:17:13.438Z | Checking arrayvec v0.7.4 |
2967 | 2024-08-11T07:17:13.438Z | Checking constant_time_eq v0.3.0 |
2968 | 2024-08-11T07:17:13.441Z | Checking spin v0.5.2 |
2969 | 2024-08-11T07:17:13.441Z | Checking arrayref v0.3.7 |
2970 | 2024-08-11T07:17:13.441Z | Checking cargo-platform v0.1.8 |
2971 | 2024-08-11T07:17:13.526Z | Checking topological-sort v0.2.2 |
2972 | 2024-08-11T07:17:13.614Z | Checking shell-words v1.1.0 |
2973 | 2024-08-11T07:17:13.757Z | Checking ring v0.16.20 |
2974 | 2024-08-11T07:17:13.796Z | Checking blake3 v1.5.1 |
2975 | 2024-08-11T07:17:13.806Z | Checking cargo_metadata v0.18.1 |
2976 | 2024-08-11T07:17:14.890Z | Checking omicron-zone-package v0.11.0 |
2977 | 2024-08-11T07:17:15.909Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2978 | 2024-08-11T07:17:16.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
2979 | 2024-08-11T07:17:16.855Z | |
2980 | 2024-08-11T07:17:16.855Z | info: running `cargo check --bins` on xtask (137/147) |
2981 | 2024-08-11T07:17:17.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-08-11T07:17:17.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-08-11T07:17:17.307Z | Checking serde v1.0.205 |
2984 | 2024-08-11T07:17:17.307Z | Checking thiserror v1.0.63 |
2985 | 2024-08-11T07:17:17.310Z | Checking scroll v0.12.0 |
2986 | 2024-08-11T07:17:17.377Z | Checking hashbrown v0.14.5 |
2987 | 2024-08-11T07:17:17.382Z | Checking log v0.4.21 |
2988 | 2024-08-11T07:17:17.388Z | Checking bitflags v2.6.0 |
2989 | 2024-08-11T07:17:17.395Z | Checking zerocopy v0.7.34 |
2990 | 2024-08-11T07:17:17.422Z | Checking syn v2.0.72 |
2991 | 2024-08-11T07:17:17.473Z | Checking pest v2.7.10 |
2992 | 2024-08-11T07:17:17.632Z | Checking fs-err v2.11.0 |
2993 | 2024-08-11T07:17:17.650Z | Checking rustix v0.38.34 |
2994 | 2024-08-11T07:17:17.832Z | Checking goblin v0.8.2 |
2995 | 2024-08-11T07:17:17.901Z | Checking anyhow v1.0.86 |
2996 | 2024-08-11T07:17:18.274Z | Checking tabled v0.15.0 |
2997 | 2024-08-11T07:17:18.473Z | Checking indexmap v2.3.0 |
2998 | 2024-08-11T07:17:18.662Z | Checking terminal_size v0.3.0 |
2999 | 2024-08-11T07:17:18.805Z | Checking clap_builder v4.5.15 |
3000 | 2024-08-11T07:17:19.844Z | Checking dtrace-parser v0.2.0 |
3001 | 2024-08-11T07:17:21.200Z | Checking clap v4.5.15 |
3002 | 2024-08-11T07:17:21.394Z | Checking serde_json v1.0.122 |
3003 | 2024-08-11T07:17:21.394Z | Checking serde_spanned v0.6.7 |
3004 | 2024-08-11T07:17:21.396Z | Checking toml_datetime v0.6.8 |
3005 | 2024-08-11T07:17:21.397Z | Checking cargo-platform v0.1.8 |
3006 | 2024-08-11T07:17:21.397Z | Checking semver v1.0.23 |
3007 | 2024-08-11T07:17:21.397Z | Checking camino v1.1.7 |
3008 | 2024-08-11T07:17:21.578Z | Checking macaddr v1.0.1 |
3009 | 2024-08-11T07:17:21.689Z | Checking toml_edit v0.22.20 |
3010 | 2024-08-11T07:17:22.460Z | Checking dof v0.3.0 |
3011 | 2024-08-11T07:17:22.460Z | Checking cargo_metadata v0.18.1 |
3012 | 2024-08-11T07:17:22.837Z | Checking usdt-impl v0.5.0 |
3013 | 2024-08-11T07:17:23.169Z | Checking usdt v0.5.0 |
3014 | 2024-08-11T07:17:23.349Z | Checking toml v0.8.19 |
3015 | 2024-08-11T07:17:23.779Z | Checking cargo_toml v0.20.4 |
3016 | 2024-08-11T07:17:24.904Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3017 | 2024-08-11T07:17:25.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
3018 | 2024-08-11T07:17:25.541Z | |
3019 | 2024-08-11T07:17:25.541Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3020 | 2024-08-11T07:17:25.971Z | Downloading crates ... |
3021 | 2024-08-11T07:17:26.228Z | Downloaded password-hash v0.4.2 |
3022 | 2024-08-11T07:17:26.231Z | Downloaded bcrypt-pbkdf v0.10.0 |
3023 | 2024-08-11T07:17:26.239Z | Downloaded russh-cryptovec v0.7.2 |
3024 | 2024-08-11T07:17:26.242Z | Downloaded md5 v0.7.0 |
3025 | 2024-08-11T07:17:26.244Z | Downloaded option-ext v0.2.0 |
3026 | 2024-08-11T07:17:26.252Z | Downloaded dhcproto-macros v0.1.0 |
3027 | 2024-08-11T07:17:26.255Z | Downloaded hex-literal v0.4.1 |
3028 | 2024-08-11T07:17:26.258Z | Downloaded cbc v0.1.2 |
3029 | 2024-08-11T07:17:26.258Z | Downloaded rfc6979 v0.4.0 |
3030 | 2024-08-11T07:17:26.258Z | Downloaded primeorder v0.13.6 |
3031 | 2024-08-11T07:17:26.261Z | Downloaded dirs v5.0.1 |
3032 | 2024-08-11T07:17:26.261Z | Downloaded rand_chacha v0.2.2 |
3033 | 2024-08-11T07:17:26.262Z | Downloaded pbkdf2 v0.12.2 |
3034 | 2024-08-11T07:17:26.265Z | Downloaded dirs-sys v0.4.1 |
3035 | 2024-08-11T07:17:26.265Z | Downloaded aes v0.8.4 |
3036 | 2024-08-11T07:17:26.268Z | Downloaded rand_core v0.5.1 |
3037 | 2024-08-11T07:17:26.271Z | Downloaded ecdsa v0.16.9 |
3038 | 2024-08-11T07:17:26.271Z | Downloaded blowfish v0.9.1 |
3039 | 2024-08-11T07:17:26.274Z | Downloaded polyval v0.6.2 |
3040 | 2024-08-11T07:17:26.274Z | Downloaded pbkdf2 v0.11.0 |
3041 | 2024-08-11T07:17:26.277Z | Downloaded getrandom v0.1.16 |
3042 | 2024-08-11T07:17:26.280Z | Downloaded ctr v0.9.2 |
3043 | 2024-08-11T07:17:26.280Z | Downloaded russh-keys v0.43.0 |
3044 | 2024-08-11T07:17:26.283Z | Downloaded internet-checksum v0.2.1 |
3045 | 2024-08-11T07:17:26.283Z | Downloaded dhcproto v0.12.0 |
3046 | 2024-08-11T07:17:26.285Z | Downloaded ed25519 v2.2.3 |
3047 | 2024-08-11T07:17:26.288Z | Downloaded ghash v0.5.1 |
3048 | 2024-08-11T07:17:26.288Z | Downloaded p256 v0.13.2 |
3049 | 2024-08-11T07:17:26.298Z | Downloaded ed25519-dalek v2.1.1 |
3050 | 2024-08-11T07:17:26.303Z | Downloaded russh v0.43.0 |
3051 | 2024-08-11T07:17:26.308Z | Downloaded rand v0.7.3 |
3052 | 2024-08-11T07:17:26.312Z | Downloaded p521 v0.13.3 |
3053 | 2024-08-11T07:17:26.316Z | Downloaded aes-gcm v0.10.3 |
3054 | 2024-08-11T07:17:26.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-08-11T07:17:26.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-08-11T07:17:26.443Z | Compiling getrandom v0.1.16 |
3057 | 2024-08-11T07:17:26.543Z | Checking rfc6979 v0.4.0 |
3058 | 2024-08-11T07:17:26.553Z | Checking primeorder v0.13.6 |
3059 | 2024-08-11T07:17:26.556Z | Checking option-ext v0.2.0 |
3060 | 2024-08-11T07:17:26.572Z | Checking ed25519 v2.2.3 |
3061 | 2024-08-11T07:17:26.575Z | Checking polyval v0.6.2 |
3062 | 2024-08-11T07:17:26.575Z | Checking blowfish v0.9.1 |
3063 | 2024-08-11T07:17:26.575Z | Checking ctr v0.9.2 |
3064 | 2024-08-11T07:17:26.659Z | Checking dirs-sys v0.4.1 |
3065 | 2024-08-11T07:17:26.686Z | Checking ecdsa v0.16.9 |
3066 | 2024-08-11T07:17:26.805Z | Checking aes v0.8.4 |
3067 | 2024-08-11T07:17:26.808Z | Checking password-hash v0.4.2 |
3068 | 2024-08-11T07:17:26.808Z | Checking pbkdf2 v0.12.2 |
3069 | 2024-08-11T07:17:26.846Z | Checking dirs v5.0.1 |
3070 | 2024-08-11T07:17:26.886Z | Checking ed25519-dalek v2.1.1 |
3071 | 2024-08-11T07:17:26.963Z | Checking ghash v0.5.1 |
3072 | 2024-08-11T07:17:26.980Z | Checking cbc v0.1.2 |
3073 | 2024-08-11T07:17:26.995Z | Checking bcrypt-pbkdf v0.10.0 |
3074 | 2024-08-11T07:17:27.127Z | Checking russh-cryptovec v0.7.2 |
3075 | 2024-08-11T07:17:27.168Z | Checking md5 v0.7.0 |
3076 | 2024-08-11T07:17:27.205Z | Compiling dhcproto-macros v0.1.0 |
3077 | 2024-08-11T07:17:27.249Z | Checking hex-literal v0.4.1 |
3078 | 2024-08-11T07:17:27.297Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3079 | 2024-08-11T07:17:27.336Z | Checking p256 v0.13.2 |
3080 | 2024-08-11T07:17:27.359Z | Checking p521 v0.13.3 |
3081 | 2024-08-11T07:17:27.410Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3082 | 2024-08-11T07:17:27.495Z | Checking rand_core v0.5.1 |
3083 | 2024-08-11T07:17:27.606Z | Checking pbkdf2 v0.11.0 |
3084 | 2024-08-11T07:17:27.630Z | Checking aes-gcm v0.10.3 |
3085 | 2024-08-11T07:17:27.759Z | Checking internet-checksum v0.2.1 |
3086 | 2024-08-11T07:17:27.775Z | Checking rand_chacha v0.2.2 |
3087 | 2024-08-11T07:17:28.013Z | Checking rand v0.7.3 |
3088 | 2024-08-11T07:17:28.025Z | Checking dhcproto v0.12.0 |
3089 | 2024-08-11T07:17:28.899Z | Checking russh-keys v0.43.0 |
3090 | 2024-08-11T07:17:29.648Z | Checking russh v0.43.0 |
3091 | 2024-08-11T07:17:45.688Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3092 | 2024-08-11T07:17:46.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.37s |
3093 | 2024-08-11T07:17:47.095Z | |
3094 | 2024-08-11T07:17:47.095Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3095 | 2024-08-11T07:17:47.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-08-11T07:17:47.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-08-11T07:17:47.691Z | Checking termios v0.3.3 |
3098 | 2024-08-11T07:17:47.882Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3099 | 2024-08-11T07:17:48.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3100 | 2024-08-11T07:17:48.742Z | |
3101 | 2024-08-11T07:17:48.743Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3102 | 2024-08-11T07:17:49.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-08-11T07:17:49.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-08-11T07:17:49.396Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3105 | 2024-08-11T07:17:51.310Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3106 | 2024-08-11T07:17:52.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s |
3107 | 2024-08-11T07:17:53.142Z | |
3108 | 2024-08-11T07:17:53.142Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3109 | 2024-08-11T07:17:53.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-08-11T07:17:53.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-08-11T07:17:53.727Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3112 | 2024-08-11T07:17:54.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3113 | 2024-08-11T07:17:54.277Z | |
3114 | 2024-08-11T07:17:54.277Z | info: running `cargo check --bins` on omicron-package (142/147) |
3115 | 2024-08-11T07:17:54.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-08-11T07:17:54.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-08-11T07:17:54.905Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3118 | 2024-08-11T07:17:56.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
3119 | 2024-08-11T07:17:56.194Z | |
3120 | 2024-08-11T07:17:56.194Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3121 | 2024-08-11T07:17:56.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-08-11T07:17:56.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-08-11T07:17:56.846Z | Checking rtoolbox v0.0.2 |
3124 | 2024-08-11T07:17:56.846Z | Checking tui-tree-widget v0.22.0 |
3125 | 2024-08-11T07:17:56.846Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3126 | 2024-08-11T07:17:57.045Z | Checking rpassword v7.3.1 |
3127 | 2024-08-11T07:18:00.840Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3128 | 2024-08-11T07:18:03.535Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3129 | 2024-08-11T07:18:04.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s |
3130 | 2024-08-11T07:18:04.700Z | |
3131 | 2024-08-11T07:18:04.700Z | info: running `cargo check --bins` on wicket (144/147) |
3132 | 2024-08-11T07:18:05.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-08-11T07:18:05.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-08-11T07:18:05.337Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3135 | 2024-08-11T07:18:05.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
3136 | 2024-08-11T07:18:05.831Z | |
3137 | 2024-08-11T07:18:05.831Z | info: running `cargo check --bins` on wicketd (145/147) |
3138 | 2024-08-11T07:18:06.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-08-11T07:18:06.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-08-11T07:18:06.492Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3141 | 2024-08-11T07:18:09.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
3142 | 2024-08-11T07:18:10.101Z | |
3143 | 2024-08-11T07:18:10.101Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3144 | 2024-08-11T07:18:10.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-08-11T07:18:10.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-08-11T07:18:10.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2024-08-11T07:18:10.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3148 | 2024-08-11T07:18:10.666Z | |
3149 | 2024-08-11T07:18:10.666Z | info: running `cargo check --bins` on zone-setup (147/147) |
3150 | 2024-08-11T07:18:11.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-08-11T07:18:11.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-08-11T07:18:11.339Z | Checking uzers v0.11.3 |
3153 | 2024-08-11T07:18:11.617Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3154 | 2024-08-11T07:18:12.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3155 | 2024-08-11T07:18:12.764Z | |
3156 | 2024-08-11T07:18:12.764Z | real 10:23.223694415 |
3157 | 2024-08-11T07:18:12.764Z | user 21:58.358512151 |
3158 | 2024-08-11T07:18:12.764Z | sys 4:41.157739599 |
3159 | 2024-08-11T07:18:12.764Z | trap 0.474970885 |
3160 | 2024-08-11T07:18:12.767Z | tflt 2.403281108 |
3161 | 2024-08-11T07:18:12.767Z | dflt 2.188074689 |
3162 | 2024-08-11T07:18:12.767Z | kflt 0.002575240 |
3163 | 2024-08-11T07:18:12.767Z | lock 40:03.118162710 |
3164 | 2024-08-11T07:18:12.767Z | slp 1:48:29.538142279 |
3165 | 2024-08-11T07:18:12.767Z | lat 55.814066240 |
3166 | 2024-08-11T07:18:12.767Z | stop 2:32.853007028 |
3167 | 2024-08-11T07:18:12.767Z | process exited: duration 832099 ms, exit code 0 |
|
3168 | 2024-08-11T07:18:12.773Z | found 0 output files |