|
|
|
1 | 2024-08-07T07:31:10.416Z | job assigned to worker 01J4NVY1HM4AFCV4192VSGWJ36 (queued for 50 s) |
|
2 | 2024-08-07T07:31:17.611Z | starting task 0: "setup" |
3 | 2024-08-07T07:31:17.674Z | ++ uname -s |
4 | 2024-08-07T07:31:17.677Z | + kern=SunOS |
5 | 2024-08-07T07:31:17.677Z | + case "$kern" in |
6 | 2024-08-07T07:31:17.677Z | + groupadd -g 12345 build |
7 | 2024-08-07T07:31:17.677Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T07:31:19.685Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T07:31:19.780Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T07:31:19.782Z | + home_fs=zfs |
11 | 2024-08-07T07:31:19.782Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T07:31:19.782Z | + mkdir -p /home/build |
13 | 2024-08-07T07:31:19.785Z | + chown build:build /home/build /work |
14 | 2024-08-07T07:31:21.786Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T07:31:21.789Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2024-08-07T07:31:21.795Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T07:31:21.800Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T07:31:21.800Z | ' 1.80.0 |
19 | 2024-08-07T07:31:21.802Z | * toolchain channel = "1.80.0" |
20 | 2024-08-07T07:31:21.802Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-07T07:31:21.803Z | ' default |
22 | 2024-08-07T07:31:21.803Z | * toolchain profile = "default" |
23 | 2024-08-07T07:31:21.803Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T07:31:21.803Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T07:31:21.920Z | info: downloading installer |
26 | 2024-08-07T07:31:24.957Z | info: profile set to 'default' |
27 | 2024-08-07T07:31:24.957Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T07:31:24.957Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T07:31:25.252Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T07:31:25.252Z | info: downloading component 'cargo' |
31 | 2024-08-07T07:31:27.258Z | info: downloading component 'clippy' |
32 | 2024-08-07T07:31:27.961Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T07:31:30.687Z | info: downloading component 'rust-std' |
34 | 2024-08-07T07:31:34.556Z | info: downloading component 'rustc' |
35 | 2024-08-07T07:31:45.359Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T07:31:45.942Z | info: installing component 'cargo' |
37 | 2024-08-07T07:31:46.768Z | info: installing component 'clippy' |
38 | 2024-08-07T07:31:47.129Z | info: installing component 'rust-docs' |
39 | 2024-08-07T07:31:48.719Z | info: installing component 'rust-std' |
40 | 2024-08-07T07:31:50.342Z | info: installing component 'rustc' |
41 | 2024-08-07T07:31:54.470Z | info: installing component 'rustfmt' |
42 | 2024-08-07T07:31:54.803Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T07:31:54.803Z | |
44 | 2024-08-07T07:31:55.080Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T07:31:55.080Z | |
46 | 2024-08-07T07:31:55.080Z | |
47 | 2024-08-07T07:31:55.080Z | Rust is installed now. Great! |
48 | 2024-08-07T07:31:55.080Z | |
49 | 2024-08-07T07:31:55.080Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T07:31:55.080Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T07:31:55.080Z | |
52 | 2024-08-07T07:31:55.080Z | To configure your current shell, you need to source |
53 | 2024-08-07T07:31:55.080Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T07:31:55.080Z | |
55 | 2024-08-07T07:31:55.080Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T07:31:55.080Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T07:31:55.080Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T07:31:55.145Z | + rustc --version |
59 | 2024-08-07T07:31:55.207Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T07:31:55.210Z | process exited: duration 33407 ms, exit code 0 |
|
61 | 2024-08-07T07:31:55.215Z | starting task 2: "authentication" |
62 | 2024-08-07T07:31:55.235Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-07T07:31:55.241Z | starting task 3: "clone repository" |
64 | 2024-08-07T07:31:55.246Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T07:31:55.249Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T07:31:55.403Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T07:32:01.454Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T07:32:01.454Z | + git fetch origin 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
69 | 2024-08-07T07:32:01.734Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T07:32:01.734Z | * branch 77ecea18834bca1c4e128477ec7cf48f9a25e7db -> FETCH_HEAD |
71 | 2024-08-07T07:32:01.743Z | + [[ -n renovate/mockall-0.x ]] |
72 | 2024-08-07T07:32:01.747Z | ++ git branch --show-current |
73 | 2024-08-07T07:32:01.747Z | + current=main |
74 | 2024-08-07T07:32:01.747Z | + [[ main != renovate/mockall-0.x ]] |
75 | 2024-08-07T07:32:01.747Z | + git branch -f renovate/mockall-0.x 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
76 | 2024-08-07T07:32:01.751Z | + git checkout -f renovate/mockall-0.x |
77 | 2024-08-07T07:32:01.886Z | Switched to branch 'renovate/mockall-0.x' |
78 | 2024-08-07T07:32:01.890Z | + git reset --hard 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
79 | 2024-08-07T07:32:02.021Z | HEAD is now at 77ecea188 Update Rust crate mockall to 0.13 |
80 | 2024-08-07T07:32:02.024Z | process exited: duration 6779 ms, exit code 0 |
|
81 | 2024-08-07T07:32:02.031Z | starting task 4: "build" |
82 | 2024-08-07T07:32:02.035Z | + cargo --version |
83 | 2024-08-07T07:32:02.088Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T07:32:02.091Z | + rustc --version |
85 | 2024-08-07T07:32:02.155Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T07:32:02.202Z | + source ./env.sh |
87 | 2024-08-07T07:32:02.202Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-07T07:32:02.202Z | ++ set -o xtrace |
89 | 2024-08-07T07:32:02.202Z | ++++ dirname ./env.sh |
90 | 2024-08-07T07:32:02.202Z | +++ readlink -f . |
91 | 2024-08-07T07:32:02.221Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.221Z | ++ 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-07T07:32:02.222Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-07T07:32:02.222Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-07T07:32:02.222Z | + 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-07T07:32:02.222Z | + 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-07T07:32:02.222Z | + banner prerequisites |
105 | 2024-08-07T07:32:02.366Z | |
106 | 2024-08-07T07:32:02.367Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-07T07:32:02.367Z | # # # # # # # # # # # # # # # |
108 | 2024-08-07T07:32:02.367Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-07T07:32:02.367Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-07T07:32:02.367Z | # # # # # # # # # # # # # # # |
111 | 2024-08-07T07:32:02.367Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-07T07:32:02.367Z | |
113 | 2024-08-07T07:32:02.375Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-07T07:32:15.651Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-07T07:32:17.812Z | Startup: Caching catalogs ... Done |
116 | 2024-08-07T07:32:21.573Z | Planning: Solver setup ... Done (3.195s) |
117 | 2024-08-07T07:32:21.634Z | Planning: Running solver ... Done (0.061s) |
118 | 2024-08-07T07:32:21.685Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-07T07:32:21.716Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-07T07:32:22.122Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-07T07:32:22.172Z | Planning: Package planning ... Done (0.049s) |
122 | 2024-08-07T07:32:22.220Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-07T07:32:23.151Z | Planning: Checking for conflicting actions ... Done (0.928s) |
124 | 2024-08-07T07:32:23.159Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-07T07:32:27.527Z | Planning: Evaluating mediators ... Done (4.367s) |
126 | 2024-08-07T07:32:27.542Z | Planning: Planning completed in 9.66 seconds |
127 | 2024-08-07T07:32:27.910Z | Packages to install: 4 |
128 | 2024-08-07T07:32:27.911Z | Mediators to change: 2 |
129 | 2024-08-07T07:32:27.918Z | Services to change: 1 |
130 | 2024-08-07T07:32:27.918Z | Estimated space available: 155.76 GB |
131 | 2024-08-07T07:32:27.918Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-07T07:32:27.918Z | Create boot environment: No |
133 | 2024-08-07T07:32:27.918Z | Create backup boot environment: No |
134 | 2024-08-07T07:32:27.918Z | Rebuild boot archive: No |
135 | 2024-08-07T07:32:27.918Z | |
136 | 2024-08-07T07:32:27.919Z | Changed mediators: |
137 | 2024-08-07T07:32:27.919Z | mediator clang: |
138 | 2024-08-07T07:32:27.919Z | version: None -> 15 (system default) |
139 | 2024-08-07T07:32:27.919Z | |
140 | 2024-08-07T07:32:27.919Z | mediator llvm: |
141 | 2024-08-07T07:32:27.919Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-07T07:32:27.919Z | |
143 | 2024-08-07T07:32:27.919Z | Changed packages: |
144 | 2024-08-07T07:32:27.919Z | helios-dev |
145 | 2024-08-07T07:32:27.919Z | developer/build-essential |
146 | 2024-08-07T07:32:27.920Z | None -> 11-2.0 |
147 | 2024-08-07T07:32:27.920Z | library/libxmlsec1 |
148 | 2024-08-07T07:32:27.920Z | None -> 1.2.35-2.0 |
149 | 2024-08-07T07:32:27.920Z | ooce/developer/clang-15 |
150 | 2024-08-07T07:32:27.920Z | None -> 15.0.7-2.0 |
151 | 2024-08-07T07:32:27.920Z | ooce/developer/llvm-15 |
152 | 2024-08-07T07:32:27.920Z | None -> 15.0.7-2.0 |
153 | 2024-08-07T07:32:27.920Z | |
154 | 2024-08-07T07:32:27.921Z | Services: |
155 | 2024-08-07T07:32:27.921Z | restart_fmri: |
156 | 2024-08-07T07:32:27.921Z | svc:/system/update-man-index:default |
157 | 2024-08-07T07:32:28.097Z | |
158 | 2024-08-07T07:32:28.097Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-07T07:32:33.099Z | Download: 595/3290 items 17.7/212.6MB 8% complete (3.6M/s) |
160 | 2024-08-07T07:32:38.100Z | Download: 1198/3290 items 80.9/212.6MB 38% complete (8.1M/s) |
161 | 2024-08-07T07:32:43.109Z | Download: 1508/3290 items 117.5/212.6MB 55% complete (10.1M/s) |
162 | 2024-08-07T07:32:48.119Z | Download: 1933/3290 items 118.6/212.6MB 55% complete (4.4M/s) |
163 | 2024-08-07T07:32:53.122Z | Download: 2214/3290 items 119.1/212.6MB 56% complete (205k/s) |
164 | 2024-08-07T07:32:58.451Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (187k/s) |
165 | 2024-08-07T07:33:04.881Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
166 | 2024-08-07T07:33:09.884Z | Download: 2238/3290 items 119.3/212.6MB 56% complete (3.8k/s) |
167 | 2024-08-07T07:33:15.307Z | Download: 3244/3290 items 202.1/212.6MB 95% complete (8.8M/s) |
168 | 2024-08-07T07:33:19.693Z | Download: Completed 212.60 MB in 51.58 seconds (4.1M/s) |
169 | 2024-08-07T07:33:19.922Z | Actions: 1/3689 actions (Installing new actions) |
170 | 2024-08-07T07:33:25.072Z | Actions: 3640/3689 actions (Installing new actions) |
171 | 2024-08-07T07:33:25.131Z | Actions: Completed 3689 actions in 5.21 seconds. |
172 | 2024-08-07T07:33:25.387Z | Done (0.253s) |
173 | 2024-08-07T07:33:25.387Z | Done (0.000s) |
174 | 2024-08-07T07:33:25.731Z | Done (0.343s) |
175 | 2024-08-07T07:33:30.856Z | Done (4.960s) |
176 | 2024-08-07T07:33:31.052Z | Done (0.133s) |
177 | 2024-08-07T07:33:31.055Z | Done (0.000s) |
178 | 2024-08-07T07:33:31.212Z | Done (0.000s) |
179 | 2024-08-07T07:33:31.777Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-08-07T07:33:31.935Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-08-07T07:33:31.938Z | Planning: Consolidating action changes ... Done |
182 | 2024-08-07T07:33:32.202Z | Planning: Evaluating mediators ... Done |
183 | 2024-08-07T07:33:32.204Z | Planning: Planning completed in 0.43 seconds |
184 | 2024-08-07T07:33:32.235Z | Mediators to change: 2 |
185 | 2024-08-07T07:33:32.235Z | Create boot environment: No |
186 | 2024-08-07T07:33:32.235Z | Create backup boot environment: No |
187 | 2024-08-07T07:33:32.311Z | Done |
188 | 2024-08-07T07:33:32.311Z | Done |
189 | 2024-08-07T07:33:32.524Z | Done |
190 | 2024-08-07T07:33:35.978Z | Done |
191 | 2024-08-07T07:33:36.061Z | Done |
192 | 2024-08-07T07:33:36.063Z | Done |
193 | 2024-08-07T07:33:36.166Z | Done |
194 | 2024-08-07T07:33:36.767Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-08-07T07:33:36.770Z | Planning: Merging actions ... Done |
196 | 2024-08-07T07:33:36.960Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-08-07T07:33:36.962Z | Planning: Consolidating action changes ... Done |
198 | 2024-08-07T07:33:37.227Z | Planning: Evaluating mediators ... Done |
199 | 2024-08-07T07:33:37.283Z | Planning: Planning completed in 0.76 seconds |
200 | 2024-08-07T07:33:37.317Z | Packages to change: 1 |
201 | 2024-08-07T07:33:37.317Z | Mediators to change: 1 |
202 | 2024-08-07T07:33:37.317Z | Services to change: 1 |
203 | 2024-08-07T07:33:37.320Z | Create boot environment: No |
204 | 2024-08-07T07:33:37.320Z | Create backup boot environment: Yes |
205 | 2024-08-07T07:33:39.190Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-08-07T07:33:39.234Z | Actions: Completed 6 actions in 0.04 seconds. |
207 | 2024-08-07T07:33:39.234Z | Done |
208 | 2024-08-07T07:33:39.234Z | Done |
209 | 2024-08-07T07:33:39.308Z | Done |
210 | 2024-08-07T07:33:42.917Z | Done |
211 | 2024-08-07T07:33:43.001Z | Done |
212 | 2024-08-07T07:33:43.004Z | Done |
213 | 2024-08-07T07:33:43.118Z | Done |
214 | 2024-08-07T07:33:43.544Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-08-07T07:33:43.544Z | clang system 15 system |
216 | 2024-08-07T07:33:43.544Z | csh system system illumos |
217 | 2024-08-07T07:33:43.544Z | ctags system system illumos |
218 | 2024-08-07T07:33:43.544Z | gcc vendor 12 vendor |
219 | 2024-08-07T07:33:43.544Z | gcc system 10 system |
220 | 2024-08-07T07:33:43.544Z | gcc system 7 system |
221 | 2024-08-07T07:33:43.544Z | go system 1.20 system |
222 | 2024-08-07T07:33:43.544Z | go system 1.19 system |
223 | 2024-08-07T07:33:43.544Z | llvm system 15 system |
224 | 2024-08-07T07:33:43.544Z | llvm system 14 system |
225 | 2024-08-07T07:33:43.544Z | mariadb system 10.6 system |
226 | 2024-08-07T07:33:43.544Z | mta vendor vendor dma |
227 | 2024-08-07T07:33:43.544Z | openjdk system 17 system |
228 | 2024-08-07T07:33:43.544Z | openjdk system 11 system |
229 | 2024-08-07T07:33:43.544Z | openjdk system 1.8 system |
230 | 2024-08-07T07:33:43.544Z | openssl vendor 3 vendor |
231 | 2024-08-07T07:33:43.544Z | perl system 5.36 system |
232 | 2024-08-07T07:33:43.544Z | postgresql system 15 system |
233 | 2024-08-07T07:33:43.544Z | postgresql system 13 system |
234 | 2024-08-07T07:33:43.544Z | python vendor 3 vendor |
235 | 2024-08-07T07:33:43.544Z | python system 2 system |
236 | 2024-08-07T07:33:43.544Z | python3 system 3.11 system |
237 | 2024-08-07T07:33:43.544Z | ruby system 3.0 system |
238 | 2024-08-07T07:33:43.544Z | words vendor vendor american-english |
239 | 2024-08-07T07:33:43.544Z | words system system australian-english |
240 | 2024-08-07T07:33:43.544Z | words system system british-english |
241 | 2024-08-07T07:33:43.544Z | words system system canadian-english |
242 | 2024-08-07T07:33:43.544Z | words system system french |
243 | 2024-08-07T07:33:43.544Z | words system system italian |
244 | 2024-08-07T07:33:43.544Z | words system system ngerman |
245 | 2024-08-07T07:33:43.544Z | words system system ogerman |
246 | 2024-08-07T07:33:43.544Z | words system system spanish |
247 | 2024-08-07T07:33:43.867Z | PUBLISHER TYPE STATUS P LOCATION |
248 | 2024-08-07T07:33:43.867Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
249 | 2024-08-07T07:33:45.486Z | FMRI IFO |
250 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
255 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
257 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
258 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
259 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-08-07T07:33:45.487Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-08-07T07:33:46.041Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-08-07T07:33:46.285Z | Updating git repository `https://github.com/oxidecomputer/zone` |
264 | 2024-08-07T07:33:46.564Z | Updating crates.io index |
265 | 2024-08-07T07:33:46.566Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
266 | 2024-08-07T07:33:47.344Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2024-08-07T07:33:48.166Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2024-08-07T07:33:48.410Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
269 | 2024-08-07T07:33:49.934Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-08-07T07:33:50.171Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-08-07T07:33:50.417Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-08-07T07:33:51.525Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-08-07T07:33:53.254Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-08-07T07:33:54.232Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-08-07T07:33:54.864Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
276 | 2024-08-07T07:33:55.434Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-08-07T07:33:55.715Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
278 | 2024-08-07T07:33:55.983Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
279 | 2024-08-07T07:33:56.275Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2024-08-07T07:33:56.552Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2024-08-07T07:33:56.765Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2024-08-07T07:33:56.986Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2024-08-07T07:33:57.240Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-08-07T07:33:57.549Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-08-07T07:33:57.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-08-07T07:33:58.209Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-08-07T07:33:58.468Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-08-07T07:33:58.906Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-08-07T07:33:59.346Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2024-08-07T07:33:59.819Z | Updating git repository `https://github.com/oxidecomputer/typify` |
291 | 2024-08-07T07:34:01.888Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2024-08-07T07:34:02.129Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2024-08-07T07:34:02.369Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2024-08-07T07:34:02.754Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
295 | 2024-08-07T07:34:03.873Z | Downloading crates ... |
296 | 2024-08-07T07:34:03.935Z | Downloaded autocfg v1.3.0 |
297 | 2024-08-07T07:34:03.937Z | Downloaded anstyle-query v1.0.3 |
298 | 2024-08-07T07:34:03.940Z | Downloaded anstyle-parse v0.2.4 |
299 | 2024-08-07T07:34:03.942Z | Downloaded anstream v0.6.14 |
300 | 2024-08-07T07:34:03.945Z | Downloaded anyhow v1.0.86 |
301 | 2024-08-07T07:34:03.950Z | Downloaded pretty-hex v0.4.1 |
302 | 2024-08-07T07:34:03.958Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-08-07T07:34:03.967Z | Downloaded usdt-macro v0.5.0 |
304 | 2024-08-07T07:34:03.970Z | Downloaded bitflags v2.6.0 |
305 | 2024-08-07T07:34:03.973Z | Downloaded anstyle v1.0.8 |
306 | 2024-08-07T07:34:03.973Z | Downloaded dtrace-parser v0.2.0 |
307 | 2024-08-07T07:34:03.976Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-08-07T07:34:03.976Z | Downloaded is_terminal_polyfill v1.70.0 |
309 | 2024-08-07T07:34:03.989Z | Downloaded swrite v0.1.0 |
310 | 2024-08-07T07:34:03.991Z | Downloaded equivalent v1.0.1 |
311 | 2024-08-07T07:34:03.994Z | Downloaded memmap v0.7.0 |
312 | 2024-08-07T07:34:03.997Z | Downloaded terminal_size v0.3.0 |
313 | 2024-08-07T07:34:04.001Z | Downloaded serde_tokenstream v0.2.1 |
314 | 2024-08-07T07:34:04.004Z | Downloaded crypto-common v0.1.6 |
315 | 2024-08-07T07:34:04.007Z | Downloaded strsim v0.11.1 |
316 | 2024-08-07T07:34:04.007Z | Downloaded heck v0.4.1 |
317 | 2024-08-07T07:34:04.010Z | Downloaded thiserror-impl v1.0.63 |
318 | 2024-08-07T07:34:04.010Z | Downloaded colorchoice v1.0.1 |
319 | 2024-08-07T07:34:04.013Z | Downloaded block-buffer v0.10.4 |
320 | 2024-08-07T07:34:04.013Z | Downloaded errno v0.3.9 |
321 | 2024-08-07T07:34:04.013Z | Downloaded itoa v1.0.11 |
322 | 2024-08-07T07:34:04.016Z | Downloaded fs-err v2.11.0 |
323 | 2024-08-07T07:34:04.016Z | Downloaded dof v0.3.0 |
324 | 2024-08-07T07:34:04.019Z | Downloaded version_check v0.9.5 |
325 | 2024-08-07T07:34:04.019Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-08-07T07:34:04.019Z | Downloaded byteorder v1.5.0 |
327 | 2024-08-07T07:34:04.023Z | Downloaded tabled_derive v0.7.0 |
328 | 2024-08-07T07:34:04.024Z | Downloaded digest v0.10.7 |
329 | 2024-08-07T07:34:04.028Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-08-07T07:34:04.028Z | Downloaded cfg-if v1.0.0 |
331 | 2024-08-07T07:34:04.028Z | Downloaded serde_spanned v0.6.7 |
332 | 2024-08-07T07:34:04.028Z | Downloaded pest_generator v2.7.10 |
333 | 2024-08-07T07:34:04.032Z | Downloaded fnv v1.0.7 |
334 | 2024-08-07T07:34:04.033Z | Downloaded plain v0.2.3 |
335 | 2024-08-07T07:34:04.033Z | Downloaded clap_lex v0.7.0 |
336 | 2024-08-07T07:34:04.033Z | Downloaded utf8parse v0.2.1 |
337 | 2024-08-07T07:34:04.033Z | Downloaded proc-macro-error-attr v1.0.4 |
338 | 2024-08-07T07:34:04.035Z | Downloaded bytecount v0.6.8 |
339 | 2024-08-07T07:34:04.035Z | Downloaded cargo_metadata v0.18.1 |
340 | 2024-08-07T07:34:04.039Z | Downloaded usdt v0.5.0 |
341 | 2024-08-07T07:34:04.044Z | Downloaded thiserror v1.0.63 |
342 | 2024-08-07T07:34:04.048Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-07T07:34:04.051Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-08-07T07:34:04.055Z | Downloaded thread-id v4.2.1 |
345 | 2024-08-07T07:34:04.060Z | Downloaded macaddr v1.0.1 |
346 | 2024-08-07T07:34:04.064Z | Downloaded cargo_toml v0.20.4 |
347 | 2024-08-07T07:34:04.069Z | Downloaded scroll v0.12.0 |
348 | 2024-08-07T07:34:04.069Z | Downloaded generic-array v0.14.7 |
349 | 2024-08-07T07:34:04.069Z | Downloaded clap_derive v4.5.13 |
350 | 2024-08-07T07:34:04.073Z | Downloaded zerocopy-derive v0.7.34 |
351 | 2024-08-07T07:34:04.077Z | Downloaded sha2 v0.10.8 |
352 | 2024-08-07T07:34:04.077Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-08-07T07:34:04.083Z | Downloaded log v0.4.21 |
354 | 2024-08-07T07:34:04.083Z | Downloaded quote v1.0.36 |
355 | 2024-08-07T07:34:04.087Z | Downloaded camino v1.1.7 |
356 | 2024-08-07T07:34:04.087Z | Downloaded clap v4.5.13 |
357 | 2024-08-07T07:34:04.093Z | Downloaded toml v0.8.19 |
358 | 2024-08-07T07:34:04.100Z | Downloaded pest_meta v2.7.10 |
359 | 2024-08-07T07:34:04.105Z | Downloaded pest_derive v2.7.10 |
360 | 2024-08-07T07:34:04.105Z | Downloaded once_cell v1.19.0 |
361 | 2024-08-07T07:34:04.109Z | Downloaded heck v0.5.0 |
362 | 2024-08-07T07:34:04.109Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-08-07T07:34:04.113Z | Downloaded typenum v1.17.0 |
364 | 2024-08-07T07:34:04.113Z | Downloaded ucd-trie v0.1.6 |
365 | 2024-08-07T07:34:04.117Z | Downloaded serde_derive v1.0.204 |
366 | 2024-08-07T07:34:04.117Z | Downloaded papergrid v0.11.0 |
367 | 2024-08-07T07:34:04.120Z | Downloaded ryu v1.0.18 |
368 | 2024-08-07T07:34:04.124Z | Downloaded proc-macro2 v1.0.86 |
369 | 2024-08-07T07:34:04.128Z | Downloaded semver v1.0.23 |
370 | 2024-08-07T07:34:04.134Z | Downloaded serde v1.0.204 |
371 | 2024-08-07T07:34:04.137Z | Downloaded indexmap v2.3.0 |
372 | 2024-08-07T07:34:04.155Z | Downloaded memchr v2.7.2 |
373 | 2024-08-07T07:34:04.169Z | Downloaded toml_edit v0.22.20 |
374 | 2024-08-07T07:34:04.198Z | Downloaded pest v2.7.10 |
375 | 2024-08-07T07:34:04.204Z | Downloaded hashbrown v0.14.5 |
376 | 2024-08-07T07:34:04.208Z | Downloaded serde_json v1.0.122 |
377 | 2024-08-07T07:34:04.225Z | Downloaded winnow v0.6.18 |
378 | 2024-08-07T07:34:04.233Z | Downloaded clap_builder v4.5.13 |
379 | 2024-08-07T07:34:04.242Z | Downloaded zerocopy v0.7.34 |
380 | 2024-08-07T07:34:04.254Z | Downloaded goblin v0.8.2 |
381 | 2024-08-07T07:34:04.260Z | Downloaded tabled v0.15.0 |
382 | 2024-08-07T07:34:04.274Z | Downloaded syn v2.0.72 |
383 | 2024-08-07T07:34:04.284Z | Downloaded syn v1.0.109 |
384 | 2024-08-07T07:34:04.294Z | Downloaded rustix v0.38.34 |
385 | 2024-08-07T07:34:04.315Z | Downloaded unicode-width v0.1.13 |
386 | 2024-08-07T07:34:04.323Z | Downloaded libc v0.2.155 |
387 | 2024-08-07T07:34:04.611Z | Compiling proc-macro2 v1.0.86 |
388 | 2024-08-07T07:34:04.611Z | Compiling unicode-ident v1.0.12 |
389 | 2024-08-07T07:34:04.611Z | Compiling version_check v0.9.5 |
390 | 2024-08-07T07:34:04.611Z | Compiling serde v1.0.204 |
391 | 2024-08-07T07:34:04.614Z | Compiling memchr v2.7.2 |
392 | 2024-08-07T07:34:04.614Z | Compiling thiserror v1.0.63 |
393 | 2024-08-07T07:34:04.614Z | Compiling libc v0.2.155 |
394 | 2024-08-07T07:34:04.614Z | Compiling ryu v1.0.18 |
395 | 2024-08-07T07:34:04.856Z | Compiling itoa v1.0.11 |
396 | 2024-08-07T07:34:05.084Z | Compiling ucd-trie v0.1.6 |
397 | 2024-08-07T07:34:05.109Z | Compiling once_cell v1.19.0 |
398 | 2024-08-07T07:34:05.442Z | Compiling byteorder v1.5.0 |
399 | 2024-08-07T07:34:05.593Z | Compiling serde_json v1.0.122 |
400 | 2024-08-07T07:34:06.705Z | Compiling usdt-impl v0.5.0 |
401 | 2024-08-07T07:34:06.708Z | Compiling proc-macro-error-attr v1.0.4 |
402 | 2024-08-07T07:34:06.708Z | Compiling syn v1.0.109 |
403 | 2024-08-07T07:34:06.762Z | Compiling rustix v0.38.34 |
404 | 2024-08-07T07:34:06.825Z | Compiling proc-macro-error v1.0.4 |
405 | 2024-08-07T07:34:07.063Z | Compiling plain v0.2.3 |
406 | 2024-08-07T07:34:07.134Z | Compiling equivalent v1.0.1 |
407 | 2024-08-07T07:34:07.156Z | Compiling hashbrown v0.14.5 |
408 | 2024-08-07T07:34:07.204Z | Compiling utf8parse v0.2.1 |
409 | 2024-08-07T07:34:07.249Z | Compiling bitflags v2.6.0 |
410 | 2024-08-07T07:34:07.370Z | Compiling log v0.4.21 |
411 | 2024-08-07T07:34:07.418Z | Compiling thread-id v4.2.1 |
412 | 2024-08-07T07:34:07.491Z | Compiling anstyle-parse v0.2.4 |
413 | 2024-08-07T07:34:07.663Z | Compiling quote v1.0.36 |
414 | 2024-08-07T07:34:07.686Z | Compiling anstyle v1.0.8 |
415 | 2024-08-07T07:34:07.752Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-07T07:34:07.827Z | Compiling semver v1.0.23 |
417 | 2024-08-07T07:34:07.927Z | Compiling winnow v0.6.18 |
418 | 2024-08-07T07:34:08.059Z | Compiling syn v2.0.72 |
419 | 2024-08-07T07:34:08.190Z | Compiling errno v0.3.9 |
420 | 2024-08-07T07:34:08.436Z | Compiling is_terminal_polyfill v1.70.0 |
421 | 2024-08-07T07:34:08.439Z | Compiling autocfg v1.3.0 |
422 | 2024-08-07T07:34:08.583Z | Compiling indexmap v2.3.0 |
423 | 2024-08-07T07:34:08.605Z | Compiling anstyle-query v1.0.3 |
424 | 2024-08-07T07:34:08.745Z | Compiling camino v1.1.7 |
425 | 2024-08-07T07:34:09.424Z | Compiling pretty-hex v0.4.1 |
426 | 2024-08-07T07:34:09.449Z | Compiling fs-err v2.11.0 |
427 | 2024-08-07T07:34:09.645Z | Compiling terminal_size v0.3.0 |
428 | 2024-08-07T07:34:09.738Z | Compiling anstream v0.6.14 |
429 | 2024-08-07T07:34:09.904Z | Compiling strsim v0.11.1 |
430 | 2024-08-07T07:34:09.955Z | Compiling clap_lex v0.7.0 |
431 | 2024-08-07T07:34:09.980Z | Compiling heck v0.5.0 |
432 | 2024-08-07T07:34:10.004Z | Compiling fnv v1.0.7 |
433 | 2024-08-07T07:34:10.136Z | Compiling heck v0.4.1 |
434 | 2024-08-07T07:34:10.459Z | Compiling unicode-width v0.1.13 |
435 | 2024-08-07T07:34:10.483Z | Compiling anyhow v1.0.86 |
436 | 2024-08-07T07:34:10.537Z | Compiling bytecount v0.6.8 |
437 | 2024-08-07T07:34:10.632Z | Compiling clap_builder v4.5.13 |
438 | 2024-08-07T07:34:10.686Z | Compiling papergrid v0.11.0 |
439 | 2024-08-07T07:34:10.854Z | Compiling memmap v0.7.0 |
440 | 2024-08-07T07:34:11.183Z | Compiling swrite v0.1.0 |
441 | 2024-08-07T07:34:13.291Z | Compiling tabled_derive v0.7.0 |
442 | 2024-08-07T07:34:14.710Z | Compiling tabled v0.15.0 |
443 | 2024-08-07T07:34:16.597Z | Compiling serde_derive v1.0.204 |
444 | 2024-08-07T07:34:16.597Z | Compiling thiserror-impl v1.0.63 |
445 | 2024-08-07T07:34:16.600Z | Compiling zerocopy-derive v0.7.34 |
446 | 2024-08-07T07:34:16.600Z | Compiling scroll_derive v0.12.0 |
447 | 2024-08-07T07:34:16.600Z | Compiling clap_derive v4.5.13 |
448 | 2024-08-07T07:34:17.920Z | Compiling scroll v0.12.0 |
449 | 2024-08-07T07:34:18.452Z | Compiling goblin v0.8.2 |
450 | 2024-08-07T07:34:18.555Z | Compiling zerocopy v0.7.34 |
451 | 2024-08-07T07:34:19.191Z | Compiling pest v2.7.10 |
452 | 2024-08-07T07:34:20.534Z | Compiling clap v4.5.13 |
453 | 2024-08-07T07:34:21.345Z | Compiling pest_meta v2.7.10 |
454 | 2024-08-07T07:34:22.162Z | Compiling pest_generator v2.7.10 |
455 | 2024-08-07T07:34:23.831Z | Compiling pest_derive v2.7.10 |
456 | 2024-08-07T07:34:24.526Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-08-07T07:34:26.515Z | Compiling serde_tokenstream v0.2.1 |
458 | 2024-08-07T07:34:26.751Z | Compiling serde_spanned v0.6.7 |
459 | 2024-08-07T07:34:26.751Z | Compiling toml_datetime v0.6.8 |
460 | 2024-08-07T07:34:26.967Z | Compiling cargo-platform v0.1.8 |
461 | 2024-08-07T07:34:27.037Z | Compiling macaddr v1.0.1 |
462 | 2024-08-07T07:34:27.130Z | Compiling toml_edit v0.22.20 |
463 | 2024-08-07T07:34:27.904Z | Compiling dof v0.3.0 |
464 | 2024-08-07T07:34:28.134Z | Compiling cargo_metadata v0.18.1 |
465 | 2024-08-07T07:34:29.616Z | Compiling usdt-macro v0.5.0 |
466 | 2024-08-07T07:34:29.620Z | Compiling usdt-attr-macro v0.5.0 |
467 | 2024-08-07T07:34:29.987Z | Compiling toml v0.8.19 |
468 | 2024-08-07T07:34:30.806Z | Compiling cargo_toml v0.20.4 |
469 | 2024-08-07T07:34:31.036Z | Compiling usdt v0.5.0 |
470 | 2024-08-07T07:34:34.461Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
471 | 2024-08-07T07:34:38.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s |
472 | 2024-08-07T07:34:38.432Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
473 | 2024-08-07T07:34:38.951Z | Downloading crates ... |
474 | 2024-08-07T07:34:39.069Z | Downloaded async-stream-impl v0.3.5 |
475 | 2024-08-07T07:34:39.074Z | Downloaded ciborium-io v0.2.2 |
476 | 2024-08-07T07:34:39.077Z | Downloaded bitstruct v0.1.1 |
477 | 2024-08-07T07:34:39.079Z | Downloaded adler v1.0.2 |
478 | 2024-08-07T07:34:39.083Z | Downloaded atty v0.2.14 |
479 | 2024-08-07T07:34:39.086Z | Downloaded cfg_aliases v0.1.1 |
480 | 2024-08-07T07:34:39.089Z | Downloaded crunchy v0.2.2 |
481 | 2024-08-07T07:34:39.089Z | Downloaded cstr-argument v0.1.2 |
482 | 2024-08-07T07:34:39.094Z | Downloaded multimap v0.10.0 |
483 | 2024-08-07T07:34:39.098Z | Downloaded newtype_derive v0.1.6 |
484 | 2024-08-07T07:34:39.101Z | Downloaded mime v0.3.17 |
485 | 2024-08-07T07:34:39.104Z | Downloaded opaque-debug v0.3.1 |
486 | 2024-08-07T07:34:39.107Z | Downloaded atomic-waker v1.1.2 |
487 | 2024-08-07T07:34:39.110Z | Downloaded openssl-probe v0.1.5 |
488 | 2024-08-07T07:34:39.110Z | Downloaded normalize-line-endings v0.3.0 |
489 | 2024-08-07T07:34:39.110Z | Downloaded async-recursion v1.1.1 |
490 | 2024-08-07T07:34:39.115Z | Downloaded cipher v0.4.4 |
491 | 2024-08-07T07:34:39.118Z | Downloaded lalrpop-util v0.19.12 |
492 | 2024-08-07T07:34:39.118Z | Downloaded newline-converter v0.3.0 |
493 | 2024-08-07T07:34:39.121Z | Downloaded bitstruct_derive v0.1.0 |
494 | 2024-08-07T07:34:39.121Z | Downloaded matches v0.1.10 |
495 | 2024-08-07T07:34:39.121Z | Downloaded is-terminal v0.4.12 |
496 | 2024-08-07T07:34:39.124Z | Downloaded instant v0.1.12 |
497 | 2024-08-07T07:34:39.127Z | Downloaded num_threads v0.1.7 |
498 | 2024-08-07T07:34:39.127Z | Downloaded bit-vec v0.6.3 |
499 | 2024-08-07T07:34:39.130Z | Downloaded atomicwrites v0.4.3 |
500 | 2024-08-07T07:34:39.130Z | Downloaded buf-list v1.0.3 |
501 | 2024-08-07T07:34:39.132Z | Downloaded array-init v0.0.4 |
502 | 2024-08-07T07:34:39.135Z | Downloaded castaway v0.2.2 |
503 | 2024-08-07T07:34:39.135Z | Downloaded maplit v1.0.2 |
504 | 2024-08-07T07:34:39.138Z | Downloaded defmt-parser v0.3.4 |
505 | 2024-08-07T07:34:39.138Z | Downloaded convert_case v0.4.0 |
506 | 2024-08-07T07:34:39.141Z | Downloaded const_format_proc_macros v0.2.32 |
507 | 2024-08-07T07:34:39.144Z | Downloaded num-conv v0.1.0 |
508 | 2024-08-07T07:34:39.144Z | Downloaded is_ci v1.2.0 |
509 | 2024-08-07T07:34:39.144Z | Downloaded curve25519-dalek-derive v0.1.1 |
510 | 2024-08-07T07:34:39.147Z | Downloaded block-padding v0.3.3 |
511 | 2024-08-07T07:34:39.147Z | Downloaded number_prefix v0.4.0 |
512 | 2024-08-07T07:34:39.150Z | Downloaded crc-catalog v2.4.0 |
513 | 2024-08-07T07:34:39.150Z | Downloaded parse-size v1.0.0 |
514 | 2024-08-07T07:34:39.150Z | Downloaded chacha20 v0.9.1 |
515 | 2024-08-07T07:34:39.152Z | Downloaded new_debug_unreachable v1.0.6 |
516 | 2024-08-07T07:34:39.155Z | Downloaded base16ct v0.2.0 |
517 | 2024-08-07T07:34:39.155Z | Downloaded indoc v1.0.9 |
518 | 2024-08-07T07:34:39.158Z | Downloaded openssl-macros v0.1.1 |
519 | 2024-08-07T07:34:39.161Z | Downloaded arrayvec v0.7.4 |
520 | 2024-08-07T07:34:39.164Z | Downloaded packed_struct_codegen v0.10.1 |
521 | 2024-08-07T07:34:39.164Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2024-08-07T07:34:39.165Z | Downloaded num-iter v0.1.45 |
523 | 2024-08-07T07:34:39.167Z | Downloaded match_cfg v0.1.0 |
524 | 2024-08-07T07:34:39.167Z | Downloaded olpc-cjson v0.1.3 |
525 | 2024-08-07T07:34:39.167Z | Downloaded lazycell v1.3.0 |
526 | 2024-08-07T07:34:39.170Z | Downloaded parse-display-derive v0.9.1 |
527 | 2024-08-07T07:34:39.170Z | Downloaded ciborium-ll v0.2.2 |
528 | 2024-08-07T07:34:39.173Z | Downloaded bit-set v0.5.3 |
529 | 2024-08-07T07:34:39.173Z | Downloaded async-stream v0.3.5 |
530 | 2024-08-07T07:34:39.175Z | Downloaded arrayref v0.3.7 |
531 | 2024-08-07T07:34:39.178Z | Downloaded num_enum v0.5.11 |
532 | 2024-08-07T07:34:39.181Z | Downloaded nodrop v0.1.14 |
533 | 2024-08-07T07:34:39.184Z | Downloaded signal-hook-tokio v0.3.1 |
534 | 2024-08-07T07:34:39.184Z | Downloaded libloading v0.8.3 |
535 | 2024-08-07T07:34:39.187Z | Downloaded ipnetwork v0.20.0 |
536 | 2024-08-07T07:34:39.190Z | Downloaded kstat-rs v0.2.4 |
537 | 2024-08-07T07:34:39.190Z | Downloaded linear-map v1.2.0 |
538 | 2024-08-07T07:34:39.192Z | Downloaded csv-core v0.1.11 |
539 | 2024-08-07T07:34:39.195Z | Downloaded num-derive v0.4.2 |
540 | 2024-08-07T07:34:39.198Z | Downloaded newtype-uuid v1.1.0 |
541 | 2024-08-07T07:34:39.198Z | Downloaded defmt v0.3.8 |
542 | 2024-08-07T07:34:39.201Z | Downloaded cookie_store v0.20.0 |
543 | 2024-08-07T07:34:39.204Z | Downloaded nanorand v0.7.0 |
544 | 2024-08-07T07:34:39.207Z | Downloaded sync_wrapper v0.1.2 |
545 | 2024-08-07T07:34:39.207Z | Downloaded num_cpus v1.16.0 |
546 | 2024-08-07T07:34:39.210Z | Downloaded num v0.4.3 |
547 | 2024-08-07T07:34:39.213Z | Downloaded ciborium v0.2.2 |
548 | 2024-08-07T07:34:39.215Z | Downloaded paste v1.0.15 |
549 | 2024-08-07T07:34:39.218Z | Downloaded parse-display v0.9.1 |
550 | 2024-08-07T07:34:39.222Z | Downloaded tinyvec_macros v0.1.1 |
551 | 2024-08-07T07:34:39.222Z | Downloaded mockall v0.13.0 |
552 | 2024-08-07T07:34:39.224Z | Downloaded owo-colors v4.0.0 |
553 | 2024-08-07T07:34:39.227Z | Downloaded lru v0.12.3 |
554 | 2024-08-07T07:34:39.227Z | Downloaded constant_time_eq v0.3.0 |
555 | 2024-08-07T07:34:39.230Z | Downloaded lock_api v0.4.12 |
556 | 2024-08-07T07:34:39.232Z | Downloaded crossbeam-deque v0.8.5 |
557 | 2024-08-07T07:34:39.233Z | Downloaded parking_lot_core v0.9.10 |
558 | 2024-08-07T07:34:39.235Z | Downloaded num-complex v0.4.6 |
559 | 2024-08-07T07:34:39.238Z | Downloaded native-tls v0.2.11 |
560 | 2024-08-07T07:34:39.244Z | Downloaded diesel_table_macro_syntax v0.1.0 |
561 | 2024-08-07T07:34:39.244Z | Downloaded num-integer v0.1.46 |
562 | 2024-08-07T07:34:39.255Z | Downloaded maybe-uninit v2.0.0 |
563 | 2024-08-07T07:34:39.255Z | Downloaded debug-ignore v1.0.5 |
564 | 2024-08-07T07:34:39.255Z | Downloaded crc v3.2.1 |
565 | 2024-08-07T07:34:39.255Z | Downloaded portpicker v0.1.1 |
566 | 2024-08-07T07:34:39.255Z | Downloaded num_enum_derive v0.5.11 |
567 | 2024-08-07T07:34:39.255Z | Downloaded num-rational v0.4.2 |
568 | 2024-08-07T07:34:39.255Z | Downloaded ipnet v2.9.0 |
569 | 2024-08-07T07:34:39.258Z | Downloaded foreign-types-shared v0.3.1 |
570 | 2024-08-07T07:34:39.258Z | Downloaded thiserror-no-std v2.0.2 |
571 | 2024-08-07T07:34:39.261Z | Downloaded termios v0.3.3 |
572 | 2024-08-07T07:34:39.264Z | Downloaded memmap2 v0.9.4 |
573 | 2024-08-07T07:34:39.266Z | Downloaded multer v3.1.0 |
574 | 2024-08-07T07:34:39.269Z | Downloaded mime_guess v2.0.4 |
575 | 2024-08-07T07:34:39.269Z | Downloaded backoff v0.4.0 |
576 | 2024-08-07T07:34:39.272Z | Downloaded tabwriter v1.4.0 |
577 | 2024-08-07T07:34:39.275Z | Downloaded parking_lot v0.11.2 |
578 | 2024-08-07T07:34:39.277Z | Downloaded serde-big-array v0.5.1 |
579 | 2024-08-07T07:34:39.278Z | Downloaded packed_struct v0.10.1 |
580 | 2024-08-07T07:34:39.282Z | Downloaded console v0.15.8 |
581 | 2024-08-07T07:34:39.285Z | Downloaded base64 v0.13.1 |
582 | 2024-08-07T07:34:39.288Z | Downloaded unicase v2.7.0 |
583 | 2024-08-07T07:34:39.288Z | Downloaded colored v2.1.0 |
584 | 2024-08-07T07:34:39.291Z | Downloaded topological-sort v0.2.2 |
585 | 2024-08-07T07:34:39.295Z | Downloaded num-traits v0.2.19 |
586 | 2024-08-07T07:34:39.297Z | Downloaded mockall_derive v0.13.0 |
587 | 2024-08-07T07:34:39.297Z | Downloaded xattr v1.3.1 |
588 | 2024-08-07T07:34:39.300Z | Downloaded ff v0.13.0 |
589 | 2024-08-07T07:34:39.303Z | Downloaded siphasher v0.3.11 |
590 | 2024-08-07T07:34:39.303Z | Downloaded embedded-io v0.4.0 |
591 | 2024-08-07T07:34:39.307Z | Downloaded defmt-macros v0.3.9 |
592 | 2024-08-07T07:34:39.310Z | Downloaded ahash v0.8.11 |
593 | 2024-08-07T07:34:39.313Z | Downloaded zone_cfg_derive v0.1.2 |
594 | 2024-08-07T07:34:39.316Z | Downloaded hash32 v0.2.1 |
595 | 2024-08-07T07:34:39.316Z | Downloaded glob v0.3.1 |
596 | 2024-08-07T07:34:39.319Z | Downloaded percent-encoding v2.3.1 |
597 | 2024-08-07T07:34:39.319Z | Downloaded blake2 v0.10.6 |
598 | 2024-08-07T07:34:39.322Z | Downloaded hubpack v0.1.2 |
599 | 2024-08-07T07:34:39.325Z | Downloaded darling_core v0.20.9 |
600 | 2024-08-07T07:34:39.329Z | Downloaded compact_str v0.7.1 |
601 | 2024-08-07T07:34:39.332Z | Downloaded pin-utils v0.1.0 |
602 | 2024-08-07T07:34:39.334Z | Downloaded pem-rfc7468 v0.7.0 |
603 | 2024-08-07T07:34:39.337Z | Downloaded headers-core v0.2.0 |
604 | 2024-08-07T07:34:39.337Z | Downloaded resolv-conf v0.7.0 |
605 | 2024-08-07T07:34:39.340Z | Downloaded radium v0.7.0 |
606 | 2024-08-07T07:34:39.340Z | Downloaded crossbeam-utils v0.8.19 |
607 | 2024-08-07T07:34:39.343Z | Downloaded foreign-types v0.5.0 |
608 | 2024-08-07T07:34:39.346Z | Downloaded rustls-pemfile v1.0.4 |
609 | 2024-08-07T07:34:39.349Z | Downloaded serde-hex v0.1.0 |
610 | 2024-08-07T07:34:39.349Z | Downloaded crc32fast v1.4.0 |
611 | 2024-08-07T07:34:39.352Z | Downloaded crc-any v2.5.0 |
612 | 2024-08-07T07:34:39.357Z | Downloaded parking_lot v0.12.2 |
613 | 2024-08-07T07:34:39.359Z | Downloaded signal-hook-mio v0.2.3 |
614 | 2024-08-07T07:34:39.359Z | Downloaded smf v0.2.3 |
615 | 2024-08-07T07:34:39.360Z | Downloaded vte v0.11.1 |
616 | 2024-08-07T07:34:39.362Z | Downloaded subtle v2.5.0 |
617 | 2024-08-07T07:34:39.362Z | Downloaded indicatif v0.17.8 |
618 | 2024-08-07T07:34:39.366Z | Downloaded tiny-keccak v2.0.2 |
619 | 2024-08-07T07:34:39.369Z | Downloaded supports-color v3.0.0 |
620 | 2024-08-07T07:34:39.371Z | Downloaded stability v0.2.0 |
621 | 2024-08-07T07:34:39.374Z | Downloaded slog-bunyan v2.5.0 |
622 | 2024-08-07T07:34:39.374Z | Downloaded sqlparser_derive v0.2.2 |
623 | 2024-08-07T07:34:39.374Z | Downloaded tls_codec v0.4.1 |
624 | 2024-08-07T07:34:39.377Z | Downloaded stringprep v0.1.4 |
625 | 2024-08-07T07:34:39.380Z | Downloaded zone v0.1.8 |
626 | 2024-08-07T07:34:39.380Z | Downloaded socket2 v0.5.7 |
627 | 2024-08-07T07:34:39.383Z | Downloaded fd-lock v4.0.2 |
628 | 2024-08-07T07:34:39.387Z | Downloaded dyn-clone v1.0.17 |
629 | 2024-08-07T07:34:39.387Z | Downloaded allocator-api2 v0.2.18 |
630 | 2024-08-07T07:34:39.390Z | Downloaded zeroize_derive v1.4.2 |
631 | 2024-08-07T07:34:39.393Z | Downloaded waitgroup v0.1.2 |
632 | 2024-08-07T07:34:39.393Z | Downloaded poly1305 v0.8.0 |
633 | 2024-08-07T07:34:39.395Z | Downloaded heck v0.3.3 |
634 | 2024-08-07T07:34:39.398Z | Downloaded hex v0.4.3 |
635 | 2024-08-07T07:34:39.400Z | Downloaded rustls-pemfile v2.1.3 |
636 | 2024-08-07T07:34:39.403Z | Downloaded postgres-protocol v0.6.7 |
637 | 2024-08-07T07:34:39.406Z | Downloaded want v0.3.1 |
638 | 2024-08-07T07:34:39.406Z | Downloaded path-slash v0.1.5 |
639 | 2024-08-07T07:34:39.406Z | Downloaded hubpack_derive v0.1.1 |
640 | 2024-08-07T07:34:39.409Z | Downloaded futures-macro v0.3.30 |
641 | 2024-08-07T07:34:39.409Z | Downloaded futures-io v0.3.30 |
642 | 2024-08-07T07:34:39.409Z | Downloaded peg-runtime v0.8.3 |
643 | 2024-08-07T07:34:39.412Z | Downloaded futures-executor v0.3.30 |
644 | 2024-08-07T07:34:39.412Z | Downloaded serde_arrays v0.1.0 |
645 | 2024-08-07T07:34:39.415Z | Downloaded ref-cast-impl v1.0.23 |
646 | 2024-08-07T07:34:39.415Z | Downloaded ref-cast v1.0.23 |
647 | 2024-08-07T07:34:39.420Z | Downloaded quick-error v1.2.3 |
648 | 2024-08-07T07:34:39.425Z | Downloaded pkg-config v0.3.30 |
649 | 2024-08-07T07:34:39.425Z | Downloaded hostname v0.4.0 |
650 | 2024-08-07T07:34:39.425Z | Downloaded hostname v0.3.1 |
651 | 2024-08-07T07:34:39.429Z | Downloaded home v0.5.9 |
652 | 2024-08-07T07:34:39.429Z | Downloaded serde_plain v1.0.2 |
653 | 2024-08-07T07:34:39.429Z | Downloaded hmac v0.12.1 |
654 | 2024-08-07T07:34:39.432Z | Downloaded serde_path_to_error v0.1.16 |
655 | 2024-08-07T07:34:39.432Z | Downloaded tokio-macros v2.3.0 |
656 | 2024-08-07T07:34:39.432Z | Downloaded tls_codec_derive v0.4.1 |
657 | 2024-08-07T07:34:39.435Z | Downloaded time-macros v0.2.18 |
658 | 2024-08-07T07:34:39.438Z | Downloaded backtrace v0.3.71 |
659 | 2024-08-07T07:34:39.442Z | Downloaded zerocopy v0.6.6 |
660 | 2024-08-07T07:34:39.445Z | Downloaded foreign-types-macros v0.2.3 |
661 | 2024-08-07T07:34:39.448Z | Downloaded foreign-types v0.3.2 |
662 | 2024-08-07T07:34:39.448Z | Downloaded untrusted v0.9.0 |
663 | 2024-08-07T07:34:39.451Z | Downloaded unarray v0.1.4 |
664 | 2024-08-07T07:34:39.451Z | Downloaded static_assertions v1.1.0 |
665 | 2024-08-07T07:34:39.454Z | Downloaded fallible-iterator v0.2.0 |
666 | 2024-08-07T07:34:39.454Z | Downloaded env_logger v0.10.2 |
667 | 2024-08-07T07:34:39.457Z | Downloaded highway v1.2.0 |
668 | 2024-08-07T07:34:39.460Z | Downloaded postcard v1.0.8 |
669 | 2024-08-07T07:34:39.464Z | Downloaded precomputed-hash v0.1.1 |
670 | 2024-08-07T07:34:39.467Z | Downloaded rand_xorshift v0.3.0 |
671 | 2024-08-07T07:34:39.467Z | Downloaded peg v0.8.4 |
672 | 2024-08-07T07:34:39.471Z | Downloaded openssl-sys v0.9.103 |
673 | 2024-08-07T07:34:39.476Z | Downloaded gethostname v0.5.0 |
674 | 2024-08-07T07:34:39.480Z | Downloaded dirs-sys-next v0.1.2 |
675 | 2024-08-07T07:34:39.480Z | Downloaded num-bigint v0.4.5 |
676 | 2024-08-07T07:34:39.483Z | Downloaded dirs-next v2.0.0 |
677 | 2024-08-07T07:34:39.486Z | Downloaded termtree v0.4.1 |
678 | 2024-08-07T07:34:39.489Z | Downloaded sha1 v0.10.6 |
679 | 2024-08-07T07:34:39.497Z | Downloaded rustls-pki-types v1.7.0 |
680 | 2024-08-07T07:34:39.500Z | Downloaded wyz v0.5.1 |
681 | 2024-08-07T07:34:39.503Z | Downloaded phf v0.11.2 |
682 | 2024-08-07T07:34:39.505Z | Downloaded pem v3.0.4 |
683 | 2024-08-07T07:34:39.505Z | Downloaded tracing-attributes v0.1.27 |
684 | 2024-08-07T07:34:39.508Z | Downloaded universal-hash v0.5.1 |
685 | 2024-08-07T07:34:39.511Z | Downloaded thread_local v1.1.8 |
686 | 2024-08-07T07:34:39.511Z | Downloaded toolchain_find v0.4.0 |
687 | 2024-08-07T07:34:39.511Z | Downloaded derive_builder_core v0.20.0 |
688 | 2024-08-07T07:34:39.515Z | Downloaded thiserror-impl-no-std v2.0.2 |
689 | 2024-08-07T07:34:39.518Z | Downloaded tokio-native-tls v0.3.1 |
690 | 2024-08-07T07:34:39.522Z | Downloaded smawk v0.3.2 |
691 | 2024-08-07T07:34:39.522Z | Downloaded phf_shared v0.10.0 |
692 | 2024-08-07T07:34:39.522Z | Downloaded enum-as-inner v0.5.1 |
693 | 2024-08-07T07:34:39.525Z | Downloaded zeroize v1.7.0 |
694 | 2024-08-07T07:34:39.525Z | Downloaded rayon-core v1.12.1 |
695 | 2024-08-07T07:34:39.528Z | Downloaded foreign-types-shared v0.1.1 |
696 | 2024-08-07T07:34:39.531Z | Downloaded rustc-hash v1.1.0 |
697 | 2024-08-07T07:34:39.531Z | Downloaded mio v0.8.11 |
698 | 2024-08-07T07:34:39.536Z | Downloaded peg-macros v0.8.4 |
699 | 2024-08-07T07:34:39.539Z | Downloaded subprocess v0.2.9 |
700 | 2024-08-07T07:34:39.543Z | Downloaded downcast v0.11.0 |
701 | 2024-08-07T07:34:39.545Z | Downloaded walkdir v2.5.0 |
702 | 2024-08-07T07:34:39.545Z | Downloaded rustversion v1.0.17 |
703 | 2024-08-07T07:34:39.548Z | Downloaded serde_yaml v0.9.34+deprecated |
704 | 2024-08-07T07:34:39.552Z | Downloaded group v0.13.0 |
705 | 2024-08-07T07:34:39.555Z | Downloaded try-lock v0.2.5 |
706 | 2024-08-07T07:34:39.558Z | Downloaded serde_repr v0.1.19 |
707 | 2024-08-07T07:34:39.558Z | Downloaded zip v0.6.6 |
708 | 2024-08-07T07:34:39.562Z | Downloaded wait-timeout v0.2.0 |
709 | 2024-08-07T07:34:39.565Z | Downloaded spin v0.5.2 |
710 | 2024-08-07T07:34:39.567Z | Downloaded slog-term v2.9.1 |
711 | 2024-08-07T07:34:39.570Z | Downloaded getrandom v0.2.14 |
712 | 2024-08-07T07:34:39.573Z | Downloaded endian-type v0.1.2 |
713 | 2024-08-07T07:34:39.573Z | Downloaded serde_derive_internals v0.29.1 |
714 | 2024-08-07T07:34:39.575Z | Downloaded itertools v0.10.5 |
715 | 2024-08-07T07:34:39.580Z | Downloaded snafu-derive v0.8.2 |
716 | 2024-08-07T07:34:39.583Z | Downloaded rtoolbox v0.0.2 |
717 | 2024-08-07T07:34:39.588Z | Downloaded float-cmp v0.9.0 |
718 | 2024-08-07T07:34:39.588Z | Downloaded der_derive v0.7.2 |
719 | 2024-08-07T07:34:39.591Z | Downloaded phf_shared v0.11.2 |
720 | 2024-08-07T07:34:39.591Z | Downloaded headers v0.3.9 |
721 | 2024-08-07T07:34:39.596Z | Downloaded heapless v0.7.17 |
722 | 2024-08-07T07:34:39.599Z | Downloaded hash32 v0.3.1 |
723 | 2024-08-07T07:34:39.602Z | Downloaded spki v0.7.3 |
724 | 2024-08-07T07:34:39.602Z | Downloaded rcgen v0.12.1 |
725 | 2024-08-07T07:34:39.605Z | Downloaded ident_case v1.0.1 |
726 | 2024-08-07T07:34:39.607Z | Downloaded fxhash v0.2.1 |
727 | 2024-08-07T07:34:39.607Z | Downloaded pin-project-internal v1.1.5 |
728 | 2024-08-07T07:34:39.611Z | Downloaded display-error-chain v0.2.0 |
729 | 2024-08-07T07:34:39.611Z | Downloaded sigpipe v0.1.3 |
730 | 2024-08-07T07:34:39.614Z | Downloaded env_logger v0.9.3 |
731 | 2024-08-07T07:34:39.615Z | Downloaded futures-channel v0.3.30 |
732 | 2024-08-07T07:34:39.618Z | Downloaded nom v7.1.3 |
733 | 2024-08-07T07:34:39.622Z | Downloaded iana-time-zone v0.1.60 |
734 | 2024-08-07T07:34:39.625Z | Downloaded derive_builder_macro v0.20.0 |
735 | 2024-08-07T07:34:39.625Z | Downloaded rand_seeder v0.3.0 |
736 | 2024-08-07T07:34:39.627Z | Downloaded rand_core v0.6.4 |
737 | 2024-08-07T07:34:39.630Z | Downloaded strum v0.26.3 |
738 | 2024-08-07T07:34:39.630Z | Downloaded tokio-tungstenite v0.21.0 |
739 | 2024-08-07T07:34:39.633Z | Downloaded rand_chacha v0.3.1 |
740 | 2024-08-07T07:34:39.633Z | Downloaded smallvec v1.13.2 |
741 | 2024-08-07T07:34:39.636Z | Downloaded rpassword v7.3.1 |
742 | 2024-08-07T07:34:39.638Z | Downloaded tui-tree-widget v0.21.0 |
743 | 2024-08-07T07:34:39.639Z | Downloaded ppv-lite86 v0.2.17 |
744 | 2024-08-07T07:34:39.639Z | Downloaded powerfmt v0.2.0 |
745 | 2024-08-07T07:34:39.641Z | Downloaded fixedbitset v0.4.2 |
746 | 2024-08-07T07:34:39.641Z | Downloaded deranged v0.3.11 |
747 | 2024-08-07T07:34:39.644Z | Downloaded scheduled-thread-pool v0.2.7 |
748 | 2024-08-07T07:34:39.644Z | Downloaded flagset v0.4.5 |
749 | 2024-08-07T07:34:39.647Z | Downloaded pin-project-lite v0.2.14 |
750 | 2024-08-07T07:34:39.651Z | Downloaded globset v0.4.14 |
751 | 2024-08-07T07:34:39.654Z | Downloaded vte_generate_state_changes v0.1.1 |
752 | 2024-08-07T07:34:39.654Z | Downloaded termcolor v1.4.1 |
753 | 2024-08-07T07:34:39.654Z | Downloaded rustc-demangle v0.1.24 |
754 | 2024-08-07T07:34:39.662Z | Downloaded which v4.4.2 |
755 | 2024-08-07T07:34:39.662Z | Downloaded schemars_derive v0.8.21 |
756 | 2024-08-07T07:34:39.664Z | Downloaded spin v0.9.8 |
757 | 2024-08-07T07:34:39.664Z | Downloaded serde_with_macros v3.8.3 |
758 | 2024-08-07T07:34:39.664Z | Downloaded tracing-core v0.1.32 |
759 | 2024-08-07T07:34:39.667Z | Downloaded publicsuffix v2.2.3 |
760 | 2024-08-07T07:34:39.669Z | Downloaded fatfs v0.3.6 |
761 | 2024-08-07T07:34:39.672Z | Downloaded libm v0.2.8 |
762 | 2024-08-07T07:34:39.679Z | Downloaded hyper-tls v0.5.0 |
763 | 2024-08-07T07:34:39.682Z | Downloaded float-ord v0.3.2 |
764 | 2024-08-07T07:34:39.682Z | Downloaded humantime v2.1.0 |
765 | 2024-08-07T07:34:39.684Z | Downloaded http-body v0.4.6 |
766 | 2024-08-07T07:34:39.687Z | Downloaded diff v0.1.13 |
767 | 2024-08-07T07:34:39.689Z | Downloaded pkcs8 v0.10.2 |
768 | 2024-08-07T07:34:39.692Z | Downloaded tokio-tungstenite v0.20.1 |
769 | 2024-08-07T07:34:39.695Z | Downloaded socket2 v0.4.10 |
770 | 2024-08-07T07:34:39.695Z | Downloaded toml v0.5.11 |
771 | 2024-08-07T07:34:39.697Z | Downloaded derive-where v1.2.7 |
772 | 2024-08-07T07:34:39.700Z | Downloaded proc-macro-crate v1.3.1 |
773 | 2024-08-07T07:34:39.704Z | Downloaded scopeguard v1.2.0 |
774 | 2024-08-07T07:34:39.704Z | Downloaded same-file v1.0.6 |
775 | 2024-08-07T07:34:39.707Z | Downloaded difflib v0.4.0 |
776 | 2024-08-07T07:34:39.707Z | Downloaded structmeta-derive v0.2.0 |
777 | 2024-08-07T07:34:39.707Z | Downloaded futures-sink v0.3.30 |
778 | 2024-08-07T07:34:39.710Z | Downloaded futures-task v0.3.30 |
779 | 2024-08-07T07:34:39.710Z | Downloaded structmeta v0.2.0 |
780 | 2024-08-07T07:34:39.710Z | Downloaded tap v1.0.1 |
781 | 2024-08-07T07:34:39.713Z | Downloaded half v2.4.1 |
782 | 2024-08-07T07:34:39.715Z | Downloaded toml v0.7.8 |
783 | 2024-08-07T07:34:39.718Z | Downloaded structmeta-derive v0.3.0 |
784 | 2024-08-07T07:34:39.718Z | Downloaded serde_urlencoded v0.7.1 |
785 | 2024-08-07T07:34:39.721Z | Downloaded semver v0.1.20 |
786 | 2024-08-07T07:34:39.721Z | Downloaded strum_macros v0.24.3 |
787 | 2024-08-07T07:34:39.723Z | Downloaded shlex v1.3.0 |
788 | 2024-08-07T07:34:39.726Z | Downloaded trust-dns-client v0.22.0 |
789 | 2024-08-07T07:34:39.730Z | Downloaded secrecy v0.8.0 |
790 | 2024-08-07T07:34:39.734Z | Downloaded strip-ansi-escapes v0.2.0 |
791 | 2024-08-07T07:34:39.734Z | Downloaded num-bigint-dig v0.8.4 |
792 | 2024-08-07T07:34:39.738Z | Downloaded signal-hook-registry v1.4.2 |
793 | 2024-08-07T07:34:39.738Z | Downloaded utf-8 v0.7.6 |
794 | 2024-08-07T07:34:39.741Z | Downloaded hyper-rustls v0.24.2 |
795 | 2024-08-07T07:34:39.745Z | Downloaded slog v2.7.0 |
796 | 2024-08-07T07:34:39.748Z | Downloaded unsafe-libyaml v0.2.11 |
797 | 2024-08-07T07:34:39.748Z | Downloaded blake3 v1.5.1 |
798 | 2024-08-07T07:34:39.755Z | Downloaded expectorate v1.1.0 |
799 | 2024-08-07T07:34:39.757Z | Downloaded strum_macros v0.26.4 |
800 | 2024-08-07T07:34:39.760Z | Downloaded pin-project v1.1.5 |
801 | 2024-08-07T07:34:39.771Z | Downloaded term v0.7.0 |
802 | 2024-08-07T07:34:39.775Z | Downloaded tokio-rustls v0.24.1 |
803 | 2024-08-07T07:34:39.778Z | Downloaded sct v0.7.1 |
804 | 2024-08-07T07:34:39.781Z | Downloaded textwrap v0.16.1 |
805 | 2024-08-07T07:34:39.783Z | Downloaded whoami v1.5.1 |
806 | 2024-08-07T07:34:39.786Z | Downloaded ron v0.7.1 |
807 | 2024-08-07T07:34:39.789Z | Downloaded r2d2 v0.8.10 |
808 | 2024-08-07T07:34:39.791Z | Downloaded libxml v0.3.3 |
809 | 2024-08-07T07:34:39.795Z | Downloaded tungstenite v0.20.1 |
810 | 2024-08-07T07:34:39.800Z | Downloaded uuid v1.10.0 |
811 | 2024-08-07T07:34:39.803Z | Downloaded hashbrown v0.13.2 |
812 | 2024-08-07T07:34:39.806Z | Downloaded tar v0.4.41 |
813 | 2024-08-07T07:34:39.809Z | Downloaded derive_more v0.99.18 |
814 | 2024-08-07T07:34:39.814Z | Downloaded signal-hook v0.3.17 |
815 | 2024-08-07T07:34:39.818Z | Downloaded serde_with v3.8.3 |
816 | 2024-08-07T07:34:39.825Z | Downloaded rsa v0.9.6 |
817 | 2024-08-07T07:34:39.830Z | Downloaded tempfile v3.10.1 |
818 | 2024-08-07T07:34:39.833Z | Downloaded trust-dns-resolver v0.22.0 |
819 | 2024-08-07T07:34:39.837Z | Downloaded http v0.2.12 |
820 | 2024-08-07T07:34:39.840Z | Downloaded hashbrown v0.12.3 |
821 | 2024-08-07T07:34:39.844Z | Downloaded regex-automata v0.1.10 |
822 | 2024-08-07T07:34:39.849Z | Downloaded futures v0.3.30 |
823 | 2024-08-07T07:34:39.855Z | Downloaded portable-atomic v1.6.0 |
824 | 2024-08-07T07:34:39.861Z | Downloaded flate2 v1.0.31 |
825 | 2024-08-07T07:34:39.867Z | Downloaded chrono v0.4.38 |
826 | 2024-08-07T07:34:39.874Z | Downloaded tungstenite v0.21.0 |
827 | 2024-08-07T07:34:39.878Z | Downloaded toml_edit v0.19.15 |
828 | 2024-08-07T07:34:39.894Z | Downloaded unicode-bidi v0.3.15 |
829 | 2024-08-07T07:34:39.897Z | Downloaded hkdf v0.12.4 |
830 | 2024-08-07T07:34:39.900Z | Downloaded itertools v0.12.1 |
831 | 2024-08-07T07:34:39.906Z | Downloaded samael v0.0.15 |
832 | 2024-08-07T07:34:39.911Z | Downloaded unicode-segmentation v1.11.0 |
833 | 2024-08-07T07:34:39.915Z | Downloaded derive_builder v0.20.0 |
834 | 2024-08-07T07:34:39.920Z | Downloaded sqlparser v0.45.0 |
835 | 2024-08-07T07:34:39.925Z | Downloaded bitvec v1.0.1 |
836 | 2024-08-07T07:34:39.941Z | Downloaded flume v0.11.0 |
837 | 2024-08-07T07:34:39.944Z | Downloaded url v2.5.2 |
838 | 2024-08-07T07:34:39.947Z | Downloaded rand v0.8.5 |
839 | 2024-08-07T07:34:39.950Z | Downloaded typed-path v0.7.1 |
840 | 2024-08-07T07:34:39.956Z | Downloaded time v0.3.36 |
841 | 2024-08-07T07:34:39.964Z | Downloaded rayon v1.10.0 |
842 | 2024-08-07T07:34:39.973Z | Downloaded ron v0.8.1 |
843 | 2024-08-07T07:34:39.979Z | Downloaded rustls-webpki v0.101.7 |
844 | 2024-08-07T07:34:39.992Z | Downloaded tokio-util v0.7.11 |
845 | 2024-08-07T07:34:39.998Z | Downloaded lalrpop v0.19.12 |
846 | 2024-08-07T07:34:40.010Z | Downloaded h2 v0.3.26 |
847 | 2024-08-07T07:34:40.017Z | Downloaded winnow v0.5.40 |
848 | 2024-08-07T07:34:40.026Z | Downloaded futures-util v0.3.30 |
849 | 2024-08-07T07:34:40.038Z | Downloaded rustyline v14.0.0 |
850 | 2024-08-07T07:34:40.049Z | Downloaded smoltcp v0.9.1 |
851 | 2024-08-07T07:34:40.054Z | Downloaded rustls-webpki v0.102.4 |
852 | 2024-08-07T07:34:40.072Z | Downloaded curve25519-dalek v4.1.3 |
853 | 2024-08-07T07:34:40.081Z | Downloaded hyper v0.14.30 |
854 | 2024-08-07T07:34:40.088Z | Downloaded idna v0.3.0 |
855 | 2024-08-07T07:34:40.095Z | Downloaded reqwest v0.11.27 |
856 | 2024-08-07T07:34:40.102Z | Downloaded quick-xml v0.31.0 |
857 | 2024-08-07T07:34:40.108Z | Downloaded gimli v0.28.1 |
858 | 2024-08-07T07:34:40.116Z | Downloaded idna v0.2.3 |
859 | 2024-08-07T07:34:40.122Z | Downloaded smoltcp v0.11.0 |
860 | 2024-08-07T07:34:40.135Z | Downloaded regex v1.10.6 |
861 | 2024-08-07T07:34:40.148Z | Downloaded nix v0.28.0 |
862 | 2024-08-07T07:34:40.159Z | Downloaded polar-core v0.27.3 |
863 | 2024-08-07T07:34:40.167Z | Downloaded rustls v0.22.4 |
864 | 2024-08-07T07:34:40.180Z | Downloaded bstr v1.9.1 |
865 | 2024-08-07T07:34:40.190Z | Downloaded ratatui v0.27.0 |
866 | 2024-08-07T07:34:40.208Z | Downloaded radix_trie v0.2.1 |
867 | 2024-08-07T07:34:40.214Z | Downloaded trust-dns-proto v0.22.0 |
868 | 2024-08-07T07:34:40.224Z | Downloaded openapiv3 v2.0.0 |
869 | 2024-08-07T07:34:40.237Z | Downloaded regex-syntax v0.6.29 |
870 | 2024-08-07T07:34:40.244Z | Downloaded diesel v2.1.6 |
871 | 2024-08-07T07:34:40.261Z | Downloaded regex-syntax v0.8.3 |
872 | 2024-08-07T07:34:40.268Z | Downloaded regress v0.9.1 |
873 | 2024-08-07T07:34:40.277Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
874 | 2024-08-07T07:34:40.291Z | Downloaded zerocopy-derive v0.6.6 |
875 | 2024-08-07T07:34:40.301Z | Downloaded sled v0.34.7 |
876 | 2024-08-07T07:34:40.312Z | Downloaded object v0.32.2 |
877 | 2024-08-07T07:34:40.323Z | Downloaded sha3 v0.10.8 |
878 | 2024-08-07T07:34:40.328Z | Downloaded tokio v1.38.1 |
879 | 2024-08-07T07:34:40.365Z | Downloaded csv v1.3.0 |
880 | 2024-08-07T07:34:40.386Z | Downloaded regex-automata v0.4.6 |
881 | 2024-08-07T07:34:40.402Z | Downloaded finl_unicode v1.2.0 |
882 | 2024-08-07T07:34:40.415Z | Downloaded encoding_rs v0.8.34 |
883 | 2024-08-07T07:34:40.436Z | Downloaded petgraph v0.6.5 |
884 | 2024-08-07T07:34:40.454Z | Downloaded vcpkg v0.2.15 |
885 | 2024-08-07T07:34:40.491Z | Downloaded nix v0.27.1 |
886 | 2024-08-07T07:34:40.502Z | Downloaded rustls v0.21.12 |
887 | 2024-08-07T07:34:40.513Z | Downloaded openssl v0.10.66 |
888 | 2024-08-07T07:34:40.523Z | Downloaded bstr v0.2.17 |
889 | 2024-08-07T07:34:40.532Z | Downloaded proptest v1.4.0 |
890 | 2024-08-07T07:34:40.540Z | Downloaded idna v0.5.0 |
891 | 2024-08-07T07:34:40.548Z | Downloaded webpki-roots v0.25.4 |
892 | 2024-08-07T07:34:40.553Z | Downloaded object v0.30.4 |
893 | 2024-08-07T07:34:40.561Z | Downloaded tokio-postgres v0.7.11 |
894 | 2024-08-07T07:34:40.565Z | Downloaded http v1.1.0 |
895 | 2024-08-07T07:34:40.569Z | Downloaded reedline v0.31.0 |
896 | 2024-08-07T07:34:40.576Z | Downloaded unicode-normalization v0.1.23 |
897 | 2024-08-07T07:34:40.580Z | Downloaded bindgen v0.69.4 |
898 | 2024-08-07T07:34:40.588Z | Downloaded schemars v0.8.21 |
899 | 2024-08-07T07:34:40.599Z | Downloaded x509-cert v0.2.5 |
900 | 2024-08-07T07:34:40.604Z | Downloaded tough v0.17.1 |
901 | 2024-08-07T07:34:40.613Z | Downloaded aho-corasick v1.1.3 |
902 | 2024-08-07T07:34:40.617Z | Downloaded prettyplease v0.2.20 |
903 | 2024-08-07T07:34:40.621Z | Downloaded itertools v0.13.0 |
904 | 2024-08-07T07:34:40.627Z | Downloaded crossterm v0.27.0 |
905 | 2024-08-07T07:34:40.633Z | Downloaded similar v2.5.0 |
906 | 2024-08-07T07:34:40.639Z | Downloaded hyper-staticfile v0.9.5 |
907 | 2024-08-07T07:34:40.641Z | Downloaded pkcs1 v0.7.5 |
908 | 2024-08-07T07:34:40.644Z | Downloaded heapless v0.8.0 |
909 | 2024-08-07T07:34:40.647Z | Downloaded erased-serde v0.3.31 |
910 | 2024-08-07T07:34:40.650Z | Downloaded ena v0.14.3 |
911 | 2024-08-07T07:34:40.650Z | Downloaded tracing v0.1.40 |
912 | 2024-08-07T07:34:40.653Z | Downloaded psl-types v2.0.11 |
913 | 2024-08-07T07:34:40.656Z | Downloaded sqlformat v0.2.4 |
914 | 2024-08-07T07:34:40.656Z | Downloaded signature v2.2.0 |
915 | 2024-08-07T07:34:40.659Z | Downloaded steno v0.4.1 |
916 | 2024-08-07T07:34:40.662Z | Downloaded minimal-lexical v0.2.1 |
917 | 2024-08-07T07:34:40.665Z | Downloaded rusty-fork v0.3.0 |
918 | 2024-08-07T07:34:40.668Z | Downloaded predicates-tree v1.0.9 |
919 | 2024-08-07T07:34:40.668Z | Downloaded predicates-core v1.0.6 |
920 | 2024-08-07T07:34:40.670Z | Downloaded predicates v3.1.2 |
921 | 2024-08-07T07:34:40.673Z | Downloaded untrusted v0.7.1 |
922 | 2024-08-07T07:34:40.673Z | Downloaded slog-async v2.8.0 |
923 | 2024-08-07T07:34:40.673Z | Downloaded base64 v0.21.7 |
924 | 2024-08-07T07:34:40.676Z | Downloaded test-strategy v0.3.1 |
925 | 2024-08-07T07:34:40.679Z | Downloaded unicode_categories v0.1.1 |
926 | 2024-08-07T07:34:40.682Z | Downloaded snafu v0.8.2 |
927 | 2024-08-07T07:34:40.687Z | Downloaded der v0.7.9 |
928 | 2024-08-07T07:34:40.692Z | Downloaded getopts v0.2.21 |
929 | 2024-08-07T07:34:40.694Z | Downloaded take_mut v0.2.2 |
930 | 2024-08-07T07:34:40.695Z | Downloaded trust-dns-server v0.22.1 |
931 | 2024-08-07T07:34:40.698Z | Downloaded smallvec v0.6.14 |
932 | 2024-08-07T07:34:40.701Z | Downloaded slog-scope v4.4.0 |
933 | 2024-08-07T07:34:40.704Z | Downloaded rustfmt-wrapper v0.2.1 |
934 | 2024-08-07T07:34:40.704Z | Downloaded rustc_version v0.4.0 |
935 | 2024-08-07T07:34:40.704Z | Downloaded rustc_version v0.1.7 |
936 | 2024-08-07T07:34:40.706Z | Downloaded diesel_derives v2.1.4 |
937 | 2024-08-07T07:34:40.709Z | Downloaded postgres-types v0.2.7 |
938 | 2024-08-07T07:34:40.712Z | Downloaded pretty-hex v0.2.1 |
939 | 2024-08-07T07:34:40.712Z | Downloaded sec1 v0.7.3 |
940 | 2024-08-07T07:34:40.714Z | Downloaded elliptic-curve v0.13.8 |
941 | 2024-08-07T07:34:40.717Z | Downloaded crypto-bigint v0.5.5 |
942 | 2024-08-07T07:34:40.723Z | Downloaded crossbeam-channel v0.5.12 |
943 | 2024-08-07T07:34:40.727Z | Downloaded const_format v0.2.32 |
944 | 2024-08-07T07:34:40.732Z | Downloaded stable_deref_trait v1.2.0 |
945 | 2024-08-07T07:34:40.735Z | Downloaded vsss-rs v3.3.4 |
946 | 2024-08-07T07:34:40.738Z | Downloaded slog-json v2.6.1 |
947 | 2024-08-07T07:34:40.738Z | Downloaded slog-envlogger v2.2.0 |
948 | 2024-08-07T07:34:40.740Z | Downloaded http-range v0.1.5 |
949 | 2024-08-07T07:34:40.740Z | Downloaded fastrand v2.1.0 |
950 | 2024-08-07T07:34:40.740Z | Downloaded futures-core v0.3.30 |
951 | 2024-08-07T07:34:40.743Z | Downloaded tokio-stream v0.1.15 |
952 | 2024-08-07T07:34:40.746Z | Downloaded tinyvec v1.6.0 |
953 | 2024-08-07T07:34:40.748Z | Downloaded cookie v0.18.1 |
954 | 2024-08-07T07:34:40.751Z | Downloaded uzers v0.11.3 |
955 | 2024-08-07T07:34:40.754Z | Downloaded unicode-linebreak v0.1.5 |
956 | 2024-08-07T07:34:40.754Z | Downloaded httparse v1.8.0 |
957 | 2024-08-07T07:34:40.756Z | Downloaded cc v1.0.97 |
958 | 2024-08-07T07:34:40.759Z | Downloaded string_cache v0.8.7 |
959 | 2024-08-07T07:34:40.759Z | Downloaded filetime v0.2.23 |
960 | 2024-08-07T07:34:40.762Z | Downloaded yasna v0.5.2 |
961 | 2024-08-07T07:34:40.766Z | Downloaded tokio-rustls v0.25.0 |
962 | 2024-08-07T07:34:40.766Z | Downloaded oso v0.27.3 |
963 | 2024-08-07T07:34:40.769Z | Downloaded clang-sys v1.7.0 |
964 | 2024-08-07T07:34:40.772Z | Downloaded parking_lot_core v0.8.6 |
965 | 2024-08-07T07:34:40.775Z | Downloaded miniz_oxide v0.7.2 |
966 | 2024-08-07T07:34:40.777Z | Downloaded omicron-zone-package v0.11.0 |
967 | 2024-08-07T07:34:40.780Z | Downloaded indexmap v1.9.3 |
968 | 2024-08-07T07:34:40.782Z | Downloaded bytes v1.7.1 |
969 | 2024-08-07T07:34:40.786Z | Downloaded base64 v0.22.1 |
970 | 2024-08-07T07:34:40.789Z | Downloaded httpdate v1.0.3 |
971 | 2024-08-07T07:34:40.792Z | Downloaded fragile v2.0.0 |
972 | 2024-08-07T07:34:40.792Z | Downloaded tower-service v0.3.2 |
973 | 2024-08-07T07:34:40.795Z | Downloaded time-core v0.1.2 |
974 | 2024-08-07T07:34:40.795Z | Downloaded funty v2.0.0 |
975 | 2024-08-07T07:34:40.795Z | Downloaded form_urlencoded v1.2.1 |
976 | 2024-08-07T07:34:40.795Z | Downloaded nu-ansi-term v0.50.0 |
977 | 2024-08-07T07:34:40.798Z | Downloaded darling v0.20.9 |
978 | 2024-08-07T07:34:40.801Z | Downloaded chacha20poly1305 v0.10.1 |
979 | 2024-08-07T07:34:40.804Z | Downloaded either v1.13.0 |
980 | 2024-08-07T07:34:40.806Z | Downloaded unicode-xid v0.2.4 |
981 | 2024-08-07T07:34:40.806Z | Downloaded unicode-truncate v1.0.0 |
982 | 2024-08-07T07:34:40.809Z | Downloaded cookie v0.17.0 |
983 | 2024-08-07T07:34:40.809Z | Downloaded arc-swap v1.7.1 |
984 | 2024-08-07T07:34:40.812Z | Downloaded crossbeam-epoch v0.9.18 |
985 | 2024-08-07T07:34:40.815Z | Downloaded const-oid v0.9.6 |
986 | 2024-08-07T07:34:40.817Z | Downloaded libefi-sys v0.1.0 |
987 | 2024-08-07T07:34:40.820Z | Downloaded strum_macros v0.25.3 |
988 | 2024-08-07T07:34:40.820Z | Downloaded structmeta v0.3.0 |
989 | 2024-08-07T07:34:40.823Z | Downloaded slog-stdlog v4.1.1 |
990 | 2024-08-07T07:34:40.823Z | Downloaded slog-dtrace v0.3.0 |
991 | 2024-08-07T07:34:40.826Z | Downloaded slab v0.4.9 |
992 | 2024-08-07T07:34:40.826Z | Downloaded shell-words v1.1.0 |
993 | 2024-08-07T07:34:40.826Z | Downloaded managed v0.8.0 |
994 | 2024-08-07T07:34:40.829Z | Downloaded password-hash v0.5.0 |
995 | 2024-08-07T07:34:40.829Z | Downloaded oso-derive v0.27.3 |
996 | 2024-08-07T07:34:40.829Z | Downloaded cancel-safe-futures v0.1.5 |
997 | 2024-08-07T07:34:40.831Z | Downloaded bitfield v0.14.0 |
998 | 2024-08-07T07:34:40.834Z | Downloaded base64ct v1.6.0 |
999 | 2024-08-07T07:34:40.837Z | Downloaded async-trait v0.1.81 |
1000 | 2024-08-07T07:34:40.840Z | Downloaded ascii v1.1.0 |
1001 | 2024-08-07T07:34:40.840Z | Downloaded argon2 v0.5.3 |
1002 | 2024-08-07T07:34:40.842Z | Downloaded inout v0.1.3 |
1003 | 2024-08-07T07:34:40.845Z | Downloaded linked-hash-map v0.5.6 |
1004 | 2024-08-07T07:34:40.845Z | Downloaded darling_macro v0.20.9 |
1005 | 2024-08-07T07:34:40.845Z | Downloaded nibble_vec v0.1.0 |
1006 | 2024-08-07T07:34:40.845Z | Downloaded memoffset v0.9.1 |
1007 | 2024-08-07T07:34:40.848Z | Downloaded keccak v0.1.5 |
1008 | 2024-08-07T07:34:40.848Z | Downloaded data-encoding v2.6.0 |
1009 | 2024-08-07T07:34:40.850Z | Downloaded bcs v0.1.6 |
1010 | 2024-08-07T07:34:40.850Z | Downloaded lazy_static v1.5.0 |
1011 | 2024-08-07T07:34:40.853Z | Downloaded cassowary v0.3.0 |
1012 | 2024-08-07T07:34:40.853Z | Downloaded bitflags v1.3.2 |
1013 | 2024-08-07T07:34:40.856Z | Downloaded libsw v3.3.1 |
1014 | 2024-08-07T07:34:40.858Z | Downloaded assert_matches v1.5.0 |
1015 | 2024-08-07T07:34:40.858Z | Downloaded lru-cache v0.1.2 |
1016 | 2024-08-07T07:34:40.861Z | Downloaded addr2line v0.21.0 |
1017 | 2024-08-07T07:34:40.863Z | Downloaded aead v0.5.2 |
1018 | 2024-08-07T07:34:40.863Z | Downloaded cexpr v0.6.0 |
1019 | 2024-08-07T07:34:40.866Z | Downloaded bzip2 v0.4.4 |
1020 | 2024-08-07T07:34:40.866Z | Downloaded cobs v0.2.3 |
1021 | 2024-08-07T07:34:40.869Z | Downloaded md-5 v0.10.6 |
1022 | 2024-08-07T07:34:40.869Z | Downloaded indent_write v2.2.0 |
1023 | 2024-08-07T07:34:40.869Z | Downloaded impl-trait-for-tuples v0.2.2 |
1024 | 2024-08-07T07:34:40.872Z | Downloaded camino-tempfile v1.1.1 |
1025 | 2024-08-07T07:34:40.874Z | Downloaded bitfield-struct v0.6.1 |
1026 | 2024-08-07T07:34:40.874Z | Downloaded bb8 v0.8.5 |
1027 | 2024-08-07T07:34:40.877Z | Downloaded ascii-canvas v3.0.0 |
1028 | 2024-08-07T07:34:40.918Z | Downloaded ring v0.17.8 |
1029 | 2024-08-07T07:34:41.034Z | Downloaded ring v0.16.20 |
1030 | 2024-08-07T07:34:41.194Z | Compiling cfg-if v1.0.0 |
1031 | 2024-08-07T07:34:41.194Z | Compiling serde v1.0.204 |
1032 | 2024-08-07T07:34:41.197Z | Compiling lock_api v0.4.12 |
1033 | 2024-08-07T07:34:41.197Z | Compiling scopeguard v1.2.0 |
1034 | 2024-08-07T07:34:41.197Z | Compiling log v0.4.21 |
1035 | 2024-08-07T07:34:41.197Z | Compiling syn v2.0.72 |
1036 | 2024-08-07T07:34:41.197Z | Compiling cc v1.0.97 |
1037 | 2024-08-07T07:34:41.329Z | Compiling parking_lot_core v0.9.10 |
1038 | 2024-08-07T07:34:41.412Z | Compiling getrandom v0.2.14 |
1039 | 2024-08-07T07:34:41.471Z | Compiling smallvec v1.13.2 |
1040 | 2024-08-07T07:34:41.781Z | Compiling rand_core v0.6.4 |
1041 | 2024-08-07T07:34:41.878Z | Compiling typenum v1.17.0 |
1042 | 2024-08-07T07:34:41.882Z | Compiling generic-array v0.14.7 |
1043 | 2024-08-07T07:34:41.882Z | Compiling pin-project-lite v0.2.14 |
1044 | 2024-08-07T07:34:42.026Z | Compiling signal-hook-registry v1.4.2 |
1045 | 2024-08-07T07:34:42.179Z | Compiling spin v0.9.8 |
1046 | 2024-08-07T07:34:42.197Z | Compiling parking_lot v0.12.2 |
1047 | 2024-08-07T07:34:42.352Z | Compiling mio v0.8.11 |
1048 | 2024-08-07T07:34:42.466Z | Compiling libm v0.2.8 |
1049 | 2024-08-07T07:34:42.569Z | Compiling serde_json v1.0.122 |
1050 | 2024-08-07T07:34:42.830Z | Compiling ahash v0.8.11 |
1051 | 2024-08-07T07:34:42.849Z | Compiling num-traits v0.2.19 |
1052 | 2024-08-07T07:34:42.912Z | Compiling futures-core v0.3.30 |
1053 | 2024-08-07T07:34:43.224Z | Compiling tinyvec_macros v0.1.1 |
1054 | 2024-08-07T07:34:43.325Z | Compiling tinyvec v1.6.0 |
1055 | 2024-08-07T07:34:43.340Z | Compiling num_cpus v1.16.0 |
1056 | 2024-08-07T07:34:43.436Z | Compiling socket2 v0.5.7 |
1057 | 2024-08-07T07:34:43.459Z | Compiling subtle v2.5.0 |
1058 | 2024-08-07T07:34:43.760Z | Compiling const-oid v0.9.6 |
1059 | 2024-08-07T07:34:43.822Z | Compiling slab v0.4.9 |
1060 | 2024-08-07T07:34:44.180Z | Compiling allocator-api2 v0.2.18 |
1061 | 2024-08-07T07:34:44.661Z | Compiling unicode-bidi v0.3.15 |
1062 | 2024-08-07T07:34:44.710Z | Compiling futures-sink v0.3.30 |
1063 | 2024-08-07T07:34:44.861Z | Compiling unicode-normalization v0.1.23 |
1064 | 2024-08-07T07:34:44.978Z | Compiling futures-channel v0.3.30 |
1065 | 2024-08-07T07:34:44.996Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-07T07:34:45.344Z | Compiling pin-utils v0.1.0 |
1067 | 2024-08-07T07:34:45.419Z | Compiling futures-task v0.3.30 |
1068 | 2024-08-07T07:34:45.474Z | Compiling futures-io v0.3.30 |
1069 | 2024-08-07T07:34:45.762Z | Compiling vcpkg v0.2.15 |
1070 | 2024-08-07T07:34:45.849Z | Compiling ring v0.17.8 |
1071 | 2024-08-07T07:34:45.871Z | Compiling percent-encoding v2.3.1 |
1072 | 2024-08-07T07:34:46.025Z | Compiling ppv-lite86 v0.2.17 |
1073 | 2024-08-07T07:34:46.226Z | Compiling tracing-core v0.1.32 |
1074 | 2024-08-07T07:34:46.459Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-07T07:34:46.577Z | Compiling rustix v0.38.34 |
1076 | 2024-08-07T07:34:46.621Z | Compiling untrusted v0.9.0 |
1077 | 2024-08-07T07:34:46.776Z | Compiling rand_chacha v0.3.1 |
1078 | 2024-08-07T07:34:46.796Z | Compiling time-core v0.1.2 |
1079 | 2024-08-07T07:34:46.850Z | Compiling num-conv v0.1.0 |
1080 | 2024-08-07T07:34:46.958Z | Compiling syn v1.0.109 |
1081 | 2024-08-07T07:34:47.114Z | Compiling time-macros v0.2.18 |
1082 | 2024-08-07T07:34:47.422Z | Compiling rand v0.8.5 |
1083 | 2024-08-07T07:34:47.535Z | Compiling deranged v0.3.11 |
1084 | 2024-08-07T07:34:47.619Z | Compiling foreign-types-shared v0.1.1 |
1085 | 2024-08-07T07:34:47.708Z | Compiling rustversion v1.0.17 |
1086 | 2024-08-07T07:34:47.887Z | Compiling openssl-sys v0.9.103 |
1087 | 2024-08-07T07:34:48.386Z | Compiling openssl v0.10.66 |
1088 | 2024-08-07T07:34:48.789Z | Compiling iana-time-zone v0.1.60 |
1089 | 2024-08-07T07:34:49.059Z | Compiling base64ct v1.6.0 |
1090 | 2024-08-07T07:34:49.176Z | Compiling num_threads v0.1.7 |
1091 | 2024-08-07T07:34:49.274Z | Compiling httparse v1.8.0 |
1092 | 2024-08-07T07:34:49.300Z | Compiling foreign-types v0.3.2 |
1093 | 2024-08-07T07:34:49.379Z | Compiling form_urlencoded v1.2.1 |
1094 | 2024-08-07T07:34:49.543Z | Compiling pem-rfc7468 v0.7.0 |
1095 | 2024-08-07T07:34:49.635Z | Compiling rustls v0.21.12 |
1096 | 2024-08-07T07:34:49.690Z | Compiling native-tls v0.2.11 |
1097 | 2024-08-07T07:34:49.893Z | Compiling crossbeam-utils v0.8.19 |
1098 | 2024-08-07T07:34:50.009Z | Compiling try-lock v0.2.5 |
1099 | 2024-08-07T07:34:50.106Z | Compiling time v0.3.36 |
1100 | 2024-08-07T07:34:50.141Z | Compiling flagset v0.4.5 |
1101 | 2024-08-07T07:34:50.180Z | Compiling siphasher v0.3.11 |
1102 | 2024-08-07T07:34:50.330Z | Compiling want v0.3.1 |
1103 | 2024-08-07T07:34:50.609Z | Compiling serde_derive_internals v0.29.1 |
1104 | 2024-08-07T07:34:51.020Z | Compiling idna v0.5.0 |
1105 | 2024-08-07T07:34:51.246Z | Compiling lazy_static v1.5.0 |
1106 | 2024-08-07T07:34:51.366Z | Compiling cookie v0.17.0 |
1107 | 2024-08-07T07:34:51.664Z | Compiling aho-corasick v1.1.3 |
1108 | 2024-08-07T07:34:51.995Z | Compiling finl_unicode v1.2.0 |
1109 | 2024-08-07T07:34:52.567Z | Compiling regex-syntax v0.8.3 |
1110 | 2024-08-07T07:34:52.592Z | Compiling adler v1.0.2 |
1111 | 2024-08-07T07:34:52.819Z | Compiling cpufeatures v0.2.12 |
1112 | 2024-08-07T07:34:52.912Z | Compiling openssl-probe v0.1.5 |
1113 | 2024-08-07T07:34:53.305Z | Compiling slog v2.7.0 |
1114 | 2024-08-07T07:34:53.328Z | Compiling signal-hook v0.3.17 |
1115 | 2024-08-07T07:34:53.602Z | Compiling schemars v0.8.21 |
1116 | 2024-08-07T07:34:53.822Z | Compiling tower-service v0.3.2 |
1117 | 2024-08-07T07:34:53.939Z | Compiling httpdate v1.0.3 |
1118 | 2024-08-07T07:34:54.111Z | Compiling miniz_oxide v0.7.2 |
1119 | 2024-08-07T07:34:54.399Z | Compiling stringprep v0.1.4 |
1120 | 2024-08-07T07:34:55.237Z | Compiling url v2.5.2 |
1121 | 2024-08-07T07:34:55.525Z | Compiling serde_derive v1.0.204 |
1122 | 2024-08-07T07:34:55.572Z | Compiling zeroize_derive v1.4.2 |
1123 | 2024-08-07T07:34:55.643Z | Compiling zerocopy-derive v0.7.34 |
1124 | 2024-08-07T07:34:57.096Z | Compiling tokio-macros v2.3.0 |
1125 | 2024-08-07T07:34:57.163Z | Compiling thiserror-impl v1.0.63 |
1126 | 2024-08-07T07:34:57.179Z | Compiling zeroize v1.7.0 |
1127 | 2024-08-07T07:34:57.877Z | Compiling zerocopy v0.7.34 |
1128 | 2024-08-07T07:34:57.895Z | Compiling futures-macro v0.3.30 |
1129 | 2024-08-07T07:34:58.690Z | Compiling tracing-attributes v0.1.27 |
1130 | 2024-08-07T07:34:59.087Z | Compiling crypto-common v0.1.6 |
1131 | 2024-08-07T07:34:59.204Z | Compiling block-buffer v0.10.4 |
1132 | 2024-08-07T07:34:59.318Z | Compiling scroll_derive v0.12.0 |
1133 | 2024-08-07T07:34:59.571Z | Compiling digest v0.10.7 |
1134 | 2024-08-07T07:34:59.909Z | Compiling futures-util v0.3.30 |
1135 | 2024-08-07T07:35:00.040Z | Compiling hashbrown v0.14.5 |
1136 | 2024-08-07T07:35:00.066Z | Compiling hmac v0.12.1 |
1137 | 2024-08-07T07:35:00.308Z | Compiling openssl-macros v0.1.1 |
1138 | 2024-08-07T07:35:00.540Z | Compiling thiserror v1.0.63 |
1139 | 2024-08-07T07:35:00.680Z | Compiling pest v2.7.10 |
1140 | 2024-08-07T07:35:00.776Z | Compiling scroll v0.12.0 |
1141 | 2024-08-07T07:35:01.075Z | Compiling der_derive v0.7.2 |
1142 | 2024-08-07T07:35:01.308Z | Compiling goblin v0.8.2 |
1143 | 2024-08-07T07:35:01.479Z | Compiling sct v0.7.1 |
1144 | 2024-08-07T07:35:01.793Z | Compiling rustls-webpki v0.101.7 |
1145 | 2024-08-07T07:35:02.587Z | Compiling tracing v0.1.40 |
1146 | 2024-08-07T07:35:03.162Z | Compiling md-5 v0.10.6 |
1147 | 2024-08-07T07:35:03.397Z | Compiling pest_meta v2.7.10 |
1148 | 2024-08-07T07:35:03.639Z | Compiling der v0.7.9 |
1149 | 2024-08-07T07:35:03.748Z | Compiling sha2 v0.10.8 |
1150 | 2024-08-07T07:35:03.790Z | Compiling regex-automata v0.4.6 |
1151 | 2024-08-07T07:35:06.063Z | Compiling pest_generator v2.7.10 |
1152 | 2024-08-07T07:35:06.903Z | Compiling spki v0.7.3 |
1153 | 2024-08-07T07:35:07.291Z | Compiling schemars_derive v0.8.21 |
1154 | 2024-08-07T07:35:08.117Z | Compiling num-integer v0.1.46 |
1155 | 2024-08-07T07:35:08.423Z | Compiling pest_derive v2.7.10 |
1156 | 2024-08-07T07:35:08.803Z | Compiling idna v0.3.0 |
1157 | 2024-08-07T07:35:08.891Z | Compiling backtrace v0.3.71 |
1158 | 2024-08-07T07:35:09.231Z | Compiling dtrace-parser v0.2.0 |
1159 | 2024-08-07T07:35:09.333Z | Compiling hash32 v0.2.1 |
1160 | 2024-08-07T07:35:09.693Z | Compiling psl-types v2.0.11 |
1161 | 2024-08-07T07:35:09.885Z | Compiling bytes v1.7.1 |
1162 | 2024-08-07T07:35:10.240Z | Compiling bitflags v2.6.0 |
1163 | 2024-08-07T07:35:10.679Z | Compiling indexmap v2.3.0 |
1164 | 2024-08-07T07:35:10.703Z | Compiling semver v1.0.23 |
1165 | 2024-08-07T07:35:11.197Z | Compiling tokio v1.38.1 |
1166 | 2024-08-07T07:35:11.403Z | Compiling http v0.2.12 |
1167 | 2024-08-07T07:35:11.468Z | Compiling uuid v1.10.0 |
1168 | 2024-08-07T07:35:11.831Z | Compiling rustc_version v0.4.0 |
1169 | 2024-08-07T07:35:12.108Z | Compiling chrono v0.4.38 |
1170 | 2024-08-07T07:35:12.636Z | Compiling heapless v0.7.17 |
1171 | 2024-08-07T07:35:12.871Z | Compiling dof v0.3.0 |
1172 | 2024-08-07T07:35:13.156Z | Compiling http-body v0.4.6 |
1173 | 2024-08-07T07:35:13.699Z | Compiling usdt-impl v0.5.0 |
1174 | 2024-08-07T07:35:13.976Z | Compiling toml_datetime v0.6.8 |
1175 | 2024-08-07T07:35:14.492Z | Compiling serde_tokenstream v0.2.1 |
1176 | 2024-08-07T07:35:15.015Z | Compiling serde_spanned v0.6.7 |
1177 | 2024-08-07T07:35:15.064Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-08-07T07:35:15.146Z | Compiling fallible-iterator v0.2.0 |
1179 | 2024-08-07T07:35:15.167Z | Compiling crc32fast v1.4.0 |
1180 | 2024-08-07T07:35:15.257Z | Compiling dyn-clone v1.0.17 |
1181 | 2024-08-07T07:35:15.260Z | Compiling gimli v0.28.1 |
1182 | 2024-08-07T07:35:15.469Z | Compiling base64 v0.22.1 |
1183 | 2024-08-07T07:35:15.687Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1184 | 2024-08-07T07:35:15.887Z | Compiling smoltcp v0.9.1 |
1185 | 2024-08-07T07:35:15.964Z | Compiling postgres-protocol v0.6.7 |
1186 | 2024-08-07T07:35:16.826Z | Compiling terminal_size v0.3.0 |
1187 | 2024-08-07T07:35:16.855Z | Compiling publicsuffix v2.2.3 |
1188 | 2024-08-07T07:35:17.117Z | Compiling pkcs8 v0.10.2 |
1189 | 2024-08-07T07:35:17.367Z | Compiling hubpack_derive v0.1.1 |
1190 | 2024-08-07T07:35:17.710Z | Compiling block-padding v0.3.3 |
1191 | 2024-08-07T07:35:17.873Z | Compiling async-trait v0.1.81 |
1192 | 2024-08-07T07:35:17.942Z | Compiling zerocopy-derive v0.6.6 |
1193 | 2024-08-07T07:35:19.157Z | Compiling phf_shared v0.11.2 |
1194 | 2024-08-07T07:35:19.181Z | Compiling diesel_table_macro_syntax v0.1.0 |
1195 | 2024-08-07T07:35:19.525Z | Compiling tokio-util v0.7.11 |
1196 | 2024-08-07T07:35:20.022Z | Compiling tokio-native-tls v0.3.1 |
1197 | 2024-08-07T07:35:20.131Z | Compiling addr2line v0.21.0 |
1198 | 2024-08-07T07:35:20.222Z | Compiling tokio-rustls v0.24.1 |
1199 | 2024-08-07T07:35:20.254Z | Compiling ff v0.13.0 |
1200 | 2024-08-07T07:35:20.306Z | Compiling scheduled-thread-pool v0.2.7 |
1201 | 2024-08-07T07:35:20.472Z | Compiling h2 v0.3.26 |
1202 | 2024-08-07T07:35:20.623Z | Compiling fs-err v2.11.0 |
1203 | 2024-08-07T07:35:20.662Z | Compiling object v0.32.2 |
1204 | 2024-08-07T07:35:20.793Z | Compiling matches v0.1.10 |
1205 | 2024-08-07T07:35:20.850Z | Compiling either v1.13.0 |
1206 | 2024-08-07T07:35:20.881Z | Compiling rustc-demangle v0.1.24 |
1207 | 2024-08-07T07:35:20.916Z | Compiling managed v0.8.0 |
1208 | 2024-08-07T07:35:20.934Z | Compiling bitflags v1.3.2 |
1209 | 2024-08-07T07:35:21.036Z | Compiling ipnet v2.9.0 |
1210 | 2024-08-07T07:35:21.259Z | Compiling base64 v0.21.7 |
1211 | 2024-08-07T07:35:21.350Z | Compiling anyhow v1.0.86 |
1212 | 2024-08-07T07:35:21.830Z | Compiling bit-vec v0.6.3 |
1213 | 2024-08-07T07:35:21.984Z | Compiling base16ct v0.2.0 |
1214 | 2024-08-07T07:35:22.001Z | Compiling regex-automata v0.1.10 |
1215 | 2024-08-07T07:35:22.193Z | Compiling winnow v0.5.40 |
1216 | 2024-08-07T07:35:22.253Z | Compiling clap_builder v4.5.13 |
1217 | 2024-08-07T07:35:22.272Z | Compiling sec1 v0.7.3 |
1218 | 2024-08-07T07:35:22.458Z | Compiling bstr v0.2.17 |
1219 | 2024-08-07T07:35:22.481Z | Compiling rustls-pemfile v1.0.4 |
1220 | 2024-08-07T07:35:23.039Z | Compiling idna v0.2.3 |
1221 | 2024-08-07T07:35:23.987Z | Compiling r2d2 v0.8.10 |
1222 | 2024-08-07T07:35:24.367Z | Compiling group v0.13.0 |
1223 | 2024-08-07T07:35:24.690Z | Compiling zerocopy v0.6.6 |
1224 | 2024-08-07T07:35:24.715Z | Compiling diesel_derives v2.1.4 |
1225 | 2024-08-07T07:35:24.995Z | Compiling phf v0.11.2 |
1226 | 2024-08-07T07:35:25.281Z | Compiling signal-hook-mio v0.2.3 |
1227 | 2024-08-07T07:35:25.439Z | Compiling hubpack v0.1.2 |
1228 | 2024-08-07T07:35:25.560Z | Compiling ipnetwork v0.20.0 |
1229 | 2024-08-07T07:35:25.881Z | Compiling toml_edit v0.19.15 |
1230 | 2024-08-07T07:35:26.056Z | Compiling inout v0.1.3 |
1231 | 2024-08-07T07:35:26.325Z | Compiling cookie_store v0.20.0 |
1232 | 2024-08-07T07:35:26.440Z | Compiling postgres-types v0.2.7 |
1233 | 2024-08-07T07:35:27.023Z | Compiling usdt-attr-macro v0.5.0 |
1234 | 2024-08-07T07:35:27.834Z | Compiling hyper v0.14.30 |
1235 | 2024-08-07T07:35:27.941Z | Compiling usdt-macro v0.5.0 |
1236 | 2024-08-07T07:35:28.665Z | Compiling serde_urlencoded v0.7.1 |
1237 | 2024-08-07T07:35:29.176Z | Compiling regex v1.10.6 |
1238 | 2024-08-07T07:35:29.454Z | Compiling num-bigint v0.4.5 |
1239 | 2024-08-07T07:35:30.254Z | Compiling futures-executor v0.3.30 |
1240 | 2024-08-07T07:35:30.827Z | Compiling enum-as-inner v0.5.1 |
1241 | 2024-08-07T07:35:31.065Z | Compiling hkdf v0.12.4 |
1242 | 2024-08-07T07:35:31.325Z | Compiling crypto-bigint v0.5.5 |
1243 | 2024-08-07T07:35:31.435Z | Compiling strum_macros v0.25.3 |
1244 | 2024-08-07T07:35:31.547Z | Compiling serde_repr v0.1.19 |
1245 | 2024-08-07T07:35:31.912Z | Compiling clap_derive v4.5.13 |
1246 | 2024-08-07T07:35:32.747Z | Compiling phf_shared v0.10.0 |
1247 | 2024-08-07T07:35:33.188Z | Compiling float-cmp v0.9.0 |
1248 | 2024-08-07T07:35:33.411Z | Compiling encoding_rs v0.8.34 |
1249 | 2024-08-07T07:35:33.834Z | Compiling new_debug_unreachable v1.0.6 |
1250 | 2024-08-07T07:35:33.925Z | Compiling mime v0.3.17 |
1251 | 2024-08-07T07:35:34.516Z | Compiling hyper-rustls v0.24.2 |
1252 | 2024-08-07T07:35:34.864Z | Compiling hyper-tls v0.5.0 |
1253 | 2024-08-07T07:35:35.226Z | Compiling webpki-roots v0.25.4 |
1254 | 2024-08-07T07:35:35.394Z | Compiling sync_wrapper v0.1.2 |
1255 | 2024-08-07T07:35:35.526Z | Compiling predicates-core v1.0.6 |
1256 | 2024-08-07T07:35:35.562Z | Compiling minimal-lexical v0.2.1 |
1257 | 2024-08-07T07:35:35.878Z | Compiling unicode-segmentation v1.11.0 |
1258 | 2024-08-07T07:35:36.094Z | Compiling fixedbitset v0.4.2 |
1259 | 2024-08-07T07:35:36.532Z | Compiling data-encoding v2.6.0 |
1260 | 2024-08-07T07:35:36.749Z | Compiling difflib v0.4.0 |
1261 | 2024-08-07T07:35:37.065Z | Compiling normalize-line-endings v0.3.0 |
1262 | 2024-08-07T07:35:37.140Z | Compiling whoami v1.5.1 |
1263 | 2024-08-07T07:35:37.185Z | Compiling static_assertions v1.1.0 |
1264 | 2024-08-07T07:35:37.285Z | Compiling precomputed-hash v0.1.1 |
1265 | 2024-08-07T07:35:37.375Z | Compiling toml_edit v0.22.20 |
1266 | 2024-08-07T07:35:37.400Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-07T07:35:37.610Z | Compiling tokio-postgres v0.7.11 |
1268 | 2024-08-07T07:35:37.765Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1269 | 2024-08-07T07:35:37.768Z | Compiling trust-dns-proto v0.22.0 |
1270 | 2024-08-07T07:35:37.832Z | Compiling predicates v3.1.2 |
1271 | 2024-08-07T07:35:38.379Z | Compiling diesel v2.1.6 |
1272 | 2024-08-07T07:35:38.948Z | Compiling clap v4.5.13 |
1273 | 2024-08-07T07:35:39.072Z | Compiling similar v2.5.0 |
1274 | 2024-08-07T07:35:39.581Z | Compiling petgraph v0.6.5 |
1275 | 2024-08-07T07:35:40.423Z | Compiling nom v7.1.3 |
1276 | 2024-08-07T07:35:41.589Z | Compiling reqwest v0.11.27 |
1277 | 2024-08-07T07:35:43.405Z | Compiling elliptic-curve v0.13.8 |
1278 | 2024-08-07T07:35:43.559Z | Compiling console v0.15.8 |
1279 | 2024-08-07T07:35:44.075Z | Compiling usdt v0.5.0 |
1280 | 2024-08-07T07:35:44.122Z | Compiling yasna v0.5.2 |
1281 | 2024-08-07T07:35:44.200Z | Compiling futures v0.3.30 |
1282 | 2024-08-07T07:35:44.319Z | Compiling toml v0.7.8 |
1283 | 2024-08-07T07:35:45.078Z | Compiling flate2 v1.0.31 |
1284 | 2024-08-07T07:35:45.451Z | Compiling cipher v0.4.4 |
1285 | 2024-08-07T07:35:45.631Z | Compiling crossterm v0.27.0 |
1286 | 2024-08-07T07:35:46.010Z | Compiling bit-set v0.5.3 |
1287 | 2024-08-07T07:35:46.013Z | Compiling itertools v0.12.1 |
1288 | 2024-08-07T07:35:46.043Z | Compiling itertools v0.10.5 |
1289 | 2024-08-07T07:35:46.196Z | Compiling tokio-stream v0.1.15 |
1290 | 2024-08-07T07:35:46.281Z | Compiling openapiv3 v2.0.0 |
1291 | 2024-08-07T07:35:46.802Z | Compiling hex v0.4.3 |
1292 | 2024-08-07T07:35:47.128Z | Compiling bstr v1.9.1 |
1293 | 2024-08-07T07:35:47.399Z | Compiling num-iter v0.1.45 |
1294 | 2024-08-07T07:35:47.581Z | Compiling crossbeam-epoch v0.9.18 |
1295 | 2024-08-07T07:35:48.383Z | Compiling dirs-sys-next v0.1.2 |
1296 | 2024-08-07T07:35:48.858Z | Compiling unicode-xid v0.2.4 |
1297 | 2024-08-07T07:35:48.927Z | Compiling peg-runtime v0.8.3 |
1298 | 2024-08-07T07:35:49.021Z | Compiling lalrpop-util v0.19.12 |
1299 | 2024-08-07T07:35:49.045Z | Compiling dirs-next v2.0.0 |
1300 | 2024-08-07T07:35:49.199Z | Compiling thread_local v1.1.8 |
1301 | 2024-08-07T07:35:49.238Z | Compiling slog-async v2.8.0 |
1302 | 2024-08-07T07:35:49.344Z | Compiling term v0.7.0 |
1303 | 2024-08-07T07:35:49.362Z | Compiling xattr v1.3.1 |
1304 | 2024-08-07T07:35:49.555Z | Compiling crossbeam-channel v0.5.12 |
1305 | 2024-08-07T07:35:49.624Z | Compiling strum_macros v0.26.4 |
1306 | 2024-08-07T07:35:49.743Z | Compiling filetime v0.2.23 |
1307 | 2024-08-07T07:35:49.828Z | Compiling is-terminal v0.4.12 |
1308 | 2024-08-07T07:35:49.957Z | Compiling take_mut v0.2.2 |
1309 | 2024-08-07T07:35:50.043Z | Compiling slog-term v2.9.1 |
1310 | 2024-08-07T07:35:50.103Z | Compiling tar v0.4.41 |
1311 | 2024-08-07T07:35:50.689Z | Compiling camino v1.1.7 |
1312 | 2024-08-07T07:35:53.201Z | Compiling strum v0.26.3 |
1313 | 2024-08-07T07:36:04.328Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1314 | 2024-08-07T07:36:04.566Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1315 | 2024-08-07T07:36:09.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1316 | 2024-08-07T07:36:09.953Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1317 | 2024-08-07T07:36:09.994Z | Aug 07 07:36:08.662 INFO Starting download, target: Clickhouse |
1318 | 2024-08-07T07:36:09.994Z | Aug 07 07:36:08.662 INFO Starting download, target: Cockroach |
1319 | 2024-08-07T07:36:09.994Z | Aug 07 07:36:08.662 INFO Starting download, target: Console |
1320 | 2024-08-07T07:36:09.997Z | Aug 07 07:36:08.662 INFO Starting download, target: DendriteOpenapi |
1321 | 2024-08-07T07:36:09.997Z | Aug 07 07:36:08.663 INFO Starting download, target: DendriteStub |
1322 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Starting download, target: MaghemiteMgd |
1323 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Starting download, target: TransceiverControl |
1324 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1325 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1326 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1327 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1328 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.663 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1329 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1330 | 2024-08-07T07:36:09.998Z | Aug 07 07:36:08.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1331 | 2024-08-07T07:36:10.151Z | Aug 07 07:36:08.808 INFO Download complete, target: DendriteOpenapi |
1332 | 2024-08-07T07:36:10.191Z | Aug 07 07:36:08.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1333 | 2024-08-07T07:36:10.590Z | Aug 07 07:36:09.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1334 | 2024-08-07T07:36:10.618Z | Aug 07 07:36:09.285 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1335 | 2024-08-07T07:36:10.723Z | Aug 07 07:36:09.391 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1336 | 2024-08-07T07:36:10.998Z | Aug 07 07:36:09.665 INFO Download complete, target: TransceiverControl |
1337 | 2024-08-07T07:36:11.015Z | Aug 07 07:36:09.683 INFO Download complete, target: Console |
1338 | 2024-08-07T07:36:12.020Z | Aug 07 07:36:10.687 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1339 | 2024-08-07T07:36:12.584Z | Aug 07 07:36:11.251 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1340 | 2024-08-07T07:36:12.584Z | Aug 07 07:36:11.251 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1341 | 2024-08-07T07:36:13.701Z | Aug 07 07:36:12.365 INFO Download complete, target: DendriteStub |
1342 | 2024-08-07T07:36:14.143Z | Aug 07 07:36:12.810 INFO Download complete, target: MaghemiteMgd |
1343 | 2024-08-07T07:36:21.118Z | Aug 07 07:36:19.783 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1344 | 2024-08-07T07:36:21.434Z | Aug 07 07:36:20.099 INFO Checking that binary works, target: Cockroach |
1345 | 2024-08-07T07:36:21.637Z | Aug 07 07:36:20.302 INFO Download complete, target: Cockroach |
1346 | 2024-08-07T07:36:26.767Z | Aug 07 07:36:25.431 INFO Checking that binary works, target: Clickhouse |
1347 | 2024-08-07T07:36:27.060Z | Aug 07 07:36:25.724 INFO Download complete, target: Clickhouse |
1348 | 2024-08-07T07:36:27.077Z | All builder prerequisites installed successfully, and PATH looks valid |
1349 | 2024-08-07T07:36:27.080Z | |
1350 | 2024-08-07T07:36:27.080Z | real 4:24.600239503 |
1351 | 2024-08-07T07:36:27.080Z | user 11:38.087868256 |
1352 | 2024-08-07T07:36:27.080Z | sys 2:26.541566972 |
1353 | 2024-08-07T07:36:27.080Z | trap 0.416935220 |
1354 | 2024-08-07T07:36:27.080Z | tflt 4.788478024 |
1355 | 2024-08-07T07:36:27.080Z | dflt 5.535308157 |
1356 | 2024-08-07T07:36:27.080Z | kflt 0.136915138 |
1357 | 2024-08-07T07:36:27.080Z | lock 22:45.752545482 |
1358 | 2024-08-07T07:36:27.080Z | slp 46:11.113933401 |
1359 | 2024-08-07T07:36:27.080Z | lat 40.731116607 |
1360 | 2024-08-07T07:36:27.080Z | stop 1:36.274032804 |
1361 | 2024-08-07T07:36:27.080Z | + banner hack-check |
1362 | 2024-08-07T07:36:27.080Z | |
1363 | 2024-08-07T07:36:27.080Z | # # ## #### # # #### # # ###### #### # # |
1364 | 2024-08-07T07:36:27.080Z | # # # # # # # # # # # # # # # # # |
1365 | 2024-08-07T07:36:27.081Z | ###### # # # #### ##### # ###### ##### # #### |
1366 | 2024-08-07T07:36:27.081Z | # # ###### # # # # # # # # # # |
1367 | 2024-08-07T07:36:27.081Z | # # # # # # # # # # # # # # # # # |
1368 | 2024-08-07T07:36:27.081Z | # # # # #### # # #### # # ###### #### # # |
1369 | 2024-08-07T07:36:27.081Z | |
1370 | 2024-08-07T07:36:27.084Z | + export CARGO_INCREMENTAL=0 |
1371 | 2024-08-07T07:36:27.084Z | + CARGO_INCREMENTAL=0 |
1372 | 2024-08-07T07:36:27.084Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1373 | 2024-08-07T07:36:27.594Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1374 | 2024-08-07T07:36:30.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s |
1375 | 2024-08-07T07:36:30.938Z | Running `target/debug/xtask check-features --ci` |
1376 | 2024-08-07T07:36:30.957Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1377 | 2024-08-07T07:36:30.957Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1378 | 2024-08-07T07:36:31.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1379 | 2024-08-07T07:36:31.438Z | Running `target/debug/xtask download cargo-hack` |
1380 | 2024-08-07T07:36:32.188Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1381 | 2024-08-07T07:36:32.532Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1382 | 2024-08-07T07:36:36.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s |
1383 | 2024-08-07T07:36:36.991Z | Running `target/debug/xtask-downloader cargo-hack` |
1384 | 2024-08-07T07:36:37.023Z | Aug 07 07:36:35.684 INFO Starting download, target: CargoHack |
1385 | 2024-08-07T07:36:37.033Z | Aug 07 07:36:35.685 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1386 | 2024-08-07T07:36:37.631Z | Aug 07 07:36:36.293 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1387 | 2024-08-07T07:36:37.736Z | Aug 07 07:36:36.398 INFO Download complete, target: CargoHack |
1388 | 2024-08-07T07:36:37.740Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1389 | 2024-08-07T07:36:37.756Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1390 | 2024-08-07T07:36:37.899Z | info: running `cargo check --bins` on api_identity (1/147) |
1391 | 2024-08-07T07:36:38.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1392 | 2024-08-07T07:36:38.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1393 | 2024-08-07T07:36:38.412Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1394 | 2024-08-07T07:36:38.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1395 | 2024-08-07T07:36:38.464Z | |
1396 | 2024-08-07T07:36:38.464Z | info: running `cargo check --bins` on bootstore (2/147) |
1397 | 2024-08-07T07:36:39.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1398 | 2024-08-07T07:36:39.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1399 | 2024-08-07T07:36:39.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1400 | 2024-08-07T07:36:39.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1401 | 2024-08-07T07:36:39.068Z | |
1402 | 2024-08-07T07:36:39.068Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1403 | 2024-08-07T07:36:39.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-07T07:36:39.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-07T07:36:39.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-07T07:36:39.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1407 | 2024-08-07T07:36:39.649Z | |
1408 | 2024-08-07T07:36:39.649Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1409 | 2024-08-07T07:36:40.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-07T07:36:40.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-07T07:36:40.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-07T07:36:40.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1413 | 2024-08-07T07:36:40.241Z | |
1414 | 2024-08-07T07:36:40.241Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1415 | 2024-08-07T07:36:40.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-07T07:36:40.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-07T07:36:40.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-07T07:36:40.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1419 | 2024-08-07T07:36:40.671Z | |
1420 | 2024-08-07T07:36:40.671Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1421 | 2024-08-07T07:36:41.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-07T07:36:41.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-07T07:36:41.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-07T07:36:41.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1425 | 2024-08-07T07:36:41.110Z | |
1426 | 2024-08-07T07:36:41.110Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1427 | 2024-08-07T07:36:41.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-07T07:36:41.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-07T07:36:41.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-07T07:36:41.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1431 | 2024-08-07T07:36:41.553Z | |
1432 | 2024-08-07T07:36:41.553Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1433 | 2024-08-07T07:36:41.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-07T07:36:41.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-07T07:36:41.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-07T07:36:41.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1437 | 2024-08-07T07:36:41.991Z | |
1438 | 2024-08-07T07:36:41.991Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1439 | 2024-08-07T07:36:42.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-07T07:36:42.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-07T07:36:42.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-07T07:36:42.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1443 | 2024-08-07T07:36:42.430Z | |
1444 | 2024-08-07T07:36:42.430Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1445 | 2024-08-07T07:36:42.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-07T07:36:42.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-07T07:36:42.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-07T07:36:42.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1449 | 2024-08-07T07:36:42.863Z | |
1450 | 2024-08-07T07:36:42.863Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1451 | 2024-08-07T07:36:43.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-07T07:36:43.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-07T07:36:43.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-07T07:36:43.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1455 | 2024-08-07T07:36:43.297Z | |
1456 | 2024-08-07T07:36:43.297Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1457 | 2024-08-07T07:36:43.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-07T07:36:43.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-07T07:36:43.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-07T07:36:43.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1461 | 2024-08-07T07:36:43.732Z | |
1462 | 2024-08-07T07:36:43.732Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1463 | 2024-08-07T07:36:44.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-07T07:36:44.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-07T07:36:44.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-07T07:36:44.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1467 | 2024-08-07T07:36:44.164Z | |
1468 | 2024-08-07T07:36:44.164Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1469 | 2024-08-07T07:36:44.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-07T07:36:44.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-07T07:36:44.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-07T07:36:44.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1473 | 2024-08-07T07:36:44.596Z | |
1474 | 2024-08-07T07:36:44.596Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1475 | 2024-08-07T07:36:44.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-07T07:36:44.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-07T07:36:44.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-07T07:36:44.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1479 | 2024-08-07T07:36:45.026Z | |
1480 | 2024-08-07T07:36:45.026Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1481 | 2024-08-07T07:36:45.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-07T07:36:45.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-07T07:36:45.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-07T07:36:45.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1485 | 2024-08-07T07:36:45.455Z | |
1486 | 2024-08-07T07:36:45.455Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1487 | 2024-08-07T07:36:45.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-07T07:36:45.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-07T07:36:45.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-07T07:36:45.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1491 | 2024-08-07T07:36:45.882Z | |
1492 | 2024-08-07T07:36:45.882Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1493 | 2024-08-07T07:36:46.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-07T07:36:46.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-07T07:36:46.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-07T07:36:46.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1497 | 2024-08-07T07:36:46.316Z | |
1498 | 2024-08-07T07:36:46.316Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1499 | 2024-08-07T07:36:46.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-07T07:36:46.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-07T07:36:46.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-07T07:36:46.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1503 | 2024-08-07T07:36:46.755Z | |
1504 | 2024-08-07T07:36:46.755Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1505 | 2024-08-07T07:36:47.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-07T07:36:47.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-07T07:36:47.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-07T07:36:47.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1509 | 2024-08-07T07:36:47.187Z | |
1510 | 2024-08-07T07:36:47.187Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1511 | 2024-08-07T07:36:47.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-07T07:36:47.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-07T07:36:47.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-07T07:36:47.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1515 | 2024-08-07T07:36:47.619Z | |
1516 | 2024-08-07T07:36:47.619Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1517 | 2024-08-07T07:36:48.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-07T07:36:48.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-07T07:36:48.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-07T07:36:48.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1521 | 2024-08-07T07:36:48.056Z | |
1522 | 2024-08-07T07:36:48.056Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1523 | 2024-08-07T07:36:48.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-07T07:36:48.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-07T07:36:48.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-07T07:36:48.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1527 | 2024-08-07T07:36:48.494Z | |
1528 | 2024-08-07T07:36:48.494Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1529 | 2024-08-07T07:36:48.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-07T07:36:48.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-07T07:36:48.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-07T07:36:48.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1533 | 2024-08-07T07:36:48.919Z | |
1534 | 2024-08-07T07:36:48.919Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1535 | 2024-08-07T07:36:49.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-07T07:36:49.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-07T07:36:49.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-07T07:36:49.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1539 | 2024-08-07T07:36:49.510Z | |
1540 | 2024-08-07T07:36:49.510Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1541 | 2024-08-07T07:36:50.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-07T07:36:50.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-07T07:36:50.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-07T07:36:50.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1545 | 2024-08-07T07:36:50.104Z | |
1546 | 2024-08-07T07:36:50.104Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1547 | 2024-08-07T07:36:50.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-07T07:36:50.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-07T07:36:50.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-08-07T07:36:50.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1551 | 2024-08-07T07:36:50.704Z | |
1552 | 2024-08-07T07:36:50.704Z | info: running `cargo check --bins` on oxlog (28/147) |
1553 | 2024-08-07T07:36:51.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-08-07T07:36:51.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-08-07T07:36:51.275Z | Checking cfg-if v1.0.0 |
1556 | 2024-08-07T07:36:51.278Z | Checking libc v0.2.155 |
1557 | 2024-08-07T07:36:51.367Z | Checking memchr v2.7.2 |
1558 | 2024-08-07T07:36:51.377Z | Checking serde v1.0.204 |
1559 | 2024-08-07T07:36:51.377Z | Checking scopeguard v1.2.0 |
1560 | 2024-08-07T07:36:51.393Z | Checking byteorder v1.5.0 |
1561 | 2024-08-07T07:36:51.393Z | Checking log v0.4.21 |
1562 | 2024-08-07T07:36:51.415Z | Checking itoa v1.0.11 |
1563 | 2024-08-07T07:36:51.427Z | Checking zeroize v1.7.0 |
1564 | 2024-08-07T07:36:51.493Z | Checking lock_api v0.4.12 |
1565 | 2024-08-07T07:36:51.615Z | Checking smallvec v1.13.2 |
1566 | 2024-08-07T07:36:51.670Z | Checking once_cell v1.19.0 |
1567 | 2024-08-07T07:36:51.684Z | Checking pin-project-lite v0.2.14 |
1568 | 2024-08-07T07:36:51.767Z | Checking typenum v1.17.0 |
1569 | 2024-08-07T07:36:51.795Z | Checking zerocopy v0.7.34 |
1570 | 2024-08-07T07:36:51.902Z | Checking spin v0.9.8 |
1571 | 2024-08-07T07:36:51.938Z | Checking tinyvec_macros v0.1.1 |
1572 | 2024-08-07T07:36:51.952Z | Checking futures-core v0.3.30 |
1573 | 2024-08-07T07:36:52.014Z | Checking tinyvec v1.6.0 |
1574 | 2024-08-07T07:36:52.115Z | Checking libm v0.2.8 |
1575 | 2024-08-07T07:36:52.232Z | Checking ryu v1.0.18 |
1576 | 2024-08-07T07:36:52.235Z | Checking const-oid v0.9.6 |
1577 | 2024-08-07T07:36:52.468Z | Checking subtle v2.5.0 |
1578 | 2024-08-07T07:36:52.515Z | Checking getrandom v0.2.14 |
1579 | 2024-08-07T07:36:52.723Z | Checking parking_lot_core v0.9.10 |
1580 | 2024-08-07T07:36:52.753Z | Checking rand_core v0.6.4 |
1581 | 2024-08-07T07:36:53.021Z | Checking signal-hook-registry v1.4.2 |
1582 | 2024-08-07T07:36:53.034Z | Checking parking_lot v0.12.2 |
1583 | 2024-08-07T07:36:53.055Z | Checking mio v0.8.11 |
1584 | 2024-08-07T07:36:53.070Z | Checking generic-array v0.14.7 |
1585 | 2024-08-07T07:36:53.140Z | Checking num_cpus v1.16.0 |
1586 | 2024-08-07T07:36:53.246Z | Checking socket2 v0.5.7 |
1587 | 2024-08-07T07:36:53.260Z | Checking ahash v0.8.11 |
1588 | 2024-08-07T07:36:53.335Z | Checking unicode-normalization v0.1.23 |
1589 | 2024-08-07T07:36:53.352Z | Checking num-traits v0.2.19 |
1590 | 2024-08-07T07:36:53.681Z | Checking unicode-bidi v0.3.15 |
1591 | 2024-08-07T07:36:53.732Z | Checking futures-sink v0.3.30 |
1592 | 2024-08-07T07:36:53.769Z | Checking allocator-api2 v0.2.18 |
1593 | 2024-08-07T07:36:53.861Z | Checking equivalent v1.0.1 |
1594 | 2024-08-07T07:36:53.959Z | Checking futures-channel v0.3.30 |
1595 | 2024-08-07T07:36:54.087Z | Checking slab v0.4.9 |
1596 | 2024-08-07T07:36:54.235Z | Checking futures-io v0.3.30 |
1597 | 2024-08-07T07:36:54.238Z | Checking crypto-common v0.1.6 |
1598 | 2024-08-07T07:36:54.289Z | Checking pin-utils v0.1.0 |
1599 | 2024-08-07T07:36:54.302Z | Checking futures-task v0.3.30 |
1600 | 2024-08-07T07:36:54.316Z | Checking block-buffer v0.10.4 |
1601 | 2024-08-07T07:36:54.381Z | Checking ppv-lite86 v0.2.17 |
1602 | 2024-08-07T07:36:54.391Z | Checking hashbrown v0.14.5 |
1603 | 2024-08-07T07:36:54.403Z | Checking percent-encoding v2.3.1 |
1604 | 2024-08-07T07:36:54.417Z | Checking tracing-core v0.1.32 |
1605 | 2024-08-07T07:36:54.519Z | Checking futures-util v0.3.30 |
1606 | 2024-08-07T07:36:54.519Z | Checking digest v0.10.7 |
1607 | 2024-08-07T07:36:54.597Z | Checking untrusted v0.9.0 |
1608 | 2024-08-07T07:36:54.742Z | Checking fnv v1.0.7 |
1609 | 2024-08-07T07:36:54.860Z | Checking ring v0.17.8 |
1610 | 2024-08-07T07:36:54.880Z | Checking thiserror v1.0.63 |
1611 | 2024-08-07T07:36:55.004Z | Checking base64ct v1.6.0 |
1612 | 2024-08-07T07:36:55.037Z | Checking tracing v0.1.40 |
1613 | 2024-08-07T07:36:55.050Z | Checking rand_chacha v0.3.1 |
1614 | 2024-08-07T07:36:55.053Z | Checking iana-time-zone v0.1.60 |
1615 | 2024-08-07T07:36:55.194Z | Checking foreign-types-shared v0.1.1 |
1616 | 2024-08-07T07:36:55.293Z | Checking powerfmt v0.2.0 |
1617 | 2024-08-07T07:36:55.369Z | Checking foreign-types v0.3.2 |
1618 | 2024-08-07T07:36:55.408Z | Checking rand v0.8.5 |
1619 | 2024-08-07T07:36:55.422Z | Checking pem-rfc7468 v0.7.0 |
1620 | 2024-08-07T07:36:55.453Z | Checking hmac v0.12.1 |
1621 | 2024-08-07T07:36:55.545Z | Checking form_urlencoded v1.2.1 |
1622 | 2024-08-07T07:36:55.556Z | Checking deranged v0.3.11 |
1623 | 2024-08-07T07:36:55.646Z | Checking openssl-sys v0.9.103 |
1624 | 2024-08-07T07:36:55.663Z | Checking num-conv v0.1.0 |
1625 | 2024-08-07T07:36:55.722Z | Checking time-core v0.1.2 |
1626 | 2024-08-07T07:36:55.864Z | Checking try-lock v0.2.5 |
1627 | 2024-08-07T07:36:55.906Z | Checking num_threads v0.1.7 |
1628 | 2024-08-07T07:36:55.979Z | Checking flagset v0.4.5 |
1629 | 2024-08-07T07:36:56.002Z | Checking siphasher v0.3.11 |
1630 | 2024-08-07T07:36:56.158Z | Checking unicode-ident v1.0.12 |
1631 | 2024-08-07T07:36:56.287Z | Checking bytes v1.7.1 |
1632 | 2024-08-07T07:36:56.302Z | Checking bitflags v2.6.0 |
1633 | 2024-08-07T07:36:56.313Z | Checking serde_json v1.0.122 |
1634 | 2024-08-07T07:36:56.591Z | Checking indexmap v2.3.0 |
1635 | 2024-08-07T07:36:56.637Z | Checking uuid v1.10.0 |
1636 | 2024-08-07T07:36:56.748Z | Checking chrono v0.4.38 |
1637 | 2024-08-07T07:36:56.952Z | Checking openssl v0.10.66 |
1638 | 2024-08-07T07:36:57.089Z | Checking tokio v1.38.1 |
1639 | 2024-08-07T07:36:57.237Z | Checking http v0.2.12 |
1640 | 2024-08-07T07:36:57.348Z | Checking time v0.3.36 |
1641 | 2024-08-07T07:36:57.851Z | Checking sct v0.7.1 |
1642 | 2024-08-07T07:36:57.943Z | Checking rustls-webpki v0.101.7 |
1643 | 2024-08-07T07:36:58.026Z | Checking proc-macro2 v1.0.86 |
1644 | 2024-08-07T07:36:58.578Z | Checking http-body v0.4.6 |
1645 | 2024-08-07T07:36:58.659Z | Checking der v0.7.9 |
1646 | 2024-08-07T07:36:58.675Z | Checking want v0.3.1 |
1647 | 2024-08-07T07:36:58.745Z | Checking idna v0.5.0 |
1648 | 2024-08-07T07:36:58.842Z | Checking httparse v1.8.0 |
1649 | 2024-08-07T07:36:58.946Z | Checking errno v0.3.9 |
1650 | 2024-08-07T07:36:59.115Z | Checking lazy_static v1.5.0 |
1651 | 2024-08-07T07:36:59.219Z | Checking aho-corasick v1.1.3 |
1652 | 2024-08-07T07:36:59.253Z | Checking scroll v0.12.0 |
1653 | 2024-08-07T07:36:59.522Z | Checking cpufeatures v0.2.12 |
1654 | 2024-08-07T07:36:59.611Z | Checking ucd-trie v0.1.6 |
1655 | 2024-08-07T07:36:59.626Z | Checking anstyle v1.0.8 |
1656 | 2024-08-07T07:36:59.707Z | Checking openssl-probe v0.1.5 |
1657 | 2024-08-07T07:36:59.813Z | Checking plain v0.2.3 |
1658 | 2024-08-07T07:36:59.854Z | Checking finl_unicode v1.2.0 |
1659 | 2024-08-07T07:36:59.934Z | Checking adler v1.0.2 |
1660 | 2024-08-07T07:36:59.950Z | Checking httpdate v1.0.3 |
1661 | 2024-08-07T07:36:59.962Z | Checking utf8parse v0.2.1 |
1662 | 2024-08-07T07:37:00.085Z | Checking regex-syntax v0.8.3 |
1663 | 2024-08-07T07:37:00.099Z | Checking tower-service v0.3.2 |
1664 | 2024-08-07T07:37:00.180Z | Checking anstyle-parse v0.2.4 |
1665 | 2024-08-07T07:37:00.202Z | Checking miniz_oxide v0.7.2 |
1666 | 2024-08-07T07:37:00.406Z | Checking stringprep v0.1.4 |
1667 | 2024-08-07T07:37:00.424Z | Checking goblin v0.8.2 |
1668 | 2024-08-07T07:37:00.437Z | Checking spki v0.7.3 |
1669 | 2024-08-07T07:37:00.680Z | Checking pest v2.7.10 |
1670 | 2024-08-07T07:37:00.704Z | Checking url v2.5.2 |
1671 | 2024-08-07T07:37:00.857Z | Checking sha2 v0.10.8 |
1672 | 2024-08-07T07:37:00.948Z | Checking rustix v0.38.34 |
1673 | 2024-08-07T07:37:01.431Z | Checking rustls v0.21.12 |
1674 | 2024-08-07T07:37:01.495Z | Checking quote v1.0.36 |
1675 | 2024-08-07T07:37:01.837Z | Checking serde_spanned v0.6.7 |
1676 | 2024-08-07T07:37:02.025Z | Checking toml_datetime v0.6.8 |
1677 | 2024-08-07T07:37:02.271Z | Checking num-integer v0.1.46 |
1678 | 2024-08-07T07:37:02.307Z | Checking native-tls v0.2.11 |
1679 | 2024-08-07T07:37:02.614Z | Checking md-5 v0.10.6 |
1680 | 2024-08-07T07:37:02.765Z | Checking idna v0.3.0 |
1681 | 2024-08-07T07:37:02.822Z | Checking hash32 v0.2.1 |
1682 | 2024-08-07T07:37:02.931Z | Checking pretty-hex v0.4.1 |
1683 | 2024-08-07T07:37:03.089Z | Checking fallible-iterator v0.2.0 |
1684 | 2024-08-07T07:37:03.105Z | Checking anstyle-query v1.0.3 |
1685 | 2024-08-07T07:37:03.192Z | Checking dyn-clone v1.0.17 |
1686 | 2024-08-07T07:37:03.218Z | Checking psl-types v2.0.11 |
1687 | 2024-08-07T07:37:03.221Z | Checking regex-automata v0.4.6 |
1688 | 2024-08-07T07:37:03.317Z | Checking base64 v0.22.1 |
1689 | 2024-08-07T07:37:03.385Z | Checking gimli v0.28.1 |
1690 | 2024-08-07T07:37:03.622Z | Checking colorchoice v1.0.1 |
1691 | 2024-08-07T07:37:03.671Z | Checking stable_deref_trait v1.2.0 |
1692 | 2024-08-07T07:37:03.743Z | Checking is_terminal_polyfill v1.70.0 |
1693 | 2024-08-07T07:37:03.765Z | Checking heapless v0.7.17 |
1694 | 2024-08-07T07:37:03.779Z | Checking postgres-protocol v0.6.7 |
1695 | 2024-08-07T07:37:03.852Z | Checking anstream v0.6.14 |
1696 | 2024-08-07T07:37:03.971Z | Checking tokio-util v0.7.11 |
1697 | 2024-08-07T07:37:04.195Z | Checking tokio-native-tls v0.3.1 |
1698 | 2024-08-07T07:37:04.444Z | Checking publicsuffix v2.2.3 |
1699 | 2024-08-07T07:37:04.458Z | Checking schemars v0.8.21 |
1700 | 2024-08-07T07:37:04.616Z | Checking tokio-rustls v0.24.1 |
1701 | 2024-08-07T07:37:04.681Z | Checking dtrace-parser v0.2.0 |
1702 | 2024-08-07T07:37:04.757Z | Checking terminal_size v0.3.0 |
1703 | 2024-08-07T07:37:04.805Z | Checking h2 v0.3.26 |
1704 | 2024-08-07T07:37:04.908Z | Checking syn v2.0.72 |
1705 | 2024-08-07T07:37:04.964Z | Checking pkcs8 v0.10.2 |
1706 | 2024-08-07T07:37:05.130Z | Checking cookie v0.17.0 |
1707 | 2024-08-07T07:37:05.211Z | Checking phf_shared v0.11.2 |
1708 | 2024-08-07T07:37:05.358Z | Checking dof v0.3.0 |
1709 | 2024-08-07T07:37:05.483Z | Checking signal-hook v0.3.17 |
1710 | 2024-08-07T07:37:05.544Z | Checking block-padding v0.3.3 |
1711 | 2024-08-07T07:37:05.751Z | Checking scheduled-thread-pool v0.2.7 |
1712 | 2024-08-07T07:37:05.805Z | Checking ff v0.13.0 |
1713 | 2024-08-07T07:37:05.937Z | Checking thread-id v4.2.1 |
1714 | 2024-08-07T07:37:05.959Z | Checking object v0.32.2 |
1715 | 2024-08-07T07:37:06.009Z | Checking base64 v0.21.7 |
1716 | 2024-08-07T07:37:06.033Z | Checking managed v0.8.0 |
1717 | 2024-08-07T07:37:06.119Z | Checking rustc-demangle v0.1.24 |
1718 | 2024-08-07T07:37:06.415Z | Checking bitflags v1.3.2 |
1719 | 2024-08-07T07:37:06.467Z | Checking either v1.13.0 |
1720 | 2024-08-07T07:37:06.503Z | Checking regex-automata v0.1.10 |
1721 | 2024-08-07T07:37:06.556Z | Checking clap_lex v0.7.0 |
1722 | 2024-08-07T07:37:06.803Z | Checking winnow v0.5.40 |
1723 | 2024-08-07T07:37:06.850Z | Checking base16ct v0.2.0 |
1724 | 2024-08-07T07:37:06.890Z | Checking ipnet v2.9.0 |
1725 | 2024-08-07T07:37:07.039Z | Checking matches v0.1.10 |
1726 | 2024-08-07T07:37:07.125Z | Checking bit-vec v0.6.3 |
1727 | 2024-08-07T07:37:07.191Z | Checking addr2line v0.21.0 |
1728 | 2024-08-07T07:37:07.352Z | Checking strsim v0.11.1 |
1729 | 2024-08-07T07:37:07.442Z | Checking idna v0.2.3 |
1730 | 2024-08-07T07:37:07.632Z | Checking clap_builder v4.5.13 |
1731 | 2024-08-07T07:37:07.717Z | Checking sec1 v0.7.3 |
1732 | 2024-08-07T07:37:07.791Z | Checking regex v1.10.6 |
1733 | 2024-08-07T07:37:08.065Z | Checking bstr v0.2.17 |
1734 | 2024-08-07T07:37:08.278Z | Checking smoltcp v0.9.1 |
1735 | 2024-08-07T07:37:08.372Z | Checking rustls-pemfile v1.0.4 |
1736 | 2024-08-07T07:37:08.561Z | Checking ipnetwork v0.20.0 |
1737 | 2024-08-07T07:37:08.893Z | Checking group v0.13.0 |
1738 | 2024-08-07T07:37:08.926Z | Checking r2d2 v0.8.10 |
1739 | 2024-08-07T07:37:09.148Z | Checking signal-hook-mio v0.2.3 |
1740 | 2024-08-07T07:37:09.239Z | Checking inout v0.1.3 |
1741 | 2024-08-07T07:37:09.286Z | Checking cookie_store v0.20.0 |
1742 | 2024-08-07T07:37:09.466Z | Checking phf v0.11.2 |
1743 | 2024-08-07T07:37:09.712Z | Checking postgres-types v0.2.7 |
1744 | 2024-08-07T07:37:09.730Z | Checking num-bigint v0.4.5 |
1745 | 2024-08-07T07:37:09.894Z | Checking futures-executor v0.3.30 |
1746 | 2024-08-07T07:37:09.936Z | Checking toml_edit v0.19.15 |
1747 | 2024-08-07T07:37:10.125Z | Checking phf_shared v0.10.0 |
1748 | 2024-08-07T07:37:10.392Z | Checking hubpack v0.1.2 |
1749 | 2024-08-07T07:37:10.406Z | Checking serde_urlencoded v0.7.1 |
1750 | 2024-08-07T07:37:10.690Z | Checking hkdf v0.12.4 |
1751 | 2024-08-07T07:37:10.705Z | Checking float-cmp v0.9.0 |
1752 | 2024-08-07T07:37:10.821Z | Checking zerocopy v0.6.6 |
1753 | 2024-08-07T07:37:10.873Z | Checking crc32fast v1.4.0 |
1754 | 2024-08-07T07:37:10.886Z | Checking crossbeam-utils v0.8.19 |
1755 | 2024-08-07T07:37:11.056Z | Checking hyper v0.14.30 |
1756 | 2024-08-07T07:37:11.089Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1757 | 2024-08-07T07:37:11.174Z | Checking usdt-impl v0.5.0 |
1758 | 2024-08-07T07:37:11.347Z | Checking crypto-bigint v0.5.5 |
1759 | 2024-08-07T07:37:11.574Z | Checking memmap v0.7.0 |
1760 | 2024-08-07T07:37:11.588Z | Checking encoding_rs v0.8.34 |
1761 | 2024-08-07T07:37:11.735Z | Checking predicates-core v1.0.6 |
1762 | 2024-08-07T07:37:11.779Z | Checking data-encoding v2.6.0 |
1763 | 2024-08-07T07:37:11.907Z | Checking static_assertions v1.1.0 |
1764 | 2024-08-07T07:37:11.988Z | Checking winnow v0.6.18 |
1765 | 2024-08-07T07:37:12.031Z | Checking backtrace v0.3.71 |
1766 | 2024-08-07T07:37:12.340Z | Checking precomputed-hash v0.1.1 |
1767 | 2024-08-07T07:37:12.399Z | Checking minimal-lexical v0.2.1 |
1768 | 2024-08-07T07:37:12.412Z | Checking unicode-segmentation v1.11.0 |
1769 | 2024-08-07T07:37:12.429Z | Checking fixedbitset v0.4.2 |
1770 | 2024-08-07T07:37:12.557Z | Checking normalize-line-endings v0.3.0 |
1771 | 2024-08-07T07:37:12.672Z | Checking new_debug_unreachable v1.0.6 |
1772 | 2024-08-07T07:37:12.675Z | Checking sync_wrapper v0.1.2 |
1773 | 2024-08-07T07:37:12.755Z | Checking webpki-roots v0.25.4 |
1774 | 2024-08-07T07:37:12.766Z | Checking unicode-width v0.1.13 |
1775 | 2024-08-07T07:37:12.794Z | Checking mime v0.3.17 |
1776 | 2024-08-07T07:37:12.895Z | Checking difflib v0.4.0 |
1777 | 2024-08-07T07:37:12.934Z | Checking whoami v1.5.1 |
1778 | 2024-08-07T07:37:13.036Z | Checking similar v2.5.0 |
1779 | 2024-08-07T07:37:13.095Z | Checking console v0.15.8 |
1780 | 2024-08-07T07:37:13.208Z | Checking predicates v3.1.2 |
1781 | 2024-08-07T07:37:13.242Z | Checking tokio-postgres v0.7.11 |
1782 | 2024-08-07T07:37:13.690Z | Checking string_cache v0.8.7 |
1783 | 2024-08-07T07:37:13.853Z | Checking nom v7.1.3 |
1784 | 2024-08-07T07:37:13.876Z | Checking petgraph v0.6.5 |
1785 | 2024-08-07T07:37:13.902Z | Checking anyhow v1.0.86 |
1786 | 2024-08-07T07:37:13.961Z | Checking toml v0.7.8 |
1787 | 2024-08-07T07:37:14.157Z | Checking elliptic-curve v0.13.8 |
1788 | 2024-08-07T07:37:14.274Z | Checking trust-dns-proto v0.22.0 |
1789 | 2024-08-07T07:37:14.679Z | Checking yasna v0.5.2 |
1790 | 2024-08-07T07:37:14.804Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1791 | 2024-08-07T07:37:14.929Z | Checking toml_edit v0.22.20 |
1792 | 2024-08-07T07:37:15.564Z | Checking usdt v0.5.0 |
1793 | 2024-08-07T07:37:15.800Z | Checking crossbeam-epoch v0.9.18 |
1794 | 2024-08-07T07:37:16.151Z | Checking diesel v2.1.6 |
1795 | 2024-08-07T07:37:16.225Z | Checking flate2 v1.0.31 |
1796 | 2024-08-07T07:37:16.733Z | Checking clap v4.5.13 |
1797 | 2024-08-07T07:37:16.840Z | Checking futures v0.3.30 |
1798 | 2024-08-07T07:37:16.882Z | Checking cipher v0.4.4 |
1799 | 2024-08-07T07:37:16.939Z | Checking crossterm v0.27.0 |
1800 | 2024-08-07T07:37:17.221Z | Checking bstr v1.9.1 |
1801 | 2024-08-07T07:37:17.262Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1802 | 2024-08-07T07:37:17.277Z | Checking hyper-tls v0.5.0 |
1803 | 2024-08-07T07:37:17.294Z | Checking hyper-rustls v0.24.2 |
1804 | 2024-08-07T07:37:17.542Z | Checking bit-set v0.5.3 |
1805 | 2024-08-07T07:37:17.582Z | Checking reqwest v0.11.27 |
1806 | 2024-08-07T07:37:17.603Z | Checking itertools v0.10.5 |
1807 | 2024-08-07T07:37:17.799Z | Checking itertools v0.12.1 |
1808 | 2024-08-07T07:37:18.088Z | Checking tokio-stream v0.1.15 |
1809 | 2024-08-07T07:37:18.231Z | Checking fs-err v2.11.0 |
1810 | 2024-08-07T07:37:18.730Z | Checking num-iter v0.1.45 |
1811 | 2024-08-07T07:37:18.779Z | Checking slog v2.7.0 |
1812 | 2024-08-07T07:37:18.878Z | Checking openapiv3 v2.0.0 |
1813 | 2024-08-07T07:37:18.893Z | Checking hex v0.4.3 |
1814 | 2024-08-07T07:37:19.137Z | Checking semver v1.0.23 |
1815 | 2024-08-07T07:37:19.263Z | Checking lalrpop-util v0.19.12 |
1816 | 2024-08-07T07:37:19.388Z | Checking peg-runtime v0.8.3 |
1817 | 2024-08-07T07:37:19.530Z | Checking camino v1.1.7 |
1818 | 2024-08-07T07:37:19.543Z | Checking sigpipe v0.1.3 |
1819 | 2024-08-07T07:37:35.982Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1820 | 2024-08-07T07:37:36.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.55s |
1821 | 2024-08-07T07:37:36.401Z | |
1822 | 2024-08-07T07:37:36.401Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1823 | 2024-08-07T07:37:36.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2024-08-07T07:37:36.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2024-08-07T07:37:37.027Z | Compiling regress v0.9.1 |
1826 | 2024-08-07T07:37:37.119Z | Checking sha1 v0.10.6 |
1827 | 2024-08-07T07:37:37.129Z | Checking strum v0.26.3 |
1828 | 2024-08-07T07:37:37.149Z | Checking heck v0.5.0 |
1829 | 2024-08-07T07:37:37.162Z | Compiling getopts v0.2.21 |
1830 | 2024-08-07T07:37:37.165Z | Checking dirs-sys-next v0.1.2 |
1831 | 2024-08-07T07:37:37.187Z | Compiling unsafe-libyaml v0.2.11 |
1832 | 2024-08-07T07:37:37.308Z | Checking http v1.1.0 |
1833 | 2024-08-07T07:37:37.335Z | Checking dirs-next v2.0.0 |
1834 | 2024-08-07T07:37:37.350Z | Checking thread_local v1.1.8 |
1835 | 2024-08-07T07:37:37.450Z | Checking rustls-pki-types v1.7.0 |
1836 | 2024-08-07T07:37:37.535Z | Compiling ident_case v1.0.1 |
1837 | 2024-08-07T07:37:37.602Z | Checking term v0.7.0 |
1838 | 2024-08-07T07:37:37.707Z | Compiling darling_core v0.20.9 |
1839 | 2024-08-07T07:37:37.880Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1840 | 2024-08-07T07:37:38.007Z | Checking crossbeam-channel v0.5.12 |
1841 | 2024-08-07T07:37:38.052Z | Checking atty v0.2.14 |
1842 | 2024-08-07T07:37:38.166Z | Checking is-terminal v0.4.12 |
1843 | 2024-08-07T07:37:38.205Z | Checking utf-8 v0.7.6 |
1844 | 2024-08-07T07:37:38.277Z | Checking humantime v2.1.0 |
1845 | 2024-08-07T07:37:38.395Z | Checking termcolor v1.4.1 |
1846 | 2024-08-07T07:37:38.548Z | Compiling serde_yaml v0.9.34+deprecated |
1847 | 2024-08-07T07:37:38.600Z | Compiling rustls v0.22.4 |
1848 | 2024-08-07T07:37:38.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1849 | 2024-08-07T07:37:38.803Z | Compiling paste v1.0.15 |
1850 | 2024-08-07T07:37:38.865Z | Checking take_mut v0.2.2 |
1851 | 2024-08-07T07:37:39.008Z | Checking slog-async v2.8.0 |
1852 | 2024-08-07T07:37:39.112Z | Checking env_logger v0.9.3 |
1853 | 2024-08-07T07:37:39.127Z | Checking slog-term v2.9.1 |
1854 | 2024-08-07T07:37:39.290Z | Checking rustls-webpki v0.102.4 |
1855 | 2024-08-07T07:37:39.380Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-07T07:37:39.548Z | Compiling proc-macro-crate v1.3.1 |
1857 | 2024-08-07T07:37:39.621Z | Compiling bitstruct_derive v0.1.0 |
1858 | 2024-08-07T07:37:39.710Z | Compiling structmeta-derive v0.3.0 |
1859 | 2024-08-07T07:37:40.060Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-07T07:37:40.180Z | Compiling multer v3.1.0 |
1861 | 2024-08-07T07:37:40.483Z | Checking ascii v1.1.0 |
1862 | 2024-08-07T07:37:40.592Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1863 | 2024-08-07T07:37:40.622Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1864 | 2024-08-07T07:37:40.909Z | Checking match_cfg v0.1.0 |
1865 | 2024-08-07T07:37:40.990Z | Checking hostname v0.3.1 |
1866 | 2024-08-07T07:37:41.017Z | Checking bitstruct v0.1.1 |
1867 | 2024-08-07T07:37:41.127Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1868 | 2024-08-07T07:37:41.144Z | Compiling num_enum_derive v0.5.11 |
1869 | 2024-08-07T07:37:42.115Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-07T07:37:42.257Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-07T07:37:42.712Z | Compiling structmeta v0.3.0 |
1872 | 2024-08-07T07:37:42.715Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-08-07T07:37:43.004Z | Checking slog-json v2.6.1 |
1874 | 2024-08-07T07:37:43.050Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-08-07T07:37:43.131Z | Checking serde_arrays v0.1.0 |
1876 | 2024-08-07T07:37:43.246Z | Checking erased-serde v0.3.31 |
1877 | 2024-08-07T07:37:43.275Z | Compiling async-stream-impl v0.3.5 |
1878 | 2024-08-07T07:37:43.302Z | Compiling foreign-types-macros v0.2.3 |
1879 | 2024-08-07T07:37:43.697Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1880 | 2024-08-07T07:37:43.830Z | Checking atomic-waker v1.1.2 |
1881 | 2024-08-07T07:37:43.960Z | Checking arc-swap v1.7.1 |
1882 | 2024-08-07T07:37:43.996Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1883 | 2024-08-07T07:37:44.267Z | Checking foreign-types-shared v0.3.1 |
1884 | 2024-08-07T07:37:44.302Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-07T07:37:44.380Z | Checking slog-scope v4.4.0 |
1886 | 2024-08-07T07:37:44.467Z | Checking waitgroup v0.1.2 |
1887 | 2024-08-07T07:37:44.551Z | Checking foreign-types v0.5.0 |
1888 | 2024-08-07T07:37:44.568Z | Checking num_enum v0.5.11 |
1889 | 2024-08-07T07:37:44.596Z | Checking slog-bunyan v2.5.0 |
1890 | 2024-08-07T07:37:44.611Z | Checking async-stream v0.3.5 |
1891 | 2024-08-07T07:37:44.646Z | Compiling parse-display-derive v0.9.1 |
1892 | 2024-08-07T07:37:44.694Z | Compiling proc-macro-error v1.0.4 |
1893 | 2024-08-07T07:37:44.740Z | Compiling darling_macro v0.20.9 |
1894 | 2024-08-07T07:37:44.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1895 | 2024-08-07T07:37:45.137Z | Checking toml v0.8.19 |
1896 | 2024-08-07T07:37:45.186Z | Checking tungstenite v0.20.1 |
1897 | 2024-08-07T07:37:45.335Z | Checking rustls-pemfile v2.1.3 |
1898 | 2024-08-07T07:37:45.568Z | Compiling heck v0.3.3 |
1899 | 2024-08-07T07:37:45.710Z | Compiling darling v0.20.9 |
1900 | 2024-08-07T07:37:45.801Z | Checking tokio-rustls v0.25.0 |
1901 | 2024-08-07T07:37:45.823Z | Compiling serde_with_macros v3.8.3 |
1902 | 2024-08-07T07:37:45.845Z | Checking newtype-uuid v1.1.0 |
1903 | 2024-08-07T07:37:45.973Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1904 | 2024-08-07T07:37:46.062Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1905 | 2024-08-07T07:37:46.079Z | Checking serde_path_to_error v0.1.16 |
1906 | 2024-08-07T07:37:46.139Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1907 | 2024-08-07T07:37:46.709Z | Checking hostname v0.4.0 |
1908 | 2024-08-07T07:37:46.837Z | Checking cstr-argument v0.1.2 |
1909 | 2024-08-07T07:37:46.945Z | Checking instant v0.1.12 |
1910 | 2024-08-07T07:37:46.959Z | Checking debug-ignore v1.0.5 |
1911 | 2024-08-07T07:37:47.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1912 | 2024-08-07T07:37:47.058Z | Checking fastrand v2.1.0 |
1913 | 2024-08-07T07:37:47.092Z | Checking pretty-hex v0.2.1 |
1914 | 2024-08-07T07:37:47.248Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1915 | 2024-08-07T07:37:47.308Z | Checking backoff v0.4.0 |
1916 | 2024-08-07T07:37:47.376Z | Checking tempfile v3.10.1 |
1917 | 2024-08-07T07:37:47.510Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1918 | 2024-08-07T07:37:47.590Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1919 | 2024-08-07T07:37:47.728Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-08-07T07:37:47.824Z | Checking tokio-tungstenite v0.20.1 |
1921 | 2024-08-07T07:37:47.869Z | Compiling zone_cfg_derive v0.1.2 |
1922 | 2024-08-07T07:37:47.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1923 | 2024-08-07T07:37:48.287Z | Checking slog-stdlog v4.1.1 |
1924 | 2024-08-07T07:37:48.436Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1925 | 2024-08-07T07:37:48.585Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1926 | 2024-08-07T07:37:48.723Z | Checking tungstenite v0.21.0 |
1927 | 2024-08-07T07:37:48.768Z | Checking serde_with v3.8.3 |
1928 | 2024-08-07T07:37:48.917Z | Checking colored v2.1.0 |
1929 | 2024-08-07T07:37:49.213Z | Checking macaddr v1.0.1 |
1930 | 2024-08-07T07:37:49.383Z | Checking socket2 v0.4.10 |
1931 | 2024-08-07T07:37:49.480Z | Checking parse-display v0.9.1 |
1932 | 2024-08-07T07:37:49.539Z | Checking base64 v0.13.1 |
1933 | 2024-08-07T07:37:49.551Z | Checking tokio-tungstenite v0.21.0 |
1934 | 2024-08-07T07:37:49.693Z | Checking zone v0.1.8 |
1935 | 2024-08-07T07:37:49.918Z | Checking ron v0.7.1 |
1936 | 2024-08-07T07:37:50.018Z | Checking slog-envlogger v2.2.0 |
1937 | 2024-08-07T07:37:50.239Z | Checking pem v3.0.4 |
1938 | 2024-08-07T07:37:50.376Z | Checking tabwriter v1.4.0 |
1939 | 2024-08-07T07:37:50.515Z | Checking xattr v1.3.1 |
1940 | 2024-08-07T07:37:50.613Z | Checking portpicker v0.1.1 |
1941 | 2024-08-07T07:37:50.707Z | Checking headers-core v0.2.0 |
1942 | 2024-08-07T07:37:50.754Z | Checking smf v0.2.3 |
1943 | 2024-08-07T07:37:50.843Z | Checking filetime v0.2.23 |
1944 | 2024-08-07T07:37:51.051Z | Checking same-file v1.0.6 |
1945 | 2024-08-07T07:37:51.053Z | Checking tar v0.4.41 |
1946 | 2024-08-07T07:37:51.189Z | Checking headers v0.3.9 |
1947 | 2024-08-07T07:37:51.221Z | Checking walkdir v2.5.0 |
1948 | 2024-08-07T07:37:51.509Z | Checking rcgen v0.12.1 |
1949 | 2024-08-07T07:37:51.543Z | Checking atomicwrites v0.4.3 |
1950 | 2024-08-07T07:37:51.739Z | Checking camino-tempfile v1.1.1 |
1951 | 2024-08-07T07:37:51.872Z | Checking subprocess v0.2.9 |
1952 | 2024-08-07T07:37:53.029Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-08-07T07:37:53.236Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-08-07T07:37:55.058Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1955 | 2024-08-07T07:37:57.040Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1956 | 2024-08-07T07:37:57.102Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1957 | 2024-08-07T07:38:00.127Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1958 | 2024-08-07T07:38:05.888Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1959 | 2024-08-07T07:38:06.015Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1960 | 2024-08-07T07:38:06.020Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-08-07T07:38:08.503Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1962 | 2024-08-07T07:38:08.909Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1963 | 2024-08-07T07:38:14.437Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1964 | 2024-08-07T07:38:15.802Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1965 | 2024-08-07T07:38:16.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.48s |
1966 | 2024-08-07T07:38:17.049Z | |
1967 | 2024-08-07T07:38:17.049Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1968 | 2024-08-07T07:38:17.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-08-07T07:38:17.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-08-07T07:38:17.674Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1971 | 2024-08-07T07:38:18.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
1972 | 2024-08-07T07:38:19.006Z | |
1973 | 2024-08-07T07:38:19.006Z | info: running `cargo check --bins` on nexus-config (31/147) |
1974 | 2024-08-07T07:38:19.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-08-07T07:38:19.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-08-07T07:38:19.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-08-07T07:38:19.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1978 | 2024-08-07T07:38:19.590Z | |
1979 | 2024-08-07T07:38:19.590Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1980 | 2024-08-07T07:38:20.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-08-07T07:38:20.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-08-07T07:38:20.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-08-07T07:38:20.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1984 | 2024-08-07T07:38:20.146Z | |
1985 | 2024-08-07T07:38:20.146Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1986 | 2024-08-07T07:38:20.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-08-07T07:38:20.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-08-07T07:38:20.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-08-07T07:38:20.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1990 | 2024-08-07T07:38:20.734Z | |
1991 | 2024-08-07T07:38:20.734Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1992 | 2024-08-07T07:38:21.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-08-07T07:38:21.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-08-07T07:38:21.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-08-07T07:38:21.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1996 | 2024-08-07T07:38:21.339Z | |
1997 | 2024-08-07T07:38:21.339Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1998 | 2024-08-07T07:38:21.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-08-07T07:38:21.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-08-07T07:38:21.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-08-07T07:38:21.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2002 | 2024-08-07T07:38:21.906Z | |
2003 | 2024-08-07T07:38:21.906Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
2004 | 2024-08-07T07:38:22.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-08-07T07:38:22.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-08-07T07:38:22.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-08-07T07:38:22.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2008 | 2024-08-07T07:38:22.510Z | |
2009 | 2024-08-07T07:38:22.510Z | info: running `cargo check --bins` on dns-service-client (37/147) |
2010 | 2024-08-07T07:38:23.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-08-07T07:38:23.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-08-07T07:38:23.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-08-07T07:38:23.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2014 | 2024-08-07T07:38:23.075Z | |
2015 | 2024-08-07T07:38:23.075Z | info: running `cargo check --bins` on dpd-client (38/147) |
2016 | 2024-08-07T07:38:23.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-08-07T07:38:23.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-08-07T07:38:23.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-08-07T07:38:23.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2020 | 2024-08-07T07:38:23.647Z | |
2021 | 2024-08-07T07:38:23.647Z | info: running `cargo check --bins` on gateway-client (39/147) |
2022 | 2024-08-07T07:38:24.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-08-07T07:38:24.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-08-07T07:38:24.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-08-07T07:38:24.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2026 | 2024-08-07T07:38:24.208Z | |
2027 | 2024-08-07T07:38:24.208Z | info: running `cargo check --bins` on installinator-client (40/147) |
2028 | 2024-08-07T07:38:24.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-08-07T07:38:24.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-08-07T07:38:24.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-08-07T07:38:24.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2032 | 2024-08-07T07:38:24.803Z | |
2033 | 2024-08-07T07:38:24.803Z | info: running `cargo check --bins` on installinator-common (41/147) |
2034 | 2024-08-07T07:38:25.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-08-07T07:38:25.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-08-07T07:38:25.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-08-07T07:38:25.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2038 | 2024-08-07T07:38:25.410Z | |
2039 | 2024-08-07T07:38:25.410Z | info: running `cargo check --bins` on update-engine (42/147) |
2040 | 2024-08-07T07:38:25.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-08-07T07:38:25.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-08-07T07:38:25.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-08-07T07:38:25.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2044 | 2024-08-07T07:38:25.986Z | |
2045 | 2024-08-07T07:38:25.986Z | info: running `cargo check --bins` on nexus-client (43/147) |
2046 | 2024-08-07T07:38:26.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-08-07T07:38:26.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-08-07T07:38:26.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-08-07T07:38:26.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2050 | 2024-08-07T07:38:26.599Z | |
2051 | 2024-08-07T07:38:26.599Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2052 | 2024-08-07T07:38:27.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-08-07T07:38:27.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-08-07T07:38:27.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-08-07T07:38:27.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2056 | 2024-08-07T07:38:27.207Z | |
2057 | 2024-08-07T07:38:27.207Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2058 | 2024-08-07T07:38:27.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-08-07T07:38:27.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-08-07T07:38:27.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-08-07T07:38:27.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2062 | 2024-08-07T07:38:27.783Z | |
2063 | 2024-08-07T07:38:27.783Z | info: running `cargo check --bins` on nexus-types (46/147) |
2064 | 2024-08-07T07:38:28.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-08-07T07:38:28.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-08-07T07:38:28.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-08-07T07:38:28.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2068 | 2024-08-07T07:38:28.396Z | |
2069 | 2024-08-07T07:38:28.396Z | info: running `cargo check --bins` on oxide-client (47/147) |
2070 | 2024-08-07T07:38:28.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-08-07T07:38:28.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-08-07T07:38:28.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-08-07T07:38:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2074 | 2024-08-07T07:38:28.971Z | |
2075 | 2024-08-07T07:38:28.971Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2076 | 2024-08-07T07:38:29.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-08-07T07:38:29.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-08-07T07:38:29.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-08-07T07:38:29.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2080 | 2024-08-07T07:38:29.561Z | |
2081 | 2024-08-07T07:38:29.561Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2082 | 2024-08-07T07:38:30.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-08-07T07:38:30.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-08-07T07:38:30.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-08-07T07:38:30.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2086 | 2024-08-07T07:38:30.164Z | |
2087 | 2024-08-07T07:38:30.164Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2088 | 2024-08-07T07:38:30.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-08-07T07:38:30.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-08-07T07:38:30.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-08-07T07:38:30.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2092 | 2024-08-07T07:38:30.776Z | |
2093 | 2024-08-07T07:38:30.776Z | info: running `cargo check --bins` on wicket-common (51/147) |
2094 | 2024-08-07T07:38:31.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-08-07T07:38:31.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-08-07T07:38:31.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2097 | 2024-08-07T07:38:31.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2098 | 2024-08-07T07:38:31.388Z | |
2099 | 2024-08-07T07:38:31.388Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2100 | 2024-08-07T07:38:31.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-08-07T07:38:31.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-08-07T07:38:31.997Z | Compiling heapless v0.8.0 |
2103 | 2024-08-07T07:38:32.000Z | Checking hash32 v0.3.1 |
2104 | 2024-08-07T07:38:32.000Z | Compiling smoltcp v0.11.0 |
2105 | 2024-08-07T07:38:32.102Z | Checking cobs v0.2.3 |
2106 | 2024-08-07T07:38:32.102Z | Checking embedded-io v0.4.0 |
2107 | 2024-08-07T07:38:32.120Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2108 | 2024-08-07T07:38:32.123Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2109 | 2024-08-07T07:38:32.144Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2110 | 2024-08-07T07:38:32.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2111 | 2024-08-07T07:38:32.255Z | Compiling crucible-workspace-hack v0.1.0 |
2112 | 2024-08-07T07:38:32.269Z | Checking csv-core v0.1.11 |
2113 | 2024-08-07T07:38:32.293Z | Checking postcard v1.0.8 |
2114 | 2024-08-07T07:38:32.457Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2115 | 2024-08-07T07:38:32.581Z | Checking csv v1.3.0 |
2116 | 2024-08-07T07:38:32.648Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2117 | 2024-08-07T07:38:32.661Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2118 | 2024-08-07T07:38:32.793Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2119 | 2024-08-07T07:38:32.913Z | Compiling num-derive v0.4.2 |
2120 | 2024-08-07T07:38:33.000Z | Compiling slog-dtrace v0.3.0 |
2121 | 2024-08-07T07:38:33.003Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2122 | 2024-08-07T07:38:33.080Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2123 | 2024-08-07T07:38:33.321Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2124 | 2024-08-07T07:38:33.385Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2125 | 2024-08-07T07:38:33.846Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2126 | 2024-08-07T07:38:34.026Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2127 | 2024-08-07T07:38:34.550Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2128 | 2024-08-07T07:38:35.706Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2129 | 2024-08-07T07:38:36.528Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2130 | 2024-08-07T07:38:37.558Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2131 | 2024-08-07T07:38:40.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s |
2132 | 2024-08-07T07:38:40.279Z | |
2133 | 2024-08-07T07:38:40.279Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2134 | 2024-08-07T07:38:40.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-08-07T07:38:40.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-08-07T07:38:40.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2137 | 2024-08-07T07:38:40.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2138 | 2024-08-07T07:38:40.869Z | |
2139 | 2024-08-07T07:38:40.869Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2140 | 2024-08-07T07:38:41.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2141 | 2024-08-07T07:38:41.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2142 | 2024-08-07T07:38:41.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2143 | 2024-08-07T07:38:41.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2144 | 2024-08-07T07:38:41.465Z | |
2145 | 2024-08-07T07:38:41.465Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2146 | 2024-08-07T07:38:42.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2147 | 2024-08-07T07:38:42.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2148 | 2024-08-07T07:38:42.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2149 | 2024-08-07T07:38:42.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2150 | 2024-08-07T07:38:42.151Z | |
2151 | 2024-08-07T07:38:42.151Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2152 | 2024-08-07T07:38:42.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-08-07T07:38:42.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-08-07T07:38:42.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2155 | 2024-08-07T07:38:42.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2156 | 2024-08-07T07:38:42.838Z | |
2157 | 2024-08-07T07:38:42.838Z | info: running `cargo check --bins` on dns-server (57/147) |
2158 | 2024-08-07T07:38:43.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2159 | 2024-08-07T07:38:43.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2160 | 2024-08-07T07:38:43.431Z | Compiling parking_lot_core v0.8.6 |
2161 | 2024-08-07T07:38:43.434Z | Checking nibble_vec v0.1.0 |
2162 | 2024-08-07T07:38:43.516Z | Checking endian-type v0.1.2 |
2163 | 2024-08-07T07:38:43.532Z | Checking newline-converter v0.3.0 |
2164 | 2024-08-07T07:38:43.534Z | Checking linked-hash-map v0.5.6 |
2165 | 2024-08-07T07:38:43.534Z | Checking quick-error v1.2.3 |
2166 | 2024-08-07T07:38:43.550Z | Checking toml v0.5.11 |
2167 | 2024-08-07T07:38:43.553Z | Checking fxhash v0.2.1 |
2168 | 2024-08-07T07:38:43.652Z | Checking resolv-conf v0.7.0 |
2169 | 2024-08-07T07:38:43.652Z | Checking expectorate v1.1.0 |
2170 | 2024-08-07T07:38:43.679Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2171 | 2024-08-07T07:38:43.691Z | Checking radix_trie v0.2.1 |
2172 | 2024-08-07T07:38:43.791Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2173 | 2024-08-07T07:38:43.826Z | Checking lru-cache v0.1.2 |
2174 | 2024-08-07T07:38:43.980Z | Checking trust-dns-resolver v0.22.0 |
2175 | 2024-08-07T07:38:44.059Z | Checking trust-dns-client v0.22.0 |
2176 | 2024-08-07T07:38:44.259Z | Checking parking_lot v0.11.2 |
2177 | 2024-08-07T07:38:44.498Z | Checking sled v0.34.7 |
2178 | 2024-08-07T07:38:44.980Z | Checking trust-dns-server v0.22.1 |
2179 | 2024-08-07T07:38:46.663Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2180 | 2024-08-07T07:38:47.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
2181 | 2024-08-07T07:38:47.668Z | |
2182 | 2024-08-07T07:38:47.668Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2183 | 2024-08-07T07:38:48.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-07T07:38:48.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-07T07:38:48.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-07T07:38:48.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2187 | 2024-08-07T07:38:48.248Z | |
2188 | 2024-08-07T07:38:48.248Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2189 | 2024-08-07T07:38:48.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-07T07:38:48.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-07T07:38:48.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-07T07:38:48.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2193 | 2024-08-07T07:38:48.884Z | |
2194 | 2024-08-07T07:38:48.884Z | info: running `cargo check --bins` on gateway-types (60/147) |
2195 | 2024-08-07T07:38:49.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-07T07:38:49.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-07T07:38:49.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-08-07T07:38:49.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2199 | 2024-08-07T07:38:49.467Z | |
2200 | 2024-08-07T07:38:49.467Z | info: running `cargo check --bins` on ipcc (61/147) |
2201 | 2024-08-07T07:38:49.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-08-07T07:38:49.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-08-07T07:38:49.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-08-07T07:38:49.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2205 | 2024-08-07T07:38:50.051Z | |
2206 | 2024-08-07T07:38:50.051Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2207 | 2024-08-07T07:38:50.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-08-07T07:38:50.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-08-07T07:38:50.683Z | Compiling radium v0.7.0 |
2210 | 2024-08-07T07:38:50.771Z | Checking tap v1.0.1 |
2211 | 2024-08-07T07:38:50.773Z | Compiling maybe-uninit v2.0.0 |
2212 | 2024-08-07T07:38:50.793Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2213 | 2024-08-07T07:38:50.796Z | Compiling num-bigint-dig v0.8.4 |
2214 | 2024-08-07T07:38:50.796Z | Compiling packed_struct v0.10.1 |
2215 | 2024-08-07T07:38:50.796Z | Checking crc-catalog v2.4.0 |
2216 | 2024-08-07T07:38:50.796Z | Checking funty v2.0.0 |
2217 | 2024-08-07T07:38:50.890Z | Checking wyz v0.5.1 |
2218 | 2024-08-07T07:38:51.101Z | Compiling packed_struct_codegen v0.10.1 |
2219 | 2024-08-07T07:38:51.234Z | Checking crc v3.2.1 |
2220 | 2024-08-07T07:38:51.237Z | Compiling indexmap v1.9.3 |
2221 | 2024-08-07T07:38:51.289Z | Checking half v2.4.1 |
2222 | 2024-08-07T07:38:51.422Z | Checking ciborium-io v0.2.2 |
2223 | 2024-08-07T07:38:51.528Z | Checking nodrop v0.1.14 |
2224 | 2024-08-07T07:38:51.564Z | Checking smallvec v0.6.14 |
2225 | 2024-08-07T07:38:51.639Z | Checking array-init v0.0.4 |
2226 | 2024-08-07T07:38:51.670Z | Checking pkcs1 v0.7.5 |
2227 | 2024-08-07T07:38:51.771Z | Checking ciborium-ll v0.2.2 |
2228 | 2024-08-07T07:38:51.786Z | Checking bitvec v1.0.1 |
2229 | 2024-08-07T07:38:51.944Z | Checking signature v2.2.0 |
2230 | 2024-08-07T07:38:52.049Z | Compiling memoffset v0.9.1 |
2231 | 2024-08-07T07:38:52.062Z | Checking hashbrown v0.12.3 |
2232 | 2024-08-07T07:38:52.076Z | Checking bitfield v0.14.0 |
2233 | 2024-08-07T07:38:52.125Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2234 | 2024-08-07T07:38:52.353Z | Checking env_logger v0.10.2 |
2235 | 2024-08-07T07:38:52.441Z | Checking bzip2 v0.4.4 |
2236 | 2024-08-07T07:38:52.503Z | Checking ciborium v0.2.2 |
2237 | 2024-08-07T07:38:52.659Z | Checking serde-hex v0.1.0 |
2238 | 2024-08-07T07:38:52.723Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2239 | 2024-08-07T07:38:52.758Z | Checking ron v0.8.1 |
2240 | 2024-08-07T07:38:52.955Z | Checking x509-cert v0.2.5 |
2241 | 2024-08-07T07:38:53.499Z | Checking hashbrown v0.13.2 |
2242 | 2024-08-07T07:38:53.648Z | Checking rsa v0.9.6 |
2243 | 2024-08-07T07:38:53.760Z | Checking crc-any v2.5.0 |
2244 | 2024-08-07T07:38:53.957Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2245 | 2024-08-07T07:38:54.143Z | Checking zip v0.6.6 |
2246 | 2024-08-07T07:38:54.325Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2247 | 2024-08-07T07:38:54.516Z | Checking path-slash v0.1.5 |
2248 | 2024-08-07T07:38:54.519Z | Checking object v0.30.4 |
2249 | 2024-08-07T07:38:54.546Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2250 | 2024-08-07T07:38:54.664Z | Checking nix v0.27.1 |
2251 | 2024-08-07T07:38:54.680Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2252 | 2024-08-07T07:38:54.695Z | Checking serde-big-array v0.5.1 |
2253 | 2024-08-07T07:38:54.796Z | Checking signal-hook-tokio v0.3.1 |
2254 | 2024-08-07T07:38:56.633Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2255 | 2024-08-07T07:38:57.226Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2256 | 2024-08-07T07:39:03.695Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2257 | 2024-08-07T07:39:04.901Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2258 | 2024-08-07T07:39:06.609Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2259 | 2024-08-07T07:39:08.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.33s |
2260 | 2024-08-07T07:39:08.547Z | |
2261 | 2024-08-07T07:39:08.547Z | info: running `cargo check --bins` on gateway-api (63/147) |
2262 | 2024-08-07T07:39:09.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-08-07T07:39:09.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-08-07T07:39:09.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-08-07T07:39:09.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2266 | 2024-08-07T07:39:09.148Z | |
2267 | 2024-08-07T07:39:09.148Z | info: running `cargo check --bins` on sp-sim (64/147) |
2268 | 2024-08-07T07:39:09.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-08-07T07:39:09.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-08-07T07:39:09.772Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2271 | 2024-08-07T07:39:11.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2272 | 2024-08-07T07:39:11.506Z | |
2273 | 2024-08-07T07:39:11.507Z | info: running `cargo check --bins` on internal-dns (65/147) |
2274 | 2024-08-07T07:39:12.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2275 | 2024-08-07T07:39:12.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2276 | 2024-08-07T07:39:12.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2277 | 2024-08-07T07:39:12.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2278 | 2024-08-07T07:39:12.107Z | |
2279 | 2024-08-07T07:39:12.107Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2280 | 2024-08-07T07:39:12.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2281 | 2024-08-07T07:39:12.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2282 | 2024-08-07T07:39:12.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2283 | 2024-08-07T07:39:12.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2284 | 2024-08-07T07:39:12.751Z | |
2285 | 2024-08-07T07:39:12.752Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2286 | 2024-08-07T07:39:13.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2287 | 2024-08-07T07:39:13.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2288 | 2024-08-07T07:39:13.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2289 | 2024-08-07T07:39:13.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2290 | 2024-08-07T07:39:13.403Z | |
2291 | 2024-08-07T07:39:13.403Z | info: running `cargo check --bins` on db-macros (68/147) |
2292 | 2024-08-07T07:39:13.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2293 | 2024-08-07T07:39:13.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2294 | 2024-08-07T07:39:13.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2295 | 2024-08-07T07:39:13.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2296 | 2024-08-07T07:39:13.977Z | |
2297 | 2024-08-07T07:39:13.977Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2298 | 2024-08-07T07:39:14.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2024-08-07T07:39:14.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2024-08-07T07:39:14.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2301 | 2024-08-07T07:39:14.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2302 | 2024-08-07T07:39:14.551Z | |
2303 | 2024-08-07T07:39:14.551Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2304 | 2024-08-07T07:39:15.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2305 | 2024-08-07T07:39:15.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2306 | 2024-08-07T07:39:15.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2307 | 2024-08-07T07:39:15.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2308 | 2024-08-07T07:39:15.183Z | |
2309 | 2024-08-07T07:39:15.183Z | info: running `cargo check --bins` on authz-macros (71/147) |
2310 | 2024-08-07T07:39:15.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2311 | 2024-08-07T07:39:15.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2312 | 2024-08-07T07:39:15.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2313 | 2024-08-07T07:39:15.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2314 | 2024-08-07T07:39:15.754Z | |
2315 | 2024-08-07T07:39:15.754Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2316 | 2024-08-07T07:39:16.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-08-07T07:39:16.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-08-07T07:39:16.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-08-07T07:39:16.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2320 | 2024-08-07T07:39:16.371Z | |
2321 | 2024-08-07T07:39:16.371Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2322 | 2024-08-07T07:39:16.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-08-07T07:39:16.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-08-07T07:39:16.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-08-07T07:39:16.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2326 | 2024-08-07T07:39:16.996Z | |
2327 | 2024-08-07T07:39:16.996Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2328 | 2024-08-07T07:39:17.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-08-07T07:39:17.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-08-07T07:39:17.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-08-07T07:39:17.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2332 | 2024-08-07T07:39:17.595Z | |
2333 | 2024-08-07T07:39:17.595Z | info: running `cargo check --bins` on oximeter (75/147) |
2334 | 2024-08-07T07:39:18.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-08-07T07:39:18.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-08-07T07:39:18.193Z | Compiling rustls-pki-types v1.7.0 |
2337 | 2024-08-07T07:39:18.279Z | Compiling prettyplease v0.2.20 |
2338 | 2024-08-07T07:39:18.281Z | Compiling match_cfg v0.1.0 |
2339 | 2024-08-07T07:39:18.292Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2340 | 2024-08-07T07:39:18.295Z | Compiling slog-json v2.6.1 |
2341 | 2024-08-07T07:39:18.308Z | Compiling http v1.1.0 |
2342 | 2024-08-07T07:39:18.312Z | Compiling atomic-waker v1.1.2 |
2343 | 2024-08-07T07:39:18.333Z | Compiling async-stream v0.3.5 |
2344 | 2024-08-07T07:39:18.349Z | Compiling hostname v0.3.1 |
2345 | 2024-08-07T07:39:18.489Z | Compiling waitgroup v0.1.2 |
2346 | 2024-08-07T07:39:18.569Z | Compiling slog-bunyan v2.5.0 |
2347 | 2024-08-07T07:39:18.590Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2348 | 2024-08-07T07:39:18.610Z | Compiling toml v0.8.19 |
2349 | 2024-08-07T07:39:18.641Z | Compiling sha1 v0.10.6 |
2350 | 2024-08-07T07:39:18.684Z | Compiling rustls-webpki v0.102.4 |
2351 | 2024-08-07T07:39:18.699Z | Compiling rustls-pemfile v2.1.3 |
2352 | 2024-08-07T07:39:18.775Z | Compiling newtype-uuid v1.1.0 |
2353 | 2024-08-07T07:39:18.779Z | Compiling serde_path_to_error v0.1.16 |
2354 | 2024-08-07T07:39:19.046Z | Compiling hostname v0.4.0 |
2355 | 2024-08-07T07:39:19.069Z | Compiling instant v0.1.12 |
2356 | 2024-08-07T07:39:19.069Z | Compiling debug-ignore v1.0.5 |
2357 | 2024-08-07T07:39:19.171Z | Compiling backoff v0.4.0 |
2358 | 2024-08-07T07:39:19.206Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2359 | 2024-08-07T07:39:19.220Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2360 | 2024-08-07T07:39:19.287Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2361 | 2024-08-07T07:39:19.447Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2362 | 2024-08-07T07:39:19.492Z | Compiling rustls v0.22.4 |
2363 | 2024-08-07T07:39:19.527Z | Compiling serde_with v3.8.3 |
2364 | 2024-08-07T07:39:19.621Z | Compiling parse-display v0.9.1 |
2365 | 2024-08-07T07:39:20.277Z | Compiling multer v3.1.0 |
2366 | 2024-08-07T07:39:20.306Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2367 | 2024-08-07T07:39:20.459Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2368 | 2024-08-07T07:39:20.611Z | Compiling num-rational v0.4.2 |
2369 | 2024-08-07T07:39:20.721Z | Compiling num-complex v0.4.6 |
2370 | 2024-08-07T07:39:20.767Z | Compiling macaddr v1.0.1 |
2371 | 2024-08-07T07:39:21.853Z | Compiling num v0.4.3 |
2372 | 2024-08-07T07:39:21.886Z | Compiling float-ord v0.3.2 |
2373 | 2024-08-07T07:39:22.944Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2374 | 2024-08-07T07:39:23.415Z | Compiling tokio-rustls v0.25.0 |
2375 | 2024-08-07T07:39:23.688Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2376 | 2024-08-07T07:39:26.791Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2377 | 2024-08-07T07:39:37.616Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2378 | 2024-08-07T07:39:40.574Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2379 | 2024-08-07T07:39:41.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.55s |
2380 | 2024-08-07T07:39:41.289Z | |
2381 | 2024-08-07T07:39:41.289Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2382 | 2024-08-07T07:39:41.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-08-07T07:39:41.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-08-07T07:39:41.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-08-07T07:39:41.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2386 | 2024-08-07T07:39:41.907Z | |
2387 | 2024-08-07T07:39:41.907Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2388 | 2024-08-07T07:39:42.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-08-07T07:39:42.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-08-07T07:39:42.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-08-07T07:39:42.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2392 | 2024-08-07T07:39:42.461Z | |
2393 | 2024-08-07T07:39:42.461Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2394 | 2024-08-07T07:39:42.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-08-07T07:39:42.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-08-07T07:39:42.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-08-07T07:39:42.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2398 | 2024-08-07T07:39:43.051Z | |
2399 | 2024-08-07T07:39:43.051Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2400 | 2024-08-07T07:39:43.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-08-07T07:39:43.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-08-07T07:39:43.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-08-07T07:39:43.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2404 | 2024-08-07T07:39:43.652Z | |
2405 | 2024-08-07T07:39:43.652Z | info: running `cargo check --bins` on typed-rng (80/147) |
2406 | 2024-08-07T07:39:44.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-08-07T07:39:44.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-08-07T07:39:44.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-08-07T07:39:44.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2410 | 2024-08-07T07:39:44.211Z | |
2411 | 2024-08-07T07:39:44.211Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2412 | 2024-08-07T07:39:44.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-08-07T07:39:44.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-08-07T07:39:44.891Z | Checking password-hash v0.5.0 |
2415 | 2024-08-07T07:39:44.891Z | Checking blake2 v0.10.6 |
2416 | 2024-08-07T07:39:44.891Z | Compiling semver v0.1.20 |
2417 | 2024-08-07T07:39:44.891Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2418 | 2024-08-07T07:39:44.996Z | Compiling convert_case v0.4.0 |
2419 | 2024-08-07T07:39:44.999Z | Compiling rayon-core v1.12.1 |
2420 | 2024-08-07T07:39:45.018Z | Compiling crossbeam-deque v0.8.5 |
2421 | 2024-08-07T07:39:45.021Z | Compiling unicase v2.7.0 |
2422 | 2024-08-07T07:39:45.286Z | Compiling rustc_version v0.1.7 |
2423 | 2024-08-07T07:39:45.350Z | Compiling same-file v1.0.6 |
2424 | 2024-08-07T07:39:45.374Z | Compiling libefi-sys v0.1.0 |
2425 | 2024-08-07T07:39:45.388Z | Compiling fastrand v2.1.0 |
2426 | 2024-08-07T07:39:45.391Z | Checking argon2 v0.5.3 |
2427 | 2024-08-07T07:39:45.582Z | Compiling walkdir v2.5.0 |
2428 | 2024-08-07T07:39:45.668Z | Compiling curve25519-dalek v4.1.3 |
2429 | 2024-08-07T07:39:45.804Z | Compiling tempfile v3.10.1 |
2430 | 2024-08-07T07:39:45.819Z | Compiling newtype_derive v0.1.6 |
2431 | 2024-08-07T07:39:45.927Z | Compiling derive_more v0.99.18 |
2432 | 2024-08-07T07:39:45.930Z | Compiling bitfield-struct v0.6.1 |
2433 | 2024-08-07T07:39:46.067Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2434 | 2024-08-07T07:39:46.171Z | Compiling derive-where v1.2.7 |
2435 | 2024-08-07T07:39:46.317Z | Compiling blake3 v1.5.1 |
2436 | 2024-08-07T07:39:46.320Z | Compiling ring v0.16.20 |
2437 | 2024-08-07T07:39:46.332Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2438 | 2024-08-07T07:39:46.660Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2439 | 2024-08-07T07:39:46.950Z | Checking keccak v0.1.5 |
2440 | 2024-08-07T07:39:47.280Z | Checking sha3 v0.10.8 |
2441 | 2024-08-07T07:39:47.363Z | Compiling rayon v1.10.0 |
2442 | 2024-08-07T07:39:47.383Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2443 | 2024-08-07T07:39:47.702Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2444 | 2024-08-07T07:39:47.746Z | Checking universal-hash v0.5.1 |
2445 | 2024-08-07T07:39:47.922Z | Compiling thiserror-impl-no-std v2.0.2 |
2446 | 2024-08-07T07:39:47.969Z | Checking secrecy v0.8.0 |
2447 | 2024-08-07T07:39:47.984Z | Compiling curve25519-dalek-derive v0.1.1 |
2448 | 2024-08-07T07:39:48.014Z | Compiling memmap2 v0.9.4 |
2449 | 2024-08-07T07:39:48.171Z | Compiling arrayvec v0.7.4 |
2450 | 2024-08-07T07:39:48.459Z | Compiling untrusted v0.7.1 |
2451 | 2024-08-07T07:39:48.569Z | Compiling home v0.5.9 |
2452 | 2024-08-07T07:39:48.642Z | Compiling spin v0.5.2 |
2453 | 2024-08-07T07:39:48.845Z | Compiling constant_time_eq v0.3.0 |
2454 | 2024-08-07T07:39:48.883Z | Checking opaque-debug v0.3.1 |
2455 | 2024-08-07T07:39:48.969Z | Compiling arrayref v0.3.7 |
2456 | 2024-08-07T07:39:49.024Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2457 | 2024-08-07T07:39:49.069Z | Checking poly1305 v0.8.0 |
2458 | 2024-08-07T07:39:49.134Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2459 | 2024-08-07T07:39:49.568Z | Compiling toolchain_find v0.4.0 |
2460 | 2024-08-07T07:39:49.615Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2461 | 2024-08-07T07:39:49.841Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2462 | 2024-08-07T07:39:49.940Z | Checking steno v0.4.1 |
2463 | 2024-08-07T07:39:50.140Z | Compiling camino-tempfile v1.1.1 |
2464 | 2024-08-07T07:39:50.587Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2465 | 2024-08-07T07:39:50.658Z | Checking chacha20 v0.9.1 |
2466 | 2024-08-07T07:39:50.992Z | Checking gethostname v0.5.0 |
2467 | 2024-08-07T07:39:51.124Z | Checking aead v0.5.2 |
2468 | 2024-08-07T07:39:51.210Z | Checking thiserror-no-std v2.0.2 |
2469 | 2024-08-07T07:39:51.322Z | Compiling topological-sort v0.2.2 |
2470 | 2024-08-07T07:39:51.343Z | Compiling cancel-safe-futures v0.1.5 |
2471 | 2024-08-07T07:39:51.364Z | Checking vsss-rs v3.3.4 |
2472 | 2024-08-07T07:39:51.581Z | Checking chacha20poly1305 v0.10.1 |
2473 | 2024-08-07T07:39:51.798Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2474 | 2024-08-07T07:39:52.076Z | Compiling mime_guess v2.0.4 |
2475 | 2024-08-07T07:39:52.318Z | Compiling omicron-zone-package v0.11.0 |
2476 | 2024-08-07T07:39:52.986Z | Compiling rustfmt-wrapper v0.2.1 |
2477 | 2024-08-07T07:39:53.213Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2478 | 2024-08-07T07:39:53.397Z | Checking glob v0.3.1 |
2479 | 2024-08-07T07:39:53.626Z | Checking libsw v3.3.1 |
2480 | 2024-08-07T07:39:53.685Z | Checking linear-map v1.2.0 |
2481 | 2024-08-07T07:39:53.797Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2482 | 2024-08-07T07:39:53.875Z | Checking swrite v0.1.0 |
2483 | 2024-08-07T07:39:53.878Z | Checking owo-colors v4.0.0 |
2484 | 2024-08-07T07:39:53.989Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2485 | 2024-08-07T07:39:54.032Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2486 | 2024-08-07T07:39:54.655Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2487 | 2024-08-07T07:39:54.807Z | Checking kstat-rs v0.2.4 |
2488 | 2024-08-07T07:39:54.917Z | Checking nanorand v0.7.0 |
2489 | 2024-08-07T07:39:55.097Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2490 | 2024-08-07T07:39:55.135Z | Checking http-range v0.1.5 |
2491 | 2024-08-07T07:39:55.161Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2492 | 2024-08-07T07:39:55.281Z | Checking flume v0.11.0 |
2493 | 2024-08-07T07:39:55.300Z | Checking hyper-staticfile v0.9.5 |
2494 | 2024-08-07T07:39:55.699Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2495 | 2024-08-07T07:39:55.715Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2496 | 2024-08-07T07:39:55.715Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2497 | 2024-08-07T07:39:55.743Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2498 | 2024-08-07T07:39:55.797Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2499 | 2024-08-07T07:39:57.034Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2500 | 2024-08-07T07:39:57.247Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2501 | 2024-08-07T07:39:58.477Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2502 | 2024-08-07T07:39:58.714Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2503 | 2024-08-07T07:39:58.920Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2504 | 2024-08-07T07:39:59.615Z | Checking display-error-chain v0.2.0 |
2505 | 2024-08-07T07:40:05.894Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2506 | 2024-08-07T07:40:11.088Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2507 | 2024-08-07T07:40:11.088Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2508 | 2024-08-07T07:40:11.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-08-07T07:40:25.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.30s |
2510 | 2024-08-07T07:40:25.675Z | |
2511 | 2024-08-07T07:40:25.675Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2512 | 2024-08-07T07:40:26.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-08-07T07:40:26.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-08-07T07:40:26.350Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2024-08-07T07:40:40.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s |
2516 | 2024-08-07T07:40:40.200Z | |
2517 | 2024-08-07T07:40:40.200Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2518 | 2024-08-07T07:40:40.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-08-07T07:40:40.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-08-07T07:40:40.882Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2521 | 2024-08-07T07:40:54.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s |
2522 | 2024-08-07T07:40:54.844Z | |
2523 | 2024-08-07T07:40:54.844Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2524 | 2024-08-07T07:40:55.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-08-07T07:40:55.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-08-07T07:40:55.523Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2527 | 2024-08-07T07:41:09.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
2528 | 2024-08-07T07:41:09.392Z | |
2529 | 2024-08-07T07:41:09.392Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2530 | 2024-08-07T07:41:09.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-08-07T07:41:09.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-08-07T07:41:10.093Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2533 | 2024-08-07T07:41:23.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s |
2534 | 2024-08-07T07:41:24.028Z | |
2535 | 2024-08-07T07:41:24.028Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2536 | 2024-08-07T07:41:24.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-08-07T07:41:24.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-08-07T07:41:24.706Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2539 | 2024-08-07T07:41:38.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
2540 | 2024-08-07T07:41:38.688Z | |
2541 | 2024-08-07T07:41:38.688Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2542 | 2024-08-07T07:41:39.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-08-07T07:41:39.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-08-07T07:41:39.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2545 | 2024-08-07T07:41:52.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s |
2546 | 2024-08-07T07:41:53.136Z | |
2547 | 2024-08-07T07:41:53.136Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2548 | 2024-08-07T07:41:53.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-08-07T07:41:53.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-08-07T07:41:53.823Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2551 | 2024-08-07T07:42:07.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
2552 | 2024-08-07T07:42:07.607Z | |
2553 | 2024-08-07T07:42:07.607Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2554 | 2024-08-07T07:42:08.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-08-07T07:42:08.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-08-07T07:42:08.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-08-07T07:42:08.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2558 | 2024-08-07T07:42:08.237Z | |
2559 | 2024-08-07T07:42:08.237Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2560 | 2024-08-07T07:42:08.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-08-07T07:42:08.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-08-07T07:42:08.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-08-07T07:42:08.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2564 | 2024-08-07T07:42:08.862Z | |
2565 | 2024-08-07T07:42:08.862Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2566 | 2024-08-07T07:42:09.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-08-07T07:42:09.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-08-07T07:42:09.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-08-07T07:42:09.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2570 | 2024-08-07T07:42:09.492Z | |
2571 | 2024-08-07T07:42:09.492Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2572 | 2024-08-07T07:42:10.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-08-07T07:42:10.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-08-07T07:42:10.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-08-07T07:42:10.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2576 | 2024-08-07T07:42:10.112Z | |
2577 | 2024-08-07T07:42:10.112Z | info: running `cargo check --bins` on key-manager (93/147) |
2578 | 2024-08-07T07:42:10.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-08-07T07:42:10.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-08-07T07:42:10.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-08-07T07:42:10.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2582 | 2024-08-07T07:42:10.708Z | |
2583 | 2024-08-07T07:42:10.708Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2584 | 2024-08-07T07:42:11.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-08-07T07:42:11.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-08-07T07:42:11.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-08-07T07:42:11.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2588 | 2024-08-07T07:42:11.323Z | |
2589 | 2024-08-07T07:42:11.323Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2590 | 2024-08-07T07:42:11.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-08-07T07:42:11.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-08-07T07:42:11.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-08-07T07:42:11.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2594 | 2024-08-07T07:42:11.902Z | |
2595 | 2024-08-07T07:42:11.902Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2596 | 2024-08-07T07:42:12.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-08-07T07:42:12.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-08-07T07:42:12.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-08-07T07:42:12.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2600 | 2024-08-07T07:42:12.506Z | |
2601 | 2024-08-07T07:42:12.506Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2602 | 2024-08-07T07:42:13.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-08-07T07:42:13.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-08-07T07:42:13.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-08-07T07:42:13.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2606 | 2024-08-07T07:42:13.109Z | |
2607 | 2024-08-07T07:42:13.109Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2608 | 2024-08-07T07:42:13.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-08-07T07:42:13.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-08-07T07:42:13.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-08-07T07:42:13.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2612 | 2024-08-07T07:42:13.712Z | |
2613 | 2024-08-07T07:42:13.712Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2614 | 2024-08-07T07:42:14.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-08-07T07:42:14.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-08-07T07:42:14.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2024-08-07T07:42:14.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2618 | 2024-08-07T07:42:14.313Z | |
2619 | 2024-08-07T07:42:14.313Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2620 | 2024-08-07T07:42:14.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-08-07T07:42:14.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-08-07T07:42:14.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-08-07T07:42:14.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2624 | 2024-08-07T07:42:14.915Z | |
2625 | 2024-08-07T07:42:14.916Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2626 | 2024-08-07T07:42:15.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-08-07T07:42:15.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-08-07T07:42:15.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-08-07T07:42:15.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2630 | 2024-08-07T07:42:15.524Z | |
2631 | 2024-08-07T07:42:15.524Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2632 | 2024-08-07T07:42:16.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-08-07T07:42:16.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-08-07T07:42:16.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-08-07T07:42:16.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2636 | 2024-08-07T07:42:16.156Z | |
2637 | 2024-08-07T07:42:16.156Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2638 | 2024-08-07T07:42:16.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-07T07:42:16.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-07T07:42:16.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-08-07T07:42:16.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2642 | 2024-08-07T07:42:16.789Z | |
2643 | 2024-08-07T07:42:16.789Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2644 | 2024-08-07T07:42:17.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-08-07T07:42:17.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-08-07T07:42:17.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-08-07T07:42:17.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2648 | 2024-08-07T07:42:17.411Z | |
2649 | 2024-08-07T07:42:17.411Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2650 | 2024-08-07T07:42:17.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-07T07:42:17.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-07T07:42:18.049Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2653 | 2024-08-07T07:42:18.049Z | Checking bcs v0.1.6 |
2654 | 2024-08-07T07:42:18.049Z | Compiling async-recursion v1.1.1 |
2655 | 2024-08-07T07:42:18.052Z | Checking highway v1.2.0 |
2656 | 2024-08-07T07:42:18.052Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2657 | 2024-08-07T07:42:18.052Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2658 | 2024-08-07T07:42:19.136Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-08-07T07:42:22.207Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2660 | 2024-08-07T07:42:23.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
2661 | 2024-08-07T07:42:23.949Z | |
2662 | 2024-08-07T07:42:23.949Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2663 | 2024-08-07T07:42:24.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-08-07T07:42:24.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-08-07T07:42:24.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-08-07T07:42:24.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2667 | 2024-08-07T07:42:24.543Z | |
2668 | 2024-08-07T07:42:24.544Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2669 | 2024-08-07T07:42:25.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-07T07:42:25.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-07T07:42:25.144Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2024-08-07T07:42:25.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
2673 | 2024-08-07T07:42:25.833Z | |
2674 | 2024-08-07T07:42:25.833Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2675 | 2024-08-07T07:42:26.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-08-07T07:42:26.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-08-07T07:42:26.457Z | Compiling cfg_aliases v0.1.1 |
2678 | 2024-08-07T07:42:26.459Z | Compiling vte_generate_state_changes v0.1.1 |
2679 | 2024-08-07T07:42:26.459Z | Checking fd-lock v4.0.2 |
2680 | 2024-08-07T07:42:26.459Z | Checking bytecount v0.6.8 |
2681 | 2024-08-07T07:42:26.553Z | Compiling tabled_derive v0.7.0 |
2682 | 2024-08-07T07:42:26.564Z | Compiling peg-macros v0.8.4 |
2683 | 2024-08-07T07:42:26.572Z | Compiling sqlparser_derive v0.2.2 |
2684 | 2024-08-07T07:42:26.575Z | Checking unicode_categories v0.1.1 |
2685 | 2024-08-07T07:42:26.622Z | Compiling nix v0.28.0 |
2686 | 2024-08-07T07:42:26.667Z | Checking papergrid v0.11.0 |
2687 | 2024-08-07T07:42:26.711Z | Checking nu-ansi-term v0.50.0 |
2688 | 2024-08-07T07:42:26.895Z | Checking home v0.5.9 |
2689 | 2024-08-07T07:42:27.034Z | Checking sqlformat v0.2.4 |
2690 | 2024-08-07T07:42:27.168Z | Checking vte v0.11.1 |
2691 | 2024-08-07T07:42:27.682Z | Checking sqlparser v0.45.0 |
2692 | 2024-08-07T07:42:28.442Z | Checking strip-ansi-escapes v0.2.0 |
2693 | 2024-08-07T07:42:28.588Z | Checking reedline v0.31.0 |
2694 | 2024-08-07T07:42:28.639Z | Checking tabled v0.15.0 |
2695 | 2024-08-07T07:42:29.173Z | Checking peg v0.8.4 |
2696 | 2024-08-07T07:42:29.817Z | Checking rustyline v14.0.0 |
2697 | 2024-08-07T07:42:33.711Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2698 | 2024-08-07T07:42:39.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s |
2699 | 2024-08-07T07:42:39.326Z | |
2700 | 2024-08-07T07:42:39.326Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2701 | 2024-08-07T07:42:39.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2702 | 2024-08-07T07:42:39.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2703 | 2024-08-07T07:42:39.943Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-08-07T07:42:45.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
2705 | 2024-08-07T07:42:45.585Z | |
2706 | 2024-08-07T07:42:45.585Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2707 | 2024-08-07T07:42:46.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-08-07T07:42:46.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-08-07T07:42:46.191Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-07T07:42:51.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2711 | 2024-08-07T07:42:51.606Z | |
2712 | 2024-08-07T07:42:51.606Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2713 | 2024-08-07T07:42:52.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-07T07:42:52.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-07T07:42:52.225Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2024-08-07T07:42:56.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2717 | 2024-08-07T07:42:56.310Z | |
2718 | 2024-08-07T07:42:56.310Z | info: running `cargo check --bins` on cert-dev (112/147) |
2719 | 2024-08-07T07:42:56.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-07T07:42:56.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-07T07:42:56.880Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2722 | 2024-08-07T07:42:57.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2723 | 2024-08-07T07:42:57.251Z | |
2724 | 2024-08-07T07:42:57.251Z | info: running `cargo check --bins` on ch-dev (113/147) |
2725 | 2024-08-07T07:42:57.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-07T07:42:57.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-07T07:42:57.873Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2728 | 2024-08-07T07:42:58.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2729 | 2024-08-07T07:42:58.667Z | |
2730 | 2024-08-07T07:42:58.667Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2731 | 2024-08-07T07:42:59.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-07T07:42:59.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-07T07:42:59.289Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2734 | 2024-08-07T07:42:59.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2735 | 2024-08-07T07:42:59.746Z | |
2736 | 2024-08-07T07:42:59.746Z | info: running `cargo check --bins` on db-dev (115/147) |
2737 | 2024-08-07T07:43:00.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-07T07:43:00.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-07T07:43:00.364Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2740 | 2024-08-07T07:43:01.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2741 | 2024-08-07T07:43:01.192Z | |
2742 | 2024-08-07T07:43:01.192Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2743 | 2024-08-07T07:43:01.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2744 | 2024-08-07T07:43:01.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2745 | 2024-08-07T07:43:01.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2746 | 2024-08-07T07:43:01.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2747 | 2024-08-07T07:43:01.811Z | |
2748 | 2024-08-07T07:43:01.811Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2749 | 2024-08-07T07:43:02.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2750 | 2024-08-07T07:43:02.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2751 | 2024-08-07T07:43:02.386Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2752 | 2024-08-07T07:43:03.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2753 | 2024-08-07T07:43:03.315Z | |
2754 | 2024-08-07T07:43:03.315Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2755 | 2024-08-07T07:43:03.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-07T07:43:03.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-07T07:43:03.975Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2758 | 2024-08-07T07:43:04.484Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2759 | 2024-08-07T07:43:04.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2760 | 2024-08-07T07:43:04.993Z | |
2761 | 2024-08-07T07:43:04.993Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2762 | 2024-08-07T07:43:05.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-08-07T07:43:05.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-08-07T07:43:05.738Z | Compiling crunchy v0.2.2 |
2765 | 2024-08-07T07:43:05.738Z | Compiling glob v0.3.1 |
2766 | 2024-08-07T07:43:05.741Z | Compiling tiny-keccak v2.0.2 |
2767 | 2024-08-07T07:43:05.854Z | Compiling ascii-canvas v3.0.0 |
2768 | 2024-08-07T07:43:05.857Z | Compiling ena v0.14.3 |
2769 | 2024-08-07T07:43:05.865Z | Compiling libloading v0.8.3 |
2770 | 2024-08-07T07:43:05.869Z | Compiling bindgen v0.69.4 |
2771 | 2024-08-07T07:43:05.877Z | Compiling diff v0.1.13 |
2772 | 2024-08-07T07:43:06.154Z | Compiling regex-syntax v0.6.29 |
2773 | 2024-08-07T07:43:06.229Z | Compiling which v4.4.2 |
2774 | 2024-08-07T07:43:06.274Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2775 | 2024-08-07T07:43:06.393Z | Compiling cexpr v0.6.0 |
2776 | 2024-08-07T07:43:06.495Z | Compiling shlex v1.3.0 |
2777 | 2024-08-07T07:43:06.590Z | Compiling rustc-hash v1.1.0 |
2778 | 2024-08-07T07:43:06.702Z | Compiling ref-cast v1.0.23 |
2779 | 2024-08-07T07:43:06.743Z | Compiling lazycell v1.3.0 |
2780 | 2024-08-07T07:43:06.765Z | Compiling clang-sys v1.7.0 |
2781 | 2024-08-07T07:43:06.893Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2782 | 2024-08-07T07:43:06.911Z | Compiling derive_builder_core v0.20.0 |
2783 | 2024-08-07T07:43:06.938Z | Compiling libxml v0.3.3 |
2784 | 2024-08-07T07:43:07.156Z | Compiling ref-cast-impl v1.0.23 |
2785 | 2024-08-07T07:43:07.190Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2786 | 2024-08-07T07:43:07.348Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2787 | 2024-08-07T07:43:07.351Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2788 | 2024-08-07T07:43:07.656Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2789 | 2024-08-07T07:43:07.677Z | Compiling strum_macros v0.24.3 |
2790 | 2024-08-07T07:43:08.021Z | Compiling cookie v0.18.1 |
2791 | 2024-08-07T07:43:08.162Z | Compiling indoc v1.0.9 |
2792 | 2024-08-07T07:43:08.497Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2793 | 2024-08-07T07:43:08.784Z | Compiling impl-trait-for-tuples v0.2.2 |
2794 | 2024-08-07T07:43:09.182Z | Compiling oso-derive v0.27.3 |
2795 | 2024-08-07T07:43:09.325Z | Compiling lalrpop v0.19.12 |
2796 | 2024-08-07T07:43:10.228Z | Compiling derive_builder_macro v0.20.0 |
2797 | 2024-08-07T07:43:10.269Z | Checking quick-xml v0.31.0 |
2798 | 2024-08-07T07:43:11.404Z | Checking derive_builder v0.20.0 |
2799 | 2024-08-07T07:43:11.615Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2800 | 2024-08-07T07:43:11.945Z | Checking maplit v1.0.2 |
2801 | 2024-08-07T07:43:12.133Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2802 | 2024-08-07T07:43:12.304Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2803 | 2024-08-07T07:43:12.577Z | Checking bb8 v0.8.5 |
2804 | 2024-08-07T07:43:12.614Z | Compiling const_format_proc_macros v0.2.32 |
2805 | 2024-08-07T07:43:13.083Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2806 | 2024-08-07T07:43:13.861Z | Checking crossbeam-deque v0.8.5 |
2807 | 2024-08-07T07:43:14.059Z | Compiling portable-atomic v1.6.0 |
2808 | 2024-08-07T07:43:14.185Z | Checking rayon-core v1.12.1 |
2809 | 2024-08-07T07:43:14.829Z | Checking const_format v0.2.32 |
2810 | 2024-08-07T07:43:14.862Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2811 | 2024-08-07T07:43:15.167Z | Checking castaway v0.2.2 |
2812 | 2024-08-07T07:43:15.315Z | Checking compact_str v0.7.1 |
2813 | 2024-08-07T07:43:15.360Z | Checking rayon v1.10.0 |
2814 | 2024-08-07T07:43:16.090Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2815 | 2024-08-07T07:43:16.244Z | Checking unicode-truncate v1.0.0 |
2816 | 2024-08-07T07:43:16.381Z | Checking itertools v0.13.0 |
2817 | 2024-08-07T07:43:16.495Z | Checking lru v0.12.3 |
2818 | 2024-08-07T07:43:16.800Z | Compiling stability v0.2.0 |
2819 | 2024-08-07T07:43:17.357Z | Checking number_prefix v0.4.0 |
2820 | 2024-08-07T07:43:17.570Z | Checking smawk v0.3.2 |
2821 | 2024-08-07T07:43:17.788Z | Checking cassowary v0.3.0 |
2822 | 2024-08-07T07:43:17.832Z | Checking unicode-linebreak v0.1.5 |
2823 | 2024-08-07T07:43:18.237Z | Checking multimap v0.10.0 |
2824 | 2024-08-07T07:43:18.253Z | Checking textwrap v0.16.1 |
2825 | 2024-08-07T07:43:19.010Z | Checking ratatui v0.27.0 |
2826 | 2024-08-07T07:43:19.149Z | Checking indicatif v0.17.8 |
2827 | 2024-08-07T07:43:42.956Z | Compiling samael v0.0.15 |
2828 | 2024-08-07T07:43:53.894Z | Compiling polar-core v0.27.3 |
2829 | 2024-08-07T07:44:00.570Z | Checking oso v0.27.3 |
2830 | 2024-08-07T07:44:28.835Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2831 | 2024-08-07T07:44:33.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
2832 | 2024-08-07T07:44:33.533Z | |
2833 | 2024-08-07T07:44:33.534Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2834 | 2024-08-07T07:44:34.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-08-07T07:44:34.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-08-07T07:44:34.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-08-07T07:44:34.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2838 | 2024-08-07T07:44:34.171Z | |
2839 | 2024-08-07T07:44:34.171Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2840 | 2024-08-07T07:44:34.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-08-07T07:44:34.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-08-07T07:44:34.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-08-07T07:44:34.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2844 | 2024-08-07T07:44:34.812Z | |
2845 | 2024-08-07T07:44:34.813Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2846 | 2024-08-07T07:44:35.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-08-07T07:44:35.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-08-07T07:44:35.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-08-07T07:44:35.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2850 | 2024-08-07T07:44:35.385Z | |
2851 | 2024-08-07T07:44:35.385Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2852 | 2024-08-07T07:44:35.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-08-07T07:44:36.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-08-07T07:44:36.129Z | Compiling pin-project-internal v1.1.5 |
2855 | 2024-08-07T07:44:36.132Z | Compiling snafu-derive v0.8.2 |
2856 | 2024-08-07T07:44:36.225Z | Compiling buf-list v1.0.3 |
2857 | 2024-08-07T07:44:36.241Z | Checking globset v0.4.14 |
2858 | 2024-08-07T07:44:36.244Z | Checking olpc-cjson v0.1.3 |
2859 | 2024-08-07T07:44:36.244Z | Checking rand_seeder v0.3.0 |
2860 | 2024-08-07T07:44:36.244Z | Checking serde_plain v1.0.2 |
2861 | 2024-08-07T07:44:36.244Z | Checking typed-path v0.7.1 |
2862 | 2024-08-07T07:44:36.478Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2863 | 2024-08-07T07:44:36.495Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2864 | 2024-08-07T07:44:36.495Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2865 | 2024-08-07T07:44:36.678Z | Checking parse-size v1.0.0 |
2866 | 2024-08-07T07:44:36.726Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2867 | 2024-08-07T07:44:36.778Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2868 | 2024-08-07T07:44:36.843Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2869 | 2024-08-07T07:44:36.860Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-08-07T07:44:37.264Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2871 | 2024-08-07T07:44:37.608Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2872 | 2024-08-07T07:44:37.741Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2873 | 2024-08-07T07:44:37.757Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2874 | 2024-08-07T07:44:38.035Z | Checking fatfs v0.3.6 |
2875 | 2024-08-07T07:44:38.058Z | Checking assert_matches v1.5.0 |
2876 | 2024-08-07T07:44:39.025Z | Checking pin-project v1.1.5 |
2877 | 2024-08-07T07:44:39.971Z | Checking snafu v0.8.2 |
2878 | 2024-08-07T07:44:40.254Z | Checking tough v0.17.1 |
2879 | 2024-08-07T07:44:43.018Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2880 | 2024-08-07T07:44:44.063Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2881 | 2024-08-07T07:45:25.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.48s |
2882 | 2024-08-07T07:45:26.043Z | |
2883 | 2024-08-07T07:45:26.043Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2884 | 2024-08-07T07:45:26.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-07T07:45:26.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-07T07:45:26.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-07T07:45:26.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2888 | 2024-08-07T07:45:26.671Z | |
2889 | 2024-08-07T07:45:26.671Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2890 | 2024-08-07T07:45:27.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-07T07:45:27.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-07T07:45:27.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-08-07T07:45:27.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2894 | 2024-08-07T07:45:27.316Z | |
2895 | 2024-08-07T07:45:27.316Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2896 | 2024-08-07T07:45:27.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-07T07:45:27.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-07T07:45:27.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-08-07T07:45:27.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2900 | 2024-08-07T07:45:27.953Z | |
2901 | 2024-08-07T07:45:27.953Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2902 | 2024-08-07T07:45:28.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-08-07T07:45:28.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-08-07T07:45:28.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2024-08-07T07:45:28.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2906 | 2024-08-07T07:45:28.589Z | |
2907 | 2024-08-07T07:45:28.589Z | info: running `cargo check --bins` on update-common (128/147) |
2908 | 2024-08-07T07:45:29.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-08-07T07:45:29.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-08-07T07:45:29.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-08-07T07:45:29.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2912 | 2024-08-07T07:45:29.213Z | |
2913 | 2024-08-07T07:45:29.213Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2914 | 2024-08-07T07:45:29.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-08-07T07:45:29.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-08-07T07:45:29.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-08-07T07:45:29.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2918 | 2024-08-07T07:45:29.822Z | |
2919 | 2024-08-07T07:45:29.822Z | info: running `cargo check --bins` on tufaceous (130/147) |
2920 | 2024-08-07T07:45:30.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-08-07T07:45:30.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-08-07T07:45:30.451Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2923 | 2024-08-07T07:45:31.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
2924 | 2024-08-07T07:45:31.466Z | |
2925 | 2024-08-07T07:45:31.466Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2926 | 2024-08-07T07:45:32.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-08-07T07:45:32.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-08-07T07:45:32.248Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2929 | 2024-08-07T07:45:32.248Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2930 | 2024-08-07T07:45:32.251Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2931 | 2024-08-07T07:45:33.566Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2932 | 2024-08-07T07:45:35.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2933 | 2024-08-07T07:45:35.956Z | |
2934 | 2024-08-07T07:45:35.956Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2935 | 2024-08-07T07:45:36.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-08-07T07:45:36.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-08-07T07:45:36.626Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2938 | 2024-08-07T07:45:36.626Z | Checking heck v0.4.1 |
2939 | 2024-08-07T07:45:36.629Z | Checking is_ci v1.2.0 |
2940 | 2024-08-07T07:45:36.629Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2941 | 2024-08-07T07:45:36.629Z | Checking indent_write v2.2.0 |
2942 | 2024-08-07T07:45:36.834Z | Checking supports-color v3.0.0 |
2943 | 2024-08-07T07:45:38.141Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2944 | 2024-08-07T07:45:38.178Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2945 | 2024-08-07T07:45:38.969Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2946 | 2024-08-07T07:45:39.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
2947 | 2024-08-07T07:45:39.972Z | |
2948 | 2024-08-07T07:45:39.972Z | info: running `cargo check --bins` on installinator-api (133/147) |
2949 | 2024-08-07T07:45:40.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-08-07T07:45:40.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-08-07T07:45:40.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2952 | 2024-08-07T07:45:40.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2953 | 2024-08-07T07:45:40.579Z | |
2954 | 2024-08-07T07:45:40.579Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2955 | 2024-08-07T07:45:41.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-08-07T07:45:41.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-08-07T07:45:41.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2958 | 2024-08-07T07:45:41.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2959 | 2024-08-07T07:45:41.208Z | |
2960 | 2024-08-07T07:45:41.208Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2961 | 2024-08-07T07:45:41.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2962 | 2024-08-07T07:45:41.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2963 | 2024-08-07T07:45:41.882Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2964 | 2024-08-07T07:45:43.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
2965 | 2024-08-07T07:45:43.166Z | |
2966 | 2024-08-07T07:45:43.167Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2967 | 2024-08-07T07:45:43.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2968 | 2024-08-07T07:45:43.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2969 | 2024-08-07T07:45:43.796Z | Checking memmap2 v0.9.4 |
2970 | 2024-08-07T07:45:43.796Z | Checking arrayvec v0.7.4 |
2971 | 2024-08-07T07:45:43.796Z | Checking constant_time_eq v0.3.0 |
2972 | 2024-08-07T07:45:43.799Z | Checking untrusted v0.7.1 |
2973 | 2024-08-07T07:45:43.799Z | Checking spin v0.5.2 |
2974 | 2024-08-07T07:45:43.799Z | Checking arrayref v0.3.7 |
2975 | 2024-08-07T07:45:43.799Z | Checking cargo-platform v0.1.8 |
2976 | 2024-08-07T07:45:43.799Z | Checking topological-sort v0.2.2 |
2977 | 2024-08-07T07:45:43.977Z | Checking shell-words v1.1.0 |
2978 | 2024-08-07T07:45:44.066Z | Checking ring v0.16.20 |
2979 | 2024-08-07T07:45:44.167Z | Checking cargo_metadata v0.18.1 |
2980 | 2024-08-07T07:45:44.178Z | Checking blake3 v1.5.1 |
2981 | 2024-08-07T07:45:45.183Z | Checking omicron-zone-package v0.11.0 |
2982 | 2024-08-07T07:45:46.216Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2983 | 2024-08-07T07:45:47.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
2984 | 2024-08-07T07:45:47.184Z | |
2985 | 2024-08-07T07:45:47.184Z | info: running `cargo check --bins` on xtask (137/147) |
2986 | 2024-08-07T07:45:47.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-08-07T07:45:47.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-08-07T07:45:47.635Z | Checking serde v1.0.204 |
2989 | 2024-08-07T07:45:47.635Z | Checking thiserror v1.0.63 |
2990 | 2024-08-07T07:45:47.638Z | Checking scroll v0.12.0 |
2991 | 2024-08-07T07:45:47.638Z | Checking hashbrown v0.14.5 |
2992 | 2024-08-07T07:45:47.638Z | Checking log v0.4.21 |
2993 | 2024-08-07T07:45:47.705Z | Checking bitflags v2.6.0 |
2994 | 2024-08-07T07:45:47.720Z | Checking zerocopy v0.7.34 |
2995 | 2024-08-07T07:45:47.755Z | Checking syn v2.0.72 |
2996 | 2024-08-07T07:45:47.801Z | Checking pest v2.7.10 |
2997 | 2024-08-07T07:45:47.955Z | Checking fs-err v2.11.0 |
2998 | 2024-08-07T07:45:47.983Z | Checking rustix v0.38.34 |
2999 | 2024-08-07T07:45:48.150Z | Checking goblin v0.8.2 |
3000 | 2024-08-07T07:45:48.244Z | Checking tabled v0.15.0 |
3001 | 2024-08-07T07:45:48.824Z | Checking indexmap v2.3.0 |
3002 | 2024-08-07T07:45:48.998Z | Checking terminal_size v0.3.0 |
3003 | 2024-08-07T07:45:49.092Z | Checking anyhow v1.0.86 |
3004 | 2024-08-07T07:45:49.149Z | Checking clap_builder v4.5.13 |
3005 | 2024-08-07T07:45:50.291Z | Checking dtrace-parser v0.2.0 |
3006 | 2024-08-07T07:45:51.460Z | Checking clap v4.5.13 |
3007 | 2024-08-07T07:45:51.679Z | Checking serde_json v1.0.122 |
3008 | 2024-08-07T07:45:51.679Z | Checking serde_spanned v0.6.7 |
3009 | 2024-08-07T07:45:51.682Z | Checking toml_datetime v0.6.8 |
3010 | 2024-08-07T07:45:51.682Z | Checking semver v1.0.23 |
3011 | 2024-08-07T07:45:51.682Z | Checking camino v1.1.7 |
3012 | 2024-08-07T07:45:51.682Z | Checking cargo-platform v0.1.8 |
3013 | 2024-08-07T07:45:51.873Z | Checking macaddr v1.0.1 |
3014 | 2024-08-07T07:45:51.961Z | Checking toml_edit v0.22.20 |
3015 | 2024-08-07T07:45:52.743Z | Checking dof v0.3.0 |
3016 | 2024-08-07T07:45:52.743Z | Checking cargo_metadata v0.18.1 |
3017 | 2024-08-07T07:45:53.126Z | Checking usdt-impl v0.5.0 |
3018 | 2024-08-07T07:45:53.476Z | Checking usdt v0.5.0 |
3019 | 2024-08-07T07:45:53.629Z | Checking toml v0.8.19 |
3020 | 2024-08-07T07:45:54.069Z | Checking cargo_toml v0.20.4 |
3021 | 2024-08-07T07:45:55.226Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3022 | 2024-08-07T07:45:55.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
3023 | 2024-08-07T07:45:55.864Z | |
3024 | 2024-08-07T07:45:55.864Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3025 | 2024-08-07T07:45:56.287Z | Downloading crates ... |
3026 | 2024-08-07T07:45:56.525Z | Downloaded md5 v0.7.0 |
3027 | 2024-08-07T07:45:56.528Z | Downloaded russh-cryptovec v0.7.2 |
3028 | 2024-08-07T07:45:56.531Z | Downloaded dhcproto-macros v0.1.0 |
3029 | 2024-08-07T07:45:56.534Z | Downloaded option-ext v0.2.0 |
3030 | 2024-08-07T07:45:56.538Z | Downloaded pbkdf2 v0.11.0 |
3031 | 2024-08-07T07:45:56.541Z | Downloaded hex-literal v0.4.1 |
3032 | 2024-08-07T07:45:56.543Z | Downloaded ed25519 v2.2.3 |
3033 | 2024-08-07T07:45:56.543Z | Downloaded dirs-sys v0.4.1 |
3034 | 2024-08-07T07:45:56.546Z | Downloaded dirs v5.0.1 |
3035 | 2024-08-07T07:45:56.546Z | Downloaded cbc v0.1.2 |
3036 | 2024-08-07T07:45:56.549Z | Downloaded bcrypt-pbkdf v0.10.0 |
3037 | 2024-08-07T07:45:56.549Z | Downloaded primeorder v0.13.6 |
3038 | 2024-08-07T07:45:56.549Z | Downloaded polyval v0.6.2 |
3039 | 2024-08-07T07:45:56.552Z | Downloaded ghash v0.5.1 |
3040 | 2024-08-07T07:45:56.552Z | Downloaded internet-checksum v0.2.1 |
3041 | 2024-08-07T07:45:56.555Z | Downloaded ctr v0.9.2 |
3042 | 2024-08-07T07:45:56.555Z | Downloaded getrandom v0.1.16 |
3043 | 2024-08-07T07:45:56.557Z | Downloaded rfc6979 v0.4.0 |
3044 | 2024-08-07T07:45:56.557Z | Downloaded rand_core v0.5.1 |
3045 | 2024-08-07T07:45:56.560Z | Downloaded rand_chacha v0.2.2 |
3046 | 2024-08-07T07:45:56.560Z | Downloaded aes-gcm v0.10.3 |
3047 | 2024-08-07T07:45:56.563Z | Downloaded pbkdf2 v0.12.2 |
3048 | 2024-08-07T07:45:56.566Z | Downloaded dhcproto v0.12.0 |
3049 | 2024-08-07T07:45:56.569Z | Downloaded password-hash v0.4.2 |
3050 | 2024-08-07T07:45:56.571Z | Downloaded russh-keys v0.43.0 |
3051 | 2024-08-07T07:45:56.571Z | Downloaded p256 v0.13.2 |
3052 | 2024-08-07T07:45:56.575Z | Downloaded ecdsa v0.16.9 |
3053 | 2024-08-07T07:45:56.577Z | Downloaded blowfish v0.9.1 |
3054 | 2024-08-07T07:45:56.582Z | Downloaded russh v0.43.0 |
3055 | 2024-08-07T07:45:56.587Z | Downloaded ed25519-dalek v2.1.1 |
3056 | 2024-08-07T07:45:56.590Z | Downloaded rand v0.7.3 |
3057 | 2024-08-07T07:45:56.594Z | Downloaded p521 v0.13.3 |
3058 | 2024-08-07T07:45:56.598Z | Downloaded aes v0.8.4 |
3059 | 2024-08-07T07:45:56.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2024-08-07T07:45:56.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2024-08-07T07:45:56.727Z | Compiling getrandom v0.1.16 |
3062 | 2024-08-07T07:45:56.827Z | Checking rfc6979 v0.4.0 |
3063 | 2024-08-07T07:45:56.836Z | Checking primeorder v0.13.6 |
3064 | 2024-08-07T07:45:56.839Z | Checking option-ext v0.2.0 |
3065 | 2024-08-07T07:45:56.854Z | Checking ed25519 v2.2.3 |
3066 | 2024-08-07T07:45:56.857Z | Checking polyval v0.6.2 |
3067 | 2024-08-07T07:45:56.857Z | Checking ctr v0.9.2 |
3068 | 2024-08-07T07:45:56.857Z | Checking aes v0.8.4 |
3069 | 2024-08-07T07:45:56.940Z | Checking dirs-sys v0.4.1 |
3070 | 2024-08-07T07:45:56.970Z | Checking ecdsa v0.16.9 |
3071 | 2024-08-07T07:45:57.109Z | Checking blowfish v0.9.1 |
3072 | 2024-08-07T07:45:57.112Z | Checking password-hash v0.4.2 |
3073 | 2024-08-07T07:45:57.112Z | Checking pbkdf2 v0.12.2 |
3074 | 2024-08-07T07:45:57.181Z | Checking ed25519-dalek v2.1.1 |
3075 | 2024-08-07T07:45:57.256Z | Checking ghash v0.5.1 |
3076 | 2024-08-07T07:45:57.303Z | Checking dirs v5.0.1 |
3077 | 2024-08-07T07:45:57.388Z | Checking bcrypt-pbkdf v0.10.0 |
3078 | 2024-08-07T07:45:57.427Z | Checking cbc v0.1.2 |
3079 | 2024-08-07T07:45:57.444Z | Checking russh-cryptovec v0.7.2 |
3080 | 2024-08-07T07:45:57.489Z | Checking md5 v0.7.0 |
3081 | 2024-08-07T07:45:57.564Z | Checking pbkdf2 v0.11.0 |
3082 | 2024-08-07T07:45:57.616Z | Compiling dhcproto-macros v0.1.0 |
3083 | 2024-08-07T07:45:57.633Z | Checking hex-literal v0.4.1 |
3084 | 2024-08-07T07:45:57.636Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3085 | 2024-08-07T07:45:57.662Z | Checking p256 v0.13.2 |
3086 | 2024-08-07T07:45:57.677Z | Checking p521 v0.13.3 |
3087 | 2024-08-07T07:45:57.749Z | Checking aes-gcm v0.10.3 |
3088 | 2024-08-07T07:45:57.765Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3089 | 2024-08-07T07:45:57.778Z | Checking rand_core v0.5.1 |
3090 | 2024-08-07T07:45:57.816Z | Checking internet-checksum v0.2.1 |
3091 | 2024-08-07T07:45:58.064Z | Checking rand_chacha v0.2.2 |
3092 | 2024-08-07T07:45:58.311Z | Checking rand v0.7.3 |
3093 | 2024-08-07T07:45:58.336Z | Checking dhcproto v0.12.0 |
3094 | 2024-08-07T07:45:59.196Z | Checking russh-keys v0.43.0 |
3095 | 2024-08-07T07:45:59.923Z | Checking russh v0.43.0 |
3096 | 2024-08-07T07:46:16.537Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3097 | 2024-08-07T07:46:17.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.91s |
3098 | 2024-08-07T07:46:17.958Z | |
3099 | 2024-08-07T07:46:17.959Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3100 | 2024-08-07T07:46:18.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-08-07T07:46:18.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-08-07T07:46:18.557Z | Checking termios v0.3.3 |
3103 | 2024-08-07T07:46:18.750Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3104 | 2024-08-07T07:46:19.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3105 | 2024-08-07T07:46:19.609Z | |
3106 | 2024-08-07T07:46:19.609Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3107 | 2024-08-07T07:46:20.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-07T07:46:20.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-07T07:46:20.273Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3110 | 2024-08-07T07:46:22.189Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3111 | 2024-08-07T07:46:23.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3112 | 2024-08-07T07:46:24.039Z | |
3113 | 2024-08-07T07:46:24.039Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3114 | 2024-08-07T07:46:24.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-08-07T07:46:24.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-08-07T07:46:24.632Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3117 | 2024-08-07T07:46:25.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3118 | 2024-08-07T07:46:25.182Z | |
3119 | 2024-08-07T07:46:25.182Z | info: running `cargo check --bins` on omicron-package (142/147) |
3120 | 2024-08-07T07:46:25.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-08-07T07:46:25.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-08-07T07:46:25.805Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3123 | 2024-08-07T07:46:26.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
3124 | 2024-08-07T07:46:27.105Z | |
3125 | 2024-08-07T07:46:27.105Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3126 | 2024-08-07T07:46:27.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-08-07T07:46:27.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-08-07T07:46:27.753Z | Checking rtoolbox v0.0.2 |
3129 | 2024-08-07T07:46:27.753Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3130 | 2024-08-07T07:46:27.753Z | Checking tui-tree-widget v0.21.0 |
3131 | 2024-08-07T07:46:27.950Z | Checking rpassword v7.3.1 |
3132 | 2024-08-07T07:46:31.620Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3133 | 2024-08-07T07:46:34.297Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3134 | 2024-08-07T07:46:35.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s |
3135 | 2024-08-07T07:46:35.464Z | |
3136 | 2024-08-07T07:46:35.464Z | info: running `cargo check --bins` on wicket (144/147) |
3137 | 2024-08-07T07:46:36.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-08-07T07:46:36.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-08-07T07:46:36.106Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3140 | 2024-08-07T07:46:36.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
3141 | 2024-08-07T07:46:36.605Z | |
3142 | 2024-08-07T07:46:36.605Z | info: running `cargo check --bins` on wicketd (145/147) |
3143 | 2024-08-07T07:46:37.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-08-07T07:46:37.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-08-07T07:46:37.274Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3146 | 2024-08-07T07:46:40.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
3147 | 2024-08-07T07:46:40.826Z | |
3148 | 2024-08-07T07:46:40.826Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3149 | 2024-08-07T07:46:41.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-08-07T07:46:41.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-08-07T07:46:41.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-08-07T07:46:41.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3153 | 2024-08-07T07:46:41.388Z | |
3154 | 2024-08-07T07:46:41.388Z | info: running `cargo check --bins` on zone-setup (147/147) |
3155 | 2024-08-07T07:46:41.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-08-07T07:46:41.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-08-07T07:46:42.068Z | Checking uzers v0.11.3 |
3158 | 2024-08-07T07:46:42.350Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3159 | 2024-08-07T07:46:43.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3160 | 2024-08-07T07:46:43.494Z | |
3161 | 2024-08-07T07:46:43.494Z | real 10:16.270290937 |
3162 | 2024-08-07T07:46:43.494Z | user 21:59.006489837 |
3163 | 2024-08-07T07:46:43.494Z | sys 4:38.901752888 |
3164 | 2024-08-07T07:46:43.494Z | trap 0.475022695 |
3165 | 2024-08-07T07:46:43.494Z | tflt 2.701283303 |
3166 | 2024-08-07T07:46:43.497Z | dflt 2.014573338 |
3167 | 2024-08-07T07:46:43.497Z | kflt 0.000902758 |
3168 | 2024-08-07T07:46:43.497Z | lock 39:19.698490612 |
3169 | 2024-08-07T07:46:43.497Z | slp 1:47:27.526196286 |
3170 | 2024-08-07T07:46:43.497Z | lat 54.595947582 |
3171 | 2024-08-07T07:46:43.497Z | stop 2:31.915065317 |
3172 | 2024-08-07T07:46:43.498Z | process exited: duration 881263 ms, exit code 0 |
|
3173 | 2024-08-07T07:46:43.504Z | found 0 output files |