|
|
|
1 | 2024-08-08T21:27:12.243Z | job assigned to worker 01J4SY5DK47W4FZ4W3KT61FDKC (queued for 54 s) |
|
2 | 2024-08-08T21:27:19.703Z | starting task 0: "setup" |
3 | 2024-08-08T21:27:19.777Z | ++ uname -s |
4 | 2024-08-08T21:27:19.780Z | + kern=SunOS |
5 | 2024-08-08T21:27:19.780Z | + case "$kern" in |
6 | 2024-08-08T21:27:19.780Z | + groupadd -g 12345 build |
7 | 2024-08-08T21:27:19.783Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T21:27:21.792Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T21:27:21.903Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T21:27:21.909Z | + home_fs=zfs |
11 | 2024-08-08T21:27:21.910Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T21:27:21.910Z | + mkdir -p /home/build |
13 | 2024-08-08T21:27:21.910Z | + chown build:build /home/build /work |
14 | 2024-08-08T21:27:23.906Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T21:27:23.911Z | process exited: duration 4209 ms, exit code 0 |
|
16 | 2024-08-08T21:27:23.917Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T21:27:23.923Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T21:27:23.923Z | ' 1.80.1 |
19 | 2024-08-08T21:27:23.923Z | * toolchain channel = "1.80.1" |
20 | 2024-08-08T21:27:23.923Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T21:27:23.923Z | ' default |
22 | 2024-08-08T21:27:23.926Z | * toolchain profile = "default" |
23 | 2024-08-08T21:27:23.926Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T21:27:23.926Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-08T21:27:24.028Z | info: downloading installer |
26 | 2024-08-08T21:27:25.366Z | info: profile set to 'default' |
27 | 2024-08-08T21:27:25.366Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T21:27:25.370Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-08T21:27:25.502Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-08T21:27:25.502Z | info: downloading component 'cargo' |
31 | 2024-08-08T21:27:26.228Z | info: downloading component 'clippy' |
32 | 2024-08-08T21:27:26.493Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T21:27:27.517Z | info: downloading component 'rust-std' |
34 | 2024-08-08T21:27:28.911Z | info: downloading component 'rustc' |
35 | 2024-08-08T21:27:32.826Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T21:27:33.035Z | info: installing component 'cargo' |
37 | 2024-08-08T21:27:33.874Z | info: installing component 'clippy' |
38 | 2024-08-08T21:27:34.245Z | info: installing component 'rust-docs' |
39 | 2024-08-08T21:27:35.850Z | info: installing component 'rust-std' |
40 | 2024-08-08T21:27:37.507Z | info: installing component 'rustc' |
41 | 2024-08-08T21:27:41.764Z | info: installing component 'rustfmt' |
42 | 2024-08-08T21:27:42.105Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-08T21:27:42.105Z | |
44 | 2024-08-08T21:27:42.353Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-08T21:27:42.353Z | |
46 | 2024-08-08T21:27:42.356Z | |
47 | 2024-08-08T21:27:42.356Z | Rust is installed now. Great! |
48 | 2024-08-08T21:27:42.356Z | |
49 | 2024-08-08T21:27:42.356Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T21:27:42.356Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T21:27:42.356Z | |
52 | 2024-08-08T21:27:42.356Z | To configure your current shell, you need to source |
53 | 2024-08-08T21:27:42.356Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T21:27:42.356Z | |
55 | 2024-08-08T21:27:42.356Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T21:27:42.356Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T21:27:42.356Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T21:27:42.424Z | + rustc --version |
59 | 2024-08-08T21:27:42.490Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-08T21:27:42.493Z | process exited: duration 18577 ms, exit code 0 |
|
61 | 2024-08-08T21:27:42.499Z | starting task 2: "authentication" |
62 | 2024-08-08T21:27:42.522Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T21:27:42.531Z | starting task 3: "clone repository" |
64 | 2024-08-08T21:27:42.535Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T21:27:42.537Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T21:27:42.698Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T21:27:49.828Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T21:27:49.833Z | + git fetch origin eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
69 | 2024-08-08T21:27:50.113Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T21:27:50.113Z | * branch eefaaf39ad7f4905dad2ca16aa712b817827cf37 -> FETCH_HEAD |
71 | 2024-08-08T21:27:50.125Z | + [[ -n john/reconfigurator-planning-boundary-ntp ]] |
72 | 2024-08-08T21:27:50.125Z | ++ git branch --show-current |
73 | 2024-08-08T21:27:50.156Z | + current=main |
74 | 2024-08-08T21:27:50.156Z | + [[ main != john/reconfigurator-planning-boundary-ntp ]] |
75 | 2024-08-08T21:27:50.156Z | + git branch -f john/reconfigurator-planning-boundary-ntp eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
76 | 2024-08-08T21:27:50.156Z | + git checkout -f john/reconfigurator-planning-boundary-ntp |
77 | 2024-08-08T21:27:50.266Z | Switched to branch 'john/reconfigurator-planning-boundary-ntp' |
78 | 2024-08-08T21:27:50.271Z | + git reset --hard eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
79 | 2024-08-08T21:27:50.406Z | HEAD is now at eefaaf39a PR feedback |
80 | 2024-08-08T21:27:50.409Z | process exited: duration 7880 ms, exit code 0 |
|
81 | 2024-08-08T21:27:50.416Z | starting task 4: "build" |
82 | 2024-08-08T21:27:50.421Z | + cargo --version |
83 | 2024-08-08T21:27:50.477Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-08T21:27:50.480Z | + rustc --version |
85 | 2024-08-08T21:27:50.538Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-08T21:27:50.541Z | + source ./env.sh |
87 | 2024-08-08T21:27:50.542Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-08T21:27:50.542Z | ++ set -o xtrace |
89 | 2024-08-08T21:27:50.557Z | ++++ dirname ./env.sh |
90 | 2024-08-08T21:27:50.557Z | +++ readlink -f . |
91 | 2024-08-08T21:27:50.563Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ 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-08T21:27:50.567Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-08T21:27:50.567Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-08T21:27:50.567Z | + 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-08T21:27:50.567Z | + 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-08T21:27:50.568Z | + banner prerequisites |
105 | 2024-08-08T21:27:50.584Z | |
106 | 2024-08-08T21:27:50.584Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-08T21:27:50.584Z | # # # # # # # # # # # # # # # |
108 | 2024-08-08T21:27:50.585Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-08T21:27:50.585Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-08T21:27:50.585Z | # # # # # # # # # # # # # # # |
111 | 2024-08-08T21:27:50.585Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-08T21:27:50.585Z | |
113 | 2024-08-08T21:27:50.588Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-08T21:28:01.482Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-08T21:28:03.713Z | Startup: Caching catalogs ... Done |
116 | 2024-08-08T21:28:07.696Z | Planning: Solver setup ... Done (3.387s) |
117 | 2024-08-08T21:28:07.757Z | Planning: Running solver ... Done (0.062s) |
118 | 2024-08-08T21:28:07.812Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-08T21:28:07.825Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-08T21:28:08.044Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-08T21:28:08.095Z | Planning: Package planning ... Done (0.050s) |
122 | 2024-08-08T21:28:08.146Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-08-08T21:28:09.054Z | Planning: Checking for conflicting actions ... Done (0.908s) |
124 | 2024-08-08T21:28:09.066Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-08T21:28:13.338Z | Planning: Evaluating mediators ... Done (4.272s) |
126 | 2024-08-08T21:28:13.348Z | Planning: Planning completed in 9.56 seconds |
127 | 2024-08-08T21:28:15.582Z | Packages to install: 4 |
128 | 2024-08-08T21:28:15.582Z | Mediators to change: 2 |
129 | 2024-08-08T21:28:15.582Z | Services to change: 1 |
130 | 2024-08-08T21:28:15.588Z | Estimated space available: 155.76 GB |
131 | 2024-08-08T21:28:15.588Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-08T21:28:15.588Z | Create boot environment: No |
133 | 2024-08-08T21:28:15.588Z | Create backup boot environment: No |
134 | 2024-08-08T21:28:15.588Z | Rebuild boot archive: No |
135 | 2024-08-08T21:28:15.588Z | |
136 | 2024-08-08T21:28:15.588Z | Changed mediators: |
137 | 2024-08-08T21:28:15.588Z | mediator clang: |
138 | 2024-08-08T21:28:15.588Z | version: None -> 15 (system default) |
139 | 2024-08-08T21:28:15.588Z | |
140 | 2024-08-08T21:28:15.588Z | mediator llvm: |
141 | 2024-08-08T21:28:15.588Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-08T21:28:15.588Z | |
143 | 2024-08-08T21:28:15.588Z | Changed packages: |
144 | 2024-08-08T21:28:15.588Z | helios-dev |
145 | 2024-08-08T21:28:15.588Z | developer/build-essential |
146 | 2024-08-08T21:28:15.588Z | None -> 11-2.0 |
147 | 2024-08-08T21:28:15.588Z | library/libxmlsec1 |
148 | 2024-08-08T21:28:15.588Z | None -> 1.2.35-2.0 |
149 | 2024-08-08T21:28:15.588Z | ooce/developer/clang-15 |
150 | 2024-08-08T21:28:15.588Z | None -> 15.0.7-2.0 |
151 | 2024-08-08T21:28:15.588Z | ooce/developer/llvm-15 |
152 | 2024-08-08T21:28:15.588Z | None -> 15.0.7-2.0 |
153 | 2024-08-08T21:28:15.588Z | |
154 | 2024-08-08T21:28:15.588Z | Services: |
155 | 2024-08-08T21:28:15.589Z | restart_fmri: |
156 | 2024-08-08T21:28:15.589Z | svc:/system/update-man-index:default |
157 | 2024-08-08T21:28:15.851Z | |
158 | 2024-08-08T21:28:15.851Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-08T21:28:20.849Z | Download: 1105/3290 items 19.8/212.6MB 9% complete (4.0M/s) |
160 | 2024-08-08T21:28:26.276Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (11.6M/s) |
161 | 2024-08-08T21:28:31.276Z | Download: 2128/3290 items 118.9/212.6MB 55% complete (8.6M/s) |
162 | 2024-08-08T21:28:40.713Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.1M/s) |
163 | 2024-08-08T21:28:45.761Z | Download: 3244/3290 items 202.4/212.6MB 95% complete (17.9M/s) |
164 | 2024-08-08T21:28:51.079Z | Download: 3286/3290 items 212.0/212.6MB 99% complete (10.7M/s) |
165 | 2024-08-08T21:28:51.090Z | Download: Completed 212.60 MB in 35.18 seconds (6.0M/s) |
166 | 2024-08-08T21:28:51.658Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-08-08T21:28:58.766Z | Actions: 3562/3689 actions (Installing new actions) |
168 | 2024-08-08T21:28:58.766Z | Actions: Completed 3689 actions in 5.19 seconds. |
169 | 2024-08-08T21:28:58.766Z | Done (0.147s) |
170 | 2024-08-08T21:28:58.766Z | Done (0.000s) |
171 | 2024-08-08T21:28:58.766Z | Done (0.355s) |
172 | 2024-08-08T21:29:02.962Z | Done (5.445s) |
173 | 2024-08-08T21:29:03.127Z | Done (0.095s) |
174 | 2024-08-08T21:29:03.130Z | Done (0.000s) |
175 | 2024-08-08T21:29:03.299Z | Done (0.000s) |
176 | 2024-08-08T21:29:03.912Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-08-08T21:29:04.079Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-08T21:29:04.081Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-08T21:29:04.358Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-08T21:29:04.361Z | Planning: Planning completed in 0.45 seconds |
181 | 2024-08-08T21:29:04.393Z | Mediators to change: 2 |
182 | 2024-08-08T21:29:04.393Z | Create boot environment: No |
183 | 2024-08-08T21:29:04.396Z | Create backup boot environment: No |
184 | 2024-08-08T21:29:04.476Z | Done |
185 | 2024-08-08T21:29:04.476Z | Done |
186 | 2024-08-08T21:29:04.707Z | Done |
187 | 2024-08-08T21:29:08.345Z | Done |
188 | 2024-08-08T21:29:08.432Z | Done |
189 | 2024-08-08T21:29:08.435Z | Done |
190 | 2024-08-08T21:29:08.552Z | Done |
191 | 2024-08-08T21:29:09.175Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-08T21:29:09.178Z | Planning: Merging actions ... Done |
193 | 2024-08-08T21:29:09.366Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-08-08T21:29:09.369Z | Planning: Consolidating action changes ... Done |
195 | 2024-08-08T21:29:09.630Z | Planning: Evaluating mediators ... Done |
196 | 2024-08-08T21:29:09.686Z | Planning: Planning completed in 0.75 seconds |
197 | 2024-08-08T21:29:09.720Z | Packages to change: 1 |
198 | 2024-08-08T21:29:09.720Z | Mediators to change: 1 |
199 | 2024-08-08T21:29:09.723Z | Services to change: 1 |
200 | 2024-08-08T21:29:09.723Z | Create boot environment: No |
201 | 2024-08-08T21:29:09.723Z | Create backup boot environment: Yes |
202 | 2024-08-08T21:29:11.624Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-08-08T21:29:11.681Z | Actions: Completed 6 actions in 0.06 seconds. |
204 | 2024-08-08T21:29:11.683Z | Done |
205 | 2024-08-08T21:29:11.683Z | Done |
206 | 2024-08-08T21:29:11.759Z | Done |
207 | 2024-08-08T21:29:15.503Z | Done |
208 | 2024-08-08T21:29:15.593Z | Done |
209 | 2024-08-08T21:29:15.596Z | Done |
210 | 2024-08-08T21:29:15.714Z | Done |
211 | 2024-08-08T21:29:16.163Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-08-08T21:29:16.163Z | clang system 15 system |
213 | 2024-08-08T21:29:16.163Z | csh system system illumos |
214 | 2024-08-08T21:29:16.163Z | ctags system system illumos |
215 | 2024-08-08T21:29:16.163Z | gcc vendor 12 vendor |
216 | 2024-08-08T21:29:16.163Z | gcc system 10 system |
217 | 2024-08-08T21:29:16.163Z | gcc system 7 system |
218 | 2024-08-08T21:29:16.163Z | go system 1.20 system |
219 | 2024-08-08T21:29:16.163Z | go system 1.19 system |
220 | 2024-08-08T21:29:16.163Z | llvm system 15 system |
221 | 2024-08-08T21:29:16.163Z | llvm system 14 system |
222 | 2024-08-08T21:29:16.163Z | mariadb system 10.6 system |
223 | 2024-08-08T21:29:16.163Z | mta vendor vendor dma |
224 | 2024-08-08T21:29:16.163Z | openjdk system 17 system |
225 | 2024-08-08T21:29:16.163Z | openjdk system 11 system |
226 | 2024-08-08T21:29:16.163Z | openjdk system 1.8 system |
227 | 2024-08-08T21:29:16.163Z | openssl vendor 3 vendor |
228 | 2024-08-08T21:29:16.163Z | perl system 5.36 system |
229 | 2024-08-08T21:29:16.163Z | postgresql system 15 system |
230 | 2024-08-08T21:29:16.163Z | postgresql system 13 system |
231 | 2024-08-08T21:29:16.163Z | python vendor 3 vendor |
232 | 2024-08-08T21:29:16.166Z | python system 2 system |
233 | 2024-08-08T21:29:16.166Z | python3 system 3.11 system |
234 | 2024-08-08T21:29:16.167Z | ruby system 3.0 system |
235 | 2024-08-08T21:29:16.167Z | words vendor vendor american-english |
236 | 2024-08-08T21:29:16.167Z | words system system australian-english |
237 | 2024-08-08T21:29:16.167Z | words system system british-english |
238 | 2024-08-08T21:29:16.167Z | words system system canadian-english |
239 | 2024-08-08T21:29:16.167Z | words system system french |
240 | 2024-08-08T21:29:16.167Z | words system system italian |
241 | 2024-08-08T21:29:16.167Z | words system system ngerman |
242 | 2024-08-08T21:29:16.167Z | words system system ogerman |
243 | 2024-08-08T21:29:16.167Z | words system system spanish |
244 | 2024-08-08T21:29:16.500Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-08-08T21:29:16.500Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-08-08T21:29:18.186Z | FMRI IFO |
247 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-08-08T21:29:18.186Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-08-08T21:29:18.796Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-08-08T21:29:19.096Z | Updating git repository `https://github.com/oxidecomputer/zone` |
261 | 2024-08-08T21:29:19.439Z | Updating crates.io index |
262 | 2024-08-08T21:29:19.497Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
263 | 2024-08-08T21:29:20.266Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2024-08-08T21:29:21.012Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2024-08-08T21:29:21.263Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
266 | 2024-08-08T21:29:22.787Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-08-08T21:29:23.021Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-08-08T21:29:23.368Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-08-08T21:29:24.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-08-08T21:29:26.450Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-08-08T21:29:27.609Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-08-08T21:29:28.280Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-08-08T21:29:28.863Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-08-08T21:29:29.140Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-08-08T21:29:29.405Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-08-08T21:29:29.693Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-08-08T21:29:30.030Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-08-08T21:29:30.273Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-08-08T21:29:30.505Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-08-08T21:29:30.787Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-08-08T21:29:31.101Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-08-08T21:29:31.374Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-08-08T21:29:31.758Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-08-08T21:29:32.011Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-08-08T21:29:32.467Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-08-08T21:29:32.781Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-08-08T21:29:33.160Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-08-08T21:29:35.201Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-08-08T21:29:35.464Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-08-08T21:29:35.733Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-08-08T21:29:36.122Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-08-08T21:29:37.135Z | Downloading crates ... |
293 | 2024-08-08T21:29:37.206Z | Downloaded anstyle v1.0.8 |
294 | 2024-08-08T21:29:37.210Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-08-08T21:29:37.213Z | Downloaded block-buffer v0.10.4 |
296 | 2024-08-08T21:29:37.213Z | Downloaded anstyle-query v1.0.3 |
297 | 2024-08-08T21:29:37.213Z | Downloaded autocfg v1.3.0 |
298 | 2024-08-08T21:29:37.216Z | Downloaded cargo_toml v0.20.4 |
299 | 2024-08-08T21:29:37.220Z | Downloaded byteorder v1.5.0 |
300 | 2024-08-08T21:29:37.220Z | Downloaded clap v4.5.13 |
301 | 2024-08-08T21:29:37.228Z | Downloaded equivalent v1.0.1 |
302 | 2024-08-08T21:29:37.231Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-08-08T21:29:37.234Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-08-08T21:29:37.238Z | Downloaded swrite v0.1.0 |
305 | 2024-08-08T21:29:37.241Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-08T21:29:37.246Z | Downloaded bytecount v0.6.8 |
307 | 2024-08-08T21:29:37.249Z | Downloaded heck v0.4.1 |
308 | 2024-08-08T21:29:37.249Z | Downloaded cargo_metadata v0.18.1 |
309 | 2024-08-08T21:29:37.252Z | Downloaded version_check v0.9.5 |
310 | 2024-08-08T21:29:37.252Z | Downloaded thread-id v4.2.1 |
311 | 2024-08-08T21:29:37.255Z | Downloaded macaddr v1.0.1 |
312 | 2024-08-08T21:29:37.255Z | Downloaded colorchoice v1.0.1 |
313 | 2024-08-08T21:29:37.255Z | Downloaded itoa v1.0.11 |
314 | 2024-08-08T21:29:37.258Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-08-08T21:29:37.258Z | Downloaded plain v0.2.3 |
316 | 2024-08-08T21:29:37.261Z | Downloaded thiserror v1.0.63 |
317 | 2024-08-08T21:29:37.264Z | Downloaded dof v0.3.0 |
318 | 2024-08-08T21:29:37.264Z | Downloaded is_terminal_polyfill v1.70.0 |
319 | 2024-08-08T21:29:37.267Z | Downloaded generic-array v0.14.7 |
320 | 2024-08-08T21:29:37.267Z | Downloaded dtrace-parser v0.2.0 |
321 | 2024-08-08T21:29:37.267Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-08-08T21:29:37.271Z | Downloaded fs-err v2.11.0 |
323 | 2024-08-08T21:29:37.271Z | Downloaded anstyle-parse v0.2.4 |
324 | 2024-08-08T21:29:37.274Z | Downloaded pretty-hex v0.4.1 |
325 | 2024-08-08T21:29:37.281Z | Downloaded tabled_derive v0.7.0 |
326 | 2024-08-08T21:29:37.284Z | Downloaded serde_spanned v0.6.7 |
327 | 2024-08-08T21:29:37.288Z | Downloaded fnv v1.0.7 |
328 | 2024-08-08T21:29:37.292Z | Downloaded camino v1.1.7 |
329 | 2024-08-08T21:29:37.294Z | Downloaded semver v1.0.23 |
330 | 2024-08-08T21:29:37.297Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-08T21:29:37.300Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-08T21:29:37.304Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-08T21:29:37.307Z | Downloaded errno v0.3.9 |
334 | 2024-08-08T21:29:37.307Z | Downloaded heck v0.5.0 |
335 | 2024-08-08T21:29:37.314Z | Downloaded cpufeatures v0.2.12 |
336 | 2024-08-08T21:29:37.314Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-08-08T21:29:37.314Z | Downloaded clap_lex v0.7.0 |
338 | 2024-08-08T21:29:37.325Z | Downloaded digest v0.10.7 |
339 | 2024-08-08T21:29:37.325Z | Downloaded crypto-common v0.1.6 |
340 | 2024-08-08T21:29:37.325Z | Downloaded clap_derive v4.5.13 |
341 | 2024-08-08T21:29:37.325Z | Downloaded anstream v0.6.14 |
342 | 2024-08-08T21:29:37.325Z | Downloaded utf8parse v0.2.1 |
343 | 2024-08-08T21:29:37.325Z | Downloaded usdt v0.5.0 |
344 | 2024-08-08T21:29:37.325Z | Downloaded thiserror-impl v1.0.63 |
345 | 2024-08-08T21:29:37.325Z | Downloaded strsim v0.11.1 |
346 | 2024-08-08T21:29:37.325Z | Downloaded once_cell v1.19.0 |
347 | 2024-08-08T21:29:37.330Z | Downloaded anyhow v1.0.86 |
348 | 2024-08-08T21:29:37.330Z | Downloaded sha2 v0.10.8 |
349 | 2024-08-08T21:29:37.333Z | Downloaded terminal_size v0.3.0 |
350 | 2024-08-08T21:29:37.333Z | Downloaded serde_tokenstream v0.2.1 |
351 | 2024-08-08T21:29:37.336Z | Downloaded scroll v0.12.0 |
352 | 2024-08-08T21:29:37.339Z | Downloaded ucd-trie v0.1.6 |
353 | 2024-08-08T21:29:37.339Z | Downloaded memmap v0.7.0 |
354 | 2024-08-08T21:29:37.342Z | Downloaded pest_derive v2.7.10 |
355 | 2024-08-08T21:29:37.342Z | Downloaded bitflags v2.6.0 |
356 | 2024-08-08T21:29:37.346Z | Downloaded quote v1.0.36 |
357 | 2024-08-08T21:29:37.349Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-08-08T21:29:37.357Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-08-08T21:29:37.362Z | Downloaded serde_derive v1.0.205 |
360 | 2024-08-08T21:29:37.365Z | Downloaded log v0.4.21 |
361 | 2024-08-08T21:29:37.375Z | Downloaded unicode-ident v1.0.12 |
362 | 2024-08-08T21:29:37.381Z | Downloaded typenum v1.17.0 |
363 | 2024-08-08T21:29:37.381Z | Downloaded ryu v1.0.18 |
364 | 2024-08-08T21:29:37.385Z | Downloaded pest_meta v2.7.10 |
365 | 2024-08-08T21:29:37.385Z | Downloaded papergrid v0.11.0 |
366 | 2024-08-08T21:29:37.390Z | Downloaded toml v0.8.19 |
367 | 2024-08-08T21:29:37.399Z | Downloaded indexmap v2.3.0 |
368 | 2024-08-08T21:29:37.412Z | Downloaded memchr v2.7.2 |
369 | 2024-08-08T21:29:37.420Z | Downloaded serde v1.0.205 |
370 | 2024-08-08T21:29:37.431Z | Downloaded toml_edit v0.22.20 |
371 | 2024-08-08T21:29:37.453Z | Downloaded pest v2.7.10 |
372 | 2024-08-08T21:29:37.461Z | Downloaded clap_builder v4.5.13 |
373 | 2024-08-08T21:29:37.469Z | Downloaded hashbrown v0.14.5 |
374 | 2024-08-08T21:29:37.475Z | Downloaded zerocopy v0.7.34 |
375 | 2024-08-08T21:29:37.490Z | Downloaded serde_json v1.0.122 |
376 | 2024-08-08T21:29:37.496Z | Downloaded winnow v0.6.18 |
377 | 2024-08-08T21:29:37.504Z | Downloaded goblin v0.8.2 |
378 | 2024-08-08T21:29:37.512Z | Downloaded tabled v0.15.0 |
379 | 2024-08-08T21:29:37.526Z | Downloaded syn v1.0.109 |
380 | 2024-08-08T21:29:37.537Z | Downloaded syn v2.0.72 |
381 | 2024-08-08T21:29:37.549Z | Downloaded rustix v0.38.34 |
382 | 2024-08-08T21:29:37.571Z | Downloaded unicode-width v0.1.13 |
383 | 2024-08-08T21:29:37.587Z | Downloaded libc v0.2.155 |
384 | 2024-08-08T21:29:37.886Z | Compiling proc-macro2 v1.0.86 |
385 | 2024-08-08T21:29:37.889Z | Compiling unicode-ident v1.0.12 |
386 | 2024-08-08T21:29:37.889Z | Compiling version_check v0.9.5 |
387 | 2024-08-08T21:29:37.890Z | Compiling serde v1.0.205 |
388 | 2024-08-08T21:29:37.890Z | Compiling thiserror v1.0.63 |
389 | 2024-08-08T21:29:37.890Z | Compiling memchr v2.7.2 |
390 | 2024-08-08T21:29:37.890Z | Compiling libc v0.2.155 |
391 | 2024-08-08T21:29:37.921Z | Compiling ryu v1.0.18 |
392 | 2024-08-08T21:29:38.131Z | Compiling itoa v1.0.11 |
393 | 2024-08-08T21:29:38.367Z | Compiling ucd-trie v0.1.6 |
394 | 2024-08-08T21:29:38.391Z | Compiling once_cell v1.19.0 |
395 | 2024-08-08T21:29:38.777Z | Compiling byteorder v1.5.0 |
396 | 2024-08-08T21:29:39.132Z | Compiling serde_json v1.0.122 |
397 | 2024-08-08T21:29:39.890Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-08T21:29:39.954Z | Compiling usdt-impl v0.5.0 |
399 | 2024-08-08T21:29:39.957Z | Compiling rustix v0.38.34 |
400 | 2024-08-08T21:29:39.974Z | Compiling syn v1.0.109 |
401 | 2024-08-08T21:29:40.078Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-08T21:29:40.269Z | Compiling bitflags v2.6.0 |
403 | 2024-08-08T21:29:40.374Z | Compiling plain v0.2.3 |
404 | 2024-08-08T21:29:40.457Z | Compiling log v0.4.21 |
405 | 2024-08-08T21:29:40.538Z | Compiling utf8parse v0.2.1 |
406 | 2024-08-08T21:29:40.644Z | Compiling thread-id v4.2.1 |
407 | 2024-08-08T21:29:40.706Z | Compiling hashbrown v0.14.5 |
408 | 2024-08-08T21:29:40.751Z | Compiling equivalent v1.0.1 |
409 | 2024-08-08T21:29:40.777Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-08T21:29:40.828Z | Compiling quote v1.0.36 |
411 | 2024-08-08T21:29:40.957Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-08-08T21:29:40.992Z | Compiling semver v1.0.23 |
413 | 2024-08-08T21:29:41.111Z | Compiling pretty-hex v0.4.1 |
414 | 2024-08-08T21:29:41.160Z | Compiling camino v1.1.7 |
415 | 2024-08-08T21:29:41.272Z | Compiling syn v2.0.72 |
416 | 2024-08-08T21:29:41.342Z | Compiling errno v0.3.9 |
417 | 2024-08-08T21:29:41.593Z | Compiling colorchoice v1.0.1 |
418 | 2024-08-08T21:29:41.642Z | Compiling anstyle v1.0.8 |
419 | 2024-08-08T21:29:41.774Z | Compiling autocfg v1.3.0 |
420 | 2024-08-08T21:29:41.854Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-08T21:29:41.993Z | Compiling winnow v0.6.18 |
422 | 2024-08-08T21:29:42.082Z | Compiling indexmap v2.3.0 |
423 | 2024-08-08T21:29:42.148Z | Compiling anstream v0.6.14 |
424 | 2024-08-08T21:29:42.769Z | Compiling fs-err v2.11.0 |
425 | 2024-08-08T21:29:42.810Z | Compiling terminal_size v0.3.0 |
426 | 2024-08-08T21:29:43.099Z | Compiling clap_lex v0.7.0 |
427 | 2024-08-08T21:29:43.140Z | Compiling bytecount v0.6.8 |
428 | 2024-08-08T21:29:43.185Z | Compiling strsim v0.11.1 |
429 | 2024-08-08T21:29:43.209Z | Compiling anyhow v1.0.86 |
430 | 2024-08-08T21:29:43.356Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-08T21:29:43.415Z | Compiling heck v0.5.0 |
432 | 2024-08-08T21:29:43.589Z | Compiling heck v0.4.1 |
433 | 2024-08-08T21:29:43.615Z | Compiling fnv v1.0.7 |
434 | 2024-08-08T21:29:43.752Z | Compiling papergrid v0.11.0 |
435 | 2024-08-08T21:29:43.932Z | Compiling clap_builder v4.5.13 |
436 | 2024-08-08T21:29:44.090Z | Compiling memmap v0.7.0 |
437 | 2024-08-08T21:29:44.446Z | Compiling swrite v0.1.0 |
438 | 2024-08-08T21:29:46.739Z | Compiling tabled_derive v0.7.0 |
439 | 2024-08-08T21:29:48.284Z | Compiling tabled v0.15.0 |
440 | 2024-08-08T21:29:49.889Z | Compiling serde_derive v1.0.205 |
441 | 2024-08-08T21:29:49.889Z | Compiling thiserror-impl v1.0.63 |
442 | 2024-08-08T21:29:49.889Z | Compiling zerocopy-derive v0.7.34 |
443 | 2024-08-08T21:29:49.892Z | Compiling scroll_derive v0.12.0 |
444 | 2024-08-08T21:29:49.892Z | Compiling clap_derive v4.5.13 |
445 | 2024-08-08T21:29:51.191Z | Compiling scroll v0.12.0 |
446 | 2024-08-08T21:29:51.679Z | Compiling goblin v0.8.2 |
447 | 2024-08-08T21:29:51.832Z | Compiling zerocopy v0.7.34 |
448 | 2024-08-08T21:29:52.475Z | Compiling pest v2.7.10 |
449 | 2024-08-08T21:29:53.788Z | Compiling clap v4.5.13 |
450 | 2024-08-08T21:29:54.628Z | Compiling pest_meta v2.7.10 |
451 | 2024-08-08T21:29:55.466Z | Compiling pest_generator v2.7.10 |
452 | 2024-08-08T21:29:57.456Z | Compiling pest_derive v2.7.10 |
453 | 2024-08-08T21:29:58.229Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-08-08T21:30:00.057Z | Compiling serde_tokenstream v0.2.1 |
455 | 2024-08-08T21:30:00.219Z | Compiling toml_datetime v0.6.8 |
456 | 2024-08-08T21:30:00.219Z | Compiling serde_spanned v0.6.7 |
457 | 2024-08-08T21:30:00.222Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-08T21:30:00.524Z | Compiling toml_edit v0.22.20 |
459 | 2024-08-08T21:30:00.609Z | Compiling macaddr v1.0.1 |
460 | 2024-08-08T21:30:01.486Z | Compiling dof v0.3.0 |
461 | 2024-08-08T21:30:01.677Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-08-08T21:30:03.267Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-08T21:30:03.269Z | Compiling usdt-macro v0.5.0 |
464 | 2024-08-08T21:30:03.449Z | Compiling toml v0.8.19 |
465 | 2024-08-08T21:30:04.253Z | Compiling cargo_toml v0.20.4 |
466 | 2024-08-08T21:30:04.549Z | Compiling usdt v0.5.0 |
467 | 2024-08-08T21:30:08.112Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-08-08T21:30:12.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.50s |
469 | 2024-08-08T21:30:12.298Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-08-08T21:30:12.837Z | Downloading crates ... |
471 | 2024-08-08T21:30:12.953Z | Downloaded adler v1.0.2 |
472 | 2024-08-08T21:30:12.956Z | Downloaded aead v0.5.2 |
473 | 2024-08-08T21:30:12.960Z | Downloaded ahash v0.8.11 |
474 | 2024-08-08T21:30:12.963Z | Downloaded cfg_aliases v0.1.1 |
475 | 2024-08-08T21:30:12.965Z | Downloaded atty v0.2.14 |
476 | 2024-08-08T21:30:12.965Z | Downloaded addr2line v0.21.0 |
477 | 2024-08-08T21:30:12.972Z | Downloaded bitstruct v0.1.1 |
478 | 2024-08-08T21:30:12.975Z | Downloaded crunchy v0.2.2 |
479 | 2024-08-08T21:30:12.978Z | Downloaded darling_macro v0.20.9 |
480 | 2024-08-08T21:30:12.978Z | Downloaded indicatif v0.17.8 |
481 | 2024-08-08T21:30:12.981Z | Downloaded cstr-argument v0.1.2 |
482 | 2024-08-08T21:30:12.984Z | Downloaded is-terminal v0.4.12 |
483 | 2024-08-08T21:30:12.986Z | Downloaded atomic-waker v1.1.2 |
484 | 2024-08-08T21:30:12.989Z | Downloaded bit-vec v0.6.3 |
485 | 2024-08-08T21:30:12.989Z | Downloaded normalize-line-endings v0.3.0 |
486 | 2024-08-08T21:30:12.992Z | Downloaded newtype_derive v0.1.6 |
487 | 2024-08-08T21:30:12.992Z | Downloaded arrayref v0.3.7 |
488 | 2024-08-08T21:30:12.994Z | Downloaded num_threads v0.1.7 |
489 | 2024-08-08T21:30:12.994Z | Downloaded oso-derive v0.27.3 |
490 | 2024-08-08T21:30:13.000Z | Downloaded cassowary v0.3.0 |
491 | 2024-08-08T21:30:13.003Z | Downloaded newline-converter v0.3.0 |
492 | 2024-08-08T21:30:13.003Z | Downloaded opaque-debug v0.3.1 |
493 | 2024-08-08T21:30:13.003Z | Downloaded bb8 v0.8.5 |
494 | 2024-08-08T21:30:13.003Z | Downloaded parse-size v1.0.0 |
495 | 2024-08-08T21:30:13.003Z | Downloaded crc-catalog v2.4.0 |
496 | 2024-08-08T21:30:13.006Z | Downloaded crc v3.2.1 |
497 | 2024-08-08T21:30:13.009Z | Downloaded libloading v0.8.3 |
498 | 2024-08-08T21:30:13.012Z | Downloaded data-encoding v2.6.0 |
499 | 2024-08-08T21:30:13.015Z | Downloaded instant v0.1.12 |
500 | 2024-08-08T21:30:13.015Z | Downloaded defmt-parser v0.3.4 |
501 | 2024-08-08T21:30:13.018Z | Downloaded linked-hash-map v0.5.6 |
502 | 2024-08-08T21:30:13.018Z | Downloaded lazycell v1.3.0 |
503 | 2024-08-08T21:30:13.021Z | Downloaded kstat-rs v0.2.4 |
504 | 2024-08-08T21:30:13.021Z | Downloaded console v0.15.8 |
505 | 2024-08-08T21:30:13.023Z | Downloaded bzip2 v0.4.4 |
506 | 2024-08-08T21:30:13.026Z | Downloaded maybe-uninit v2.0.0 |
507 | 2024-08-08T21:30:13.029Z | Downloaded buf-list v1.0.3 |
508 | 2024-08-08T21:30:13.031Z | Downloaded managed v0.8.0 |
509 | 2024-08-08T21:30:13.034Z | Downloaded olpc-cjson v0.1.3 |
510 | 2024-08-08T21:30:13.034Z | Downloaded lru v0.12.3 |
511 | 2024-08-08T21:30:13.038Z | Downloaded csv-core v0.1.11 |
512 | 2024-08-08T21:30:13.038Z | Downloaded ciborium v0.2.2 |
513 | 2024-08-08T21:30:13.041Z | Downloaded async-stream-impl v0.3.5 |
514 | 2024-08-08T21:30:13.044Z | Downloaded signal-hook-tokio v0.3.1 |
515 | 2024-08-08T21:30:13.044Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-08-08T21:30:13.044Z | Downloaded ipnetwork v0.20.0 |
517 | 2024-08-08T21:30:13.046Z | Downloaded parse-display-derive v0.9.1 |
518 | 2024-08-08T21:30:13.049Z | Downloaded packed_struct v0.10.1 |
519 | 2024-08-08T21:30:13.049Z | Downloaded num-iter v0.1.45 |
520 | 2024-08-08T21:30:13.052Z | Downloaded new_debug_unreachable v1.0.6 |
521 | 2024-08-08T21:30:13.052Z | Downloaded darling v0.20.9 |
522 | 2024-08-08T21:30:13.056Z | Downloaded num-conv v0.1.0 |
523 | 2024-08-08T21:30:13.059Z | Downloaded take_mut v0.2.2 |
524 | 2024-08-08T21:30:13.062Z | Downloaded num_enum v0.5.11 |
525 | 2024-08-08T21:30:13.065Z | Downloaded native-tls v0.2.11 |
526 | 2024-08-08T21:30:13.068Z | Downloaded castaway v0.2.2 |
527 | 2024-08-08T21:30:13.071Z | Downloaded multer v3.1.0 |
528 | 2024-08-08T21:30:13.073Z | Downloaded bitfield v0.14.0 |
529 | 2024-08-08T21:30:13.076Z | Downloaded termtree v0.4.1 |
530 | 2024-08-08T21:30:13.076Z | Downloaded parking_lot v0.11.2 |
531 | 2024-08-08T21:30:13.079Z | Downloaded matches v0.1.10 |
532 | 2024-08-08T21:30:13.082Z | Downloaded openssl-macros v0.1.1 |
533 | 2024-08-08T21:30:13.082Z | Downloaded cipher v0.4.4 |
534 | 2024-08-08T21:30:13.084Z | Downloaded cexpr v0.6.0 |
535 | 2024-08-08T21:30:13.087Z | Downloaded crossbeam-deque v0.8.5 |
536 | 2024-08-08T21:30:13.087Z | Downloaded number_prefix v0.4.0 |
537 | 2024-08-08T21:30:13.090Z | Downloaded cobs v0.2.3 |
538 | 2024-08-08T21:30:13.090Z | Downloaded base16ct v0.2.0 |
539 | 2024-08-08T21:30:13.093Z | Downloaded waitgroup v0.1.2 |
540 | 2024-08-08T21:30:13.093Z | Downloaded parking_lot_core v0.9.10 |
541 | 2024-08-08T21:30:13.095Z | Downloaded want v0.3.1 |
542 | 2024-08-08T21:30:13.098Z | Downloaded maplit v1.0.2 |
543 | 2024-08-08T21:30:13.098Z | Downloaded debug-ignore v1.0.5 |
544 | 2024-08-08T21:30:13.101Z | Downloaded lazy_static v1.5.0 |
545 | 2024-08-08T21:30:13.104Z | Downloaded foreign-types-shared v0.3.1 |
546 | 2024-08-08T21:30:13.104Z | Downloaded foreign-types-shared v0.1.1 |
547 | 2024-08-08T21:30:13.107Z | Downloaded num-complex v0.4.6 |
548 | 2024-08-08T21:30:13.107Z | Downloaded multimap v0.10.0 |
549 | 2024-08-08T21:30:13.109Z | Downloaded linear-map v1.2.0 |
550 | 2024-08-08T21:30:13.112Z | Downloaded num v0.4.3 |
551 | 2024-08-08T21:30:13.112Z | Downloaded smf v0.2.3 |
552 | 2024-08-08T21:30:13.115Z | Downloaded sqlformat v0.2.4 |
553 | 2024-08-08T21:30:13.118Z | Downloaded memmap2 v0.9.4 |
554 | 2024-08-08T21:30:13.118Z | Downloaded bcs v0.1.6 |
555 | 2024-08-08T21:30:13.122Z | Downloaded arrayvec v0.7.4 |
556 | 2024-08-08T21:30:13.125Z | Downloaded headers-core v0.2.0 |
557 | 2024-08-08T21:30:13.125Z | Downloaded http-range v0.1.5 |
558 | 2024-08-08T21:30:13.125Z | Downloaded cookie v0.18.1 |
559 | 2024-08-08T21:30:13.128Z | Downloaded clang-sys v1.7.0 |
560 | 2024-08-08T21:30:13.130Z | Downloaded path-slash v0.1.5 |
561 | 2024-08-08T21:30:13.133Z | Downloaded unicode-linebreak v0.1.5 |
562 | 2024-08-08T21:30:13.133Z | Downloaded num-integer v0.1.46 |
563 | 2024-08-08T21:30:13.136Z | Downloaded chacha20 v0.9.1 |
564 | 2024-08-08T21:30:13.139Z | Downloaded parse-display v0.9.1 |
565 | 2024-08-08T21:30:13.139Z | Downloaded thiserror-impl-no-std v2.0.2 |
566 | 2024-08-08T21:30:13.142Z | Downloaded stringprep v0.1.4 |
567 | 2024-08-08T21:30:13.145Z | Downloaded packed_struct_codegen v0.10.1 |
568 | 2024-08-08T21:30:13.145Z | Downloaded cookie_store v0.20.0 |
569 | 2024-08-08T21:30:13.148Z | Downloaded cookie v0.17.0 |
570 | 2024-08-08T21:30:13.151Z | Downloaded indexmap v1.9.3 |
571 | 2024-08-08T21:30:13.153Z | Downloaded cancel-safe-futures v0.1.5 |
572 | 2024-08-08T21:30:13.157Z | Downloaded thiserror-no-std v2.0.2 |
573 | 2024-08-08T21:30:13.161Z | Downloaded deranged v0.3.11 |
574 | 2024-08-08T21:30:13.164Z | Downloaded tinyvec_macros v0.1.1 |
575 | 2024-08-08T21:30:13.167Z | Downloaded form_urlencoded v1.2.1 |
576 | 2024-08-08T21:30:13.167Z | Downloaded fd-lock v4.0.2 |
577 | 2024-08-08T21:30:13.170Z | Downloaded num_cpus v1.16.0 |
578 | 2024-08-08T21:30:13.172Z | Downloaded mime_guess v2.0.4 |
579 | 2024-08-08T21:30:13.175Z | Downloaded num-traits v0.2.19 |
580 | 2024-08-08T21:30:13.178Z | Downloaded pkg-config v0.3.30 |
581 | 2024-08-08T21:30:13.181Z | Downloaded r2d2 v0.8.10 |
582 | 2024-08-08T21:30:13.184Z | Downloaded pin-utils v0.1.0 |
583 | 2024-08-08T21:30:13.184Z | Downloaded parking_lot_core v0.8.6 |
584 | 2024-08-08T21:30:13.187Z | Downloaded openssl-sys v0.9.103 |
585 | 2024-08-08T21:30:13.192Z | Downloaded num_enum_derive v0.5.11 |
586 | 2024-08-08T21:30:13.196Z | Downloaded shlex v1.3.0 |
587 | 2024-08-08T21:30:13.198Z | Downloaded shell-words v1.1.0 |
588 | 2024-08-08T21:30:13.198Z | Downloaded fxhash v0.2.1 |
589 | 2024-08-08T21:30:13.198Z | Downloaded password-hash v0.5.0 |
590 | 2024-08-08T21:30:13.201Z | Downloaded owo-colors v4.0.0 |
591 | 2024-08-08T21:30:13.204Z | Downloaded walkdir v2.5.0 |
592 | 2024-08-08T21:30:13.207Z | Downloaded slog v2.7.0 |
593 | 2024-08-08T21:30:13.210Z | Downloaded crc-any v2.5.0 |
594 | 2024-08-08T21:30:13.213Z | Downloaded tap v1.0.1 |
595 | 2024-08-08T21:30:13.213Z | Downloaded tabwriter v1.4.0 |
596 | 2024-08-08T21:30:13.216Z | Downloaded rand_xorshift v0.3.0 |
597 | 2024-08-08T21:30:13.216Z | Downloaded rand_seeder v0.3.0 |
598 | 2024-08-08T21:30:13.218Z | Downloaded radium v0.7.0 |
599 | 2024-08-08T21:30:13.218Z | Downloaded rand_core v0.6.4 |
600 | 2024-08-08T21:30:13.222Z | Downloaded der_derive v0.7.2 |
601 | 2024-08-08T21:30:13.225Z | Downloaded inout v0.1.3 |
602 | 2024-08-08T21:30:13.225Z | Downloaded xattr v1.3.1 |
603 | 2024-08-08T21:30:13.228Z | Downloaded tower-service v0.3.2 |
604 | 2024-08-08T21:30:13.228Z | Downloaded time-core v0.1.2 |
605 | 2024-08-08T21:30:13.230Z | Downloaded scopeguard v1.2.0 |
606 | 2024-08-08T21:30:13.233Z | Downloaded pkcs8 v0.10.2 |
607 | 2024-08-08T21:30:13.236Z | Downloaded stable_deref_trait v1.2.0 |
608 | 2024-08-08T21:30:13.236Z | Downloaded test-strategy v0.3.1 |
609 | 2024-08-08T21:30:13.240Z | Downloaded darling_core v0.20.9 |
610 | 2024-08-08T21:30:13.247Z | Downloaded futures-task v0.3.30 |
611 | 2024-08-08T21:30:13.250Z | Downloaded tokio-rustls v0.25.0 |
612 | 2024-08-08T21:30:13.250Z | Downloaded getopts v0.2.21 |
613 | 2024-08-08T21:30:13.253Z | Downloaded zone_cfg_derive v0.1.2 |
614 | 2024-08-08T21:30:13.253Z | Downloaded gethostname v0.5.0 |
615 | 2024-08-08T21:30:13.256Z | Downloaded httparse v1.8.0 |
616 | 2024-08-08T21:30:13.256Z | Downloaded unicode-xid v0.2.4 |
617 | 2024-08-08T21:30:13.259Z | Downloaded mockall_derive v0.13.0 |
618 | 2024-08-08T21:30:13.261Z | Downloaded rustversion v1.0.17 |
619 | 2024-08-08T21:30:13.264Z | Downloaded serde_plain v1.0.2 |
620 | 2024-08-08T21:30:13.267Z | Downloaded derive-where v1.2.7 |
621 | 2024-08-08T21:30:13.270Z | Downloaded ident_case v1.0.1 |
622 | 2024-08-08T21:30:13.273Z | Downloaded display-error-chain v0.2.0 |
623 | 2024-08-08T21:30:13.273Z | Downloaded static_assertions v1.1.0 |
624 | 2024-08-08T21:30:13.276Z | Downloaded slog-async v2.8.0 |
625 | 2024-08-08T21:30:13.276Z | Downloaded ppv-lite86 v0.2.17 |
626 | 2024-08-08T21:30:13.279Z | Downloaded powerfmt v0.2.0 |
627 | 2024-08-08T21:30:13.281Z | Downloaded slog-envlogger v2.2.0 |
628 | 2024-08-08T21:30:13.281Z | Downloaded slog-dtrace v0.3.0 |
629 | 2024-08-08T21:30:13.284Z | Downloaded slog-bunyan v2.5.0 |
630 | 2024-08-08T21:30:13.287Z | Downloaded topological-sort v0.2.2 |
631 | 2024-08-08T21:30:13.287Z | Downloaded time-macros v0.2.18 |
632 | 2024-08-08T21:30:13.290Z | Downloaded base64 v0.21.7 |
633 | 2024-08-08T21:30:13.293Z | Downloaded signal-hook v0.3.17 |
634 | 2024-08-08T21:30:13.297Z | Downloaded try-lock v0.2.5 |
635 | 2024-08-08T21:30:13.299Z | Downloaded ena v0.14.3 |
636 | 2024-08-08T21:30:13.303Z | Downloaded hyper-rustls v0.24.2 |
637 | 2024-08-08T21:30:13.306Z | Downloaded num-bigint v0.4.5 |
638 | 2024-08-08T21:30:13.309Z | Downloaded float-ord v0.3.2 |
639 | 2024-08-08T21:30:13.312Z | Downloaded hyper-tls v0.5.0 |
640 | 2024-08-08T21:30:13.315Z | Downloaded fatfs v0.3.6 |
641 | 2024-08-08T21:30:13.317Z | Downloaded precomputed-hash v0.1.1 |
642 | 2024-08-08T21:30:13.317Z | Downloaded portpicker v0.1.1 |
643 | 2024-08-08T21:30:13.317Z | Downloaded serde-big-array v0.5.1 |
644 | 2024-08-08T21:30:13.321Z | Downloaded hubpack_derive v0.1.1 |
645 | 2024-08-08T21:30:13.325Z | Downloaded rustc-hash v1.1.0 |
646 | 2024-08-08T21:30:13.325Z | Downloaded ref-cast-impl v1.0.23 |
647 | 2024-08-08T21:30:13.325Z | Downloaded oso v0.27.3 |
648 | 2024-08-08T21:30:13.327Z | Downloaded ref-cast v1.0.23 |
649 | 2024-08-08T21:30:13.330Z | Downloaded slog-stdlog v4.1.1 |
650 | 2024-08-08T21:30:13.333Z | Downloaded futures-executor v0.3.30 |
651 | 2024-08-08T21:30:13.336Z | Downloaded futures-core v0.3.30 |
652 | 2024-08-08T21:30:13.336Z | Downloaded headers v0.3.9 |
653 | 2024-08-08T21:30:13.341Z | Downloaded predicates-tree v1.0.9 |
654 | 2024-08-08T21:30:13.344Z | Downloaded untrusted v0.7.1 |
655 | 2024-08-08T21:30:13.344Z | Downloaded crossterm v0.27.0 |
656 | 2024-08-08T21:30:13.351Z | Downloaded peg v0.8.4 |
657 | 2024-08-08T21:30:13.356Z | Downloaded sync_wrapper v0.1.2 |
658 | 2024-08-08T21:30:13.358Z | Downloaded hubpack v0.1.2 |
659 | 2024-08-08T21:30:13.368Z | Downloaded zeroize_derive v1.4.2 |
660 | 2024-08-08T21:30:13.371Z | Downloaded thread_local v1.1.8 |
661 | 2024-08-08T21:30:13.374Z | Downloaded tempfile v3.10.1 |
662 | 2024-08-08T21:30:13.377Z | Downloaded smallvec v1.13.2 |
663 | 2024-08-08T21:30:13.379Z | Downloaded phf_shared v0.10.0 |
664 | 2024-08-08T21:30:13.380Z | Downloaded tls_codec_derive v0.4.1 |
665 | 2024-08-08T21:30:13.382Z | Downloaded smallvec v0.6.14 |
666 | 2024-08-08T21:30:13.382Z | Downloaded minimal-lexical v0.2.1 |
667 | 2024-08-08T21:30:13.388Z | Downloaded zone v0.1.8 |
668 | 2024-08-08T21:30:13.390Z | Downloaded termcolor v1.4.1 |
669 | 2024-08-08T21:30:13.390Z | Downloaded smawk v0.3.2 |
670 | 2024-08-08T21:30:13.393Z | Downloaded tracing-attributes v0.1.27 |
671 | 2024-08-08T21:30:13.396Z | Downloaded strum_macros v0.26.4 |
672 | 2024-08-08T21:30:13.399Z | Downloaded serde_repr v0.1.19 |
673 | 2024-08-08T21:30:13.401Z | Downloaded itertools v0.10.5 |
674 | 2024-08-08T21:30:13.407Z | Downloaded structmeta-derive v0.2.0 |
675 | 2024-08-08T21:30:13.410Z | Downloaded peg-runtime v0.8.3 |
676 | 2024-08-08T21:30:13.410Z | Downloaded universal-hash v0.5.1 |
677 | 2024-08-08T21:30:13.413Z | Downloaded slab v0.4.9 |
678 | 2024-08-08T21:30:13.413Z | Downloaded quick-error v1.2.3 |
679 | 2024-08-08T21:30:13.415Z | Downloaded untrusted v0.9.0 |
680 | 2024-08-08T21:30:13.418Z | Downloaded serde-hex v0.1.0 |
681 | 2024-08-08T21:30:13.418Z | Downloaded postgres-protocol v0.6.7 |
682 | 2024-08-08T21:30:13.421Z | Downloaded peg-macros v0.8.4 |
683 | 2024-08-08T21:30:13.424Z | Downloaded termios v0.3.3 |
684 | 2024-08-08T21:30:13.426Z | Downloaded vte_generate_state_changes v0.1.1 |
685 | 2024-08-08T21:30:13.427Z | Downloaded tracing v0.1.40 |
686 | 2024-08-08T21:30:13.430Z | Downloaded supports-color v3.0.0 |
687 | 2024-08-08T21:30:13.433Z | Downloaded home v0.5.9 |
688 | 2024-08-08T21:30:13.436Z | Downloaded tokio-macros v2.3.0 |
689 | 2024-08-08T21:30:13.436Z | Downloaded httpdate v1.0.3 |
690 | 2024-08-08T21:30:13.436Z | Downloaded tokio-native-tls v0.3.1 |
691 | 2024-08-08T21:30:13.438Z | Downloaded float-cmp v0.9.0 |
692 | 2024-08-08T21:30:13.441Z | Downloaded elliptic-curve v0.13.8 |
693 | 2024-08-08T21:30:13.444Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-08-08T21:30:13.447Z | Downloaded pretty-hex v0.2.1 |
695 | 2024-08-08T21:30:13.447Z | Downloaded scheduled-thread-pool v0.2.7 |
696 | 2024-08-08T21:30:13.450Z | Downloaded subtle v2.5.0 |
697 | 2024-08-08T21:30:13.450Z | Downloaded sec1 v0.7.3 |
698 | 2024-08-08T21:30:13.452Z | Downloaded rpassword v7.3.1 |
699 | 2024-08-08T21:30:13.455Z | Downloaded tokio-postgres v0.7.11 |
700 | 2024-08-08T21:30:13.459Z | Downloaded phf v0.11.2 |
701 | 2024-08-08T21:30:13.462Z | Downloaded heck v0.3.3 |
702 | 2024-08-08T21:30:13.462Z | Downloaded futures-sink v0.3.30 |
703 | 2024-08-08T21:30:13.462Z | Downloaded which v4.4.2 |
704 | 2024-08-08T21:30:13.465Z | Downloaded tokio-tungstenite v0.21.0 |
705 | 2024-08-08T21:30:13.468Z | Downloaded toolchain_find v0.4.0 |
706 | 2024-08-08T21:30:13.468Z | Downloaded blake3 v1.5.1 |
707 | 2024-08-08T21:30:13.476Z | Downloaded postcard v1.0.8 |
708 | 2024-08-08T21:30:13.480Z | Downloaded wyz v0.5.1 |
709 | 2024-08-08T21:30:13.482Z | Downloaded highway v1.2.0 |
710 | 2024-08-08T21:30:13.485Z | Downloaded same-file v1.0.6 |
711 | 2024-08-08T21:30:13.485Z | Downloaded x509-cert v0.2.5 |
712 | 2024-08-08T21:30:13.491Z | Downloaded heapless v0.7.17 |
713 | 2024-08-08T21:30:13.496Z | Downloaded sigpipe v0.1.3 |
714 | 2024-08-08T21:30:13.498Z | Downloaded unicode-segmentation v1.11.0 |
715 | 2024-08-08T21:30:13.501Z | Downloaded socket2 v0.4.10 |
716 | 2024-08-08T21:30:13.504Z | Downloaded secrecy v0.8.0 |
717 | 2024-08-08T21:30:13.504Z | Downloaded foreign-types v0.3.2 |
718 | 2024-08-08T21:30:13.507Z | Downloaded either v1.13.0 |
719 | 2024-08-08T21:30:13.507Z | Downloaded structmeta v0.2.0 |
720 | 2024-08-08T21:30:13.510Z | Downloaded tokio-stream v0.1.15 |
721 | 2024-08-08T21:30:13.513Z | Downloaded sct v0.7.1 |
722 | 2024-08-08T21:30:13.516Z | Downloaded unarray v0.1.4 |
723 | 2024-08-08T21:30:13.519Z | Downloaded foreign-types v0.5.0 |
724 | 2024-08-08T21:30:13.519Z | Downloaded siphasher v0.3.11 |
725 | 2024-08-08T21:30:13.522Z | Downloaded fixedbitset v0.4.2 |
726 | 2024-08-08T21:30:13.522Z | Downloaded rustls-pemfile v1.0.4 |
727 | 2024-08-08T21:30:13.524Z | Downloaded libxml v0.3.3 |
728 | 2024-08-08T21:30:13.531Z | Downloaded unsafe-libyaml v0.2.11 |
729 | 2024-08-08T21:30:13.534Z | Downloaded diesel_table_macro_syntax v0.2.0 |
730 | 2024-08-08T21:30:13.537Z | Downloaded rustfmt-wrapper v0.2.1 |
731 | 2024-08-08T21:30:13.537Z | Downloaded whoami v1.5.1 |
732 | 2024-08-08T21:30:13.539Z | Downloaded uuid v1.10.0 |
733 | 2024-08-08T21:30:13.543Z | Downloaded derive_more v0.99.18 |
734 | 2024-08-08T21:30:13.548Z | Downloaded resolv-conf v0.7.0 |
735 | 2024-08-08T21:30:13.551Z | Downloaded diesel_derives v2.2.2 |
736 | 2024-08-08T21:30:13.554Z | Downloaded pem v3.0.4 |
737 | 2024-08-08T21:30:13.557Z | Downloaded erased-serde v0.3.31 |
738 | 2024-08-08T21:30:13.559Z | Downloaded spin v0.9.8 |
739 | 2024-08-08T21:30:13.562Z | Downloaded socket2 v0.5.7 |
740 | 2024-08-08T21:30:13.565Z | Downloaded rand v0.8.5 |
741 | 2024-08-08T21:30:13.568Z | Downloaded phf_shared v0.11.2 |
742 | 2024-08-08T21:30:13.570Z | Downloaded downcast v0.11.0 |
743 | 2024-08-08T21:30:13.570Z | Downloaded poly1305 v0.8.0 |
744 | 2024-08-08T21:30:13.573Z | Downloaded unicase v2.7.0 |
745 | 2024-08-08T21:30:13.576Z | Downloaded itertools v0.13.0 |
746 | 2024-08-08T21:30:13.582Z | Downloaded zerocopy v0.6.6 |
747 | 2024-08-08T21:30:13.585Z | Downloaded hostname v0.3.1 |
748 | 2024-08-08T21:30:13.588Z | Downloaded prettyplease v0.2.20 |
749 | 2024-08-08T21:30:13.590Z | Downloaded hmac v0.12.1 |
750 | 2024-08-08T21:30:13.593Z | Downloaded rtoolbox v0.0.2 |
751 | 2024-08-08T21:30:13.593Z | Downloaded uzers v0.11.3 |
752 | 2024-08-08T21:30:13.596Z | Downloaded pin-project-internal v1.1.5 |
753 | 2024-08-08T21:30:13.598Z | Downloaded pin-project v1.1.5 |
754 | 2024-08-08T21:30:13.609Z | Downloaded vte v0.11.1 |
755 | 2024-08-08T21:30:13.621Z | Downloaded toml v0.7.8 |
756 | 2024-08-08T21:30:13.621Z | Downloaded samael v0.0.15 |
757 | 2024-08-08T21:30:13.623Z | Downloaded pin-project-lite v0.2.14 |
758 | 2024-08-08T21:30:13.626Z | Downloaded itertools v0.12.1 |
759 | 2024-08-08T21:30:13.633Z | Downloaded ron v0.7.1 |
760 | 2024-08-08T21:30:13.639Z | Downloaded toml v0.5.11 |
761 | 2024-08-08T21:30:13.642Z | Downloaded flume v0.11.0 |
762 | 2024-08-08T21:30:13.645Z | Downloaded tracing-core v0.1.32 |
763 | 2024-08-08T21:30:13.648Z | Downloaded vsss-rs v3.3.4 |
764 | 2024-08-08T21:30:13.651Z | Downloaded similar v2.5.0 |
765 | 2024-08-08T21:30:13.656Z | Downloaded expectorate v1.1.0 |
766 | 2024-08-08T21:30:13.659Z | Downloaded http v1.1.0 |
767 | 2024-08-08T21:30:13.663Z | Downloaded hashbrown v0.12.3 |
768 | 2024-08-08T21:30:13.667Z | Downloaded flate2 v1.0.31 |
769 | 2024-08-08T21:30:13.672Z | Downloaded rcgen v0.12.1 |
770 | 2024-08-08T21:30:13.675Z | Downloaded diff v0.1.13 |
771 | 2024-08-08T21:30:13.678Z | Downloaded unicode_categories v0.1.1 |
772 | 2024-08-08T21:30:13.681Z | Downloaded schemars v0.8.21 |
773 | 2024-08-08T21:30:13.693Z | Downloaded rayon-core v1.12.1 |
774 | 2024-08-08T21:30:13.697Z | Downloaded typed-path v0.7.1 |
775 | 2024-08-08T21:30:13.704Z | Downloaded snafu v0.8.2 |
776 | 2024-08-08T21:30:13.711Z | Downloaded bindgen v0.69.4 |
777 | 2024-08-08T21:30:13.718Z | Downloaded steno v0.4.1 |
778 | 2024-08-08T21:30:13.723Z | Downloaded ron v0.8.1 |
779 | 2024-08-08T21:30:13.728Z | Downloaded time v0.3.36 |
780 | 2024-08-08T21:30:13.736Z | Downloaded tungstenite v0.20.1 |
781 | 2024-08-08T21:30:13.740Z | Downloaded rustyline v14.0.0 |
782 | 2024-08-08T21:30:13.745Z | Downloaded winnow v0.5.40 |
783 | 2024-08-08T21:30:13.755Z | Downloaded futures-util v0.3.30 |
784 | 2024-08-08T21:30:13.767Z | Downloaded rsa v0.9.6 |
785 | 2024-08-08T21:30:13.772Z | Downloaded portable-atomic v1.6.0 |
786 | 2024-08-08T21:30:13.780Z | Downloaded hashbrown v0.13.2 |
787 | 2024-08-08T21:30:13.784Z | Downloaded tokio-util v0.7.11 |
788 | 2024-08-08T21:30:13.791Z | Downloaded webpki-roots v0.25.4 |
789 | 2024-08-08T21:30:13.795Z | Downloaded serde_with v3.8.3 |
790 | 2024-08-08T21:30:13.803Z | Downloaded hkdf v0.12.4 |
791 | 2024-08-08T21:30:13.806Z | Downloaded http v0.2.12 |
792 | 2024-08-08T21:30:13.809Z | Downloaded curve25519-dalek v4.1.3 |
793 | 2024-08-08T21:30:13.819Z | Downloaded h2 v0.3.26 |
794 | 2024-08-08T21:30:13.826Z | Downloaded reqwest v0.11.27 |
795 | 2024-08-08T21:30:13.835Z | Downloaded regex-automata v0.1.10 |
796 | 2024-08-08T21:30:13.840Z | Downloaded regex v1.10.6 |
797 | 2024-08-08T21:30:13.855Z | Downloaded rayon v1.10.0 |
798 | 2024-08-08T21:30:13.864Z | Downloaded rustls v0.21.12 |
799 | 2024-08-08T21:30:13.876Z | Downloaded rustls-webpki v0.101.7 |
800 | 2024-08-08T21:30:13.891Z | Downloaded smoltcp v0.9.1 |
801 | 2024-08-08T21:30:13.902Z | Downloaded vcpkg v0.2.15 |
802 | 2024-08-08T21:30:13.942Z | Downloaded hyper v0.14.30 |
803 | 2024-08-08T21:30:13.950Z | Downloaded radix_trie v0.2.1 |
804 | 2024-08-08T21:30:13.955Z | Downloaded smoltcp v0.11.0 |
805 | 2024-08-08T21:30:13.970Z | Downloaded object v0.32.2 |
806 | 2024-08-08T21:30:13.979Z | Downloaded idna v0.2.3 |
807 | 2024-08-08T21:30:13.985Z | Downloaded polar-core v0.27.3 |
808 | 2024-08-08T21:30:13.994Z | Downloaded idna v0.3.0 |
809 | 2024-08-08T21:30:14.007Z | Downloaded proptest v1.5.0 |
810 | 2024-08-08T21:30:14.011Z | Downloaded trust-dns-proto v0.22.0 |
811 | 2024-08-08T21:30:14.026Z | Downloaded nix v0.28.0 |
812 | 2024-08-08T21:30:14.036Z | Downloaded openapiv3 v2.0.0 |
813 | 2024-08-08T21:30:14.049Z | Downloaded regress v0.9.1 |
814 | 2024-08-08T21:30:14.059Z | Downloaded diesel v2.2.2 |
815 | 2024-08-08T21:30:14.077Z | Downloaded regex-syntax v0.8.3 |
816 | 2024-08-08T21:30:14.086Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
817 | 2024-08-08T21:30:14.099Z | Downloaded nix v0.27.1 |
818 | 2024-08-08T21:30:14.110Z | Downloaded ratatui v0.27.0 |
819 | 2024-08-08T21:30:14.131Z | Downloaded regex-automata v0.4.6 |
820 | 2024-08-08T21:30:14.149Z | Downloaded zerocopy-derive v0.6.6 |
821 | 2024-08-08T21:30:14.160Z | Downloaded tokio v1.38.1 |
822 | 2024-08-08T21:30:14.200Z | Downloaded finl_unicode v1.2.0 |
823 | 2024-08-08T21:30:14.213Z | Downloaded csv v1.3.0 |
824 | 2024-08-08T21:30:14.235Z | Downloaded sha3 v0.10.8 |
825 | 2024-08-08T21:30:14.239Z | Downloaded sled v0.34.7 |
826 | 2024-08-08T21:30:14.250Z | Downloaded encoding_rs v0.8.34 |
827 | 2024-08-08T21:30:14.272Z | Downloaded petgraph v0.6.5 |
828 | 2024-08-08T21:30:14.290Z | Downloaded idna v0.5.0 |
829 | 2024-08-08T21:30:14.297Z | Downloaded object v0.30.4 |
830 | 2024-08-08T21:30:14.309Z | Downloaded bstr v1.9.1 |
831 | 2024-08-08T21:30:14.319Z | Downloaded rustls v0.22.4 |
832 | 2024-08-08T21:30:14.333Z | Downloaded openssl v0.10.66 |
833 | 2024-08-08T21:30:14.343Z | Downloaded lalrpop v0.19.12 |
834 | 2024-08-08T21:30:14.354Z | Downloaded regex-syntax v0.6.29 |
835 | 2024-08-08T21:30:14.362Z | Downloaded rustls-webpki v0.102.4 |
836 | 2024-08-08T21:30:14.380Z | Downloaded reedline v0.31.0 |
837 | 2024-08-08T21:30:14.387Z | Downloaded gimli v0.28.1 |
838 | 2024-08-08T21:30:14.396Z | Downloaded bstr v0.2.17 |
839 | 2024-08-08T21:30:14.405Z | Downloaded chrono v0.4.38 |
840 | 2024-08-08T21:30:14.413Z | Downloaded bitvec v1.0.1 |
841 | 2024-08-08T21:30:14.428Z | Downloaded publicsuffix v2.2.3 |
842 | 2024-08-08T21:30:14.431Z | Downloaded heapless v0.8.0 |
843 | 2024-08-08T21:30:14.435Z | Downloaded quick-xml v0.31.0 |
844 | 2024-08-08T21:30:14.442Z | Downloaded num-bigint-dig v0.8.4 |
845 | 2024-08-08T21:30:14.446Z | Downloaded sqlparser v0.45.0 |
846 | 2024-08-08T21:30:14.451Z | Downloaded tough v0.17.1 |
847 | 2024-08-08T21:30:14.460Z | Downloaded url v2.5.2 |
848 | 2024-08-08T21:30:14.463Z | Downloaded serde_with_macros v3.8.3 |
849 | 2024-08-08T21:30:14.466Z | Downloaded dsl_auto_type v0.1.2 |
850 | 2024-08-08T21:30:14.469Z | Downloaded percent-encoding v2.3.1 |
851 | 2024-08-08T21:30:14.469Z | Downloaded nom v7.1.3 |
852 | 2024-08-08T21:30:14.472Z | Downloaded hex v0.4.3 |
853 | 2024-08-08T21:30:14.475Z | Downloaded pem-rfc7468 v0.7.0 |
854 | 2024-08-08T21:30:14.478Z | Downloaded libm v0.2.8 |
855 | 2024-08-08T21:30:14.483Z | Downloaded tui-tree-widget v0.21.0 |
856 | 2024-08-08T21:30:14.486Z | Downloaded zeroize v1.7.0 |
857 | 2024-08-08T21:30:14.486Z | Downloaded subprocess v0.2.9 |
858 | 2024-08-08T21:30:14.489Z | Downloaded rustls-pemfile v2.1.3 |
859 | 2024-08-08T21:30:14.492Z | Downloaded trust-dns-server v0.22.1 |
860 | 2024-08-08T21:30:14.496Z | Downloaded hostname v0.4.0 |
861 | 2024-08-08T21:30:14.499Z | Downloaded rustls-pki-types v1.7.0 |
862 | 2024-08-08T21:30:14.502Z | Downloaded tinyvec v1.6.0 |
863 | 2024-08-08T21:30:14.504Z | Downloaded aho-corasick v1.1.3 |
864 | 2024-08-08T21:30:14.509Z | Downloaded zip v0.6.6 |
865 | 2024-08-08T21:30:14.517Z | Downloaded unicode-normalization v0.1.23 |
866 | 2024-08-08T21:30:14.521Z | Downloaded toml_edit v0.19.15 |
867 | 2024-08-08T21:30:14.537Z | Downloaded endian-type v0.1.2 |
868 | 2024-08-08T21:30:14.540Z | Downloaded strip-ansi-escapes v0.2.0 |
869 | 2024-08-08T21:30:14.540Z | Downloaded string_cache v0.8.7 |
870 | 2024-08-08T21:30:14.540Z | Downloaded textwrap v0.16.1 |
871 | 2024-08-08T21:30:14.543Z | Downloaded term v0.7.0 |
872 | 2024-08-08T21:30:14.546Z | Downloaded futures-macro v0.3.30 |
873 | 2024-08-08T21:30:14.549Z | Downloaded filetime v0.2.23 |
874 | 2024-08-08T21:30:14.549Z | Downloaded structmeta v0.3.0 |
875 | 2024-08-08T21:30:14.552Z | Downloaded slog-scope v4.4.0 |
876 | 2024-08-08T21:30:14.552Z | Downloaded semver v0.1.20 |
877 | 2024-08-08T21:30:14.552Z | Downloaded proc-macro-crate v1.3.1 |
878 | 2024-08-08T21:30:14.555Z | Downloaded fallible-iterator v0.2.0 |
879 | 2024-08-08T21:30:14.555Z | Downloaded serde_yaml v0.9.34+deprecated |
880 | 2024-08-08T21:30:14.558Z | Downloaded spin v0.5.2 |
881 | 2024-08-08T21:30:14.561Z | Downloaded ff v0.13.0 |
882 | 2024-08-08T21:30:14.561Z | Downloaded iana-time-zone v0.1.60 |
883 | 2024-08-08T21:30:14.563Z | Downloaded postgres-types v0.2.7 |
884 | 2024-08-08T21:30:14.566Z | Downloaded half v2.4.1 |
885 | 2024-08-08T21:30:14.569Z | Downloaded trust-dns-client v0.22.0 |
886 | 2024-08-08T21:30:14.573Z | Downloaded futures-io v0.3.30 |
887 | 2024-08-08T21:30:14.576Z | Downloaded futures v0.3.30 |
888 | 2024-08-08T21:30:14.579Z | Downloaded slog-term v2.9.1 |
889 | 2024-08-08T21:30:14.582Z | Downloaded tls_codec v0.4.1 |
890 | 2024-08-08T21:30:14.584Z | Downloaded serde_arrays v0.1.0 |
891 | 2024-08-08T21:30:14.584Z | Downloaded predicates-core v1.0.6 |
892 | 2024-08-08T21:30:14.587Z | Downloaded predicates v3.1.2 |
893 | 2024-08-08T21:30:14.592Z | Downloaded humantime v2.1.0 |
894 | 2024-08-08T21:30:14.592Z | Downloaded rustc_version v0.4.0 |
895 | 2024-08-08T21:30:14.595Z | Downloaded rustc_version v0.1.7 |
896 | 2024-08-08T21:30:14.595Z | Downloaded rustc-demangle v0.1.24 |
897 | 2024-08-08T21:30:14.595Z | Downloaded unicode-bidi v0.3.15 |
898 | 2024-08-08T21:30:14.598Z | Downloaded tungstenite v0.21.0 |
899 | 2024-08-08T21:30:14.600Z | Downloaded psl-types v2.0.11 |
900 | 2024-08-08T21:30:14.600Z | Downloaded crypto-bigint v0.5.5 |
901 | 2024-08-08T21:30:14.606Z | Downloaded crossbeam-channel v0.5.12 |
902 | 2024-08-08T21:30:14.612Z | Downloaded trust-dns-resolver v0.22.0 |
903 | 2024-08-08T21:30:14.615Z | Downloaded structmeta-derive v0.3.0 |
904 | 2024-08-08T21:30:14.618Z | Downloaded futures-channel v0.3.30 |
905 | 2024-08-08T21:30:14.618Z | Downloaded env_logger v0.10.2 |
906 | 2024-08-08T21:30:14.621Z | Downloaded miniz_oxide v0.7.2 |
907 | 2024-08-08T21:30:14.623Z | Downloaded utf-8 v0.7.6 |
908 | 2024-08-08T21:30:14.626Z | Downloaded yasna v0.5.2 |
909 | 2024-08-08T21:30:14.629Z | Downloaded tiny-keccak v2.0.2 |
910 | 2024-08-08T21:30:14.629Z | Downloaded strum_macros v0.25.3 |
911 | 2024-08-08T21:30:14.631Z | Downloaded hyper-staticfile v0.9.5 |
912 | 2024-08-08T21:30:14.634Z | Downloaded funty v2.0.0 |
913 | 2024-08-08T21:30:14.634Z | Downloaded fragile v2.0.0 |
914 | 2024-08-08T21:30:14.637Z | Downloaded embedded-io v0.4.0 |
915 | 2024-08-08T21:30:14.637Z | Downloaded serde_derive_internals v0.29.1 |
916 | 2024-08-08T21:30:14.640Z | Downloaded rusty-fork v0.3.0 |
917 | 2024-08-08T21:30:14.640Z | Downloaded tar v0.4.41 |
918 | 2024-08-08T21:30:14.642Z | Downloaded env_logger v0.9.3 |
919 | 2024-08-08T21:30:14.645Z | Downloaded ring v0.17.8 |
920 | 2024-08-08T21:30:14.716Z | Downloaded mio v0.8.11 |
921 | 2024-08-08T21:30:14.721Z | Downloaded globset v0.4.14 |
922 | 2024-08-08T21:30:14.724Z | Downloaded getrandom v0.2.14 |
923 | 2024-08-08T21:30:14.727Z | Downloaded serde_path_to_error v0.1.16 |
924 | 2024-08-08T21:30:14.729Z | Downloaded hash32 v0.3.1 |
925 | 2024-08-08T21:30:14.729Z | Downloaded hash32 v0.2.1 |
926 | 2024-08-08T21:30:14.732Z | Downloaded group v0.13.0 |
927 | 2024-08-08T21:30:14.732Z | Downloaded enum-as-inner v0.5.1 |
928 | 2024-08-08T21:30:14.735Z | Downloaded tokio-rustls v0.24.1 |
929 | 2024-08-08T21:30:14.738Z | Downloaded parking_lot v0.12.2 |
930 | 2024-08-08T21:30:14.738Z | Downloaded omicron-zone-package v0.11.0 |
931 | 2024-08-08T21:30:14.741Z | Downloaded der v0.7.9 |
932 | 2024-08-08T21:30:14.746Z | Downloaded compact_str v0.7.1 |
933 | 2024-08-08T21:30:14.748Z | Downloaded blake2 v0.10.6 |
934 | 2024-08-08T21:30:14.751Z | Downloaded arc-swap v1.7.1 |
935 | 2024-08-08T21:30:14.754Z | Downloaded spki v0.7.3 |
936 | 2024-08-08T21:30:14.757Z | Downloaded ring v0.16.20 |
937 | 2024-08-08T21:30:14.839Z | Downloaded signature v2.2.0 |
938 | 2024-08-08T21:30:14.842Z | Downloaded signal-hook-mio v0.2.3 |
939 | 2024-08-08T21:30:14.842Z | Downloaded pkcs1 v0.7.5 |
940 | 2024-08-08T21:30:14.844Z | Downloaded tokio-tungstenite v0.20.1 |
941 | 2024-08-08T21:30:14.847Z | Downloaded derive_builder_core v0.20.0 |
942 | 2024-08-08T21:30:14.850Z | Downloaded flagset v0.4.5 |
943 | 2024-08-08T21:30:14.850Z | Downloaded dirs-sys-next v0.1.2 |
944 | 2024-08-08T21:30:14.850Z | Downloaded dirs-next v2.0.0 |
945 | 2024-08-08T21:30:14.853Z | Downloaded difflib v0.4.0 |
946 | 2024-08-08T21:30:14.853Z | Downloaded derive_builder v0.20.0 |
947 | 2024-08-08T21:30:14.856Z | Downloaded wait-timeout v0.2.0 |
948 | 2024-08-08T21:30:14.858Z | Downloaded unicode-truncate v1.0.0 |
949 | 2024-08-08T21:30:14.858Z | Downloaded rand_chacha v0.3.1 |
950 | 2024-08-08T21:30:14.861Z | Downloaded bytes v1.7.1 |
951 | 2024-08-08T21:30:14.864Z | Downloaded crc32fast v1.4.0 |
952 | 2024-08-08T21:30:14.867Z | Downloaded nu-ansi-term v0.50.0 |
953 | 2024-08-08T21:30:14.867Z | Downloaded schemars_derive v0.8.21 |
954 | 2024-08-08T21:30:14.869Z | Downloaded paste v1.0.15 |
955 | 2024-08-08T21:30:14.874Z | Downloaded crossbeam-utils v0.8.19 |
956 | 2024-08-08T21:30:14.876Z | Downloaded num-rational v0.4.2 |
957 | 2024-08-08T21:30:14.876Z | Downloaded http-body v0.4.6 |
958 | 2024-08-08T21:30:14.876Z | Downloaded const-oid v0.9.6 |
959 | 2024-08-08T21:30:14.879Z | Downloaded cc v1.0.97 |
960 | 2024-08-08T21:30:14.882Z | Downloaded base64 v0.22.1 |
961 | 2024-08-08T21:30:14.884Z | Downloaded backtrace v0.3.71 |
962 | 2024-08-08T21:30:14.890Z | Downloaded stability v0.2.0 |
963 | 2024-08-08T21:30:14.893Z | Downloaded sqlparser_derive v0.2.2 |
964 | 2024-08-08T21:30:14.893Z | Downloaded glob v0.3.1 |
965 | 2024-08-08T21:30:14.893Z | Downloaded foreign-types-macros v0.2.3 |
966 | 2024-08-08T21:30:14.893Z | Downloaded fastrand v2.1.0 |
967 | 2024-08-08T21:30:14.896Z | Downloaded snafu-derive v0.8.2 |
968 | 2024-08-08T21:30:14.896Z | Downloaded lock_api v0.4.12 |
969 | 2024-08-08T21:30:14.899Z | Downloaded const_format v0.2.32 |
970 | 2024-08-08T21:30:14.902Z | Downloaded nanorand v0.7.0 |
971 | 2024-08-08T21:30:14.904Z | Downloaded const_format_proc_macros v0.2.32 |
972 | 2024-08-08T21:30:14.907Z | Downloaded chacha20poly1305 v0.10.1 |
973 | 2024-08-08T21:30:14.907Z | Downloaded base64 v0.13.1 |
974 | 2024-08-08T21:30:14.910Z | Downloaded nibble_vec v0.1.0 |
975 | 2024-08-08T21:30:14.913Z | Downloaded newtype-uuid v1.1.0 |
976 | 2024-08-08T21:30:14.913Z | Downloaded bit-set v0.5.3 |
977 | 2024-08-08T21:30:14.913Z | Downloaded mockall v0.13.0 |
978 | 2024-08-08T21:30:14.915Z | Downloaded derive_builder_macro v0.20.0 |
979 | 2024-08-08T21:30:14.915Z | Downloaded strum_macros v0.24.3 |
980 | 2024-08-08T21:30:14.918Z | Downloaded slog-json v2.6.1 |
981 | 2024-08-08T21:30:14.918Z | Downloaded signal-hook-registry v1.4.2 |
982 | 2024-08-08T21:30:14.921Z | Downloaded sha1 v0.10.6 |
983 | 2024-08-08T21:30:14.921Z | Downloaded serde_urlencoded v0.7.1 |
984 | 2024-08-08T21:30:14.924Z | Downloaded memoffset v0.9.1 |
985 | 2024-08-08T21:30:14.924Z | Downloaded md-5 v0.10.6 |
986 | 2024-08-08T21:30:14.924Z | Downloaded lru-cache v0.1.2 |
987 | 2024-08-08T21:30:14.927Z | Downloaded defmt-macros v0.3.9 |
988 | 2024-08-08T21:30:14.930Z | Downloaded base64ct v1.6.0 |
989 | 2024-08-08T21:30:14.930Z | Downloaded backoff v0.4.0 |
990 | 2024-08-08T21:30:14.932Z | Downloaded curve25519-dalek-derive v0.1.1 |
991 | 2024-08-08T21:30:14.932Z | Downloaded constant_time_eq v0.3.0 |
992 | 2024-08-08T21:30:14.935Z | Downloaded block-padding v0.3.3 |
993 | 2024-08-08T21:30:14.935Z | Downloaded crossbeam-epoch v0.9.18 |
994 | 2024-08-08T21:30:14.938Z | Downloaded ascii-canvas v3.0.0 |
995 | 2024-08-08T21:30:14.938Z | Downloaded libefi-sys v0.1.0 |
996 | 2024-08-08T21:30:14.941Z | Downloaded keccak v0.1.5 |
997 | 2024-08-08T21:30:14.941Z | Downloaded strum v0.26.3 |
998 | 2024-08-08T21:30:14.941Z | Downloaded openssl-probe v0.1.5 |
999 | 2024-08-08T21:30:14.941Z | Downloaded libsw v3.3.1 |
1000 | 2024-08-08T21:30:14.945Z | Downloaded bitflags v1.3.2 |
1001 | 2024-08-08T21:30:14.948Z | Downloaded async-recursion v1.1.1 |
1002 | 2024-08-08T21:30:14.951Z | Downloaded array-init v0.0.4 |
1003 | 2024-08-08T21:30:14.951Z | Downloaded is_ci v1.2.0 |
1004 | 2024-08-08T21:30:14.951Z | Downloaded ipnet v2.9.0 |
1005 | 2024-08-08T21:30:14.954Z | Downloaded indoc v1.0.9 |
1006 | 2024-08-08T21:30:14.957Z | Downloaded impl-trait-for-tuples v0.2.2 |
1007 | 2024-08-08T21:30:14.957Z | Downloaded ciborium-io v0.2.2 |
1008 | 2024-08-08T21:30:14.960Z | Downloaded ascii v1.1.0 |
1009 | 2024-08-08T21:30:14.960Z | Downloaded num-derive v0.4.2 |
1010 | 2024-08-08T21:30:14.962Z | Downloaded nodrop v0.1.14 |
1011 | 2024-08-08T21:30:14.962Z | Downloaded mime v0.3.17 |
1012 | 2024-08-08T21:30:14.962Z | Downloaded camino-tempfile v1.1.1 |
1013 | 2024-08-08T21:30:14.965Z | Downloaded async-trait v0.1.81 |
1014 | 2024-08-08T21:30:14.968Z | Downloaded argon2 v0.5.3 |
1015 | 2024-08-08T21:30:14.971Z | Downloaded bitstruct_derive v0.1.0 |
1016 | 2024-08-08T21:30:14.971Z | Downloaded atomicwrites v0.4.3 |
1017 | 2024-08-08T21:30:14.971Z | Downloaded lalrpop-util v0.19.12 |
1018 | 2024-08-08T21:30:14.973Z | Downloaded indent_write v2.2.0 |
1019 | 2024-08-08T21:30:14.973Z | Downloaded defmt v0.3.8 |
1020 | 2024-08-08T21:30:14.976Z | Downloaded convert_case v0.4.0 |
1021 | 2024-08-08T21:30:14.976Z | Downloaded allocator-api2 v0.2.18 |
1022 | 2024-08-08T21:30:14.980Z | Downloaded colored v2.1.0 |
1023 | 2024-08-08T21:30:14.983Z | Downloaded ciborium-ll v0.2.2 |
1024 | 2024-08-08T21:30:14.983Z | Downloaded assert_matches v1.5.0 |
1025 | 2024-08-08T21:30:14.983Z | Downloaded match_cfg v0.1.0 |
1026 | 2024-08-08T21:30:14.983Z | Downloaded bitfield-struct v0.6.1 |
1027 | 2024-08-08T21:30:14.986Z | Downloaded async-stream v0.3.5 |
1028 | 2024-08-08T21:30:15.067Z | Compiling cfg-if v1.0.0 |
1029 | 2024-08-08T21:30:15.067Z | Compiling serde v1.0.205 |
1030 | 2024-08-08T21:30:15.070Z | Compiling lock_api v0.4.12 |
1031 | 2024-08-08T21:30:15.070Z | Compiling scopeguard v1.2.0 |
1032 | 2024-08-08T21:30:15.217Z | Compiling log v0.4.21 |
1033 | 2024-08-08T21:30:15.240Z | Compiling syn v2.0.72 |
1034 | 2024-08-08T21:30:15.243Z | Compiling cc v1.0.97 |
1035 | 2024-08-08T21:30:15.256Z | Compiling typenum v1.17.0 |
1036 | 2024-08-08T21:30:15.296Z | Compiling getrandom v0.2.14 |
1037 | 2024-08-08T21:30:15.333Z | Compiling generic-array v0.14.7 |
1038 | 2024-08-08T21:30:15.747Z | Compiling rand_core v0.6.4 |
1039 | 2024-08-08T21:30:15.782Z | Compiling parking_lot_core v0.9.10 |
1040 | 2024-08-08T21:30:15.871Z | Compiling pin-project-lite v0.2.14 |
1041 | 2024-08-08T21:30:15.960Z | Compiling smallvec v1.13.2 |
1042 | 2024-08-08T21:30:16.008Z | Compiling signal-hook-registry v1.4.2 |
1043 | 2024-08-08T21:30:16.181Z | Compiling spin v0.9.8 |
1044 | 2024-08-08T21:30:16.277Z | Compiling mio v0.8.11 |
1045 | 2024-08-08T21:30:16.323Z | Compiling ahash v0.8.11 |
1046 | 2024-08-08T21:30:16.591Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-08T21:30:16.687Z | Compiling futures-core v0.3.30 |
1048 | 2024-08-08T21:30:16.773Z | Compiling parking_lot v0.12.2 |
1049 | 2024-08-08T21:30:16.900Z | Compiling tinyvec v1.6.0 |
1050 | 2024-08-08T21:30:16.949Z | Compiling num_cpus v1.16.0 |
1051 | 2024-08-08T21:30:17.071Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-08T21:30:17.130Z | Compiling libm v0.2.8 |
1053 | 2024-08-08T21:30:17.596Z | Compiling serde_json v1.0.122 |
1054 | 2024-08-08T21:30:17.672Z | Compiling subtle v2.5.0 |
1055 | 2024-08-08T21:30:17.826Z | Compiling const-oid v0.9.6 |
1056 | 2024-08-08T21:30:18.012Z | Compiling num-traits v0.2.19 |
1057 | 2024-08-08T21:30:18.029Z | Compiling slab v0.4.9 |
1058 | 2024-08-08T21:30:18.174Z | Compiling futures-sink v0.3.30 |
1059 | 2024-08-08T21:30:18.243Z | Compiling allocator-api2 v0.2.18 |
1060 | 2024-08-08T21:30:18.303Z | Compiling unicode-bidi v0.3.15 |
1061 | 2024-08-08T21:30:18.464Z | Compiling unicode-normalization v0.1.23 |
1062 | 2024-08-08T21:30:18.796Z | Compiling futures-channel v0.3.30 |
1063 | 2024-08-08T21:30:19.027Z | Compiling pin-utils v0.1.0 |
1064 | 2024-08-08T21:30:19.122Z | Compiling futures-task v0.3.30 |
1065 | 2024-08-08T21:30:19.140Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-08T21:30:19.208Z | Compiling futures-io v0.3.30 |
1067 | 2024-08-08T21:30:19.423Z | Compiling vcpkg v0.2.15 |
1068 | 2024-08-08T21:30:19.558Z | Compiling ring v0.17.8 |
1069 | 2024-08-08T21:30:19.821Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-08-08T21:30:19.857Z | Compiling ppv-lite86 v0.2.17 |
1071 | 2024-08-08T21:30:19.978Z | Compiling tracing-core v0.1.32 |
1072 | 2024-08-08T21:30:20.188Z | Compiling rustix v0.38.34 |
1073 | 2024-08-08T21:30:20.700Z | Compiling rand_chacha v0.3.1 |
1074 | 2024-08-08T21:30:20.720Z | Compiling num-conv v0.1.0 |
1075 | 2024-08-08T21:30:21.009Z | Compiling syn v1.0.109 |
1076 | 2024-08-08T21:30:21.026Z | Compiling untrusted v0.9.0 |
1077 | 2024-08-08T21:30:21.181Z | Compiling powerfmt v0.2.0 |
1078 | 2024-08-08T21:30:21.414Z | Compiling time-core v0.1.2 |
1079 | 2024-08-08T21:30:21.535Z | Compiling deranged v0.3.11 |
1080 | 2024-08-08T21:30:21.564Z | Compiling openssl-sys v0.9.103 |
1081 | 2024-08-08T21:30:21.582Z | Compiling rand v0.8.5 |
1082 | 2024-08-08T21:30:21.585Z | Compiling time-macros v0.2.18 |
1083 | 2024-08-08T21:30:21.802Z | Compiling httparse v1.8.0 |
1084 | 2024-08-08T21:30:22.255Z | Compiling openssl v0.10.66 |
1085 | 2024-08-08T21:30:22.687Z | Compiling num_threads v0.1.7 |
1086 | 2024-08-08T21:30:22.796Z | Compiling foreign-types-shared v0.1.1 |
1087 | 2024-08-08T21:30:22.810Z | Compiling rustversion v1.0.17 |
1088 | 2024-08-08T21:30:22.890Z | Compiling base64ct v1.6.0 |
1089 | 2024-08-08T21:30:23.119Z | Compiling foreign-types v0.3.2 |
1090 | 2024-08-08T21:30:23.300Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-08T21:30:23.429Z | Compiling pem-rfc7468 v0.7.0 |
1092 | 2024-08-08T21:30:23.586Z | Compiling crossbeam-utils v0.8.19 |
1093 | 2024-08-08T21:30:23.609Z | Compiling native-tls v0.2.11 |
1094 | 2024-08-08T21:30:23.930Z | Compiling rustls v0.21.12 |
1095 | 2024-08-08T21:30:24.115Z | Compiling try-lock v0.2.5 |
1096 | 2024-08-08T21:30:24.184Z | Compiling siphasher v0.3.11 |
1097 | 2024-08-08T21:30:24.202Z | Compiling flagset v0.4.5 |
1098 | 2024-08-08T21:30:24.250Z | Compiling want v0.3.1 |
1099 | 2024-08-08T21:30:24.523Z | Compiling idna v0.5.0 |
1100 | 2024-08-08T21:30:24.681Z | Compiling time v0.3.36 |
1101 | 2024-08-08T21:30:24.851Z | Compiling lazy_static v1.5.0 |
1102 | 2024-08-08T21:30:24.969Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-08-08T21:30:25.159Z | Compiling cookie v0.17.0 |
1104 | 2024-08-08T21:30:25.465Z | Compiling slog v2.7.0 |
1105 | 2024-08-08T21:30:25.896Z | Compiling tower-service v0.3.2 |
1106 | 2024-08-08T21:30:26.027Z | Compiling signal-hook v0.3.17 |
1107 | 2024-08-08T21:30:26.058Z | Compiling iana-time-zone v0.1.60 |
1108 | 2024-08-08T21:30:26.161Z | Compiling finl_unicode v1.2.0 |
1109 | 2024-08-08T21:30:26.300Z | Compiling openssl-probe v0.1.5 |
1110 | 2024-08-08T21:30:26.507Z | Compiling cpufeatures v0.2.12 |
1111 | 2024-08-08T21:30:26.607Z | Compiling regex-syntax v0.8.3 |
1112 | 2024-08-08T21:30:26.666Z | Compiling adler v1.0.2 |
1113 | 2024-08-08T21:30:26.752Z | Compiling httpdate v1.0.3 |
1114 | 2024-08-08T21:30:26.885Z | Compiling miniz_oxide v0.7.2 |
1115 | 2024-08-08T21:30:27.199Z | Compiling stringprep v0.1.4 |
1116 | 2024-08-08T21:30:28.497Z | Compiling url v2.5.2 |
1117 | 2024-08-08T21:30:29.826Z | Compiling num-integer v0.1.46 |
1118 | 2024-08-08T21:30:29.846Z | Compiling serde_derive v1.0.205 |
1119 | 2024-08-08T21:30:30.015Z | Compiling zeroize_derive v1.4.2 |
1120 | 2024-08-08T21:30:30.439Z | Compiling zerocopy-derive v0.7.34 |
1121 | 2024-08-08T21:30:30.533Z | Compiling tokio-macros v2.3.0 |
1122 | 2024-08-08T21:30:30.625Z | Compiling thiserror-impl v1.0.63 |
1123 | 2024-08-08T21:30:31.687Z | Compiling zeroize v1.7.0 |
1124 | 2024-08-08T21:30:31.959Z | Compiling futures-macro v0.3.30 |
1125 | 2024-08-08T21:30:32.218Z | Compiling tracing-attributes v0.1.27 |
1126 | 2024-08-08T21:30:32.783Z | Compiling zerocopy v0.7.34 |
1127 | 2024-08-08T21:30:33.155Z | Compiling scroll_derive v0.12.0 |
1128 | 2024-08-08T21:30:33.539Z | Compiling crypto-common v0.1.6 |
1129 | 2024-08-08T21:30:33.770Z | Compiling block-buffer v0.10.4 |
1130 | 2024-08-08T21:30:34.011Z | Compiling futures-util v0.3.30 |
1131 | 2024-08-08T21:30:34.031Z | Compiling digest v0.10.7 |
1132 | 2024-08-08T21:30:34.123Z | Compiling thiserror v1.0.63 |
1133 | 2024-08-08T21:30:34.257Z | Compiling pest v2.7.10 |
1134 | 2024-08-08T21:30:34.537Z | Compiling hmac v0.12.1 |
1135 | 2024-08-08T21:30:34.709Z | Compiling scroll v0.12.0 |
1136 | 2024-08-08T21:30:34.783Z | Compiling der_derive v0.7.2 |
1137 | 2024-08-08T21:30:35.084Z | Compiling hashbrown v0.14.5 |
1138 | 2024-08-08T21:30:35.275Z | Compiling goblin v0.8.2 |
1139 | 2024-08-08T21:30:36.096Z | Compiling tracing v0.1.40 |
1140 | 2024-08-08T21:30:36.514Z | Compiling openssl-macros v0.1.1 |
1141 | 2024-08-08T21:30:36.613Z | Compiling rustls-webpki v0.101.7 |
1142 | 2024-08-08T21:30:37.310Z | Compiling pest_meta v2.7.10 |
1143 | 2024-08-08T21:30:37.345Z | Compiling sct v0.7.1 |
1144 | 2024-08-08T21:30:37.363Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-08T21:30:37.419Z | Compiling der v0.7.9 |
1146 | 2024-08-08T21:30:38.632Z | Compiling pest_generator v2.7.10 |
1147 | 2024-08-08T21:30:40.113Z | Compiling spki v0.7.3 |
1148 | 2024-08-08T21:30:40.505Z | Compiling md-5 v0.10.6 |
1149 | 2024-08-08T21:30:40.711Z | Compiling regex-automata v0.4.6 |
1150 | 2024-08-08T21:30:40.730Z | Compiling idna v0.3.0 |
1151 | 2024-08-08T21:30:40.815Z | Compiling backtrace v0.3.71 |
1152 | 2024-08-08T21:30:40.971Z | Compiling hash32 v0.2.1 |
1153 | 2024-08-08T21:30:41.304Z | Compiling smoltcp v0.9.1 |
1154 | 2024-08-08T21:30:41.365Z | Compiling gimli v0.28.1 |
1155 | 2024-08-08T21:30:42.080Z | Compiling crc32fast v1.4.0 |
1156 | 2024-08-08T21:30:42.355Z | Compiling base64 v0.22.1 |
1157 | 2024-08-08T21:30:42.382Z | Compiling pest_derive v2.7.10 |
1158 | 2024-08-08T21:30:42.639Z | Compiling fallible-iterator v0.2.0 |
1159 | 2024-08-08T21:30:43.110Z | Compiling stable_deref_trait v1.2.0 |
1160 | 2024-08-08T21:30:43.228Z | Compiling dtrace-parser v0.2.0 |
1161 | 2024-08-08T21:30:43.246Z | Compiling psl-types v2.0.11 |
1162 | 2024-08-08T21:30:43.423Z | Compiling publicsuffix v2.2.3 |
1163 | 2024-08-08T21:30:43.575Z | Compiling pkcs8 v0.10.2 |
1164 | 2024-08-08T21:30:43.681Z | Compiling hubpack_derive v0.1.1 |
1165 | 2024-08-08T21:30:44.155Z | Compiling block-padding v0.3.3 |
1166 | 2024-08-08T21:30:44.418Z | Compiling zerocopy-derive v0.6.6 |
1167 | 2024-08-08T21:30:44.628Z | Compiling bytes v1.7.1 |
1168 | 2024-08-08T21:30:44.898Z | Compiling bitflags v2.6.0 |
1169 | 2024-08-08T21:30:45.362Z | Compiling indexmap v2.3.0 |
1170 | 2024-08-08T21:30:45.845Z | Compiling tokio v1.38.1 |
1171 | 2024-08-08T21:30:45.937Z | Compiling http v0.2.12 |
1172 | 2024-08-08T21:30:46.479Z | Compiling semver v1.0.23 |
1173 | 2024-08-08T21:30:46.888Z | Compiling uuid v1.10.0 |
1174 | 2024-08-08T21:30:47.260Z | Compiling rustc_version v0.4.0 |
1175 | 2024-08-08T21:30:48.060Z | Compiling heapless v0.7.17 |
1176 | 2024-08-08T21:30:48.359Z | Compiling http-body v0.4.6 |
1177 | 2024-08-08T21:30:48.443Z | Compiling dof v0.3.0 |
1178 | 2024-08-08T21:30:48.515Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-08T21:30:48.569Z | Compiling chrono v0.4.38 |
1180 | 2024-08-08T21:30:48.750Z | Compiling toml_datetime v0.6.8 |
1181 | 2024-08-08T21:30:48.794Z | Compiling serde_tokenstream v0.2.1 |
1182 | 2024-08-08T21:30:49.268Z | Compiling usdt-impl v0.5.0 |
1183 | 2024-08-08T21:30:49.348Z | Compiling terminal_size v0.3.0 |
1184 | 2024-08-08T21:30:49.675Z | Compiling addr2line v0.21.0 |
1185 | 2024-08-08T21:30:50.353Z | Compiling postgres-protocol v0.6.7 |
1186 | 2024-08-08T21:30:50.700Z | Compiling async-trait v0.1.81 |
1187 | 2024-08-08T21:30:51.748Z | Compiling phf_shared v0.11.2 |
1188 | 2024-08-08T21:30:52.007Z | Compiling serde_derive_internals v0.29.1 |
1189 | 2024-08-08T21:30:52.134Z | Compiling ff v0.13.0 |
1190 | 2024-08-08T21:30:52.361Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-08T21:30:52.377Z | Compiling object v0.32.2 |
1192 | 2024-08-08T21:30:52.664Z | Compiling either v1.13.0 |
1193 | 2024-08-08T21:30:52.682Z | Compiling base64 v0.21.7 |
1194 | 2024-08-08T21:30:53.379Z | Compiling ipnet v2.9.0 |
1195 | 2024-08-08T21:30:53.539Z | Compiling winnow v0.5.40 |
1196 | 2024-08-08T21:30:53.710Z | Compiling anyhow v1.0.86 |
1197 | 2024-08-08T21:30:53.837Z | Compiling matches v0.1.10 |
1198 | 2024-08-08T21:30:53.945Z | Compiling bitflags v1.3.2 |
1199 | 2024-08-08T21:30:54.049Z | Compiling tokio-util v0.7.11 |
1200 | 2024-08-08T21:30:54.328Z | Compiling tokio-rustls v0.24.1 |
1201 | 2024-08-08T21:30:54.604Z | Compiling tokio-native-tls v0.3.1 |
1202 | 2024-08-08T21:30:54.753Z | Compiling schemars v0.8.21 |
1203 | 2024-08-08T21:30:54.778Z | Compiling bit-vec v0.6.3 |
1204 | 2024-08-08T21:30:54.886Z | Compiling base16ct v0.2.0 |
1205 | 2024-08-08T21:30:55.142Z | Compiling h2 v0.3.26 |
1206 | 2024-08-08T21:30:55.217Z | Compiling managed v0.8.0 |
1207 | 2024-08-08T21:30:55.237Z | Compiling regex-automata v0.1.10 |
1208 | 2024-08-08T21:30:55.515Z | Compiling rustc-demangle v0.1.24 |
1209 | 2024-08-08T21:30:55.698Z | Compiling bstr v0.2.17 |
1210 | 2024-08-08T21:30:55.783Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-08T21:30:56.402Z | Compiling schemars_derive v0.8.21 |
1212 | 2024-08-08T21:30:56.687Z | Compiling idna v0.2.3 |
1213 | 2024-08-08T21:30:57.196Z | Compiling toml_edit v0.19.15 |
1214 | 2024-08-08T21:30:57.577Z | Compiling clap_builder v4.5.13 |
1215 | 2024-08-08T21:30:57.886Z | Compiling rustls-pemfile v1.0.4 |
1216 | 2024-08-08T21:30:58.310Z | Compiling group v0.13.0 |
1217 | 2024-08-08T21:30:58.427Z | Compiling signal-hook-mio v0.2.3 |
1218 | 2024-08-08T21:30:58.592Z | Compiling phf v0.11.2 |
1219 | 2024-08-08T21:30:58.641Z | Compiling cookie_store v0.20.0 |
1220 | 2024-08-08T21:30:58.896Z | Compiling postgres-types v0.2.7 |
1221 | 2024-08-08T21:30:59.818Z | Compiling usdt-attr-macro v0.5.0 |
1222 | 2024-08-08T21:31:00.179Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-08-08T21:31:00.439Z | Compiling zerocopy v0.6.6 |
1224 | 2024-08-08T21:31:01.327Z | Compiling regex v1.10.6 |
1225 | 2024-08-08T21:31:01.347Z | Compiling hubpack v0.1.2 |
1226 | 2024-08-08T21:31:01.502Z | Compiling serde_urlencoded v0.7.1 |
1227 | 2024-08-08T21:31:01.666Z | Compiling inout v0.1.3 |
1228 | 2024-08-08T21:31:01.967Z | Compiling hyper v0.14.30 |
1229 | 2024-08-08T21:31:02.057Z | Compiling futures-executor v0.3.30 |
1230 | 2024-08-08T21:31:02.168Z | Compiling enum-as-inner v0.5.1 |
1231 | 2024-08-08T21:31:02.424Z | Compiling hkdf v0.12.4 |
1232 | 2024-08-08T21:31:02.657Z | Compiling crypto-bigint v0.5.5 |
1233 | 2024-08-08T21:31:02.697Z | Compiling num-bigint v0.4.5 |
1234 | 2024-08-08T21:31:03.252Z | Compiling clap_derive v4.5.13 |
1235 | 2024-08-08T21:31:03.382Z | Compiling strum_macros v0.25.3 |
1236 | 2024-08-08T21:31:05.358Z | Compiling serde_repr v0.1.19 |
1237 | 2024-08-08T21:31:05.880Z | Compiling phf_shared v0.10.0 |
1238 | 2024-08-08T21:31:06.324Z | Compiling float-cmp v0.9.0 |
1239 | 2024-08-08T21:31:06.555Z | Compiling encoding_rs v0.8.34 |
1240 | 2024-08-08T21:31:06.623Z | Compiling whoami v1.5.1 |
1241 | 2024-08-08T21:31:07.142Z | Compiling data-encoding v2.6.0 |
1242 | 2024-08-08T21:31:07.261Z | Compiling precomputed-hash v0.1.1 |
1243 | 2024-08-08T21:31:07.379Z | Compiling difflib v0.4.0 |
1244 | 2024-08-08T21:31:07.562Z | Compiling predicates-core v1.0.6 |
1245 | 2024-08-08T21:31:07.938Z | Compiling normalize-line-endings v0.3.0 |
1246 | 2024-08-08T21:31:08.071Z | Compiling fixedbitset v0.4.2 |
1247 | 2024-08-08T21:31:08.514Z | Compiling dyn-clone v1.0.17 |
1248 | 2024-08-08T21:31:08.579Z | Compiling new_debug_unreachable v1.0.6 |
1249 | 2024-08-08T21:31:08.689Z | Compiling unicode-segmentation v1.11.0 |
1250 | 2024-08-08T21:31:08.759Z | Compiling webpki-roots v0.25.4 |
1251 | 2024-08-08T21:31:08.943Z | Compiling static_assertions v1.1.0 |
1252 | 2024-08-08T21:31:09.006Z | Compiling minimal-lexical v0.2.1 |
1253 | 2024-08-08T21:31:09.024Z | Compiling sync_wrapper v0.1.2 |
1254 | 2024-08-08T21:31:09.049Z | Compiling hyper-tls v0.5.0 |
1255 | 2024-08-08T21:31:09.162Z | Compiling hyper-rustls v0.24.2 |
1256 | 2024-08-08T21:31:09.394Z | Compiling mime v0.3.17 |
1257 | 2024-08-08T21:31:09.543Z | Compiling nom v7.1.3 |
1258 | 2024-08-08T21:31:09.561Z | Compiling similar v2.5.0 |
1259 | 2024-08-08T21:31:09.563Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1260 | 2024-08-08T21:31:09.614Z | Compiling toml_edit v0.22.20 |
1261 | 2024-08-08T21:31:09.993Z | Compiling reqwest v0.11.27 |
1262 | 2024-08-08T21:31:12.274Z | Compiling string_cache v0.8.7 |
1263 | 2024-08-08T21:31:12.341Z | Compiling clap v4.5.13 |
1264 | 2024-08-08T21:31:12.470Z | Compiling petgraph v0.6.5 |
1265 | 2024-08-08T21:31:12.772Z | Compiling predicates v3.1.2 |
1266 | 2024-08-08T21:31:13.288Z | Compiling trust-dns-proto v0.22.0 |
1267 | 2024-08-08T21:31:14.001Z | Compiling tokio-postgres v0.7.11 |
1268 | 2024-08-08T21:31:14.554Z | Compiling console v0.15.8 |
1269 | 2024-08-08T21:31:15.083Z | Compiling usdt v0.5.0 |
1270 | 2024-08-08T21:31:15.609Z | Compiling elliptic-curve v0.13.8 |
1271 | 2024-08-08T21:31:16.083Z | Compiling yasna v0.5.2 |
1272 | 2024-08-08T21:31:16.126Z | Compiling futures v0.3.30 |
1273 | 2024-08-08T21:31:16.246Z | Compiling flate2 v1.0.31 |
1274 | 2024-08-08T21:31:16.484Z | Compiling cipher v0.4.4 |
1275 | 2024-08-08T21:31:17.025Z | Compiling toml v0.7.8 |
1276 | 2024-08-08T21:31:17.203Z | Compiling crossterm v0.27.0 |
1277 | 2024-08-08T21:31:18.002Z | Compiling bit-set v0.5.3 |
1278 | 2024-08-08T21:31:18.218Z | Compiling tokio-stream v0.1.15 |
1279 | 2024-08-08T21:31:18.293Z | Compiling itertools v0.10.5 |
1280 | 2024-08-08T21:31:18.435Z | Compiling itertools v0.12.1 |
1281 | 2024-08-08T21:31:18.811Z | Compiling openapiv3 v2.0.0 |
1282 | 2024-08-08T21:31:19.250Z | Compiling bstr v1.9.1 |
1283 | 2024-08-08T21:31:19.791Z | Compiling hex v0.4.3 |
1284 | 2024-08-08T21:31:20.427Z | Compiling num-iter v0.1.45 |
1285 | 2024-08-08T21:31:20.630Z | Compiling crossbeam-epoch v0.9.18 |
1286 | 2024-08-08T21:31:21.118Z | Compiling dirs-sys-next v0.1.2 |
1287 | 2024-08-08T21:31:21.141Z | Compiling peg-runtime v0.8.3 |
1288 | 2024-08-08T21:31:21.189Z | Compiling unicode-xid v0.2.4 |
1289 | 2024-08-08T21:31:21.366Z | Compiling lalrpop-util v0.19.12 |
1290 | 2024-08-08T21:31:21.430Z | Compiling dirs-next v2.0.0 |
1291 | 2024-08-08T21:31:21.632Z | Compiling thread_local v1.1.8 |
1292 | 2024-08-08T21:31:21.701Z | Compiling slog-async v2.8.0 |
1293 | 2024-08-08T21:31:21.726Z | Compiling term v0.7.0 |
1294 | 2024-08-08T21:31:21.777Z | Compiling xattr v1.3.1 |
1295 | 2024-08-08T21:31:21.797Z | Compiling strum_macros v0.26.4 |
1296 | 2024-08-08T21:31:22.030Z | Compiling crossbeam-channel v0.5.12 |
1297 | 2024-08-08T21:31:22.053Z | Compiling filetime v0.2.23 |
1298 | 2024-08-08T21:31:22.166Z | Compiling is-terminal v0.4.12 |
1299 | 2024-08-08T21:31:22.291Z | Compiling take_mut v0.2.2 |
1300 | 2024-08-08T21:31:22.332Z | Compiling slog-term v2.9.1 |
1301 | 2024-08-08T21:31:22.371Z | Compiling tar v0.4.41 |
1302 | 2024-08-08T21:31:22.459Z | Compiling camino v1.1.7 |
1303 | 2024-08-08T21:31:24.370Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1304 | 2024-08-08T21:31:25.004Z | Compiling strum v0.26.3 |
1305 | 2024-08-08T21:31:25.085Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1306 | 2024-08-08T21:31:30.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
1307 | 2024-08-08T21:31:30.425Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1308 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: Console |
1309 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: Cockroach |
1310 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: Clickhouse |
1311 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: DendriteOpenapi |
1312 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: DendriteStub |
1313 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: MaghemiteMgd |
1314 | 2024-08-08T21:31:30.470Z | Aug 08 21:31:29.210 INFO Starting download, target: TransceiverControl |
1315 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1316 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1317 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1318 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1319 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1320 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1321 | 2024-08-08T21:31:30.474Z | Aug 08 21:31:29.211 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1322 | 2024-08-08T21:31:30.598Z | Aug 08 21:31:29.337 INFO Download complete, target: DendriteOpenapi |
1323 | 2024-08-08T21:31:30.763Z | Aug 08 21:31:29.499 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1324 | 2024-08-08T21:31:31.003Z | Aug 08 21:31:29.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1325 | 2024-08-08T21:31:31.045Z | Aug 08 21:31:29.785 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1326 | 2024-08-08T21:31:31.139Z | Aug 08 21:31:29.879 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1327 | 2024-08-08T21:31:31.407Z | Aug 08 21:31:30.147 INFO Download complete, target: Console |
1328 | 2024-08-08T21:31:31.568Z | Aug 08 21:31:30.309 INFO Download complete, target: TransceiverControl |
1329 | 2024-08-08T21:31:32.612Z | Aug 08 21:31:31.353 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1330 | 2024-08-08T21:31:33.182Z | Aug 08 21:31:31.922 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1331 | 2024-08-08T21:31:33.182Z | Aug 08 21:31:31.922 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1332 | 2024-08-08T21:31:34.050Z | Aug 08 21:31:32.791 INFO Download complete, target: DendriteStub |
1333 | 2024-08-08T21:31:34.335Z | Aug 08 21:31:33.076 INFO Download complete, target: MaghemiteMgd |
1334 | 2024-08-08T21:31:41.235Z | Aug 08 21:31:39.975 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1335 | 2024-08-08T21:31:41.556Z | Aug 08 21:31:40.294 INFO Checking that binary works, target: Cockroach |
1336 | 2024-08-08T21:31:41.785Z | Aug 08 21:31:40.524 INFO Download complete, target: Cockroach |
1337 | 2024-08-08T21:31:46.328Z | Aug 08 21:31:45.069 INFO Checking that binary works, target: Clickhouse |
1338 | 2024-08-08T21:31:46.633Z | Aug 08 21:31:45.374 INFO Download complete, target: Clickhouse |
1339 | 2024-08-08T21:31:46.784Z | All builder prerequisites installed successfully, and PATH looks valid |
1340 | 2024-08-08T21:31:46.789Z | |
1341 | 2024-08-08T21:31:46.789Z | real 3:56.199142098 |
1342 | 2024-08-08T21:31:46.789Z | user 11:12.796922965 |
1343 | 2024-08-08T21:31:46.789Z | sys 2:24.088403134 |
1344 | 2024-08-08T21:31:46.789Z | trap 0.415231329 |
1345 | 2024-08-08T21:31:46.789Z | tflt 3.860750691 |
1346 | 2024-08-08T21:31:46.789Z | dflt 5.812933670 |
1347 | 2024-08-08T21:31:46.789Z | kflt 0.091106640 |
1348 | 2024-08-08T21:31:46.789Z | lock 21:30.293941550 |
1349 | 2024-08-08T21:31:46.789Z | slp 43:58.175428052 |
1350 | 2024-08-08T21:31:46.789Z | lat 40.075466516 |
1351 | 2024-08-08T21:31:46.789Z | stop 1:41.393663347 |
1352 | 2024-08-08T21:31:46.789Z | + banner hack-check |
1353 | 2024-08-08T21:31:46.792Z | |
1354 | 2024-08-08T21:31:46.792Z | # # ## #### # # #### # # ###### #### # # |
1355 | 2024-08-08T21:31:46.792Z | # # # # # # # # # # # # # # # # # |
1356 | 2024-08-08T21:31:46.792Z | ###### # # # #### ##### # ###### ##### # #### |
1357 | 2024-08-08T21:31:46.792Z | # # ###### # # # # # # # # # # |
1358 | 2024-08-08T21:31:46.792Z | # # # # # # # # # # # # # # # # # |
1359 | 2024-08-08T21:31:46.792Z | # # # # #### # # #### # # ###### #### # # |
1360 | 2024-08-08T21:31:46.792Z | |
1361 | 2024-08-08T21:31:46.792Z | + export CARGO_INCREMENTAL=0 |
1362 | 2024-08-08T21:31:46.792Z | + CARGO_INCREMENTAL=0 |
1363 | 2024-08-08T21:31:46.792Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1364 | 2024-08-08T21:31:47.343Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1365 | 2024-08-08T21:31:50.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
1366 | 2024-08-08T21:31:50.842Z | Running `target/debug/xtask check-features --ci` |
1367 | 2024-08-08T21:31:50.862Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1368 | 2024-08-08T21:31:50.864Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1369 | 2024-08-08T21:31:51.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1370 | 2024-08-08T21:31:51.350Z | Running `target/debug/xtask download cargo-hack` |
1371 | 2024-08-08T21:31:52.146Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1372 | 2024-08-08T21:31:52.501Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1373 | 2024-08-08T21:31:56.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
1374 | 2024-08-08T21:31:57.063Z | Running `target/debug/xtask-downloader cargo-hack` |
1375 | 2024-08-08T21:31:57.097Z | Aug 08 21:31:55.839 INFO Starting download, target: CargoHack |
1376 | 2024-08-08T21:31:57.100Z | Aug 08 21:31:55.840 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1377 | 2024-08-08T21:31:57.522Z | Aug 08 21:31:56.265 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1378 | 2024-08-08T21:31:57.624Z | Aug 08 21:31:56.366 INFO Download complete, target: CargoHack |
1379 | 2024-08-08T21:31:57.628Z | 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" |
1380 | 2024-08-08T21:31:57.645Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1381 | 2024-08-08T21:31:57.798Z | info: running `cargo check --bins` on api_identity (1/147) |
1382 | 2024-08-08T21:31:58.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1383 | 2024-08-08T21:31:58.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1384 | 2024-08-08T21:31:58.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1385 | 2024-08-08T21:31:58.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1386 | 2024-08-08T21:31:58.396Z | |
1387 | 2024-08-08T21:31:58.396Z | info: running `cargo check --bins` on bootstore (2/147) |
1388 | 2024-08-08T21:31:58.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1389 | 2024-08-08T21:31:58.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1390 | 2024-08-08T21:31:58.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1391 | 2024-08-08T21:31:58.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1392 | 2024-08-08T21:31:59.039Z | |
1393 | 2024-08-08T21:31:59.039Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1394 | 2024-08-08T21:31:59.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1395 | 2024-08-08T21:31:59.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1396 | 2024-08-08T21:31:59.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1397 | 2024-08-08T21:31:59.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1398 | 2024-08-08T21:31:59.645Z | |
1399 | 2024-08-08T21:31:59.646Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1400 | 2024-08-08T21:32:00.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1401 | 2024-08-08T21:32:00.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1402 | 2024-08-08T21:32:00.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1403 | 2024-08-08T21:32:00.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1404 | 2024-08-08T21:32:00.269Z | |
1405 | 2024-08-08T21:32:00.269Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1406 | 2024-08-08T21:32:00.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1407 | 2024-08-08T21:32:00.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1408 | 2024-08-08T21:32:00.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1409 | 2024-08-08T21:32:00.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1410 | 2024-08-08T21:32:00.730Z | |
1411 | 2024-08-08T21:32:00.730Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1412 | 2024-08-08T21:32:01.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1413 | 2024-08-08T21:32:01.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1414 | 2024-08-08T21:32:01.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1415 | 2024-08-08T21:32:01.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1416 | 2024-08-08T21:32:01.190Z | |
1417 | 2024-08-08T21:32:01.190Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1418 | 2024-08-08T21:32:01.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1419 | 2024-08-08T21:32:01.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1420 | 2024-08-08T21:32:01.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1421 | 2024-08-08T21:32:01.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1422 | 2024-08-08T21:32:01.678Z | |
1423 | 2024-08-08T21:32:01.678Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1424 | 2024-08-08T21:32:02.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1425 | 2024-08-08T21:32:02.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1426 | 2024-08-08T21:32:02.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1427 | 2024-08-08T21:32:02.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1428 | 2024-08-08T21:32:02.195Z | |
1429 | 2024-08-08T21:32:02.195Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1430 | 2024-08-08T21:32:02.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1431 | 2024-08-08T21:32:02.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1432 | 2024-08-08T21:32:02.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1433 | 2024-08-08T21:32:02.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1434 | 2024-08-08T21:32:02.674Z | |
1435 | 2024-08-08T21:32:02.674Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1436 | 2024-08-08T21:32:03.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1437 | 2024-08-08T21:32:03.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1438 | 2024-08-08T21:32:03.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1439 | 2024-08-08T21:32:03.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1440 | 2024-08-08T21:32:03.147Z | |
1441 | 2024-08-08T21:32:03.147Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1442 | 2024-08-08T21:32:03.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1443 | 2024-08-08T21:32:03.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1444 | 2024-08-08T21:32:03.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1445 | 2024-08-08T21:32:03.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1446 | 2024-08-08T21:32:03.600Z | |
1447 | 2024-08-08T21:32:03.600Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1448 | 2024-08-08T21:32:04.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1449 | 2024-08-08T21:32:04.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1450 | 2024-08-08T21:32:04.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1451 | 2024-08-08T21:32:04.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1452 | 2024-08-08T21:32:04.058Z | |
1453 | 2024-08-08T21:32:04.058Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1454 | 2024-08-08T21:32:04.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1455 | 2024-08-08T21:32:04.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1456 | 2024-08-08T21:32:04.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1457 | 2024-08-08T21:32:04.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1458 | 2024-08-08T21:32:04.519Z | |
1459 | 2024-08-08T21:32:04.519Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1460 | 2024-08-08T21:32:04.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1461 | 2024-08-08T21:32:04.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1462 | 2024-08-08T21:32:04.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1463 | 2024-08-08T21:32:04.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1464 | 2024-08-08T21:32:04.976Z | |
1465 | 2024-08-08T21:32:04.977Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1466 | 2024-08-08T21:32:05.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1467 | 2024-08-08T21:32:05.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1468 | 2024-08-08T21:32:05.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1469 | 2024-08-08T21:32:05.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1470 | 2024-08-08T21:32:05.438Z | |
1471 | 2024-08-08T21:32:05.438Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1472 | 2024-08-08T21:32:05.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1473 | 2024-08-08T21:32:05.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1474 | 2024-08-08T21:32:05.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1475 | 2024-08-08T21:32:05.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1476 | 2024-08-08T21:32:05.893Z | |
1477 | 2024-08-08T21:32:05.893Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1478 | 2024-08-08T21:32:06.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-08-08T21:32:06.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-08-08T21:32:06.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-08-08T21:32:06.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1482 | 2024-08-08T21:32:06.503Z | |
1483 | 2024-08-08T21:32:06.503Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1484 | 2024-08-08T21:32:06.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-08-08T21:32:06.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-08-08T21:32:06.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-08-08T21:32:06.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1488 | 2024-08-08T21:32:06.820Z | |
1489 | 2024-08-08T21:32:06.820Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1490 | 2024-08-08T21:32:07.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-08-08T21:32:07.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-08-08T21:32:07.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-08-08T21:32:07.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1494 | 2024-08-08T21:32:07.282Z | |
1495 | 2024-08-08T21:32:07.282Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1496 | 2024-08-08T21:32:07.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-08-08T21:32:07.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-08-08T21:32:07.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-08-08T21:32:07.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1500 | 2024-08-08T21:32:07.741Z | |
1501 | 2024-08-08T21:32:07.741Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1502 | 2024-08-08T21:32:08.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-08-08T21:32:08.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-08-08T21:32:08.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-08-08T21:32:08.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1506 | 2024-08-08T21:32:08.200Z | |
1507 | 2024-08-08T21:32:08.200Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1508 | 2024-08-08T21:32:08.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-08-08T21:32:08.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-08-08T21:32:08.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-08-08T21:32:08.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1512 | 2024-08-08T21:32:08.678Z | |
1513 | 2024-08-08T21:32:08.678Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1514 | 2024-08-08T21:32:09.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-08-08T21:32:09.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-08-08T21:32:09.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-08-08T21:32:09.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1518 | 2024-08-08T21:32:09.199Z | |
1519 | 2024-08-08T21:32:09.199Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1520 | 2024-08-08T21:32:09.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-08-08T21:32:09.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-08-08T21:32:09.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-08-08T21:32:09.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1524 | 2024-08-08T21:32:09.671Z | |
1525 | 2024-08-08T21:32:09.671Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1526 | 2024-08-08T21:32:10.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-08-08T21:32:10.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-08-08T21:32:10.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-08-08T21:32:10.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1530 | 2024-08-08T21:32:10.306Z | |
1531 | 2024-08-08T21:32:10.306Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1532 | 2024-08-08T21:32:10.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-08-08T21:32:10.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-08-08T21:32:10.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-08-08T21:32:10.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1536 | 2024-08-08T21:32:10.933Z | |
1537 | 2024-08-08T21:32:10.933Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1538 | 2024-08-08T21:32:11.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-08-08T21:32:11.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-08-08T21:32:11.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-08-08T21:32:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1542 | 2024-08-08T21:32:11.562Z | |
1543 | 2024-08-08T21:32:11.562Z | info: running `cargo check --bins` on oxlog (28/147) |
1544 | 2024-08-08T21:32:12.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-08-08T21:32:12.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-08-08T21:32:12.151Z | Checking cfg-if v1.0.0 |
1547 | 2024-08-08T21:32:12.154Z | Checking libc v0.2.155 |
1548 | 2024-08-08T21:32:12.235Z | Checking memchr v2.7.2 |
1549 | 2024-08-08T21:32:12.254Z | Checking serde v1.0.205 |
1550 | 2024-08-08T21:32:12.257Z | Checking scopeguard v1.2.0 |
1551 | 2024-08-08T21:32:12.273Z | Checking byteorder v1.5.0 |
1552 | 2024-08-08T21:32:12.276Z | Checking log v0.4.21 |
1553 | 2024-08-08T21:32:12.295Z | Checking zeroize v1.7.0 |
1554 | 2024-08-08T21:32:12.305Z | Checking once_cell v1.19.0 |
1555 | 2024-08-08T21:32:12.388Z | Checking lock_api v0.4.12 |
1556 | 2024-08-08T21:32:12.546Z | Checking itoa v1.0.11 |
1557 | 2024-08-08T21:32:12.564Z | Checking pin-project-lite v0.2.14 |
1558 | 2024-08-08T21:32:12.596Z | Checking typenum v1.17.0 |
1559 | 2024-08-08T21:32:12.655Z | Checking smallvec v1.13.2 |
1560 | 2024-08-08T21:32:12.676Z | Checking zerocopy v0.7.34 |
1561 | 2024-08-08T21:32:12.754Z | Checking futures-core v0.3.30 |
1562 | 2024-08-08T21:32:12.807Z | Checking spin v0.9.8 |
1563 | 2024-08-08T21:32:12.921Z | Checking tinyvec_macros v0.1.1 |
1564 | 2024-08-08T21:32:12.994Z | Checking const-oid v0.9.6 |
1565 | 2024-08-08T21:32:13.008Z | Checking tinyvec v1.6.0 |
1566 | 2024-08-08T21:32:13.110Z | Checking subtle v2.5.0 |
1567 | 2024-08-08T21:32:13.156Z | Checking unicode-bidi v0.3.15 |
1568 | 2024-08-08T21:32:13.326Z | Checking getrandom v0.2.14 |
1569 | 2024-08-08T21:32:13.362Z | Checking parking_lot_core v0.9.10 |
1570 | 2024-08-08T21:32:13.579Z | Checking rand_core v0.6.4 |
1571 | 2024-08-08T21:32:13.686Z | Checking signal-hook-registry v1.4.2 |
1572 | 2024-08-08T21:32:13.760Z | Checking parking_lot v0.12.2 |
1573 | 2024-08-08T21:32:13.880Z | Checking mio v0.8.11 |
1574 | 2024-08-08T21:32:13.917Z | Checking num_cpus v1.16.0 |
1575 | 2024-08-08T21:32:13.920Z | Checking generic-array v0.14.7 |
1576 | 2024-08-08T21:32:14.029Z | Checking socket2 v0.5.7 |
1577 | 2024-08-08T21:32:14.044Z | Checking ahash v0.8.11 |
1578 | 2024-08-08T21:32:14.088Z | Checking futures-sink v0.3.30 |
1579 | 2024-08-08T21:32:14.224Z | Checking allocator-api2 v0.2.18 |
1580 | 2024-08-08T21:32:14.382Z | Checking unicode-normalization v0.1.23 |
1581 | 2024-08-08T21:32:14.490Z | Checking libm v0.2.8 |
1582 | 2024-08-08T21:32:14.521Z | Checking equivalent v1.0.1 |
1583 | 2024-08-08T21:32:14.572Z | Checking ryu v1.0.18 |
1584 | 2024-08-08T21:32:14.626Z | Checking futures-channel v0.3.30 |
1585 | 2024-08-08T21:32:14.807Z | Checking slab v0.4.9 |
1586 | 2024-08-08T21:32:14.810Z | Checking pin-utils v0.1.0 |
1587 | 2024-08-08T21:32:14.848Z | Checking hashbrown v0.14.5 |
1588 | 2024-08-08T21:32:14.908Z | Checking futures-task v0.3.30 |
1589 | 2024-08-08T21:32:14.990Z | Checking futures-io v0.3.30 |
1590 | 2024-08-08T21:32:15.066Z | Checking percent-encoding v2.3.1 |
1591 | 2024-08-08T21:32:15.093Z | Checking crypto-common v0.1.6 |
1592 | 2024-08-08T21:32:15.124Z | Checking block-buffer v0.10.4 |
1593 | 2024-08-08T21:32:15.161Z | Checking futures-util v0.3.30 |
1594 | 2024-08-08T21:32:15.258Z | Checking ppv-lite86 v0.2.17 |
1595 | 2024-08-08T21:32:15.273Z | Checking tracing-core v0.1.32 |
1596 | 2024-08-08T21:32:15.287Z | Checking fnv v1.0.7 |
1597 | 2024-08-08T21:32:15.345Z | Checking digest v0.10.7 |
1598 | 2024-08-08T21:32:15.364Z | Checking num-traits v0.2.19 |
1599 | 2024-08-08T21:32:15.397Z | Checking untrusted v0.9.0 |
1600 | 2024-08-08T21:32:15.550Z | Checking ring v0.17.8 |
1601 | 2024-08-08T21:32:15.718Z | Checking thiserror v1.0.63 |
1602 | 2024-08-08T21:32:15.857Z | Checking base64ct v1.6.0 |
1603 | 2024-08-08T21:32:15.928Z | Checking tracing v0.1.40 |
1604 | 2024-08-08T21:32:15.951Z | Checking rand_chacha v0.3.1 |
1605 | 2024-08-08T21:32:16.015Z | Checking powerfmt v0.2.0 |
1606 | 2024-08-08T21:32:16.281Z | Checking foreign-types-shared v0.1.1 |
1607 | 2024-08-08T21:32:16.294Z | Checking pem-rfc7468 v0.7.0 |
1608 | 2024-08-08T21:32:16.297Z | Checking deranged v0.3.11 |
1609 | 2024-08-08T21:32:16.324Z | Checking rand v0.8.5 |
1610 | 2024-08-08T21:32:16.373Z | Checking foreign-types v0.3.2 |
1611 | 2024-08-08T21:32:16.464Z | Checking hmac v0.12.1 |
1612 | 2024-08-08T21:32:16.546Z | Checking form_urlencoded v1.2.1 |
1613 | 2024-08-08T21:32:16.672Z | Checking openssl-sys v0.9.103 |
1614 | 2024-08-08T21:32:16.750Z | Checking time-core v0.1.2 |
1615 | 2024-08-08T21:32:16.898Z | Checking num_threads v0.1.7 |
1616 | 2024-08-08T21:32:17.008Z | Checking try-lock v0.2.5 |
1617 | 2024-08-08T21:32:17.073Z | Checking num-conv v0.1.0 |
1618 | 2024-08-08T21:32:17.136Z | Checking unicode-ident v1.0.12 |
1619 | 2024-08-08T21:32:17.293Z | Checking siphasher v0.3.11 |
1620 | 2024-08-08T21:32:17.317Z | Checking flagset v0.4.5 |
1621 | 2024-08-08T21:32:17.364Z | Checking bytes v1.7.1 |
1622 | 2024-08-08T21:32:17.380Z | Checking bitflags v2.6.0 |
1623 | 2024-08-08T21:32:17.510Z | Checking indexmap v2.3.0 |
1624 | 2024-08-08T21:32:17.581Z | Checking serde_json v1.0.122 |
1625 | 2024-08-08T21:32:17.602Z | Checking der v0.7.9 |
1626 | 2024-08-08T21:32:17.685Z | Checking sct v0.7.1 |
1627 | 2024-08-08T21:32:17.879Z | Checking rustls-webpki v0.101.7 |
1628 | 2024-08-08T21:32:17.990Z | Checking openssl v0.10.66 |
1629 | 2024-08-08T21:32:18.137Z | Checking time v0.3.36 |
1630 | 2024-08-08T21:32:18.140Z | Checking tokio v1.38.1 |
1631 | 2024-08-08T21:32:18.609Z | Checking http v0.2.12 |
1632 | 2024-08-08T21:32:18.733Z | Checking uuid v1.10.0 |
1633 | 2024-08-08T21:32:19.292Z | Checking proc-macro2 v1.0.86 |
1634 | 2024-08-08T21:32:19.352Z | Checking want v0.3.1 |
1635 | 2024-08-08T21:32:19.404Z | Checking idna v0.5.0 |
1636 | 2024-08-08T21:32:19.537Z | Checking errno v0.3.9 |
1637 | 2024-08-08T21:32:19.725Z | Checking httparse v1.8.0 |
1638 | 2024-08-08T21:32:19.968Z | Checking http-body v0.4.6 |
1639 | 2024-08-08T21:32:19.982Z | Checking lazy_static v1.5.0 |
1640 | 2024-08-08T21:32:20.106Z | Checking aho-corasick v1.1.3 |
1641 | 2024-08-08T21:32:20.164Z | Checking scroll v0.12.0 |
1642 | 2024-08-08T21:32:20.283Z | Checking finl_unicode v1.2.0 |
1643 | 2024-08-08T21:32:20.312Z | Checking openssl-probe v0.1.5 |
1644 | 2024-08-08T21:32:20.366Z | Checking anstyle v1.0.8 |
1645 | 2024-08-08T21:32:20.459Z | Checking cpufeatures v0.2.12 |
1646 | 2024-08-08T21:32:20.550Z | Checking utf8parse v0.2.1 |
1647 | 2024-08-08T21:32:20.662Z | Checking regex-syntax v0.8.3 |
1648 | 2024-08-08T21:32:20.680Z | Checking adler v1.0.2 |
1649 | 2024-08-08T21:32:20.702Z | Checking tower-service v0.3.2 |
1650 | 2024-08-08T21:32:20.716Z | Checking httpdate v1.0.3 |
1651 | 2024-08-08T21:32:20.813Z | Checking ucd-trie v0.1.6 |
1652 | 2024-08-08T21:32:20.828Z | Checking plain v0.2.3 |
1653 | 2024-08-08T21:32:20.851Z | Checking iana-time-zone v0.1.60 |
1654 | 2024-08-08T21:32:20.936Z | Checking stringprep v0.1.4 |
1655 | 2024-08-08T21:32:20.966Z | Checking goblin v0.8.2 |
1656 | 2024-08-08T21:32:20.996Z | Checking chrono v0.4.38 |
1657 | 2024-08-08T21:32:21.011Z | Checking pest v2.7.10 |
1658 | 2024-08-08T21:32:21.211Z | Checking miniz_oxide v0.7.2 |
1659 | 2024-08-08T21:32:21.813Z | Checking anstyle-parse v0.2.4 |
1660 | 2024-08-08T21:32:21.986Z | Checking sha2 v0.10.8 |
1661 | 2024-08-08T21:32:22.065Z | Checking url v2.5.2 |
1662 | 2024-08-08T21:32:22.587Z | Checking quote v1.0.36 |
1663 | 2024-08-08T21:32:22.895Z | Checking rustix v0.38.34 |
1664 | 2024-08-08T21:32:22.935Z | Checking spki v0.7.3 |
1665 | 2024-08-08T21:32:23.079Z | Checking rustls v0.21.12 |
1666 | 2024-08-08T21:32:23.203Z | Checking serde_spanned v0.6.7 |
1667 | 2024-08-08T21:32:23.397Z | Checking toml_datetime v0.6.8 |
1668 | 2024-08-08T21:32:23.493Z | Checking native-tls v0.2.11 |
1669 | 2024-08-08T21:32:23.556Z | Checking num-integer v0.1.46 |
1670 | 2024-08-08T21:32:23.663Z | Checking md-5 v0.10.6 |
1671 | 2024-08-08T21:32:23.790Z | Checking idna v0.3.0 |
1672 | 2024-08-08T21:32:23.888Z | Checking hash32 v0.2.1 |
1673 | 2024-08-08T21:32:23.913Z | Checking regex-automata v0.4.6 |
1674 | 2024-08-08T21:32:24.033Z | Checking psl-types v2.0.11 |
1675 | 2024-08-08T21:32:24.202Z | Checking stable_deref_trait v1.2.0 |
1676 | 2024-08-08T21:32:24.219Z | Checking fallible-iterator v0.2.0 |
1677 | 2024-08-08T21:32:24.296Z | Checking base64 v0.22.1 |
1678 | 2024-08-08T21:32:24.646Z | Checking pretty-hex v0.4.1 |
1679 | 2024-08-08T21:32:24.775Z | Checking gimli v0.28.1 |
1680 | 2024-08-08T21:32:24.792Z | Checking colorchoice v1.0.1 |
1681 | 2024-08-08T21:32:24.813Z | Checking anstyle-query v1.0.3 |
1682 | 2024-08-08T21:32:24.917Z | Checking is_terminal_polyfill v1.70.0 |
1683 | 2024-08-08T21:32:24.934Z | Checking terminal_size v0.3.0 |
1684 | 2024-08-08T21:32:24.937Z | Checking postgres-protocol v0.6.7 |
1685 | 2024-08-08T21:32:25.035Z | Checking anstream v0.6.14 |
1686 | 2024-08-08T21:32:25.104Z | Checking publicsuffix v2.2.3 |
1687 | 2024-08-08T21:32:25.203Z | Checking tokio-util v0.7.11 |
1688 | 2024-08-08T21:32:25.352Z | Checking tokio-native-tls v0.3.1 |
1689 | 2024-08-08T21:32:25.393Z | Checking heapless v0.7.17 |
1690 | 2024-08-08T21:32:25.599Z | Checking dtrace-parser v0.2.0 |
1691 | 2024-08-08T21:32:25.614Z | Checking pkcs8 v0.10.2 |
1692 | 2024-08-08T21:32:25.819Z | Checking dof v0.3.0 |
1693 | 2024-08-08T21:32:25.833Z | Checking syn v2.0.72 |
1694 | 2024-08-08T21:32:26.060Z | Checking cookie v0.17.0 |
1695 | 2024-08-08T21:32:26.076Z | Checking h2 v0.3.26 |
1696 | 2024-08-08T21:32:26.218Z | Checking tokio-rustls v0.24.1 |
1697 | 2024-08-08T21:32:26.422Z | Checking phf_shared v0.11.2 |
1698 | 2024-08-08T21:32:26.453Z | Checking block-padding v0.3.3 |
1699 | 2024-08-08T21:32:26.467Z | Checking signal-hook v0.3.17 |
1700 | 2024-08-08T21:32:26.581Z | Checking ff v0.13.0 |
1701 | 2024-08-08T21:32:26.654Z | Checking thread-id v4.2.1 |
1702 | 2024-08-08T21:32:26.714Z | Checking object v0.32.2 |
1703 | 2024-08-08T21:32:26.764Z | Checking bitflags v1.3.2 |
1704 | 2024-08-08T21:32:26.791Z | Checking ipnet v2.9.0 |
1705 | 2024-08-08T21:32:26.794Z | Checking base16ct v0.2.0 |
1706 | 2024-08-08T21:32:26.861Z | Checking matches v0.1.10 |
1707 | 2024-08-08T21:32:26.951Z | Checking strsim v0.11.1 |
1708 | 2024-08-08T21:32:26.984Z | Checking rustc-demangle v0.1.24 |
1709 | 2024-08-08T21:32:27.228Z | Checking bit-vec v0.6.3 |
1710 | 2024-08-08T21:32:27.232Z | Checking managed v0.8.0 |
1711 | 2024-08-08T21:32:27.379Z | Checking either v1.13.0 |
1712 | 2024-08-08T21:32:27.564Z | Checking winnow v0.5.40 |
1713 | 2024-08-08T21:32:27.631Z | Checking clap_lex v0.7.0 |
1714 | 2024-08-08T21:32:27.739Z | Checking base64 v0.21.7 |
1715 | 2024-08-08T21:32:27.877Z | Checking regex-automata v0.1.10 |
1716 | 2024-08-08T21:32:28.234Z | Checking rustls-pemfile v1.0.4 |
1717 | 2024-08-08T21:32:28.269Z | Checking bstr v0.2.17 |
1718 | 2024-08-08T21:32:28.428Z | Checking clap_builder v4.5.13 |
1719 | 2024-08-08T21:32:28.565Z | Checking regex v1.10.6 |
1720 | 2024-08-08T21:32:28.637Z | Checking addr2line v0.21.0 |
1721 | 2024-08-08T21:32:29.124Z | Checking smoltcp v0.9.1 |
1722 | 2024-08-08T21:32:29.138Z | Checking sec1 v0.7.3 |
1723 | 2024-08-08T21:32:29.156Z | Checking idna v0.2.3 |
1724 | 2024-08-08T21:32:29.520Z | Checking signal-hook-mio v0.2.3 |
1725 | 2024-08-08T21:32:29.649Z | Checking group v0.13.0 |
1726 | 2024-08-08T21:32:29.917Z | Checking phf v0.11.2 |
1727 | 2024-08-08T21:32:30.029Z | Checking inout v0.1.3 |
1728 | 2024-08-08T21:32:30.170Z | Checking cookie_store v0.20.0 |
1729 | 2024-08-08T21:32:30.260Z | Checking postgres-types v0.2.7 |
1730 | 2024-08-08T21:32:30.579Z | Checking toml_edit v0.19.15 |
1731 | 2024-08-08T21:32:30.603Z | Checking num-bigint v0.4.5 |
1732 | 2024-08-08T21:32:30.817Z | Checking futures-executor v0.3.30 |
1733 | 2024-08-08T21:32:31.032Z | Checking phf_shared v0.10.0 |
1734 | 2024-08-08T21:32:31.055Z | Checking serde_urlencoded v0.7.1 |
1735 | 2024-08-08T21:32:31.324Z | Checking hubpack v0.1.2 |
1736 | 2024-08-08T21:32:31.504Z | Checking float-cmp v0.9.0 |
1737 | 2024-08-08T21:32:31.551Z | Checking hkdf v0.12.4 |
1738 | 2024-08-08T21:32:31.664Z | Checking zerocopy v0.6.6 |
1739 | 2024-08-08T21:32:31.697Z | Checking crossbeam-utils v0.8.19 |
1740 | 2024-08-08T21:32:31.773Z | Checking crc32fast v1.4.0 |
1741 | 2024-08-08T21:32:32.018Z | Checking crypto-bigint v0.5.5 |
1742 | 2024-08-08T21:32:32.451Z | Checking usdt-impl v0.5.0 |
1743 | 2024-08-08T21:32:32.464Z | Checking memmap v0.7.0 |
1744 | 2024-08-08T21:32:32.464Z | Checking hyper v0.14.30 |
1745 | 2024-08-08T21:32:32.464Z | Checking encoding_rs v0.8.34 |
1746 | 2024-08-08T21:32:32.549Z | Checking mime v0.3.17 |
1747 | 2024-08-08T21:32:32.747Z | Checking predicates-core v1.0.6 |
1748 | 2024-08-08T21:32:32.768Z | Checking backtrace v0.3.71 |
1749 | 2024-08-08T21:32:32.879Z | Checking precomputed-hash v0.1.1 |
1750 | 2024-08-08T21:32:32.927Z | Checking whoami v1.5.1 |
1751 | 2024-08-08T21:32:32.980Z | Checking normalize-line-endings v0.3.0 |
1752 | 2024-08-08T21:32:33.107Z | Checking minimal-lexical v0.2.1 |
1753 | 2024-08-08T21:32:33.158Z | Checking dyn-clone v1.0.17 |
1754 | 2024-08-08T21:32:33.193Z | Checking sync_wrapper v0.1.2 |
1755 | 2024-08-08T21:32:33.206Z | Checking unicode-width v0.1.13 |
1756 | 2024-08-08T21:32:33.289Z | Checking fixedbitset v0.4.2 |
1757 | 2024-08-08T21:32:33.304Z | Checking data-encoding v2.6.0 |
1758 | 2024-08-08T21:32:33.317Z | Checking winnow v0.6.18 |
1759 | 2024-08-08T21:32:33.385Z | Checking new_debug_unreachable v1.0.6 |
1760 | 2024-08-08T21:32:33.469Z | Checking static_assertions v1.1.0 |
1761 | 2024-08-08T21:32:33.484Z | Checking webpki-roots v0.25.4 |
1762 | 2024-08-08T21:32:33.539Z | Checking unicode-segmentation v1.11.0 |
1763 | 2024-08-08T21:32:33.557Z | Checking difflib v0.4.0 |
1764 | 2024-08-08T21:32:33.638Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1765 | 2024-08-08T21:32:33.890Z | Checking predicates v3.1.2 |
1766 | 2024-08-08T21:32:33.970Z | Checking trust-dns-proto v0.22.0 |
1767 | 2024-08-08T21:32:34.186Z | Checking similar v2.5.0 |
1768 | 2024-08-08T21:32:34.583Z | Checking petgraph v0.6.5 |
1769 | 2024-08-08T21:32:34.759Z | Checking nom v7.1.3 |
1770 | 2024-08-08T21:32:34.804Z | Checking elliptic-curve v0.13.8 |
1771 | 2024-08-08T21:32:35.080Z | Checking string_cache v0.8.7 |
1772 | 2024-08-08T21:32:35.380Z | Checking console v0.15.8 |
1773 | 2024-08-08T21:32:35.518Z | Checking anyhow v1.0.86 |
1774 | 2024-08-08T21:32:35.906Z | Checking schemars v0.8.21 |
1775 | 2024-08-08T21:32:35.930Z | Checking tokio-postgres v0.7.11 |
1776 | 2024-08-08T21:32:36.345Z | Checking toml_edit v0.22.20 |
1777 | 2024-08-08T21:32:37.619Z | Checking yasna v0.5.2 |
1778 | 2024-08-08T21:32:37.703Z | Checking toml v0.7.8 |
1779 | 2024-08-08T21:32:37.977Z | Checking usdt v0.5.0 |
1780 | 2024-08-08T21:32:37.982Z | Checking crossbeam-epoch v0.9.18 |
1781 | 2024-08-08T21:32:38.247Z | Checking flate2 v1.0.31 |
1782 | 2024-08-08T21:32:38.394Z | Checking clap v4.5.13 |
1783 | 2024-08-08T21:32:38.445Z | Checking futures v0.3.30 |
1784 | 2024-08-08T21:32:38.490Z | Checking cipher v0.4.4 |
1785 | 2024-08-08T21:32:38.506Z | Checking crossterm v0.27.0 |
1786 | 2024-08-08T21:32:38.560Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1787 | 2024-08-08T21:32:38.585Z | Checking bstr v1.9.1 |
1788 | 2024-08-08T21:32:38.628Z | Checking hyper-tls v0.5.0 |
1789 | 2024-08-08T21:32:38.740Z | Checking hyper-rustls v0.24.2 |
1790 | 2024-08-08T21:32:38.846Z | Checking itertools v0.10.5 |
1791 | 2024-08-08T21:32:38.861Z | Checking itertools v0.12.1 |
1792 | 2024-08-08T21:32:38.876Z | Checking bit-set v0.5.3 |
1793 | 2024-08-08T21:32:38.906Z | Checking fs-err v2.11.0 |
1794 | 2024-08-08T21:32:39.022Z | Checking reqwest v0.11.27 |
1795 | 2024-08-08T21:32:39.051Z | Checking tokio-stream v0.1.15 |
1796 | 2024-08-08T21:32:39.125Z | Checking num-iter v0.1.45 |
1797 | 2024-08-08T21:32:39.300Z | Checking slog v2.7.0 |
1798 | 2024-08-08T21:32:39.460Z | Checking openapiv3 v2.0.0 |
1799 | 2024-08-08T21:32:39.478Z | Checking semver v1.0.23 |
1800 | 2024-08-08T21:32:39.794Z | Checking hex v0.4.3 |
1801 | 2024-08-08T21:32:39.853Z | Checking peg-runtime v0.8.3 |
1802 | 2024-08-08T21:32:39.900Z | Checking lalrpop-util v0.19.12 |
1803 | 2024-08-08T21:32:40.082Z | Checking camino v1.1.7 |
1804 | 2024-08-08T21:32:40.189Z | Checking sigpipe v0.1.3 |
1805 | 2024-08-08T21:32:42.139Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1806 | 2024-08-08T21:32:42.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.88s |
1807 | 2024-08-08T21:32:42.575Z | |
1808 | 2024-08-08T21:32:42.575Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1809 | 2024-08-08T21:32:43.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2024-08-08T21:32:43.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2024-08-08T21:32:43.229Z | Compiling regress v0.9.1 |
1812 | 2024-08-08T21:32:43.321Z | Checking sha1 v0.10.6 |
1813 | 2024-08-08T21:32:43.331Z | Checking strum v0.26.3 |
1814 | 2024-08-08T21:32:43.351Z | Checking heck v0.5.0 |
1815 | 2024-08-08T21:32:43.366Z | Compiling getopts v0.2.21 |
1816 | 2024-08-08T21:32:43.372Z | Checking dirs-sys-next v0.1.2 |
1817 | 2024-08-08T21:32:43.387Z | Compiling unsafe-libyaml v0.2.11 |
1818 | 2024-08-08T21:32:43.519Z | Checking http v1.1.0 |
1819 | 2024-08-08T21:32:43.536Z | Checking dirs-next v2.0.0 |
1820 | 2024-08-08T21:32:43.566Z | Checking thread_local v1.1.8 |
1821 | 2024-08-08T21:32:43.658Z | Checking rustls-pki-types v1.7.0 |
1822 | 2024-08-08T21:32:43.774Z | Compiling ident_case v1.0.1 |
1823 | 2024-08-08T21:32:43.836Z | Checking term v0.7.0 |
1824 | 2024-08-08T21:32:43.961Z | Compiling darling_core v0.20.9 |
1825 | 2024-08-08T21:32:44.081Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1826 | 2024-08-08T21:32:44.265Z | Checking crossbeam-channel v0.5.12 |
1827 | 2024-08-08T21:32:44.295Z | Checking atty v0.2.14 |
1828 | 2024-08-08T21:32:44.401Z | Checking is-terminal v0.4.12 |
1829 | 2024-08-08T21:32:44.415Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1830 | 2024-08-08T21:32:44.521Z | Compiling paste v1.0.15 |
1831 | 2024-08-08T21:32:44.802Z | Compiling serde_yaml v0.9.34+deprecated |
1832 | 2024-08-08T21:32:44.843Z | Checking take_mut v0.2.2 |
1833 | 2024-08-08T21:32:44.981Z | Checking termcolor v1.4.1 |
1834 | 2024-08-08T21:32:44.984Z | Compiling rustls v0.22.4 |
1835 | 2024-08-08T21:32:45.041Z | Checking humantime v2.1.0 |
1836 | 2024-08-08T21:32:45.284Z | Checking utf-8 v0.7.6 |
1837 | 2024-08-08T21:32:45.376Z | Checking slog-async v2.8.0 |
1838 | 2024-08-08T21:32:45.391Z | Checking env_logger v0.9.3 |
1839 | 2024-08-08T21:32:45.441Z | Checking slog-term v2.9.1 |
1840 | 2024-08-08T21:32:45.485Z | Checking rustls-webpki v0.102.4 |
1841 | 2024-08-08T21:32:45.685Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-08-08T21:32:45.816Z | Compiling proc-macro-crate v1.3.1 |
1843 | 2024-08-08T21:32:45.973Z | Compiling bitstruct_derive v0.1.0 |
1844 | 2024-08-08T21:32:46.068Z | Compiling structmeta-derive v0.3.0 |
1845 | 2024-08-08T21:32:46.303Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1846 | 2024-08-08T21:32:46.436Z | Compiling multer v3.1.0 |
1847 | 2024-08-08T21:32:46.760Z | Checking ascii v1.1.0 |
1848 | 2024-08-08T21:32:46.834Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1849 | 2024-08-08T21:32:46.972Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1850 | 2024-08-08T21:32:47.256Z | Checking match_cfg v0.1.0 |
1851 | 2024-08-08T21:32:47.348Z | Checking hostname v0.3.1 |
1852 | 2024-08-08T21:32:47.420Z | Checking bitstruct v0.1.1 |
1853 | 2024-08-08T21:32:47.505Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1854 | 2024-08-08T21:32:47.526Z | Compiling num_enum_derive v0.5.11 |
1855 | 2024-08-08T21:32:48.500Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-08T21:32:48.661Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-08T21:32:48.917Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-08T21:32:49.128Z | Compiling structmeta v0.3.0 |
1859 | 2024-08-08T21:32:49.199Z | Checking slog-json v2.6.1 |
1860 | 2024-08-08T21:32:49.275Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-08T21:32:49.465Z | Checking serde_arrays v0.1.0 |
1862 | 2024-08-08T21:32:49.545Z | Checking erased-serde v0.3.31 |
1863 | 2024-08-08T21:32:49.559Z | Compiling async-stream-impl v0.3.5 |
1864 | 2024-08-08T21:32:49.615Z | Compiling foreign-types-macros v0.2.3 |
1865 | 2024-08-08T21:32:50.140Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1866 | 2024-08-08T21:32:50.295Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1867 | 2024-08-08T21:32:50.454Z | Checking arc-swap v1.7.1 |
1868 | 2024-08-08T21:32:50.531Z | Checking atomic-waker v1.1.2 |
1869 | 2024-08-08T21:32:54.243Z | Checking foreign-types-shared v0.3.1 |
1870 | 2024-08-08T21:32:54.280Z | Checking waitgroup v0.1.2 |
1871 | 2024-08-08T21:32:54.280Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-08T21:32:54.280Z | Checking slog-scope v4.4.0 |
1873 | 2024-08-08T21:32:54.280Z | Checking foreign-types v0.5.0 |
1874 | 2024-08-08T21:32:54.280Z | Checking num_enum v0.5.11 |
1875 | 2024-08-08T21:32:54.280Z | Checking async-stream v0.3.5 |
1876 | 2024-08-08T21:32:54.280Z | Compiling parse-display-derive v0.9.1 |
1877 | 2024-08-08T21:32:54.280Z | Checking slog-bunyan v2.5.0 |
1878 | 2024-08-08T21:32:54.280Z | Compiling proc-macro-error v1.0.4 |
1879 | 2024-08-08T21:32:54.280Z | Compiling darling_macro v0.20.9 |
1880 | 2024-08-08T21:32:54.280Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1881 | 2024-08-08T21:32:54.280Z | Checking tungstenite v0.20.1 |
1882 | 2024-08-08T21:32:54.280Z | Checking toml v0.8.19 |
1883 | 2024-08-08T21:32:54.280Z | Checking rustls-pemfile v2.1.3 |
1884 | 2024-08-08T21:32:54.280Z | Compiling heck v0.3.3 |
1885 | 2024-08-08T21:32:54.281Z | Compiling darling v0.20.9 |
1886 | 2024-08-08T21:32:54.281Z | Compiling serde_with_macros v3.8.3 |
1887 | 2024-08-08T21:32:54.281Z | Checking tokio-rustls v0.25.0 |
1888 | 2024-08-08T21:32:54.281Z | Checking ipnetwork v0.20.0 |
1889 | 2024-08-08T21:32:54.281Z | Checking newtype-uuid v1.1.0 |
1890 | 2024-08-08T21:32:54.281Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1891 | 2024-08-08T21:32:54.281Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1892 | 2024-08-08T21:32:54.281Z | Checking serde_path_to_error v0.1.16 |
1893 | 2024-08-08T21:32:54.281Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1894 | 2024-08-08T21:32:54.281Z | Checking hostname v0.4.0 |
1895 | 2024-08-08T21:32:54.281Z | Checking cstr-argument v0.1.2 |
1896 | 2024-08-08T21:32:54.281Z | Checking instant v0.1.12 |
1897 | 2024-08-08T21:32:54.281Z | Checking pretty-hex v0.2.1 |
1898 | 2024-08-08T21:32:54.281Z | Checking debug-ignore v1.0.5 |
1899 | 2024-08-08T21:32:54.281Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1900 | 2024-08-08T21:32:54.281Z | Checking fastrand v2.1.0 |
1901 | 2024-08-08T21:32:54.281Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-08-08T21:32:54.281Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1903 | 2024-08-08T21:32:54.281Z | Checking tempfile v3.10.1 |
1904 | 2024-08-08T21:32:54.281Z | Checking backoff v0.4.0 |
1905 | 2024-08-08T21:32:54.360Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-08-08T21:32:54.431Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1907 | 2024-08-08T21:32:54.498Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1908 | 2024-08-08T21:32:54.566Z | Compiling zone_cfg_derive v0.1.2 |
1909 | 2024-08-08T21:32:54.728Z | Checking tokio-tungstenite v0.20.1 |
1910 | 2024-08-08T21:32:54.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1911 | 2024-08-08T21:32:55.212Z | Checking slog-stdlog v4.1.1 |
1912 | 2024-08-08T21:32:55.246Z | Checking serde_with v3.8.3 |
1913 | 2024-08-08T21:32:55.383Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1914 | 2024-08-08T21:32:55.537Z | Checking tungstenite v0.21.0 |
1915 | 2024-08-08T21:32:55.554Z | Checking colored v2.1.0 |
1916 | 2024-08-08T21:32:55.833Z | Checking parse-display v0.9.1 |
1917 | 2024-08-08T21:32:55.860Z | Checking macaddr v1.0.1 |
1918 | 2024-08-08T21:32:56.042Z | Checking socket2 v0.4.10 |
1919 | 2024-08-08T21:32:56.090Z | Checking base64 v0.13.1 |
1920 | 2024-08-08T21:32:56.196Z | Checking zone v0.1.8 |
1921 | 2024-08-08T21:32:56.413Z | Checking tokio-tungstenite v0.21.0 |
1922 | 2024-08-08T21:32:56.510Z | Checking ron v0.7.1 |
1923 | 2024-08-08T21:32:56.921Z | Checking slog-envlogger v2.2.0 |
1924 | 2024-08-08T21:32:56.957Z | Checking pem v3.0.4 |
1925 | 2024-08-08T21:32:57.170Z | Checking tabwriter v1.4.0 |
1926 | 2024-08-08T21:32:57.261Z | Checking xattr v1.3.1 |
1927 | 2024-08-08T21:32:57.426Z | Checking portpicker v0.1.1 |
1928 | 2024-08-08T21:32:57.475Z | Checking headers-core v0.2.0 |
1929 | 2024-08-08T21:32:57.575Z | Checking smf v0.2.3 |
1930 | 2024-08-08T21:32:57.631Z | Checking filetime v0.2.23 |
1931 | 2024-08-08T21:32:57.744Z | Checking same-file v1.0.6 |
1932 | 2024-08-08T21:32:57.841Z | Checking tar v0.4.41 |
1933 | 2024-08-08T21:32:57.914Z | Checking walkdir v2.5.0 |
1934 | 2024-08-08T21:32:58.037Z | Checking headers v0.3.9 |
1935 | 2024-08-08T21:32:58.198Z | Checking rcgen v0.12.1 |
1936 | 2024-08-08T21:32:58.307Z | Checking atomicwrites v0.4.3 |
1937 | 2024-08-08T21:32:58.500Z | Checking camino-tempfile v1.1.1 |
1938 | 2024-08-08T21:32:58.600Z | Checking subprocess v0.2.9 |
1939 | 2024-08-08T21:32:59.629Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-08T21:32:59.845Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-08T21:33:01.885Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1942 | 2024-08-08T21:33:04.025Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1943 | 2024-08-08T21:33:04.093Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1944 | 2024-08-08T21:33:07.609Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-08T21:33:14.015Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1946 | 2024-08-08T21:33:14.145Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1947 | 2024-08-08T21:33:14.148Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-08T21:33:16.728Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1949 | 2024-08-08T21:33:17.068Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1950 | 2024-08-08T21:33:23.012Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1951 | 2024-08-08T21:33:24.522Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1952 | 2024-08-08T21:33:25.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.06s |
1953 | 2024-08-08T21:33:25.794Z | |
1954 | 2024-08-08T21:33:25.794Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1955 | 2024-08-08T21:33:26.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2024-08-08T21:33:26.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2024-08-08T21:33:26.437Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1958 | 2024-08-08T21:33:27.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
1959 | 2024-08-08T21:33:27.866Z | |
1960 | 2024-08-08T21:33:27.866Z | info: running `cargo check --bins` on nexus-config (31/147) |
1961 | 2024-08-08T21:33:28.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2024-08-08T21:33:28.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2024-08-08T21:33:28.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2024-08-08T21:33:28.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1965 | 2024-08-08T21:33:28.478Z | |
1966 | 2024-08-08T21:33:28.479Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1967 | 2024-08-08T21:33:29.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2024-08-08T21:33:29.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2024-08-08T21:33:29.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1970 | 2024-08-08T21:33:29.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1971 | 2024-08-08T21:33:29.069Z | |
1972 | 2024-08-08T21:33:29.069Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1973 | 2024-08-08T21:33:29.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2024-08-08T21:33:29.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2024-08-08T21:33:29.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1976 | 2024-08-08T21:33:29.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1977 | 2024-08-08T21:33:29.682Z | |
1978 | 2024-08-08T21:33:29.682Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1979 | 2024-08-08T21:33:30.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1980 | 2024-08-08T21:33:30.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1981 | 2024-08-08T21:33:30.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1982 | 2024-08-08T21:33:30.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1983 | 2024-08-08T21:33:30.310Z | |
1984 | 2024-08-08T21:33:30.310Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1985 | 2024-08-08T21:33:30.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1986 | 2024-08-08T21:33:30.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1987 | 2024-08-08T21:33:30.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1988 | 2024-08-08T21:33:30.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1989 | 2024-08-08T21:33:30.899Z | |
1990 | 2024-08-08T21:33:30.899Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
1991 | 2024-08-08T21:33:31.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2024-08-08T21:33:31.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2024-08-08T21:33:31.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1994 | 2024-08-08T21:33:31.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1995 | 2024-08-08T21:33:31.541Z | |
1996 | 2024-08-08T21:33:31.541Z | info: running `cargo check --bins` on dns-service-client (37/147) |
1997 | 2024-08-08T21:33:32.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2024-08-08T21:33:32.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2024-08-08T21:33:32.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2024-08-08T21:33:32.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2001 | 2024-08-08T21:33:32.213Z | |
2002 | 2024-08-08T21:33:32.213Z | info: running `cargo check --bins` on dpd-client (38/147) |
2003 | 2024-08-08T21:33:32.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2024-08-08T21:33:32.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2024-08-08T21:33:32.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2024-08-08T21:33:32.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2007 | 2024-08-08T21:33:32.862Z | |
2008 | 2024-08-08T21:33:32.862Z | info: running `cargo check --bins` on gateway-client (39/147) |
2009 | 2024-08-08T21:33:33.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2024-08-08T21:33:33.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2024-08-08T21:33:33.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2024-08-08T21:33:33.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2013 | 2024-08-08T21:33:33.457Z | |
2014 | 2024-08-08T21:33:33.457Z | info: running `cargo check --bins` on installinator-client (40/147) |
2015 | 2024-08-08T21:33:34.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2024-08-08T21:33:34.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2024-08-08T21:33:34.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2018 | 2024-08-08T21:33:34.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2019 | 2024-08-08T21:33:34.092Z | |
2020 | 2024-08-08T21:33:34.092Z | info: running `cargo check --bins` on installinator-common (41/147) |
2021 | 2024-08-08T21:33:34.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2022 | 2024-08-08T21:33:34.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2023 | 2024-08-08T21:33:34.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2024 | 2024-08-08T21:33:34.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2025 | 2024-08-08T21:33:34.726Z | |
2026 | 2024-08-08T21:33:34.726Z | info: running `cargo check --bins` on update-engine (42/147) |
2027 | 2024-08-08T21:33:35.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2028 | 2024-08-08T21:33:35.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2029 | 2024-08-08T21:33:35.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2030 | 2024-08-08T21:33:35.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2031 | 2024-08-08T21:33:35.325Z | |
2032 | 2024-08-08T21:33:35.326Z | info: running `cargo check --bins` on nexus-client (43/147) |
2033 | 2024-08-08T21:33:35.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2034 | 2024-08-08T21:33:35.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2035 | 2024-08-08T21:33:35.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2036 | 2024-08-08T21:33:35.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2037 | 2024-08-08T21:33:35.968Z | |
2038 | 2024-08-08T21:33:35.968Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2039 | 2024-08-08T21:33:36.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2040 | 2024-08-08T21:33:36.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2041 | 2024-08-08T21:33:36.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2042 | 2024-08-08T21:33:36.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2043 | 2024-08-08T21:33:36.604Z | |
2044 | 2024-08-08T21:33:36.604Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2045 | 2024-08-08T21:33:37.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2046 | 2024-08-08T21:33:37.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2047 | 2024-08-08T21:33:37.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2048 | 2024-08-08T21:33:37.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2049 | 2024-08-08T21:33:37.200Z | |
2050 | 2024-08-08T21:33:37.200Z | info: running `cargo check --bins` on nexus-types (46/147) |
2051 | 2024-08-08T21:33:37.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2052 | 2024-08-08T21:33:37.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2053 | 2024-08-08T21:33:37.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2054 | 2024-08-08T21:33:37.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2055 | 2024-08-08T21:33:37.836Z | |
2056 | 2024-08-08T21:33:37.836Z | info: running `cargo check --bins` on oxide-client (47/147) |
2057 | 2024-08-08T21:33:38.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2058 | 2024-08-08T21:33:38.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2059 | 2024-08-08T21:33:38.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2060 | 2024-08-08T21:33:38.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2061 | 2024-08-08T21:33:38.429Z | |
2062 | 2024-08-08T21:33:38.429Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2063 | 2024-08-08T21:33:39.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2064 | 2024-08-08T21:33:39.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2065 | 2024-08-08T21:33:39.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2066 | 2024-08-08T21:33:39.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2067 | 2024-08-08T21:33:39.094Z | |
2068 | 2024-08-08T21:33:39.094Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2069 | 2024-08-08T21:33:39.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2070 | 2024-08-08T21:33:39.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2071 | 2024-08-08T21:33:39.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2072 | 2024-08-08T21:33:39.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2073 | 2024-08-08T21:33:39.764Z | |
2074 | 2024-08-08T21:33:39.764Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2075 | 2024-08-08T21:33:40.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2076 | 2024-08-08T21:33:40.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2077 | 2024-08-08T21:33:40.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2078 | 2024-08-08T21:33:40.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2079 | 2024-08-08T21:33:40.413Z | |
2080 | 2024-08-08T21:33:40.413Z | info: running `cargo check --bins` on wicket-common (51/147) |
2081 | 2024-08-08T21:33:40.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2082 | 2024-08-08T21:33:40.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2083 | 2024-08-08T21:33:40.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2084 | 2024-08-08T21:33:40.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2085 | 2024-08-08T21:33:41.054Z | |
2086 | 2024-08-08T21:33:41.054Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2087 | 2024-08-08T21:33:41.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2088 | 2024-08-08T21:33:41.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2089 | 2024-08-08T21:33:41.693Z | Compiling heapless v0.8.0 |
2090 | 2024-08-08T21:33:41.696Z | Checking hash32 v0.3.1 |
2091 | 2024-08-08T21:33:41.790Z | Compiling smoltcp v0.11.0 |
2092 | 2024-08-08T21:33:41.799Z | Checking embedded-io v0.4.0 |
2093 | 2024-08-08T21:33:41.801Z | Checking cobs v0.2.3 |
2094 | 2024-08-08T21:33:41.818Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2095 | 2024-08-08T21:33:41.821Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2096 | 2024-08-08T21:33:41.840Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2097 | 2024-08-08T21:33:41.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2098 | 2024-08-08T21:33:41.965Z | Compiling crucible-workspace-hack v0.1.0 |
2099 | 2024-08-08T21:33:41.980Z | Checking postcard v1.0.8 |
2100 | 2024-08-08T21:33:41.983Z | Checking csv-core v0.1.11 |
2101 | 2024-08-08T21:33:42.181Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-08-08T21:33:42.266Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2103 | 2024-08-08T21:33:42.314Z | Checking csv v1.3.0 |
2104 | 2024-08-08T21:33:42.397Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2105 | 2024-08-08T21:33:42.521Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2106 | 2024-08-08T21:33:42.628Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2107 | 2024-08-08T21:33:42.709Z | Compiling num-derive v0.4.2 |
2108 | 2024-08-08T21:33:42.866Z | Compiling slog-dtrace v0.3.0 |
2109 | 2024-08-08T21:33:42.938Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2110 | 2024-08-08T21:33:43.193Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2111 | 2024-08-08T21:33:43.247Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2112 | 2024-08-08T21:33:43.269Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2113 | 2024-08-08T21:33:43.701Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2114 | 2024-08-08T21:33:43.866Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2115 | 2024-08-08T21:33:44.481Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2116 | 2024-08-08T21:33:45.620Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-08T21:33:46.475Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2118 | 2024-08-08T21:33:47.565Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2119 | 2024-08-08T21:33:50.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
2120 | 2024-08-08T21:33:50.416Z | |
2121 | 2024-08-08T21:33:50.416Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2122 | 2024-08-08T21:33:51.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-08-08T21:33:51.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-08-08T21:33:51.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-08-08T21:33:51.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2126 | 2024-08-08T21:33:51.116Z | |
2127 | 2024-08-08T21:33:51.116Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2128 | 2024-08-08T21:33:51.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-08-08T21:33:51.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-08-08T21:33:51.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-08-08T21:33:51.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2132 | 2024-08-08T21:33:51.753Z | |
2133 | 2024-08-08T21:33:51.753Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2134 | 2024-08-08T21:33:52.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-08-08T21:33:52.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-08-08T21:33:52.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-08-08T21:33:52.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2138 | 2024-08-08T21:33:52.482Z | |
2139 | 2024-08-08T21:33:52.482Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2140 | 2024-08-08T21:33:53.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-08-08T21:33:53.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-08-08T21:33:53.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-08-08T21:33:53.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2144 | 2024-08-08T21:33:53.214Z | |
2145 | 2024-08-08T21:33:53.214Z | info: running `cargo check --bins` on dns-server (57/147) |
2146 | 2024-08-08T21:33:53.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-08-08T21:33:53.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-08-08T21:33:53.832Z | Compiling parking_lot_core v0.8.6 |
2149 | 2024-08-08T21:33:53.835Z | Checking nibble_vec v0.1.0 |
2150 | 2024-08-08T21:33:53.926Z | Checking endian-type v0.1.2 |
2151 | 2024-08-08T21:33:53.936Z | Checking newline-converter v0.3.0 |
2152 | 2024-08-08T21:33:53.938Z | Checking linked-hash-map v0.5.6 |
2153 | 2024-08-08T21:33:53.938Z | Checking quick-error v1.2.3 |
2154 | 2024-08-08T21:33:53.943Z | Checking fxhash v0.2.1 |
2155 | 2024-08-08T21:33:53.947Z | Checking toml v0.5.11 |
2156 | 2024-08-08T21:33:54.058Z | Checking resolv-conf v0.7.0 |
2157 | 2024-08-08T21:33:54.073Z | Checking expectorate v1.1.0 |
2158 | 2024-08-08T21:33:54.088Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2159 | 2024-08-08T21:33:54.110Z | Checking radix_trie v0.2.1 |
2160 | 2024-08-08T21:33:54.213Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2161 | 2024-08-08T21:33:54.249Z | Checking lru-cache v0.1.2 |
2162 | 2024-08-08T21:33:54.396Z | Checking trust-dns-resolver v0.22.0 |
2163 | 2024-08-08T21:33:54.456Z | Checking trust-dns-client v0.22.0 |
2164 | 2024-08-08T21:33:54.696Z | Checking parking_lot v0.11.2 |
2165 | 2024-08-08T21:33:55.003Z | Checking sled v0.34.7 |
2166 | 2024-08-08T21:33:55.361Z | Checking trust-dns-server v0.22.1 |
2167 | 2024-08-08T21:33:56.992Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2168 | 2024-08-08T21:33:58.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
2169 | 2024-08-08T21:33:58.204Z | |
2170 | 2024-08-08T21:33:58.204Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2171 | 2024-08-08T21:33:58.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-08-08T21:33:58.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-08-08T21:33:58.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-08-08T21:33:58.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2175 | 2024-08-08T21:33:58.816Z | |
2176 | 2024-08-08T21:33:58.816Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2177 | 2024-08-08T21:33:59.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-08T21:33:59.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-08T21:33:59.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-08-08T21:33:59.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2181 | 2024-08-08T21:33:59.483Z | |
2182 | 2024-08-08T21:33:59.483Z | info: running `cargo check --bins` on gateway-types (60/147) |
2183 | 2024-08-08T21:34:00.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-08T21:34:00.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-08T21:34:00.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-08T21:34:00.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2187 | 2024-08-08T21:34:00.106Z | |
2188 | 2024-08-08T21:34:00.106Z | info: running `cargo check --bins` on ipcc (61/147) |
2189 | 2024-08-08T21:34:00.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-08T21:34:00.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-08T21:34:00.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-08T21:34:00.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2193 | 2024-08-08T21:34:00.727Z | |
2194 | 2024-08-08T21:34:00.727Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2195 | 2024-08-08T21:34:01.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-08T21:34:01.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-08T21:34:01.392Z | Compiling radium v0.7.0 |
2198 | 2024-08-08T21:34:01.482Z | Checking tap v1.0.1 |
2199 | 2024-08-08T21:34:01.485Z | Compiling maybe-uninit v2.0.0 |
2200 | 2024-08-08T21:34:01.505Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2201 | 2024-08-08T21:34:01.507Z | Checking crc-catalog v2.4.0 |
2202 | 2024-08-08T21:34:01.507Z | Checking funty v2.0.0 |
2203 | 2024-08-08T21:34:01.507Z | Compiling num-bigint-dig v0.8.4 |
2204 | 2024-08-08T21:34:01.519Z | Compiling packed_struct v0.10.1 |
2205 | 2024-08-08T21:34:01.625Z | Checking wyz v0.5.1 |
2206 | 2024-08-08T21:34:01.657Z | Checking crc v3.2.1 |
2207 | 2024-08-08T21:34:01.917Z | Compiling packed_struct_codegen v0.10.1 |
2208 | 2024-08-08T21:34:01.997Z | Checking half v2.4.1 |
2209 | 2024-08-08T21:34:02.072Z | Compiling indexmap v1.9.3 |
2210 | 2024-08-08T21:34:02.094Z | Checking nodrop v0.1.14 |
2211 | 2024-08-08T21:34:02.206Z | Checking ciborium-io v0.2.2 |
2212 | 2024-08-08T21:34:02.222Z | Checking smallvec v0.6.14 |
2213 | 2024-08-08T21:34:02.332Z | Checking array-init v0.0.4 |
2214 | 2024-08-08T21:34:02.416Z | Checking pkcs1 v0.7.5 |
2215 | 2024-08-08T21:34:02.449Z | Checking ciborium-ll v0.2.2 |
2216 | 2024-08-08T21:34:02.502Z | Checking bitvec v1.0.1 |
2217 | 2024-08-08T21:34:02.607Z | Checking signature v2.2.0 |
2218 | 2024-08-08T21:34:02.783Z | Compiling memoffset v0.9.1 |
2219 | 2024-08-08T21:34:02.808Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2220 | 2024-08-08T21:34:02.808Z | Checking hashbrown v0.12.3 |
2221 | 2024-08-08T21:34:02.887Z | Checking bitfield v0.14.0 |
2222 | 2024-08-08T21:34:03.148Z | Checking env_logger v0.10.2 |
2223 | 2024-08-08T21:34:03.166Z | Checking bzip2 v0.4.4 |
2224 | 2024-08-08T21:34:03.260Z | Checking ciborium v0.2.2 |
2225 | 2024-08-08T21:34:03.343Z | Checking serde-hex v0.1.0 |
2226 | 2024-08-08T21:34:03.450Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2227 | 2024-08-08T21:34:03.575Z | Checking ron v0.8.1 |
2228 | 2024-08-08T21:34:03.698Z | Checking x509-cert v0.2.5 |
2229 | 2024-08-08T21:34:04.312Z | Checking hashbrown v0.13.2 |
2230 | 2024-08-08T21:34:04.520Z | Checking rsa v0.9.6 |
2231 | 2024-08-08T21:34:04.545Z | Checking crc-any v2.5.0 |
2232 | 2024-08-08T21:34:04.873Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-08-08T21:34:04.939Z | Checking zip v0.6.6 |
2234 | 2024-08-08T21:34:05.217Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2235 | 2024-08-08T21:34:05.232Z | Checking path-slash v0.1.5 |
2236 | 2024-08-08T21:34:05.297Z | Checking object v0.30.4 |
2237 | 2024-08-08T21:34:05.367Z | Checking nix v0.27.1 |
2238 | 2024-08-08T21:34:05.460Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2239 | 2024-08-08T21:34:05.552Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2240 | 2024-08-08T21:34:05.584Z | Checking serde-big-array v0.5.1 |
2241 | 2024-08-08T21:34:05.607Z | Checking signal-hook-tokio v0.3.1 |
2242 | 2024-08-08T21:34:07.638Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2243 | 2024-08-08T21:34:08.236Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2244 | 2024-08-08T21:34:15.122Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2245 | 2024-08-08T21:34:16.354Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2246 | 2024-08-08T21:34:18.087Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2247 | 2024-08-08T21:34:19.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s |
2248 | 2024-08-08T21:34:20.116Z | |
2249 | 2024-08-08T21:34:20.117Z | info: running `cargo check --bins` on gateway-api (63/147) |
2250 | 2024-08-08T21:34:20.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-08-08T21:34:20.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-08-08T21:34:20.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-08-08T21:34:20.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2254 | 2024-08-08T21:34:20.745Z | |
2255 | 2024-08-08T21:34:20.745Z | info: running `cargo check --bins` on sp-sim (64/147) |
2256 | 2024-08-08T21:34:21.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-08-08T21:34:21.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-08-08T21:34:21.363Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2259 | 2024-08-08T21:34:23.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s |
2260 | 2024-08-08T21:34:23.142Z | |
2261 | 2024-08-08T21:34:23.142Z | info: running `cargo check --bins` on internal-dns (65/147) |
2262 | 2024-08-08T21:34:23.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-08-08T21:34:23.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-08-08T21:34:23.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-08-08T21:34:23.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2266 | 2024-08-08T21:34:23.767Z | |
2267 | 2024-08-08T21:34:23.767Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2268 | 2024-08-08T21:34:24.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-08-08T21:34:24.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-08-08T21:34:24.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2271 | 2024-08-08T21:34:24.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2272 | 2024-08-08T21:34:24.430Z | |
2273 | 2024-08-08T21:34:24.430Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2274 | 2024-08-08T21:34:25.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-08-08T21:34:25.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-08-08T21:34:25.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-08-08T21:34:25.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2278 | 2024-08-08T21:34:25.106Z | |
2279 | 2024-08-08T21:34:25.106Z | info: running `cargo check --bins` on db-macros (68/147) |
2280 | 2024-08-08T21:34:25.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-08-08T21:34:25.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-08-08T21:34:25.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-08-08T21:34:25.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2284 | 2024-08-08T21:34:25.700Z | |
2285 | 2024-08-08T21:34:25.700Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2286 | 2024-08-08T21:34:26.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-08-08T21:34:26.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-08-08T21:34:26.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-08-08T21:34:26.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2290 | 2024-08-08T21:34:26.289Z | |
2291 | 2024-08-08T21:34:26.289Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2292 | 2024-08-08T21:34:26.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-08-08T21:34:26.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-08-08T21:34:26.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-08-08T21:34:26.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2296 | 2024-08-08T21:34:26.946Z | |
2297 | 2024-08-08T21:34:26.946Z | info: running `cargo check --bins` on authz-macros (71/147) |
2298 | 2024-08-08T21:34:27.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-08-08T21:34:27.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-08-08T21:34:27.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-08-08T21:34:27.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2302 | 2024-08-08T21:34:27.539Z | |
2303 | 2024-08-08T21:34:27.539Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2304 | 2024-08-08T21:34:28.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-08-08T21:34:28.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-08-08T21:34:28.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-08-08T21:34:28.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2308 | 2024-08-08T21:34:28.174Z | |
2309 | 2024-08-08T21:34:28.174Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2310 | 2024-08-08T21:34:28.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-08-08T21:34:28.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-08-08T21:34:28.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-08-08T21:34:28.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2314 | 2024-08-08T21:34:28.813Z | |
2315 | 2024-08-08T21:34:28.813Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2316 | 2024-08-08T21:34:29.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-08-08T21:34:29.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-08-08T21:34:29.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-08-08T21:34:29.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2320 | 2024-08-08T21:34:29.461Z | |
2321 | 2024-08-08T21:34:29.461Z | info: running `cargo check --bins` on oximeter (75/147) |
2322 | 2024-08-08T21:34:30.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-08-08T21:34:30.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-08-08T21:34:30.137Z | Compiling rustls-pki-types v1.7.0 |
2325 | 2024-08-08T21:34:30.224Z | Compiling prettyplease v0.2.20 |
2326 | 2024-08-08T21:34:30.227Z | Compiling match_cfg v0.1.0 |
2327 | 2024-08-08T21:34:30.242Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2328 | 2024-08-08T21:34:30.245Z | Compiling slog-json v2.6.1 |
2329 | 2024-08-08T21:34:30.253Z | Compiling http v1.1.0 |
2330 | 2024-08-08T21:34:30.277Z | Compiling atomic-waker v1.1.2 |
2331 | 2024-08-08T21:34:30.293Z | Compiling async-stream v0.3.5 |
2332 | 2024-08-08T21:34:30.311Z | Compiling hostname v0.3.1 |
2333 | 2024-08-08T21:34:30.465Z | Compiling waitgroup v0.1.2 |
2334 | 2024-08-08T21:34:30.517Z | Compiling slog-bunyan v2.5.0 |
2335 | 2024-08-08T21:34:30.558Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2336 | 2024-08-08T21:34:30.585Z | Compiling toml v0.8.19 |
2337 | 2024-08-08T21:34:30.616Z | Compiling sha1 v0.10.6 |
2338 | 2024-08-08T21:34:30.652Z | Compiling rustls-webpki v0.102.4 |
2339 | 2024-08-08T21:34:30.679Z | Compiling rustls-pemfile v2.1.3 |
2340 | 2024-08-08T21:34:30.742Z | Compiling ipnetwork v0.20.0 |
2341 | 2024-08-08T21:34:30.767Z | Compiling newtype-uuid v1.1.0 |
2342 | 2024-08-08T21:34:31.009Z | Compiling serde_path_to_error v0.1.16 |
2343 | 2024-08-08T21:34:31.059Z | Compiling hostname v0.4.0 |
2344 | 2024-08-08T21:34:31.073Z | Compiling instant v0.1.12 |
2345 | 2024-08-08T21:34:31.134Z | Compiling debug-ignore v1.0.5 |
2346 | 2024-08-08T21:34:31.210Z | Compiling backoff v0.4.0 |
2347 | 2024-08-08T21:34:31.276Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2348 | 2024-08-08T21:34:31.309Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2349 | 2024-08-08T21:34:31.580Z | Compiling rustls v0.22.4 |
2350 | 2024-08-08T21:34:31.659Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2351 | 2024-08-08T21:34:31.676Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2352 | 2024-08-08T21:34:31.860Z | Compiling multer v3.1.0 |
2353 | 2024-08-08T21:34:31.876Z | Compiling serde_with v3.8.3 |
2354 | 2024-08-08T21:34:32.042Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2355 | 2024-08-08T21:34:32.338Z | Compiling parse-display v0.9.1 |
2356 | 2024-08-08T21:34:32.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2357 | 2024-08-08T21:34:32.798Z | Compiling num-rational v0.4.2 |
2358 | 2024-08-08T21:34:32.951Z | Compiling num-complex v0.4.6 |
2359 | 2024-08-08T21:34:33.004Z | Compiling macaddr v1.0.1 |
2360 | 2024-08-08T21:34:33.908Z | Compiling float-ord v0.3.2 |
2361 | 2024-08-08T21:34:34.077Z | Compiling num v0.4.3 |
2362 | 2024-08-08T21:34:35.117Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2363 | 2024-08-08T21:34:35.579Z | Compiling tokio-rustls v0.25.0 |
2364 | 2024-08-08T21:34:35.834Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2365 | 2024-08-08T21:34:39.270Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2366 | 2024-08-08T21:34:50.760Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2367 | 2024-08-08T21:34:53.880Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2368 | 2024-08-08T21:34:54.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.01s |
2369 | 2024-08-08T21:34:54.620Z | |
2370 | 2024-08-08T21:34:54.620Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2371 | 2024-08-08T21:34:55.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-08-08T21:34:55.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-08-08T21:34:55.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-08-08T21:34:55.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2375 | 2024-08-08T21:34:55.236Z | |
2376 | 2024-08-08T21:34:55.236Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2377 | 2024-08-08T21:34:55.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-08-08T21:34:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-08-08T21:34:55.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-08-08T21:34:55.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2381 | 2024-08-08T21:34:55.831Z | |
2382 | 2024-08-08T21:34:55.831Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2383 | 2024-08-08T21:34:56.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-08-08T21:34:56.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-08-08T21:34:56.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-08-08T21:34:56.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2387 | 2024-08-08T21:34:56.451Z | |
2388 | 2024-08-08T21:34:56.451Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2389 | 2024-08-08T21:34:57.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-08-08T21:34:57.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-08-08T21:34:57.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-08-08T21:34:57.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2393 | 2024-08-08T21:34:57.129Z | |
2394 | 2024-08-08T21:34:57.129Z | info: running `cargo check --bins` on typed-rng (80/147) |
2395 | 2024-08-08T21:34:57.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-08-08T21:34:57.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-08-08T21:34:57.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-08-08T21:34:57.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2399 | 2024-08-08T21:34:57.792Z | |
2400 | 2024-08-08T21:34:57.792Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2401 | 2024-08-08T21:34:58.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-08-08T21:34:58.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-08-08T21:34:58.504Z | Checking password-hash v0.5.0 |
2404 | 2024-08-08T21:34:58.504Z | Checking blake2 v0.10.6 |
2405 | 2024-08-08T21:34:58.507Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2406 | 2024-08-08T21:34:58.507Z | Compiling semver v0.1.20 |
2407 | 2024-08-08T21:34:58.629Z | Compiling convert_case v0.4.0 |
2408 | 2024-08-08T21:34:58.629Z | Compiling rayon-core v1.12.1 |
2409 | 2024-08-08T21:34:58.641Z | Compiling crossbeam-deque v0.8.5 |
2410 | 2024-08-08T21:34:58.652Z | Compiling unicase v2.7.0 |
2411 | 2024-08-08T21:34:58.927Z | Compiling libefi-sys v0.1.0 |
2412 | 2024-08-08T21:34:58.973Z | Compiling rustc_version v0.1.7 |
2413 | 2024-08-08T21:34:58.988Z | Compiling same-file v1.0.6 |
2414 | 2024-08-08T21:34:58.991Z | Compiling fastrand v2.1.0 |
2415 | 2024-08-08T21:34:59.021Z | Checking argon2 v0.5.3 |
2416 | 2024-08-08T21:34:59.225Z | Compiling walkdir v2.5.0 |
2417 | 2024-08-08T21:34:59.270Z | Compiling curve25519-dalek v4.1.3 |
2418 | 2024-08-08T21:34:59.431Z | Compiling tempfile v3.10.1 |
2419 | 2024-08-08T21:34:59.473Z | Compiling newtype_derive v0.1.6 |
2420 | 2024-08-08T21:34:59.539Z | Compiling bitfield-struct v0.6.1 |
2421 | 2024-08-08T21:34:59.599Z | Compiling derive_more v0.99.18 |
2422 | 2024-08-08T21:34:59.713Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2423 | 2024-08-08T21:34:59.834Z | Compiling derive-where v1.2.7 |
2424 | 2024-08-08T21:34:59.904Z | Compiling blake3 v1.5.1 |
2425 | 2024-08-08T21:34:59.972Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2426 | 2024-08-08T21:34:59.992Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2427 | 2024-08-08T21:35:00.275Z | Compiling ring v0.16.20 |
2428 | 2024-08-08T21:35:00.337Z | Checking keccak v0.1.5 |
2429 | 2024-08-08T21:35:00.653Z | Checking sha3 v0.10.8 |
2430 | 2024-08-08T21:35:00.998Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2431 | 2024-08-08T21:35:01.040Z | Compiling rayon v1.10.0 |
2432 | 2024-08-08T21:35:01.228Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2433 | 2024-08-08T21:35:01.309Z | Checking universal-hash v0.5.1 |
2434 | 2024-08-08T21:35:01.498Z | Compiling thiserror-impl-no-std v2.0.2 |
2435 | 2024-08-08T21:35:01.544Z | Checking secrecy v0.8.0 |
2436 | 2024-08-08T21:35:01.579Z | Compiling curve25519-dalek-derive v0.1.1 |
2437 | 2024-08-08T21:35:01.600Z | Compiling memmap2 v0.9.4 |
2438 | 2024-08-08T21:35:01.777Z | Compiling spin v0.5.2 |
2439 | 2024-08-08T21:35:02.010Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2440 | 2024-08-08T21:35:02.073Z | Compiling home v0.5.9 |
2441 | 2024-08-08T21:35:02.135Z | Compiling constant_time_eq v0.3.0 |
2442 | 2024-08-08T21:35:02.338Z | Compiling arrayref v0.3.7 |
2443 | 2024-08-08T21:35:02.365Z | Compiling untrusted v0.7.1 |
2444 | 2024-08-08T21:35:02.457Z | Checking opaque-debug v0.3.1 |
2445 | 2024-08-08T21:35:02.562Z | Compiling arrayvec v0.7.4 |
2446 | 2024-08-08T21:35:02.565Z | Checking poly1305 v0.8.0 |
2447 | 2024-08-08T21:35:02.987Z | Compiling toolchain_find v0.4.0 |
2448 | 2024-08-08T21:35:03.079Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2449 | 2024-08-08T21:35:03.459Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2450 | 2024-08-08T21:35:03.655Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2451 | 2024-08-08T21:35:03.701Z | Checking steno v0.4.1 |
2452 | 2024-08-08T21:35:03.770Z | Compiling camino-tempfile v1.1.1 |
2453 | 2024-08-08T21:35:04.219Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2454 | 2024-08-08T21:35:04.354Z | Checking chacha20 v0.9.1 |
2455 | 2024-08-08T21:35:04.721Z | Checking gethostname v0.5.0 |
2456 | 2024-08-08T21:35:04.855Z | Checking aead v0.5.2 |
2457 | 2024-08-08T21:35:04.933Z | Checking thiserror-no-std v2.0.2 |
2458 | 2024-08-08T21:35:05.051Z | Compiling topological-sort v0.2.2 |
2459 | 2024-08-08T21:35:05.069Z | Compiling cancel-safe-futures v0.1.5 |
2460 | 2024-08-08T21:35:05.092Z | Checking vsss-rs v3.3.4 |
2461 | 2024-08-08T21:35:05.263Z | Checking chacha20poly1305 v0.10.1 |
2462 | 2024-08-08T21:35:05.445Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2463 | 2024-08-08T21:35:05.926Z | Compiling mime_guess v2.0.4 |
2464 | 2024-08-08T21:35:06.028Z | Compiling rustfmt-wrapper v0.2.1 |
2465 | 2024-08-08T21:35:06.659Z | Compiling omicron-zone-package v0.11.0 |
2466 | 2024-08-08T21:35:06.744Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2467 | 2024-08-08T21:35:06.890Z | Checking glob v0.3.1 |
2468 | 2024-08-08T21:35:07.368Z | Checking libsw v3.3.1 |
2469 | 2024-08-08T21:35:07.641Z | Checking swrite v0.1.0 |
2470 | 2024-08-08T21:35:07.644Z | Checking linear-map v1.2.0 |
2471 | 2024-08-08T21:35:07.666Z | Checking owo-colors v4.0.0 |
2472 | 2024-08-08T21:35:07.731Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-08T21:35:07.748Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2474 | 2024-08-08T21:35:07.978Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2475 | 2024-08-08T21:35:09.341Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2476 | 2024-08-08T21:35:09.344Z | Checking kstat-rs v0.2.4 |
2477 | 2024-08-08T21:35:09.344Z | Checking nanorand v0.7.0 |
2478 | 2024-08-08T21:35:09.344Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2479 | 2024-08-08T21:35:09.344Z | Checking http-range v0.1.5 |
2480 | 2024-08-08T21:35:09.344Z | Checking flume v0.11.0 |
2481 | 2024-08-08T21:35:09.344Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2482 | 2024-08-08T21:35:09.344Z | Checking hyper-staticfile v0.9.5 |
2483 | 2024-08-08T21:35:09.466Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2484 | 2024-08-08T21:35:09.486Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2485 | 2024-08-08T21:35:09.512Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2486 | 2024-08-08T21:35:09.700Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2487 | 2024-08-08T21:35:09.729Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2488 | 2024-08-08T21:35:10.890Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2489 | 2024-08-08T21:35:10.939Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2490 | 2024-08-08T21:35:12.481Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2491 | 2024-08-08T21:35:12.646Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2492 | 2024-08-08T21:35:13.173Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2493 | 2024-08-08T21:35:13.564Z | Checking itertools v0.13.0 |
2494 | 2024-08-08T21:35:13.716Z | Checking display-error-chain v0.2.0 |
2495 | 2024-08-08T21:35:20.437Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2496 | 2024-08-08T21:35:25.829Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2497 | 2024-08-08T21:35:25.832Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2498 | 2024-08-08T21:35:26.485Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2499 | 2024-08-08T21:35:41.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.25s |
2500 | 2024-08-08T21:35:41.224Z | |
2501 | 2024-08-08T21:35:41.224Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2502 | 2024-08-08T21:35:41.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-08-08T21:35:41.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-08-08T21:35:41.948Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-08-08T21:35:56.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.89s |
2506 | 2024-08-08T21:35:56.282Z | |
2507 | 2024-08-08T21:35:56.282Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2508 | 2024-08-08T21:35:56.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-08-08T21:35:56.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-08-08T21:35:56.998Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-08-08T21:36:11.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s |
2512 | 2024-08-08T21:36:11.764Z | |
2513 | 2024-08-08T21:36:11.765Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2514 | 2024-08-08T21:36:12.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-08-08T21:36:12.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-08-08T21:36:12.477Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2517 | 2024-08-08T21:36:26.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s |
2518 | 2024-08-08T21:36:26.972Z | |
2519 | 2024-08-08T21:36:26.972Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2520 | 2024-08-08T21:36:27.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-08-08T21:36:27.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-08-08T21:36:27.689Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2523 | 2024-08-08T21:36:42.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.37s |
2524 | 2024-08-08T21:36:42.514Z | |
2525 | 2024-08-08T21:36:42.514Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2526 | 2024-08-08T21:36:43.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-08-08T21:36:43.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-08-08T21:36:43.222Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2529 | 2024-08-08T21:36:57.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s |
2530 | 2024-08-08T21:36:57.871Z | |
2531 | 2024-08-08T21:36:57.871Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2532 | 2024-08-08T21:36:58.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-08-08T21:36:58.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-08-08T21:36:58.586Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2535 | 2024-08-08T21:37:13.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s |
2536 | 2024-08-08T21:37:13.534Z | |
2537 | 2024-08-08T21:37:13.534Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2538 | 2024-08-08T21:37:14.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-08-08T21:37:14.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-08-08T21:37:14.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2541 | 2024-08-08T21:37:28.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.95s |
2542 | 2024-08-08T21:37:28.655Z | |
2543 | 2024-08-08T21:37:28.655Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2544 | 2024-08-08T21:37:29.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-08-08T21:37:29.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-08-08T21:37:29.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-08-08T21:37:29.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2548 | 2024-08-08T21:37:29.363Z | |
2549 | 2024-08-08T21:37:29.363Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2550 | 2024-08-08T21:37:29.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-08-08T21:37:29.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-08-08T21:37:29.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-08-08T21:37:29.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2554 | 2024-08-08T21:37:30.029Z | |
2555 | 2024-08-08T21:37:30.029Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2556 | 2024-08-08T21:37:30.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-08-08T21:37:30.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-08-08T21:37:30.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-08-08T21:37:30.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2560 | 2024-08-08T21:37:30.666Z | |
2561 | 2024-08-08T21:37:30.666Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2562 | 2024-08-08T21:37:31.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-08-08T21:37:31.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-08-08T21:37:31.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-08-08T21:37:31.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2566 | 2024-08-08T21:37:31.297Z | |
2567 | 2024-08-08T21:37:31.297Z | info: running `cargo check --bins` on key-manager (93/147) |
2568 | 2024-08-08T21:37:31.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-08-08T21:37:31.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-08-08T21:37:31.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-08-08T21:37:31.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2572 | 2024-08-08T21:37:31.944Z | |
2573 | 2024-08-08T21:37:31.944Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2574 | 2024-08-08T21:37:32.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-08-08T21:37:32.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-08-08T21:37:32.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-08-08T21:37:32.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2024-08-08T21:37:32.573Z | |
2579 | 2024-08-08T21:37:32.574Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2580 | 2024-08-08T21:37:33.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-08T21:37:33.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-08T21:37:33.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-08-08T21:37:33.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2584 | 2024-08-08T21:37:33.167Z | |
2585 | 2024-08-08T21:37:33.167Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2586 | 2024-08-08T21:37:33.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-08T21:37:33.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-08T21:37:33.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-08-08T21:37:33.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2590 | 2024-08-08T21:37:33.835Z | |
2591 | 2024-08-08T21:37:33.835Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2592 | 2024-08-08T21:37:34.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-08T21:37:34.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-08T21:37:34.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-08-08T21:37:34.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2596 | 2024-08-08T21:37:34.508Z | |
2597 | 2024-08-08T21:37:34.508Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2598 | 2024-08-08T21:37:35.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-08T21:37:35.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-08T21:37:35.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-08-08T21:37:35.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2602 | 2024-08-08T21:37:35.130Z | |
2603 | 2024-08-08T21:37:35.130Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2604 | 2024-08-08T21:37:35.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-08T21:37:35.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-08T21:37:35.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-08-08T21:37:35.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2608 | 2024-08-08T21:37:35.761Z | |
2609 | 2024-08-08T21:37:35.761Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2610 | 2024-08-08T21:37:36.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-08T21:37:36.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-08T21:37:36.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-08-08T21:37:36.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2614 | 2024-08-08T21:37:36.378Z | |
2615 | 2024-08-08T21:37:36.378Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2616 | 2024-08-08T21:37:36.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-08T21:37:36.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-08T21:37:36.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-08-08T21:37:36.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2620 | 2024-08-08T21:37:36.998Z | |
2621 | 2024-08-08T21:37:36.998Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2622 | 2024-08-08T21:37:37.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-08T21:37:37.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-08T21:37:37.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-08T21:37:37.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2626 | 2024-08-08T21:37:37.639Z | |
2627 | 2024-08-08T21:37:37.639Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2628 | 2024-08-08T21:37:38.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-08T21:37:38.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-08T21:37:38.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-08T21:37:38.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2632 | 2024-08-08T21:37:38.285Z | |
2633 | 2024-08-08T21:37:38.285Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2634 | 2024-08-08T21:37:38.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-08T21:37:38.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-08T21:37:38.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-08T21:37:38.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2638 | 2024-08-08T21:37:38.924Z | |
2639 | 2024-08-08T21:37:38.924Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2640 | 2024-08-08T21:37:39.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-08T21:37:39.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-08T21:37:39.588Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2643 | 2024-08-08T21:37:39.588Z | Checking bcs v0.1.6 |
2644 | 2024-08-08T21:37:39.588Z | Compiling async-recursion v1.1.1 |
2645 | 2024-08-08T21:37:39.591Z | Checking highway v1.2.0 |
2646 | 2024-08-08T21:37:39.591Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2647 | 2024-08-08T21:37:39.591Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2648 | 2024-08-08T21:37:40.711Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2649 | 2024-08-08T21:37:44.002Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2650 | 2024-08-08T21:37:45.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s |
2651 | 2024-08-08T21:37:45.836Z | |
2652 | 2024-08-08T21:37:45.836Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2653 | 2024-08-08T21:37:46.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-08-08T21:37:46.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-08-08T21:37:46.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-08-08T21:37:46.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2657 | 2024-08-08T21:37:46.475Z | |
2658 | 2024-08-08T21:37:46.475Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2659 | 2024-08-08T21:37:47.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-08-08T21:37:47.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-08-08T21:37:47.173Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2662 | 2024-08-08T21:37:47.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2663 | 2024-08-08T21:37:47.892Z | |
2664 | 2024-08-08T21:37:47.892Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2665 | 2024-08-08T21:37:48.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-08-08T21:37:48.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-08-08T21:37:48.537Z | Compiling cfg_aliases v0.1.1 |
2668 | 2024-08-08T21:37:48.540Z | Compiling vte_generate_state_changes v0.1.1 |
2669 | 2024-08-08T21:37:48.540Z | Checking fd-lock v4.0.2 |
2670 | 2024-08-08T21:37:48.540Z | Checking bytecount v0.6.8 |
2671 | 2024-08-08T21:37:48.634Z | Compiling tabled_derive v0.7.0 |
2672 | 2024-08-08T21:37:48.637Z | Compiling peg-macros v0.8.4 |
2673 | 2024-08-08T21:37:48.643Z | Compiling sqlparser_derive v0.2.2 |
2674 | 2024-08-08T21:37:48.645Z | Checking nu-ansi-term v0.50.0 |
2675 | 2024-08-08T21:37:48.701Z | Compiling nix v0.28.0 |
2676 | 2024-08-08T21:37:48.745Z | Checking papergrid v0.11.0 |
2677 | 2024-08-08T21:37:48.788Z | Checking home v0.5.9 |
2678 | 2024-08-08T21:37:48.931Z | Checking unicode_categories v0.1.1 |
2679 | 2024-08-08T21:37:49.250Z | Checking sqlformat v0.2.4 |
2680 | 2024-08-08T21:37:49.279Z | Checking vte v0.11.1 |
2681 | 2024-08-08T21:37:49.774Z | Checking sqlparser v0.45.0 |
2682 | 2024-08-08T21:37:50.633Z | Checking strip-ansi-escapes v0.2.0 |
2683 | 2024-08-08T21:37:50.754Z | Checking tabled v0.15.0 |
2684 | 2024-08-08T21:37:50.785Z | Checking reedline v0.31.0 |
2685 | 2024-08-08T21:37:51.358Z | Checking peg v0.8.4 |
2686 | 2024-08-08T21:37:51.909Z | Checking rustyline v14.0.0 |
2687 | 2024-08-08T21:37:56.505Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2688 | 2024-08-08T21:38:02.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s |
2689 | 2024-08-08T21:38:02.539Z | |
2690 | 2024-08-08T21:38:02.539Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2691 | 2024-08-08T21:38:03.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-08-08T21:38:03.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-08-08T21:38:03.400Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2694 | 2024-08-08T21:38:09.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s |
2695 | 2024-08-08T21:38:09.374Z | |
2696 | 2024-08-08T21:38:09.374Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2697 | 2024-08-08T21:38:09.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-08T21:38:09.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-08T21:38:10.016Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2024-08-08T21:38:15.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
2701 | 2024-08-08T21:38:15.703Z | |
2702 | 2024-08-08T21:38:15.703Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2703 | 2024-08-08T21:38:16.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-08-08T21:38:16.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-08-08T21:38:16.350Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2706 | 2024-08-08T21:38:20.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
2707 | 2024-08-08T21:38:20.742Z | |
2708 | 2024-08-08T21:38:20.742Z | info: running `cargo check --bins` on cert-dev (112/147) |
2709 | 2024-08-08T21:38:21.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2024-08-08T21:38:21.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2024-08-08T21:38:21.333Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2712 | 2024-08-08T21:38:21.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2713 | 2024-08-08T21:38:21.720Z | |
2714 | 2024-08-08T21:38:21.720Z | info: running `cargo check --bins` on ch-dev (113/147) |
2715 | 2024-08-08T21:38:22.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-08T21:38:22.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-08T21:38:22.368Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2718 | 2024-08-08T21:38:23.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2719 | 2024-08-08T21:38:23.199Z | |
2720 | 2024-08-08T21:38:23.199Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2721 | 2024-08-08T21:38:23.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-08T21:38:23.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-08T21:38:23.853Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2724 | 2024-08-08T21:38:24.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2725 | 2024-08-08T21:38:24.330Z | |
2726 | 2024-08-08T21:38:24.330Z | info: running `cargo check --bins` on db-dev (115/147) |
2727 | 2024-08-08T21:38:24.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-08T21:38:24.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-08T21:38:24.983Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2730 | 2024-08-08T21:38:25.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2731 | 2024-08-08T21:38:25.823Z | |
2732 | 2024-08-08T21:38:25.823Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2733 | 2024-08-08T21:38:26.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-08T21:38:26.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-08T21:38:26.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2024-08-08T21:38:26.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2737 | 2024-08-08T21:38:26.464Z | |
2738 | 2024-08-08T21:38:26.464Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2739 | 2024-08-08T21:38:27.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-08-08T21:38:27.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-08-08T21:38:27.060Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2742 | 2024-08-08T21:38:27.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
2743 | 2024-08-08T21:38:28.030Z | |
2744 | 2024-08-08T21:38:28.030Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2745 | 2024-08-08T21:38:28.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-08-08T21:38:28.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-08-08T21:38:28.715Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2748 | 2024-08-08T21:38:29.283Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2749 | 2024-08-08T21:38:29.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
2750 | 2024-08-08T21:38:29.866Z | |
2751 | 2024-08-08T21:38:29.866Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2752 | 2024-08-08T21:38:30.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-08T21:38:30.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-08T21:38:30.647Z | Compiling glob v0.3.1 |
2755 | 2024-08-08T21:38:30.647Z | Compiling crunchy v0.2.2 |
2756 | 2024-08-08T21:38:30.650Z | Compiling tiny-keccak v2.0.2 |
2757 | 2024-08-08T21:38:30.650Z | Compiling dsl_auto_type v0.1.2 |
2758 | 2024-08-08T21:38:30.756Z | Checking scheduled-thread-pool v0.2.7 |
2759 | 2024-08-08T21:38:30.759Z | Compiling diesel_table_macro_syntax v0.2.0 |
2760 | 2024-08-08T21:38:30.804Z | Compiling ascii-canvas v3.0.0 |
2761 | 2024-08-08T21:38:30.807Z | Compiling ena v0.14.3 |
2762 | 2024-08-08T21:38:31.001Z | Checking r2d2 v0.8.10 |
2763 | 2024-08-08T21:38:31.063Z | Compiling libloading v0.8.3 |
2764 | 2024-08-08T21:38:31.207Z | Compiling bindgen v0.69.4 |
2765 | 2024-08-08T21:38:31.303Z | Compiling diff v0.1.13 |
2766 | 2024-08-08T21:38:31.322Z | Compiling regex-syntax v0.6.29 |
2767 | 2024-08-08T21:38:31.340Z | Compiling which v4.4.2 |
2768 | 2024-08-08T21:38:31.514Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2769 | 2024-08-08T21:38:31.707Z | Compiling clang-sys v1.7.0 |
2770 | 2024-08-08T21:38:31.781Z | Compiling cexpr v0.6.0 |
2771 | 2024-08-08T21:38:31.975Z | Compiling shlex v1.3.0 |
2772 | 2024-08-08T21:38:31.993Z | Compiling rustc-hash v1.1.0 |
2773 | 2024-08-08T21:38:32.011Z | Compiling ref-cast v1.0.23 |
2774 | 2024-08-08T21:38:32.117Z | Compiling lazycell v1.3.0 |
2775 | 2024-08-08T21:38:32.155Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2776 | 2024-08-08T21:38:32.294Z | Compiling derive_builder_core v0.20.0 |
2777 | 2024-08-08T21:38:32.395Z | Compiling libxml v0.3.3 |
2778 | 2024-08-08T21:38:32.426Z | Compiling diesel_derives v2.2.2 |
2779 | 2024-08-08T21:38:32.466Z | Compiling ref-cast-impl v1.0.23 |
2780 | 2024-08-08T21:38:32.613Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2781 | 2024-08-08T21:38:32.826Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2782 | 2024-08-08T21:38:33.109Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2783 | 2024-08-08T21:38:33.413Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2784 | 2024-08-08T21:38:33.553Z | Compiling strum_macros v0.24.3 |
2785 | 2024-08-08T21:38:33.789Z | Compiling cookie v0.18.1 |
2786 | 2024-08-08T21:38:33.824Z | Compiling indoc v1.0.9 |
2787 | 2024-08-08T21:38:34.810Z | Compiling lalrpop v0.19.12 |
2788 | 2024-08-08T21:38:34.908Z | Compiling derive_builder_macro v0.20.0 |
2789 | 2024-08-08T21:38:35.837Z | Checking derive_builder v0.20.0 |
2790 | 2024-08-08T21:38:35.985Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2791 | 2024-08-08T21:38:36.304Z | Compiling oso-derive v0.27.3 |
2792 | 2024-08-08T21:38:36.344Z | Compiling impl-trait-for-tuples v0.2.2 |
2793 | 2024-08-08T21:38:37.338Z | Checking quick-xml v0.31.0 |
2794 | 2024-08-08T21:38:37.397Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2795 | 2024-08-08T21:38:37.452Z | Checking maplit v1.0.2 |
2796 | 2024-08-08T21:38:37.797Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2797 | 2024-08-08T21:38:38.079Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2798 | 2024-08-08T21:38:38.389Z | Checking bb8 v0.8.5 |
2799 | 2024-08-08T21:38:38.873Z | Compiling const_format_proc_macros v0.2.32 |
2800 | 2024-08-08T21:38:39.483Z | Checking crossbeam-deque v0.8.5 |
2801 | 2024-08-08T21:38:39.554Z | Compiling portable-atomic v1.6.0 |
2802 | 2024-08-08T21:38:39.808Z | Checking rayon-core v1.12.1 |
2803 | 2024-08-08T21:38:40.519Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2804 | 2024-08-08T21:38:40.698Z | Checking castaway v0.2.2 |
2805 | 2024-08-08T21:38:40.871Z | Checking compact_str v0.7.1 |
2806 | 2024-08-08T21:38:41.007Z | Checking const_format v0.2.32 |
2807 | 2024-08-08T21:38:41.518Z | Checking rayon v1.10.0 |
2808 | 2024-08-08T21:38:41.661Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2809 | 2024-08-08T21:38:41.952Z | Checking unicode-truncate v1.0.0 |
2810 | 2024-08-08T21:38:41.972Z | Checking lru v0.12.3 |
2811 | 2024-08-08T21:38:42.190Z | Compiling stability v0.2.0 |
2812 | 2024-08-08T21:38:42.302Z | Checking unicode-linebreak v0.1.5 |
2813 | 2024-08-08T21:38:42.744Z | Checking number_prefix v0.4.0 |
2814 | 2024-08-08T21:38:42.950Z | Checking cassowary v0.3.0 |
2815 | 2024-08-08T21:38:43.262Z | Checking smawk v0.3.2 |
2816 | 2024-08-08T21:38:43.383Z | Checking ratatui v0.27.0 |
2817 | 2024-08-08T21:38:43.464Z | Checking textwrap v0.16.1 |
2818 | 2024-08-08T21:38:43.907Z | Checking multimap v0.10.0 |
2819 | 2024-08-08T21:38:45.207Z | Checking indicatif v0.17.8 |
2820 | 2024-08-08T21:38:45.575Z | Checking diesel v2.2.2 |
2821 | 2024-08-08T21:39:09.327Z | Compiling samael v0.0.15 |
2822 | 2024-08-08T21:39:20.079Z | Compiling polar-core v0.27.3 |
2823 | 2024-08-08T21:39:20.907Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2824 | 2024-08-08T21:39:27.028Z | Checking oso v0.27.3 |
2825 | 2024-08-08T21:40:25.904Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2826 | 2024-08-08T21:40:30.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
2827 | 2024-08-08T21:40:30.883Z | |
2828 | 2024-08-08T21:40:30.883Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2829 | 2024-08-08T21:40:31.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-08-08T21:40:31.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-08-08T21:40:31.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-08-08T21:40:31.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2833 | 2024-08-08T21:40:31.575Z | |
2834 | 2024-08-08T21:40:31.575Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2835 | 2024-08-08T21:40:32.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-08-08T21:40:32.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-08-08T21:40:32.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-08-08T21:40:32.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2839 | 2024-08-08T21:40:32.252Z | |
2840 | 2024-08-08T21:40:32.252Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2841 | 2024-08-08T21:40:32.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-08T21:40:32.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-08T21:40:32.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-08-08T21:40:32.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2845 | 2024-08-08T21:40:32.848Z | |
2846 | 2024-08-08T21:40:32.848Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2847 | 2024-08-08T21:40:33.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-08T21:40:33.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-08T21:40:33.627Z | Compiling pin-project-internal v1.1.5 |
2850 | 2024-08-08T21:40:33.630Z | Compiling snafu-derive v0.8.2 |
2851 | 2024-08-08T21:40:33.724Z | Compiling buf-list v1.0.3 |
2852 | 2024-08-08T21:40:33.744Z | Checking globset v0.4.14 |
2853 | 2024-08-08T21:40:33.747Z | Checking olpc-cjson v0.1.3 |
2854 | 2024-08-08T21:40:33.747Z | Checking rand_seeder v0.3.0 |
2855 | 2024-08-08T21:40:33.747Z | Checking serde_plain v1.0.2 |
2856 | 2024-08-08T21:40:33.755Z | Checking typed-path v0.7.1 |
2857 | 2024-08-08T21:40:33.966Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2858 | 2024-08-08T21:40:33.985Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2859 | 2024-08-08T21:40:34.028Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2860 | 2024-08-08T21:40:34.174Z | Checking parse-size v1.0.0 |
2861 | 2024-08-08T21:40:34.234Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2862 | 2024-08-08T21:40:34.309Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2863 | 2024-08-08T21:40:34.356Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2864 | 2024-08-08T21:40:34.418Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-08-08T21:40:34.770Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2866 | 2024-08-08T21:40:35.148Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2867 | 2024-08-08T21:40:35.260Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2868 | 2024-08-08T21:40:35.334Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2869 | 2024-08-08T21:40:35.614Z | Checking fatfs v0.3.6 |
2870 | 2024-08-08T21:40:35.684Z | Checking assert_matches v1.5.0 |
2871 | 2024-08-08T21:40:36.708Z | Checking pin-project v1.1.5 |
2872 | 2024-08-08T21:40:37.606Z | Checking snafu v0.8.2 |
2873 | 2024-08-08T21:40:37.905Z | Checking tough v0.17.1 |
2874 | 2024-08-08T21:40:40.783Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2875 | 2024-08-08T21:40:41.900Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2876 | 2024-08-08T21:41:25.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.08s |
2877 | 2024-08-08T21:41:26.100Z | |
2878 | 2024-08-08T21:41:26.100Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2879 | 2024-08-08T21:41:26.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2024-08-08T21:41:26.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2024-08-08T21:41:26.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2882 | 2024-08-08T21:41:26.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2883 | 2024-08-08T21:41:26.761Z | |
2884 | 2024-08-08T21:41:26.761Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2885 | 2024-08-08T21:41:27.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2886 | 2024-08-08T21:41:27.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2887 | 2024-08-08T21:41:27.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2888 | 2024-08-08T21:41:27.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2889 | 2024-08-08T21:41:27.429Z | |
2890 | 2024-08-08T21:41:27.429Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2891 | 2024-08-08T21:41:28.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2892 | 2024-08-08T21:41:28.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2893 | 2024-08-08T21:41:28.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2894 | 2024-08-08T21:41:28.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2895 | 2024-08-08T21:41:28.090Z | |
2896 | 2024-08-08T21:41:28.090Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2897 | 2024-08-08T21:41:28.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-08-08T21:41:28.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-08-08T21:41:28.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-08-08T21:41:28.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2901 | 2024-08-08T21:41:28.759Z | |
2902 | 2024-08-08T21:41:28.759Z | info: running `cargo check --bins` on update-common (128/147) |
2903 | 2024-08-08T21:41:29.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-08-08T21:41:29.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-08-08T21:41:29.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-08-08T21:41:29.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2907 | 2024-08-08T21:41:29.414Z | |
2908 | 2024-08-08T21:41:29.414Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2909 | 2024-08-08T21:41:29.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-08-08T21:41:29.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-08-08T21:41:29.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-08-08T21:41:29.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2913 | 2024-08-08T21:41:30.070Z | |
2914 | 2024-08-08T21:41:30.070Z | info: running `cargo check --bins` on tufaceous (130/147) |
2915 | 2024-08-08T21:41:30.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-08-08T21:41:30.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-08-08T21:41:30.781Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2918 | 2024-08-08T21:41:31.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
2919 | 2024-08-08T21:41:31.855Z | |
2920 | 2024-08-08T21:41:31.855Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2921 | 2024-08-08T21:41:32.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-08-08T21:41:32.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-08-08T21:41:32.670Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2924 | 2024-08-08T21:41:32.670Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2925 | 2024-08-08T21:41:32.673Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2926 | 2024-08-08T21:41:34.048Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2927 | 2024-08-08T21:41:36.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s |
2928 | 2024-08-08T21:41:36.701Z | |
2929 | 2024-08-08T21:41:36.701Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2930 | 2024-08-08T21:41:37.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2024-08-08T21:41:37.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2024-08-08T21:41:37.394Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2933 | 2024-08-08T21:41:37.394Z | Checking heck v0.4.1 |
2934 | 2024-08-08T21:41:37.396Z | Checking is_ci v1.2.0 |
2935 | 2024-08-08T21:41:37.396Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2936 | 2024-08-08T21:41:37.397Z | Checking indent_write v2.2.0 |
2937 | 2024-08-08T21:41:37.595Z | Checking supports-color v3.0.0 |
2938 | 2024-08-08T21:41:37.635Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2939 | 2024-08-08T21:41:38.986Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2940 | 2024-08-08T21:41:39.817Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2941 | 2024-08-08T21:41:40.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
2942 | 2024-08-08T21:41:40.871Z | |
2943 | 2024-08-08T21:41:40.871Z | info: running `cargo check --bins` on installinator-api (133/147) |
2944 | 2024-08-08T21:41:41.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-08-08T21:41:41.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-08-08T21:41:41.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2947 | 2024-08-08T21:41:41.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2948 | 2024-08-08T21:41:41.502Z | |
2949 | 2024-08-08T21:41:41.502Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2950 | 2024-08-08T21:41:42.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-08-08T21:41:42.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-08-08T21:41:42.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2953 | 2024-08-08T21:41:42.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2954 | 2024-08-08T21:41:42.147Z | |
2955 | 2024-08-08T21:41:42.147Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2956 | 2024-08-08T21:41:42.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-08-08T21:41:42.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-08-08T21:41:42.843Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2959 | 2024-08-08T21:41:44.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2960 | 2024-08-08T21:41:44.211Z | |
2961 | 2024-08-08T21:41:44.211Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2962 | 2024-08-08T21:41:44.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-08-08T21:41:44.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-08-08T21:41:44.860Z | Checking memmap2 v0.9.4 |
2965 | 2024-08-08T21:41:44.860Z | Checking untrusted v0.7.1 |
2966 | 2024-08-08T21:41:44.863Z | Checking arrayref v0.3.7 |
2967 | 2024-08-08T21:41:44.863Z | Checking arrayvec v0.7.4 |
2968 | 2024-08-08T21:41:44.863Z | Checking spin v0.5.2 |
2969 | 2024-08-08T21:41:44.863Z | Checking constant_time_eq v0.3.0 |
2970 | 2024-08-08T21:41:44.863Z | Checking cargo-platform v0.1.8 |
2971 | 2024-08-08T21:41:44.863Z | Checking topological-sort v0.2.2 |
2972 | 2024-08-08T21:41:45.023Z | Checking shell-words v1.1.0 |
2973 | 2024-08-08T21:41:45.155Z | Checking ring v0.16.20 |
2974 | 2024-08-08T21:41:45.241Z | Checking cargo_metadata v0.18.1 |
2975 | 2024-08-08T21:41:45.282Z | Checking blake3 v1.5.1 |
2976 | 2024-08-08T21:41:46.309Z | Checking omicron-zone-package v0.11.0 |
2977 | 2024-08-08T21:41:47.415Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2978 | 2024-08-08T21:41:48.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
2979 | 2024-08-08T21:41:48.515Z | |
2980 | 2024-08-08T21:41:48.515Z | info: running `cargo check --bins` on xtask (137/147) |
2981 | 2024-08-08T21:41:48.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-08-08T21:41:48.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-08-08T21:41:48.983Z | Checking serde v1.0.205 |
2984 | 2024-08-08T21:41:48.983Z | Checking thiserror v1.0.63 |
2985 | 2024-08-08T21:41:48.990Z | Checking scroll v0.12.0 |
2986 | 2024-08-08T21:41:48.990Z | Checking log v0.4.21 |
2987 | 2024-08-08T21:41:49.060Z | Checking bitflags v2.6.0 |
2988 | 2024-08-08T21:41:49.068Z | Checking hashbrown v0.14.5 |
2989 | 2024-08-08T21:41:49.075Z | Checking zerocopy v0.7.34 |
2990 | 2024-08-08T21:41:49.107Z | Checking syn v2.0.72 |
2991 | 2024-08-08T21:41:49.159Z | Checking pest v2.7.10 |
2992 | 2024-08-08T21:41:49.305Z | Checking fs-err v2.11.0 |
2993 | 2024-08-08T21:41:49.344Z | Checking rustix v0.38.34 |
2994 | 2024-08-08T21:41:49.503Z | Checking goblin v0.8.2 |
2995 | 2024-08-08T21:41:49.602Z | Checking anyhow v1.0.86 |
2996 | 2024-08-08T21:41:49.979Z | Checking tabled v0.15.0 |
2997 | 2024-08-08T21:41:50.168Z | Checking indexmap v2.3.0 |
2998 | 2024-08-08T21:41:50.393Z | Checking terminal_size v0.3.0 |
2999 | 2024-08-08T21:41:50.558Z | Checking clap_builder v4.5.13 |
3000 | 2024-08-08T21:41:54.480Z | Checking dtrace-parser v0.2.0 |
3001 | 2024-08-08T21:41:54.495Z | Checking clap v4.5.13 |
3002 | 2024-08-08T21:41:54.495Z | Checking serde_json v1.0.122 |
3003 | 2024-08-08T21:41:54.495Z | Checking serde_spanned v0.6.7 |
3004 | 2024-08-08T21:41:54.495Z | Checking toml_datetime v0.6.8 |
3005 | 2024-08-08T21:41:54.495Z | Checking semver v1.0.23 |
3006 | 2024-08-08T21:41:54.495Z | Checking cargo-platform v0.1.8 |
3007 | 2024-08-08T21:41:54.495Z | Checking camino v1.1.7 |
3008 | 2024-08-08T21:41:54.495Z | Checking macaddr v1.0.1 |
3009 | 2024-08-08T21:41:54.495Z | Checking toml_edit v0.22.20 |
3010 | 2024-08-08T21:41:54.496Z | Checking dof v0.3.0 |
3011 | 2024-08-08T21:41:54.496Z | Checking cargo_metadata v0.18.1 |
3012 | 2024-08-08T21:41:54.884Z | Checking usdt-impl v0.5.0 |
3013 | 2024-08-08T21:41:55.239Z | Checking usdt v0.5.0 |
3014 | 2024-08-08T21:41:55.423Z | Checking toml v0.8.19 |
3015 | 2024-08-08T21:41:55.883Z | Checking cargo_toml v0.20.4 |
3016 | 2024-08-08T21:41:57.108Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3017 | 2024-08-08T21:41:57.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
3018 | 2024-08-08T21:41:57.785Z | |
3019 | 2024-08-08T21:41:57.785Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3020 | 2024-08-08T21:41:58.234Z | Downloading crates ... |
3021 | 2024-08-08T21:41:58.502Z | Downloaded option-ext v0.2.0 |
3022 | 2024-08-08T21:41:58.504Z | Downloaded getrandom v0.1.16 |
3023 | 2024-08-08T21:41:58.514Z | Downloaded russh-cryptovec v0.7.2 |
3024 | 2024-08-08T21:41:58.518Z | Downloaded dhcproto-macros v0.1.0 |
3025 | 2024-08-08T21:41:58.520Z | Downloaded md5 v0.7.0 |
3026 | 2024-08-08T21:41:58.530Z | Downloaded ctr v0.9.2 |
3027 | 2024-08-08T21:41:58.540Z | Downloaded rfc6979 v0.4.0 |
3028 | 2024-08-08T21:41:58.542Z | Downloaded dirs-sys v0.4.1 |
3029 | 2024-08-08T21:41:58.542Z | Downloaded bcrypt-pbkdf v0.10.0 |
3030 | 2024-08-08T21:41:58.545Z | Downloaded rand_chacha v0.2.2 |
3031 | 2024-08-08T21:41:58.545Z | Downloaded primeorder v0.13.6 |
3032 | 2024-08-08T21:41:58.547Z | Downloaded ghash v0.5.1 |
3033 | 2024-08-08T21:41:58.547Z | Downloaded dirs v5.0.1 |
3034 | 2024-08-08T21:41:58.550Z | Downloaded cbc v0.1.2 |
3035 | 2024-08-08T21:41:58.550Z | Downloaded blowfish v0.9.1 |
3036 | 2024-08-08T21:41:58.552Z | Downloaded pbkdf2 v0.12.2 |
3037 | 2024-08-08T21:41:58.552Z | Downloaded rand_core v0.5.1 |
3038 | 2024-08-08T21:41:58.556Z | Downloaded polyval v0.6.2 |
3039 | 2024-08-08T21:41:58.559Z | Downloaded hex-literal v0.4.1 |
3040 | 2024-08-08T21:41:58.559Z | Downloaded pbkdf2 v0.11.0 |
3041 | 2024-08-08T21:41:58.559Z | Downloaded internet-checksum v0.2.1 |
3042 | 2024-08-08T21:41:58.559Z | Downloaded ed25519 v2.2.3 |
3043 | 2024-08-08T21:41:58.569Z | Downloaded ecdsa v0.16.9 |
3044 | 2024-08-08T21:41:58.573Z | Downloaded russh-keys v0.43.0 |
3045 | 2024-08-08T21:41:58.576Z | Downloaded password-hash v0.4.2 |
3046 | 2024-08-08T21:41:58.576Z | Downloaded p256 v0.13.2 |
3047 | 2024-08-08T21:41:58.582Z | Downloaded dhcproto v0.12.0 |
3048 | 2024-08-08T21:41:58.586Z | Downloaded ed25519-dalek v2.1.1 |
3049 | 2024-08-08T21:41:58.592Z | Downloaded aes v0.8.4 |
3050 | 2024-08-08T21:41:58.602Z | Downloaded russh v0.43.0 |
3051 | 2024-08-08T21:41:58.607Z | Downloaded p521 v0.13.3 |
3052 | 2024-08-08T21:41:58.610Z | Downloaded rand v0.7.3 |
3053 | 2024-08-08T21:41:58.615Z | Downloaded aes-gcm v0.10.3 |
3054 | 2024-08-08T21:41:58.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-08-08T21:41:58.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-08-08T21:41:58.749Z | Compiling getrandom v0.1.16 |
3057 | 2024-08-08T21:41:58.850Z | Checking rfc6979 v0.4.0 |
3058 | 2024-08-08T21:41:58.853Z | Checking primeorder v0.13.6 |
3059 | 2024-08-08T21:41:58.853Z | Checking option-ext v0.2.0 |
3060 | 2024-08-08T21:41:58.855Z | Checking ed25519 v2.2.3 |
3061 | 2024-08-08T21:41:58.855Z | Checking polyval v0.6.2 |
3062 | 2024-08-08T21:41:58.855Z | Checking ctr v0.9.2 |
3063 | 2024-08-08T21:41:58.855Z | Checking aes v0.8.4 |
3064 | 2024-08-08T21:41:59.035Z | Checking ecdsa v0.16.9 |
3065 | 2024-08-08T21:41:59.054Z | Checking dirs-sys v0.4.1 |
3066 | 2024-08-08T21:41:59.122Z | Checking blowfish v0.9.1 |
3067 | 2024-08-08T21:41:59.155Z | Checking password-hash v0.4.2 |
3068 | 2024-08-08T21:41:59.173Z | Checking pbkdf2 v0.12.2 |
3069 | 2024-08-08T21:41:59.231Z | Checking dirs v5.0.1 |
3070 | 2024-08-08T21:41:59.330Z | Checking ghash v0.5.1 |
3071 | 2024-08-08T21:41:59.358Z | Checking bcrypt-pbkdf v0.10.0 |
3072 | 2024-08-08T21:41:59.376Z | Checking ed25519-dalek v2.1.1 |
3073 | 2024-08-08T21:41:59.421Z | Checking cbc v0.1.2 |
3074 | 2024-08-08T21:41:59.486Z | Checking russh-cryptovec v0.7.2 |
3075 | 2024-08-08T21:41:59.786Z | Checking pbkdf2 v0.11.0 |
3076 | 2024-08-08T21:41:59.798Z | Checking md5 v0.7.0 |
3077 | 2024-08-08T21:41:59.798Z | Compiling dhcproto-macros v0.1.0 |
3078 | 2024-08-08T21:41:59.802Z | Checking hex-literal v0.4.1 |
3079 | 2024-08-08T21:41:59.802Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3080 | 2024-08-08T21:41:59.802Z | Checking p521 v0.13.3 |
3081 | 2024-08-08T21:41:59.802Z | Checking p256 v0.13.2 |
3082 | 2024-08-08T21:41:59.819Z | Checking aes-gcm v0.10.3 |
3083 | 2024-08-08T21:41:59.837Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3084 | 2024-08-08T21:41:59.841Z | Checking rand_core v0.5.1 |
3085 | 2024-08-08T21:41:59.872Z | Checking internet-checksum v0.2.1 |
3086 | 2024-08-08T21:42:00.172Z | Checking rand_chacha v0.2.2 |
3087 | 2024-08-08T21:42:00.432Z | Checking rand v0.7.3 |
3088 | 2024-08-08T21:42:00.449Z | Checking dhcproto v0.12.0 |
3089 | 2024-08-08T21:42:01.383Z | Checking russh-keys v0.43.0 |
3090 | 2024-08-08T21:42:02.210Z | Checking russh v0.43.0 |
3091 | 2024-08-08T21:42:18.847Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3092 | 2024-08-08T21:42:20.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.35s |
3093 | 2024-08-08T21:42:20.304Z | |
3094 | 2024-08-08T21:42:20.304Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3095 | 2024-08-08T21:42:20.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2024-08-08T21:42:20.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2024-08-08T21:42:20.922Z | Checking termios v0.3.3 |
3098 | 2024-08-08T21:42:21.122Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3099 | 2024-08-08T21:42:21.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3100 | 2024-08-08T21:42:22.030Z | |
3101 | 2024-08-08T21:42:22.030Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3102 | 2024-08-08T21:42:22.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-08-08T21:42:22.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-08-08T21:42:22.709Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3105 | 2024-08-08T21:42:24.721Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3106 | 2024-08-08T21:42:26.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3107 | 2024-08-08T21:42:26.650Z | |
3108 | 2024-08-08T21:42:26.650Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3109 | 2024-08-08T21:42:27.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2024-08-08T21:42:27.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2024-08-08T21:42:27.278Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3112 | 2024-08-08T21:42:27.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3113 | 2024-08-08T21:42:27.858Z | |
3114 | 2024-08-08T21:42:27.858Z | info: running `cargo check --bins` on omicron-package (142/147) |
3115 | 2024-08-08T21:42:28.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2024-08-08T21:42:28.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2024-08-08T21:42:28.508Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3118 | 2024-08-08T21:42:29.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3119 | 2024-08-08T21:42:29.867Z | |
3120 | 2024-08-08T21:42:29.867Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3121 | 2024-08-08T21:42:30.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2024-08-08T21:42:30.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2024-08-08T21:42:30.611Z | Checking rtoolbox v0.0.2 |
3124 | 2024-08-08T21:42:30.614Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3125 | 2024-08-08T21:42:30.614Z | Checking tui-tree-widget v0.21.0 |
3126 | 2024-08-08T21:42:30.821Z | Checking rpassword v7.3.1 |
3127 | 2024-08-08T21:42:34.688Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3128 | 2024-08-08T21:42:37.583Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3129 | 2024-08-08T21:42:38.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s |
3130 | 2024-08-08T21:42:38.826Z | |
3131 | 2024-08-08T21:42:38.826Z | info: running `cargo check --bins` on wicket (144/147) |
3132 | 2024-08-08T21:42:39.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-08-08T21:42:39.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-08-08T21:42:39.489Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3135 | 2024-08-08T21:42:39.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3136 | 2024-08-08T21:42:40.012Z | |
3137 | 2024-08-08T21:42:40.012Z | info: running `cargo check --bins` on wicketd (145/147) |
3138 | 2024-08-08T21:42:40.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-08-08T21:42:40.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-08-08T21:42:40.697Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3141 | 2024-08-08T21:42:44.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
3142 | 2024-08-08T21:42:44.490Z | |
3143 | 2024-08-08T21:42:44.490Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3144 | 2024-08-08T21:42:45.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2024-08-08T21:42:45.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2024-08-08T21:42:45.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3147 | 2024-08-08T21:42:45.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3148 | 2024-08-08T21:42:45.073Z | |
3149 | 2024-08-08T21:42:45.073Z | info: running `cargo check --bins` on zone-setup (147/147) |
3150 | 2024-08-08T21:42:45.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-08-08T21:42:45.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-08-08T21:42:45.788Z | Checking uzers v0.11.3 |
3153 | 2024-08-08T21:42:46.084Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3154 | 2024-08-08T21:42:47.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3155 | 2024-08-08T21:42:47.308Z | |
3156 | 2024-08-08T21:42:47.308Z | real 11:00.553578131 |
3157 | 2024-08-08T21:42:47.308Z | user 22:52.784384705 |
3158 | 2024-08-08T21:42:47.322Z | sys 4:53.399837525 |
3159 | 2024-08-08T21:42:47.322Z | trap 0.496923378 |
3160 | 2024-08-08T21:42:47.322Z | tflt 2.427407974 |
3161 | 2024-08-08T21:42:47.322Z | dflt 2.125492296 |
3162 | 2024-08-08T21:42:47.322Z | kflt 0.002984952 |
3163 | 2024-08-08T21:42:47.323Z | lock 42:19.697767120 |
3164 | 2024-08-08T21:42:47.323Z | slp 1:53:52.450675043 |
3165 | 2024-08-08T21:42:47.323Z | lat 59.044558632 |
3166 | 2024-08-08T21:42:47.323Z | stop 2:50.679242266 |
3167 | 2024-08-08T21:42:47.323Z | process exited: duration 896948 ms, exit code 0 |
|
3168 | 2024-08-08T21:42:47.358Z | found 0 output files |