|
|
|
1 | 2024-10-18T17:12:07.577Z | job assigned to worker 01JAG9SWEVHDZH3QZ8VCW9TZ2Z (queued for 35 s) |
|
2 | 2024-10-18T17:12:07.739Z | starting task 0: "setup" |
3 | 2024-10-18T17:12:07.762Z | ++ uname -s |
4 | 2024-10-18T17:12:07.762Z | + kern=SunOS |
5 | 2024-10-18T17:12:07.762Z | + case "$kern" in |
6 | 2024-10-18T17:12:07.762Z | + groupadd -g 12345 build |
7 | 2024-10-18T17:12:07.762Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T17:12:09.772Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T17:12:09.807Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T17:12:09.831Z | + home_fs=zfs |
11 | 2024-10-18T17:12:09.831Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T17:12:09.831Z | + mkdir -p /home/build |
13 | 2024-10-18T17:12:09.831Z | + chown build:build /home/build /work |
14 | 2024-10-18T17:12:11.816Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T17:12:11.840Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-10-18T17:12:11.888Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T17:12:11.911Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T17:12:11.911Z | ' 1.80.1 |
19 | 2024-10-18T17:12:11.911Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T17:12:11.911Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T17:12:11.911Z | ' default |
22 | 2024-10-18T17:12:11.911Z | * toolchain profile = "default" |
23 | 2024-10-18T17:12:11.911Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T17:12:11.911Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T17:12:12.035Z | info: downloading installer |
26 | 2024-10-18T17:12:12.543Z | info: profile set to 'default' |
27 | 2024-10-18T17:12:12.543Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T17:12:12.543Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T17:12:12.653Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T17:12:12.654Z | info: downloading component 'cargo' |
31 | 2024-10-18T17:12:12.847Z | info: downloading component 'clippy' |
32 | 2024-10-18T17:12:12.895Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T17:12:13.074Z | info: downloading component 'rust-std' |
34 | 2024-10-18T17:12:13.311Z | info: downloading component 'rustc' |
35 | 2024-10-18T17:12:13.995Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T17:12:14.039Z | info: installing component 'cargo' |
37 | 2024-10-18T17:12:15.138Z | info: installing component 'clippy' |
38 | 2024-10-18T17:12:15.573Z | info: installing component 'rust-docs' |
39 | 2024-10-18T17:12:18.270Z | info: installing component 'rust-std' |
40 | 2024-10-18T17:12:20.156Z | info: installing component 'rustc' |
41 | 2024-10-18T17:12:25.310Z | info: installing component 'rustfmt' |
42 | 2024-10-18T17:12:25.708Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T17:12:25.708Z | |
44 | 2024-10-18T17:12:25.838Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T17:12:25.838Z | |
46 | 2024-10-18T17:12:25.838Z | |
47 | 2024-10-18T17:12:25.838Z | Rust is installed now. Great! |
48 | 2024-10-18T17:12:25.838Z | |
49 | 2024-10-18T17:12:25.838Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T17:12:25.839Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T17:12:25.839Z | |
52 | 2024-10-18T17:12:25.839Z | To configure your current shell, you need to source |
53 | 2024-10-18T17:12:25.839Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T17:12:25.839Z | |
55 | 2024-10-18T17:12:25.839Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T17:12:25.839Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T17:12:25.839Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T17:12:25.914Z | + rustc --version |
59 | 2024-10-18T17:12:26.027Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T17:12:26.050Z | process exited: duration 14144 ms, exit code 0 |
|
61 | 2024-10-18T17:12:26.097Z | starting task 2: "authentication" |
62 | 2024-10-18T17:12:26.158Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-10-18T17:12:26.204Z | starting task 3: "clone repository" |
64 | 2024-10-18T17:12:26.228Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T17:12:26.228Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T17:12:26.251Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T17:12:32.689Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T17:12:32.689Z | + git fetch origin d69155eb692c56e24756eaa1b18239813771d04d |
69 | 2024-10-18T17:12:33.076Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T17:12:33.076Z | * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD |
71 | 2024-10-18T17:12:33.099Z | + [[ -n clickhouse-native-qorb-pool ]] |
72 | 2024-10-18T17:12:33.099Z | ++ git branch --show-current |
73 | 2024-10-18T17:12:33.099Z | + current=main |
74 | 2024-10-18T17:12:33.099Z | + [[ main != clickhouse-native-qorb-pool ]] |
75 | 2024-10-18T17:12:33.099Z | + git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d |
76 | 2024-10-18T17:12:33.122Z | + git checkout -f clickhouse-native-qorb-pool |
77 | 2024-10-18T17:12:33.201Z | Switched to branch 'clickhouse-native-qorb-pool' |
78 | 2024-10-18T17:12:33.224Z | + git reset --hard d69155eb692c56e24756eaa1b18239813771d04d |
79 | 2024-10-18T17:12:33.285Z | HEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job |
80 | 2024-10-18T17:12:33.308Z | process exited: duration 7082 ms, exit code 0 |
|
81 | 2024-10-18T17:12:33.355Z | starting task 4: "build" |
82 | 2024-10-18T17:12:33.379Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T17:12:33.379Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T17:12:33.379Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T17:12:33.379Z | + cargo --version |
86 | 2024-10-18T17:12:33.466Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T17:12:33.489Z | + rustc --version |
88 | 2024-10-18T17:12:33.567Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T17:12:33.590Z | + source ./env.sh |
90 | 2024-10-18T17:12:33.590Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-10-18T17:12:33.590Z | ++ set -o xtrace |
92 | 2024-10-18T17:12:33.590Z | ++++ dirname ./env.sh |
93 | 2024-10-18T17:12:33.591Z | +++ readlink -f . |
94 | 2024-10-18T17:12:33.591Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-10-18T17:12:33.591Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-18T17:12:33.591Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-18T17:12:33.591Z | ++ 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 |
98 | 2024-10-18T17:12:33.591Z | ++ 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 |
99 | 2024-10-18T17:12:33.591Z | ++ 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 |
100 | 2024-10-18T17:12:33.591Z | ++ 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 |
101 | 2024-10-18T17:12:33.591Z | ++ 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 |
102 | 2024-10-18T17:12:33.591Z | ++ 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 |
103 | 2024-10-18T17:12:33.591Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-10-18T17:12:33.591Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-10-18T17:12:33.591Z | + 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 |
106 | 2024-10-18T17:12:33.591Z | + 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 |
107 | 2024-10-18T17:12:33.591Z | + banner prerequisites |
108 | 2024-10-18T17:12:33.591Z | |
109 | 2024-10-18T17:12:33.591Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-10-18T17:12:33.591Z | # # # # # # # # # # # # # # # |
111 | 2024-10-18T17:12:33.591Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-10-18T17:12:33.591Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-10-18T17:12:33.591Z | # # # # # # # # # # # # # # # |
114 | 2024-10-18T17:12:33.591Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-10-18T17:12:33.591Z | |
116 | 2024-10-18T17:12:33.591Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-10-18T17:12:42.097Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-10-18T17:12:45.951Z | Startup: Caching catalogs ... Done |
119 | 2024-10-18T17:12:53.271Z | Planning: Solver setup ... Done (6.485s) |
120 | 2024-10-18T17:12:53.369Z | Planning: Running solver ... Done (0.097s) |
121 | 2024-10-18T17:12:53.444Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-10-18T17:12:53.524Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-10-18T17:12:53.964Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-10-18T17:12:54.080Z | Planning: Package planning ... Done (0.115s) |
125 | 2024-10-18T17:12:54.147Z | Planning: Merging actions ... Done (0.067s) |
126 | 2024-10-18T17:12:54.364Z | Planning: Checking for conflicting actions ... Done (0.217s) |
127 | 2024-10-18T17:12:55.670Z | Planning: Consolidating action changes ... Done (1.306s) |
128 | 2024-10-18T17:12:56.078Z | Planning: Evaluating mediators ... Done (0.407s) |
129 | 2024-10-18T17:12:56.171Z | Planning: Planning completed in 10.15 seconds |
130 | 2024-10-18T17:12:56.195Z | Packages to install: 4 |
131 | 2024-10-18T17:12:56.195Z | Packages to update: 1 |
132 | 2024-10-18T17:12:56.195Z | Mediators to change: 2 |
133 | 2024-10-18T17:12:56.195Z | Services to change: 1 |
134 | 2024-10-18T17:12:56.195Z | Estimated space available: 148.81 GB |
135 | 2024-10-18T17:12:56.195Z | Estimated space to be consumed: 1.57 GB |
136 | 2024-10-18T17:12:56.195Z | Create boot environment: No |
137 | 2024-10-18T17:12:56.195Z | Create backup boot environment: Yes |
138 | 2024-10-18T17:12:56.195Z | Rebuild boot archive: No |
139 | 2024-10-18T17:12:56.195Z | |
140 | 2024-10-18T17:12:56.195Z | Changed mediators: |
141 | 2024-10-18T17:12:56.195Z | mediator clang: |
142 | 2024-10-18T17:12:56.195Z | version: None -> 15 (system default) |
143 | 2024-10-18T17:12:56.195Z | |
144 | 2024-10-18T17:12:56.195Z | mediator llvm: |
145 | 2024-10-18T17:12:56.195Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-10-18T17:12:56.195Z | |
147 | 2024-10-18T17:12:56.195Z | Changed packages: |
148 | 2024-10-18T17:12:56.195Z | helios-dev |
149 | 2024-10-18T17:12:56.196Z | developer/build-essential |
150 | 2024-10-18T17:12:56.196Z | None -> 11-2.0 |
151 | 2024-10-18T17:12:56.196Z | library/libxmlsec1 |
152 | 2024-10-18T17:12:56.196Z | None -> 1.2.35-2.0 |
153 | 2024-10-18T17:12:56.196Z | ooce/developer/clang-15 |
154 | 2024-10-18T17:12:56.196Z | None -> 15.0.7-2.0 |
155 | 2024-10-18T17:12:56.196Z | ooce/developer/llvm-15 |
156 | 2024-10-18T17:12:56.196Z | None -> 15.0.7-2.0 |
157 | 2024-10-18T17:12:56.196Z | package/pkg |
158 | 2024-10-18T17:12:56.196Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-10-18T17:12:56.196Z | |
160 | 2024-10-18T17:12:56.196Z | Services: |
161 | 2024-10-18T17:12:56.196Z | restart_fmri: |
162 | 2024-10-18T17:12:56.196Z | svc:/system/update-man-index:default |
163 | 2024-10-18T17:12:56.196Z | |
164 | 2024-10-18T17:12:56.196Z | Editable files to change: |
165 | 2024-10-18T17:12:56.196Z | Update: |
166 | 2024-10-18T17:12:56.196Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-10-18T17:12:56.264Z | |
168 | 2024-10-18T17:12:56.264Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-10-18T17:13:01.264Z | Download: 1189/4281 items 47.1/220.6MB 21% complete (9.4M/s) |
170 | 2024-10-18T17:13:06.279Z | Download: 1198/4281 items 70.7/220.6MB 32% complete (7.3M/s) |
171 | 2024-10-18T17:13:11.283Z | Download: 1397/4281 items 103.1/220.6MB 46% complete (5.7M/s) |
172 | 2024-10-18T17:13:16.283Z | Download: 2445/4281 items 120.1/220.6MB 54% complete (5.0M/s) |
173 | 2024-10-18T17:13:21.284Z | Download: 3247/4281 items 192.2/220.6MB 87% complete (8.8M/s) |
174 | 2024-10-18T17:13:26.284Z | Download: 3699/4281 items 216.4/220.6MB 98% complete (9.6M/s) |
175 | 2024-10-18T17:13:29.050Z | Download: Completed 220.60 MB in 32.79 seconds (6.7M/s) |
176 | 2024-10-18T17:13:30.549Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-10-18T17:13:30.573Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-10-18T17:13:35.928Z | Actions: 4021/5063 actions (Installing new actions) |
179 | 2024-10-18T17:13:36.530Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-10-18T17:13:36.894Z | Actions: Completed 5063 actions in 6.34 seconds. |
181 | 2024-10-18T17:13:37.375Z | Done (0.474s) |
182 | 2024-10-18T17:13:37.399Z | Done (0.000s) |
183 | 2024-10-18T17:13:37.972Z | Done (0.595s) |
184 | 2024-10-18T17:13:42.872Z | Done (4.724s) |
185 | 2024-10-18T17:13:42.973Z | Done (0.021s) |
186 | 2024-10-18T17:13:42.996Z | Done (0.000s) |
187 | 2024-10-18T17:13:43.134Z | Done (0.000s) |
188 | 2024-10-18T17:13:43.843Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-10-18T17:13:44.039Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-10-18T17:13:44.063Z | Planning: Consolidating action changes ... Done |
191 | 2024-10-18T17:13:44.365Z | Planning: Evaluating mediators ... Done |
192 | 2024-10-18T17:13:44.389Z | Planning: Planning completed in 0.53 seconds |
193 | 2024-10-18T17:13:44.412Z | Mediators to change: 2 |
194 | 2024-10-18T17:13:44.412Z | Create boot environment: No |
195 | 2024-10-18T17:13:44.413Z | Create backup boot environment: No |
196 | 2024-10-18T17:13:44.473Z | Done |
197 | 2024-10-18T17:13:44.473Z | Done |
198 | 2024-10-18T17:13:44.916Z | Done |
199 | 2024-10-18T17:13:49.420Z | Done |
200 | 2024-10-18T17:13:49.536Z | Done |
201 | 2024-10-18T17:13:49.536Z | Done |
202 | 2024-10-18T17:13:49.590Z | Done |
203 | 2024-10-18T17:13:50.364Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-10-18T17:13:50.387Z | Planning: Merging actions ... Done |
205 | 2024-10-18T17:13:50.605Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-10-18T17:13:50.628Z | Planning: Consolidating action changes ... Done |
207 | 2024-10-18T17:13:50.936Z | Planning: Evaluating mediators ... Done |
208 | 2024-10-18T17:13:51.002Z | Planning: Planning completed in 0.94 seconds |
209 | 2024-10-18T17:13:51.048Z | Packages to change: 1 |
210 | 2024-10-18T17:13:51.048Z | Mediators to change: 1 |
211 | 2024-10-18T17:13:51.048Z | Services to change: 1 |
212 | 2024-10-18T17:13:51.048Z | Create boot environment: No |
213 | 2024-10-18T17:13:51.048Z | Create backup boot environment: Yes |
214 | 2024-10-18T17:13:52.657Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-10-18T17:13:52.680Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-10-18T17:13:52.681Z | Done |
217 | 2024-10-18T17:13:52.681Z | Done |
218 | 2024-10-18T17:13:52.780Z | Done |
219 | 2024-10-18T17:13:57.343Z | Done |
220 | 2024-10-18T17:13:57.439Z | Done |
221 | 2024-10-18T17:13:57.439Z | Done |
222 | 2024-10-18T17:13:57.534Z | Done |
223 | 2024-10-18T17:13:58.069Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-10-18T17:13:58.069Z | clang system 15 system |
225 | 2024-10-18T17:13:58.069Z | csh system system illumos |
226 | 2024-10-18T17:13:58.069Z | ctags system system illumos |
227 | 2024-10-18T17:13:58.069Z | gcc vendor 12 vendor |
228 | 2024-10-18T17:13:58.070Z | gcc system 10 system |
229 | 2024-10-18T17:13:58.070Z | gcc system 7 system |
230 | 2024-10-18T17:13:58.070Z | go system 1.20 system |
231 | 2024-10-18T17:13:58.070Z | go system 1.19 system |
232 | 2024-10-18T17:13:58.070Z | llvm system 15 system |
233 | 2024-10-18T17:13:58.070Z | llvm system 14 system |
234 | 2024-10-18T17:13:58.070Z | mariadb system 10.6 system |
235 | 2024-10-18T17:13:58.071Z | mta vendor vendor dma |
236 | 2024-10-18T17:13:58.071Z | openjdk system 17 system |
237 | 2024-10-18T17:13:58.071Z | openjdk system 11 system |
238 | 2024-10-18T17:13:58.071Z | openjdk system 1.8 system |
239 | 2024-10-18T17:13:58.071Z | openssl vendor 3 vendor |
240 | 2024-10-18T17:13:58.071Z | perl system 5.36 system |
241 | 2024-10-18T17:13:58.071Z | postgresql system 15 system |
242 | 2024-10-18T17:13:58.071Z | postgresql system 13 system |
243 | 2024-10-18T17:13:58.071Z | python vendor 3 vendor |
244 | 2024-10-18T17:13:58.071Z | python system 2 system |
245 | 2024-10-18T17:13:58.071Z | python3 system 3.11 system |
246 | 2024-10-18T17:13:58.071Z | ruby system 3.0 system |
247 | 2024-10-18T17:13:58.071Z | words vendor vendor american-english |
248 | 2024-10-18T17:13:58.072Z | words system system australian-english |
249 | 2024-10-18T17:13:58.072Z | words system system british-english |
250 | 2024-10-18T17:13:58.072Z | words system system canadian-english |
251 | 2024-10-18T17:13:58.072Z | words system system french |
252 | 2024-10-18T17:13:58.072Z | words system system italian |
253 | 2024-10-18T17:13:58.072Z | words system system ngerman |
254 | 2024-10-18T17:13:58.072Z | words system system ogerman |
255 | 2024-10-18T17:13:58.073Z | words system system spanish |
256 | 2024-10-18T17:13:58.468Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-10-18T17:13:58.468Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-10-18T17:14:01.149Z | FMRI IFO |
259 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-10-18T17:14:01.149Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-10-18T17:14:01.150Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-10-18T17:14:01.150Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-10-18T17:14:01.150Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-10-18T17:14:01.150Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-10-18T17:14:01.922Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-10-18T17:14:02.336Z | Updating crates.io index |
274 | 2024-10-18T17:14:02.360Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-10-18T17:14:03.293Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-10-18T17:14:03.677Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-10-18T17:14:03.992Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-10-18T17:14:04.447Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-10-18T17:14:05.297Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-10-18T17:14:07.668Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-10-18T17:14:08.744Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-10-18T17:14:09.781Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-10-18T17:14:10.161Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-10-18T17:14:10.549Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-10-18T17:14:11.288Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-10-18T17:14:11.689Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-10-18T17:14:12.100Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-10-18T17:14:12.437Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-10-18T17:14:12.811Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-10-18T17:14:13.161Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-10-18T17:14:13.592Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-10-18T17:14:14.099Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-10-18T17:14:14.467Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-10-18T17:14:14.860Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-10-18T17:14:15.428Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-10-18T17:14:16.027Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-10-18T17:14:16.642Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-10-18T17:14:17.226Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-10-18T17:14:17.691Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-10-18T17:14:18.056Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-10-18T17:14:19.592Z | Downloading crates ... |
302 | 2024-10-18T17:14:19.651Z | Downloaded equivalent v1.0.1 |
303 | 2024-10-18T17:14:19.687Z | Downloaded fs-err v2.11.0 |
304 | 2024-10-18T17:14:19.688Z | Downloaded fastrand v2.1.1 |
305 | 2024-10-18T17:14:19.688Z | Downloaded crypto-common v0.1.6 |
306 | 2024-10-18T17:14:19.688Z | Downloaded usdt-impl v0.5.0 |
307 | 2024-10-18T17:14:19.688Z | Downloaded zerocopy-derive v0.7.35 |
308 | 2024-10-18T17:14:19.689Z | Downloaded textwrap v0.16.1 |
309 | 2024-10-18T17:14:19.714Z | Downloaded zerocopy v0.7.35 |
310 | 2024-10-18T17:14:19.739Z | Downloaded version_check v0.9.5 |
311 | 2024-10-18T17:14:19.740Z | Downloaded unicode-width v0.1.14 |
312 | 2024-10-18T17:14:19.740Z | Downloaded rustix v0.38.37 |
313 | 2024-10-18T17:14:19.773Z | Downloaded libc v0.2.159 |
314 | 2024-10-18T17:14:19.806Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-10-18T17:14:19.807Z | Downloaded syn v2.0.79 |
316 | 2024-10-18T17:14:19.807Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-10-18T17:14:19.807Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-10-18T17:14:19.807Z | Downloaded unicode-ident v1.0.13 |
319 | 2024-10-18T17:14:19.836Z | Downloaded toml_edit v0.22.22 |
320 | 2024-10-18T17:14:19.836Z | Downloaded toml v0.8.19 |
321 | 2024-10-18T17:14:19.836Z | Downloaded thiserror v1.0.64 |
322 | 2024-10-18T17:14:19.861Z | Downloaded terminal_size v0.4.0 |
323 | 2024-10-18T17:14:19.861Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-10-18T17:14:19.861Z | Downloaded syn v1.0.109 |
325 | 2024-10-18T17:14:19.861Z | Downloaded strsim v0.11.1 |
326 | 2024-10-18T17:14:19.861Z | Downloaded sha2 v0.10.8 |
327 | 2024-10-18T17:14:19.861Z | Downloaded serde_spanned v0.6.8 |
328 | 2024-10-18T17:14:19.862Z | Downloaded serde_derive v1.0.210 |
329 | 2024-10-18T17:14:19.862Z | Downloaded semver v1.0.23 |
330 | 2024-10-18T17:14:19.862Z | Downloaded scroll v0.12.0 |
331 | 2024-10-18T17:14:19.887Z | Downloaded proc-macro2 v1.0.87 |
332 | 2024-10-18T17:14:19.887Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-10-18T17:14:19.887Z | Downloaded plain v0.2.3 |
334 | 2024-10-18T17:14:19.887Z | Downloaded pest_generator v2.7.14 |
335 | 2024-10-18T17:14:19.887Z | Downloaded pest v2.7.14 |
336 | 2024-10-18T17:14:19.887Z | Downloaded once_cell v1.20.2 |
337 | 2024-10-18T17:14:19.887Z | Downloaded memchr v2.7.4 |
338 | 2024-10-18T17:14:19.887Z | Downloaded itoa v1.0.11 |
339 | 2024-10-18T17:14:19.914Z | Downloaded indexmap v2.6.0 |
340 | 2024-10-18T17:14:19.914Z | Downloaded heck v0.4.1 |
341 | 2024-10-18T17:14:19.914Z | Downloaded goblin v0.8.2 |
342 | 2024-10-18T17:14:19.914Z | Downloaded fnv v1.0.7 |
343 | 2024-10-18T17:14:19.914Z | Downloaded errno v0.3.9 |
344 | 2024-10-18T17:14:19.914Z | Downloaded dtrace-parser v0.2.0 |
345 | 2024-10-18T17:14:19.914Z | Downloaded digest v0.10.7 |
346 | 2024-10-18T17:14:19.914Z | Downloaded cpufeatures v0.2.14 |
347 | 2024-10-18T17:14:19.915Z | Downloaded clap_lex v0.7.2 |
348 | 2024-10-18T17:14:19.915Z | Downloaded clap_builder v4.5.20 |
349 | 2024-10-18T17:14:19.943Z | Downloaded cfg-if v1.0.0 |
350 | 2024-10-18T17:14:19.943Z | Downloaded cargo_metadata v0.18.1 |
351 | 2024-10-18T17:14:19.943Z | Downloaded camino-tempfile v1.1.1 |
352 | 2024-10-18T17:14:19.943Z | Downloaded anyhow v1.0.89 |
353 | 2024-10-18T17:14:19.943Z | Downloaded tabled v0.15.0 |
354 | 2024-10-18T17:14:19.971Z | Downloaded winnow v0.6.20 |
355 | 2024-10-18T17:14:19.996Z | Downloaded utf8parse v0.2.2 |
356 | 2024-10-18T17:14:19.996Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2024-10-18T17:14:19.996Z | Downloaded ucd-trie v0.1.7 |
358 | 2024-10-18T17:14:19.996Z | Downloaded typenum v1.17.0 |
359 | 2024-10-18T17:14:19.996Z | Downloaded thiserror-impl v1.0.64 |
360 | 2024-10-18T17:14:19.996Z | Downloaded tempfile v3.13.0 |
361 | 2024-10-18T17:14:19.996Z | Downloaded serde_json v1.0.128 |
362 | 2024-10-18T17:14:19.996Z | Downloaded serde v1.0.210 |
363 | 2024-10-18T17:14:19.996Z | Downloaded ryu v1.0.18 |
364 | 2024-10-18T17:14:20.019Z | Downloaded quote v1.0.37 |
365 | 2024-10-18T17:14:20.019Z | Downloaded pest_meta v2.7.14 |
366 | 2024-10-18T17:14:20.019Z | Downloaded pest_derive v2.7.14 |
367 | 2024-10-18T17:14:20.019Z | Downloaded papergrid v0.11.0 |
368 | 2024-10-18T17:14:20.019Z | Downloaded memmap v0.7.0 |
369 | 2024-10-18T17:14:20.019Z | Downloaded log v0.4.22 |
370 | 2024-10-18T17:14:20.019Z | Downloaded hashbrown v0.15.0 |
371 | 2024-10-18T17:14:20.042Z | Downloaded cargo_toml v0.20.5 |
372 | 2024-10-18T17:14:20.042Z | Downloaded byteorder v1.5.0 |
373 | 2024-10-18T17:14:20.042Z | Downloaded autocfg v1.4.0 |
374 | 2024-10-18T17:14:20.042Z | Downloaded anstyle-query v1.1.1 |
375 | 2024-10-18T17:14:20.042Z | Downloaded usdt v0.5.0 |
376 | 2024-10-18T17:14:20.042Z | Downloaded toml_datetime v0.6.8 |
377 | 2024-10-18T17:14:20.042Z | Downloaded thread-id v4.2.2 |
378 | 2024-10-18T17:14:20.043Z | Downloaded swrite v0.1.0 |
379 | 2024-10-18T17:14:20.043Z | Downloaded smawk v0.3.2 |
380 | 2024-10-18T17:14:20.043Z | Downloaded serde_tokenstream v0.2.2 |
381 | 2024-10-18T17:14:20.043Z | Downloaded scroll_derive v0.12.0 |
382 | 2024-10-18T17:14:20.043Z | Downloaded proc-macro-error-attr v1.0.4 |
383 | 2024-10-18T17:14:20.043Z | Downloaded pretty-hex v0.4.1 |
384 | 2024-10-18T17:14:20.043Z | Downloaded macaddr v1.0.1 |
385 | 2024-10-18T17:14:20.043Z | Downloaded is_terminal_polyfill v1.70.1 |
386 | 2024-10-18T17:14:20.066Z | Downloaded heck v0.5.0 |
387 | 2024-10-18T17:14:20.066Z | Downloaded generic-array v0.14.7 |
388 | 2024-10-18T17:14:20.066Z | Downloaded dof v0.3.0 |
389 | 2024-10-18T17:14:20.066Z | Downloaded colorchoice v1.0.2 |
390 | 2024-10-18T17:14:20.066Z | Downloaded clap_derive v4.5.18 |
391 | 2024-10-18T17:14:20.066Z | Downloaded clap v4.5.20 |
392 | 2024-10-18T17:14:20.066Z | Downloaded camino v1.1.9 |
393 | 2024-10-18T17:14:20.066Z | Downloaded bytecount v0.6.8 |
394 | 2024-10-18T17:14:20.066Z | Downloaded block-buffer v0.10.4 |
395 | 2024-10-18T17:14:20.066Z | Downloaded bitflags v2.6.0 |
396 | 2024-10-18T17:14:20.090Z | Downloaded anstream v0.6.15 |
397 | 2024-10-18T17:14:20.090Z | Downloaded anstyle-parse v0.2.5 |
398 | 2024-10-18T17:14:20.090Z | Downloaded anstyle v1.0.8 |
399 | 2024-10-18T17:14:20.214Z | Compiling proc-macro2 v1.0.87 |
400 | 2024-10-18T17:14:20.238Z | Compiling unicode-ident v1.0.13 |
401 | 2024-10-18T17:14:20.238Z | Compiling version_check v0.9.5 |
402 | 2024-10-18T17:14:20.238Z | Compiling serde v1.0.210 |
403 | 2024-10-18T17:14:20.238Z | Compiling thiserror v1.0.64 |
404 | 2024-10-18T17:14:20.238Z | Compiling memchr v2.7.4 |
405 | 2024-10-18T17:14:20.238Z | Compiling libc v0.2.159 |
406 | 2024-10-18T17:14:20.238Z | Compiling ucd-trie v0.1.7 |
407 | 2024-10-18T17:14:20.522Z | Compiling ryu v1.0.18 |
408 | 2024-10-18T17:14:20.863Z | Compiling itoa v1.0.11 |
409 | 2024-10-18T17:14:21.093Z | Compiling once_cell v1.20.2 |
410 | 2024-10-18T17:14:21.093Z | Compiling byteorder v1.5.0 |
411 | 2024-10-18T17:14:21.153Z | Compiling rustix v0.38.37 |
412 | 2024-10-18T17:14:21.457Z | Compiling serde_json v1.0.128 |
413 | 2024-10-18T17:14:21.554Z | Compiling bitflags v2.6.0 |
414 | 2024-10-18T17:14:21.787Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-10-18T17:14:21.839Z | Compiling usdt-impl v0.5.0 |
416 | 2024-10-18T17:14:21.968Z | Compiling quote v1.0.37 |
417 | 2024-10-18T17:14:22.030Z | Compiling syn v1.0.109 |
418 | 2024-10-18T17:14:22.096Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-18T17:14:22.150Z | Compiling equivalent v1.0.1 |
420 | 2024-10-18T17:14:22.271Z | Compiling errno v0.3.9 |
421 | 2024-10-18T17:14:22.335Z | Compiling syn v2.0.79 |
422 | 2024-10-18T17:14:22.376Z | Compiling utf8parse v0.2.2 |
423 | 2024-10-18T17:14:22.583Z | Compiling plain v0.2.3 |
424 | 2024-10-18T17:14:22.649Z | Compiling hashbrown v0.15.0 |
425 | 2024-10-18T17:14:22.711Z | Compiling thread-id v4.2.2 |
426 | 2024-10-18T17:14:22.767Z | Compiling log v0.4.22 |
427 | 2024-10-18T17:14:22.767Z | Compiling camino v1.1.9 |
428 | 2024-10-18T17:14:22.831Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-10-18T17:14:23.308Z | Compiling colorchoice v1.0.2 |
430 | 2024-10-18T17:14:23.464Z | Compiling winnow v0.6.20 |
431 | 2024-10-18T17:14:23.491Z | Compiling anstyle v1.0.8 |
432 | 2024-10-18T17:14:23.520Z | Compiling pretty-hex v0.4.1 |
433 | 2024-10-18T17:14:23.604Z | Compiling autocfg v1.4.0 |
434 | 2024-10-18T17:14:23.722Z | Compiling indexmap v2.6.0 |
435 | 2024-10-18T17:14:23.746Z | Compiling anstyle-query v1.1.1 |
436 | 2024-10-18T17:14:23.930Z | Compiling semver v1.0.23 |
437 | 2024-10-18T17:14:23.994Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-10-18T17:14:24.116Z | Compiling unicode-width v0.1.14 |
439 | 2024-10-18T17:14:24.512Z | Compiling terminal_size v0.4.0 |
440 | 2024-10-18T17:14:24.603Z | Compiling anstream v0.6.15 |
441 | 2024-10-18T17:14:24.655Z | Compiling fs-err v2.11.0 |
442 | 2024-10-18T17:14:24.921Z | Compiling heck v0.5.0 |
443 | 2024-10-18T17:14:24.974Z | Compiling cfg-if v1.0.0 |
444 | 2024-10-18T17:14:25.014Z | Compiling fastrand v2.1.1 |
445 | 2024-10-18T17:14:25.107Z | Compiling anyhow v1.0.89 |
446 | 2024-10-18T17:14:25.236Z | Compiling clap_lex v0.7.2 |
447 | 2024-10-18T17:14:25.460Z | Compiling heck v0.4.1 |
448 | 2024-10-18T17:14:25.496Z | Compiling fnv v1.0.7 |
449 | 2024-10-18T17:14:25.621Z | Compiling strsim v0.11.1 |
450 | 2024-10-18T17:14:25.647Z | Compiling bytecount v0.6.8 |
451 | 2024-10-18T17:14:25.858Z | Compiling papergrid v0.11.0 |
452 | 2024-10-18T17:14:25.887Z | Compiling tempfile v3.13.0 |
453 | 2024-10-18T17:14:25.960Z | Compiling clap_builder v4.5.20 |
454 | 2024-10-18T17:14:26.054Z | Compiling memmap v0.7.0 |
455 | 2024-10-18T17:14:26.370Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-10-18T17:14:26.437Z | Compiling smawk v0.3.2 |
457 | 2024-10-18T17:14:26.705Z | Compiling swrite v0.1.0 |
458 | 2024-10-18T17:14:26.795Z | Compiling textwrap v0.16.1 |
459 | 2024-10-18T17:14:27.972Z | Compiling tabled_derive v0.7.0 |
460 | 2024-10-18T17:14:29.732Z | Compiling tabled v0.15.0 |
461 | 2024-10-18T17:14:30.748Z | Compiling serde_derive v1.0.210 |
462 | 2024-10-18T17:14:30.771Z | Compiling thiserror-impl v1.0.64 |
463 | 2024-10-18T17:14:30.771Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-10-18T17:14:30.771Z | Compiling scroll_derive v0.12.0 |
465 | 2024-10-18T17:14:30.772Z | Compiling clap_derive v4.5.18 |
466 | 2024-10-18T17:14:31.965Z | Compiling scroll v0.12.0 |
467 | 2024-10-18T17:14:32.435Z | Compiling goblin v0.8.2 |
468 | 2024-10-18T17:14:32.692Z | Compiling zerocopy v0.7.35 |
469 | 2024-10-18T17:14:33.516Z | Compiling pest v2.7.14 |
470 | 2024-10-18T17:14:34.295Z | Compiling clap v4.5.20 |
471 | 2024-10-18T17:14:35.576Z | Compiling pest_meta v2.7.14 |
472 | 2024-10-18T17:14:36.547Z | Compiling pest_generator v2.7.14 |
473 | 2024-10-18T17:14:38.296Z | Compiling pest_derive v2.7.14 |
474 | 2024-10-18T17:14:38.911Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-10-18T17:14:40.410Z | Compiling serde_spanned v0.6.8 |
476 | 2024-10-18T17:14:40.410Z | Compiling toml_datetime v0.6.8 |
477 | 2024-10-18T17:14:40.433Z | Compiling cargo-platform v0.1.8 |
478 | 2024-10-18T17:14:40.782Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-10-18T17:14:40.843Z | Compiling toml_edit v0.22.22 |
480 | 2024-10-18T17:14:40.963Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-10-18T17:14:40.994Z | Compiling macaddr v1.0.1 |
482 | 2024-10-18T17:14:41.809Z | Compiling dof v0.3.0 |
483 | 2024-10-18T17:14:41.832Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-10-18T17:14:43.473Z | Compiling toml v0.8.19 |
485 | 2024-10-18T17:14:43.795Z | Compiling usdt-macro v0.5.0 |
486 | 2024-10-18T17:14:43.973Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-18T17:14:44.200Z | Compiling cargo_toml v0.20.5 |
488 | 2024-10-18T17:14:45.031Z | Compiling usdt v0.5.0 |
489 | 2024-10-18T17:14:48.608Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-10-18T17:14:53.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s |
491 | 2024-10-18T17:14:54.116Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-10-18T17:14:54.931Z | Downloading crates ... |
493 | 2024-10-18T17:14:55.084Z | Downloaded bitfield v0.14.0 |
494 | 2024-10-18T17:14:55.108Z | Downloaded darling_macro v0.20.10 |
495 | 2024-10-18T17:14:55.108Z | Downloaded ident_case v1.0.1 |
496 | 2024-10-18T17:14:55.108Z | Downloaded http-body-util v0.1.2 |
497 | 2024-10-18T17:14:55.132Z | Downloaded ref-cast v1.0.23 |
498 | 2024-10-18T17:14:55.132Z | Downloaded smallvec v0.6.14 |
499 | 2024-10-18T17:14:55.157Z | Downloaded tokio-tungstenite v0.23.1 |
500 | 2024-10-18T17:14:55.157Z | Downloaded xattr v1.3.1 |
501 | 2024-10-18T17:14:55.181Z | Downloaded fragile v2.0.0 |
502 | 2024-10-18T17:14:55.181Z | Downloaded headers-core v0.3.0 |
503 | 2024-10-18T17:14:55.204Z | Downloaded ref-cast-impl v1.0.23 |
504 | 2024-10-18T17:14:55.204Z | Downloaded russh-cryptovec v0.7.3 |
505 | 2024-10-18T17:14:55.205Z | Downloaded try-lock v0.2.5 |
506 | 2024-10-18T17:14:55.205Z | Downloaded float-ord v0.3.2 |
507 | 2024-10-18T17:14:55.232Z | Downloaded number_prefix v0.4.0 |
508 | 2024-10-18T17:14:55.257Z | Downloaded scrypt v0.11.0 |
509 | 2024-10-18T17:14:55.257Z | Downloaded schemars_derive v0.8.21 |
510 | 2024-10-18T17:14:55.257Z | Downloaded sigpipe v0.1.3 |
511 | 2024-10-18T17:14:55.282Z | Downloaded slab v0.4.9 |
512 | 2024-10-18T17:14:55.282Z | Downloaded termtree v0.4.1 |
513 | 2024-10-18T17:14:55.282Z | Downloaded unicode-truncate v1.1.0 |
514 | 2024-10-18T17:14:55.282Z | Downloaded toolchain_find v0.4.0 |
515 | 2024-10-18T17:14:55.308Z | Downloaded phf_shared v0.10.0 |
516 | 2024-10-18T17:14:55.308Z | Downloaded peg-runtime v0.8.3 |
517 | 2024-10-18T17:14:55.308Z | Downloaded strum v0.26.3 |
518 | 2024-10-18T17:14:55.308Z | Downloaded ena v0.14.3 |
519 | 2024-10-18T17:14:55.308Z | Downloaded stringprep v0.1.5 |
520 | 2024-10-18T17:14:55.308Z | Downloaded sqlparser_derive v0.2.2 |
521 | 2024-10-18T17:14:55.332Z | Downloaded diesel_table_macro_syntax v0.2.0 |
522 | 2024-10-18T17:14:55.332Z | Downloaded stable_deref_trait v1.2.0 |
523 | 2024-10-18T17:14:55.333Z | Downloaded downcast v0.11.0 |
524 | 2024-10-18T17:14:55.333Z | Downloaded parse-size v1.0.0 |
525 | 2024-10-18T17:14:55.333Z | Downloaded dirs-next v2.0.0 |
526 | 2024-10-18T17:14:55.333Z | Downloaded difflib v0.4.0 |
527 | 2024-10-18T17:14:55.333Z | Downloaded strum_macros v0.25.3 |
528 | 2024-10-18T17:14:55.333Z | Downloaded derive_builder_macro v0.20.2 |
529 | 2024-10-18T17:14:55.359Z | Downloaded dhcproto-macros v0.1.0 |
530 | 2024-10-18T17:14:55.359Z | Downloaded packed_struct_codegen v0.10.1 |
531 | 2024-10-18T17:14:55.359Z | Downloaded password-hash v0.4.2 |
532 | 2024-10-18T17:14:55.359Z | Downloaded hex-literal v0.4.1 |
533 | 2024-10-18T17:14:55.359Z | Downloaded oso-derive v0.27.3 |
534 | 2024-10-18T17:14:55.359Z | Downloaded des v0.8.1 |
535 | 2024-10-18T17:14:55.359Z | Downloaded tabwriter v1.4.0 |
536 | 2024-10-18T17:14:55.359Z | Downloaded ecdsa v0.16.9 |
537 | 2024-10-18T17:14:55.383Z | Downloaded num-complex v0.4.6 |
538 | 2024-10-18T17:14:55.383Z | Downloaded hickory-client v0.24.1 |
539 | 2024-10-18T17:14:55.383Z | Downloaded num-bigint-dig v0.8.4 |
540 | 2024-10-18T17:14:55.408Z | Downloaded p384 v0.13.0 |
541 | 2024-10-18T17:14:55.408Z | Downloaded owo-colors v4.1.0 |
542 | 2024-10-18T17:14:55.432Z | Downloaded tar v0.4.42 |
543 | 2024-10-18T17:14:55.432Z | Downloaded openssl-sys v0.9.103 |
544 | 2024-10-18T17:14:55.432Z | Downloaded p256 v0.13.2 |
545 | 2024-10-18T17:14:55.432Z | Downloaded num-bigint v0.4.6 |
546 | 2024-10-18T17:14:55.456Z | Downloaded serde_with v3.11.0 |
547 | 2024-10-18T17:14:55.456Z | Downloaded openssl v0.10.66 |
548 | 2024-10-18T17:14:55.479Z | Downloaded encoding_rs v0.8.34 |
549 | 2024-10-18T17:14:55.502Z | Downloaded nix v0.29.0 |
550 | 2024-10-18T17:14:55.526Z | Downloaded hickory-proto v0.24.1 |
551 | 2024-10-18T17:14:55.549Z | Downloaded sled v0.34.7 |
552 | 2024-10-18T17:14:55.572Z | Downloaded sha3 v0.10.8 |
553 | 2024-10-18T17:14:55.572Z | Downloaded libz-sys v1.1.20 |
554 | 2024-10-18T17:14:55.601Z | Downloaded lzma-sys v0.1.20 |
555 | 2024-10-18T17:14:55.652Z | Downloaded typify-impl v0.2.0 |
556 | 2024-10-18T17:14:55.678Z | Downloaded dropshot v0.12.0 |
557 | 2024-10-18T17:14:55.705Z | Downloaded openapiv3 v2.0.0 |
558 | 2024-10-18T17:14:55.728Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
559 | 2024-10-18T17:14:55.800Z | Downloaded nix v0.27.1 |
560 | 2024-10-18T17:14:55.824Z | Downloaded nix v0.28.0 |
561 | 2024-10-18T17:14:55.847Z | Downloaded idna v0.4.0 |
562 | 2024-10-18T17:14:55.847Z | Downloaded idna v0.2.3 |
563 | 2024-10-18T17:14:55.870Z | Downloaded proptest v1.5.0 |
564 | 2024-10-18T17:14:55.870Z | Downloaded idna v0.3.0 |
565 | 2024-10-18T17:14:55.893Z | Downloaded idna v0.5.0 |
566 | 2024-10-18T17:14:55.893Z | Downloaded petgraph v0.6.5 |
567 | 2024-10-18T17:14:55.916Z | Downloaded hashbrown v0.14.5 |
568 | 2024-10-18T17:14:55.939Z | Downloaded tokio v1.40.0 |
569 | 2024-10-18T17:14:55.983Z | Downloaded lalrpop v0.19.12 |
570 | 2024-10-18T17:14:56.006Z | Downloaded itertools v0.12.1 |
571 | 2024-10-18T17:14:56.029Z | Downloaded ring v0.17.8 |
572 | 2024-10-18T17:14:56.102Z | Downloaded hyper v0.14.30 |
573 | 2024-10-18T17:14:56.126Z | Downloaded csv v1.3.0 |
574 | 2024-10-18T17:14:56.149Z | Downloaded nu-ansi-term v0.50.1 |
575 | 2024-10-18T17:14:56.149Z | Downloaded diesel v2.2.4 |
576 | 2024-10-18T17:14:56.173Z | Downloaded der v0.7.9 |
577 | 2024-10-18T17:14:56.173Z | Downloaded ring v0.16.20 |
578 | 2024-10-18T17:14:56.278Z | Downloaded libsqlite3-sys v0.30.1 |
579 | 2024-10-18T17:14:56.373Z | Downloaded publicsuffix v2.2.3 |
580 | 2024-10-18T17:14:56.396Z | Downloaded unicode-normalization v0.1.24 |
581 | 2024-10-18T17:14:56.396Z | Downloaded russh v0.45.0 |
582 | 2024-10-18T17:14:56.396Z | Downloaded rusqlite v0.32.1 |
583 | 2024-10-18T17:14:56.396Z | Downloaded regex-automata v0.4.8 |
584 | 2024-10-18T17:14:56.420Z | Downloaded h2 v0.4.6 |
585 | 2024-10-18T17:14:56.442Z | Downloaded h2 v0.3.26 |
586 | 2024-10-18T17:14:56.442Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
587 | 2024-10-18T17:14:56.466Z | Downloaded num v0.4.3 |
588 | 2024-10-18T17:14:56.466Z | Downloaded dropshot_endpoint v0.12.0 |
589 | 2024-10-18T17:14:56.466Z | Downloaded sqlparser v0.45.0 |
590 | 2024-10-18T17:14:56.466Z | Downloaded oso v0.27.3 |
591 | 2024-10-18T17:14:56.489Z | Downloaded serde_yaml v0.9.34+deprecated |
592 | 2024-10-18T17:14:56.489Z | Downloaded webpki-roots v0.26.6 |
593 | 2024-10-18T17:14:56.489Z | Downloaded object v0.36.5 |
594 | 2024-10-18T17:14:56.489Z | Downloaded regex-syntax v0.8.5 |
595 | 2024-10-18T17:14:56.514Z | Downloaded zerocopy-derive v0.6.6 |
596 | 2024-10-18T17:14:56.514Z | Downloaded ratatui v0.28.1 |
597 | 2024-10-18T17:14:56.537Z | Downloaded expectorate v1.1.0 |
598 | 2024-10-18T17:14:56.560Z | Downloaded p521 v0.13.3 |
599 | 2024-10-18T17:14:56.560Z | Downloaded ssh-key v0.6.6 |
600 | 2024-10-18T17:14:56.560Z | Downloaded salty v0.3.0 |
601 | 2024-10-18T17:14:56.584Z | Downloaded quinn-proto v0.11.8 |
602 | 2024-10-18T17:14:56.584Z | Downloaded quick-xml v0.33.0 |
603 | 2024-10-18T17:14:56.584Z | Downloaded dsl_auto_type v0.1.2 |
604 | 2024-10-18T17:14:56.584Z | Downloaded steno v0.4.1 |
605 | 2024-10-18T17:14:56.584Z | Downloaded parse-zoneinfo v0.3.1 |
606 | 2024-10-18T17:14:56.607Z | Downloaded subprocess v0.2.9 |
607 | 2024-10-18T17:14:56.607Z | Downloaded strum_macros v0.26.4 |
608 | 2024-10-18T17:14:56.607Z | Downloaded env_logger v0.10.2 |
609 | 2024-10-18T17:14:56.607Z | Downloaded serde_with_macros v3.11.0 |
610 | 2024-10-18T17:14:56.607Z | Downloaded polar-core v0.27.3 |
611 | 2024-10-18T17:14:56.631Z | Downloaded trust-dns-proto v0.22.0 |
612 | 2024-10-18T17:14:56.631Z | Downloaded regress v0.10.1 |
613 | 2024-10-18T17:14:56.656Z | Downloaded regress v0.9.1 |
614 | 2024-10-18T17:14:56.656Z | Downloaded hkdf v0.12.4 |
615 | 2024-10-18T17:14:56.656Z | Downloaded tap v1.0.1 |
616 | 2024-10-18T17:14:56.656Z | Downloaded parse-display-derive v0.10.0 |
617 | 2024-10-18T17:14:56.656Z | Downloaded serde_derive_internals v0.29.1 |
618 | 2024-10-18T17:14:56.656Z | Downloaded object v0.30.4 |
619 | 2024-10-18T17:14:56.679Z | Downloaded dhcproto v0.12.0 |
620 | 2024-10-18T17:14:56.679Z | Downloaded derive_more v0.99.18 |
621 | 2024-10-18T17:14:56.679Z | Downloaded derive_builder_core v0.20.2 |
622 | 2024-10-18T17:14:56.679Z | Downloaded parse-display v0.10.0 |
623 | 2024-10-18T17:14:56.679Z | Downloaded parking_lot v0.12.3 |
624 | 2024-10-18T17:14:56.703Z | Downloaded diesel_derives v2.2.3 |
625 | 2024-10-18T17:14:56.703Z | Downloaded derive-where v1.2.7 |
626 | 2024-10-18T17:14:56.703Z | Downloaded slog v2.7.0 |
627 | 2024-10-18T17:14:56.703Z | Downloaded qorb v0.1.1 |
628 | 2024-10-18T17:14:56.703Z | Downloaded heapless v0.8.0 |
629 | 2024-10-18T17:14:56.726Z | Downloaded string_cache v0.8.7 |
630 | 2024-10-18T17:14:56.726Z | Downloaded spin v0.9.8 |
631 | 2024-10-18T17:14:56.726Z | Downloaded termcolor v1.4.1 |
632 | 2024-10-18T17:14:56.726Z | Downloaded term v0.7.0 |
633 | 2024-10-18T17:14:56.726Z | Downloaded env_logger v0.11.5 |
634 | 2024-10-18T17:14:56.726Z | Downloaded serde_urlencoded v0.7.1 |
635 | 2024-10-18T17:14:56.726Z | Downloaded tough v0.17.1 |
636 | 2024-10-18T17:14:56.751Z | Downloaded heapless v0.7.17 |
637 | 2024-10-18T17:14:56.751Z | Downloaded unicode-segmentation v1.12.0 |
638 | 2024-10-18T17:14:56.751Z | Downloaded typed-path v0.7.1 |
639 | 2024-10-18T17:14:56.751Z | Downloaded num-conv v0.1.0 |
640 | 2024-10-18T17:14:56.751Z | Downloaded ed25519 v2.2.3 |
641 | 2024-10-18T17:14:56.751Z | Downloaded dyn-clone v1.0.17 |
642 | 2024-10-18T17:14:56.774Z | Downloaded diesel-dtrace v0.3.0 |
643 | 2024-10-18T17:14:56.774Z | Downloaded parking_lot_core v0.9.10 |
644 | 2024-10-18T17:14:56.774Z | Downloaded parking_lot v0.11.2 |
645 | 2024-10-18T17:14:56.774Z | Downloaded hashbrown v0.13.2 |
646 | 2024-10-18T17:14:56.774Z | Downloaded parking_lot_core v0.8.6 |
647 | 2024-10-18T17:14:56.774Z | Downloaded diff v0.1.13 |
648 | 2024-10-18T17:14:56.774Z | Downloaded elliptic-curve v0.13.8 |
649 | 2024-10-18T17:14:56.774Z | Downloaded ed25519-dalek v2.1.1 |
650 | 2024-10-18T17:14:56.798Z | Downloaded vcpkg v0.2.15 |
651 | 2024-10-18T17:14:56.826Z | Downloaded regex-syntax v0.6.29 |
652 | 2024-10-18T17:14:56.851Z | Downloaded gimli v0.31.1 |
653 | 2024-10-18T17:14:56.851Z | Downloaded nom v7.1.3 |
654 | 2024-10-18T17:14:56.874Z | Downloaded libm v0.2.8 |
655 | 2024-10-18T17:14:56.874Z | Downloaded time v0.3.36 |
656 | 2024-10-18T17:14:56.874Z | Downloaded packed_struct v0.10.1 |
657 | 2024-10-18T17:14:56.874Z | Downloaded samael v0.0.17 |
658 | 2024-10-18T17:14:56.897Z | Downloaded mio v1.0.2 |
659 | 2024-10-18T17:14:56.897Z | Downloaded take_mut v0.2.2 |
660 | 2024-10-18T17:14:56.897Z | Downloaded sync_wrapper v1.0.1 |
661 | 2024-10-18T17:14:56.897Z | Downloaded sync_wrapper v0.1.2 |
662 | 2024-10-18T17:14:56.897Z | Downloaded quinn v0.11.5 |
663 | 2024-10-18T17:14:56.897Z | Downloaded derive_builder v0.20.2 |
664 | 2024-10-18T17:14:56.920Z | Downloaded der_derive v0.7.3 |
665 | 2024-10-18T17:14:56.921Z | Downloaded rustls v0.23.14 |
666 | 2024-10-18T17:14:56.945Z | Downloaded static_assertions v1.1.0 |
667 | 2024-10-18T17:14:56.945Z | Downloaded supports-color v3.0.1 |
668 | 2024-10-18T17:14:56.945Z | Downloaded subtle v2.6.1 |
669 | 2024-10-18T17:14:56.945Z | Downloaded radix_trie v0.2.1 |
670 | 2024-10-18T17:14:56.945Z | Downloaded env_filter v0.1.2 |
671 | 2024-10-18T17:14:56.945Z | Downloaded regex v1.11.0 |
672 | 2024-10-18T17:14:56.977Z | Downloaded num-integer v0.1.46 |
673 | 2024-10-18T17:14:56.977Z | Downloaded enum-as-inner v0.6.1 |
674 | 2024-10-18T17:14:56.977Z | Downloaded enum-as-inner v0.5.1 |
675 | 2024-10-18T17:14:56.977Z | Downloaded spki v0.7.3 |
676 | 2024-10-18T17:14:56.977Z | Downloaded slog-dtrace v0.3.0 |
677 | 2024-10-18T17:14:56.977Z | Downloaded serde_repr v0.1.19 |
678 | 2024-10-18T17:14:56.977Z | Downloaded toml_edit v0.19.15 |
679 | 2024-10-18T17:14:57.001Z | Downloaded prettyplease v0.2.22 |
680 | 2024-10-18T17:14:57.001Z | Downloaded dirs-sys-next v0.1.2 |
681 | 2024-10-18T17:14:57.001Z | Downloaded ssh-cipher v0.2.0 |
682 | 2024-10-18T17:14:57.001Z | Downloaded strum_macros v0.24.3 |
683 | 2024-10-18T17:14:57.001Z | Downloaded sha1 v0.10.6 |
684 | 2024-10-18T17:14:57.001Z | Downloaded serde_path_to_error v0.1.16 |
685 | 2024-10-18T17:14:57.001Z | Downloaded semver v0.1.20 |
686 | 2024-10-18T17:14:57.001Z | Downloaded display-error-chain v0.2.1 |
687 | 2024-10-18T17:14:57.001Z | Downloaded num-iter v0.1.45 |
688 | 2024-10-18T17:14:57.001Z | Downloaded sqlformat v0.2.6 |
689 | 2024-10-18T17:14:57.024Z | Downloaded serde-hex v0.1.0 |
690 | 2024-10-18T17:14:57.024Z | Downloaded ssh-encoding v0.2.0 |
691 | 2024-10-18T17:14:57.024Z | Downloaded structmeta-derive v0.3.0 |
692 | 2024-10-18T17:14:57.024Z | Downloaded structmeta v0.3.0 |
693 | 2024-10-18T17:14:57.024Z | Downloaded strip-ansi-escapes v0.2.0 |
694 | 2024-10-18T17:14:57.024Z | Downloaded embedded-io v0.6.1 |
695 | 2024-10-18T17:14:57.024Z | Downloaded peg-macros v0.8.4 |
696 | 2024-10-18T17:14:57.024Z | Downloaded shell-words v1.1.0 |
697 | 2024-10-18T17:14:57.024Z | Downloaded serde_plain v1.0.2 |
698 | 2024-10-18T17:14:57.025Z | Downloaded secrecy v0.8.0 |
699 | 2024-10-18T17:14:57.025Z | Downloaded sec1 v0.7.3 |
700 | 2024-10-18T17:14:57.025Z | Downloaded unicode_categories v0.1.1 |
701 | 2024-10-18T17:14:57.025Z | Downloaded tokio-util v0.7.12 |
702 | 2024-10-18T17:14:57.049Z | Downloaded num-derive v0.4.2 |
703 | 2024-10-18T17:14:57.049Z | Downloaded structmeta-derive v0.2.0 |
704 | 2024-10-18T17:14:57.049Z | Downloaded signal-hook-mio v0.2.4 |
705 | 2024-10-18T17:14:57.049Z | Downloaded signal-hook v0.3.17 |
706 | 2024-10-18T17:14:57.049Z | Downloaded shlex v1.3.0 |
707 | 2024-10-18T17:14:57.049Z | Downloaded pem v3.0.4 |
708 | 2024-10-18T17:14:57.049Z | Downloaded password-hash v0.5.0 |
709 | 2024-10-18T17:14:57.072Z | Downloaded rsa v0.9.6 |
710 | 2024-10-18T17:14:57.072Z | Downloaded chrono-tz v0.10.0 |
711 | 2024-10-18T17:14:57.073Z | Downloaded structmeta v0.2.0 |
712 | 2024-10-18T17:14:57.073Z | Downloaded endian-type v0.1.2 |
713 | 2024-10-18T17:14:57.073Z | Downloaded pem-rfc7468 v0.7.0 |
714 | 2024-10-18T17:14:57.073Z | Downloaded pbkdf2 v0.12.2 |
715 | 2024-10-18T17:14:57.097Z | Downloaded pin-project-internal v1.1.6 |
716 | 2024-10-18T17:14:57.097Z | Downloaded phf_generator v0.11.2 |
717 | 2024-10-18T17:14:57.097Z | Downloaded deranged v0.3.11 |
718 | 2024-10-18T17:14:57.097Z | Downloaded toml v0.7.8 |
719 | 2024-10-18T17:14:57.097Z | Downloaded portable-atomic v1.9.0 |
720 | 2024-10-18T17:14:57.097Z | Downloaded hashbrown v0.12.3 |
721 | 2024-10-18T17:14:57.120Z | Downloaded either v1.13.0 |
722 | 2024-10-18T17:14:57.120Z | Downloaded pin-project v1.1.6 |
723 | 2024-10-18T17:14:57.120Z | Downloaded phf_shared v0.11.2 |
724 | 2024-10-18T17:14:57.120Z | Downloaded which v4.4.2 |
725 | 2024-10-18T17:14:57.120Z | Downloaded progenitor-impl v0.8.0 |
726 | 2024-10-18T17:14:57.120Z | Downloaded embedded-io v0.4.0 |
727 | 2024-10-18T17:14:57.143Z | Downloaded rustc_version v0.4.1 |
728 | 2024-10-18T17:14:57.143Z | Downloaded rustc-hash v2.0.0 |
729 | 2024-10-18T17:14:57.144Z | Downloaded phf v0.11.2 |
730 | 2024-10-18T17:14:57.144Z | Downloaded unicode-properties v0.1.3 |
731 | 2024-10-18T17:14:57.144Z | Downloaded unicode-bidi v0.3.17 |
732 | 2024-10-18T17:14:57.144Z | Downloaded smoltcp v0.9.1 |
733 | 2024-10-18T17:14:57.167Z | Downloaded libxml v0.3.3 |
734 | 2024-10-18T17:14:57.167Z | Downloaded itertools v0.13.0 |
735 | 2024-10-18T17:14:57.167Z | Downloaded peg v0.8.4 |
736 | 2024-10-18T17:14:57.190Z | Downloaded pbkdf2 v0.11.0 |
737 | 2024-10-18T17:14:57.190Z | Downloaded path-slash v0.1.5 |
738 | 2024-10-18T17:14:57.190Z | Downloaded paste v1.0.15 |
739 | 2024-10-18T17:14:57.190Z | Downloaded serde-big-array v0.5.1 |
740 | 2024-10-18T17:14:57.191Z | Downloaded rustc_version v0.1.7 |
741 | 2024-10-18T17:14:57.191Z | Downloaded percent-encoding v2.3.1 |
742 | 2024-10-18T17:14:57.191Z | Downloaded thiserror-no-std v2.0.2 |
743 | 2024-10-18T17:14:57.191Z | Downloaded test-strategy v0.3.1 |
744 | 2024-10-18T17:14:57.215Z | Downloaded sct v0.7.1 |
745 | 2024-10-18T17:14:57.215Z | Downloaded git2 v0.19.0 |
746 | 2024-10-18T17:14:57.215Z | Downloaded same-file v1.0.6 |
747 | 2024-10-18T17:14:57.215Z | Downloaded unicode-xid v0.2.6 |
748 | 2024-10-18T17:14:57.215Z | Downloaded topological-sort v0.2.2 |
749 | 2024-10-18T17:14:57.215Z | Downloaded tiny-keccak v2.0.2 |
750 | 2024-10-18T17:14:57.238Z | Downloaded russh-keys v0.45.0 |
751 | 2024-10-18T17:14:57.238Z | Downloaded ron v0.8.1 |
752 | 2024-10-18T17:14:57.238Z | Downloaded headers v0.4.0 |
753 | 2024-10-18T17:14:57.238Z | Downloaded smoltcp v0.11.0 |
754 | 2024-10-18T17:14:57.261Z | Downloaded rustls v0.22.4 |
755 | 2024-10-18T17:14:57.284Z | Downloaded minimal-lexical v0.2.1 |
756 | 2024-10-18T17:14:57.285Z | Downloaded phf_codegen v0.11.2 |
757 | 2024-10-18T17:14:57.285Z | Downloaded slog-bunyan v2.5.0 |
758 | 2024-10-18T17:14:57.285Z | Downloaded walkdir v2.5.0 |
759 | 2024-10-18T17:14:57.285Z | Downloaded vte v0.11.1 |
760 | 2024-10-18T17:14:57.285Z | Downloaded predicates-tree v1.0.11 |
761 | 2024-10-18T17:14:57.285Z | Downloaded reqwest v0.12.8 |
762 | 2024-10-18T17:14:57.308Z | Downloaded reqwest v0.11.27 |
763 | 2024-10-18T17:14:57.308Z | Downloaded itertools v0.10.5 |
764 | 2024-10-18T17:14:57.308Z | Downloaded bstr v1.10.0 |
765 | 2024-10-18T17:14:57.332Z | Downloaded time-macros v0.2.18 |
766 | 2024-10-18T17:14:57.332Z | Downloaded time-core v0.1.2 |
767 | 2024-10-18T17:14:57.332Z | Downloaded termios v0.3.3 |
768 | 2024-10-18T17:14:57.332Z | Downloaded similar v2.6.0 |
769 | 2024-10-18T17:14:57.333Z | Downloaded predicates v3.1.2 |
770 | 2024-10-18T17:14:57.356Z | Downloaded rustls v0.21.12 |
771 | 2024-10-18T17:14:57.357Z | Downloaded hyper v1.4.1 |
772 | 2024-10-18T17:14:57.381Z | Downloaded hmac v0.12.1 |
773 | 2024-10-18T17:14:57.381Z | Downloaded thread_local v1.1.8 |
774 | 2024-10-18T17:14:57.381Z | Downloaded thiserror-impl-no-std v2.0.2 |
775 | 2024-10-18T17:14:57.381Z | Downloaded schemars v0.8.21 |
776 | 2024-10-18T17:14:57.381Z | Downloaded url v2.5.2 |
777 | 2024-10-18T17:14:57.405Z | Downloaded untrusted v0.9.0 |
778 | 2024-10-18T17:14:57.405Z | Downloaded slog-async v2.8.0 |
779 | 2024-10-18T17:14:57.405Z | Downloaded siphasher v0.3.11 |
780 | 2024-10-18T17:14:57.406Z | Downloaded flate2 v1.0.34 |
781 | 2024-10-18T17:14:57.406Z | Downloaded half v2.4.1 |
782 | 2024-10-18T17:14:57.406Z | Downloaded signature v2.2.0 |
783 | 2024-10-18T17:14:57.406Z | Downloaded signal-hook-tokio v0.3.1 |
784 | 2024-10-18T17:14:57.406Z | Downloaded signal-hook-registry v1.4.2 |
785 | 2024-10-18T17:14:57.406Z | Downloaded scopeguard v1.2.0 |
786 | 2024-10-18T17:14:57.406Z | Downloaded omicron-zone-package v0.11.1 |
787 | 2024-10-18T17:14:57.429Z | Downloaded wait-timeout v0.2.0 |
788 | 2024-10-18T17:14:57.429Z | Downloaded quick-error v1.2.3 |
789 | 2024-10-18T17:14:57.429Z | Downloaded progenitor-macro v0.8.0 |
790 | 2024-10-18T17:14:57.429Z | Downloaded predicates-core v1.0.8 |
791 | 2024-10-18T17:14:57.429Z | Downloaded postcard v1.0.10 |
792 | 2024-10-18T17:14:57.429Z | Downloaded ron v0.7.1 |
793 | 2024-10-18T17:14:57.429Z | Downloaded futures-util v0.3.31 |
794 | 2024-10-18T17:14:57.453Z | Downloaded scheduled-thread-pool v0.2.7 |
795 | 2024-10-18T17:14:57.453Z | Downloaded num_enum_derive v0.5.11 |
796 | 2024-10-18T17:14:57.453Z | Downloaded num-traits v0.2.19 |
797 | 2024-10-18T17:14:57.453Z | Downloaded uuid v1.10.0 |
798 | 2024-10-18T17:14:57.453Z | Downloaded unsafe-libyaml v0.2.11 |
799 | 2024-10-18T17:14:57.453Z | Downloaded progenitor v0.8.0 |
800 | 2024-10-18T17:14:57.453Z | Downloaded proc-macro-crate v1.3.1 |
801 | 2024-10-18T17:14:57.453Z | Downloaded primeorder v0.13.6 |
802 | 2024-10-18T17:14:57.453Z | Downloaded hex v0.4.3 |
803 | 2024-10-18T17:14:57.453Z | Downloaded unicase v2.7.0 |
804 | 2024-10-18T17:14:57.516Z | Downloaded typify v0.2.0 |
805 | 2024-10-18T17:14:57.516Z | Downloaded rand v0.8.5 |
806 | 2024-10-18T17:14:57.516Z | Downloaded openssl-probe v0.1.5 |
807 | 2024-10-18T17:14:57.516Z | Downloaded num-rational v0.4.2 |
808 | 2024-10-18T17:14:57.516Z | Downloaded vsss-rs v3.3.4 |
809 | 2024-10-18T17:14:57.516Z | Downloaded vergen v8.3.2 |
810 | 2024-10-18T17:14:57.516Z | Downloaded value-bag v1.9.0 |
811 | 2024-10-18T17:14:57.516Z | Downloaded uzers v0.12.1 |
812 | 2024-10-18T17:14:57.516Z | Downloaded ppv-lite86 v0.2.20 |
813 | 2024-10-18T17:14:57.516Z | Downloaded postgres-types v0.2.8 |
814 | 2024-10-18T17:14:57.539Z | Downloaded pkcs8 v0.10.2 |
815 | 2024-10-18T17:14:57.539Z | Downloaded pkcs5 v0.7.1 |
816 | 2024-10-18T17:14:57.539Z | Downloaded pkcs1 v0.7.5 |
817 | 2024-10-18T17:14:57.563Z | Downloaded flume v0.11.0 |
818 | 2024-10-18T17:14:57.563Z | Downloaded fatfs v0.3.6 |
819 | 2024-10-18T17:14:57.563Z | Downloaded rustc-demangle v0.1.24 |
820 | 2024-10-18T17:14:57.586Z | Downloaded winnow v0.5.40 |
821 | 2024-10-18T17:14:57.586Z | Downloaded http v1.1.0 |
822 | 2024-10-18T17:14:57.586Z | Downloaded openssl-macros v0.1.1 |
823 | 2024-10-18T17:14:57.586Z | Downloaded opaque-debug v0.3.1 |
824 | 2024-10-18T17:14:57.609Z | Downloaded olpc-cjson v0.1.4 |
825 | 2024-10-18T17:14:57.609Z | Downloaded num_enum v0.5.11 |
826 | 2024-10-18T17:14:57.609Z | Downloaded want v0.3.1 |
827 | 2024-10-18T17:14:57.610Z | Downloaded waitgroup v0.1.2 |
828 | 2024-10-18T17:14:57.610Z | Downloaded vte_generate_state_changes v0.1.2 |
829 | 2024-10-18T17:14:57.610Z | Downloaded utf-8 v0.7.6 |
830 | 2024-10-18T17:14:57.610Z | Downloaded untrusted v0.7.1 |
831 | 2024-10-18T17:14:57.633Z | Downloaded psl-types v2.0.11 |
832 | 2024-10-18T17:14:57.633Z | Downloaded progenitor-client v0.8.0 |
833 | 2024-10-18T17:14:57.633Z | Downloaded pretty-hex v0.2.1 |
834 | 2024-10-18T17:14:57.633Z | Downloaded precomputed-hash v0.1.1 |
835 | 2024-10-18T17:14:57.633Z | Downloaded polyval v0.6.2 |
836 | 2024-10-18T17:14:57.633Z | Downloaded poly1305 v0.8.0 |
837 | 2024-10-18T17:14:57.633Z | Downloaded pkg-config v0.3.31 |
838 | 2024-10-18T17:14:57.633Z | Downloaded pin-utils v0.1.0 |
839 | 2024-10-18T17:14:57.633Z | Downloaded pin-project-lite v0.2.14 |
840 | 2024-10-18T17:14:57.633Z | Downloaded heck v0.3.3 |
841 | 2024-10-18T17:14:57.657Z | Downloaded foldhash v0.1.3 |
842 | 2024-10-18T17:14:57.657Z | Downloaded unarray v0.1.4 |
843 | 2024-10-18T17:14:57.657Z | Downloaded typify-macro v0.2.0 |
844 | 2024-10-18T17:14:57.657Z | Downloaded tracing-core v0.1.32 |
845 | 2024-10-18T17:14:57.657Z | Downloaded tracing v0.1.40 |
846 | 2024-10-18T17:14:57.657Z | Downloaded rpassword v7.3.1 |
847 | 2024-10-18T17:14:57.657Z | Downloaded hashlink v0.9.1 |
848 | 2024-10-18T17:14:57.657Z | Downloaded futures-io v0.3.31 |
849 | 2024-10-18T17:14:57.657Z | Downloaded snafu-derive v0.8.5 |
850 | 2024-10-18T17:14:57.657Z | Downloaded rustyline v14.0.0 |
851 | 2024-10-18T17:14:57.680Z | Downloaded rustls-webpki v0.101.7 |
852 | 2024-10-18T17:14:57.703Z | Downloaded mockall_derive v0.13.0 |
853 | 2024-10-18T17:14:57.704Z | Downloaded hickory-server v0.24.1 |
854 | 2024-10-18T17:14:57.704Z | Downloaded base16ct v0.2.0 |
855 | 2024-10-18T17:14:57.704Z | Downloaded num_threads v0.1.7 |
856 | 2024-10-18T17:14:57.704Z | Downloaded universal-hash v0.5.1 |
857 | 2024-10-18T17:14:57.704Z | Downloaded powerfmt v0.2.0 |
858 | 2024-10-18T17:14:57.704Z | Downloaded postgres-protocol v0.6.7 |
859 | 2024-10-18T17:14:57.726Z | Downloaded foreign-types-macros v0.2.3 |
860 | 2024-10-18T17:14:57.727Z | Downloaded foreign-types v0.5.0 |
861 | 2024-10-18T17:14:57.727Z | Downloaded foreign-types v0.3.2 |
862 | 2024-10-18T17:14:57.727Z | Downloaded float-cmp v0.9.0 |
863 | 2024-10-18T17:14:57.727Z | Downloaded flagset v0.4.6 |
864 | 2024-10-18T17:14:57.727Z | Downloaded fixedbitset v0.4.2 |
865 | 2024-10-18T17:14:57.727Z | Downloaded filetime v0.2.25 |
866 | 2024-10-18T17:14:57.727Z | Downloaded ff v0.13.0 |
867 | 2024-10-18T17:14:57.727Z | Downloaded fd-lock v4.0.2 |
868 | 2024-10-18T17:14:57.774Z | Downloaded fallible-streaming-iterator v0.1.9 |
869 | 2024-10-18T17:14:57.774Z | Downloaded fallible-iterator v0.3.0 |
870 | 2024-10-18T17:14:57.774Z | Downloaded fallible-iterator v0.2.0 |
871 | 2024-10-18T17:14:57.774Z | Downloaded tungstenite v0.24.0 |
872 | 2024-10-18T17:14:57.774Z | Downloaded tungstenite v0.23.0 |
873 | 2024-10-18T17:14:57.799Z | Downloaded tungstenite v0.21.0 |
874 | 2024-10-18T17:14:57.799Z | Downloaded tracing-attributes v0.1.27 |
875 | 2024-10-18T17:14:57.799Z | Downloaded rustc-hash v1.1.0 |
876 | 2024-10-18T17:14:57.799Z | Downloaded rtoolbox v0.0.2 |
877 | 2024-10-18T17:14:57.799Z | Downloaded zip v0.6.6 |
878 | 2024-10-18T17:14:57.799Z | Downloaded tokio-tungstenite v0.24.0 |
879 | 2024-10-18T17:14:57.799Z | Downloaded twox-hash v1.6.3 |
880 | 2024-10-18T17:14:57.799Z | Downloaded tui-tree-widget v0.22.0 |
881 | 2024-10-18T17:14:57.799Z | Downloaded rfc6979 v0.4.0 |
882 | 2024-10-18T17:14:57.799Z | Downloaded hash32 v0.3.1 |
883 | 2024-10-18T17:14:57.799Z | Downloaded x509-cert v0.2.5 |
884 | 2024-10-18T17:14:57.799Z | Downloaded tokio-postgres v0.7.12 |
885 | 2024-10-18T17:14:57.822Z | Downloaded rustls-webpki v0.102.8 |
886 | 2024-10-18T17:14:57.846Z | Downloaded reedline v0.35.0 |
887 | 2024-10-18T17:14:57.846Z | Downloaded native-tls v0.2.12 |
888 | 2024-10-18T17:14:57.846Z | Downloaded indexmap v1.9.3 |
889 | 2024-10-18T17:14:57.846Z | Downloaded tower-service v0.3.3 |
890 | 2024-10-18T17:14:57.846Z | Downloaded resolv-conf v0.7.0 |
891 | 2024-10-18T17:14:57.869Z | Downloaded r2d2 v0.8.10 |
892 | 2024-10-18T17:14:57.869Z | Downloaded globset v0.4.15 |
893 | 2024-10-18T17:14:57.869Z | Downloaded memmap2 v0.9.5 |
894 | 2024-10-18T17:14:57.869Z | Downloaded rand_chacha v0.3.1 |
895 | 2024-10-18T17:14:57.869Z | Downloaded radium v0.7.0 |
896 | 2024-10-18T17:14:57.869Z | Downloaded hash32 v0.2.1 |
897 | 2024-10-18T17:14:57.869Z | Downloaded getrandom v0.2.15 |
898 | 2024-10-18T17:14:57.869Z | Downloaded futures-channel v0.3.31 |
899 | 2024-10-18T17:14:57.869Z | Downloaded futures v0.3.31 |
900 | 2024-10-18T17:14:57.869Z | Downloaded zerocopy v0.6.6 |
901 | 2024-10-18T17:14:57.893Z | Downloaded rayon v1.10.0 |
902 | 2024-10-18T17:14:57.893Z | Downloaded jobserver v0.1.32 |
903 | 2024-10-18T17:14:57.893Z | Downloaded hyper-rustls v0.27.3 |
904 | 2024-10-18T17:14:57.893Z | Downloaded chacha20poly1305 v0.10.1 |
905 | 2024-10-18T17:14:57.893Z | Downloaded blake3 v1.5.4 |
906 | 2024-10-18T17:14:57.916Z | Downloaded bitvec v1.0.1 |
907 | 2024-10-18T17:14:57.917Z | Downloaded bindgen v0.69.5 |
908 | 2024-10-18T17:14:57.940Z | Downloaded quinn-udp v0.5.5 |
909 | 2024-10-18T17:14:57.940Z | Downloaded group v0.13.0 |
910 | 2024-10-18T17:14:57.940Z | Downloaded glob v0.3.1 |
911 | 2024-10-18T17:14:57.940Z | Downloaded ghash v0.5.1 |
912 | 2024-10-18T17:14:57.940Z | Downloaded gethostname v0.5.0 |
913 | 2024-10-18T17:14:57.940Z | Downloaded futures-macro v0.3.31 |
914 | 2024-10-18T17:14:57.940Z | Downloaded futures-core v0.3.31 |
915 | 2024-10-18T17:14:57.940Z | Downloaded defmt-macros v0.3.9 |
916 | 2024-10-18T17:14:57.940Z | Downloaded defmt v0.3.8 |
917 | 2024-10-18T17:14:57.964Z | Downloaded zone_cfg_derive v0.3.0 |
918 | 2024-10-18T17:14:57.964Z | Downloaded tokio-tungstenite v0.21.0 |
919 | 2024-10-18T17:14:57.964Z | Downloaded tinyvec v1.8.0 |
920 | 2024-10-18T17:14:57.964Z | Downloaded spin v0.5.2 |
921 | 2024-10-18T17:14:57.964Z | Downloaded snafu v0.8.5 |
922 | 2024-10-18T17:14:57.964Z | Downloaded lru v0.12.5 |
923 | 2024-10-18T17:14:57.964Z | Downloaded lalrpop-util v0.19.12 |
924 | 2024-10-18T17:14:57.964Z | Downloaded curve25519-dalek v4.1.3 |
925 | 2024-10-18T17:14:57.987Z | Downloaded fxhash v0.2.1 |
926 | 2024-10-18T17:14:57.987Z | Downloaded futures-task v0.3.31 |
927 | 2024-10-18T17:14:57.987Z | Downloaded futures-sink v0.3.31 |
928 | 2024-10-18T17:14:57.987Z | Downloaded futures-executor v0.3.31 |
929 | 2024-10-18T17:14:57.987Z | Downloaded funty v2.0.0 |
930 | 2024-10-18T17:14:57.987Z | Downloaded form_urlencoded v1.2.1 |
931 | 2024-10-18T17:14:57.987Z | Downloaded defmt-parser v0.3.4 |
932 | 2024-10-18T17:14:57.987Z | Downloaded yasna v0.5.2 |
933 | 2024-10-18T17:14:57.988Z | Downloaded xz2 v0.1.7 |
934 | 2024-10-18T17:14:57.988Z | Downloaded whoami v1.5.2 |
935 | 2024-10-18T17:14:57.988Z | Downloaded tokio-rustls v0.25.0 |
936 | 2024-10-18T17:14:57.988Z | Downloaded tls_codec_derive v0.4.1 |
937 | 2024-10-18T17:14:58.011Z | Downloaded smallvec v1.13.2 |
938 | 2024-10-18T17:14:58.011Z | Downloaded slog-term v2.9.1 |
939 | 2024-10-18T17:14:58.011Z | Downloaded newline-converter v0.3.0 |
940 | 2024-10-18T17:14:58.011Z | Downloaded multimap v0.10.0 |
941 | 2024-10-18T17:14:58.011Z | Downloaded mime v0.3.17 |
942 | 2024-10-18T17:14:58.011Z | Downloaded md-5 v0.10.6 |
943 | 2024-10-18T17:14:58.011Z | Downloaded maplit v1.0.2 |
944 | 2024-10-18T17:14:58.011Z | Downloaded linked-hash-map v0.5.6 |
945 | 2024-10-18T17:14:58.011Z | Downloaded linear-map v1.2.0 |
946 | 2024-10-18T17:14:58.011Z | Downloaded libsw v3.3.1 |
947 | 2024-10-18T17:14:58.011Z | Downloaded lazycell v1.3.0 |
948 | 2024-10-18T17:14:58.012Z | Downloaded kstat-rs v0.2.4 |
949 | 2024-10-18T17:14:58.012Z | Downloaded ipnetwork v0.20.0 |
950 | 2024-10-18T17:14:58.012Z | Downloaded internet-checksum v0.2.1 |
951 | 2024-10-18T17:14:58.012Z | Downloaded instability v0.3.2 |
952 | 2024-10-18T17:14:58.012Z | Downloaded indoc v1.0.9 |
953 | 2024-10-18T17:14:58.035Z | Downloaded indicatif v0.17.8 |
954 | 2024-10-18T17:14:58.035Z | Downloaded impl-trait-for-tuples v0.2.2 |
955 | 2024-10-18T17:14:58.035Z | Downloaded crucible-workspace-hack v0.1.0 |
956 | 2024-10-18T17:14:58.035Z | Downloaded foreign-types-shared v0.3.1 |
957 | 2024-10-18T17:14:58.036Z | Downloaded foreign-types-shared v0.1.1 |
958 | 2024-10-18T17:14:58.036Z | Downloaded zone_cfg_derive v0.1.2 |
959 | 2024-10-18T17:14:58.036Z | Downloaded zone v0.3.0 |
960 | 2024-10-18T17:14:58.036Z | Downloaded zone v0.1.8 |
961 | 2024-10-18T17:14:58.036Z | Downloaded zeroize_derive v1.4.2 |
962 | 2024-10-18T17:14:58.036Z | Downloaded zeroize v1.8.1 |
963 | 2024-10-18T17:14:58.036Z | Downloaded tokio-macros v2.4.0 |
964 | 2024-10-18T17:14:58.036Z | Downloaded tinyvec_macros v0.1.1 |
965 | 2024-10-18T17:14:58.036Z | Downloaded socket2 v0.5.7 |
966 | 2024-10-18T17:14:58.036Z | Downloaded rustversion v1.0.17 |
967 | 2024-10-18T17:14:58.036Z | Downloaded rustls-pemfile v2.2.0 |
968 | 2024-10-18T17:14:58.059Z | Downloaded newtype_derive v0.1.6 |
969 | 2024-10-18T17:14:58.059Z | Downloaded multer v3.1.0 |
970 | 2024-10-18T17:14:58.059Z | Downloaded miniz_oxide v0.8.0 |
971 | 2024-10-18T17:14:58.059Z | Downloaded matches v0.1.10 |
972 | 2024-10-18T17:14:58.059Z | Downloaded is_ci v1.2.0 |
973 | 2024-10-18T17:14:58.059Z | Downloaded iana-time-zone v0.1.61 |
974 | 2024-10-18T17:14:58.059Z | Downloaded http v0.2.12 |
975 | 2024-10-18T17:14:58.059Z | Downloaded home v0.5.9 |
976 | 2024-10-18T17:14:58.059Z | Downloaded wyz v0.5.1 |
977 | 2024-10-18T17:14:58.059Z | Downloaded tokio-rustls v0.26.0 |
978 | 2024-10-18T17:14:58.083Z | Downloaded tokio-rustls v0.24.1 |
979 | 2024-10-18T17:14:58.083Z | Downloaded tokio-native-tls v0.3.1 |
980 | 2024-10-18T17:14:58.083Z | Downloaded smf v0.2.3 |
981 | 2024-10-18T17:14:58.083Z | Downloaded slog-scope v4.4.0 |
982 | 2024-10-18T17:14:58.083Z | Downloaded slog-envlogger v2.2.0 |
983 | 2024-10-18T17:14:58.083Z | Downloaded salsa20 v0.10.2 |
984 | 2024-10-18T17:14:58.083Z | Downloaded rustls-pki-types v1.9.0 |
985 | 2024-10-18T17:14:58.083Z | Downloaded rayon-core v1.12.1 |
986 | 2024-10-18T17:14:58.083Z | Downloaded lock_api v0.4.12 |
987 | 2024-10-18T17:14:58.106Z | Downloaded inout v0.1.3 |
988 | 2024-10-18T17:14:58.106Z | Downloaded hyper-util v0.1.9 |
989 | 2024-10-18T17:14:58.106Z | Downloaded hyper-tls v0.6.0 |
990 | 2024-10-18T17:14:58.107Z | Downloaded hubpack_derive v0.1.1 |
991 | 2024-10-18T17:14:58.107Z | Downloaded httpdate v1.0.3 |
992 | 2024-10-18T17:14:58.107Z | Downloaded http-range v0.1.5 |
993 | 2024-10-18T17:14:58.107Z | Downloaded http-body v1.0.1 |
994 | 2024-10-18T17:14:58.107Z | Downloaded hostname v0.4.0 |
995 | 2024-10-18T17:14:58.107Z | Downloaded hostname v0.3.1 |
996 | 2024-10-18T17:14:58.107Z | Downloaded tokio-stream v0.1.16 |
997 | 2024-10-18T17:14:58.107Z | Downloaded tls_codec v0.4.1 |
998 | 2024-10-18T17:14:58.107Z | Downloaded slog-stdlog v4.1.1 |
999 | 2024-10-18T17:14:58.130Z | Downloaded slog-json v2.6.1 |
1000 | 2024-10-18T17:14:58.130Z | Downloaded rcgen v0.12.1 |
1001 | 2024-10-18T17:14:58.130Z | Downloaded rand_xorshift v0.3.0 |
1002 | 2024-10-18T17:14:58.130Z | Downloaded rand_seeder v0.3.0 |
1003 | 2024-10-18T17:14:58.130Z | Downloaded newtype-uuid v1.1.2 |
1004 | 2024-10-18T17:14:58.130Z | Downloaded nanorand v0.7.0 |
1005 | 2024-10-18T17:14:58.130Z | Downloaded mockall v0.13.0 |
1006 | 2024-10-18T17:14:58.130Z | Downloaded mime_guess v2.0.5 |
1007 | 2024-10-18T17:14:58.130Z | Downloaded maybe-uninit v2.0.0 |
1008 | 2024-10-18T17:14:58.130Z | Downloaded managed v0.8.0 |
1009 | 2024-10-18T17:14:58.130Z | Downloaded libloading v0.8.5 |
1010 | 2024-10-18T17:14:58.130Z | Downloaded libefi-sys v0.1.0 |
1011 | 2024-10-18T17:14:58.130Z | Downloaded ipnet v2.10.1 |
1012 | 2024-10-18T17:14:58.154Z | Downloaded hyper-staticfile v0.10.1 |
1013 | 2024-10-18T17:14:58.154Z | Downloaded httparse v1.9.5 |
1014 | 2024-10-18T17:14:58.154Z | Downloaded highway v1.2.0 |
1015 | 2024-10-18T17:14:58.154Z | Downloaded hickory-resolver v0.24.1 |
1016 | 2024-10-18T17:14:58.154Z | Downloaded debug-ignore v1.0.5 |
1017 | 2024-10-18T17:14:58.154Z | Downloaded darling_core v0.20.10 |
1018 | 2024-10-18T17:14:58.154Z | Downloaded ctr v0.9.2 |
1019 | 2024-10-18T17:14:58.177Z | Downloaded crypto-bigint v0.5.5 |
1020 | 2024-10-18T17:14:58.177Z | Downloaded crossbeam-utils v0.8.20 |
1021 | 2024-10-18T17:14:58.177Z | Downloaded crossbeam-deque v0.8.5 |
1022 | 2024-10-18T17:14:58.177Z | Downloaded crc32fast v1.4.2 |
1023 | 2024-10-18T17:14:58.177Z | Downloaded crc-any v2.5.0 |
1024 | 2024-10-18T17:14:58.177Z | Downloaded compact_str v0.8.0 |
1025 | 2024-10-18T17:14:58.177Z | Downloaded rusty-fork v0.3.0 |
1026 | 2024-10-18T17:14:58.177Z | Downloaded rustls-pemfile v1.0.4 |
1027 | 2024-10-18T17:14:58.200Z | Downloaded rustfmt-wrapper v0.2.1 |
1028 | 2024-10-18T17:14:58.200Z | Downloaded rand_core v0.6.4 |
1029 | 2024-10-18T17:14:58.200Z | Downloaded normalize-line-endings v0.3.0 |
1030 | 2024-10-18T17:14:58.200Z | Downloaded nodrop v0.1.14 |
1031 | 2024-10-18T17:14:58.200Z | Downloaded nibble_vec v0.1.0 |
1032 | 2024-10-18T17:14:58.201Z | Downloaded new_debug_unreachable v1.0.6 |
1033 | 2024-10-18T17:14:58.201Z | Downloaded memoffset v0.9.1 |
1034 | 2024-10-18T17:14:58.201Z | Downloaded match_cfg v0.1.0 |
1035 | 2024-10-18T17:14:58.201Z | Downloaded lru-cache v0.1.2 |
1036 | 2024-10-18T17:14:58.201Z | Downloaded lazy_static v1.5.0 |
1037 | 2024-10-18T17:14:58.201Z | Downloaded indent_write v2.2.0 |
1038 | 2024-10-18T17:14:58.201Z | Downloaded humantime v2.1.0 |
1039 | 2024-10-18T17:14:58.201Z | Downloaded hubpack v0.1.2 |
1040 | 2024-10-18T17:14:58.201Z | Downloaded data-encoding v2.6.0 |
1041 | 2024-10-18T17:14:58.201Z | Downloaded cookie_store v0.21.0 |
1042 | 2024-10-18T17:14:58.201Z | Downloaded convert_case v0.4.0 |
1043 | 2024-10-18T17:14:58.224Z | Downloaded const_format_proc_macros v0.2.33 |
1044 | 2024-10-18T17:14:58.224Z | Downloaded const_format v0.2.33 |
1045 | 2024-10-18T17:14:58.224Z | Downloaded const-oid v0.9.6 |
1046 | 2024-10-18T17:14:58.224Z | Downloaded cobs v0.2.3 |
1047 | 2024-10-18T17:14:58.224Z | Downloaded cipher v0.4.4 |
1048 | 2024-10-18T17:14:58.224Z | Downloaded ciborium-io v0.2.2 |
1049 | 2024-10-18T17:14:58.224Z | Downloaded ciborium v0.2.2 |
1050 | 2024-10-18T17:14:58.224Z | Downloaded chrono v0.4.38 |
1051 | 2024-10-18T17:14:58.249Z | Downloaded cexpr v0.6.0 |
1052 | 2024-10-18T17:14:58.249Z | Downloaded cc v1.1.30 |
1053 | 2024-10-18T17:14:58.249Z | Downloaded cbc v0.1.2 |
1054 | 2024-10-18T17:14:58.249Z | Downloaded cassowary v0.3.0 |
1055 | 2024-10-18T17:14:58.249Z | Downloaded bytes v1.7.2 |
1056 | 2024-10-18T17:14:58.249Z | Downloaded blowfish v0.9.1 |
1057 | 2024-10-18T17:14:58.272Z | Downloaded base64 v0.13.1 |
1058 | 2024-10-18T17:14:58.272Z | Downloaded md5 v0.7.0 |
1059 | 2024-10-18T17:14:58.272Z | Downloaded keccak v0.1.5 |
1060 | 2024-10-18T17:14:58.272Z | Downloaded is-terminal v0.4.13 |
1061 | 2024-10-18T17:14:58.272Z | Downloaded instant v0.1.13 |
1062 | 2024-10-18T17:14:58.272Z | Downloaded crossterm v0.28.1 |
1063 | 2024-10-18T17:14:58.272Z | Downloaded crossbeam-channel v0.5.13 |
1064 | 2024-10-18T17:14:58.272Z | Downloaded cfg_aliases v0.2.1 |
1065 | 2024-10-18T17:14:58.272Z | Downloaded bitfield-struct v0.6.2 |
1066 | 2024-10-18T17:14:58.273Z | Downloaded bit-vec v0.6.3 |
1067 | 2024-10-18T17:14:58.296Z | Downloaded base64 v0.22.1 |
1068 | 2024-10-18T17:14:58.296Z | Downloaded backtrace v0.3.74 |
1069 | 2024-10-18T17:14:58.296Z | Downloaded backoff v0.4.0 |
1070 | 2024-10-18T17:14:58.296Z | Downloaded atomic-waker v1.1.2 |
1071 | 2024-10-18T17:14:58.296Z | Downloaded async-recursion v1.1.1 |
1072 | 2024-10-18T17:14:58.296Z | Downloaded argon2 v0.5.3 |
1073 | 2024-10-18T17:14:58.296Z | Downloaded aho-corasick v1.1.3 |
1074 | 2024-10-18T17:14:58.320Z | Downloaded aes-gcm v0.10.3 |
1075 | 2024-10-18T17:14:58.320Z | Downloaded aes v0.8.4 |
1076 | 2024-10-18T17:14:58.320Z | Downloaded http-body v0.4.6 |
1077 | 2024-10-18T17:14:58.320Z | Downloaded curve25519-dalek-derive v0.1.1 |
1078 | 2024-10-18T17:14:58.320Z | Downloaded csv-core v0.1.11 |
1079 | 2024-10-18T17:14:58.320Z | Downloaded crossbeam-epoch v0.9.18 |
1080 | 2024-10-18T17:14:58.320Z | Downloaded cookie v0.18.1 |
1081 | 2024-10-18T17:14:58.320Z | Downloaded console v0.15.8 |
1082 | 2024-10-18T17:14:58.345Z | Downloaded clang-sys v1.8.1 |
1083 | 2024-10-18T17:14:58.345Z | Downloaded blake2 v0.10.6 |
1084 | 2024-10-18T17:14:58.345Z | Downloaded base64 v0.21.7 |
1085 | 2024-10-18T17:14:58.345Z | Downloaded atty v0.2.14 |
1086 | 2024-10-18T17:14:58.345Z | Downloaded async-stream-impl v0.3.6 |
1087 | 2024-10-18T17:14:58.345Z | Downloaded assert_matches v1.5.0 |
1088 | 2024-10-18T17:14:58.345Z | Downloaded arrayref v0.3.9 |
1089 | 2024-10-18T17:14:58.345Z | Downloaded arc-swap v1.7.1 |
1090 | 2024-10-18T17:14:58.345Z | Downloaded allocator-api2 v0.2.18 |
1091 | 2024-10-18T17:14:58.345Z | Downloaded cstr-argument v0.1.2 |
1092 | 2024-10-18T17:14:58.369Z | Downloaded crc-catalog v2.4.0 |
1093 | 2024-10-18T17:14:58.369Z | Downloaded chacha20 v0.9.1 |
1094 | 2024-10-18T17:14:58.369Z | Downloaded cancel-safe-futures v0.1.5 |
1095 | 2024-10-18T17:14:58.369Z | Downloaded bzip2 v0.4.4 |
1096 | 2024-10-18T17:14:58.369Z | Downloaded buf-list v1.0.3 |
1097 | 2024-10-18T17:14:58.369Z | Downloaded bcs v0.1.6 |
1098 | 2024-10-18T17:14:58.369Z | Downloaded bcrypt-pbkdf v0.10.0 |
1099 | 2024-10-18T17:14:58.369Z | Downloaded bb8 v0.8.5 |
1100 | 2024-10-18T17:14:58.369Z | Downloaded base64ct v1.6.0 |
1101 | 2024-10-18T17:14:58.369Z | Downloaded ahash v0.8.11 |
1102 | 2024-10-18T17:14:58.369Z | Downloaded aead v0.5.2 |
1103 | 2024-10-18T17:14:58.369Z | Downloaded addr2line v0.24.2 |
1104 | 2024-10-18T17:14:58.369Z | Downloaded darling v0.20.10 |
1105 | 2024-10-18T17:14:58.393Z | Downloaded crunchy v0.2.2 |
1106 | 2024-10-18T17:14:58.393Z | Downloaded crc v3.2.1 |
1107 | 2024-10-18T17:14:58.393Z | Downloaded constant_time_eq v0.3.1 |
1108 | 2024-10-18T17:14:58.393Z | Downloaded colored v2.1.0 |
1109 | 2024-10-18T17:14:58.393Z | Downloaded ciborium-ll v0.2.2 |
1110 | 2024-10-18T17:14:58.393Z | Downloaded chrono-tz-build v0.4.0 |
1111 | 2024-10-18T17:14:58.393Z | Downloaded cfg_aliases v0.1.1 |
1112 | 2024-10-18T17:14:58.393Z | Downloaded castaway v0.2.3 |
1113 | 2024-10-18T17:14:58.393Z | Downloaded block-padding v0.3.3 |
1114 | 2024-10-18T17:14:58.393Z | Downloaded bitflags v1.3.2 |
1115 | 2024-10-18T17:14:58.393Z | Downloaded async-trait v0.1.83 |
1116 | 2024-10-18T17:14:58.393Z | Downloaded bit-set v0.5.3 |
1117 | 2024-10-18T17:14:58.416Z | Downloaded atomicwrites v0.4.4 |
1118 | 2024-10-18T17:14:58.416Z | Downloaded async-stream v0.3.6 |
1119 | 2024-10-18T17:14:58.416Z | Downloaded async-bb8-diesel v0.2.1 |
1120 | 2024-10-18T17:14:58.416Z | Downloaded ascii-canvas v3.0.0 |
1121 | 2024-10-18T17:14:58.416Z | Downloaded arrayvec v0.7.6 |
1122 | 2024-10-18T17:14:58.416Z | Downloaded array-init v0.0.4 |
1123 | 2024-10-18T17:14:58.416Z | Downloaded adler2 v2.0.0 |
1124 | 2024-10-18T17:14:58.522Z | Compiling serde v1.0.210 |
1125 | 2024-10-18T17:14:58.545Z | Compiling typenum v1.17.0 |
1126 | 2024-10-18T17:14:58.545Z | Compiling generic-array v0.14.7 |
1127 | 2024-10-18T17:14:58.545Z | Compiling lock_api v0.4.12 |
1128 | 2024-10-18T17:14:58.545Z | Compiling scopeguard v1.2.0 |
1129 | 2024-10-18T17:14:58.546Z | Compiling subtle v2.6.1 |
1130 | 2024-10-18T17:14:58.546Z | Compiling syn v2.0.79 |
1131 | 2024-10-18T17:14:58.546Z | Compiling getrandom v0.2.15 |
1132 | 2024-10-18T17:14:58.778Z | Compiling value-bag v1.9.0 |
1133 | 2024-10-18T17:14:58.885Z | Compiling rand_core v0.6.4 |
1134 | 2024-10-18T17:14:58.979Z | Compiling const-oid v0.9.6 |
1135 | 2024-10-18T17:14:59.002Z | Compiling pin-project-lite v0.2.14 |
1136 | 2024-10-18T17:14:59.102Z | Compiling smallvec v1.13.2 |
1137 | 2024-10-18T17:14:59.125Z | Compiling jobserver v0.1.32 |
1138 | 2024-10-18T17:14:59.307Z | Compiling log v0.4.22 |
1139 | 2024-10-18T17:14:59.369Z | Compiling shlex v1.3.0 |
1140 | 2024-10-18T17:14:59.473Z | Compiling parking_lot_core v0.9.10 |
1141 | 2024-10-18T17:14:59.505Z | Compiling futures-core v0.3.31 |
1142 | 2024-10-18T17:14:59.735Z | Compiling cc v1.1.30 |
1143 | 2024-10-18T17:14:59.763Z | Compiling signal-hook-registry v1.4.2 |
1144 | 2024-10-18T17:14:59.955Z | Compiling mio v1.0.2 |
1145 | 2024-10-18T17:15:00.108Z | Compiling cpufeatures v0.2.14 |
1146 | 2024-10-18T17:15:00.208Z | Compiling futures-sink v0.3.31 |
1147 | 2024-10-18T17:15:00.352Z | Compiling parking_lot v0.12.3 |
1148 | 2024-10-18T17:15:00.483Z | Compiling spin v0.9.8 |
1149 | 2024-10-18T17:15:00.506Z | Compiling socket2 v0.5.7 |
1150 | 2024-10-18T17:15:00.506Z | Compiling slab v0.4.9 |
1151 | 2024-10-18T17:15:00.850Z | Compiling serde_json v1.0.128 |
1152 | 2024-10-18T17:15:00.939Z | Compiling futures-channel v0.3.31 |
1153 | 2024-10-18T17:15:00.984Z | Compiling foldhash v0.1.3 |
1154 | 2024-10-18T17:15:01.165Z | Compiling futures-io v0.3.31 |
1155 | 2024-10-18T17:15:01.193Z | Compiling tinyvec_macros v0.1.1 |
1156 | 2024-10-18T17:15:01.216Z | Compiling futures-task v0.3.31 |
1157 | 2024-10-18T17:15:01.258Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-18T17:15:01.288Z | Compiling allocator-api2 v0.2.18 |
1159 | 2024-10-18T17:15:01.312Z | Compiling tinyvec v1.8.0 |
1160 | 2024-10-18T17:15:01.355Z | Compiling libm v0.2.8 |
1161 | 2024-10-18T17:15:01.403Z | Compiling num-traits v0.2.19 |
1162 | 2024-10-18T17:15:01.475Z | Compiling unicode-bidi v0.3.17 |
1163 | 2024-10-18T17:15:01.499Z | Compiling base64ct v1.6.0 |
1164 | 2024-10-18T17:15:01.906Z | Compiling pem-rfc7468 v0.7.0 |
1165 | 2024-10-18T17:15:02.027Z | Compiling hashbrown v0.15.0 |
1166 | 2024-10-18T17:15:02.051Z | Compiling httparse v1.9.5 |
1167 | 2024-10-18T17:15:02.793Z | Compiling unicode-normalization v0.1.24 |
1168 | 2024-10-18T17:15:02.874Z | Compiling flagset v0.4.6 |
1169 | 2024-10-18T17:15:02.967Z | Compiling tracing-core v0.1.32 |
1170 | 2024-10-18T17:15:03.053Z | Compiling crossbeam-utils v0.8.20 |
1171 | 2024-10-18T17:15:03.077Z | Compiling rustls-pki-types v1.9.0 |
1172 | 2024-10-18T17:15:03.480Z | Compiling percent-encoding v2.3.1 |
1173 | 2024-10-18T17:15:03.725Z | Compiling ring v0.17.8 |
1174 | 2024-10-18T17:15:03.783Z | Compiling pkg-config v0.3.31 |
1175 | 2024-10-18T17:15:03.839Z | Compiling powerfmt v0.2.0 |
1176 | 2024-10-18T17:15:04.144Z | Compiling time-core v0.1.2 |
1177 | 2024-10-18T17:15:04.216Z | Compiling untrusted v0.9.0 |
1178 | 2024-10-18T17:15:04.293Z | Compiling num-conv v0.1.0 |
1179 | 2024-10-18T17:15:04.321Z | Compiling vcpkg v0.2.15 |
1180 | 2024-10-18T17:15:04.395Z | Compiling deranged v0.3.11 |
1181 | 2024-10-18T17:15:04.518Z | Compiling num_threads v0.1.7 |
1182 | 2024-10-18T17:15:04.560Z | Compiling time-macros v0.2.18 |
1183 | 2024-10-18T17:15:04.642Z | Compiling atomic-waker v1.1.2 |
1184 | 2024-10-18T17:15:04.830Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-10-18T17:15:05.103Z | Compiling slog v2.7.0 |
1186 | 2024-10-18T17:15:05.183Z | Compiling try-lock v0.2.5 |
1187 | 2024-10-18T17:15:05.322Z | Compiling rustix v0.38.37 |
1188 | 2024-10-18T17:15:05.536Z | Compiling want v0.3.1 |
1189 | 2024-10-18T17:15:05.628Z | Compiling httpdate v1.0.3 |
1190 | 2024-10-18T17:15:06.028Z | Compiling idna v0.5.0 |
1191 | 2024-10-18T17:15:06.061Z | Compiling base64 v0.22.1 |
1192 | 2024-10-18T17:15:06.125Z | Compiling foreign-types-shared v0.1.1 |
1193 | 2024-10-18T17:15:06.230Z | Compiling rustversion v1.0.17 |
1194 | 2024-10-18T17:15:06.279Z | Compiling openssl-sys v0.9.103 |
1195 | 2024-10-18T17:15:06.540Z | Compiling iana-time-zone v0.1.61 |
1196 | 2024-10-18T17:15:06.750Z | Compiling match_cfg v0.1.0 |
1197 | 2024-10-18T17:15:06.870Z | Compiling tower-service v0.3.3 |
1198 | 2024-10-18T17:15:06.945Z | Compiling openssl v0.10.66 |
1199 | 2024-10-18T17:15:07.014Z | Compiling hostname v0.3.1 |
1200 | 2024-10-18T17:15:07.075Z | Compiling url v2.5.2 |
1201 | 2024-10-18T17:15:07.334Z | Compiling foreign-types v0.3.2 |
1202 | 2024-10-18T17:15:07.391Z | Compiling time v0.3.36 |
1203 | 2024-10-18T17:15:07.419Z | Compiling dirs-sys-next v0.1.2 |
1204 | 2024-10-18T17:15:07.447Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-10-18T17:15:07.471Z | Compiling siphasher v0.3.11 |
1206 | 2024-10-18T17:15:07.883Z | Compiling adler2 v2.0.0 |
1207 | 2024-10-18T17:15:08.095Z | Compiling rustls v0.23.14 |
1208 | 2024-10-18T17:15:08.161Z | Compiling data-encoding v2.6.0 |
1209 | 2024-10-18T17:15:08.391Z | Compiling regex-syntax v0.8.5 |
1210 | 2024-10-18T17:15:08.859Z | Compiling rustls v0.22.4 |
1211 | 2024-10-18T17:15:08.960Z | Compiling syn v1.0.109 |
1212 | 2024-10-18T17:15:09.102Z | Compiling native-tls v0.2.12 |
1213 | 2024-10-18T17:15:09.434Z | Compiling miniz_oxide v0.8.0 |
1214 | 2024-10-18T17:15:09.591Z | Compiling dirs-next v2.0.0 |
1215 | 2024-10-18T17:15:10.284Z | Compiling serde_derive_internals v0.29.1 |
1216 | 2024-10-18T17:15:10.766Z | Compiling crossbeam-epoch v0.9.18 |
1217 | 2024-10-18T17:15:10.968Z | Compiling lazy_static v1.5.0 |
1218 | 2024-10-18T17:15:11.078Z | Compiling thread_local v1.1.8 |
1219 | 2024-10-18T17:15:11.329Z | Compiling serde_derive v1.0.210 |
1220 | 2024-10-18T17:15:11.427Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-10-18T17:15:11.574Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-10-18T17:15:12.136Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-10-18T17:15:12.238Z | Compiling thiserror-impl v1.0.64 |
1224 | 2024-10-18T17:15:12.720Z | Compiling futures-macro v0.3.31 |
1225 | 2024-10-18T17:15:12.883Z | Compiling zeroize v1.8.1 |
1226 | 2024-10-18T17:15:13.255Z | Compiling der_derive v0.7.3 |
1227 | 2024-10-18T17:15:13.503Z | Compiling zerocopy v0.7.35 |
1228 | 2024-10-18T17:15:13.613Z | Compiling tracing-attributes v0.1.27 |
1229 | 2024-10-18T17:15:14.171Z | Compiling scroll_derive v0.12.0 |
1230 | 2024-10-18T17:15:14.396Z | Compiling crypto-common v0.1.6 |
1231 | 2024-10-18T17:15:14.420Z | Compiling block-buffer v0.10.4 |
1232 | 2024-10-18T17:15:14.613Z | Compiling digest v0.10.7 |
1233 | 2024-10-18T17:15:14.643Z | Compiling futures-util v0.3.31 |
1234 | 2024-10-18T17:15:14.842Z | Compiling block-padding v0.3.3 |
1235 | 2024-10-18T17:15:15.060Z | Compiling hmac v0.12.1 |
1236 | 2024-10-18T17:15:15.084Z | Compiling inout v0.1.3 |
1237 | 2024-10-18T17:15:15.108Z | Compiling thiserror v1.0.64 |
1238 | 2024-10-18T17:15:15.255Z | Compiling sha2 v0.10.8 |
1239 | 2024-10-18T17:15:15.288Z | Compiling ppv-lite86 v0.2.20 |
1240 | 2024-10-18T17:15:15.312Z | Compiling cipher v0.4.4 |
1241 | 2024-10-18T17:15:15.360Z | Compiling der v0.7.9 |
1242 | 2024-10-18T17:15:15.416Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-10-18T17:15:15.569Z | Compiling pest v2.7.14 |
1244 | 2024-10-18T17:15:15.771Z | Compiling salsa20 v0.10.2 |
1245 | 2024-10-18T17:15:15.958Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-10-18T17:15:15.997Z | Compiling scrypt v0.11.0 |
1247 | 2024-10-18T17:15:16.487Z | Compiling rand v0.8.5 |
1248 | 2024-10-18T17:15:16.772Z | Compiling tracing v0.1.40 |
1249 | 2024-10-18T17:15:17.204Z | Compiling spki v0.7.3 |
1250 | 2024-10-18T17:15:17.590Z | Compiling aes v0.8.4 |
1251 | 2024-10-18T17:15:17.930Z | Compiling pest_meta v2.7.14 |
1252 | 2024-10-18T17:15:17.955Z | Compiling cbc v0.1.2 |
1253 | 2024-10-18T17:15:18.176Z | Compiling scroll v0.12.0 |
1254 | 2024-10-18T17:15:18.277Z | Compiling rustls-webpki v0.102.8 |
1255 | 2024-10-18T17:15:18.409Z | Compiling pkcs5 v0.7.1 |
1256 | 2024-10-18T17:15:18.448Z | Compiling async-trait v0.1.83 |
1257 | 2024-10-18T17:15:18.677Z | Compiling goblin v0.8.2 |
1258 | 2024-10-18T17:15:19.445Z | Compiling pest_generator v2.7.14 |
1259 | 2024-10-18T17:15:19.779Z | Compiling pkcs8 v0.10.2 |
1260 | 2024-10-18T17:15:20.049Z | Compiling openssl-macros v0.1.1 |
1261 | 2024-10-18T17:15:20.099Z | Compiling sha1 v0.10.6 |
1262 | 2024-10-18T17:15:20.426Z | Compiling signature v2.2.0 |
1263 | 2024-10-18T17:15:20.470Z | Compiling regex-automata v0.4.8 |
1264 | 2024-10-18T17:15:20.709Z | Compiling cookie v0.18.1 |
1265 | 2024-10-18T17:15:20.732Z | Compiling encoding_rs v0.8.34 |
1266 | 2024-10-18T17:15:20.808Z | Compiling multer v3.1.0 |
1267 | 2024-10-18T17:15:20.966Z | Compiling schemars v0.8.21 |
1268 | 2024-10-18T17:15:21.049Z | Compiling slog-async v2.8.0 |
1269 | 2024-10-18T17:15:21.073Z | Compiling gimli v0.31.1 |
1270 | 2024-10-18T17:15:21.271Z | Compiling signal-hook v0.3.17 |
1271 | 2024-10-18T17:15:21.507Z | Compiling paste v1.0.15 |
1272 | 2024-10-18T17:15:21.531Z | Compiling unicode-properties v0.1.3 |
1273 | 2024-10-18T17:15:21.855Z | Compiling either v1.13.0 |
1274 | 2024-10-18T17:15:21.948Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-10-18T17:15:22.098Z | Compiling pest_derive v2.7.14 |
1276 | 2024-10-18T17:15:22.247Z | Compiling rayon-core v1.12.1 |
1277 | 2024-10-18T17:15:22.288Z | Compiling ipnet v2.10.1 |
1278 | 2024-10-18T17:15:22.573Z | Compiling mime v0.3.17 |
1279 | 2024-10-18T17:15:22.880Z | Compiling dtrace-parser v0.2.0 |
1280 | 2024-10-18T17:15:23.094Z | Compiling bytes v1.7.2 |
1281 | 2024-10-18T17:15:23.441Z | Compiling indexmap v2.6.0 |
1282 | 2024-10-18T17:15:24.218Z | Compiling tokio v1.40.0 |
1283 | 2024-10-18T17:15:24.276Z | Compiling http v1.1.0 |
1284 | 2024-10-18T17:15:24.718Z | Compiling bitflags v2.6.0 |
1285 | 2024-10-18T17:15:24.742Z | Compiling semver v1.0.23 |
1286 | 2024-10-18T17:15:25.122Z | Compiling rustc_version v0.4.1 |
1287 | 2024-10-18T17:15:25.368Z | Compiling dof v0.3.0 |
1288 | 2024-10-18T17:15:25.803Z | Compiling http-body v1.0.1 |
1289 | 2024-10-18T17:15:26.021Z | Compiling serde_spanned v0.6.8 |
1290 | 2024-10-18T17:15:26.051Z | Compiling uuid v1.10.0 |
1291 | 2024-10-18T17:15:26.232Z | Compiling toml_datetime v0.6.8 |
1292 | 2024-10-18T17:15:26.398Z | Compiling serde_tokenstream v0.2.2 |
1293 | 2024-10-18T17:15:26.677Z | Compiling usdt-impl v0.5.0 |
1294 | 2024-10-18T17:15:26.931Z | Compiling chrono v0.4.38 |
1295 | 2024-10-18T17:15:27.201Z | Compiling http-body-util v0.1.2 |
1296 | 2024-10-18T17:15:27.241Z | Compiling heapless v0.7.17 |
1297 | 2024-10-18T17:15:27.737Z | Compiling toml_edit v0.22.22 |
1298 | 2024-10-18T17:15:27.796Z | Compiling curve25519-dalek v4.1.3 |
1299 | 2024-10-18T17:15:28.107Z | Compiling usdt-attr-macro v0.5.0 |
1300 | 2024-10-18T17:15:28.332Z | Compiling usdt-macro v0.5.0 |
1301 | 2024-10-18T17:15:29.642Z | Compiling slog-json v2.6.1 |
1302 | 2024-10-18T17:15:29.743Z | Compiling addr2line v0.24.2 |
1303 | 2024-10-18T17:15:30.028Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-10-18T17:15:30.163Z | Compiling stringprep v0.1.5 |
1305 | 2024-10-18T17:15:30.512Z | Compiling futures-executor v0.3.31 |
1306 | 2024-10-18T17:15:31.082Z | Compiling md-5 v0.10.6 |
1307 | 2024-10-18T17:15:31.180Z | Compiling schemars_derive v0.8.21 |
1308 | 2024-10-18T17:15:31.329Z | Compiling enum-as-inner v0.6.1 |
1309 | 2024-10-18T17:15:31.720Z | Compiling tokio-util v0.7.12 |
1310 | 2024-10-18T17:15:32.179Z | Compiling async-stream-impl v0.3.6 |
1311 | 2024-10-18T17:15:32.976Z | Compiling h2 v0.4.6 |
1312 | 2024-10-18T17:15:33.885Z | Compiling crossbeam-deque v0.8.5 |
1313 | 2024-10-18T17:15:34.001Z | Compiling term v0.7.0 |
1314 | 2024-10-18T17:15:35.026Z | Compiling crossbeam-channel v0.5.13 |
1315 | 2024-10-18T17:15:35.166Z | Compiling num-integer v0.1.46 |
1316 | 2024-10-18T17:15:35.276Z | Compiling rustls-pemfile v2.2.0 |
1317 | 2024-10-18T17:15:35.563Z | Compiling idna v0.4.0 |
1318 | 2024-10-18T17:15:35.846Z | Compiling idna v0.3.0 |
1319 | 2024-10-18T17:15:36.002Z | Compiling ff v0.13.0 |
1320 | 2024-10-18T17:15:36.192Z | Compiling hash32 v0.2.1 |
1321 | 2024-10-18T17:15:36.533Z | Compiling is-terminal v0.4.13 |
1322 | 2024-10-18T17:15:36.650Z | Compiling object v0.36.5 |
1323 | 2024-10-18T17:15:36.844Z | Compiling dropshot v0.12.0 |
1324 | 2024-10-18T17:15:37.092Z | Compiling anyhow v1.0.89 |
1325 | 2024-10-18T17:15:37.148Z | Compiling base16ct v0.2.0 |
1326 | 2024-10-18T17:15:37.456Z | Compiling rustc-demangle v0.1.24 |
1327 | 2024-10-18T17:15:37.668Z | Compiling psl-types v2.0.11 |
1328 | 2024-10-18T17:15:37.849Z | Compiling utf-8 v0.7.6 |
1329 | 2024-10-18T17:15:37.896Z | Compiling stable_deref_trait v1.2.0 |
1330 | 2024-10-18T17:15:37.993Z | Compiling take_mut v0.2.2 |
1331 | 2024-10-18T17:15:38.146Z | Compiling dyn-clone v1.0.17 |
1332 | 2024-10-18T17:15:38.184Z | Compiling portable-atomic v1.9.0 |
1333 | 2024-10-18T17:15:38.348Z | Compiling linked-hash-map v0.5.6 |
1334 | 2024-10-18T17:15:38.374Z | Compiling smoltcp v0.9.1 |
1335 | 2024-10-18T17:15:38.675Z | Compiling hyper v1.4.1 |
1336 | 2024-10-18T17:15:38.991Z | Compiling fallible-iterator v0.2.0 |
1337 | 2024-10-18T17:15:39.114Z | Compiling num-bigint-dig v0.8.4 |
1338 | 2024-10-18T17:15:39.186Z | Compiling quick-error v1.2.3 |
1339 | 2024-10-18T17:15:39.322Z | Compiling resolv-conf v0.7.0 |
1340 | 2024-10-18T17:15:39.509Z | Compiling lru-cache v0.1.2 |
1341 | 2024-10-18T17:15:39.667Z | Compiling postgres-protocol v0.6.7 |
1342 | 2024-10-18T17:15:40.817Z | Compiling hyper-util v0.1.9 |
1343 | 2024-10-18T17:15:41.033Z | Compiling tungstenite v0.24.0 |
1344 | 2024-10-18T17:15:42.305Z | Compiling publicsuffix v2.2.3 |
1345 | 2024-10-18T17:15:42.611Z | Compiling sec1 v0.7.3 |
1346 | 2024-10-18T17:15:42.733Z | Compiling backtrace v0.3.74 |
1347 | 2024-10-18T17:15:42.770Z | Compiling slog-term v2.9.1 |
1348 | 2024-10-18T17:15:42.937Z | Compiling usdt v0.5.0 |
1349 | 2024-10-18T17:15:43.130Z | Compiling hickory-proto v0.24.1 |
1350 | 2024-10-18T17:15:43.153Z | Compiling group v0.13.0 |
1351 | 2024-10-18T17:15:43.398Z | Compiling tokio-rustls v0.26.0 |
1352 | 2024-10-18T17:15:43.428Z | Compiling num-iter v0.1.45 |
1353 | 2024-10-18T17:15:43.428Z | Compiling tokio-rustls v0.25.0 |
1354 | 2024-10-18T17:15:43.622Z | Compiling tokio-native-tls v0.3.1 |
1355 | 2024-10-18T17:15:43.777Z | Compiling async-stream v0.3.6 |
1356 | 2024-10-18T17:15:43.801Z | Compiling futures v0.3.31 |
1357 | 2024-10-18T17:15:43.850Z | Compiling toml v0.8.19 |
1358 | 2024-10-18T17:15:44.049Z | Compiling camino v1.1.9 |
1359 | 2024-10-18T17:15:44.900Z | Compiling slog-bunyan v2.5.0 |
1360 | 2024-10-18T17:15:45.063Z | Compiling terminal_size v0.4.0 |
1361 | 2024-10-18T17:15:45.211Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-10-18T17:15:45.258Z | Compiling openapiv3 v2.0.0 |
1363 | 2024-10-18T17:15:45.288Z | Compiling serde_path_to_error v0.1.16 |
1364 | 2024-10-18T17:15:45.720Z | Compiling hkdf v0.12.4 |
1365 | 2024-10-18T17:15:45.720Z | Compiling crypto-bigint v0.5.5 |
1366 | 2024-10-18T17:15:45.913Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-10-18T17:15:45.975Z | Compiling curve25519-dalek-derive v0.1.1 |
1368 | 2024-10-18T17:15:46.019Z | Compiling phf_shared v0.11.2 |
1369 | 2024-10-18T17:15:46.161Z | Compiling hubpack_derive v0.1.1 |
1370 | 2024-10-18T17:15:46.367Z | Compiling waitgroup v0.1.2 |
1371 | 2024-10-18T17:15:46.570Z | Compiling webpki-roots v0.26.6 |
1372 | 2024-10-18T17:15:46.752Z | Compiling hostname v0.4.0 |
1373 | 2024-10-18T17:15:46.895Z | Compiling fs-err v2.11.0 |
1374 | 2024-10-18T17:15:46.979Z | Compiling ahash v0.8.11 |
1375 | 2024-10-18T17:15:47.185Z | Compiling debug-ignore v1.0.5 |
1376 | 2024-10-18T17:15:47.287Z | Compiling winnow v0.5.40 |
1377 | 2024-10-18T17:15:47.314Z | Compiling managed v0.8.0 |
1378 | 2024-10-18T17:15:47.338Z | Compiling bitflags v1.3.2 |
1379 | 2024-10-18T17:15:47.445Z | Compiling strum_macros v0.25.3 |
1380 | 2024-10-18T17:15:47.794Z | Compiling zerocopy v0.6.6 |
1381 | 2024-10-18T17:15:48.492Z | Compiling elliptic-curve v0.13.8 |
1382 | 2024-10-18T17:15:48.858Z | Compiling hickory-resolver v0.24.1 |
1383 | 2024-10-18T17:15:49.199Z | Compiling console v0.15.8 |
1384 | 2024-10-18T17:15:49.610Z | Compiling clap_builder v4.5.20 |
1385 | 2024-10-18T17:15:50.460Z | Compiling toml_edit v0.19.15 |
1386 | 2024-10-18T17:15:50.812Z | Compiling hubpack v0.1.2 |
1387 | 2024-10-18T17:15:50.925Z | Compiling hyper-rustls v0.27.3 |
1388 | 2024-10-18T17:15:51.195Z | Compiling phf v0.11.2 |
1389 | 2024-10-18T17:15:51.460Z | Compiling signal-hook-mio v0.2.4 |
1390 | 2024-10-18T17:15:51.484Z | Compiling cookie_store v0.21.0 |
1391 | 2024-10-18T17:15:51.608Z | Compiling rayon v1.10.0 |
1392 | 2024-10-18T17:15:51.710Z | Compiling hyper-tls v0.6.0 |
1393 | 2024-10-18T17:15:53.629Z | Compiling tokio-tungstenite v0.24.0 |
1394 | 2024-10-18T17:15:54.092Z | Compiling postgres-types v0.2.8 |
1395 | 2024-10-18T17:15:55.342Z | Compiling tokio-stream v0.1.16 |
1396 | 2024-10-18T17:15:55.633Z | Compiling bstr v1.10.0 |
1397 | 2024-10-18T17:15:55.707Z | Compiling regex v1.11.0 |
1398 | 2024-10-18T17:15:56.231Z | Compiling serde-big-array v0.5.1 |
1399 | 2024-10-18T17:15:56.435Z | Compiling ed25519 v2.2.3 |
1400 | 2024-10-18T17:15:56.615Z | Compiling pkcs1 v0.7.5 |
1401 | 2024-10-18T17:15:56.943Z | Compiling rfc6979 v0.4.0 |
1402 | 2024-10-18T17:15:57.010Z | Compiling derive-where v1.2.7 |
1403 | 2024-10-18T17:15:57.131Z | Compiling serde_repr v0.1.19 |
1404 | 2024-10-18T17:15:57.196Z | Compiling clap_derive v4.5.18 |
1405 | 2024-10-18T17:15:57.239Z | Compiling phf_shared v0.10.0 |
1406 | 2024-10-18T17:15:57.413Z | Compiling float-cmp v0.9.0 |
1407 | 2024-10-18T17:15:57.548Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-10-18T17:15:57.648Z | Compiling crc32fast v1.4.2 |
1409 | 2024-10-18T17:15:57.673Z | Compiling bit-vec v0.6.3 |
1410 | 2024-10-18T17:15:57.697Z | Compiling precomputed-hash v0.1.1 |
1411 | 2024-10-18T17:15:57.815Z | Compiling unicode-segmentation v1.12.0 |
1412 | 2024-10-18T17:15:57.958Z | Compiling difflib v0.4.0 |
1413 | 2024-10-18T17:15:58.099Z | Compiling predicates-core v1.0.8 |
1414 | 2024-10-18T17:15:58.195Z | Compiling whoami v1.5.2 |
1415 | 2024-10-18T17:15:58.219Z | Compiling static_assertions v1.1.0 |
1416 | 2024-10-18T17:15:58.330Z | Compiling number_prefix v0.4.0 |
1417 | 2024-10-18T17:15:58.416Z | Compiling fixedbitset v0.4.2 |
1418 | 2024-10-18T17:15:58.532Z | Compiling normalize-line-endings v0.3.0 |
1419 | 2024-10-18T17:15:58.593Z | Compiling minimal-lexical v0.2.1 |
1420 | 2024-10-18T17:15:58.645Z | Compiling new_debug_unreachable v1.0.6 |
1421 | 2024-10-18T17:15:58.730Z | Compiling string_cache v0.8.7 |
1422 | 2024-10-18T17:15:58.781Z | Compiling petgraph v0.6.5 |
1423 | 2024-10-18T17:15:58.820Z | Compiling predicates v3.1.2 |
1424 | 2024-10-18T17:15:59.037Z | Compiling nom v7.1.3 |
1425 | 2024-10-18T17:15:59.141Z | Compiling indicatif v0.17.8 |
1426 | 2024-10-18T17:15:59.341Z | Compiling tokio-postgres v0.7.12 |
1427 | 2024-10-18T17:16:00.078Z | Compiling qorb v0.1.1 |
1428 | 2024-10-18T17:16:00.262Z | Compiling similar v2.6.0 |
1429 | 2024-10-18T17:16:00.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1430 | 2024-10-18T17:16:01.253Z | Compiling clap v4.5.20 |
1431 | 2024-10-18T17:16:01.371Z | Compiling bit-set v0.5.3 |
1432 | 2024-10-18T17:16:01.620Z | Compiling flate2 v1.0.34 |
1433 | 2024-10-18T17:16:02.001Z | Compiling reqwest v0.12.8 |
1434 | 2024-10-18T17:16:02.125Z | Compiling ecdsa v0.16.9 |
1435 | 2024-10-18T17:16:02.243Z | Compiling rsa v0.9.6 |
1436 | 2024-10-18T17:16:02.455Z | Compiling ed25519-dalek v2.1.1 |
1437 | 2024-10-18T17:16:02.931Z | Compiling toml v0.7.8 |
1438 | 2024-10-18T17:16:03.605Z | Compiling crossterm v0.28.1 |
1439 | 2024-10-18T17:16:04.378Z | Compiling hex v0.4.3 |
1440 | 2024-10-18T17:16:04.693Z | Compiling itertools v0.12.1 |
1441 | 2024-10-18T17:16:04.739Z | Compiling itertools v0.10.5 |
1442 | 2024-10-18T17:16:04.926Z | Compiling x509-cert v0.2.5 |
1443 | 2024-10-18T17:16:05.465Z | Compiling unicode-xid v0.2.6 |
1444 | 2024-10-18T17:16:05.622Z | Compiling peg-runtime v0.8.3 |
1445 | 2024-10-18T17:16:06.205Z | Compiling lalrpop-util v0.19.12 |
1446 | 2024-10-18T17:16:06.505Z | Compiling xattr v1.3.1 |
1447 | 2024-10-18T17:16:06.554Z | Compiling strum_macros v0.26.4 |
1448 | 2024-10-18T17:16:06.708Z | Compiling filetime v0.2.25 |
1449 | 2024-10-18T17:16:06.986Z | Compiling tar v0.4.42 |
1450 | 2024-10-18T17:16:09.801Z | Compiling strum v0.26.3 |
1451 | 2024-10-18T17:16:09.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1452 | 2024-10-18T17:16:10.290Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1453 | 2024-10-18T17:16:17.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s |
1454 | 2024-10-18T17:16:17.272Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1455 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.744 INFO Starting download, target: Clickhouse |
1456 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.744 INFO Starting download, target: Cockroach |
1457 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.744 INFO Starting download, target: Console |
1458 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.744 INFO Starting download, target: DendriteOpenapi |
1459 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.745 INFO Starting download, target: DendriteStub |
1460 | 2024-10-18T17:16:17.336Z | Oct 18 17:16:16.745 INFO Starting download, target: MaghemiteMgd |
1461 | 2024-10-18T17:16:17.360Z | Oct 18 17:16:16.745 INFO Starting download, target: TransceiverControl |
1462 | 2024-10-18T17:16:17.360Z | Oct 18 17:16:16.746 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1463 | 2024-10-18T17:16:17.360Z | Oct 18 17:16:16.746 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1464 | 2024-10-18T17:16:17.360Z | Oct 18 17:16:16.746 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1465 | 2024-10-18T17:16:17.361Z | Oct 18 17:16:16.746 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1466 | 2024-10-18T17:16:17.361Z | Oct 18 17:16:16.746 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1467 | 2024-10-18T17:16:17.361Z | Oct 18 17:16:16.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1468 | 2024-10-18T17:16:17.361Z | Oct 18 17:16:16.747 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1469 | 2024-10-18T17:16:17.687Z | Oct 18 17:16:17.090 INFO Download complete, target: DendriteOpenapi |
1470 | 2024-10-18T17:16:17.816Z | Oct 18 17:16:17.217 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1471 | 2024-10-18T17:16:18.152Z | Oct 18 17:16:17.560 INFO Download complete, target: Console |
1472 | 2024-10-18T17:16:18.656Z | Oct 18 17:16:18.064 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1473 | 2024-10-18T17:16:19.358Z | Oct 18 17:16:18.766 INFO Download complete, target: TransceiverControl |
1474 | 2024-10-18T17:16:19.749Z | Oct 18 17:16:19.157 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1475 | 2024-10-18T17:16:20.231Z | Oct 18 17:16:19.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1476 | 2024-10-18T17:16:23.489Z | Oct 18 17:16:22.897 INFO Download complete, target: DendriteStub |
1477 | 2024-10-18T17:16:23.827Z | Oct 18 17:16:23.235 INFO Download complete, target: MaghemiteMgd |
1478 | 2024-10-18T17:16:26.023Z | Oct 18 17:16:25.431 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1479 | 2024-10-18T17:16:26.023Z | Oct 18 17:16:25.432 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1480 | 2024-10-18T17:16:31.177Z | Oct 18 17:16:30.586 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1481 | 2024-10-18T17:16:35.990Z | Oct 18 17:16:35.398 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1482 | 2024-10-18T17:16:36.600Z | Oct 18 17:16:36.006 INFO Checking that binary works, target: Cockroach |
1483 | 2024-10-18T17:16:36.952Z | Oct 18 17:16:36.360 INFO Download complete, target: Cockroach |
1484 | 2024-10-18T17:16:47.782Z | Oct 18 17:16:47.190 INFO Checking that binary works, target: Clickhouse |
1485 | 2024-10-18T17:16:47.971Z | Oct 18 17:16:47.380 INFO Download complete, target: Clickhouse |
1486 | 2024-10-18T17:16:48.003Z | All builder prerequisites installed successfully, and PATH looks valid |
1487 | 2024-10-18T17:16:48.027Z | |
1488 | 2024-10-18T17:16:48.027Z | real 4:14.415584593 |
1489 | 2024-10-18T17:16:48.027Z | user 11:31.098388441 |
1490 | 2024-10-18T17:16:48.027Z | sys 2:42.400863205 |
1491 | 2024-10-18T17:16:48.027Z | trap 0.386193701 |
1492 | 2024-10-18T17:16:48.027Z | tflt 0.752949433 |
1493 | 2024-10-18T17:16:48.027Z | dflt 1.713838507 |
1494 | 2024-10-18T17:16:48.027Z | kflt 0.008696635 |
1495 | 2024-10-18T17:16:48.027Z | lock 24:28.423880385 |
1496 | 2024-10-18T17:16:48.027Z | slp 43:33.760203527 |
1497 | 2024-10-18T17:16:48.027Z | lat 50.774678963 |
1498 | 2024-10-18T17:16:48.027Z | stop 2:05.520796679 |
1499 | 2024-10-18T17:16:48.027Z | + banner hack-check |
1500 | 2024-10-18T17:16:48.027Z | |
1501 | 2024-10-18T17:16:48.028Z | # # ## #### # # #### # # ###### #### # # |
1502 | 2024-10-18T17:16:48.028Z | # # # # # # # # # # # # # # # # # |
1503 | 2024-10-18T17:16:48.028Z | ###### # # # #### ##### # ###### ##### # #### |
1504 | 2024-10-18T17:16:48.028Z | # # ###### # # # # # # # # # # |
1505 | 2024-10-18T17:16:48.028Z | # # # # # # # # # # # # # # # # # |
1506 | 2024-10-18T17:16:48.028Z | # # # # #### # # #### # # ###### #### # # |
1507 | 2024-10-18T17:16:48.028Z | |
1508 | 2024-10-18T17:16:48.028Z | + export CARGO_INCREMENTAL=0 |
1509 | 2024-10-18T17:16:48.028Z | + CARGO_INCREMENTAL=0 |
1510 | 2024-10-18T17:16:48.028Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1511 | 2024-10-18T17:16:48.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1512 | 2024-10-18T17:16:54.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s |
1513 | 2024-10-18T17:16:54.142Z | Running `target/debug/xtask check-features --ci` |
1514 | 2024-10-18T17:16:54.172Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1515 | 2024-10-18T17:16:54.172Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1516 | 2024-10-18T17:16:54.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1517 | 2024-10-18T17:16:54.901Z | Running `target/debug/xtask download cargo-hack` |
1518 | 2024-10-18T17:16:56.103Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-10-18T17:16:56.441Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1520 | 2024-10-18T17:17:02.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s |
1521 | 2024-10-18T17:17:02.475Z | Running `target/debug/xtask-downloader cargo-hack` |
1522 | 2024-10-18T17:17:02.538Z | Oct 18 17:17:01.936 INFO Starting download, target: CargoHack |
1523 | 2024-10-18T17:17:02.586Z | Oct 18 17:17:01.937 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1524 | 2024-10-18T17:17:03.136Z | Oct 18 17:17:02.542 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1525 | 2024-10-18T17:17:03.257Z | Oct 18 17:17:02.665 INFO Download complete, target: CargoHack |
1526 | 2024-10-18T17:17:03.280Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1527 | 2024-10-18T17:17:03.304Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1528 | 2024-10-18T17:17:03.567Z | info: running `cargo check --bins` on api_identity (1/166) |
1529 | 2024-10-18T17:17:04.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-10-18T17:17:04.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-10-18T17:17:04.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-10-18T17:17:04.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1533 | 2024-10-18T17:17:04.566Z | |
1534 | 2024-10-18T17:17:04.566Z | info: running `cargo check --bins` on bootstore (2/166) |
1535 | 2024-10-18T17:17:05.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-10-18T17:17:05.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-10-18T17:17:05.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-10-18T17:17:05.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1539 | 2024-10-18T17:17:05.488Z | |
1540 | 2024-10-18T17:17:05.488Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/166) |
1541 | 2024-10-18T17:17:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-10-18T17:17:06.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-10-18T17:17:06.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-10-18T17:17:06.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1545 | 2024-10-18T17:17:06.366Z | |
1546 | 2024-10-18T17:17:06.366Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166) |
1547 | 2024-10-18T17:17:07.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-10-18T17:17:07.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-10-18T17:17:07.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-10-18T17:17:07.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1551 | 2024-10-18T17:17:07.256Z | |
1552 | 2024-10-18T17:17:07.256Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166) |
1553 | 2024-10-18T17:17:07.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-10-18T17:17:07.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-10-18T17:17:07.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-10-18T17:17:07.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1557 | 2024-10-18T17:17:07.939Z | |
1558 | 2024-10-18T17:17:07.939Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166) |
1559 | 2024-10-18T17:17:08.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-10-18T17:17:08.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-10-18T17:17:08.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-10-18T17:17:08.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1563 | 2024-10-18T17:17:08.600Z | |
1564 | 2024-10-18T17:17:08.600Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166) |
1565 | 2024-10-18T17:17:09.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-10-18T17:17:09.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-10-18T17:17:09.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1568 | 2024-10-18T17:17:09.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1569 | 2024-10-18T17:17:09.229Z | |
1570 | 2024-10-18T17:17:09.229Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166) |
1571 | 2024-10-18T17:17:09.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1572 | 2024-10-18T17:17:09.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1573 | 2024-10-18T17:17:09.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1574 | 2024-10-18T17:17:09.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1575 | 2024-10-18T17:17:09.868Z | |
1576 | 2024-10-18T17:17:09.868Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166) |
1577 | 2024-10-18T17:17:10.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-10-18T17:17:10.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-10-18T17:17:10.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1580 | 2024-10-18T17:17:10.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1581 | 2024-10-18T17:17:10.515Z | |
1582 | 2024-10-18T17:17:10.516Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166) |
1583 | 2024-10-18T17:17:11.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1584 | 2024-10-18T17:17:11.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1585 | 2024-10-18T17:17:11.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1586 | 2024-10-18T17:17:11.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1587 | 2024-10-18T17:17:11.180Z | |
1588 | 2024-10-18T17:17:11.180Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166) |
1589 | 2024-10-18T17:17:11.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1590 | 2024-10-18T17:17:11.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1591 | 2024-10-18T17:17:11.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1592 | 2024-10-18T17:17:11.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1593 | 2024-10-18T17:17:11.814Z | |
1594 | 2024-10-18T17:17:11.814Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166) |
1595 | 2024-10-18T17:17:12.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1596 | 2024-10-18T17:17:12.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1597 | 2024-10-18T17:17:12.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1598 | 2024-10-18T17:17:12.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1599 | 2024-10-18T17:17:12.453Z | |
1600 | 2024-10-18T17:17:12.453Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166) |
1601 | 2024-10-18T17:17:13.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1602 | 2024-10-18T17:17:13.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1603 | 2024-10-18T17:17:13.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1604 | 2024-10-18T17:17:13.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1605 | 2024-10-18T17:17:13.162Z | |
1606 | 2024-10-18T17:17:13.162Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166) |
1607 | 2024-10-18T17:17:13.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1608 | 2024-10-18T17:17:13.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1609 | 2024-10-18T17:17:13.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1610 | 2024-10-18T17:17:13.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1611 | 2024-10-18T17:17:13.800Z | |
1612 | 2024-10-18T17:17:13.800Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166) |
1613 | 2024-10-18T17:17:14.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-10-18T17:17:14.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-10-18T17:17:14.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-10-18T17:17:14.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1617 | 2024-10-18T17:17:14.445Z | |
1618 | 2024-10-18T17:17:14.445Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166) |
1619 | 2024-10-18T17:17:15.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-10-18T17:17:15.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-10-18T17:17:15.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-10-18T17:17:15.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1623 | 2024-10-18T17:17:15.088Z | |
1624 | 2024-10-18T17:17:15.088Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166) |
1625 | 2024-10-18T17:17:15.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-10-18T17:17:15.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-10-18T17:17:15.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-10-18T17:17:15.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1629 | 2024-10-18T17:17:15.717Z | |
1630 | 2024-10-18T17:17:15.717Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166) |
1631 | 2024-10-18T17:17:16.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-10-18T17:17:16.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-10-18T17:17:16.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-10-18T17:17:16.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1635 | 2024-10-18T17:17:16.425Z | |
1636 | 2024-10-18T17:17:16.425Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166) |
1637 | 2024-10-18T17:17:16.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-10-18T17:17:17.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-10-18T17:17:17.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-10-18T17:17:17.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1641 | 2024-10-18T17:17:17.050Z | |
1642 | 2024-10-18T17:17:17.050Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166) |
1643 | 2024-10-18T17:17:17.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-10-18T17:17:17.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-10-18T17:17:17.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-10-18T17:17:17.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1647 | 2024-10-18T17:17:17.765Z | |
1648 | 2024-10-18T17:17:17.765Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166) |
1649 | 2024-10-18T17:17:18.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-10-18T17:17:18.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-10-18T17:17:18.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-10-18T17:17:18.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1653 | 2024-10-18T17:17:18.422Z | |
1654 | 2024-10-18T17:17:18.422Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166) |
1655 | 2024-10-18T17:17:19.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-10-18T17:17:19.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-10-18T17:17:19.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-10-18T17:17:19.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1659 | 2024-10-18T17:17:19.081Z | |
1660 | 2024-10-18T17:17:19.081Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166) |
1661 | 2024-10-18T17:17:19.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-10-18T17:17:19.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-10-18T17:17:19.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-10-18T17:17:19.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1665 | 2024-10-18T17:17:19.720Z | |
1666 | 2024-10-18T17:17:19.720Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166) |
1667 | 2024-10-18T17:17:20.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-10-18T17:17:20.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-10-18T17:17:20.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-10-18T17:17:20.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1671 | 2024-10-18T17:17:20.338Z | |
1672 | 2024-10-18T17:17:20.338Z | info: running `cargo check --bins` on sled-hardware-types (25/166) |
1673 | 2024-10-18T17:17:21.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-10-18T17:17:21.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-10-18T17:17:21.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-10-18T17:17:21.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1677 | 2024-10-18T17:17:21.233Z | |
1678 | 2024-10-18T17:17:21.234Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/166) |
1679 | 2024-10-18T17:17:22.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-10-18T17:17:22.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-10-18T17:17:22.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-10-18T17:17:22.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1683 | 2024-10-18T17:17:22.141Z | |
1684 | 2024-10-18T17:17:22.141Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166) |
1685 | 2024-10-18T17:17:23.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-10-18T17:17:23.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-10-18T17:17:23.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-10-18T17:17:23.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1689 | 2024-10-18T17:17:23.096Z | |
1690 | 2024-10-18T17:17:23.096Z | info: running `cargo check --bins` on oxlog (28/166) |
1691 | 2024-10-18T17:17:23.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-10-18T17:17:23.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-10-18T17:17:23.991Z | Checking cfg-if v1.0.0 |
1694 | 2024-10-18T17:17:24.015Z | Checking libc v0.2.159 |
1695 | 2024-10-18T17:17:24.015Z | Checking serde v1.0.210 |
1696 | 2024-10-18T17:17:24.015Z | Checking zeroize v1.8.1 |
1697 | 2024-10-18T17:17:24.039Z | Checking memchr v2.7.4 |
1698 | 2024-10-18T17:17:24.074Z | Checking typenum v1.17.0 |
1699 | 2024-10-18T17:17:24.098Z | Checking scopeguard v1.2.0 |
1700 | 2024-10-18T17:17:24.098Z | Checking subtle v2.6.1 |
1701 | 2024-10-18T17:17:24.128Z | Checking value-bag v1.9.0 |
1702 | 2024-10-18T17:17:24.246Z | Checking lock_api v0.4.12 |
1703 | 2024-10-18T17:17:24.277Z | Checking const-oid v0.9.6 |
1704 | 2024-10-18T17:17:24.339Z | Checking itoa v1.0.11 |
1705 | 2024-10-18T17:17:24.473Z | Checking log v0.4.22 |
1706 | 2024-10-18T17:17:24.526Z | Checking pin-project-lite v0.2.14 |
1707 | 2024-10-18T17:17:24.622Z | Checking smallvec v1.13.2 |
1708 | 2024-10-18T17:17:24.646Z | Checking byteorder v1.5.0 |
1709 | 2024-10-18T17:17:24.866Z | Checking futures-core v0.3.31 |
1710 | 2024-10-18T17:17:24.918Z | Checking once_cell v1.20.2 |
1711 | 2024-10-18T17:17:24.941Z | Checking cpufeatures v0.2.14 |
1712 | 2024-10-18T17:17:24.970Z | Checking getrandom v0.2.15 |
1713 | 2024-10-18T17:17:24.994Z | Checking parking_lot_core v0.9.10 |
1714 | 2024-10-18T17:17:25.030Z | Checking signal-hook-registry v1.4.2 |
1715 | 2024-10-18T17:17:25.053Z | Checking mio v1.0.2 |
1716 | 2024-10-18T17:17:25.124Z | Checking generic-array v0.14.7 |
1717 | 2024-10-18T17:17:25.187Z | Checking rand_core v0.6.4 |
1718 | 2024-10-18T17:17:25.214Z | Checking futures-sink v0.3.31 |
1719 | 2024-10-18T17:17:25.245Z | Checking socket2 v0.5.7 |
1720 | 2024-10-18T17:17:25.296Z | Checking parking_lot v0.12.3 |
1721 | 2024-10-18T17:17:25.330Z | Checking spin v0.9.8 |
1722 | 2024-10-18T17:17:25.458Z | Checking zerocopy v0.7.35 |
1723 | 2024-10-18T17:17:25.544Z | Checking slab v0.4.9 |
1724 | 2024-10-18T17:17:25.590Z | Checking futures-channel v0.3.31 |
1725 | 2024-10-18T17:17:25.633Z | Checking equivalent v1.0.1 |
1726 | 2024-10-18T17:17:25.681Z | Checking allocator-api2 v0.2.18 |
1727 | 2024-10-18T17:17:25.706Z | Checking foldhash v0.1.3 |
1728 | 2024-10-18T17:17:25.734Z | Checking futures-io v0.3.31 |
1729 | 2024-10-18T17:17:25.776Z | Checking tinyvec_macros v0.1.1 |
1730 | 2024-10-18T17:17:25.857Z | Checking futures-task v0.3.31 |
1731 | 2024-10-18T17:17:25.883Z | Checking pin-utils v0.1.0 |
1732 | 2024-10-18T17:17:25.907Z | Checking tinyvec v1.8.0 |
1733 | 2024-10-18T17:17:25.934Z | Checking ryu v1.0.18 |
1734 | 2024-10-18T17:17:25.968Z | Checking fnv v1.0.7 |
1735 | 2024-10-18T17:17:26.066Z | Checking futures-util v0.3.31 |
1736 | 2024-10-18T17:17:26.091Z | Checking crypto-common v0.1.6 |
1737 | 2024-10-18T17:17:26.114Z | Checking block-buffer v0.10.4 |
1738 | 2024-10-18T17:17:26.138Z | Checking block-padding v0.3.3 |
1739 | 2024-10-18T17:17:26.240Z | Checking hashbrown v0.15.0 |
1740 | 2024-10-18T17:17:26.265Z | Checking unicode-bidi v0.3.17 |
1741 | 2024-10-18T17:17:26.288Z | Checking digest v0.10.7 |
1742 | 2024-10-18T17:17:26.316Z | Checking inout v0.1.3 |
1743 | 2024-10-18T17:17:26.507Z | Checking cipher v0.4.4 |
1744 | 2024-10-18T17:17:26.618Z | Checking hmac v0.12.1 |
1745 | 2024-10-18T17:17:26.716Z | Checking sha2 v0.10.8 |
1746 | 2024-10-18T17:17:26.810Z | Checking libm v0.2.8 |
1747 | 2024-10-18T17:17:26.834Z | Checking base64ct v1.6.0 |
1748 | 2024-10-18T17:17:26.882Z | Checking ppv-lite86 v0.2.20 |
1749 | 2024-10-18T17:17:27.068Z | Checking unicode-normalization v0.1.24 |
1750 | 2024-10-18T17:17:27.220Z | Checking pem-rfc7468 v0.7.0 |
1751 | 2024-10-18T17:17:27.247Z | Checking flagset v0.4.6 |
1752 | 2024-10-18T17:17:27.272Z | Checking tracing-core v0.1.32 |
1753 | 2024-10-18T17:17:27.411Z | Checking thiserror v1.0.64 |
1754 | 2024-10-18T17:17:27.460Z | Checking der v0.7.9 |
1755 | 2024-10-18T17:17:27.535Z | Checking rustls-pki-types v1.9.0 |
1756 | 2024-10-18T17:17:27.562Z | Checking rand_chacha v0.3.1 |
1757 | 2024-10-18T17:17:27.604Z | Checking num-traits v0.2.19 |
1758 | 2024-10-18T17:17:27.837Z | Checking percent-encoding v2.3.1 |
1759 | 2024-10-18T17:17:27.889Z | Checking rand v0.8.5 |
1760 | 2024-10-18T17:17:27.912Z | Checking tracing v0.1.40 |
1761 | 2024-10-18T17:17:28.031Z | Checking salsa20 v0.10.2 |
1762 | 2024-10-18T17:17:28.056Z | Checking pbkdf2 v0.12.2 |
1763 | 2024-10-18T17:17:28.200Z | Checking httparse v1.9.5 |
1764 | 2024-10-18T17:17:28.225Z | Checking untrusted v0.9.0 |
1765 | 2024-10-18T17:17:28.249Z | Checking powerfmt v0.2.0 |
1766 | 2024-10-18T17:17:28.349Z | Checking bytes v1.7.2 |
1767 | 2024-10-18T17:17:28.372Z | Checking indexmap v2.6.0 |
1768 | 2024-10-18T17:17:28.493Z | Checking serde_json v1.0.128 |
1769 | 2024-10-18T17:17:28.568Z | Checking bitflags v2.6.0 |
1770 | 2024-10-18T17:17:28.829Z | Checking deranged v0.3.11 |
1771 | 2024-10-18T17:17:29.016Z | Checking ring v0.17.8 |
1772 | 2024-10-18T17:17:29.040Z | Checking scrypt v0.11.0 |
1773 | 2024-10-18T17:17:29.073Z | Checking tokio v1.40.0 |
1774 | 2024-10-18T17:17:29.123Z | Checking http v1.1.0 |
1775 | 2024-10-18T17:17:29.228Z | Checking spki v0.7.3 |
1776 | 2024-10-18T17:17:29.481Z | Checking cbc v0.1.2 |
1777 | 2024-10-18T17:17:29.504Z | Checking aes v0.8.4 |
1778 | 2024-10-18T17:17:29.663Z | Checking crossbeam-utils v0.8.20 |
1779 | 2024-10-18T17:17:29.922Z | Checking num-conv v0.1.0 |
1780 | 2024-10-18T17:17:30.158Z | Checking time-core v0.1.2 |
1781 | 2024-10-18T17:17:30.237Z | Checking num_threads v0.1.7 |
1782 | 2024-10-18T17:17:30.267Z | Checking atomic-waker v1.1.2 |
1783 | 2024-10-18T17:17:30.303Z | Checking http-body v1.0.1 |
1784 | 2024-10-18T17:17:30.326Z | Checking pkcs5 v0.7.1 |
1785 | 2024-10-18T17:17:30.350Z | Checking form_urlencoded v1.2.1 |
1786 | 2024-10-18T17:17:30.373Z | Checking time v0.3.36 |
1787 | 2024-10-18T17:17:30.397Z | Checking try-lock v0.2.5 |
1788 | 2024-10-18T17:17:30.493Z | Checking unicode-ident v1.0.13 |
1789 | 2024-10-18T17:17:30.524Z | Checking httpdate v1.0.3 |
1790 | 2024-10-18T17:17:30.548Z | Checking want v0.3.1 |
1791 | 2024-10-18T17:17:30.615Z | Checking toml_datetime v0.6.8 |
1792 | 2024-10-18T17:17:30.642Z | Checking rustls-webpki v0.102.8 |
1793 | 2024-10-18T17:17:30.665Z | Checking proc-macro2 v1.0.87 |
1794 | 2024-10-18T17:17:30.709Z | Checking serde_spanned v0.6.8 |
1795 | 2024-10-18T17:17:30.739Z | Checking uuid v1.10.0 |
1796 | 2024-10-18T17:17:30.801Z | Checking pkcs8 v0.10.2 |
1797 | 2024-10-18T17:17:30.867Z | Checking idna v0.5.0 |
1798 | 2024-10-18T17:17:30.891Z | Checking slog v2.7.0 |
1799 | 2024-10-18T17:17:31.083Z | Checking scroll v0.12.0 |
1800 | 2024-10-18T17:17:31.246Z | Checking iana-time-zone v0.1.61 |
1801 | 2024-10-18T17:17:31.291Z | Checking base64 v0.22.1 |
1802 | 2024-10-18T17:17:31.314Z | Checking foreign-types-shared v0.1.1 |
1803 | 2024-10-18T17:17:31.338Z | Checking ucd-trie v0.1.7 |
1804 | 2024-10-18T17:17:31.388Z | Checking tower-service v0.3.3 |
1805 | 2024-10-18T17:17:31.412Z | Checking match_cfg v0.1.0 |
1806 | 2024-10-18T17:17:31.495Z | Checking plain v0.2.3 |
1807 | 2024-10-18T17:17:31.519Z | Checking pest v2.7.14 |
1808 | 2024-10-18T17:17:31.519Z | Checking hostname v0.3.1 |
1809 | 2024-10-18T17:17:31.519Z | Checking foreign-types v0.3.2 |
1810 | 2024-10-18T17:17:31.562Z | Checking url v2.5.2 |
1811 | 2024-10-18T17:17:31.646Z | Checking chrono v0.4.38 |
1812 | 2024-10-18T17:17:31.670Z | Checking goblin v0.8.2 |
1813 | 2024-10-18T17:17:31.693Z | Checking quote v1.0.37 |
1814 | 2024-10-18T17:17:31.745Z | Checking openssl-sys v0.9.103 |
1815 | 2024-10-18T17:17:31.983Z | Checking dirs-sys-next v0.1.2 |
1816 | 2024-10-18T17:17:32.137Z | Checking errno v0.3.9 |
1817 | 2024-10-18T17:17:32.262Z | Checking aho-corasick v1.1.3 |
1818 | 2024-10-18T17:17:32.306Z | Checking regex-syntax v0.8.5 |
1819 | 2024-10-18T17:17:32.531Z | Checking siphasher v0.3.11 |
1820 | 2024-10-18T17:17:32.822Z | Checking data-encoding v2.6.0 |
1821 | 2024-10-18T17:17:32.896Z | Checking pretty-hex v0.4.1 |
1822 | 2024-10-18T17:17:33.050Z | Checking adler2 v2.0.0 |
1823 | 2024-10-18T17:17:33.201Z | Checking miniz_oxide v0.8.0 |
1824 | 2024-10-18T17:17:33.389Z | Checking openssl v0.10.66 |
1825 | 2024-10-18T17:17:33.552Z | Checking rustix v0.38.37 |
1826 | 2024-10-18T17:17:33.806Z | Checking dirs-next v2.0.0 |
1827 | 2024-10-18T17:17:33.829Z | Checking dtrace-parser v0.2.0 |
1828 | 2024-10-18T17:17:33.853Z | Checking syn v2.0.79 |
1829 | 2024-10-18T17:17:33.927Z | Checking http-body-util v0.1.2 |
1830 | 2024-10-18T17:17:34.215Z | Checking crossbeam-epoch v0.9.18 |
1831 | 2024-10-18T17:17:34.323Z | Checking sha1 v0.10.6 |
1832 | 2024-10-18T17:17:34.560Z | Checking signature v2.2.0 |
1833 | 2024-10-18T17:17:34.586Z | Checking lazy_static v1.5.0 |
1834 | 2024-10-18T17:17:34.684Z | Checking thread_local v1.1.8 |
1835 | 2024-10-18T17:17:34.722Z | Checking thread-id v4.2.2 |
1836 | 2024-10-18T17:17:34.824Z | Checking encoding_rs v0.8.34 |
1837 | 2024-10-18T17:17:34.936Z | Checking openssl-probe v0.1.5 |
1838 | 2024-10-18T17:17:35.072Z | Checking anstyle v1.0.8 |
1839 | 2024-10-18T17:17:35.096Z | Checking regex-automata v0.4.8 |
1840 | 2024-10-18T17:17:35.374Z | Checking ipnet v2.10.1 |
1841 | 2024-10-18T17:17:35.669Z | Checking tokio-util v0.7.12 |
1842 | 2024-10-18T17:17:35.788Z | Checking either v1.13.0 |
1843 | 2024-10-18T17:17:35.962Z | Checking dof v0.3.0 |
1844 | 2024-10-18T17:17:36.112Z | Checking winnow v0.6.20 |
1845 | 2024-10-18T17:17:36.436Z | Checking h2 v0.4.6 |
1846 | 2024-10-18T17:17:36.476Z | Checking unicode-properties v0.1.3 |
1847 | 2024-10-18T17:17:36.548Z | Checking gimli v0.31.1 |
1848 | 2024-10-18T17:17:36.728Z | Checking mime v0.3.17 |
1849 | 2024-10-18T17:17:36.778Z | Checking utf8parse v0.2.2 |
1850 | 2024-10-18T17:17:36.908Z | Checking anstyle-parse v0.2.5 |
1851 | 2024-10-18T17:17:37.006Z | Checking stringprep v0.1.5 |
1852 | 2024-10-18T17:17:37.156Z | Checking crossbeam-deque v0.8.5 |
1853 | 2024-10-18T17:17:37.244Z | Checking term v0.7.0 |
1854 | 2024-10-18T17:17:37.428Z | Checking slog-json v2.6.1 |
1855 | 2024-10-18T17:17:37.615Z | Checking rustls v0.22.4 |
1856 | 2024-10-18T17:17:37.646Z | Checking rustls v0.23.14 |
1857 | 2024-10-18T17:17:37.911Z | Checking native-tls v0.2.12 |
1858 | 2024-10-18T17:17:38.189Z | Checking futures-executor v0.3.31 |
1859 | 2024-10-18T17:17:38.376Z | Checking serde_urlencoded v0.7.1 |
1860 | 2024-10-18T17:17:38.588Z | Checking toml_edit v0.22.22 |
1861 | 2024-10-18T17:17:38.744Z | Checking crossbeam-channel v0.5.13 |
1862 | 2024-10-18T17:17:39.071Z | Checking num-integer v0.1.46 |
1863 | 2024-10-18T17:17:39.361Z | Checking usdt-impl v0.5.0 |
1864 | 2024-10-18T17:17:39.386Z | Checking rustls-pemfile v2.2.0 |
1865 | 2024-10-18T17:17:39.494Z | Checking idna v0.4.0 |
1866 | 2024-10-18T17:17:39.569Z | Checking idna v0.3.0 |
1867 | 2024-10-18T17:17:39.809Z | Checking md-5 v0.10.6 |
1868 | 2024-10-18T17:17:39.897Z | Checking addr2line v0.24.2 |
1869 | 2024-10-18T17:17:39.990Z | Checking ff v0.13.0 |
1870 | 2024-10-18T17:17:40.175Z | Checking hash32 v0.2.1 |
1871 | 2024-10-18T17:17:40.199Z | Checking is-terminal v0.4.13 |
1872 | 2024-10-18T17:17:40.223Z | Checking memmap v0.7.0 |
1873 | 2024-10-18T17:17:40.307Z | Checking object v0.36.5 |
1874 | 2024-10-18T17:17:40.358Z | Checking is_terminal_polyfill v1.70.1 |
1875 | 2024-10-18T17:17:40.405Z | Checking anstyle-query v1.1.1 |
1876 | 2024-10-18T17:17:40.453Z | Checking take_mut v0.2.2 |
1877 | 2024-10-18T17:17:40.478Z | Checking fallible-iterator v0.2.0 |
1878 | 2024-10-18T17:17:40.525Z | Checking quick-error v1.2.3 |
1879 | 2024-10-18T17:17:40.593Z | Checking stable_deref_trait v1.2.0 |
1880 | 2024-10-18T17:17:40.650Z | Checking base16ct v0.2.0 |
1881 | 2024-10-18T17:17:40.683Z | Checking dyn-clone v1.0.17 |
1882 | 2024-10-18T17:17:40.757Z | Checking rustc-demangle v0.1.24 |
1883 | 2024-10-18T17:17:40.816Z | Checking utf-8 v0.7.6 |
1884 | 2024-10-18T17:17:40.839Z | Checking psl-types v2.0.11 |
1885 | 2024-10-18T17:17:40.886Z | Checking linked-hash-map v0.5.6 |
1886 | 2024-10-18T17:17:40.994Z | Checking colorchoice v1.0.2 |
1887 | 2024-10-18T17:17:41.017Z | Checking publicsuffix v2.2.3 |
1888 | 2024-10-18T17:17:41.042Z | Checking postgres-protocol v0.6.7 |
1889 | 2024-10-18T17:17:41.117Z | Checking anstream v0.6.15 |
1890 | 2024-10-18T17:17:41.140Z | Checking tungstenite v0.24.0 |
1891 | 2024-10-18T17:17:41.185Z | Checking lru-cache v0.1.2 |
1892 | 2024-10-18T17:17:41.223Z | Checking toml v0.8.19 |
1893 | 2024-10-18T17:17:41.343Z | Checking sec1 v0.7.3 |
1894 | 2024-10-18T17:17:41.448Z | Checking schemars v0.8.21 |
1895 | 2024-10-18T17:17:41.624Z | Checking tokio-rustls v0.25.0 |
1896 | 2024-10-18T17:17:41.704Z | Checking heapless v0.7.17 |
1897 | 2024-10-18T17:17:41.728Z | Checking hyper v1.4.1 |
1898 | 2024-10-18T17:17:41.855Z | Checking resolv-conf v0.7.0 |
1899 | 2024-10-18T17:17:41.928Z | Checking slog-async v2.8.0 |
1900 | 2024-10-18T17:17:41.977Z | Checking usdt v0.5.0 |
1901 | 2024-10-18T17:17:42.020Z | Checking tokio-rustls v0.26.0 |
1902 | 2024-10-18T17:17:42.153Z | Checking slog-term v2.9.1 |
1903 | 2024-10-18T17:17:42.191Z | Checking hickory-proto v0.24.1 |
1904 | 2024-10-18T17:17:42.215Z | Checking group v0.13.0 |
1905 | 2024-10-18T17:17:42.382Z | Checking num-iter v0.1.45 |
1906 | 2024-10-18T17:17:42.450Z | Checking futures v0.3.31 |
1907 | 2024-10-18T17:17:42.543Z | Checking tokio-native-tls v0.3.1 |
1908 | 2024-10-18T17:17:42.567Z | Checking slog-bunyan v2.5.0 |
1909 | 2024-10-18T17:17:42.590Z | Checking rayon-core v1.12.1 |
1910 | 2024-10-18T17:17:42.645Z | Checking multer v3.1.0 |
1911 | 2024-10-18T17:17:42.705Z | Checking terminal_size v0.4.0 |
1912 | 2024-10-18T17:17:42.782Z | Checking phf_shared v0.11.2 |
1913 | 2024-10-18T17:17:42.824Z | Checking cookie v0.18.1 |
1914 | 2024-10-18T17:17:42.872Z | Checking async-stream v0.3.6 |
1915 | 2024-10-18T17:17:43.019Z | Checking waitgroup v0.1.2 |
1916 | 2024-10-18T17:17:43.044Z | Checking signal-hook v0.3.17 |
1917 | 2024-10-18T17:17:43.071Z | Checking camino v1.1.9 |
1918 | 2024-10-18T17:17:43.141Z | Checking openapiv3 v2.0.0 |
1919 | 2024-10-18T17:17:43.203Z | Checking serde_path_to_error v0.1.16 |
1920 | 2024-10-18T17:17:43.228Z | Checking webpki-roots v0.26.6 |
1921 | 2024-10-18T17:17:43.359Z | Checking hkdf v0.12.4 |
1922 | 2024-10-18T17:17:43.415Z | Checking crypto-bigint v0.5.5 |
1923 | 2024-10-18T17:17:43.541Z | Checking hostname v0.4.0 |
1924 | 2024-10-18T17:17:43.565Z | Checking winnow v0.5.40 |
1925 | 2024-10-18T17:17:43.604Z | Checking hyper-util v0.1.9 |
1926 | 2024-10-18T17:17:43.663Z | Checking bitflags v1.3.2 |
1927 | 2024-10-18T17:17:43.730Z | Checking unicode-width v0.1.14 |
1928 | 2024-10-18T17:17:43.760Z | Checking managed v0.8.0 |
1929 | 2024-10-18T17:17:44.071Z | Checking clap_lex v0.7.2 |
1930 | 2024-10-18T17:17:44.140Z | Checking strsim v0.11.1 |
1931 | 2024-10-18T17:17:44.304Z | Checking debug-ignore v1.0.5 |
1932 | 2024-10-18T17:17:44.384Z | Checking clap_builder v4.5.20 |
1933 | 2024-10-18T17:17:44.427Z | Checking console v0.15.8 |
1934 | 2024-10-18T17:17:44.894Z | Checking smoltcp v0.9.1 |
1935 | 2024-10-18T17:17:45.308Z | Checking hyper-rustls v0.27.3 |
1936 | 2024-10-18T17:17:45.595Z | Checking hyper-tls v0.6.0 |
1937 | 2024-10-18T17:17:45.768Z | Checking elliptic-curve v0.13.8 |
1938 | 2024-10-18T17:17:45.793Z | Checking backtrace v0.3.74 |
1939 | 2024-10-18T17:17:45.852Z | Checking signal-hook-mio v0.2.4 |
1940 | 2024-10-18T17:17:45.935Z | Checking dropshot v0.12.0 |
1941 | 2024-10-18T17:17:45.975Z | Checking cookie_store v0.21.0 |
1942 | 2024-10-18T17:17:46.090Z | Checking toml_edit v0.19.15 |
1943 | 2024-10-18T17:17:46.115Z | Checking rayon v1.10.0 |
1944 | 2024-10-18T17:17:46.264Z | Checking hickory-resolver v0.24.1 |
1945 | 2024-10-18T17:17:46.293Z | Checking anyhow v1.0.89 |
1946 | 2024-10-18T17:17:46.333Z | Checking phf v0.11.2 |
1947 | 2024-10-18T17:17:46.528Z | Checking num-bigint-dig v0.8.4 |
1948 | 2024-10-18T17:17:46.577Z | Checking tokio-tungstenite v0.24.0 |
1949 | 2024-10-18T17:17:46.642Z | Checking postgres-types v0.2.8 |
1950 | 2024-10-18T17:17:47.001Z | Checking bstr v1.10.0 |
1951 | 2024-10-18T17:17:47.024Z | Checking regex v1.11.0 |
1952 | 2024-10-18T17:17:47.240Z | Checking tokio-stream v0.1.16 |
1953 | 2024-10-18T17:17:47.546Z | Checking ed25519 v2.2.3 |
1954 | 2024-10-18T17:17:47.635Z | Checking phf_shared v0.10.0 |
1955 | 2024-10-18T17:17:47.844Z | Checking zerocopy v0.6.6 |
1956 | 2024-10-18T17:17:47.867Z | Checking curve25519-dalek v4.1.3 |
1957 | 2024-10-18T17:17:47.894Z | Checking pkcs1 v0.7.5 |
1958 | 2024-10-18T17:17:47.996Z | Checking hubpack v0.1.2 |
1959 | 2024-10-18T17:17:48.211Z | Checking portable-atomic v1.9.0 |
1960 | 2024-10-18T17:17:48.255Z | Checking float-cmp v0.9.0 |
1961 | 2024-10-18T17:17:48.289Z | Checking serde-big-array v0.5.1 |
1962 | 2024-10-18T17:17:48.429Z | Checking rfc6979 v0.4.0 |
1963 | 2024-10-18T17:17:48.452Z | Checking sync_wrapper v1.0.1 |
1964 | 2024-10-18T17:17:48.488Z | Checking crc32fast v1.4.2 |
1965 | 2024-10-18T17:17:48.523Z | Checking predicates-core v1.0.8 |
1966 | 2024-10-18T17:17:48.579Z | Checking fixedbitset v0.4.2 |
1967 | 2024-10-18T17:17:48.603Z | Checking bit-vec v0.6.3 |
1968 | 2024-10-18T17:17:48.691Z | Checking precomputed-hash v0.1.1 |
1969 | 2024-10-18T17:17:48.716Z | Checking difflib v0.4.0 |
1970 | 2024-10-18T17:17:48.794Z | Checking static_assertions v1.1.0 |
1971 | 2024-10-18T17:17:48.823Z | Checking minimal-lexical v0.2.1 |
1972 | 2024-10-18T17:17:48.888Z | Checking whoami v1.5.2 |
1973 | 2024-10-18T17:17:48.912Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-10-18T17:17:48.989Z | Checking unicode-segmentation v1.12.0 |
1975 | 2024-10-18T17:17:49.020Z | Checking new_debug_unreachable v1.0.6 |
1976 | 2024-10-18T17:17:49.054Z | Checking number_prefix v0.4.0 |
1977 | 2024-10-18T17:17:49.109Z | Checking string_cache v0.8.7 |
1978 | 2024-10-18T17:17:49.132Z | Checking qorb v0.1.1 |
1979 | 2024-10-18T17:17:49.159Z | Checking tokio-postgres v0.7.12 |
1980 | 2024-10-18T17:17:49.182Z | Checking nom v7.1.3 |
1981 | 2024-10-18T17:17:49.231Z | Checking predicates v3.1.2 |
1982 | 2024-10-18T17:17:49.369Z | Checking bit-set v0.5.3 |
1983 | 2024-10-18T17:17:49.443Z | Checking ed25519-dalek v2.1.1 |
1984 | 2024-10-18T17:17:49.508Z | Checking indicatif v0.17.8 |
1985 | 2024-10-18T17:17:49.559Z | Checking similar v2.6.0 |
1986 | 2024-10-18T17:17:49.595Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1987 | 2024-10-18T17:17:49.798Z | Checking petgraph v0.6.5 |
1988 | 2024-10-18T17:17:49.821Z | Checking flate2 v1.0.34 |
1989 | 2024-10-18T17:17:50.160Z | Checking ecdsa v0.16.9 |
1990 | 2024-10-18T17:17:50.308Z | Checking reqwest v0.12.8 |
1991 | 2024-10-18T17:17:50.384Z | Checking rsa v0.9.6 |
1992 | 2024-10-18T17:17:50.741Z | Checking toml v0.7.8 |
1993 | 2024-10-18T17:17:51.072Z | Checking clap v4.5.20 |
1994 | 2024-10-18T17:17:51.171Z | Checking crossterm v0.28.1 |
1995 | 2024-10-18T17:17:51.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-10-18T17:17:51.260Z | Checking itertools v0.10.5 |
1997 | 2024-10-18T17:17:51.365Z | Checking itertools v0.12.1 |
1998 | 2024-10-18T17:17:51.647Z | Checking fs-err v2.11.0 |
1999 | 2024-10-18T17:17:51.697Z | Checking ahash v0.8.11 |
2000 | 2024-10-18T17:17:51.822Z | Checking x509-cert v0.2.5 |
2001 | 2024-10-18T17:17:52.164Z | Checking semver v1.0.23 |
2002 | 2024-10-18T17:17:52.187Z | Checking hex v0.4.3 |
2003 | 2024-10-18T17:17:52.557Z | Checking peg-runtime v0.8.3 |
2004 | 2024-10-18T17:17:52.644Z | Checking lalrpop-util v0.19.12 |
2005 | 2024-10-18T17:17:52.667Z | Checking sigpipe v0.1.3 |
2006 | 2024-10-18T17:17:54.074Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2007 | 2024-10-18T17:17:54.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.39s |
2008 | 2024-10-18T17:17:54.638Z | |
2009 | 2024-10-18T17:17:54.639Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166) |
2010 | 2024-10-18T17:17:55.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-10-18T17:17:55.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-10-18T17:17:55.568Z | Compiling hashbrown v0.14.5 |
2013 | 2024-10-18T17:17:55.617Z | Checking heck v0.5.0 |
2014 | 2024-10-18T17:17:55.644Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-10-18T17:17:55.669Z | Compiling ident_case v1.0.1 |
2016 | 2024-10-18T17:17:55.669Z | Checking progenitor-client v0.8.0 |
2017 | 2024-10-18T17:17:55.692Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2018 | 2024-10-18T17:17:55.692Z | Compiling proc-macro-crate v1.3.1 |
2019 | 2024-10-18T17:17:55.802Z | Compiling darling_core v0.20.10 |
2020 | 2024-10-18T17:17:55.826Z | Checking ipnetwork v0.20.0 |
2021 | 2024-10-18T17:17:55.959Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-10-18T17:17:56.060Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2023 | 2024-10-18T17:17:56.129Z | Compiling newtype-uuid v1.1.2 |
2024 | 2024-10-18T17:17:56.338Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2024-10-18T17:17:56.400Z | Compiling lzma-sys v0.1.20 |
2026 | 2024-10-18T17:17:56.594Z | Checking regress v0.10.1 |
2027 | 2024-10-18T17:17:56.685Z | Compiling num_enum_derive v0.5.11 |
2028 | 2024-10-18T17:17:56.770Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2024-10-18T17:17:57.072Z | Compiling foreign-types-macros v0.2.3 |
2030 | 2024-10-18T17:17:57.231Z | Checking arc-swap v1.7.1 |
2031 | 2024-10-18T17:17:57.605Z | Checking foreign-types-shared v0.3.1 |
2032 | 2024-10-18T17:17:57.724Z | Checking slog-scope v4.4.0 |
2033 | 2024-10-18T17:17:57.925Z | Compiling proc-macro-error v1.0.4 |
2034 | 2024-10-18T17:17:58.176Z | Checking foreign-types v0.5.0 |
2035 | 2024-10-18T17:17:58.541Z | Compiling structmeta v0.3.0 |
2036 | 2024-10-18T17:17:58.630Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2037 | 2024-10-18T17:17:58.731Z | Checking tungstenite v0.21.0 |
2038 | 2024-10-18T17:17:58.754Z | Compiling heck v0.3.3 |
2039 | 2024-10-18T17:17:58.909Z | Checking num_enum v0.5.11 |
2040 | 2024-10-18T17:17:58.931Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-10-18T17:17:59.049Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2042 | 2024-10-18T17:17:59.129Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-10-18T17:17:59.440Z | Checking typify-impl v0.2.0 |
2044 | 2024-10-18T17:17:59.510Z | Checking cstr-argument v0.1.2 |
2045 | 2024-10-18T17:17:59.757Z | Checking instant v0.1.13 |
2046 | 2024-10-18T17:17:59.784Z | Checking fastrand v2.1.1 |
2047 | 2024-10-18T17:17:59.860Z | Checking pretty-hex v0.2.1 |
2048 | 2024-10-18T17:18:00.001Z | Checking base64 v0.21.7 |
2049 | 2024-10-18T17:18:00.075Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2050 | 2024-10-18T17:18:00.335Z | Checking tempfile v3.13.0 |
2051 | 2024-10-18T17:18:00.387Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2052 | 2024-10-18T17:18:00.412Z | Checking backoff v0.4.0 |
2053 | 2024-10-18T17:18:00.627Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-10-18T17:18:00.677Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-10-18T17:18:00.704Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-10-18T17:18:00.768Z | Checking tokio-tungstenite v0.21.0 |
2057 | 2024-10-18T17:18:00.821Z | Compiling zone_cfg_derive v0.1.2 |
2058 | 2024-10-18T17:18:00.852Z | Checking strum v0.26.3 |
2059 | 2024-10-18T17:18:00.978Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2060 | 2024-10-18T17:18:01.003Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-10-18T17:18:01.237Z | Checking slog-stdlog v4.1.1 |
2062 | 2024-10-18T17:18:01.359Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2063 | 2024-10-18T17:18:01.394Z | Checking regress v0.9.1 |
2064 | 2024-10-18T17:18:01.496Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2065 | 2024-10-18T17:18:01.558Z | Checking colored v2.1.0 |
2066 | 2024-10-18T17:18:01.701Z | Checking macaddr v1.0.1 |
2067 | 2024-10-18T17:18:01.816Z | Compiling darling_macro v0.20.10 |
2068 | 2024-10-18T17:18:01.840Z | Checking base64 v0.13.1 |
2069 | 2024-10-18T17:18:01.992Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2070 | 2024-10-18T17:18:02.129Z | Checking zone v0.1.8 |
2071 | 2024-10-18T17:18:02.206Z | Checking ron v0.7.1 |
2072 | 2024-10-18T17:18:02.431Z | Checking slog-envlogger v2.2.0 |
2073 | 2024-10-18T17:18:02.631Z | Checking xz2 v0.1.7 |
2074 | 2024-10-18T17:18:02.654Z | Compiling darling v0.20.10 |
2075 | 2024-10-18T17:18:02.762Z | Compiling serde_with_macros v3.11.0 |
2076 | 2024-10-18T17:18:02.785Z | Checking tabwriter v1.4.0 |
2077 | 2024-10-18T17:18:02.919Z | Checking xattr v1.3.1 |
2078 | 2024-10-18T17:18:02.951Z | Checking parse-display v0.10.0 |
2079 | 2024-10-18T17:18:03.000Z | Checking pem v3.0.4 |
2080 | 2024-10-18T17:18:03.106Z | Checking yasna v0.5.2 |
2081 | 2024-10-18T17:18:03.154Z | Checking headers-core v0.3.0 |
2082 | 2024-10-18T17:18:03.196Z | Checking smf v0.2.3 |
2083 | 2024-10-18T17:18:03.302Z | Checking filetime v0.2.25 |
2084 | 2024-10-18T17:18:03.327Z | Checking same-file v1.0.6 |
2085 | 2024-10-18T17:18:03.433Z | Checking tar v0.4.42 |
2086 | 2024-10-18T17:18:03.456Z | Checking walkdir v2.5.0 |
2087 | 2024-10-18T17:18:03.595Z | Checking headers v0.4.0 |
2088 | 2024-10-18T17:18:03.618Z | Checking camino-tempfile v1.1.1 |
2089 | 2024-10-18T17:18:03.677Z | Checking atomicwrites v0.4.4 |
2090 | 2024-10-18T17:18:03.850Z | Checking rcgen v0.12.1 |
2091 | 2024-10-18T17:18:03.874Z | Checking subprocess v0.2.9 |
2092 | 2024-10-18T17:18:05.007Z | Checking serde_with v3.11.0 |
2093 | 2024-10-18T17:18:08.629Z | Compiling typify-macro v0.2.0 |
2094 | 2024-10-18T17:18:11.120Z | Compiling typify v0.2.0 |
2095 | 2024-10-18T17:18:11.220Z | Compiling progenitor-impl v0.8.0 |
2096 | 2024-10-18T17:18:15.709Z | Compiling progenitor-macro v0.8.0 |
2097 | 2024-10-18T17:18:24.096Z | Checking progenitor v0.8.0 |
2098 | 2024-10-18T17:18:24.271Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2099 | 2024-10-18T17:18:24.271Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2100 | 2024-10-18T17:18:27.740Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2101 | 2024-10-18T17:18:28.082Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2102 | 2024-10-18T17:18:36.363Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2103 | 2024-10-18T17:18:38.384Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2104 | 2024-10-18T17:18:39.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.26s |
2105 | 2024-10-18T17:18:40.059Z | |
2106 | 2024-10-18T17:18:40.059Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166) |
2107 | 2024-10-18T17:18:40.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-10-18T17:18:40.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-10-18T17:18:40.959Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2110 | 2024-10-18T17:18:42.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
2111 | 2024-10-18T17:18:42.764Z | |
2112 | 2024-10-18T17:18:42.764Z | info: running `cargo check --bins` on nexus-config (31/166) |
2113 | 2024-10-18T17:18:43.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-10-18T17:18:43.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-10-18T17:18:43.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2116 | 2024-10-18T17:18:43.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2117 | 2024-10-18T17:18:43.626Z | |
2118 | 2024-10-18T17:18:43.626Z | info: running `cargo check --bins` on omicron-rpaths (32/166) |
2119 | 2024-10-18T17:18:44.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2120 | 2024-10-18T17:18:44.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2121 | 2024-10-18T17:18:44.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2122 | 2024-10-18T17:18:44.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2123 | 2024-10-18T17:18:44.477Z | |
2124 | 2024-10-18T17:18:44.477Z | info: running `cargo check --bins` on omicron-certificates (33/166) |
2125 | 2024-10-18T17:18:45.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2126 | 2024-10-18T17:18:45.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2127 | 2024-10-18T17:18:45.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2128 | 2024-10-18T17:18:45.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2129 | 2024-10-18T17:18:45.369Z | |
2130 | 2024-10-18T17:18:45.369Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/166) |
2131 | 2024-10-18T17:18:46.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-10-18T17:18:46.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-10-18T17:18:46.290Z | Compiling heapless v0.8.0 |
2134 | 2024-10-18T17:18:46.314Z | Checking hash32 v0.3.1 |
2135 | 2024-10-18T17:18:46.314Z | Compiling smoltcp v0.11.0 |
2136 | 2024-10-18T17:18:46.346Z | Checking cobs v0.2.3 |
2137 | 2024-10-18T17:18:46.370Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2138 | 2024-10-18T17:18:46.370Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2139 | 2024-10-18T17:18:46.395Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2140 | 2024-10-18T17:18:46.396Z | Compiling crucible-workspace-hack v0.1.0 |
2141 | 2024-10-18T17:18:46.496Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2142 | 2024-10-18T17:18:46.525Z | Checking postcard v1.0.10 |
2143 | 2024-10-18T17:18:46.551Z | Checking newline-converter v0.3.0 |
2144 | 2024-10-18T17:18:46.689Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2145 | 2024-10-18T17:18:46.723Z | Compiling convert_case v0.4.0 |
2146 | 2024-10-18T17:18:46.840Z | Checking expectorate v1.1.0 |
2147 | 2024-10-18T17:18:46.907Z | Compiling zone_cfg_derive v0.3.0 |
2148 | 2024-10-18T17:18:46.988Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2149 | 2024-10-18T17:18:47.023Z | Checking itertools v0.13.0 |
2150 | 2024-10-18T17:18:47.047Z | Compiling num-derive v0.4.2 |
2151 | 2024-10-18T17:18:47.193Z | Compiling slog-dtrace v0.3.0 |
2152 | 2024-10-18T17:18:47.320Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2153 | 2024-10-18T17:18:47.528Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2154 | 2024-10-18T17:18:47.636Z | Compiling derive_more v0.99.18 |
2155 | 2024-10-18T17:18:48.145Z | Checking zone v0.3.0 |
2156 | 2024-10-18T17:18:48.647Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2157 | 2024-10-18T17:18:50.418Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2158 | 2024-10-18T17:18:51.498Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2159 | 2024-10-18T17:18:52.398Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2160 | 2024-10-18T17:18:52.937Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2161 | 2024-10-18T17:18:54.139Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2162 | 2024-10-18T17:18:55.260Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2163 | 2024-10-18T17:18:56.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s |
2164 | 2024-10-18T17:18:56.557Z | |
2165 | 2024-10-18T17:18:56.557Z | info: running `cargo check --bins` on clickhouse-admin-api (35/166) |
2166 | 2024-10-18T17:18:57.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2167 | 2024-10-18T17:18:57.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2168 | 2024-10-18T17:18:57.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2169 | 2024-10-18T17:18:57.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2170 | 2024-10-18T17:18:57.458Z | |
2171 | 2024-10-18T17:18:57.458Z | info: running `cargo check --bins` on clickhouse-admin-types (36/166) |
2172 | 2024-10-18T17:18:58.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-10-18T17:18:58.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-10-18T17:18:58.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2175 | 2024-10-18T17:18:58.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2176 | 2024-10-18T17:18:58.364Z | |
2177 | 2024-10-18T17:18:58.364Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166) |
2178 | 2024-10-18T17:18:59.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-10-18T17:18:59.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-10-18T17:18:59.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-10-18T17:18:59.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2182 | 2024-10-18T17:18:59.422Z | |
2183 | 2024-10-18T17:18:59.422Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166) |
2184 | 2024-10-18T17:19:00.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-10-18T17:19:00.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-10-18T17:19:00.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-10-18T17:19:00.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
2188 | 2024-10-18T17:19:00.452Z | |
2189 | 2024-10-18T17:19:00.452Z | info: running `cargo check --bins` on dns-server (39/166) |
2190 | 2024-10-18T17:19:01.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-10-18T17:19:01.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-10-18T17:19:01.356Z | Compiling parking_lot_core v0.8.6 |
2193 | 2024-10-18T17:19:01.356Z | Checking nibble_vec v0.1.0 |
2194 | 2024-10-18T17:19:01.379Z | Checking endian-type v0.1.2 |
2195 | 2024-10-18T17:19:01.379Z | Checking fxhash v0.2.1 |
2196 | 2024-10-18T17:19:01.380Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2197 | 2024-10-18T17:19:01.380Z | Checking hickory-server v0.24.1 |
2198 | 2024-10-18T17:19:01.611Z | Checking radix_trie v0.2.1 |
2199 | 2024-10-18T17:19:01.970Z | Checking hickory-client v0.24.1 |
2200 | 2024-10-18T17:19:02.158Z | Checking parking_lot v0.11.2 |
2201 | 2024-10-18T17:19:02.287Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2202 | 2024-10-18T17:19:02.287Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2203 | 2024-10-18T17:19:02.471Z | Checking sled v0.34.7 |
2204 | 2024-10-18T17:19:04.771Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2205 | 2024-10-18T17:19:06.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2206 | 2024-10-18T17:19:06.441Z | |
2207 | 2024-10-18T17:19:06.441Z | info: running `cargo check --bins` on dns-server-api (40/166) |
2208 | 2024-10-18T17:19:07.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-10-18T17:19:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-10-18T17:19:07.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-10-18T17:19:07.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2212 | 2024-10-18T17:19:07.349Z | |
2213 | 2024-10-18T17:19:07.349Z | info: running `cargo check --bins` on internal-dns-types (41/166) |
2214 | 2024-10-18T17:19:08.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-10-18T17:19:08.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-10-18T17:19:08.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2217 | 2024-10-18T17:19:08.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2218 | 2024-10-18T17:19:08.279Z | |
2219 | 2024-10-18T17:19:08.279Z | info: running `cargo check --bins` on dns-service-client (42/166) |
2220 | 2024-10-18T17:19:09.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-10-18T17:19:09.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-10-18T17:19:09.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2223 | 2024-10-18T17:19:09.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2224 | 2024-10-18T17:19:09.164Z | |
2225 | 2024-10-18T17:19:09.164Z | info: running `cargo check --bins` on gateway-test-utils (43/166) |
2226 | 2024-10-18T17:19:10.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-10-18T17:19:10.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-10-18T17:19:10.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-10-18T17:19:10.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2230 | 2024-10-18T17:19:10.113Z | |
2231 | 2024-10-18T17:19:10.113Z | info: running `cargo check --bins` on gateway-types (44/166) |
2232 | 2024-10-18T17:19:10.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-10-18T17:19:10.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-10-18T17:19:10.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-10-18T17:19:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2236 | 2024-10-18T17:19:11.003Z | |
2237 | 2024-10-18T17:19:11.003Z | info: running `cargo check --bins` on ipcc (45/166) |
2238 | 2024-10-18T17:19:11.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-10-18T17:19:11.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-10-18T17:19:11.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-10-18T17:19:11.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2242 | 2024-10-18T17:19:11.866Z | |
2243 | 2024-10-18T17:19:11.866Z | info: running `cargo check --bins` on omicron-gateway (46/166) |
2244 | 2024-10-18T17:19:12.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-10-18T17:19:12.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-10-18T17:19:12.847Z | Checking num-rational v0.4.2 |
2247 | 2024-10-18T17:19:12.847Z | Compiling progenitor-client v0.8.0 |
2248 | 2024-10-18T17:19:12.847Z | Checking num-complex v0.4.6 |
2249 | 2024-10-18T17:19:12.871Z | Compiling prettyplease v0.2.22 |
2250 | 2024-10-18T17:19:12.871Z | Compiling newtype-uuid v1.1.2 |
2251 | 2024-10-18T17:19:12.871Z | Compiling ipnetwork v0.20.0 |
2252 | 2024-10-18T17:19:12.871Z | Compiling instant v0.1.13 |
2253 | 2024-10-18T17:19:12.895Z | Compiling radium v0.7.0 |
2254 | 2024-10-18T17:19:13.107Z | Checking float-ord v0.3.2 |
2255 | 2024-10-18T17:19:13.184Z | Compiling semver v0.1.20 |
2256 | 2024-10-18T17:19:13.235Z | Compiling progenitor v0.8.0 |
2257 | 2024-10-18T17:19:13.259Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2258 | 2024-10-18T17:19:13.337Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2259 | 2024-10-18T17:19:13.361Z | Compiling backoff v0.4.0 |
2260 | 2024-10-18T17:19:13.421Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2261 | 2024-10-18T17:19:13.444Z | Compiling parse-display v0.10.0 |
2262 | 2024-10-18T17:19:13.557Z | Compiling rustc_version v0.1.7 |
2263 | 2024-10-18T17:19:13.671Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-10-18T17:19:13.739Z | Compiling serde_with v3.11.0 |
2265 | 2024-10-18T17:19:13.762Z | Checking num v0.4.3 |
2266 | 2024-10-18T17:19:13.785Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2267 | 2024-10-18T17:19:13.837Z | Compiling regress v0.9.1 |
2268 | 2024-10-18T17:19:13.864Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2269 | 2024-10-18T17:19:14.009Z | Compiling macaddr v1.0.1 |
2270 | 2024-10-18T17:19:14.069Z | Checking tap v1.0.1 |
2271 | 2024-10-18T17:19:14.217Z | Compiling maybe-uninit v2.0.0 |
2272 | 2024-10-18T17:19:14.397Z | Checking wyz v0.5.1 |
2273 | 2024-10-18T17:19:14.755Z | Compiling newtype_derive v0.1.6 |
2274 | 2024-10-18T17:19:14.989Z | Checking password-hash v0.5.0 |
2275 | 2024-10-18T17:19:15.012Z | Checking blake2 v0.10.6 |
2276 | 2024-10-18T17:19:15.149Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2277 | 2024-10-18T17:19:15.417Z | Compiling owo-colors v4.1.0 |
2278 | 2024-10-18T17:19:15.441Z | Compiling packed_struct v0.10.1 |
2279 | 2024-10-18T17:19:15.624Z | Checking crc-catalog v2.4.0 |
2280 | 2024-10-18T17:19:15.665Z | Compiling cancel-safe-futures v0.1.5 |
2281 | 2024-10-18T17:19:15.729Z | Checking funty v2.0.0 |
2282 | 2024-10-18T17:19:15.773Z | Checking crc v3.2.1 |
2283 | 2024-10-18T17:19:16.067Z | Checking argon2 v0.5.3 |
2284 | 2024-10-18T17:19:17.643Z | Checking bitvec v1.0.1 |
2285 | 2024-10-18T17:19:17.666Z | Compiling packed_struct_codegen v0.10.1 |
2286 | 2024-10-18T17:19:17.666Z | Checking half v2.4.1 |
2287 | 2024-10-18T17:19:17.666Z | Compiling indexmap v1.9.3 |
2288 | 2024-10-18T17:19:17.666Z | Checking nodrop v0.1.14 |
2289 | 2024-10-18T17:19:17.666Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2290 | 2024-10-18T17:19:17.666Z | Checking ciborium-io v0.2.2 |
2291 | 2024-10-18T17:19:17.666Z | Checking ciborium-ll v0.2.2 |
2292 | 2024-10-18T17:19:17.666Z | Checking array-init v0.0.4 |
2293 | 2024-10-18T17:19:17.816Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2294 | 2024-10-18T17:19:17.856Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-10-18T17:19:18.090Z | Checking smallvec v0.6.14 |
2296 | 2024-10-18T17:19:18.275Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2297 | 2024-10-18T17:19:18.825Z | Checking libsw v3.3.1 |
2298 | 2024-10-18T17:19:19.067Z | Compiling memoffset v0.9.1 |
2299 | 2024-10-18T17:19:19.111Z | Checking swrite v0.1.0 |
2300 | 2024-10-18T17:19:19.147Z | Checking bitfield v0.14.0 |
2301 | 2024-10-18T17:19:19.229Z | Checking indent_write v2.2.0 |
2302 | 2024-10-18T17:19:19.353Z | Checking highway v1.2.0 |
2303 | 2024-10-18T17:19:19.376Z | Checking hashbrown v0.12.3 |
2304 | 2024-10-18T17:19:19.405Z | Checking termcolor v1.4.1 |
2305 | 2024-10-18T17:19:19.715Z | Checking linear-map v1.2.0 |
2306 | 2024-10-18T17:19:19.738Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2307 | 2024-10-18T17:19:19.791Z | Checking env_logger v0.10.2 |
2308 | 2024-10-18T17:19:19.905Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2309 | 2024-10-18T17:19:20.017Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2310 | 2024-10-18T17:19:20.040Z | Checking ron v0.8.1 |
2311 | 2024-10-18T17:19:20.316Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2312 | 2024-10-18T17:19:20.533Z | Checking serde-hex v0.1.0 |
2313 | 2024-10-18T17:19:20.850Z | Checking steno v0.4.1 |
2314 | 2024-10-18T17:19:21.099Z | Checking ciborium v0.2.2 |
2315 | 2024-10-18T17:19:21.186Z | Checking bzip2 v0.4.4 |
2316 | 2024-10-18T17:19:21.545Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2024-10-18T17:19:21.603Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2318 | 2024-10-18T17:19:21.795Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2319 | 2024-10-18T17:19:21.989Z | Checking hashbrown v0.13.2 |
2320 | 2024-10-18T17:19:22.193Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2321 | 2024-10-18T17:19:22.512Z | Checking humantime v2.1.0 |
2322 | 2024-10-18T17:19:22.779Z | Checking crc-any v2.5.0 |
2323 | 2024-10-18T17:19:22.803Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-10-18T17:19:22.886Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2024-10-18T17:19:22.909Z | Checking object v0.30.4 |
2326 | 2024-10-18T17:19:23.118Z | Checking zip v0.6.6 |
2327 | 2024-10-18T17:19:23.233Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2328 | 2024-10-18T17:19:23.271Z | Checking path-slash v0.1.5 |
2329 | 2024-10-18T17:19:23.398Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2330 | 2024-10-18T17:19:23.546Z | Checking nix v0.27.1 |
2331 | 2024-10-18T17:19:23.716Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2332 | 2024-10-18T17:19:23.896Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2333 | 2024-10-18T17:19:24.114Z | Checking tungstenite v0.23.0 |
2334 | 2024-10-18T17:19:24.312Z | Checking kstat-rs v0.2.4 |
2335 | 2024-10-18T17:19:24.603Z | Checking signal-hook-tokio v0.3.1 |
2336 | 2024-10-18T17:19:24.876Z | Checking tokio-tungstenite v0.23.1 |
2337 | 2024-10-18T17:19:25.406Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2338 | 2024-10-18T17:19:25.878Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2339 | 2024-10-18T17:19:31.441Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2340 | 2024-10-18T17:19:33.192Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2341 | 2024-10-18T17:19:33.240Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2342 | 2024-10-18T17:19:37.551Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2343 | 2024-10-18T17:19:37.790Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-10-18T17:19:39.126Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2345 | 2024-10-18T17:19:46.242Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2346 | 2024-10-18T17:19:47.062Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2347 | 2024-10-18T17:19:50.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.83s |
2348 | 2024-10-18T17:19:50.865Z | |
2349 | 2024-10-18T17:19:50.865Z | info: running `cargo check --bins` on gateway-api (47/166) |
2350 | 2024-10-18T17:19:51.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-10-18T17:19:51.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-10-18T17:19:51.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-10-18T17:19:51.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2354 | 2024-10-18T17:19:51.761Z | |
2355 | 2024-10-18T17:19:51.761Z | info: running `cargo check --bins` on oximeter (48/166) |
2356 | 2024-10-18T17:19:52.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-10-18T17:19:52.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-10-18T17:19:52.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-10-18T17:19:52.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2360 | 2024-10-18T17:19:52.673Z | |
2361 | 2024-10-18T17:19:52.673Z | info: running `cargo check --bins` on oximeter-macro-impl (49/166) |
2362 | 2024-10-18T17:19:53.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-10-18T17:19:53.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-10-18T17:19:53.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-10-18T17:19:53.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2366 | 2024-10-18T17:19:53.576Z | |
2367 | 2024-10-18T17:19:53.576Z | info: running `cargo check --bins` on oximeter-schema (50/166) |
2368 | 2024-10-18T17:19:54.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-10-18T17:19:54.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-10-18T17:19:54.460Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2371 | 2024-10-18T17:19:54.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2372 | 2024-10-18T17:19:55.015Z | |
2373 | 2024-10-18T17:19:55.015Z | info: running `cargo check --bins` on oximeter-types (51/166) |
2374 | 2024-10-18T17:19:55.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-10-18T17:19:55.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-10-18T17:19:55.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-10-18T17:19:55.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2378 | 2024-10-18T17:19:55.905Z | |
2379 | 2024-10-18T17:19:55.905Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/166) |
2380 | 2024-10-18T17:19:56.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-10-18T17:19:56.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-10-18T17:19:56.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-10-18T17:19:56.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2384 | 2024-10-18T17:19:56.795Z | |
2385 | 2024-10-18T17:19:56.795Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166) |
2386 | 2024-10-18T17:19:57.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-10-18T17:19:57.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-10-18T17:19:57.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-10-18T17:19:57.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2390 | 2024-10-18T17:19:57.700Z | |
2391 | 2024-10-18T17:19:57.700Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166) |
2392 | 2024-10-18T17:19:58.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-10-18T17:19:58.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-10-18T17:19:58.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-10-18T17:19:58.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2396 | 2024-10-18T17:19:58.595Z | |
2397 | 2024-10-18T17:19:58.595Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166) |
2398 | 2024-10-18T17:19:59.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-10-18T17:19:59.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-10-18T17:19:59.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-10-18T17:19:59.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2402 | 2024-10-18T17:19:59.514Z | |
2403 | 2024-10-18T17:19:59.514Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166) |
2404 | 2024-10-18T17:20:00.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-10-18T17:20:00.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-10-18T17:20:00.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-10-18T17:20:00.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2408 | 2024-10-18T17:20:00.385Z | |
2409 | 2024-10-18T17:20:00.385Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166) |
2410 | 2024-10-18T17:20:01.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-10-18T17:20:01.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-10-18T17:20:01.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-10-18T17:20:01.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2414 | 2024-10-18T17:20:01.263Z | |
2415 | 2024-10-18T17:20:01.263Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166) |
2416 | 2024-10-18T17:20:02.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-10-18T17:20:02.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-10-18T17:20:02.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-10-18T17:20:02.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2420 | 2024-10-18T17:20:02.173Z | |
2421 | 2024-10-18T17:20:02.173Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166) |
2422 | 2024-10-18T17:20:03.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-10-18T17:20:03.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-10-18T17:20:03.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-10-18T17:20:03.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2426 | 2024-10-18T17:20:03.116Z | |
2427 | 2024-10-18T17:20:03.116Z | info: running `cargo check --bins` on oximeter-producer (60/166) |
2428 | 2024-10-18T17:20:03.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-10-18T17:20:03.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-10-18T17:20:03.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-10-18T17:20:03.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2432 | 2024-10-18T17:20:04.043Z | |
2433 | 2024-10-18T17:20:04.043Z | info: running `cargo check --bins` on internal-dns-resolver (61/166) |
2434 | 2024-10-18T17:20:04.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-10-18T17:20:04.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-10-18T17:20:04.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-10-18T17:20:04.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2438 | 2024-10-18T17:20:04.936Z | |
2439 | 2024-10-18T17:20:04.936Z | info: running `cargo check --bins` on nexus-client (62/166) |
2440 | 2024-10-18T17:20:05.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-10-18T17:20:05.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-10-18T17:20:05.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-10-18T17:20:05.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2444 | 2024-10-18T17:20:05.880Z | |
2445 | 2024-10-18T17:20:05.880Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/166) |
2446 | 2024-10-18T17:20:06.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-10-18T17:20:06.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-10-18T17:20:06.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-10-18T17:20:06.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2450 | 2024-10-18T17:20:06.774Z | |
2451 | 2024-10-18T17:20:06.774Z | info: running `cargo check --bins` on omicron-passwords (64/166) |
2452 | 2024-10-18T17:20:07.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-10-18T17:20:07.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-10-18T17:20:07.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-10-18T17:20:07.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2456 | 2024-10-18T17:20:07.662Z | |
2457 | 2024-10-18T17:20:07.662Z | info: running `cargo check --bins` on nexus-types (65/166) |
2458 | 2024-10-18T17:20:08.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-10-18T17:20:08.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-10-18T17:20:08.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-10-18T17:20:08.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2462 | 2024-10-18T17:20:08.588Z | |
2463 | 2024-10-18T17:20:08.588Z | info: running `cargo check --bins` on gateway-client (66/166) |
2464 | 2024-10-18T17:20:09.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-10-18T17:20:09.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-10-18T17:20:09.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-10-18T17:20:09.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2468 | 2024-10-18T17:20:09.494Z | |
2469 | 2024-10-18T17:20:09.494Z | info: running `cargo check --bins` on oxql-types (67/166) |
2470 | 2024-10-18T17:20:10.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-10-18T17:20:10.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-10-18T17:20:10.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-10-18T17:20:10.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2474 | 2024-10-18T17:20:10.366Z | |
2475 | 2024-10-18T17:20:10.366Z | info: running `cargo check --bins` on update-engine (68/166) |
2476 | 2024-10-18T17:20:11.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-10-18T17:20:11.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-10-18T17:20:11.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-10-18T17:20:11.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2480 | 2024-10-18T17:20:11.223Z | |
2481 | 2024-10-18T17:20:11.223Z | info: running `cargo check --bins` on sp-sim (69/166) |
2482 | 2024-10-18T17:20:12.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-10-18T17:20:12.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-10-18T17:20:12.111Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-10-18T17:20:14.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s |
2486 | 2024-10-18T17:20:14.383Z | |
2487 | 2024-10-18T17:20:14.383Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166) |
2488 | 2024-10-18T17:20:15.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-10-18T17:20:15.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-10-18T17:20:15.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-10-18T17:20:15.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2492 | 2024-10-18T17:20:15.316Z | |
2493 | 2024-10-18T17:20:15.316Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166) |
2494 | 2024-10-18T17:20:16.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-10-18T17:20:16.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-10-18T17:20:16.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-10-18T17:20:16.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2498 | 2024-10-18T17:20:16.290Z | |
2499 | 2024-10-18T17:20:16.290Z | info: running `cargo check --bins` on db-macros (72/166) |
2500 | 2024-10-18T17:20:17.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-10-18T17:20:17.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-10-18T17:20:17.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-10-18T17:20:17.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2504 | 2024-10-18T17:20:17.164Z | |
2505 | 2024-10-18T17:20:17.165Z | info: running `cargo check --bins` on nexus-macros-common (73/166) |
2506 | 2024-10-18T17:20:17.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-10-18T17:20:17.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-10-18T17:20:17.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-10-18T17:20:17.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2510 | 2024-10-18T17:20:18.051Z | |
2511 | 2024-10-18T17:20:18.051Z | info: running `cargo check --bins` on nexus-auth (74/166) |
2512 | 2024-10-18T17:20:18.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-10-18T17:20:18.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-10-18T17:20:18.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-10-18T17:20:18.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2516 | 2024-10-18T17:20:19.000Z | |
2517 | 2024-10-18T17:20:19.000Z | info: running `cargo check --bins` on authz-macros (75/166) |
2518 | 2024-10-18T17:20:19.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-10-18T17:20:19.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-10-18T17:20:19.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-10-18T17:20:19.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2522 | 2024-10-18T17:20:19.876Z | |
2523 | 2024-10-18T17:20:19.876Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/166) |
2524 | 2024-10-18T17:20:20.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-10-18T17:20:20.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-10-18T17:20:20.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-10-18T17:20:20.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2528 | 2024-10-18T17:20:20.792Z | |
2529 | 2024-10-18T17:20:20.792Z | info: running `cargo check --bins` on nexus-db-model (77/166) |
2530 | 2024-10-18T17:20:21.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-10-18T17:20:21.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-10-18T17:20:21.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-10-18T17:20:21.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2534 | 2024-10-18T17:20:21.722Z | |
2535 | 2024-10-18T17:20:21.722Z | info: running `cargo check --bins` on nexus-defaults (78/166) |
2536 | 2024-10-18T17:20:22.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-10-18T17:20:22.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-10-18T17:20:22.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-10-18T17:20:22.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2540 | 2024-10-18T17:20:22.695Z | |
2541 | 2024-10-18T17:20:22.695Z | info: running `cargo check --bins` on sled-agent-client (79/166) |
2542 | 2024-10-18T17:20:23.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-10-18T17:20:23.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-10-18T17:20:23.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-10-18T17:20:23.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2546 | 2024-10-18T17:20:23.599Z | |
2547 | 2024-10-18T17:20:23.599Z | info: running `cargo check --bins` on nexus-inventory (80/166) |
2548 | 2024-10-18T17:20:24.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-10-18T17:20:24.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-10-18T17:20:24.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-10-18T17:20:24.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2552 | 2024-10-18T17:20:24.684Z | |
2553 | 2024-10-18T17:20:24.684Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166) |
2554 | 2024-10-18T17:20:25.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-10-18T17:20:25.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-10-18T17:20:25.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-10-18T17:20:25.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2558 | 2024-10-18T17:20:25.436Z | |
2559 | 2024-10-18T17:20:25.436Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/166) |
2560 | 2024-10-18T17:20:26.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-10-18T17:20:26.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-10-18T17:20:26.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-10-18T17:20:26.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2564 | 2024-10-18T17:20:26.346Z | |
2565 | 2024-10-18T17:20:26.346Z | info: running `cargo check --bins` on typed-rng (83/166) |
2566 | 2024-10-18T17:20:27.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-10-18T17:20:27.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-10-18T17:20:27.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-10-18T17:20:27.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2570 | 2024-10-18T17:20:27.238Z | |
2571 | 2024-10-18T17:20:27.238Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166) |
2572 | 2024-10-18T17:20:28.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-10-18T17:20:28.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-10-18T17:20:28.368Z | Checking keccak v0.1.5 |
2575 | 2024-10-18T17:20:28.391Z | Checking secrecy v0.8.0 |
2576 | 2024-10-18T17:20:28.391Z | Compiling unicase v2.7.0 |
2577 | 2024-10-18T17:20:28.414Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2578 | 2024-10-18T17:20:28.414Z | Compiling same-file v1.0.6 |
2579 | 2024-10-18T17:20:28.437Z | Compiling tempfile v3.13.0 |
2580 | 2024-10-18T17:20:28.461Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2581 | 2024-10-18T17:20:28.461Z | Compiling thiserror-impl-no-std v2.0.2 |
2582 | 2024-10-18T17:20:28.653Z | Compiling walkdir v2.5.0 |
2583 | 2024-10-18T17:20:28.675Z | Checking sha3 v0.10.8 |
2584 | 2024-10-18T17:20:28.702Z | Checking universal-hash v0.5.1 |
2585 | 2024-10-18T17:20:28.762Z | Compiling ring v0.16.20 |
2586 | 2024-10-18T17:20:28.874Z | Compiling blake3 v1.5.4 |
2587 | 2024-10-18T17:20:28.897Z | Checking opaque-debug v0.3.1 |
2588 | 2024-10-18T17:20:28.980Z | Checking poly1305 v0.8.0 |
2589 | 2024-10-18T17:20:29.017Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2590 | 2024-10-18T17:20:29.217Z | Checking chacha20 v0.9.1 |
2591 | 2024-10-18T17:20:29.242Z | Checking aead v0.5.2 |
2592 | 2024-10-18T17:20:29.288Z | Compiling memmap2 v0.9.5 |
2593 | 2024-10-18T17:20:29.338Z | Compiling libefi-sys v0.1.0 |
2594 | 2024-10-18T17:20:29.396Z | Compiling arrayvec v0.7.6 |
2595 | 2024-10-18T17:20:29.443Z | Compiling arrayref v0.3.9 |
2596 | 2024-10-18T17:20:29.535Z | Compiling spin v0.5.2 |
2597 | 2024-10-18T17:20:29.558Z | Compiling salty v0.3.0 |
2598 | 2024-10-18T17:20:29.608Z | Compiling untrusted v0.7.1 |
2599 | 2024-10-18T17:20:29.724Z | Compiling constant_time_eq v0.3.1 |
2600 | 2024-10-18T17:20:29.754Z | Compiling home v0.5.9 |
2601 | 2024-10-18T17:20:29.795Z | Checking chacha20poly1305 v0.10.1 |
2602 | 2024-10-18T17:20:29.904Z | Compiling toolchain_find v0.4.0 |
2603 | 2024-10-18T17:20:29.996Z | Compiling camino-tempfile v1.1.1 |
2604 | 2024-10-18T17:20:30.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2605 | 2024-10-18T17:20:30.099Z | Compiling bitfield-struct v0.6.2 |
2606 | 2024-10-18T17:20:30.288Z | Compiling topological-sort v0.2.2 |
2607 | 2024-10-18T17:20:30.424Z | Compiling mime_guess v2.0.5 |
2608 | 2024-10-18T17:20:30.480Z | Compiling rustfmt-wrapper v0.2.1 |
2609 | 2024-10-18T17:20:30.861Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2610 | 2024-10-18T17:20:30.972Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2611 | 2024-10-18T17:20:31.008Z | Checking primeorder v0.13.6 |
2612 | 2024-10-18T17:20:31.190Z | Checking env_filter v0.1.2 |
2613 | 2024-10-18T17:20:31.254Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2614 | 2024-10-18T17:20:31.288Z | Checking thiserror-no-std v2.0.2 |
2615 | 2024-10-18T17:20:31.336Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2616 | 2024-10-18T17:20:31.406Z | Checking vsss-rs v3.3.4 |
2617 | 2024-10-18T17:20:31.429Z | Checking env_logger v0.11.5 |
2618 | 2024-10-18T17:20:31.455Z | Checking p384 v0.13.0 |
2619 | 2024-10-18T17:20:31.603Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2620 | 2024-10-18T17:20:31.638Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2621 | 2024-10-18T17:20:31.843Z | Checking gethostname v0.5.0 |
2622 | 2024-10-18T17:20:31.866Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-10-18T17:20:31.963Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2624 | 2024-10-18T17:20:31.992Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2625 | 2024-10-18T17:20:32.217Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2626 | 2024-10-18T17:20:32.299Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2024-10-18T17:20:32.322Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2628 | 2024-10-18T17:20:32.403Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2629 | 2024-10-18T17:20:32.662Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2630 | 2024-10-18T17:20:32.721Z | Checking nanorand v0.7.0 |
2631 | 2024-10-18T17:20:32.798Z | Checking atty v0.2.14 |
2632 | 2024-10-18T17:20:32.821Z | Checking glob v0.3.1 |
2633 | 2024-10-18T17:20:32.921Z | Checking http-range v0.1.5 |
2634 | 2024-10-18T17:20:33.053Z | Checking flume v0.11.0 |
2635 | 2024-10-18T17:20:33.087Z | Checking hyper-staticfile v0.10.1 |
2636 | 2024-10-18T17:20:33.115Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2637 | 2024-10-18T17:20:33.485Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2638 | 2024-10-18T17:20:33.521Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2639 | 2024-10-18T17:20:33.655Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2640 | 2024-10-18T17:20:34.201Z | Compiling omicron-zone-package v0.11.1 |
2641 | 2024-10-18T17:20:34.231Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2642 | 2024-10-18T17:20:34.744Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2643 | 2024-10-18T17:20:35.050Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2644 | 2024-10-18T17:20:35.241Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2645 | 2024-10-18T17:20:35.453Z | Checking display-error-chain v0.2.1 |
2646 | 2024-10-18T17:20:36.434Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2647 | 2024-10-18T17:20:38.152Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2648 | 2024-10-18T17:20:39.588Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2649 | 2024-10-18T17:20:39.612Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2650 | 2024-10-18T17:20:53.632Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2651 | 2024-10-18T17:21:10.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.35s |
2652 | 2024-10-18T17:21:10.768Z | |
2653 | 2024-10-18T17:21:10.768Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166) |
2654 | 2024-10-18T17:21:11.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-10-18T17:21:11.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-10-18T17:21:11.862Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2657 | 2024-10-18T17:21:28.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s |
2658 | 2024-10-18T17:21:28.837Z | |
2659 | 2024-10-18T17:21:28.837Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166) |
2660 | 2024-10-18T17:21:29.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-10-18T17:21:29.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-10-18T17:21:29.857Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-10-18T17:21:47.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.28s |
2664 | 2024-10-18T17:21:47.304Z | |
2665 | 2024-10-18T17:21:47.304Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166) |
2666 | 2024-10-18T17:21:48.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-10-18T17:21:48.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-10-18T17:21:48.411Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2669 | 2024-10-18T17:22:05.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.61s |
2670 | 2024-10-18T17:22:06.092Z | |
2671 | 2024-10-18T17:22:06.092Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166) |
2672 | 2024-10-18T17:22:06.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-10-18T17:22:06.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-10-18T17:22:07.153Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2675 | 2024-10-18T17:22:23.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.66s |
2676 | 2024-10-18T17:22:23.921Z | |
2677 | 2024-10-18T17:22:23.921Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166) |
2678 | 2024-10-18T17:22:24.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-10-18T17:22:24.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-10-18T17:22:24.991Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2681 | 2024-10-18T17:22:41.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s |
2682 | 2024-10-18T17:22:42.084Z | |
2683 | 2024-10-18T17:22:42.084Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166) |
2684 | 2024-10-18T17:22:43.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-10-18T17:22:43.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-10-18T17:22:43.190Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2687 | 2024-10-18T17:22:59.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.79s |
2688 | 2024-10-18T17:23:00.055Z | |
2689 | 2024-10-18T17:23:00.055Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166) |
2690 | 2024-10-18T17:23:00.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-10-18T17:23:00.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-10-18T17:23:01.121Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2693 | 2024-10-18T17:23:18.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s |
2694 | 2024-10-18T17:23:18.453Z | |
2695 | 2024-10-18T17:23:18.453Z | info: running `cargo check --bins` on bootstrap-agent-api (92/166) |
2696 | 2024-10-18T17:23:19.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-10-18T17:23:19.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-10-18T17:23:19.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2024-10-18T17:23:19.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2700 | 2024-10-18T17:23:19.396Z | |
2701 | 2024-10-18T17:23:19.396Z | info: running `cargo check --bins` on sled-agent-types (93/166) |
2702 | 2024-10-18T17:23:20.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-10-18T17:23:20.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-10-18T17:23:20.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2024-10-18T17:23:20.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2706 | 2024-10-18T17:23:20.359Z | |
2707 | 2024-10-18T17:23:20.359Z | info: running `cargo check --bins` on bootstrap-agent-client (94/166) |
2708 | 2024-10-18T17:23:21.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-10-18T17:23:21.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-10-18T17:23:21.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-10-18T17:23:21.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2712 | 2024-10-18T17:23:21.264Z | |
2713 | 2024-10-18T17:23:21.264Z | info: running `cargo check --bins` on dpd-client (95/166) |
2714 | 2024-10-18T17:23:22.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-10-18T17:23:22.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-10-18T17:23:22.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-10-18T17:23:22.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2718 | 2024-10-18T17:23:22.163Z | |
2719 | 2024-10-18T17:23:22.163Z | info: running `cargo check --bins` on installinator-common (96/166) |
2720 | 2024-10-18T17:23:23.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-10-18T17:23:23.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-10-18T17:23:23.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-10-18T17:23:23.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2724 | 2024-10-18T17:23:23.176Z | |
2725 | 2024-10-18T17:23:23.176Z | info: running `cargo check --bins` on key-manager (97/166) |
2726 | 2024-10-18T17:23:24.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-10-18T17:23:24.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-10-18T17:23:24.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2024-10-18T17:23:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2730 | 2024-10-18T17:23:24.111Z | |
2731 | 2024-10-18T17:23:24.111Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/166) |
2732 | 2024-10-18T17:23:24.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-10-18T17:23:24.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-10-18T17:23:24.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-10-18T17:23:24.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2736 | 2024-10-18T17:23:25.032Z | |
2737 | 2024-10-18T17:23:25.032Z | info: running `cargo check --bins` on sled-agent-api (99/166) |
2738 | 2024-10-18T17:23:25.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-10-18T17:23:25.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-10-18T17:23:25.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-10-18T17:23:25.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2742 | 2024-10-18T17:23:25.963Z | |
2743 | 2024-10-18T17:23:25.963Z | info: running `cargo check --bins` on sled-hardware (100/166) |
2744 | 2024-10-18T17:23:26.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-10-18T17:23:26.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-10-18T17:23:26.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-10-18T17:23:26.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2748 | 2024-10-18T17:23:26.891Z | |
2749 | 2024-10-18T17:23:26.891Z | info: running `cargo check --bins --no-default-features` on sled-storage (101/166) |
2750 | 2024-10-18T17:23:27.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-10-18T17:23:27.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-10-18T17:23:27.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-10-18T17:23:27.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2754 | 2024-10-18T17:23:27.847Z | |
2755 | 2024-10-18T17:23:27.847Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166) |
2756 | 2024-10-18T17:23:28.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-10-18T17:23:28.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-10-18T17:23:28.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-10-18T17:23:28.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2760 | 2024-10-18T17:23:28.791Z | |
2761 | 2024-10-18T17:23:28.791Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/166) |
2762 | 2024-10-18T17:23:29.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-10-18T17:23:29.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-10-18T17:23:29.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-10-18T17:23:29.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2766 | 2024-10-18T17:23:29.744Z | |
2767 | 2024-10-18T17:23:29.744Z | info: running `cargo check --bins` on nexus-test-interface (104/166) |
2768 | 2024-10-18T17:23:30.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-10-18T17:23:30.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-10-18T17:23:30.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-10-18T17:23:30.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2772 | 2024-10-18T17:23:30.657Z | |
2773 | 2024-10-18T17:23:30.657Z | info: running `cargo check --bins` on oximeter-collector (105/166) |
2774 | 2024-10-18T17:23:31.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-10-18T17:23:31.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-10-18T17:23:31.633Z | Compiling phf_generator v0.11.2 |
2777 | 2024-10-18T17:23:31.657Z | Compiling parse-zoneinfo v0.3.1 |
2778 | 2024-10-18T17:23:31.681Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2779 | 2024-10-18T17:23:31.681Z | Checking bcs v0.1.6 |
2780 | 2024-10-18T17:23:31.681Z | Compiling async-recursion v1.1.1 |
2781 | 2024-10-18T17:23:31.681Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2782 | 2024-10-18T17:23:31.681Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2783 | 2024-10-18T17:23:31.784Z | Compiling phf_codegen v0.11.2 |
2784 | 2024-10-18T17:23:32.178Z | Compiling chrono-tz-build v0.4.0 |
2785 | 2024-10-18T17:23:33.400Z | Compiling chrono-tz v0.10.0 |
2786 | 2024-10-18T17:23:42.645Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2787 | 2024-10-18T17:23:48.231Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2788 | 2024-10-18T17:23:50.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.90s |
2789 | 2024-10-18T17:23:50.722Z | |
2790 | 2024-10-18T17:23:50.722Z | info: running `cargo check --bins` on oximeter-api (106/166) |
2791 | 2024-10-18T17:23:51.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-10-18T17:23:51.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-10-18T17:23:51.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-10-18T17:23:51.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2795 | 2024-10-18T17:23:51.647Z | |
2796 | 2024-10-18T17:23:51.647Z | info: running `cargo check --bins` on oximeter-client (107/166) |
2797 | 2024-10-18T17:23:52.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-10-18T17:23:52.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-10-18T17:23:52.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-10-18T17:23:52.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2801 | 2024-10-18T17:23:52.565Z | |
2802 | 2024-10-18T17:23:52.565Z | info: running `cargo check --bins --no-default-features` on oximeter-db (108/166) |
2803 | 2024-10-18T17:23:53.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-10-18T17:23:53.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-10-18T17:23:53.556Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2806 | 2024-10-18T17:23:54.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
2807 | 2024-10-18T17:23:54.425Z | |
2808 | 2024-10-18T17:23:54.425Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166) |
2809 | 2024-10-18T17:23:55.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-10-18T17:23:55.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-10-18T17:23:55.377Z | Compiling cfg_aliases v0.1.1 |
2812 | 2024-10-18T17:23:55.377Z | Compiling vte_generate_state_changes v0.1.2 |
2813 | 2024-10-18T17:23:55.401Z | Checking fd-lock v4.0.2 |
2814 | 2024-10-18T17:23:55.401Z | Checking bytecount v0.6.8 |
2815 | 2024-10-18T17:23:55.401Z | Compiling tabled_derive v0.7.0 |
2816 | 2024-10-18T17:23:55.401Z | Compiling peg-macros v0.8.4 |
2817 | 2024-10-18T17:23:55.401Z | Compiling sqlparser_derive v0.2.2 |
2818 | 2024-10-18T17:23:55.425Z | Checking home v0.5.9 |
2819 | 2024-10-18T17:23:55.516Z | Compiling nix v0.28.0 |
2820 | 2024-10-18T17:23:55.555Z | Checking papergrid v0.11.0 |
2821 | 2024-10-18T17:23:55.592Z | Checking unicode_categories v0.1.1 |
2822 | 2024-10-18T17:23:55.621Z | Checking nu-ansi-term v0.50.1 |
2823 | 2024-10-18T17:23:55.858Z | Checking sqlformat v0.2.6 |
2824 | 2024-10-18T17:23:55.980Z | Checking vte v0.11.1 |
2825 | 2024-10-18T17:23:56.411Z | Checking sqlparser v0.45.0 |
2826 | 2024-10-18T17:23:57.040Z | Checking strip-ansi-escapes v0.2.0 |
2827 | 2024-10-18T17:23:57.181Z | Checking reedline v0.35.0 |
2828 | 2024-10-18T17:23:57.312Z | Checking tabled v0.15.0 |
2829 | 2024-10-18T17:23:58.030Z | Checking peg v0.8.4 |
2830 | 2024-10-18T17:23:58.433Z | Checking rustyline v14.0.0 |
2831 | 2024-10-18T17:24:03.826Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2832 | 2024-10-18T17:24:11.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.55s |
2833 | 2024-10-18T17:24:12.160Z | |
2834 | 2024-10-18T17:24:12.160Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166) |
2835 | 2024-10-18T17:24:13.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-10-18T17:24:13.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-10-18T17:24:13.151Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2838 | 2024-10-18T17:24:21.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s |
2839 | 2024-10-18T17:24:21.368Z | |
2840 | 2024-10-18T17:24:21.368Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166) |
2841 | 2024-10-18T17:24:22.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-10-18T17:24:22.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-10-18T17:24:22.302Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2844 | 2024-10-18T17:24:28.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s |
2845 | 2024-10-18T17:24:28.549Z | |
2846 | 2024-10-18T17:24:28.549Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166) |
2847 | 2024-10-18T17:24:29.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-10-18T17:24:29.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-10-18T17:24:29.435Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2850 | 2024-10-18T17:24:36.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
2851 | 2024-10-18T17:24:37.145Z | |
2852 | 2024-10-18T17:24:37.145Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166) |
2853 | 2024-10-18T17:24:37.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-10-18T17:24:37.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-10-18T17:24:38.042Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2856 | 2024-10-18T17:24:45.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s |
2857 | 2024-10-18T17:24:45.846Z | |
2858 | 2024-10-18T17:24:45.846Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166) |
2859 | 2024-10-18T17:24:46.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-10-18T17:24:46.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-10-18T17:24:46.801Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2862 | 2024-10-18T17:24:53.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s |
2863 | 2024-10-18T17:24:53.320Z | |
2864 | 2024-10-18T17:24:53.320Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166) |
2865 | 2024-10-18T17:24:54.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-10-18T17:24:54.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-10-18T17:24:54.234Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2868 | 2024-10-18T17:25:00.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s |
2869 | 2024-10-18T17:25:00.803Z | |
2870 | 2024-10-18T17:25:00.803Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166) |
2871 | 2024-10-18T17:25:01.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-10-18T17:25:01.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-10-18T17:25:01.774Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2874 | 2024-10-18T17:25:09.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
2875 | 2024-10-18T17:25:09.889Z | |
2876 | 2024-10-18T17:25:09.889Z | info: running `cargo check --bins` on oximeter-test-utils (117/166) |
2877 | 2024-10-18T17:25:10.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-10-18T17:25:10.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-10-18T17:25:10.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-10-18T17:25:10.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2881 | 2024-10-18T17:25:10.775Z | |
2882 | 2024-10-18T17:25:10.775Z | info: running `cargo check --bins` on cockroach-admin-client (118/166) |
2883 | 2024-10-18T17:25:11.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-10-18T17:25:11.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-10-18T17:25:11.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-10-18T17:25:11.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2887 | 2024-10-18T17:25:11.662Z | |
2888 | 2024-10-18T17:25:11.662Z | info: running `cargo check --bins` on installinator-client (119/166) |
2889 | 2024-10-18T17:25:12.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-10-18T17:25:12.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-10-18T17:25:12.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-10-18T17:25:12.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2893 | 2024-10-18T17:25:12.560Z | |
2894 | 2024-10-18T17:25:12.561Z | info: running `cargo check --bins` on oxide-client (120/166) |
2895 | 2024-10-18T17:25:13.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-10-18T17:25:13.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-10-18T17:25:13.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2024-10-18T17:25:13.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2899 | 2024-10-18T17:25:13.431Z | |
2900 | 2024-10-18T17:25:13.431Z | info: running `cargo check --bins` on wicketd-client (121/166) |
2901 | 2024-10-18T17:25:14.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2024-10-18T17:25:14.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2024-10-18T17:25:14.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2024-10-18T17:25:14.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2905 | 2024-10-18T17:25:14.351Z | |
2906 | 2024-10-18T17:25:14.351Z | info: running `cargo check --bins` on wicket-common (122/166) |
2907 | 2024-10-18T17:25:15.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2024-10-18T17:25:15.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2024-10-18T17:25:15.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2024-10-18T17:25:15.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2911 | 2024-10-18T17:25:15.247Z | |
2912 | 2024-10-18T17:25:15.247Z | info: running `cargo check --bins` on omicron-cockroach-admin (123/166) |
2913 | 2024-10-18T17:25:16.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2024-10-18T17:25:16.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2024-10-18T17:25:16.174Z | Checking csv-core v0.1.11 |
2916 | 2024-10-18T17:25:16.197Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2917 | 2024-10-18T17:25:16.472Z | Checking csv v1.3.0 |
2918 | 2024-10-18T17:25:17.154Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2919 | 2024-10-18T17:25:17.585Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2920 | 2024-10-18T17:25:19.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
2921 | 2024-10-18T17:25:19.233Z | |
2922 | 2024-10-18T17:25:19.233Z | info: running `cargo check --bins` on cockroach-admin-api (124/166) |
2923 | 2024-10-18T17:25:20.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2924 | 2024-10-18T17:25:20.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2925 | 2024-10-18T17:25:20.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2926 | 2024-10-18T17:25:20.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2927 | 2024-10-18T17:25:20.113Z | |
2928 | 2024-10-18T17:25:20.113Z | info: running `cargo check --bins` on cockroach-admin-types (125/166) |
2929 | 2024-10-18T17:25:20.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2930 | 2024-10-18T17:25:20.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2931 | 2024-10-18T17:25:20.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2932 | 2024-10-18T17:25:20.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2933 | 2024-10-18T17:25:21.006Z | |
2934 | 2024-10-18T17:25:21.006Z | info: running `cargo check --bins` on cert-dev (126/166) |
2935 | 2024-10-18T17:25:21.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-10-18T17:25:21.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-10-18T17:25:21.862Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2938 | 2024-10-18T17:25:22.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
2939 | 2024-10-18T17:25:22.268Z | |
2940 | 2024-10-18T17:25:22.268Z | info: running `cargo check --bins` on ch-dev (127/166) |
2941 | 2024-10-18T17:25:23.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-10-18T17:25:23.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-10-18T17:25:23.178Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2944 | 2024-10-18T17:25:23.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2945 | 2024-10-18T17:25:24.117Z | |
2946 | 2024-10-18T17:25:24.117Z | info: running `cargo check --bins` on crdb-seed (128/166) |
2947 | 2024-10-18T17:25:24.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-10-18T17:25:24.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-10-18T17:25:25.026Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2950 | 2024-10-18T17:25:25.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2951 | 2024-10-18T17:25:25.511Z | |
2952 | 2024-10-18T17:25:25.511Z | info: running `cargo check --bins` on db-dev (129/166) |
2953 | 2024-10-18T17:25:26.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-10-18T17:25:26.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-10-18T17:25:26.445Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2956 | 2024-10-18T17:25:27.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
2957 | 2024-10-18T17:25:27.382Z | |
2958 | 2024-10-18T17:25:27.382Z | info: running `cargo check --bins` on omicron-dev-lib (130/166) |
2959 | 2024-10-18T17:25:28.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-10-18T17:25:28.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-10-18T17:25:28.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-10-18T17:25:28.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2963 | 2024-10-18T17:25:28.283Z | |
2964 | 2024-10-18T17:25:28.283Z | info: running `cargo check --bins` on xtask-downloader (131/166) |
2965 | 2024-10-18T17:25:29.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-10-18T17:25:29.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-10-18T17:25:29.133Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2968 | 2024-10-18T17:25:30.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
2969 | 2024-10-18T17:25:30.271Z | |
2970 | 2024-10-18T17:25:30.271Z | info: running `cargo check --bins` on omicron-ls-apis (132/166) |
2971 | 2024-10-18T17:25:31.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-10-18T17:25:31.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-10-18T17:25:31.139Z | Checking cargo-platform v0.1.8 |
2974 | 2024-10-18T17:25:31.432Z | Checking cargo_metadata v0.18.1 |
2975 | 2024-10-18T17:25:32.672Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2976 | 2024-10-18T17:25:33.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
2977 | 2024-10-18T17:25:33.731Z | |
2978 | 2024-10-18T17:25:33.731Z | info: running `cargo check --bins` on mgs-dev (133/166) |
2979 | 2024-10-18T17:25:34.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2980 | 2024-10-18T17:25:34.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2981 | 2024-10-18T17:25:34.703Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2982 | 2024-10-18T17:25:35.383Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2983 | 2024-10-18T17:25:35.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
2984 | 2024-10-18T17:25:36.154Z | |
2985 | 2024-10-18T17:25:36.154Z | info: running `cargo check --bins` on omicron-omdb (134/166) |
2986 | 2024-10-18T17:25:37.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-10-18T17:25:37.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-10-18T17:25:37.259Z | Compiling glob v0.3.1 |
2989 | 2024-10-18T17:25:37.259Z | Compiling crunchy v0.2.2 |
2990 | 2024-10-18T17:25:37.259Z | Compiling tiny-keccak v2.0.2 |
2991 | 2024-10-18T17:25:37.283Z | Compiling dsl_auto_type v0.1.2 |
2992 | 2024-10-18T17:25:37.283Z | Checking scheduled-thread-pool v0.2.7 |
2993 | 2024-10-18T17:25:37.283Z | Compiling diesel_table_macro_syntax v0.2.0 |
2994 | 2024-10-18T17:25:37.283Z | Compiling ascii-canvas v3.0.0 |
2995 | 2024-10-18T17:25:37.307Z | Compiling ena v0.14.3 |
2996 | 2024-10-18T17:25:37.539Z | Checking r2d2 v0.8.10 |
2997 | 2024-10-18T17:25:37.625Z | Compiling libloading v0.8.5 |
2998 | 2024-10-18T17:25:37.656Z | Compiling regex-syntax v0.6.29 |
2999 | 2024-10-18T17:25:37.767Z | Compiling bindgen v0.69.5 |
3000 | 2024-10-18T17:25:37.818Z | Compiling diff v0.1.13 |
3001 | 2024-10-18T17:25:37.900Z | Compiling which v4.4.2 |
3002 | 2024-10-18T17:25:38.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3003 | 2024-10-18T17:25:38.129Z | Compiling clang-sys v1.8.1 |
3004 | 2024-10-18T17:25:38.215Z | Compiling cexpr v0.6.0 |
3005 | 2024-10-18T17:25:38.419Z | Compiling ref-cast v1.0.23 |
3006 | 2024-10-18T17:25:38.419Z | Compiling rustc-hash v1.1.0 |
3007 | 2024-10-18T17:25:38.443Z | Compiling lazycell v1.3.0 |
3008 | 2024-10-18T17:25:38.467Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3009 | 2024-10-18T17:25:38.576Z | Compiling derive_builder_core v0.20.2 |
3010 | 2024-10-18T17:25:38.599Z | Compiling libxml v0.3.3 |
3011 | 2024-10-18T17:25:38.723Z | Compiling ref-cast-impl v1.0.23 |
3012 | 2024-10-18T17:25:38.787Z | Compiling diesel_derives v2.2.3 |
3013 | 2024-10-18T17:25:38.971Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3014 | 2024-10-18T17:25:39.077Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3015 | 2024-10-18T17:25:39.391Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3016 | 2024-10-18T17:25:39.629Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3017 | 2024-10-18T17:25:39.751Z | Compiling strum_macros v0.24.3 |
3018 | 2024-10-18T17:25:39.825Z | Compiling indoc v1.0.9 |
3019 | 2024-10-18T17:25:40.607Z | Compiling lalrpop v0.19.12 |
3020 | 2024-10-18T17:25:40.646Z | Compiling derive_builder_macro v0.20.2 |
3021 | 2024-10-18T17:25:41.375Z | Checking derive_builder v0.20.2 |
3022 | 2024-10-18T17:25:41.399Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3023 | 2024-10-18T17:25:41.515Z | Compiling oso-derive v0.27.3 |
3024 | 2024-10-18T17:25:41.719Z | Compiling impl-trait-for-tuples v0.2.2 |
3025 | 2024-10-18T17:25:42.443Z | Checking quick-xml v0.33.0 |
3026 | 2024-10-18T17:25:42.553Z | Compiling diesel-dtrace v0.3.0 |
3027 | 2024-10-18T17:25:42.711Z | Checking maplit v1.0.2 |
3028 | 2024-10-18T17:25:42.858Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3029 | 2024-10-18T17:25:42.881Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3030 | 2024-10-18T17:25:43.121Z | Checking bb8 v0.8.5 |
3031 | 2024-10-18T17:25:43.530Z | Compiling const_format_proc_macros v0.2.33 |
3032 | 2024-10-18T17:25:44.218Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3033 | 2024-10-18T17:25:44.271Z | Checking castaway v0.2.3 |
3034 | 2024-10-18T17:25:44.420Z | Checking compact_str v0.8.0 |
3035 | 2024-10-18T17:25:44.517Z | Checking unicode-truncate v1.1.0 |
3036 | 2024-10-18T17:25:44.699Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3037 | 2024-10-18T17:25:44.943Z | Checking lru v0.12.5 |
3038 | 2024-10-18T17:25:45.171Z | Compiling instability v0.3.2 |
3039 | 2024-10-18T17:25:45.215Z | Checking unicode-linebreak v0.1.5 |
3040 | 2024-10-18T17:25:45.352Z | Checking const_format v0.2.33 |
3041 | 2024-10-18T17:25:45.600Z | Checking cassowary v0.3.0 |
3042 | 2024-10-18T17:25:45.818Z | Checking smawk v0.3.2 |
3043 | 2024-10-18T17:25:45.997Z | Checking is_ci v1.2.0 |
3044 | 2024-10-18T17:25:46.045Z | Checking textwrap v0.16.1 |
3045 | 2024-10-18T17:25:46.146Z | Checking supports-color v3.0.1 |
3046 | 2024-10-18T17:25:46.188Z | Checking ratatui v0.28.1 |
3047 | 2024-10-18T17:25:46.367Z | Checking multimap v0.10.0 |
3048 | 2024-10-18T17:25:48.055Z | Checking diesel v2.2.4 |
3049 | 2024-10-18T17:26:06.055Z | Compiling samael v0.0.17 |
3050 | 2024-10-18T17:26:18.501Z | Checking async-bb8-diesel v0.2.1 |
3051 | 2024-10-18T17:26:20.494Z | Compiling polar-core v0.27.3 |
3052 | 2024-10-18T17:26:29.227Z | Checking oso v0.27.3 |
3053 | 2024-10-18T17:27:50.823Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3054 | 2024-10-18T17:27:58.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
3055 | 2024-10-18T17:27:58.392Z | |
3056 | 2024-10-18T17:27:58.392Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166) |
3057 | 2024-10-18T17:27:59.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-10-18T17:27:59.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-10-18T17:27:59.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3060 | 2024-10-18T17:27:59.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3061 | 2024-10-18T17:27:59.328Z | |
3062 | 2024-10-18T17:27:59.328Z | info: running `cargo check --bins` on nexus-saga-recovery (136/166) |
3063 | 2024-10-18T17:28:00.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-10-18T17:28:00.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-10-18T17:28:00.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-10-18T17:28:00.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3067 | 2024-10-18T17:28:00.249Z | |
3068 | 2024-10-18T17:28:00.249Z | info: running `cargo check --bins` on nexus-test-utils-macros (137/166) |
3069 | 2024-10-18T17:28:01.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-10-18T17:28:01.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-10-18T17:28:01.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-10-18T17:28:01.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3073 | 2024-10-18T17:28:01.118Z | |
3074 | 2024-10-18T17:28:01.118Z | info: running `cargo check --bins` on omicron-nexus (138/166) |
3075 | 2024-10-18T17:28:02.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-10-18T17:28:02.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-10-18T17:28:02.272Z | Compiling libz-sys v1.1.20 |
3078 | 2024-10-18T17:28:02.298Z | Checking http v0.2.12 |
3079 | 2024-10-18T17:28:02.322Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3080 | 2024-10-18T17:28:02.346Z | Compiling vergen v8.3.2 |
3081 | 2024-10-18T17:28:02.346Z | Compiling cargo-platform v0.1.8 |
3082 | 2024-10-18T17:28:02.346Z | Compiling pin-project-internal v1.1.6 |
3083 | 2024-10-18T17:28:02.393Z | Compiling libsqlite3-sys v0.30.1 |
3084 | 2024-10-18T17:28:02.393Z | Compiling snafu-derive v0.8.5 |
3085 | 2024-10-18T17:28:02.628Z | Compiling cfg_aliases v0.2.1 |
3086 | 2024-10-18T17:28:02.724Z | Compiling cargo_metadata v0.18.1 |
3087 | 2024-10-18T17:28:02.826Z | Compiling rustls v0.21.12 |
3088 | 2024-10-18T17:28:02.860Z | Checking sync_wrapper v0.1.2 |
3089 | 2024-10-18T17:28:02.980Z | Compiling buf-list v1.0.3 |
3090 | 2024-10-18T17:28:03.146Z | Compiling nix v0.29.0 |
3091 | 2024-10-18T17:28:03.180Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3092 | 2024-10-18T17:28:03.451Z | Checking http-body v0.4.6 |
3093 | 2024-10-18T17:28:03.574Z | Checking h2 v0.3.26 |
3094 | 2024-10-18T17:28:03.862Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3095 | 2024-10-18T17:28:03.921Z | Checking globset v0.4.15 |
3096 | 2024-10-18T17:28:04.218Z | Checking rustls-webpki v0.101.7 |
3097 | 2024-10-18T17:28:04.360Z | Checking olpc-cjson v0.1.4 |
3098 | 2024-10-18T17:28:04.558Z | Checking sct v0.7.1 |
3099 | 2024-10-18T17:28:04.739Z | Checking rand_seeder v0.3.0 |
3100 | 2024-10-18T17:28:04.819Z | Checking serde_plain v1.0.2 |
3101 | 2024-10-18T17:28:04.884Z | Checking pin-project v1.1.6 |
3102 | 2024-10-18T17:28:04.939Z | Checking typed-path v0.7.1 |
3103 | 2024-10-18T17:28:05.001Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3104 | 2024-10-18T17:28:05.488Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3105 | 2024-10-18T17:28:05.680Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3106 | 2024-10-18T17:28:05.732Z | Checking hashlink v0.9.1 |
3107 | 2024-10-18T17:28:05.797Z | Checking parse-size v1.0.0 |
3108 | 2024-10-18T17:28:05.931Z | Checking fallible-iterator v0.3.0 |
3109 | 2024-10-18T17:28:05.961Z | Checking fallible-streaming-iterator v0.1.9 |
3110 | 2024-10-18T17:28:06.234Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3111 | 2024-10-18T17:28:06.486Z | Checking rusqlite v0.32.1 |
3112 | 2024-10-18T17:28:06.617Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3113 | 2024-10-18T17:28:06.766Z | Checking rustls-pemfile v1.0.4 |
3114 | 2024-10-18T17:28:06.954Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3115 | 2024-10-18T17:28:07.086Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3116 | 2024-10-18T17:28:07.141Z | Checking snafu v0.8.5 |
3117 | 2024-10-18T17:28:07.211Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3118 | 2024-10-18T17:28:07.335Z | Checking twox-hash v1.6.3 |
3119 | 2024-10-18T17:28:07.531Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3120 | 2024-10-18T17:28:07.762Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3121 | 2024-10-18T17:28:07.863Z | Checking tokio-rustls v0.24.1 |
3122 | 2024-10-18T17:28:07.913Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3123 | 2024-10-18T17:28:08.186Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3124 | 2024-10-18T17:28:08.345Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3125 | 2024-10-18T17:28:08.368Z | Checking fatfs v0.3.6 |
3126 | 2024-10-18T17:28:08.709Z | Checking hyper v0.14.30 |
3127 | 2024-10-18T17:28:09.064Z | Checking assert_matches v1.5.0 |
3128 | 2024-10-18T17:28:12.634Z | Checking reqwest v0.11.27 |
3129 | 2024-10-18T17:28:13.527Z | Checking tough v0.17.1 |
3130 | 2024-10-18T17:28:15.472Z | Compiling git2 v0.19.0 |
3131 | 2024-10-18T17:28:17.256Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3132 | 2024-10-18T17:28:18.646Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3133 | 2024-10-18T17:28:22.115Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3134 | 2024-10-18T17:29:30.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
3135 | 2024-10-18T17:29:30.190Z | |
3136 | 2024-10-18T17:29:30.190Z | info: running `cargo check --bins` on nexus-external-api (139/166) |
3137 | 2024-10-18T17:29:31.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-10-18T17:29:31.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-10-18T17:29:31.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2024-10-18T17:29:31.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3141 | 2024-10-18T17:29:31.199Z | |
3142 | 2024-10-18T17:29:31.199Z | info: running `cargo check --bins` on openapi-manager-types (140/166) |
3143 | 2024-10-18T17:29:31.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-10-18T17:29:31.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-10-18T17:29:31.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2024-10-18T17:29:31.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3147 | 2024-10-18T17:29:32.064Z | |
3148 | 2024-10-18T17:29:32.064Z | info: running `cargo check --bins` on nexus-internal-api (141/166) |
3149 | 2024-10-18T17:29:32.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-10-18T17:29:32.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-10-18T17:29:32.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-10-18T17:29:32.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3153 | 2024-10-18T17:29:32.961Z | |
3154 | 2024-10-18T17:29:32.961Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (142/166) |
3155 | 2024-10-18T17:29:33.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-10-18T17:29:33.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-10-18T17:29:33.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2024-10-18T17:29:33.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3159 | 2024-10-18T17:29:33.901Z | |
3160 | 2024-10-18T17:29:33.901Z | info: running `cargo check --bins` on nexus-networking (143/166) |
3161 | 2024-10-18T17:29:34.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-10-18T17:29:34.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-10-18T17:29:34.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3164 | 2024-10-18T17:29:34.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3165 | 2024-10-18T17:29:34.837Z | |
3166 | 2024-10-18T17:29:34.837Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (144/166) |
3167 | 2024-10-18T17:29:35.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-10-18T17:29:35.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-10-18T17:29:35.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3170 | 2024-10-18T17:29:35.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3171 | 2024-10-18T17:29:35.751Z | |
3172 | 2024-10-18T17:29:35.751Z | info: running `cargo check --bins` on update-common (145/166) |
3173 | 2024-10-18T17:29:36.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-10-18T17:29:36.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-10-18T17:29:36.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3176 | 2024-10-18T17:29:36.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3177 | 2024-10-18T17:29:36.660Z | |
3178 | 2024-10-18T17:29:36.660Z | info: running `cargo check --bins` on tufaceous-lib (146/166) |
3179 | 2024-10-18T17:29:37.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-10-18T17:29:37.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-10-18T17:29:37.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3182 | 2024-10-18T17:29:37.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3183 | 2024-10-18T17:29:37.561Z | |
3184 | 2024-10-18T17:29:37.561Z | info: running `cargo check --bins` on tufaceous (147/166) |
3185 | 2024-10-18T17:29:38.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2024-10-18T17:29:38.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2024-10-18T17:29:38.508Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3188 | 2024-10-18T17:29:39.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3189 | 2024-10-18T17:29:39.697Z | |
3190 | 2024-10-18T17:29:39.697Z | info: running `cargo check --bins` on omicron-dev (148/166) |
3191 | 2024-10-18T17:29:40.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2024-10-18T17:29:40.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2024-10-18T17:29:40.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3194 | 2024-10-18T17:29:40.898Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3195 | 2024-10-18T17:29:40.921Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3196 | 2024-10-18T17:29:42.762Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3197 | 2024-10-18T17:29:45.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s |
3198 | 2024-10-18T17:29:45.973Z | |
3199 | 2024-10-18T17:29:45.973Z | info: running `cargo check --bins` on openapi-manager (149/166) |
3200 | 2024-10-18T17:29:46.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3201 | 2024-10-18T17:29:46.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3202 | 2024-10-18T17:29:46.973Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3203 | 2024-10-18T17:29:46.973Z | Checking heck v0.4.1 |
3204 | 2024-10-18T17:29:46.973Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3205 | 2024-10-18T17:29:47.173Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3206 | 2024-10-18T17:29:48.922Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3207 | 2024-10-18T17:29:49.941Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3208 | 2024-10-18T17:29:51.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
3209 | 2024-10-18T17:29:51.340Z | |
3210 | 2024-10-18T17:29:51.340Z | info: running `cargo check --bins` on installinator-api (150/166) |
3211 | 2024-10-18T17:29:52.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2024-10-18T17:29:52.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2024-10-18T17:29:52.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3214 | 2024-10-18T17:29:52.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3215 | 2024-10-18T17:29:52.245Z | |
3216 | 2024-10-18T17:29:52.245Z | info: running `cargo check --bins` on wicketd-api (151/166) |
3217 | 2024-10-18T17:29:53.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2024-10-18T17:29:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2024-10-18T17:29:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3220 | 2024-10-18T17:29:53.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3221 | 2024-10-18T17:29:53.128Z | |
3222 | 2024-10-18T17:29:53.129Z | info: running `cargo check --bins` on reconfigurator-cli (152/166) |
3223 | 2024-10-18T17:29:53.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3224 | 2024-10-18T17:29:53.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3225 | 2024-10-18T17:29:54.090Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3226 | 2024-10-18T17:29:55.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
3227 | 2024-10-18T17:29:55.620Z | |
3228 | 2024-10-18T17:29:55.620Z | info: running `cargo check --bins` on omicron-releng (153/166) |
3229 | 2024-10-18T17:29:56.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-10-18T17:29:56.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-10-18T17:29:56.536Z | Checking memmap2 v0.9.5 |
3232 | 2024-10-18T17:29:56.536Z | Checking spin v0.5.2 |
3233 | 2024-10-18T17:29:56.536Z | Checking constant_time_eq v0.3.1 |
3234 | 2024-10-18T17:29:56.559Z | Checking arrayref v0.3.9 |
3235 | 2024-10-18T17:29:56.559Z | Checking arrayvec v0.7.6 |
3236 | 2024-10-18T17:29:56.559Z | Checking untrusted v0.7.1 |
3237 | 2024-10-18T17:29:56.559Z | Checking topological-sort v0.2.2 |
3238 | 2024-10-18T17:29:56.559Z | Checking shell-words v1.1.0 |
3239 | 2024-10-18T17:29:56.775Z | Checking ring v0.16.20 |
3240 | 2024-10-18T17:29:56.966Z | Checking blake3 v1.5.4 |
3241 | 2024-10-18T17:29:58.217Z | Checking omicron-zone-package v0.11.1 |
3242 | 2024-10-18T17:29:59.571Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3243 | 2024-10-18T17:30:00.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
3244 | 2024-10-18T17:30:00.813Z | |
3245 | 2024-10-18T17:30:00.813Z | info: running `cargo check --bins` on xtask (154/166) |
3246 | 2024-10-18T17:30:01.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-10-18T17:30:01.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-10-18T17:30:01.503Z | Checking bitflags v2.6.0 |
3249 | 2024-10-18T17:30:01.503Z | Checking serde v1.0.210 |
3250 | 2024-10-18T17:30:01.503Z | Checking thiserror v1.0.64 |
3251 | 2024-10-18T17:30:01.532Z | Checking scroll v0.12.0 |
3252 | 2024-10-18T17:30:01.555Z | Checking log v0.4.22 |
3253 | 2024-10-18T17:30:01.555Z | Checking hashbrown v0.15.0 |
3254 | 2024-10-18T17:30:01.555Z | Checking zerocopy v0.7.35 |
3255 | 2024-10-18T17:30:01.589Z | Checking syn v2.0.79 |
3256 | 2024-10-18T17:30:01.738Z | Checking rustix v0.38.37 |
3257 | 2024-10-18T17:30:01.791Z | Checking once_cell v1.20.2 |
3258 | 2024-10-18T17:30:01.940Z | Checking goblin v0.8.2 |
3259 | 2024-10-18T17:30:02.057Z | Checking fs-err v2.11.0 |
3260 | 2024-10-18T17:30:02.314Z | Checking tabled v0.15.0 |
3261 | 2024-10-18T17:30:02.423Z | Checking indexmap v2.6.0 |
3262 | 2024-10-18T17:30:02.689Z | Checking anyhow v1.0.89 |
3263 | 2024-10-18T17:30:03.293Z | Checking terminal_size v0.4.0 |
3264 | 2024-10-18T17:30:03.316Z | Checking tempfile v3.13.0 |
3265 | 2024-10-18T17:30:03.450Z | Checking clap_builder v4.5.20 |
3266 | 2024-10-18T17:30:05.332Z | Checking pest v2.7.14 |
3267 | 2024-10-18T17:30:05.416Z | Checking serde_json v1.0.128 |
3268 | 2024-10-18T17:30:05.416Z | Checking toml_datetime v0.6.8 |
3269 | 2024-10-18T17:30:05.439Z | Checking serde_spanned v0.6.8 |
3270 | 2024-10-18T17:30:05.439Z | Checking camino v1.1.9 |
3271 | 2024-10-18T17:30:05.611Z | Checking cargo-platform v0.1.8 |
3272 | 2024-10-18T17:30:05.714Z | Checking toml_edit v0.22.22 |
3273 | 2024-10-18T17:30:05.737Z | Checking semver v1.0.23 |
3274 | 2024-10-18T17:30:05.873Z | Checking macaddr v1.0.1 |
3275 | 2024-10-18T17:30:05.914Z | Checking camino-tempfile v1.1.1 |
3276 | 2024-10-18T17:30:06.033Z | Checking clap v4.5.20 |
3277 | 2024-10-18T17:30:06.643Z | Checking dof v0.3.0 |
3278 | 2024-10-18T17:30:06.644Z | Checking cargo_metadata v0.18.1 |
3279 | 2024-10-18T17:30:07.386Z | Checking dtrace-parser v0.2.0 |
3280 | 2024-10-18T17:30:07.779Z | Checking usdt-impl v0.5.0 |
3281 | 2024-10-18T17:30:07.844Z | Checking toml v0.8.19 |
3282 | 2024-10-18T17:30:08.217Z | Checking usdt v0.5.0 |
3283 | 2024-10-18T17:30:08.437Z | Checking cargo_toml v0.20.5 |
3284 | 2024-10-18T17:30:09.960Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3285 | 2024-10-18T17:30:10.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s |
3286 | 2024-10-18T17:30:10.799Z | |
3287 | 2024-10-18T17:30:10.800Z | info: running `cargo check --bins` on end-to-end-tests (155/166) |
3288 | 2024-10-18T17:30:11.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2024-10-18T17:30:11.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2024-10-18T17:30:11.800Z | Checking polyval v0.6.2 |
3291 | 2024-10-18T17:30:11.823Z | Checking ctr v0.9.2 |
3292 | 2024-10-18T17:30:11.849Z | Checking ssh-encoding v0.2.0 |
3293 | 2024-10-18T17:30:11.871Z | Checking blowfish v0.9.1 |
3294 | 2024-10-18T17:30:11.895Z | Checking password-hash v0.4.2 |
3295 | 2024-10-18T17:30:11.895Z | Checking matches v0.1.10 |
3296 | 2024-10-18T17:30:11.918Z | Checking p256 v0.13.2 |
3297 | 2024-10-18T17:30:11.918Z | Checking p521 v0.13.3 |
3298 | 2024-10-18T17:30:11.986Z | Checking idna v0.2.3 |
3299 | 2024-10-18T17:30:12.049Z | Checking ghash v0.5.1 |
3300 | 2024-10-18T17:30:12.074Z | Checking bcrypt-pbkdf v0.10.0 |
3301 | 2024-10-18T17:30:12.099Z | Compiling enum-as-inner v0.5.1 |
3302 | 2024-10-18T17:30:12.131Z | Checking russh-cryptovec v0.7.3 |
3303 | 2024-10-18T17:30:12.197Z | Checking aes-gcm v0.10.3 |
3304 | 2024-10-18T17:30:12.286Z | Checking pbkdf2 v0.11.0 |
3305 | 2024-10-18T17:30:12.309Z | Checking md5 v0.7.0 |
3306 | 2024-10-18T17:30:12.333Z | Checking num-bigint v0.4.6 |
3307 | 2024-10-18T17:30:12.359Z | Checking des v0.8.1 |
3308 | 2024-10-18T17:30:12.396Z | Checking ssh-cipher v0.2.0 |
3309 | 2024-10-18T17:30:12.527Z | Compiling dhcproto-macros v0.1.0 |
3310 | 2024-10-18T17:30:12.550Z | Checking hex-literal v0.4.1 |
3311 | 2024-10-18T17:30:12.584Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3312 | 2024-10-18T17:30:12.629Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3313 | 2024-10-18T17:30:12.652Z | Checking ssh-key v0.6.6 |
3314 | 2024-10-18T17:30:12.675Z | Checking internet-checksum v0.2.1 |
3315 | 2024-10-18T17:30:12.955Z | Checking trust-dns-proto v0.22.0 |
3316 | 2024-10-18T17:30:14.026Z | Checking russh-keys v0.45.0 |
3317 | 2024-10-18T17:30:15.151Z | Checking russh v0.45.0 |
3318 | 2024-10-18T17:30:15.935Z | Checking dhcproto v0.12.0 |
3319 | 2024-10-18T17:30:38.026Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3320 | 2024-10-18T17:30:39.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s |
3321 | 2024-10-18T17:30:39.797Z | |
3322 | 2024-10-18T17:30:39.797Z | info: running `cargo check --bins` on gateway-cli (156/166) |
3323 | 2024-10-18T17:30:40.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-10-18T17:30:40.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-10-18T17:30:40.680Z | Checking termios v0.3.3 |
3326 | 2024-10-18T17:30:40.857Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3327 | 2024-10-18T17:30:41.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3328 | 2024-10-18T17:30:41.970Z | |
3329 | 2024-10-18T17:30:41.970Z | info: running `cargo check --bins --no-default-features` on installinator (157/166) |
3330 | 2024-10-18T17:30:42.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-10-18T17:30:42.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-10-18T17:30:42.932Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3333 | 2024-10-18T17:30:45.329Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3334 | 2024-10-18T17:30:47.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
3335 | 2024-10-18T17:30:47.659Z | |
3336 | 2024-10-18T17:30:47.660Z | info: running `cargo check --bins` on internal-dns-cli (158/166) |
3337 | 2024-10-18T17:30:48.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-10-18T17:30:48.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-10-18T17:30:48.501Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3340 | 2024-10-18T17:30:48.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3341 | 2024-10-18T17:30:49.104Z | |
3342 | 2024-10-18T17:30:49.104Z | info: running `cargo check --bins` on omicron-live-tests (159/166) |
3343 | 2024-10-18T17:30:49.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-10-18T17:30:49.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-10-18T17:30:49.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-10-18T17:30:49.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3347 | 2024-10-18T17:30:49.933Z | |
3348 | 2024-10-18T17:30:49.934Z | info: running `cargo check --bins` on live-tests-macros (160/166) |
3349 | 2024-10-18T17:30:50.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-10-18T17:30:50.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-10-18T17:30:50.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2024-10-18T17:30:50.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3353 | 2024-10-18T17:30:50.783Z | |
3354 | 2024-10-18T17:30:50.783Z | info: running `cargo check --bins` on omicron-package (161/166) |
3355 | 2024-10-18T17:30:51.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-10-18T17:30:51.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-10-18T17:30:51.681Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3358 | 2024-10-18T17:30:53.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
3359 | 2024-10-18T17:30:53.262Z | |
3360 | 2024-10-18T17:30:53.262Z | info: running `cargo check --bins` on wicket-dbg (162/166) |
3361 | 2024-10-18T17:30:54.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-10-18T17:30:54.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-10-18T17:30:54.191Z | Checking rtoolbox v0.0.2 |
3364 | 2024-10-18T17:30:54.191Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3365 | 2024-10-18T17:30:54.214Z | Checking tui-tree-widget v0.22.0 |
3366 | 2024-10-18T17:30:54.375Z | Checking rpassword v7.3.1 |
3367 | 2024-10-18T17:30:59.423Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3368 | 2024-10-18T17:31:03.065Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3369 | 2024-10-18T17:31:04.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s |
3370 | 2024-10-18T17:31:04.639Z | |
3371 | 2024-10-18T17:31:04.639Z | info: running `cargo check --bins` on wicket (163/166) |
3372 | 2024-10-18T17:31:05.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-10-18T17:31:05.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-10-18T17:31:05.593Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3375 | 2024-10-18T17:31:05.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3376 | 2024-10-18T17:31:06.126Z | |
3377 | 2024-10-18T17:31:06.126Z | info: running `cargo check --bins` on wicketd (164/166) |
3378 | 2024-10-18T17:31:06.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-10-18T17:31:06.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-10-18T17:31:07.103Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3381 | 2024-10-18T17:31:11.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
3382 | 2024-10-18T17:31:11.968Z | |
3383 | 2024-10-18T17:31:11.968Z | info: running `cargo check --bins` on omicron-workspace-hack (165/166) |
3384 | 2024-10-18T17:31:12.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-10-18T17:31:12.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-10-18T17:31:12.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3387 | 2024-10-18T17:31:12.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3388 | 2024-10-18T17:31:12.770Z | |
3389 | 2024-10-18T17:31:12.770Z | info: running `cargo check --bins` on zone-setup (166/166) |
3390 | 2024-10-18T17:31:13.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-10-18T17:31:13.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-10-18T17:31:13.727Z | Checking uzers v0.12.1 |
3393 | 2024-10-18T17:31:14.048Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3394 | 2024-10-18T17:31:15.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
3395 | 2024-10-18T17:31:15.530Z | |
3396 | 2024-10-18T17:31:15.530Z | real 14:27.518710276 |
3397 | 2024-10-18T17:31:15.530Z | user 24:42.597917046 |
3398 | 2024-10-18T17:31:15.530Z | sys 5:45.826301079 |
3399 | 2024-10-18T17:31:15.530Z | trap 0.558958792 |
3400 | 2024-10-18T17:31:15.530Z | tflt 1.785735734 |
3401 | 2024-10-18T17:31:15.554Z | dflt 3.047311507 |
3402 | 2024-10-18T17:31:15.554Z | kflt 0.001326867 |
3403 | 2024-10-18T17:31:15.554Z | lock 47:37.303549263 |
3404 | 2024-10-18T17:31:15.554Z | slp 2:10:51.326969541 |
3405 | 2024-10-18T17:31:15.554Z | lat 59.876965281 |
3406 | 2024-10-18T17:31:15.554Z | stop 2:51.761820288 |
3407 | 2024-10-18T17:31:15.554Z | process exited: duration 1122177 ms, exit code 0 |
|
3408 | 2024-10-18T17:31:15.602Z | found 0 output files |