|
|
|
1 | 2024-09-16T13:58:18.237Z | job assigned to worker 01J7XJ0A53NQKAMTEQVJYGWHVB (queued for 24 s) |
|
2 | 2024-09-16T13:58:18.943Z | starting task 0: "setup" |
3 | 2024-09-16T13:58:18.969Z | ++ uname -s |
4 | 2024-09-16T13:58:18.969Z | + kern=SunOS |
5 | 2024-09-16T13:58:18.969Z | + case "$kern" in |
6 | 2024-09-16T13:58:18.969Z | + groupadd -g 12345 build |
7 | 2024-09-16T13:58:18.969Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-16T13:58:20.973Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-16T13:58:21.011Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-16T13:58:21.034Z | + home_fs=zfs |
11 | 2024-09-16T13:58:21.034Z | + [[ zfs == autofs ]] |
12 | 2024-09-16T13:58:21.034Z | + mkdir -p /home/build |
13 | 2024-09-16T13:58:21.034Z | + chown build:build /home/build /work |
14 | 2024-09-16T13:58:23.020Z | + chmod 0700 /home/build /work |
15 | 2024-09-16T13:58:23.045Z | process exited: duration 4081 ms, exit code 0 |
|
16 | 2024-09-16T13:58:23.094Z | starting task 1: "rust-toolchain" |
17 | 2024-09-16T13:58:23.119Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-16T13:58:23.119Z | * toolchain channel = "1.80.1" |
19 | 2024-09-16T13:58:23.119Z | * toolchain profile = "default" |
20 | 2024-09-16T13:58:23.119Z | ' 1.80.1 |
21 | 2024-09-16T13:58:23.119Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-16T13:58:23.119Z | ' default |
23 | 2024-09-16T13:58:23.119Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-16T13:58:23.119Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-16T13:58:23.254Z | info: downloading installer |
26 | 2024-09-16T13:58:23.812Z | info: profile set to 'default' |
27 | 2024-09-16T13:58:23.812Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-16T13:58:23.812Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-16T13:58:23.910Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-16T13:58:23.910Z | info: downloading component 'cargo' |
31 | 2024-09-16T13:58:24.039Z | info: downloading component 'clippy' |
32 | 2024-09-16T13:58:24.083Z | info: downloading component 'rust-docs' |
33 | 2024-09-16T13:58:24.311Z | info: downloading component 'rust-std' |
34 | 2024-09-16T13:58:24.738Z | info: downloading component 'rustc' |
35 | 2024-09-16T13:58:26.012Z | info: downloading component 'rustfmt' |
36 | 2024-09-16T13:58:26.078Z | info: installing component 'cargo' |
37 | 2024-09-16T13:58:27.176Z | info: installing component 'clippy' |
38 | 2024-09-16T13:58:27.627Z | info: installing component 'rust-docs' |
39 | 2024-09-16T13:58:30.318Z | info: installing component 'rust-std' |
40 | 2024-09-16T13:58:32.251Z | info: installing component 'rustc' |
41 | 2024-09-16T13:58:37.310Z | info: installing component 'rustfmt' |
42 | 2024-09-16T13:58:37.746Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-16T13:58:37.746Z | |
44 | 2024-09-16T13:58:37.874Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-16T13:58:37.874Z | |
46 | 2024-09-16T13:58:37.874Z | |
47 | 2024-09-16T13:58:37.874Z | Rust is installed now. Great! |
48 | 2024-09-16T13:58:37.874Z | |
49 | 2024-09-16T13:58:37.874Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-16T13:58:37.874Z | environment variable. This has not been done automatically. |
51 | 2024-09-16T13:58:37.875Z | |
52 | 2024-09-16T13:58:37.875Z | To configure your current shell, you need to source |
53 | 2024-09-16T13:58:37.875Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-16T13:58:37.875Z | |
55 | 2024-09-16T13:58:37.875Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-16T13:58:37.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-16T13:58:37.875Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-16T13:58:37.942Z | + rustc --version |
59 | 2024-09-16T13:58:38.055Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-16T13:58:38.079Z | process exited: duration 14966 ms, exit code 0 |
|
61 | 2024-09-16T13:58:38.129Z | starting task 2: "authentication" |
62 | 2024-09-16T13:58:38.184Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-09-16T13:58:38.232Z | starting task 3: "clone repository" |
64 | 2024-09-16T13:58:38.255Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-16T13:58:38.255Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-16T13:58:38.279Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-16T13:58:44.042Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-16T13:58:44.042Z | + git fetch origin 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
69 | 2024-09-16T13:58:44.473Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-16T13:58:44.473Z | * branch 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e -> FETCH_HEAD |
71 | 2024-09-16T13:58:44.497Z | + [[ -n john/reconfigurator-oximeter-db ]] |
72 | 2024-09-16T13:58:44.497Z | ++ git branch --show-current |
73 | 2024-09-16T13:58:44.497Z | + current=main |
74 | 2024-09-16T13:58:44.497Z | + [[ main != john/reconfigurator-oximeter-db ]] |
75 | 2024-09-16T13:58:44.497Z | + git branch -f john/reconfigurator-oximeter-db 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
76 | 2024-09-16T13:58:44.497Z | + git checkout -f john/reconfigurator-oximeter-db |
77 | 2024-09-16T13:58:44.673Z | Switched to branch 'john/reconfigurator-oximeter-db' |
78 | 2024-09-16T13:58:44.697Z | + git reset --hard 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e |
79 | 2024-09-16T13:58:44.842Z | HEAD is now at 96892a1d5 Merge branch 'main' into john/reconfigurator-oximeter-db |
80 | 2024-09-16T13:58:44.865Z | process exited: duration 6612 ms, exit code 0 |
|
81 | 2024-09-16T13:58:44.913Z | starting task 4: "build" |
82 | 2024-09-16T13:58:44.936Z | + cargo --version |
83 | 2024-09-16T13:58:44.987Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-16T13:58:45.011Z | + rustc --version |
85 | 2024-09-16T13:58:45.060Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-16T13:58:45.084Z | + source ./env.sh |
87 | 2024-09-16T13:58:45.084Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-16T13:58:45.084Z | ++ set -o xtrace |
89 | 2024-09-16T13:58:45.084Z | ++++ dirname ./env.sh |
90 | 2024-09-16T13:58:45.084Z | +++ readlink -f . |
91 | 2024-09-16T13:58:45.084Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-16T13:58:45.084Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-09-16T13:58:45.084Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-09-16T13:58:45.084Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-09-16T13:58:45.084Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-09-16T13:58:45.084Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-09-16T13:58:45.084Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-09-16T13:58:45.084Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-09-16T13:58:45.084Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-09-16T13:58:45.084Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-16T13:58:45.084Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-16T13:58:45.084Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-09-16T13:58:45.084Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-09-16T13:58:45.084Z | + banner prerequisites |
105 | 2024-09-16T13:58:45.084Z | |
106 | 2024-09-16T13:58:45.084Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-16T13:58:45.084Z | # # # # # # # # # # # # # # # |
108 | 2024-09-16T13:58:45.084Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-16T13:58:45.085Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-16T13:58:45.085Z | # # # # # # # # # # # # # # # |
111 | 2024-09-16T13:58:45.085Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-16T13:58:45.085Z | |
113 | 2024-09-16T13:58:45.085Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-16T13:58:50.659Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-16T13:58:53.516Z | Startup: Caching catalogs ... Done |
116 | 2024-09-16T13:58:56.768Z | Planning: Solver setup ... Done (2.461s) |
117 | 2024-09-16T13:58:56.810Z | Planning: Running solver ... Done (0.042s) |
118 | 2024-09-16T13:58:56.851Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-09-16T13:58:56.927Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-16T13:58:57.386Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-16T13:58:57.516Z | Planning: Package planning ... Done (0.130s) |
122 | 2024-09-16T13:58:57.585Z | Planning: Merging actions ... Done (0.068s) |
123 | 2024-09-16T13:58:57.840Z | Planning: Checking for conflicting actions ... Done (0.256s) |
124 | 2024-09-16T13:58:58.900Z | Planning: Consolidating action changes ... Done (1.059s) |
125 | 2024-09-16T13:58:59.323Z | Planning: Evaluating mediators ... Done (0.423s) |
126 | 2024-09-16T13:58:59.428Z | Planning: Planning completed in 5.84 seconds |
127 | 2024-09-16T13:58:59.452Z | Packages to install: 4 |
128 | 2024-09-16T13:58:59.452Z | Packages to update: 1 |
129 | 2024-09-16T13:58:59.452Z | Mediators to change: 2 |
130 | 2024-09-16T13:58:59.452Z | Services to change: 1 |
131 | 2024-09-16T13:58:59.452Z | Estimated space available: 148.82 GB |
132 | 2024-09-16T13:58:59.452Z | Estimated space to be consumed: 1.54 GB |
133 | 2024-09-16T13:58:59.452Z | Create boot environment: No |
134 | 2024-09-16T13:58:59.452Z | Create backup boot environment: Yes |
135 | 2024-09-16T13:58:59.452Z | Rebuild boot archive: No |
136 | 2024-09-16T13:58:59.452Z | |
137 | 2024-09-16T13:58:59.452Z | Changed mediators: |
138 | 2024-09-16T13:58:59.452Z | mediator clang: |
139 | 2024-09-16T13:58:59.452Z | version: None -> 15 (system default) |
140 | 2024-09-16T13:58:59.452Z | |
141 | 2024-09-16T13:58:59.452Z | mediator llvm: |
142 | 2024-09-16T13:58:59.452Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-16T13:58:59.452Z | |
144 | 2024-09-16T13:58:59.452Z | Changed packages: |
145 | 2024-09-16T13:58:59.452Z | helios-dev |
146 | 2024-09-16T13:58:59.452Z | developer/build-essential |
147 | 2024-09-16T13:58:59.452Z | None -> 11-2.0 |
148 | 2024-09-16T13:58:59.452Z | library/libxmlsec1 |
149 | 2024-09-16T13:58:59.452Z | None -> 1.2.35-2.0 |
150 | 2024-09-16T13:58:59.452Z | ooce/developer/clang-15 |
151 | 2024-09-16T13:58:59.452Z | None -> 15.0.7-2.0 |
152 | 2024-09-16T13:58:59.452Z | ooce/developer/llvm-15 |
153 | 2024-09-16T13:58:59.452Z | None -> 15.0.7-2.0 |
154 | 2024-09-16T13:58:59.452Z | package/pkg |
155 | 2024-09-16T13:58:59.452Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-16T13:58:59.453Z | |
157 | 2024-09-16T13:58:59.453Z | Services: |
158 | 2024-09-16T13:58:59.453Z | restart_fmri: |
159 | 2024-09-16T13:58:59.453Z | svc:/system/update-man-index:default |
160 | 2024-09-16T13:58:59.453Z | |
161 | 2024-09-16T13:58:59.453Z | Editable files to change: |
162 | 2024-09-16T13:58:59.453Z | Update: |
163 | 2024-09-16T13:58:59.453Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-16T13:58:59.513Z | |
165 | 2024-09-16T13:58:59.513Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-16T13:59:04.515Z | Download: 740/4281 items 18.3/220.6MB 8% complete (3.8M/s) |
167 | 2024-09-16T13:59:09.526Z | Download: 1198/4281 items 66.7/220.6MB 30% complete (7.0M/s) |
168 | 2024-09-16T13:59:14.995Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
169 | 2024-09-16T13:59:20.007Z | Download: 1993/4281 items 118.7/220.6MB 53% complete (5.2M/s) |
170 | 2024-09-16T13:59:25.016Z | Download: 2955/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
171 | 2024-09-16T13:59:30.057Z | Download: 3290/4281 items 212.6/220.6MB 96% complete (9.4M/s) |
172 | 2024-09-16T13:59:32.531Z | Download: Completed 220.60 MB in 33.02 seconds (6.7M/s) |
173 | 2024-09-16T13:59:34.037Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-09-16T13:59:34.061Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-09-16T13:59:39.422Z | Actions: 2689/5063 actions (Installing new actions) |
176 | 2024-09-16T13:59:39.877Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-09-16T13:59:40.250Z | Actions: Completed 5063 actions in 6.21 seconds. |
178 | 2024-09-16T13:59:40.665Z | Done (0.405s) |
179 | 2024-09-16T13:59:40.689Z | Done (0.000s) |
180 | 2024-09-16T13:59:41.129Z | Done (0.463s) |
181 | 2024-09-16T13:59:46.328Z | Done (5.051s) |
182 | 2024-09-16T13:59:46.430Z | Done (0.019s) |
183 | 2024-09-16T13:59:46.453Z | Done (0.000s) |
184 | 2024-09-16T13:59:46.605Z | Done (0.000s) |
185 | 2024-09-16T13:59:47.262Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-09-16T13:59:47.478Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-09-16T13:59:47.501Z | Planning: Consolidating action changes ... Done |
188 | 2024-09-16T13:59:47.800Z | Planning: Evaluating mediators ... Done |
189 | 2024-09-16T13:59:47.823Z | Planning: Planning completed in 0.54 seconds |
190 | 2024-09-16T13:59:47.847Z | Mediators to change: 2 |
191 | 2024-09-16T13:59:47.847Z | Create boot environment: No |
192 | 2024-09-16T13:59:47.847Z | Create backup boot environment: No |
193 | 2024-09-16T13:59:47.904Z | Done |
194 | 2024-09-16T13:59:47.904Z | Done |
195 | 2024-09-16T13:59:48.256Z | Done |
196 | 2024-09-16T13:59:52.561Z | Done |
197 | 2024-09-16T13:59:52.656Z | Done |
198 | 2024-09-16T13:59:52.680Z | Done |
199 | 2024-09-16T13:59:52.746Z | Done |
200 | 2024-09-16T13:59:53.465Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-09-16T13:59:53.489Z | Planning: Merging actions ... Done |
202 | 2024-09-16T13:59:53.701Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-09-16T13:59:53.725Z | Planning: Consolidating action changes ... Done |
204 | 2024-09-16T13:59:54.026Z | Planning: Evaluating mediators ... Done |
205 | 2024-09-16T13:59:54.094Z | Planning: Planning completed in 0.92 seconds |
206 | 2024-09-16T13:59:54.142Z | Packages to change: 1 |
207 | 2024-09-16T13:59:54.142Z | Mediators to change: 1 |
208 | 2024-09-16T13:59:54.142Z | Services to change: 1 |
209 | 2024-09-16T13:59:54.142Z | Create boot environment: No |
210 | 2024-09-16T13:59:54.142Z | Create backup boot environment: Yes |
211 | 2024-09-16T13:59:55.669Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-09-16T13:59:55.692Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-09-16T13:59:55.692Z | Done |
214 | 2024-09-16T13:59:55.692Z | Done |
215 | 2024-09-16T13:59:55.771Z | Done |
216 | 2024-09-16T13:59:59.982Z | Done |
217 | 2024-09-16T14:00:00.072Z | Done |
218 | 2024-09-16T14:00:00.096Z | Done |
219 | 2024-09-16T14:00:00.159Z | Done |
220 | 2024-09-16T14:00:00.698Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-09-16T14:00:00.698Z | clang system 15 system |
222 | 2024-09-16T14:00:00.698Z | csh system system illumos |
223 | 2024-09-16T14:00:00.698Z | ctags system system illumos |
224 | 2024-09-16T14:00:00.698Z | gcc vendor 12 vendor |
225 | 2024-09-16T14:00:00.698Z | gcc system 10 system |
226 | 2024-09-16T14:00:00.698Z | gcc system 7 system |
227 | 2024-09-16T14:00:00.698Z | go system 1.20 system |
228 | 2024-09-16T14:00:00.698Z | go system 1.19 system |
229 | 2024-09-16T14:00:00.698Z | llvm system 15 system |
230 | 2024-09-16T14:00:00.698Z | llvm system 14 system |
231 | 2024-09-16T14:00:00.698Z | mariadb system 10.6 system |
232 | 2024-09-16T14:00:00.698Z | mta vendor vendor dma |
233 | 2024-09-16T14:00:00.698Z | openjdk system 17 system |
234 | 2024-09-16T14:00:00.698Z | openjdk system 11 system |
235 | 2024-09-16T14:00:00.698Z | openjdk system 1.8 system |
236 | 2024-09-16T14:00:00.698Z | openssl vendor 3 vendor |
237 | 2024-09-16T14:00:00.698Z | perl system 5.36 system |
238 | 2024-09-16T14:00:00.698Z | postgresql system 15 system |
239 | 2024-09-16T14:00:00.698Z | postgresql system 13 system |
240 | 2024-09-16T14:00:00.698Z | python vendor 3 vendor |
241 | 2024-09-16T14:00:00.698Z | python system 2 system |
242 | 2024-09-16T14:00:00.698Z | python3 system 3.11 system |
243 | 2024-09-16T14:00:00.698Z | ruby system 3.0 system |
244 | 2024-09-16T14:00:00.699Z | words vendor vendor american-english |
245 | 2024-09-16T14:00:00.699Z | words system system australian-english |
246 | 2024-09-16T14:00:00.699Z | words system system british-english |
247 | 2024-09-16T14:00:00.699Z | words system system canadian-english |
248 | 2024-09-16T14:00:00.699Z | words system system french |
249 | 2024-09-16T14:00:00.699Z | words system system italian |
250 | 2024-09-16T14:00:00.699Z | words system system ngerman |
251 | 2024-09-16T14:00:00.699Z | words system system ogerman |
252 | 2024-09-16T14:00:00.699Z | words system system spanish |
253 | 2024-09-16T14:00:01.106Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-09-16T14:00:01.106Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-09-16T14:00:03.390Z | FMRI IFO |
256 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-09-16T14:00:03.390Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-09-16T14:00:04.096Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-09-16T14:00:04.467Z | Updating crates.io index |
271 | 2024-09-16T14:00:04.533Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-09-16T14:00:05.501Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-09-16T14:00:06.463Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-09-16T14:00:06.768Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-09-16T14:00:08.442Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-09-16T14:00:08.763Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-09-16T14:00:09.112Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-09-16T14:00:10.202Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-09-16T14:00:12.345Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-09-16T14:00:13.420Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-09-16T14:00:14.106Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-09-16T14:00:14.445Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-09-16T14:00:15.115Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-09-16T14:00:15.483Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-09-16T14:00:15.804Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-09-16T14:00:16.267Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
287 | 2024-09-16T14:00:16.835Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-09-16T14:00:17.155Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-09-16T14:00:17.437Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-09-16T14:00:17.751Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-09-16T14:00:18.130Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
292 | 2024-09-16T14:00:18.487Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-09-16T14:00:18.975Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-09-16T14:00:19.342Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-09-16T14:00:19.681Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-09-16T14:00:20.272Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-09-16T14:00:20.745Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-09-16T14:00:21.232Z | Updating git repository `https://github.com/oxidecomputer/typify` |
299 | 2024-09-16T14:00:23.856Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-09-16T14:00:24.221Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-09-16T14:00:24.619Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-09-16T14:00:25.189Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
303 | 2024-09-16T14:00:26.629Z | Downloading crates ... |
304 | 2024-09-16T14:00:26.690Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-09-16T14:00:26.714Z | Downloaded errno v0.3.9 |
306 | 2024-09-16T14:00:26.714Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-09-16T14:00:26.714Z | Downloaded proc-macro-error-attr v1.0.4 |
308 | 2024-09-16T14:00:26.714Z | Downloaded toml_datetime v0.6.8 |
309 | 2024-09-16T14:00:26.714Z | Downloaded thiserror v1.0.63 |
310 | 2024-09-16T14:00:26.714Z | Downloaded heck v0.4.1 |
311 | 2024-09-16T14:00:26.714Z | Downloaded memmap v0.7.0 |
312 | 2024-09-16T14:00:26.714Z | Downloaded thread-id v4.2.1 |
313 | 2024-09-16T14:00:26.739Z | Downloaded unicode-ident v1.0.12 |
314 | 2024-09-16T14:00:26.739Z | Downloaded serde v1.0.208 |
315 | 2024-09-16T14:00:26.739Z | Downloaded papergrid v0.11.0 |
316 | 2024-09-16T14:00:26.739Z | Downloaded strsim v0.11.1 |
317 | 2024-09-16T14:00:26.739Z | Downloaded serde_spanned v0.6.7 |
318 | 2024-09-16T14:00:26.739Z | Downloaded utf8parse v0.2.1 |
319 | 2024-09-16T14:00:26.739Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-09-16T14:00:26.739Z | Downloaded proc-macro2 v1.0.86 |
321 | 2024-09-16T14:00:26.763Z | Downloaded sha2 v0.10.8 |
322 | 2024-09-16T14:00:26.764Z | Downloaded zerocopy-derive v0.7.34 |
323 | 2024-09-16T14:00:26.764Z | Downloaded log v0.4.21 |
324 | 2024-09-16T14:00:26.764Z | Downloaded zerocopy v0.7.34 |
325 | 2024-09-16T14:00:26.787Z | Downloaded toml_edit v0.22.20 |
326 | 2024-09-16T14:00:26.810Z | Downloaded winnow v0.6.18 |
327 | 2024-09-16T14:00:26.834Z | Downloaded version_check v0.9.5 |
328 | 2024-09-16T14:00:26.834Z | Downloaded unicode-width v0.1.13 |
329 | 2024-09-16T14:00:26.834Z | Downloaded libc v0.2.158 |
330 | 2024-09-16T14:00:26.857Z | Downloaded syn v2.0.74 |
331 | 2024-09-16T14:00:26.882Z | Downloaded syn v1.0.109 |
332 | 2024-09-16T14:00:26.882Z | Downloaded rustix v0.38.34 |
333 | 2024-09-16T14:00:26.906Z | Downloaded pest v2.7.10 |
334 | 2024-09-16T14:00:26.929Z | Downloaded tabled v0.15.0 |
335 | 2024-09-16T14:00:26.929Z | Downloaded ucd-trie v0.1.6 |
336 | 2024-09-16T14:00:26.929Z | Downloaded serde_json v1.0.125 |
337 | 2024-09-16T14:00:26.952Z | Downloaded memchr v2.7.2 |
338 | 2024-09-16T14:00:26.952Z | Downloaded goblin v0.8.2 |
339 | 2024-09-16T14:00:26.952Z | Downloaded clap_builder v4.5.15 |
340 | 2024-09-16T14:00:26.976Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-09-16T14:00:26.976Z | Downloaded toml v0.8.19 |
342 | 2024-09-16T14:00:26.976Z | Downloaded textwrap v0.16.1 |
343 | 2024-09-16T14:00:26.976Z | Downloaded tempfile v3.10.1 |
344 | 2024-09-16T14:00:26.976Z | Downloaded semver v1.0.23 |
345 | 2024-09-16T14:00:26.976Z | Downloaded scroll v0.12.0 |
346 | 2024-09-16T14:00:26.976Z | Downloaded proc-macro-error v1.0.4 |
347 | 2024-09-16T14:00:26.976Z | Downloaded hashbrown v0.14.5 |
348 | 2024-09-16T14:00:27.000Z | Downloaded thiserror-impl v1.0.63 |
349 | 2024-09-16T14:00:27.000Z | Downloaded once_cell v1.19.0 |
350 | 2024-09-16T14:00:27.000Z | Downloaded usdt v0.5.0 |
351 | 2024-09-16T14:00:27.000Z | Downloaded serde_derive v1.0.208 |
352 | 2024-09-16T14:00:27.000Z | Downloaded plain v0.2.3 |
353 | 2024-09-16T14:00:27.000Z | Downloaded pest_generator v2.7.10 |
354 | 2024-09-16T14:00:27.000Z | Downloaded itoa v1.0.11 |
355 | 2024-09-16T14:00:27.000Z | Downloaded indexmap v2.4.0 |
356 | 2024-09-16T14:00:27.000Z | Downloaded pest_meta v2.7.10 |
357 | 2024-09-16T14:00:27.000Z | Downloaded typenum v1.17.0 |
358 | 2024-09-16T14:00:27.001Z | Downloaded ryu v1.0.18 |
359 | 2024-09-16T14:00:27.001Z | Downloaded clap v4.5.16 |
360 | 2024-09-16T14:00:27.024Z | Downloaded cargo_metadata v0.18.1 |
361 | 2024-09-16T14:00:27.024Z | Downloaded camino v1.1.9 |
362 | 2024-09-16T14:00:27.024Z | Downloaded quote v1.0.36 |
363 | 2024-09-16T14:00:27.024Z | Downloaded pest_derive v2.7.10 |
364 | 2024-09-16T14:00:27.024Z | Downloaded fastrand v2.1.0 |
365 | 2024-09-16T14:00:27.024Z | Downloaded clap_lex v0.7.0 |
366 | 2024-09-16T14:00:27.024Z | Downloaded bitflags v2.6.0 |
367 | 2024-09-16T14:00:27.048Z | Downloaded camino-tempfile v1.1.1 |
368 | 2024-09-16T14:00:27.048Z | Downloaded fs-err v2.11.0 |
369 | 2024-09-16T14:00:27.048Z | Downloaded dof v0.3.0 |
370 | 2024-09-16T14:00:27.048Z | Downloaded crypto-common v0.1.6 |
371 | 2024-09-16T14:00:27.048Z | Downloaded colorchoice v1.0.1 |
372 | 2024-09-16T14:00:27.048Z | Downloaded cfg-if v1.0.0 |
373 | 2024-09-16T14:00:27.048Z | Downloaded terminal_size v0.3.0 |
374 | 2024-09-16T14:00:27.048Z | Downloaded smawk v0.3.2 |
375 | 2024-09-16T14:00:27.048Z | Downloaded serde_tokenstream v0.2.2 |
376 | 2024-09-16T14:00:27.048Z | Downloaded cargo_toml v0.20.4 |
377 | 2024-09-16T14:00:27.048Z | Downloaded pretty-hex v0.4.1 |
378 | 2024-09-16T14:00:27.048Z | Downloaded macaddr v1.0.1 |
379 | 2024-09-16T14:00:27.048Z | Downloaded equivalent v1.0.1 |
380 | 2024-09-16T14:00:27.048Z | Downloaded cpufeatures v0.2.12 |
381 | 2024-09-16T14:00:27.048Z | Downloaded clap_derive v4.5.13 |
382 | 2024-09-16T14:00:27.048Z | Downloaded bytecount v0.6.8 |
383 | 2024-09-16T14:00:27.048Z | Downloaded anyhow v1.0.86 |
384 | 2024-09-16T14:00:27.072Z | Downloaded usdt-attr-macro v0.5.0 |
385 | 2024-09-16T14:00:27.072Z | Downloaded tabled_derive v0.7.0 |
386 | 2024-09-16T14:00:27.072Z | Downloaded swrite v0.1.0 |
387 | 2024-09-16T14:00:27.072Z | Downloaded scroll_derive v0.12.0 |
388 | 2024-09-16T14:00:27.072Z | Downloaded heck v0.5.0 |
389 | 2024-09-16T14:00:27.072Z | Downloaded generic-array v0.14.7 |
390 | 2024-09-16T14:00:27.072Z | Downloaded fnv v1.0.7 |
391 | 2024-09-16T14:00:27.072Z | Downloaded digest v0.10.7 |
392 | 2024-09-16T14:00:27.072Z | Downloaded byteorder v1.5.0 |
393 | 2024-09-16T14:00:27.072Z | Downloaded block-buffer v0.10.4 |
394 | 2024-09-16T14:00:27.072Z | Downloaded autocfg v1.3.0 |
395 | 2024-09-16T14:00:27.072Z | Downloaded anstyle-query v1.0.3 |
396 | 2024-09-16T14:00:27.072Z | Downloaded anstyle-parse v0.2.4 |
397 | 2024-09-16T14:00:27.072Z | Downloaded anstyle v1.0.8 |
398 | 2024-09-16T14:00:27.072Z | Downloaded anstream v0.6.14 |
399 | 2024-09-16T14:00:27.095Z | Downloaded dtrace-parser v0.2.0 |
400 | 2024-09-16T14:00:27.095Z | Downloaded cargo-platform v0.1.8 |
401 | 2024-09-16T14:00:27.219Z | Compiling proc-macro2 v1.0.86 |
402 | 2024-09-16T14:00:27.219Z | Compiling unicode-ident v1.0.12 |
403 | 2024-09-16T14:00:27.219Z | Compiling serde v1.0.208 |
404 | 2024-09-16T14:00:27.243Z | Compiling version_check v0.9.5 |
405 | 2024-09-16T14:00:27.244Z | Compiling memchr v2.7.2 |
406 | 2024-09-16T14:00:27.244Z | Compiling thiserror v1.0.63 |
407 | 2024-09-16T14:00:27.244Z | Compiling libc v0.2.158 |
408 | 2024-09-16T14:00:27.267Z | Compiling ucd-trie v0.1.6 |
409 | 2024-09-16T14:00:27.598Z | Compiling itoa v1.0.11 |
410 | 2024-09-16T14:00:27.814Z | Compiling ryu v1.0.18 |
411 | 2024-09-16T14:00:27.916Z | Compiling once_cell v1.19.0 |
412 | 2024-09-16T14:00:28.159Z | Compiling byteorder v1.5.0 |
413 | 2024-09-16T14:00:28.183Z | Compiling serde_json v1.0.125 |
414 | 2024-09-16T14:00:28.309Z | Compiling rustix v0.38.34 |
415 | 2024-09-16T14:00:28.602Z | Compiling bitflags v2.6.0 |
416 | 2024-09-16T14:00:28.704Z | Compiling usdt-impl v0.5.0 |
417 | 2024-09-16T14:00:28.845Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-09-16T14:00:28.933Z | Compiling quote v1.0.36 |
419 | 2024-09-16T14:00:29.017Z | Compiling syn v1.0.109 |
420 | 2024-09-16T14:00:29.139Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-09-16T14:00:29.192Z | Compiling equivalent v1.0.1 |
422 | 2024-09-16T14:00:29.223Z | Compiling hashbrown v0.14.5 |
423 | 2024-09-16T14:00:29.310Z | Compiling syn v2.0.74 |
424 | 2024-09-16T14:00:29.416Z | Compiling errno v0.3.9 |
425 | 2024-09-16T14:00:29.556Z | Compiling thread-id v4.2.1 |
426 | 2024-09-16T14:00:29.614Z | Compiling log v0.4.21 |
427 | 2024-09-16T14:00:29.670Z | Compiling camino v1.1.9 |
428 | 2024-09-16T14:00:29.706Z | Compiling plain v0.2.3 |
429 | 2024-09-16T14:00:29.731Z | Compiling utf8parse v0.2.1 |
430 | 2024-09-16T14:00:29.873Z | Compiling anstyle-parse v0.2.4 |
431 | 2024-09-16T14:00:30.401Z | Compiling indexmap v2.4.0 |
432 | 2024-09-16T14:00:30.440Z | Compiling pretty-hex v0.4.1 |
433 | 2024-09-16T14:00:30.465Z | Compiling winnow v0.6.18 |
434 | 2024-09-16T14:00:30.546Z | Compiling anstyle-query v1.0.3 |
435 | 2024-09-16T14:00:30.595Z | Compiling anstyle v1.0.8 |
436 | 2024-09-16T14:00:30.653Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-09-16T14:00:30.685Z | Compiling colorchoice v1.0.1 |
438 | 2024-09-16T14:00:30.778Z | Compiling autocfg v1.3.0 |
439 | 2024-09-16T14:00:30.840Z | Compiling unicode-width v0.1.13 |
440 | 2024-09-16T14:00:31.003Z | Compiling semver v1.0.23 |
441 | 2024-09-16T14:00:31.071Z | Compiling anstream v0.6.14 |
442 | 2024-09-16T14:00:31.591Z | Compiling terminal_size v0.3.0 |
443 | 2024-09-16T14:00:31.646Z | Compiling fs-err v2.11.0 |
444 | 2024-09-16T14:00:31.815Z | Compiling clap_lex v0.7.0 |
445 | 2024-09-16T14:00:31.839Z | Compiling heck v0.4.1 |
446 | 2024-09-16T14:00:31.954Z | Compiling anyhow v1.0.86 |
447 | 2024-09-16T14:00:31.980Z | Compiling bytecount v0.6.8 |
448 | 2024-09-16T14:00:32.209Z | Compiling cfg-if v1.0.0 |
449 | 2024-09-16T14:00:32.279Z | Compiling heck v0.5.0 |
450 | 2024-09-16T14:00:32.336Z | Compiling strsim v0.11.1 |
451 | 2024-09-16T14:00:32.374Z | Compiling fnv v1.0.7 |
452 | 2024-09-16T14:00:32.398Z | Compiling fastrand v2.1.0 |
453 | 2024-09-16T14:00:32.794Z | Compiling tempfile v3.10.1 |
454 | 2024-09-16T14:00:32.827Z | Compiling clap_builder v4.5.15 |
455 | 2024-09-16T14:00:32.977Z | Compiling papergrid v0.11.0 |
456 | 2024-09-16T14:00:33.229Z | Compiling memmap v0.7.0 |
457 | 2024-09-16T14:00:33.357Z | Compiling smawk v0.3.2 |
458 | 2024-09-16T14:00:33.557Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-09-16T14:00:33.660Z | Compiling swrite v0.1.0 |
460 | 2024-09-16T14:00:33.983Z | Compiling textwrap v0.16.1 |
461 | 2024-09-16T14:00:34.908Z | Compiling tabled_derive v0.7.0 |
462 | 2024-09-16T14:00:36.453Z | Compiling tabled v0.15.0 |
463 | 2024-09-16T14:00:37.399Z | Compiling serde_derive v1.0.208 |
464 | 2024-09-16T14:00:37.423Z | Compiling thiserror-impl v1.0.63 |
465 | 2024-09-16T14:00:37.423Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-09-16T14:00:37.423Z | Compiling scroll_derive v0.12.0 |
467 | 2024-09-16T14:00:37.423Z | Compiling clap_derive v4.5.13 |
468 | 2024-09-16T14:00:38.682Z | Compiling scroll v0.12.0 |
469 | 2024-09-16T14:00:39.134Z | Compiling goblin v0.8.2 |
470 | 2024-09-16T14:00:39.279Z | Compiling zerocopy v0.7.34 |
471 | 2024-09-16T14:00:40.010Z | Compiling pest v2.7.10 |
472 | 2024-09-16T14:00:40.573Z | Compiling clap v4.5.16 |
473 | 2024-09-16T14:00:42.086Z | Compiling pest_meta v2.7.10 |
474 | 2024-09-16T14:00:43.092Z | Compiling pest_generator v2.7.10 |
475 | 2024-09-16T14:00:44.813Z | Compiling pest_derive v2.7.10 |
476 | 2024-09-16T14:00:45.495Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-09-16T14:00:46.730Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-09-16T14:00:46.811Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-16T14:00:46.811Z | Compiling serde_spanned v0.6.7 |
480 | 2024-09-16T14:00:47.060Z | Compiling cargo-platform v0.1.8 |
481 | 2024-09-16T14:00:47.190Z | Compiling toml_edit v0.22.20 |
482 | 2024-09-16T14:00:47.338Z | Compiling macaddr v1.0.1 |
483 | 2024-09-16T14:00:47.488Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-09-16T14:00:48.104Z | Compiling dof v0.3.0 |
485 | 2024-09-16T14:00:48.275Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-09-16T14:00:49.755Z | Compiling toml v0.8.19 |
487 | 2024-09-16T14:00:49.780Z | Compiling usdt-macro v0.5.0 |
488 | 2024-09-16T14:00:49.804Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-09-16T14:00:50.529Z | Compiling cargo_toml v0.20.4 |
490 | 2024-09-16T14:00:50.990Z | Compiling usdt v0.5.0 |
491 | 2024-09-16T14:00:54.711Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-09-16T14:00:59.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.70s |
493 | 2024-09-16T14:00:59.724Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-09-16T14:01:00.492Z | Downloading crates ... |
495 | 2024-09-16T14:01:00.610Z | Downloaded atomicwrites v0.4.3 |
496 | 2024-09-16T14:01:00.636Z | Downloaded aead v0.5.2 |
497 | 2024-09-16T14:01:00.636Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-09-16T14:01:00.636Z | Downloaded crunchy v0.2.2 |
499 | 2024-09-16T14:01:00.636Z | Downloaded bitfield-struct v0.6.1 |
500 | 2024-09-16T14:01:00.636Z | Downloaded base16ct v0.2.0 |
501 | 2024-09-16T14:01:00.636Z | Downloaded ciborium-ll v0.2.2 |
502 | 2024-09-16T14:01:00.636Z | Downloaded cbc v0.1.2 |
503 | 2024-09-16T14:01:00.636Z | Downloaded atty v0.2.14 |
504 | 2024-09-16T14:01:00.636Z | Downloaded async-stream v0.3.5 |
505 | 2024-09-16T14:01:00.662Z | Downloaded ident_case v1.0.1 |
506 | 2024-09-16T14:01:00.662Z | Downloaded constant_time_eq v0.3.0 |
507 | 2024-09-16T14:01:00.662Z | Downloaded atomic-waker v1.1.2 |
508 | 2024-09-16T14:01:00.662Z | Downloaded cfg_aliases v0.1.1 |
509 | 2024-09-16T14:01:00.662Z | Downloaded newline-converter v0.3.0 |
510 | 2024-09-16T14:01:00.662Z | Downloaded ciborium-io v0.2.2 |
511 | 2024-09-16T14:01:00.662Z | Downloaded crucible-workspace-hack v0.1.0 |
512 | 2024-09-16T14:01:00.662Z | Downloaded matches v0.1.10 |
513 | 2024-09-16T14:01:00.662Z | Downloaded bit-set v0.5.3 |
514 | 2024-09-16T14:01:00.662Z | Downloaded assert_matches v1.5.0 |
515 | 2024-09-16T14:01:00.662Z | Downloaded md5 v0.7.0 |
516 | 2024-09-16T14:01:00.662Z | Downloaded cassowary v0.3.0 |
517 | 2024-09-16T14:01:00.687Z | Downloaded csv-core v0.1.11 |
518 | 2024-09-16T14:01:00.687Z | Downloaded crc32fast v1.4.0 |
519 | 2024-09-16T14:01:00.687Z | Downloaded blowfish v0.9.1 |
520 | 2024-09-16T14:01:00.687Z | Downloaded console v0.15.8 |
521 | 2024-09-16T14:01:00.687Z | Downloaded instant v0.1.12 |
522 | 2024-09-16T14:01:00.687Z | Downloaded http-range v0.1.5 |
523 | 2024-09-16T14:01:00.687Z | Downloaded is-terminal v0.4.12 |
524 | 2024-09-16T14:01:00.687Z | Downloaded bitfield v0.14.0 |
525 | 2024-09-16T14:01:00.688Z | Downloaded arc-swap v1.7.1 |
526 | 2024-09-16T14:01:00.688Z | Downloaded cobs v0.2.3 |
527 | 2024-09-16T14:01:00.718Z | Downloaded russh-cryptovec v0.7.2 |
528 | 2024-09-16T14:01:00.718Z | Downloaded newtype_derive v0.1.6 |
529 | 2024-09-16T14:01:00.718Z | Downloaded chacha20 v0.9.1 |
530 | 2024-09-16T14:01:00.718Z | Downloaded crc-catalog v2.4.0 |
531 | 2024-09-16T14:01:00.718Z | Downloaded ref-cast v1.0.23 |
532 | 2024-09-16T14:01:00.718Z | Downloaded castaway v0.2.3 |
533 | 2024-09-16T14:01:00.718Z | Downloaded crossbeam-utils v0.8.19 |
534 | 2024-09-16T14:01:00.718Z | Downloaded new_debug_unreachable v1.0.6 |
535 | 2024-09-16T14:01:00.718Z | Downloaded instability v0.3.2 |
536 | 2024-09-16T14:01:00.718Z | Downloaded hyper-staticfile v0.9.5 |
537 | 2024-09-16T14:01:00.718Z | Downloaded crc-any v2.5.0 |
538 | 2024-09-16T14:01:00.718Z | Downloaded hostname v0.4.0 |
539 | 2024-09-16T14:01:00.747Z | Downloaded clang-sys v1.7.0 |
540 | 2024-09-16T14:01:00.747Z | Downloaded structmeta v0.2.0 |
541 | 2024-09-16T14:01:00.747Z | Downloaded take_mut v0.2.2 |
542 | 2024-09-16T14:01:00.747Z | Downloaded curve25519-dalek-derive v0.1.1 |
543 | 2024-09-16T14:01:00.747Z | Downloaded bcs v0.1.6 |
544 | 2024-09-16T14:01:00.747Z | Downloaded bb8 v0.8.5 |
545 | 2024-09-16T14:01:00.747Z | Downloaded rpassword v7.3.1 |
546 | 2024-09-16T14:01:00.747Z | Downloaded addr2line v0.21.0 |
547 | 2024-09-16T14:01:00.747Z | Downloaded indoc v1.0.9 |
548 | 2024-09-16T14:01:00.747Z | Downloaded is_ci v1.2.0 |
549 | 2024-09-16T14:01:00.747Z | Downloaded ctr v0.9.2 |
550 | 2024-09-16T14:01:00.747Z | Downloaded serde_urlencoded v0.7.1 |
551 | 2024-09-16T14:01:00.772Z | Downloaded const_format_proc_macros v0.2.33 |
552 | 2024-09-16T14:01:00.772Z | Downloaded scrypt v0.11.0 |
553 | 2024-09-16T14:01:00.772Z | Downloaded home v0.5.9 |
554 | 2024-09-16T14:01:00.773Z | Downloaded bzip2 v0.4.4 |
555 | 2024-09-16T14:01:00.773Z | Downloaded http-body v0.4.6 |
556 | 2024-09-16T14:01:00.773Z | Downloaded slog-json v2.6.1 |
557 | 2024-09-16T14:01:00.773Z | Downloaded lazy_static v1.5.0 |
558 | 2024-09-16T14:01:00.773Z | Downloaded mockall v0.13.0 |
559 | 2024-09-16T14:01:00.773Z | Downloaded lru v0.12.3 |
560 | 2024-09-16T14:01:00.773Z | Downloaded cancel-safe-futures v0.1.5 |
561 | 2024-09-16T14:01:00.799Z | Downloaded structmeta-derive v0.2.0 |
562 | 2024-09-16T14:01:00.799Z | Downloaded maybe-uninit v2.0.0 |
563 | 2024-09-16T14:01:00.799Z | Downloaded base64 v0.21.7 |
564 | 2024-09-16T14:01:00.799Z | Downloaded structmeta v0.3.0 |
565 | 2024-09-16T14:01:00.799Z | Downloaded topological-sort v0.2.2 |
566 | 2024-09-16T14:01:00.799Z | Downloaded maplit v1.0.2 |
567 | 2024-09-16T14:01:00.799Z | Downloaded inout v0.1.3 |
568 | 2024-09-16T14:01:00.799Z | Downloaded hyper-tls v0.5.0 |
569 | 2024-09-16T14:01:00.799Z | Downloaded parse-size v1.0.0 |
570 | 2024-09-16T14:01:00.799Z | Downloaded keccak v0.1.5 |
571 | 2024-09-16T14:01:00.799Z | Downloaded sct v0.7.1 |
572 | 2024-09-16T14:01:00.825Z | Downloaded serde_with_macros v3.9.0 |
573 | 2024-09-16T14:01:00.825Z | Downloaded lru-cache v0.1.2 |
574 | 2024-09-16T14:01:00.825Z | Downloaded dropshot_endpoint v0.10.1 |
575 | 2024-09-16T14:01:00.825Z | Downloaded lazycell v1.3.0 |
576 | 2024-09-16T14:01:00.825Z | Downloaded ena v0.14.3 |
577 | 2024-09-16T14:01:00.825Z | Downloaded colored v2.1.0 |
578 | 2024-09-16T14:01:00.850Z | Downloaded glob v0.3.1 |
579 | 2024-09-16T14:01:00.850Z | Downloaded funty v2.0.0 |
580 | 2024-09-16T14:01:00.850Z | Downloaded normalize-line-endings v0.3.0 |
581 | 2024-09-16T14:01:00.850Z | Downloaded tokio-tungstenite v0.23.1 |
582 | 2024-09-16T14:01:00.850Z | Downloaded untrusted v0.9.0 |
583 | 2024-09-16T14:01:00.850Z | Downloaded sigpipe v0.1.3 |
584 | 2024-09-16T14:01:00.850Z | Downloaded hex-literal v0.4.1 |
585 | 2024-09-16T14:01:00.850Z | Downloaded hex v0.4.3 |
586 | 2024-09-16T14:01:00.850Z | Downloaded heck v0.3.3 |
587 | 2024-09-16T14:01:00.850Z | Downloaded walkdir v2.5.0 |
588 | 2024-09-16T14:01:00.850Z | Downloaded crossbeam-epoch v0.9.18 |
589 | 2024-09-16T14:01:00.876Z | Downloaded pretty-hex v0.2.1 |
590 | 2024-09-16T14:01:00.876Z | Downloaded tower-service v0.3.2 |
591 | 2024-09-16T14:01:00.876Z | Downloaded derive_builder v0.20.0 |
592 | 2024-09-16T14:01:00.876Z | Downloaded highway v1.2.0 |
593 | 2024-09-16T14:01:00.876Z | Downloaded time-core v0.1.2 |
594 | 2024-09-16T14:01:00.876Z | Downloaded waitgroup v0.1.2 |
595 | 2024-09-16T14:01:00.876Z | Downloaded fallible-streaming-iterator v0.1.9 |
596 | 2024-09-16T14:01:00.876Z | Downloaded rand_core v0.6.4 |
597 | 2024-09-16T14:01:00.876Z | Downloaded rand_chacha v0.3.1 |
598 | 2024-09-16T14:01:00.901Z | Downloaded ron v0.8.1 |
599 | 2024-09-16T14:01:00.901Z | Downloaded lock_api v0.4.12 |
600 | 2024-09-16T14:01:00.901Z | Downloaded sha1 v0.10.6 |
601 | 2024-09-16T14:01:00.901Z | Downloaded slog v2.7.0 |
602 | 2024-09-16T14:01:00.901Z | Downloaded dhcproto-macros v0.1.0 |
603 | 2024-09-16T14:01:00.901Z | Downloaded want v0.3.1 |
604 | 2024-09-16T14:01:00.901Z | Downloaded password-hash v0.5.0 |
605 | 2024-09-16T14:01:00.927Z | Downloaded fixedbitset v0.4.2 |
606 | 2024-09-16T14:01:00.927Z | Downloaded darling_macro v0.20.9 |
607 | 2024-09-16T14:01:00.927Z | Downloaded display-error-chain v0.2.1 |
608 | 2024-09-16T14:01:00.928Z | Downloaded difflib v0.4.0 |
609 | 2024-09-16T14:01:00.928Z | Downloaded precomputed-hash v0.1.1 |
610 | 2024-09-16T14:01:00.928Z | Downloaded olpc-cjson v0.1.3 |
611 | 2024-09-16T14:01:00.928Z | Downloaded unicode-xid v0.2.4 |
612 | 2024-09-16T14:01:00.928Z | Downloaded rustfmt-wrapper v0.2.1 |
613 | 2024-09-16T14:01:00.928Z | Downloaded smf v0.2.3 |
614 | 2024-09-16T14:01:00.928Z | Downloaded phf_shared v0.10.0 |
615 | 2024-09-16T14:01:00.928Z | Downloaded crossbeam-channel v0.5.12 |
616 | 2024-09-16T14:01:00.954Z | Downloaded termtree v0.4.1 |
617 | 2024-09-16T14:01:00.954Z | Downloaded zone_cfg_derive v0.1.2 |
618 | 2024-09-16T14:01:00.954Z | Downloaded num-iter v0.1.45 |
619 | 2024-09-16T14:01:00.954Z | Downloaded gethostname v0.5.0 |
620 | 2024-09-16T14:01:00.954Z | Downloaded term v0.7.0 |
621 | 2024-09-16T14:01:00.954Z | Downloaded pkcs5 v0.7.1 |
622 | 2024-09-16T14:01:00.980Z | Downloaded time-macros v0.2.18 |
623 | 2024-09-16T14:01:00.980Z | Downloaded phf v0.11.2 |
624 | 2024-09-16T14:01:00.980Z | Downloaded zone_cfg_derive v0.3.0 |
625 | 2024-09-16T14:01:00.980Z | Downloaded serde_repr v0.1.19 |
626 | 2024-09-16T14:01:00.980Z | Downloaded uzers v0.11.3 |
627 | 2024-09-16T14:01:00.980Z | Downloaded tungstenite v0.23.0 |
628 | 2024-09-16T14:01:00.980Z | Downloaded float-ord v0.3.2 |
629 | 2024-09-16T14:01:00.980Z | Downloaded num-conv v0.1.0 |
630 | 2024-09-16T14:01:00.980Z | Downloaded pin-project v1.1.5 |
631 | 2024-09-16T14:01:01.005Z | Downloaded termios v0.3.3 |
632 | 2024-09-16T14:01:01.005Z | Downloaded fxhash v0.2.1 |
633 | 2024-09-16T14:01:01.005Z | Downloaded vte_generate_state_changes v0.1.1 |
634 | 2024-09-16T14:01:01.005Z | Downloaded sync_wrapper v0.1.2 |
635 | 2024-09-16T14:01:01.036Z | Downloaded subtle v2.5.0 |
636 | 2024-09-16T14:01:01.036Z | Downloaded tui-tree-widget v0.22.0 |
637 | 2024-09-16T14:01:01.036Z | Downloaded peg v0.8.4 |
638 | 2024-09-16T14:01:01.036Z | Downloaded opaque-debug v0.3.1 |
639 | 2024-09-16T14:01:01.036Z | Downloaded peg-runtime v0.8.3 |
640 | 2024-09-16T14:01:01.036Z | Downloaded dhcproto v0.12.0 |
641 | 2024-09-16T14:01:01.036Z | Downloaded derive_more v0.99.18 |
642 | 2024-09-16T14:01:01.036Z | Downloaded openssl-probe v0.1.5 |
643 | 2024-09-16T14:01:01.036Z | Downloaded unicode-truncate v1.0.0 |
644 | 2024-09-16T14:01:01.061Z | Downloaded flagset v0.4.5 |
645 | 2024-09-16T14:01:01.061Z | Downloaded enum-as-inner v0.5.1 |
646 | 2024-09-16T14:01:01.061Z | Downloaded russh-keys v0.45.0 |
647 | 2024-09-16T14:01:01.061Z | Downloaded pkcs8 v0.10.2 |
648 | 2024-09-16T14:01:01.061Z | Downloaded darling_core v0.20.9 |
649 | 2024-09-16T14:01:01.061Z | Downloaded proc-macro-crate v1.3.1 |
650 | 2024-09-16T14:01:01.061Z | Downloaded rustls-pemfile v2.1.3 |
651 | 2024-09-16T14:01:01.086Z | Downloaded getrandom v0.2.14 |
652 | 2024-09-16T14:01:01.086Z | Downloaded dyn-clone v1.0.17 |
653 | 2024-09-16T14:01:01.086Z | Downloaded predicates-core v1.0.6 |
654 | 2024-09-16T14:01:01.086Z | Downloaded slab v0.4.9 |
655 | 2024-09-16T14:01:01.086Z | Downloaded tinyvec_macros v0.1.1 |
656 | 2024-09-16T14:01:01.086Z | Downloaded ssh-cipher v0.2.0 |
657 | 2024-09-16T14:01:01.086Z | Downloaded defmt v0.3.8 |
658 | 2024-09-16T14:01:01.086Z | Downloaded fatfs v0.3.6 |
659 | 2024-09-16T14:01:01.117Z | Downloaded tough v0.17.1 |
660 | 2024-09-16T14:01:01.117Z | Downloaded miniz_oxide v0.8.0 |
661 | 2024-09-16T14:01:01.117Z | Downloaded futures-sink v0.3.30 |
662 | 2024-09-16T14:01:01.117Z | Downloaded num v0.4.3 |
663 | 2024-09-16T14:01:01.117Z | Downloaded predicates-tree v1.0.9 |
664 | 2024-09-16T14:01:01.117Z | Downloaded foreign-types-shared v0.1.1 |
665 | 2024-09-16T14:01:01.117Z | Downloaded oso-derive v0.27.3 |
666 | 2024-09-16T14:01:01.117Z | Downloaded peg-macros v0.8.4 |
667 | 2024-09-16T14:01:01.141Z | Downloaded sqlparser_derive v0.2.2 |
668 | 2024-09-16T14:01:01.141Z | Downloaded tokio-tungstenite v0.20.1 |
669 | 2024-09-16T14:01:01.141Z | Downloaded vte v0.11.1 |
670 | 2024-09-16T14:01:01.141Z | Downloaded xattr v1.3.1 |
671 | 2024-09-16T14:01:01.141Z | Downloaded signal-hook-tokio v0.3.1 |
672 | 2024-09-16T14:01:01.141Z | Downloaded num_threads v0.1.7 |
673 | 2024-09-16T14:01:01.141Z | Downloaded packed_struct_codegen v0.10.1 |
674 | 2024-09-16T14:01:01.141Z | Downloaded tinyvec v1.6.0 |
675 | 2024-09-16T14:01:01.166Z | Downloaded signal-hook-mio v0.2.4 |
676 | 2024-09-16T14:01:01.166Z | Downloaded primeorder v0.13.6 |
677 | 2024-09-16T14:01:01.166Z | Downloaded universal-hash v0.5.1 |
678 | 2024-09-16T14:01:01.166Z | Downloaded rustc_version v0.1.7 |
679 | 2024-09-16T14:01:01.166Z | Downloaded toml v0.7.8 |
680 | 2024-09-16T14:01:01.166Z | Downloaded num_enum_derive v0.5.11 |
681 | 2024-09-16T14:01:01.166Z | Downloaded portpicker v0.1.1 |
682 | 2024-09-16T14:01:01.166Z | Downloaded minimal-lexical v0.2.1 |
683 | 2024-09-16T14:01:01.191Z | Downloaded rustversion v1.0.17 |
684 | 2024-09-16T14:01:01.191Z | Downloaded number_prefix v0.4.0 |
685 | 2024-09-16T14:01:01.191Z | Downloaded downcast v0.11.0 |
686 | 2024-09-16T14:01:01.191Z | Downloaded structmeta-derive v0.3.0 |
687 | 2024-09-16T14:01:01.191Z | Downloaded diesel_derives v2.2.2 |
688 | 2024-09-16T14:01:01.191Z | Downloaded foreign-types v0.3.2 |
689 | 2024-09-16T14:01:01.191Z | Downloaded owo-colors v4.0.0 |
690 | 2024-09-16T14:01:01.191Z | Downloaded yasna v0.5.2 |
691 | 2024-09-16T14:01:01.216Z | Downloaded parse-display-derive v0.10.0 |
692 | 2024-09-16T14:01:01.216Z | Downloaded tower-layer v0.3.2 |
693 | 2024-09-16T14:01:01.216Z | Downloaded elliptic-curve v0.13.8 |
694 | 2024-09-16T14:01:01.216Z | Downloaded fallible-iterator v0.2.0 |
695 | 2024-09-16T14:01:01.217Z | Downloaded secrecy v0.8.0 |
696 | 2024-09-16T14:01:01.217Z | Downloaded serde-big-array v0.5.1 |
697 | 2024-09-16T14:01:01.217Z | Downloaded bindgen v0.69.4 |
698 | 2024-09-16T14:01:01.217Z | Downloaded signal-hook v0.3.17 |
699 | 2024-09-16T14:01:01.242Z | Downloaded pbkdf2 v0.12.2 |
700 | 2024-09-16T14:01:01.242Z | Downloaded embedded-io v0.4.0 |
701 | 2024-09-16T14:01:01.242Z | Downloaded shlex v1.3.0 |
702 | 2024-09-16T14:01:01.242Z | Downloaded oso v0.27.3 |
703 | 2024-09-16T14:01:01.242Z | Downloaded serde_derive_internals v0.29.1 |
704 | 2024-09-16T14:01:01.242Z | Downloaded tokio-native-tls v0.3.1 |
705 | 2024-09-16T14:01:01.242Z | Downloaded tokio-macros v2.4.0 |
706 | 2024-09-16T14:01:01.242Z | Downloaded poly1305 v0.8.0 |
707 | 2024-09-16T14:01:01.242Z | Downloaded postgres-protocol v0.6.7 |
708 | 2024-09-16T14:01:01.267Z | Downloaded pin-project-lite v0.2.14 |
709 | 2024-09-16T14:01:01.267Z | Downloaded defmt-macros v0.3.9 |
710 | 2024-09-16T14:01:01.267Z | Downloaded spin v0.9.8 |
711 | 2024-09-16T14:01:01.267Z | Downloaded rayon-core v1.12.1 |
712 | 2024-09-16T14:01:01.267Z | Downloaded steno v0.4.1 |
713 | 2024-09-16T14:01:01.293Z | Downloaded serde_arrays v0.1.0 |
714 | 2024-09-16T14:01:01.293Z | Downloaded spki v0.7.3 |
715 | 2024-09-16T14:01:01.293Z | Downloaded percent-encoding v2.3.1 |
716 | 2024-09-16T14:01:01.293Z | Downloaded postcard v1.0.8 |
717 | 2024-09-16T14:01:01.293Z | Downloaded pbkdf2 v0.11.0 |
718 | 2024-09-16T14:01:01.293Z | Downloaded unarray v0.1.4 |
719 | 2024-09-16T14:01:01.293Z | Downloaded der_derive v0.7.2 |
720 | 2024-09-16T14:01:01.293Z | Downloaded itertools v0.10.5 |
721 | 2024-09-16T14:01:01.318Z | Downloaded tungstenite v0.21.0 |
722 | 2024-09-16T14:01:01.319Z | Downloaded erased-serde v0.3.31 |
723 | 2024-09-16T14:01:01.319Z | Downloaded libm v0.2.8 |
724 | 2024-09-16T14:01:01.319Z | Downloaded tokio-rustls v0.25.0 |
725 | 2024-09-16T14:01:01.319Z | Downloaded tracing-core v0.1.32 |
726 | 2024-09-16T14:01:01.319Z | Downloaded parking_lot v0.12.2 |
727 | 2024-09-16T14:01:01.343Z | Downloaded winnow v0.5.40 |
728 | 2024-09-16T14:01:01.343Z | Downloaded postgres-types v0.2.7 |
729 | 2024-09-16T14:01:01.343Z | Downloaded spin v0.5.2 |
730 | 2024-09-16T14:01:01.343Z | Downloaded tokio-util v0.7.11 |
731 | 2024-09-16T14:01:01.368Z | Downloaded heapless v0.7.17 |
732 | 2024-09-16T14:01:01.368Z | Downloaded expectorate v1.1.0 |
733 | 2024-09-16T14:01:01.368Z | Downloaded typed-path v0.7.1 |
734 | 2024-09-16T14:01:01.368Z | Downloaded rand v0.8.5 |
735 | 2024-09-16T14:01:01.393Z | Downloaded num-bigint v0.4.5 |
736 | 2024-09-16T14:01:01.393Z | Downloaded p384 v0.13.0 |
737 | 2024-09-16T14:01:01.393Z | Downloaded smoltcp v0.9.1 |
738 | 2024-09-16T14:01:01.418Z | Downloaded rustyline v14.0.0 |
739 | 2024-09-16T14:01:01.418Z | Downloaded portable-atomic v1.6.0 |
740 | 2024-09-16T14:01:01.418Z | Downloaded p521 v0.13.3 |
741 | 2024-09-16T14:01:01.443Z | Downloaded sqlparser v0.45.0 |
742 | 2024-09-16T14:01:01.444Z | Downloaded rayon v1.10.0 |
743 | 2024-09-16T14:01:01.468Z | Downloaded toml_edit v0.19.15 |
744 | 2024-09-16T14:01:01.494Z | Downloaded h2 v0.4.6 |
745 | 2024-09-16T14:01:01.494Z | Downloaded object v0.30.4 |
746 | 2024-09-16T14:01:01.494Z | Downloaded reedline v0.33.0 |
747 | 2024-09-16T14:01:01.519Z | Downloaded dropshot v0.10.1 |
748 | 2024-09-16T14:01:01.519Z | Downloaded lalrpop v0.19.12 |
749 | 2024-09-16T14:01:01.543Z | Downloaded sled v0.34.7 |
750 | 2024-09-16T14:01:01.568Z | Downloaded futures-util v0.3.30 |
751 | 2024-09-16T14:01:01.568Z | Downloaded rustls-webpki v0.102.4 |
752 | 2024-09-16T14:01:01.592Z | Downloaded nix v0.27.1 |
753 | 2024-09-16T14:01:01.617Z | Downloaded h2 v0.3.26 |
754 | 2024-09-16T14:01:01.641Z | Downloaded vcpkg v0.2.15 |
755 | 2024-09-16T14:01:01.672Z | Downloaded regex v1.10.6 |
756 | 2024-09-16T14:01:01.696Z | Downloaded regex-syntax v0.6.29 |
757 | 2024-09-16T14:01:01.721Z | Downloaded rustls v0.21.12 |
758 | 2024-09-16T14:01:01.721Z | Downloaded ratatui v0.28.0 |
759 | 2024-09-16T14:01:01.747Z | Downloaded regex-automata v0.4.6 |
760 | 2024-09-16T14:01:01.771Z | Downloaded tokio v1.39.3 |
761 | 2024-09-16T14:01:01.820Z | Downloaded sha3 v0.10.8 |
762 | 2024-09-16T14:01:01.844Z | Downloaded finl_unicode v1.2.0 |
763 | 2024-09-16T14:01:01.845Z | Downloaded encoding_rs v0.8.34 |
764 | 2024-09-16T14:01:01.872Z | Downloaded nix v0.28.0 |
765 | 2024-09-16T14:01:01.899Z | Downloaded hickory-proto v0.24.1 |
766 | 2024-09-16T14:01:01.923Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
767 | 2024-09-16T14:01:01.981Z | Downloaded polar-core v0.27.3 |
768 | 2024-09-16T14:01:02.005Z | Downloaded diesel v2.2.3 |
769 | 2024-09-16T14:01:02.029Z | Downloaded nix v0.29.0 |
770 | 2024-09-16T14:01:02.053Z | Downloaded git2 v0.19.0 |
771 | 2024-09-16T14:01:02.053Z | Downloaded ring v0.17.8 |
772 | 2024-09-16T14:01:02.131Z | Downloaded gimli v0.28.1 |
773 | 2024-09-16T14:01:02.155Z | Downloaded radix_trie v0.2.1 |
774 | 2024-09-16T14:01:02.155Z | Downloaded reqwest v0.11.27 |
775 | 2024-09-16T14:01:02.179Z | Downloaded csv v1.3.0 |
776 | 2024-09-16T14:01:02.204Z | Downloaded ring v0.16.20 |
777 | 2024-09-16T14:01:02.283Z | Downloaded idna v0.5.0 |
778 | 2024-09-16T14:01:02.308Z | Downloaded libz-sys v1.1.16 |
779 | 2024-09-16T14:01:02.374Z | Downloaded idna v0.4.0 |
780 | 2024-09-16T14:01:02.399Z | Downloaded idna v0.3.0 |
781 | 2024-09-16T14:01:02.399Z | Downloaded idna v0.2.3 |
782 | 2024-09-16T14:01:02.399Z | Downloaded petgraph v0.6.5 |
783 | 2024-09-16T14:01:02.423Z | Downloaded zerocopy-derive v0.6.6 |
784 | 2024-09-16T14:01:02.446Z | Downloaded libsqlite3-sys v0.28.0 |
785 | 2024-09-16T14:01:02.522Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
786 | 2024-09-16T14:01:02.546Z | Downloaded rustls-webpki v0.101.7 |
787 | 2024-09-16T14:01:02.570Z | Downloaded rustls v0.22.4 |
788 | 2024-09-16T14:01:02.570Z | Downloaded quick-xml v0.33.0 |
789 | 2024-09-16T14:01:02.593Z | Downloaded openapiv3 v2.0.0 |
790 | 2024-09-16T14:01:02.593Z | Downloaded trust-dns-proto v0.22.0 |
791 | 2024-09-16T14:01:02.617Z | Downloaded hyper v0.14.30 |
792 | 2024-09-16T14:01:02.617Z | Downloaded webpki-roots v0.25.4 |
793 | 2024-09-16T14:01:02.641Z | Downloaded smoltcp v0.11.0 |
794 | 2024-09-16T14:01:02.641Z | Downloaded bstr v1.9.1 |
795 | 2024-09-16T14:01:02.666Z | Downloaded openssl v0.10.66 |
796 | 2024-09-16T14:01:02.666Z | Downloaded regex-syntax v0.8.4 |
797 | 2024-09-16T14:01:02.690Z | Downloaded object v0.32.2 |
798 | 2024-09-16T14:01:02.690Z | Downloaded regress v0.9.1 |
799 | 2024-09-16T14:01:02.690Z | Downloaded nom v7.1.3 |
800 | 2024-09-16T14:01:02.714Z | Downloaded hyper v1.4.1 |
801 | 2024-09-16T14:01:02.714Z | Downloaded hkdf v0.12.4 |
802 | 2024-09-16T14:01:02.714Z | Downloaded proptest v1.5.0 |
803 | 2024-09-16T14:01:02.738Z | Downloaded der v0.7.9 |
804 | 2024-09-16T14:01:02.738Z | Downloaded flate2 v1.0.33 |
805 | 2024-09-16T14:01:02.738Z | Downloaded itertools v0.13.0 |
806 | 2024-09-16T14:01:02.738Z | Downloaded curve25519-dalek v4.1.3 |
807 | 2024-09-16T14:01:02.762Z | Downloaded itertools v0.12.1 |
808 | 2024-09-16T14:01:02.762Z | Downloaded http v0.2.12 |
809 | 2024-09-16T14:01:02.762Z | Downloaded libxml v0.3.3 |
810 | 2024-09-16T14:01:02.786Z | Downloaded tokio-postgres v0.7.11 |
811 | 2024-09-16T14:01:02.786Z | Downloaded unicode-segmentation v1.11.0 |
812 | 2024-09-16T14:01:02.786Z | Downloaded unicode_categories v0.1.1 |
813 | 2024-09-16T14:01:02.786Z | Downloaded flume v0.11.0 |
814 | 2024-09-16T14:01:02.786Z | Downloaded half v2.4.1 |
815 | 2024-09-16T14:01:02.786Z | Downloaded vsss-rs v3.3.4 |
816 | 2024-09-16T14:01:02.810Z | Downloaded unsafe-libyaml v0.2.11 |
817 | 2024-09-16T14:01:02.810Z | Downloaded ed25519-dalek v2.1.1 |
818 | 2024-09-16T14:01:02.810Z | Downloaded chrono v0.4.38 |
819 | 2024-09-16T14:01:02.810Z | Downloaded tower v0.4.13 |
820 | 2024-09-16T14:01:02.834Z | Downloaded heapless v0.8.0 |
821 | 2024-09-16T14:01:02.834Z | Downloaded num-bigint-dig v0.8.4 |
822 | 2024-09-16T14:01:02.834Z | Downloaded serde-hex v0.1.0 |
823 | 2024-09-16T14:01:02.834Z | Downloaded semver v0.1.20 |
824 | 2024-09-16T14:01:02.834Z | Downloaded num-integer v0.1.46 |
825 | 2024-09-16T14:01:02.834Z | Downloaded foreign-types v0.5.0 |
826 | 2024-09-16T14:01:02.834Z | Downloaded openssl-sys v0.9.103 |
827 | 2024-09-16T14:01:02.858Z | Downloaded rcgen v0.12.1 |
828 | 2024-09-16T14:01:02.858Z | Downloaded num-traits v0.2.19 |
829 | 2024-09-16T14:01:02.858Z | Downloaded http v1.1.0 |
830 | 2024-09-16T14:01:02.858Z | Downloaded tabwriter v1.4.0 |
831 | 2024-09-16T14:01:02.858Z | Downloaded vergen v8.3.2 |
832 | 2024-09-16T14:01:02.859Z | Downloaded resolv-conf v0.7.0 |
833 | 2024-09-16T14:01:02.859Z | Downloaded pin-project-internal v1.1.5 |
834 | 2024-09-16T14:01:02.859Z | Downloaded debug-ignore v1.0.5 |
835 | 2024-09-16T14:01:02.859Z | Downloaded data-encoding v2.6.0 |
836 | 2024-09-16T14:01:02.859Z | Downloaded wait-timeout v0.2.0 |
837 | 2024-09-16T14:01:02.883Z | Downloaded mio v0.8.11 |
838 | 2024-09-16T14:01:02.883Z | Downloaded hashbrown v0.13.2 |
839 | 2024-09-16T14:01:02.883Z | Downloaded hashbrown v0.12.3 |
840 | 2024-09-16T14:01:02.883Z | Downloaded tracing v0.1.40 |
841 | 2024-09-16T14:01:02.883Z | Downloaded tar v0.4.41 |
842 | 2024-09-16T14:01:02.907Z | Downloaded globset v0.4.14 |
843 | 2024-09-16T14:01:02.908Z | Downloaded tungstenite v0.20.1 |
844 | 2024-09-16T14:01:02.908Z | Downloaded slog-dtrace v0.3.0 |
845 | 2024-09-16T14:01:02.908Z | Downloaded slog-bunyan v2.5.0 |
846 | 2024-09-16T14:01:02.908Z | Downloaded form_urlencoded v1.2.1 |
847 | 2024-09-16T14:01:02.908Z | Downloaded untrusted v0.7.1 |
848 | 2024-09-16T14:01:02.908Z | Downloaded test-strategy v0.3.1 |
849 | 2024-09-16T14:01:02.908Z | Downloaded bitvec v1.0.1 |
850 | 2024-09-16T14:01:02.932Z | Downloaded prettyplease v0.2.20 |
851 | 2024-09-16T14:01:02.932Z | Downloaded env_logger v0.9.3 |
852 | 2024-09-16T14:01:02.932Z | Downloaded subprocess v0.2.9 |
853 | 2024-09-16T14:01:02.932Z | Downloaded pin-utils v0.1.0 |
854 | 2024-09-16T14:01:02.932Z | Downloaded mio v1.0.2 |
855 | 2024-09-16T14:01:02.956Z | Downloaded fallible-iterator v0.3.0 |
856 | 2024-09-16T14:01:02.956Z | Downloaded num_enum v0.5.11 |
857 | 2024-09-16T14:01:02.956Z | Downloaded slog-async v2.8.0 |
858 | 2024-09-16T14:01:02.956Z | Downloaded unicase v2.7.0 |
859 | 2024-09-16T14:01:02.956Z | Downloaded tls_codec v0.4.1 |
860 | 2024-09-16T14:01:02.956Z | Downloaded sqlformat v0.2.4 |
861 | 2024-09-16T14:01:02.957Z | Downloaded shell-words v1.1.0 |
862 | 2024-09-16T14:01:02.957Z | Downloaded serde_path_to_error v0.1.16 |
863 | 2024-09-16T14:01:02.957Z | Downloaded samael v0.0.17 |
864 | 2024-09-16T14:01:02.957Z | Downloaded time v0.3.36 |
865 | 2024-09-16T14:01:02.981Z | Downloaded parking_lot v0.11.2 |
866 | 2024-09-16T14:01:02.981Z | Downloaded nu-ansi-term v0.50.0 |
867 | 2024-09-16T14:01:02.981Z | Downloaded ssh-key v0.6.6 |
868 | 2024-09-16T14:01:02.981Z | Downloaded signal-hook-registry v1.4.2 |
869 | 2024-09-16T14:01:02.981Z | Downloaded hickory-resolver v0.24.1 |
870 | 2024-09-16T14:01:03.005Z | Downloaded value-bag v1.9.0 |
871 | 2024-09-16T14:01:03.005Z | Downloaded tokio-tungstenite v0.21.0 |
872 | 2024-09-16T14:01:03.005Z | Downloaded aho-corasick v1.1.3 |
873 | 2024-09-16T14:01:03.005Z | Downloaded ref-cast-impl v1.0.23 |
874 | 2024-09-16T14:01:03.005Z | Downloaded group v0.13.0 |
875 | 2024-09-16T14:01:03.005Z | Downloaded futures-task v0.3.30 |
876 | 2024-09-16T14:01:03.005Z | Downloaded fragile v2.0.0 |
877 | 2024-09-16T14:01:03.005Z | Downloaded ecdsa v0.16.9 |
878 | 2024-09-16T14:01:03.005Z | Downloaded serde_with v3.9.0 |
879 | 2024-09-16T14:01:03.030Z | Downloaded path-slash v0.1.5 |
880 | 2024-09-16T14:01:03.030Z | Downloaded foreign-types-shared v0.3.1 |
881 | 2024-09-16T14:01:03.030Z | Downloaded whoami v1.5.1 |
882 | 2024-09-16T14:01:03.030Z | Downloaded which v4.4.2 |
883 | 2024-09-16T14:01:03.030Z | Downloaded wyz v0.5.1 |
884 | 2024-09-16T14:01:03.030Z | Downloaded strum_macros v0.26.4 |
885 | 2024-09-16T14:01:03.030Z | Downloaded rustls-pki-types v1.7.0 |
886 | 2024-09-16T14:01:03.030Z | Downloaded p256 v0.13.2 |
887 | 2024-09-16T14:01:03.054Z | Downloaded unicode-normalization v0.1.23 |
888 | 2024-09-16T14:01:03.054Z | Downloaded slog-term v2.9.1 |
889 | 2024-09-16T14:01:03.054Z | Downloaded publicsuffix v2.2.3 |
890 | 2024-09-16T14:01:03.054Z | Downloaded rusqlite v0.31.0 |
891 | 2024-09-16T14:01:03.054Z | Downloaded tokio-stream v0.1.15 |
892 | 2024-09-16T14:01:03.054Z | Downloaded strip-ansi-escapes v0.2.0 |
893 | 2024-09-16T14:01:03.054Z | Downloaded sec1 v0.7.3 |
894 | 2024-09-16T14:01:03.078Z | Downloaded psl-types v2.0.11 |
895 | 2024-09-16T14:01:03.078Z | Downloaded num-derive v0.4.2 |
896 | 2024-09-16T14:01:03.078Z | Downloaded futures-executor v0.3.30 |
897 | 2024-09-16T14:01:03.078Z | Downloaded futures-macro v0.3.30 |
898 | 2024-09-16T14:01:03.078Z | Downloaded futures-io v0.3.30 |
899 | 2024-09-16T14:01:03.078Z | Downloaded pem-rfc7468 v0.7.0 |
900 | 2024-09-16T14:01:03.078Z | Downloaded socket2 v0.5.7 |
901 | 2024-09-16T14:01:03.078Z | Downloaded pkcs1 v0.7.5 |
902 | 2024-09-16T14:01:03.078Z | Downloaded diff v0.1.13 |
903 | 2024-09-16T14:01:03.078Z | Downloaded uuid v1.10.0 |
904 | 2024-09-16T14:01:03.078Z | Downloaded blake3 v1.5.1 |
905 | 2024-09-16T14:01:03.102Z | Downloaded crossterm v0.28.1 |
906 | 2024-09-16T14:01:03.102Z | Downloaded crossterm v0.27.0 |
907 | 2024-09-16T14:01:03.102Z | Downloaded indicatif v0.17.8 |
908 | 2024-09-16T14:01:03.127Z | Downloaded same-file v1.0.6 |
909 | 2024-09-16T14:01:03.127Z | Downloaded salsa20 v0.10.2 |
910 | 2024-09-16T14:01:03.127Z | Downloaded strum_macros v0.24.3 |
911 | 2024-09-16T14:01:03.127Z | Downloaded similar v2.6.0 |
912 | 2024-09-16T14:01:03.127Z | Downloaded toolchain_find v0.4.0 |
913 | 2024-09-16T14:01:03.127Z | Downloaded ghash v0.5.1 |
914 | 2024-09-16T14:01:03.127Z | Downloaded enum-as-inner v0.6.0 |
915 | 2024-09-16T14:01:03.127Z | Downloaded supports-color v3.0.1 |
916 | 2024-09-16T14:01:03.127Z | Downloaded strum_macros v0.25.3 |
917 | 2024-09-16T14:01:03.127Z | Downloaded smallvec v0.6.14 |
918 | 2024-09-16T14:01:03.127Z | Downloaded signature v2.2.0 |
919 | 2024-09-16T14:01:03.127Z | Downloaded ppv-lite86 v0.2.17 |
920 | 2024-09-16T14:01:03.127Z | Downloaded pem v3.0.4 |
921 | 2024-09-16T14:01:03.151Z | Downloaded pkg-config v0.3.30 |
922 | 2024-09-16T14:01:03.151Z | Downloaded headers v0.3.9 |
923 | 2024-09-16T14:01:03.151Z | Downloaded omicron-zone-package v0.11.0 |
924 | 2024-09-16T14:01:03.151Z | Downloaded socket2 v0.4.10 |
925 | 2024-09-16T14:01:03.151Z | Downloaded num-complex v0.4.6 |
926 | 2024-09-16T14:01:03.151Z | Downloaded float-cmp v0.9.0 |
927 | 2024-09-16T14:01:03.151Z | Downloaded getopts v0.2.21 |
928 | 2024-09-16T14:01:03.151Z | Downloaded russh v0.45.0 |
929 | 2024-09-16T14:01:03.175Z | Downloaded ron v0.7.1 |
930 | 2024-09-16T14:01:03.175Z | Downloaded zerocopy v0.6.6 |
931 | 2024-09-16T14:01:03.175Z | Downloaded defmt-parser v0.3.4 |
932 | 2024-09-16T14:01:03.175Z | Downloaded parking_lot_core v0.8.6 |
933 | 2024-09-16T14:01:03.175Z | Downloaded hickory-server v0.24.1 |
934 | 2024-09-16T14:01:03.175Z | Downloaded strum v0.26.3 |
935 | 2024-09-16T14:01:03.175Z | Downloaded slog-envlogger v2.2.0 |
936 | 2024-09-16T14:01:03.175Z | Downloaded either v1.13.0 |
937 | 2024-09-16T14:01:03.175Z | Downloaded hyper-util v0.1.3 |
938 | 2024-09-16T14:01:03.199Z | Downloaded rustls-pemfile v1.0.4 |
939 | 2024-09-16T14:01:03.199Z | Downloaded rustc-demangle v0.1.24 |
940 | 2024-09-16T14:01:03.199Z | Downloaded schemars v0.8.21 |
941 | 2024-09-16T14:01:03.200Z | Downloaded x509-cert v0.2.5 |
942 | 2024-09-16T14:01:03.223Z | Downloaded url v2.5.2 |
943 | 2024-09-16T14:01:03.223Z | Downloaded packed_struct v0.10.1 |
944 | 2024-09-16T14:01:03.224Z | Downloaded twox-hash v1.6.3 |
945 | 2024-09-16T14:01:03.224Z | Downloaded tracing-attributes v0.1.27 |
946 | 2024-09-16T14:01:03.224Z | Downloaded stringprep v0.1.4 |
947 | 2024-09-16T14:01:03.224Z | Downloaded siphasher v0.3.11 |
948 | 2024-09-16T14:01:03.224Z | Downloaded filetime v0.2.25 |
949 | 2024-09-16T14:01:03.224Z | Downloaded ff v0.13.0 |
950 | 2024-09-16T14:01:03.224Z | Downloaded fd-lock v4.0.2 |
951 | 2024-09-16T14:01:03.224Z | Downloaded endian-type v0.1.2 |
952 | 2024-09-16T14:01:03.224Z | Downloaded ed25519 v2.2.3 |
953 | 2024-09-16T14:01:03.248Z | Downloaded zone v0.3.0 |
954 | 2024-09-16T14:01:03.248Z | Downloaded radium v0.7.0 |
955 | 2024-09-16T14:01:03.248Z | Downloaded r2d2 v0.8.10 |
956 | 2024-09-16T14:01:03.248Z | Downloaded predicates v3.1.2 |
957 | 2024-09-16T14:01:03.248Z | Downloaded phf_shared v0.11.2 |
958 | 2024-09-16T14:01:03.248Z | Downloaded parking_lot_core v0.9.10 |
959 | 2024-09-16T14:01:03.248Z | Downloaded num-rational v0.4.2 |
960 | 2024-09-16T14:01:03.248Z | Downloaded rusty-fork v0.3.0 |
961 | 2024-09-16T14:01:03.248Z | Downloaded termcolor v1.4.1 |
962 | 2024-09-16T14:01:03.248Z | Downloaded hashlink v0.9.1 |
963 | 2024-09-16T14:01:03.248Z | Downloaded string_cache v0.8.7 |
964 | 2024-09-16T14:01:03.248Z | Downloaded slog-stdlog v4.1.1 |
965 | 2024-09-16T14:01:03.248Z | Downloaded slog-scope v4.4.0 |
966 | 2024-09-16T14:01:03.248Z | Downloaded dirs-sys-next v0.1.2 |
967 | 2024-09-16T14:01:03.248Z | Downloaded des v0.8.1 |
968 | 2024-09-16T14:01:03.272Z | Downloaded deranged v0.3.11 |
969 | 2024-09-16T14:01:03.272Z | Downloaded serde_plain v1.0.2 |
970 | 2024-09-16T14:01:03.272Z | Downloaded serde_yaml v0.9.34+deprecated |
971 | 2024-09-16T14:01:03.273Z | Downloaded rustc-hash v1.1.0 |
972 | 2024-09-16T14:01:03.273Z | Downloaded mockall_derive v0.13.0 |
973 | 2024-09-16T14:01:03.273Z | Downloaded aes-gcm v0.10.3 |
974 | 2024-09-16T14:01:03.273Z | Downloaded rfc6979 v0.4.0 |
975 | 2024-09-16T14:01:03.273Z | Downloaded hmac v0.12.1 |
976 | 2024-09-16T14:01:03.273Z | Downloaded aes v0.8.4 |
977 | 2024-09-16T14:01:03.273Z | Downloaded snafu v0.8.2 |
978 | 2024-09-16T14:01:03.303Z | Downloaded miniz_oxide v0.7.2 |
979 | 2024-09-16T14:01:03.303Z | Downloaded snafu-derive v0.8.2 |
980 | 2024-09-16T14:01:03.304Z | Downloaded ssh-encoding v0.2.0 |
981 | 2024-09-16T14:01:03.304Z | Downloaded derive_builder_core v0.20.0 |
982 | 2024-09-16T14:01:03.304Z | Downloaded tiny-keccak v2.0.2 |
983 | 2024-09-16T14:01:03.304Z | Downloaded try-lock v0.2.5 |
984 | 2024-09-16T14:01:03.304Z | Downloaded static_assertions v1.1.0 |
985 | 2024-09-16T14:01:03.304Z | Downloaded smallvec v1.13.2 |
986 | 2024-09-16T14:01:03.304Z | Downloaded schemars_derive v0.8.21 |
987 | 2024-09-16T14:01:03.304Z | Downloaded zip v0.6.6 |
988 | 2024-09-16T14:01:03.304Z | Downloaded openssl-macros v0.1.1 |
989 | 2024-09-16T14:01:03.304Z | Downloaded unicode-bidi v0.3.15 |
990 | 2024-09-16T14:01:03.327Z | Downloaded rand_xorshift v0.3.0 |
991 | 2024-09-16T14:01:03.328Z | Downloaded quick-error v1.2.3 |
992 | 2024-09-16T14:01:03.328Z | Downloaded paste v1.0.15 |
993 | 2024-09-16T14:01:03.328Z | Downloaded futures v0.3.30 |
994 | 2024-09-16T14:01:03.328Z | Downloaded rsa v0.9.6 |
995 | 2024-09-16T14:01:03.328Z | Downloaded memmap2 v0.9.4 |
996 | 2024-09-16T14:01:03.328Z | Downloaded rand_seeder v0.3.0 |
997 | 2024-09-16T14:01:03.328Z | Downloaded futures-channel v0.3.30 |
998 | 2024-09-16T14:01:03.352Z | Downloaded parse-display v0.10.0 |
999 | 2024-09-16T14:01:03.352Z | Downloaded headers-core v0.2.0 |
1000 | 2024-09-16T14:01:03.352Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1001 | 2024-09-16T14:01:03.352Z | Downloaded thiserror-impl-no-std v2.0.2 |
1002 | 2024-09-16T14:01:03.352Z | Downloaded linked-hash-map v0.5.6 |
1003 | 2024-09-16T14:01:03.352Z | Downloaded derive-where v1.2.7 |
1004 | 2024-09-16T14:01:03.352Z | Downloaded indexmap v1.9.3 |
1005 | 2024-09-16T14:01:03.352Z | Downloaded stable_deref_trait v1.2.0 |
1006 | 2024-09-16T14:01:03.352Z | Downloaded derive_builder_macro v0.20.0 |
1007 | 2024-09-16T14:01:03.352Z | Downloaded jobserver v0.1.32 |
1008 | 2024-09-16T14:01:03.352Z | Downloaded iana-time-zone v0.1.60 |
1009 | 2024-09-16T14:01:03.352Z | Downloaded crypto-bigint v0.5.5 |
1010 | 2024-09-16T14:01:03.376Z | Downloaded scheduled-thread-pool v0.2.7 |
1011 | 2024-09-16T14:01:03.376Z | Downloaded rustc_version v0.4.0 |
1012 | 2024-09-16T14:01:03.376Z | Downloaded password-hash v0.4.2 |
1013 | 2024-09-16T14:01:03.376Z | Downloaded multer v3.1.0 |
1014 | 2024-09-16T14:01:03.376Z | Downloaded libloading v0.8.3 |
1015 | 2024-09-16T14:01:03.376Z | Downloaded libefi-sys v0.1.0 |
1016 | 2024-09-16T14:01:03.376Z | Downloaded kstat-rs v0.2.4 |
1017 | 2024-09-16T14:01:03.376Z | Downloaded cc v1.0.97 |
1018 | 2024-09-16T14:01:03.376Z | Downloaded ipnet v2.9.0 |
1019 | 2024-09-16T14:01:03.376Z | Downloaded native-tls v0.2.11 |
1020 | 2024-09-16T14:01:03.376Z | Downloaded powerfmt v0.2.0 |
1021 | 2024-09-16T14:01:03.400Z | Downloaded dsl_auto_type v0.1.2 |
1022 | 2024-09-16T14:01:03.400Z | Downloaded dirs-next v2.0.0 |
1023 | 2024-09-16T14:01:03.400Z | Downloaded mime_guess v2.0.4 |
1024 | 2024-09-16T14:01:03.400Z | Downloaded hubpack v0.1.2 |
1025 | 2024-09-16T14:01:03.400Z | Downloaded env_logger v0.10.2 |
1026 | 2024-09-16T14:01:03.400Z | Downloaded utf-8 v0.7.6 |
1027 | 2024-09-16T14:01:03.400Z | Downloaded tls_codec_derive v0.4.1 |
1028 | 2024-09-16T14:01:03.400Z | Downloaded match_cfg v0.1.0 |
1029 | 2024-09-16T14:01:03.400Z | Downloaded darling v0.20.9 |
1030 | 2024-09-16T14:01:03.400Z | Downloaded polyval v0.6.2 |
1031 | 2024-09-16T14:01:03.400Z | Downloaded zeroize_derive v1.4.2 |
1032 | 2024-09-16T14:01:03.400Z | Downloaded hash32 v0.3.1 |
1033 | 2024-09-16T14:01:03.400Z | Downloaded hash32 v0.2.1 |
1034 | 2024-09-16T14:01:03.425Z | Downloaded compact_str v0.8.0 |
1035 | 2024-09-16T14:01:03.425Z | Downloaded multimap v0.10.0 |
1036 | 2024-09-16T14:01:03.425Z | Downloaded lalrpop-util v0.19.12 |
1037 | 2024-09-16T14:01:03.425Z | Downloaded internet-checksum v0.2.1 |
1038 | 2024-09-16T14:01:03.425Z | Downloaded mime v0.3.17 |
1039 | 2024-09-16T14:01:03.425Z | Downloaded tokio-rustls v0.24.1 |
1040 | 2024-09-16T14:01:03.425Z | Downloaded hickory-client v0.24.1 |
1041 | 2024-09-16T14:01:03.425Z | Downloaded foreign-types-macros v0.2.3 |
1042 | 2024-09-16T14:01:03.425Z | Downloaded thiserror-no-std v2.0.2 |
1043 | 2024-09-16T14:01:03.425Z | Downloaded futures-core v0.3.30 |
1044 | 2024-09-16T14:01:03.425Z | Downloaded libsw v3.3.1 |
1045 | 2024-09-16T14:01:03.425Z | Downloaded base64 v0.13.1 |
1046 | 2024-09-16T14:01:03.449Z | Downloaded httparse v1.8.0 |
1047 | 2024-09-16T14:01:03.449Z | Downloaded backtrace v0.3.71 |
1048 | 2024-09-16T14:01:03.449Z | Downloaded hyper-rustls v0.24.2 |
1049 | 2024-09-16T14:01:03.449Z | Downloaded base64 v0.22.1 |
1050 | 2024-09-16T14:01:03.449Z | Downloaded zone v0.1.8 |
1051 | 2024-09-16T14:01:03.449Z | Downloaded zeroize v1.7.0 |
1052 | 2024-09-16T14:01:03.449Z | Downloaded nodrop v0.1.14 |
1053 | 2024-09-16T14:01:03.449Z | Downloaded nibble_vec v0.1.0 |
1054 | 2024-09-16T14:01:03.449Z | Downloaded newtype-uuid v1.1.0 |
1055 | 2024-09-16T14:01:03.449Z | Downloaded md-5 v0.10.6 |
1056 | 2024-09-16T14:01:03.473Z | Downloaded managed v0.8.0 |
1057 | 2024-09-16T14:01:03.473Z | Downloaded ipnetwork v0.20.0 |
1058 | 2024-09-16T14:01:03.473Z | Downloaded impl-trait-for-tuples v0.2.2 |
1059 | 2024-09-16T14:01:03.473Z | Downloaded const_format v0.2.33 |
1060 | 2024-09-16T14:01:03.473Z | Downloaded const-oid v0.9.6 |
1061 | 2024-09-16T14:01:03.473Z | Downloaded blake2 v0.10.6 |
1062 | 2024-09-16T14:01:03.473Z | Downloaded cookie v0.18.1 |
1063 | 2024-09-16T14:01:03.473Z | Downloaded httpdate v1.0.3 |
1064 | 2024-09-16T14:01:03.473Z | Downloaded humantime v2.1.0 |
1065 | 2024-09-16T14:01:03.473Z | Downloaded thread_local v1.1.8 |
1066 | 2024-09-16T14:01:03.497Z | Downloaded tap v1.0.1 |
1067 | 2024-09-16T14:01:03.497Z | Downloaded rtoolbox v0.0.2 |
1068 | 2024-09-16T14:01:03.497Z | Downloaded nanorand v0.7.0 |
1069 | 2024-09-16T14:01:03.497Z | Downloaded allocator-api2 v0.2.18 |
1070 | 2024-09-16T14:01:03.497Z | Downloaded linear-map v1.2.0 |
1071 | 2024-09-16T14:01:03.497Z | Downloaded bytes v1.7.1 |
1072 | 2024-09-16T14:01:03.498Z | Downloaded chacha20poly1305 v0.10.1 |
1073 | 2024-09-16T14:01:03.498Z | Downloaded memoffset v0.9.1 |
1074 | 2024-09-16T14:01:03.498Z | Downloaded ascii v1.1.0 |
1075 | 2024-09-16T14:01:03.498Z | Downloaded scopeguard v1.2.0 |
1076 | 2024-09-16T14:01:03.498Z | Downloaded indent_write v2.2.0 |
1077 | 2024-09-16T14:01:03.522Z | Downloaded hostname v0.3.1 |
1078 | 2024-09-16T14:01:03.522Z | Downloaded crc v3.2.1 |
1079 | 2024-09-16T14:01:03.522Z | Downloaded convert_case v0.4.0 |
1080 | 2024-09-16T14:01:03.522Z | Downloaded cipher v0.4.4 |
1081 | 2024-09-16T14:01:03.522Z | Downloaded ahash v0.8.11 |
1082 | 2024-09-16T14:01:03.522Z | Downloaded buf-list v1.0.3 |
1083 | 2024-09-16T14:01:03.522Z | Downloaded block-padding v0.3.3 |
1084 | 2024-09-16T14:01:03.522Z | Downloaded hubpack_derive v0.1.1 |
1085 | 2024-09-16T14:01:03.522Z | Downloaded cookie_store v0.20.0 |
1086 | 2024-09-16T14:01:03.522Z | Downloaded argon2 v0.5.3 |
1087 | 2024-09-16T14:01:03.522Z | Downloaded ciborium v0.2.2 |
1088 | 2024-09-16T14:01:03.522Z | Downloaded bitstruct_derive v0.1.0 |
1089 | 2024-09-16T14:01:03.522Z | Downloaded async-bb8-diesel v0.2.1 |
1090 | 2024-09-16T14:01:03.546Z | Downloaded arrayref v0.3.7 |
1091 | 2024-09-16T14:01:03.546Z | Downloaded cookie v0.17.0 |
1092 | 2024-09-16T14:01:03.546Z | Downloaded base64ct v1.6.0 |
1093 | 2024-09-16T14:01:03.546Z | Downloaded async-trait v0.1.82 |
1094 | 2024-09-16T14:01:03.546Z | Downloaded arrayvec v0.7.4 |
1095 | 2024-09-16T14:01:03.546Z | Downloaded bitflags v1.3.2 |
1096 | 2024-09-16T14:01:03.546Z | Downloaded async-recursion v1.1.1 |
1097 | 2024-09-16T14:01:03.546Z | Downloaded http-body v1.0.0 |
1098 | 2024-09-16T14:01:03.546Z | Downloaded crossbeam-deque v0.8.5 |
1099 | 2024-09-16T14:01:03.546Z | Downloaded cexpr v0.6.0 |
1100 | 2024-09-16T14:01:03.575Z | Downloaded backoff v0.4.0 |
1101 | 2024-09-16T14:01:03.575Z | Downloaded bit-vec v0.6.3 |
1102 | 2024-09-16T14:01:03.575Z | Downloaded ascii-canvas v3.0.0 |
1103 | 2024-09-16T14:01:03.575Z | Downloaded cfg_aliases v0.2.1 |
1104 | 2024-09-16T14:01:03.576Z | Downloaded bitstruct v0.1.1 |
1105 | 2024-09-16T14:01:03.576Z | Downloaded bcrypt-pbkdf v0.10.0 |
1106 | 2024-09-16T14:01:03.576Z | Downloaded async-stream-impl v0.3.5 |
1107 | 2024-09-16T14:01:03.576Z | Downloaded array-init v0.0.4 |
1108 | 2024-09-16T14:01:03.576Z | Downloaded adler2 v2.0.0 |
1109 | 2024-09-16T14:01:03.576Z | Downloaded adler v1.0.2 |
1110 | 2024-09-16T14:01:03.672Z | Compiling serde v1.0.208 |
1111 | 2024-09-16T14:01:03.697Z | Compiling lock_api v0.4.12 |
1112 | 2024-09-16T14:01:03.697Z | Compiling scopeguard v1.2.0 |
1113 | 2024-09-16T14:01:03.697Z | Compiling value-bag v1.9.0 |
1114 | 2024-09-16T14:01:03.697Z | Compiling typenum v1.17.0 |
1115 | 2024-09-16T14:01:03.697Z | Compiling generic-array v0.14.7 |
1116 | 2024-09-16T14:01:03.697Z | Compiling syn v2.0.74 |
1117 | 2024-09-16T14:01:03.697Z | Compiling getrandom v0.2.14 |
1118 | 2024-09-16T14:01:03.874Z | Compiling jobserver v0.1.32 |
1119 | 2024-09-16T14:01:04.074Z | Compiling rand_core v0.6.4 |
1120 | 2024-09-16T14:01:04.239Z | Compiling log v0.4.21 |
1121 | 2024-09-16T14:01:04.282Z | Compiling cc v1.0.97 |
1122 | 2024-09-16T14:01:04.346Z | Compiling pin-project-lite v0.2.14 |
1123 | 2024-09-16T14:01:04.464Z | Compiling smallvec v1.13.2 |
1124 | 2024-09-16T14:01:04.551Z | Compiling subtle v2.5.0 |
1125 | 2024-09-16T14:01:04.581Z | Compiling parking_lot_core v0.9.10 |
1126 | 2024-09-16T14:01:04.710Z | Compiling const-oid v0.9.6 |
1127 | 2024-09-16T14:01:04.819Z | Compiling signal-hook-registry v1.4.2 |
1128 | 2024-09-16T14:01:04.873Z | Compiling mio v1.0.2 |
1129 | 2024-09-16T14:01:05.030Z | Compiling socket2 v0.5.7 |
1130 | 2024-09-16T14:01:05.854Z | Compiling parking_lot v0.12.2 |
1131 | 2024-09-16T14:01:05.896Z | Compiling ahash v0.8.11 |
1132 | 2024-09-16T14:01:06.223Z | Compiling futures-core v0.3.30 |
1133 | 2024-09-16T14:01:06.247Z | Compiling futures-sink v0.3.30 |
1134 | 2024-09-16T14:01:06.375Z | Compiling slab v0.4.9 |
1135 | 2024-09-16T14:01:06.399Z | Compiling allocator-api2 v0.2.18 |
1136 | 2024-09-16T14:01:06.399Z | Compiling spin v0.9.8 |
1137 | 2024-09-16T14:01:06.487Z | Compiling tinyvec_macros v0.1.1 |
1138 | 2024-09-16T14:01:06.646Z | Compiling tinyvec v1.6.0 |
1139 | 2024-09-16T14:01:06.759Z | Compiling futures-channel v0.3.30 |
1140 | 2024-09-16T14:01:06.839Z | Compiling futures-task v0.3.30 |
1141 | 2024-09-16T14:01:06.902Z | Compiling libm v0.2.8 |
1142 | 2024-09-16T14:01:07.272Z | Compiling futures-io v0.3.30 |
1143 | 2024-09-16T14:01:07.378Z | Compiling serde_json v1.0.125 |
1144 | 2024-09-16T14:01:07.379Z | Compiling cpufeatures v0.2.12 |
1145 | 2024-09-16T14:01:07.465Z | Compiling pin-utils v0.1.0 |
1146 | 2024-09-16T14:01:07.589Z | Compiling num-traits v0.2.19 |
1147 | 2024-09-16T14:01:07.640Z | Compiling unicode-bidi v0.3.15 |
1148 | 2024-09-16T14:01:07.745Z | Compiling tracing-core v0.1.32 |
1149 | 2024-09-16T14:01:07.917Z | Compiling pkg-config v0.3.30 |
1150 | 2024-09-16T14:01:08.199Z | Compiling vcpkg v0.2.15 |
1151 | 2024-09-16T14:01:08.298Z | Compiling unicode-normalization v0.1.23 |
1152 | 2024-09-16T14:01:08.984Z | Compiling ring v0.17.8 |
1153 | 2024-09-16T14:01:09.065Z | Compiling base64ct v1.6.0 |
1154 | 2024-09-16T14:01:09.096Z | Compiling httparse v1.8.0 |
1155 | 2024-09-16T14:01:09.198Z | Compiling ppv-lite86 v0.2.17 |
1156 | 2024-09-16T14:01:09.313Z | Compiling flagset v0.4.5 |
1157 | 2024-09-16T14:01:09.500Z | Compiling pem-rfc7468 v0.7.0 |
1158 | 2024-09-16T14:01:09.526Z | Compiling percent-encoding v2.3.1 |
1159 | 2024-09-16T14:01:09.611Z | Compiling untrusted v0.9.0 |
1160 | 2024-09-16T14:01:09.773Z | Compiling try-lock v0.2.5 |
1161 | 2024-09-16T14:01:09.861Z | Compiling rand_chacha v0.3.1 |
1162 | 2024-09-16T14:01:09.885Z | Compiling rustix v0.38.34 |
1163 | 2024-09-16T14:01:09.909Z | Compiling want v0.3.1 |
1164 | 2024-09-16T14:01:10.083Z | Compiling openssl-sys v0.9.103 |
1165 | 2024-09-16T14:01:10.223Z | Compiling rustversion v1.0.17 |
1166 | 2024-09-16T14:01:10.360Z | Compiling rand v0.8.5 |
1167 | 2024-09-16T14:01:10.692Z | Compiling num-conv v0.1.0 |
1168 | 2024-09-16T14:01:10.775Z | Compiling httpdate v1.0.3 |
1169 | 2024-09-16T14:01:10.841Z | Compiling openssl v0.10.66 |
1170 | 2024-09-16T14:01:10.951Z | Compiling time-core v0.1.2 |
1171 | 2024-09-16T14:01:11.115Z | Compiling foreign-types-shared v0.1.1 |
1172 | 2024-09-16T14:01:11.152Z | Compiling powerfmt v0.2.0 |
1173 | 2024-09-16T14:01:11.186Z | Compiling tower-service v0.3.2 |
1174 | 2024-09-16T14:01:11.234Z | Compiling foreign-types v0.3.2 |
1175 | 2024-09-16T14:01:11.308Z | Compiling time-macros v0.2.18 |
1176 | 2024-09-16T14:01:11.402Z | Compiling deranged v0.3.11 |
1177 | 2024-09-16T14:01:11.522Z | Compiling form_urlencoded v1.2.1 |
1178 | 2024-09-16T14:01:11.733Z | Compiling aho-corasick v1.1.3 |
1179 | 2024-09-16T14:01:11.802Z | Compiling crossbeam-utils v0.8.19 |
1180 | 2024-09-16T14:01:12.002Z | Compiling syn v1.0.109 |
1181 | 2024-09-16T14:01:12.352Z | Compiling rustls v0.21.12 |
1182 | 2024-09-16T14:01:12.384Z | Compiling native-tls v0.2.11 |
1183 | 2024-09-16T14:01:12.578Z | Compiling regex-syntax v0.8.4 |
1184 | 2024-09-16T14:01:12.607Z | Compiling siphasher v0.3.11 |
1185 | 2024-09-16T14:01:12.691Z | Compiling num_threads v0.1.7 |
1186 | 2024-09-16T14:01:12.965Z | Compiling idna v0.5.0 |
1187 | 2024-09-16T14:01:12.993Z | Compiling cookie v0.17.0 |
1188 | 2024-09-16T14:01:13.249Z | Compiling finl_unicode v1.2.0 |
1189 | 2024-09-16T14:01:13.764Z | Compiling openssl-probe v0.1.5 |
1190 | 2024-09-16T14:01:14.032Z | Compiling time v0.3.36 |
1191 | 2024-09-16T14:01:14.076Z | Compiling iana-time-zone v0.1.60 |
1192 | 2024-09-16T14:01:14.119Z | Compiling slog v2.7.0 |
1193 | 2024-09-16T14:01:14.222Z | Compiling stringprep v0.1.4 |
1194 | 2024-09-16T14:01:14.486Z | Compiling url v2.5.2 |
1195 | 2024-09-16T14:01:15.784Z | Compiling regex-automata v0.4.6 |
1196 | 2024-09-16T14:01:16.128Z | Compiling num-integer v0.1.46 |
1197 | 2024-09-16T14:01:16.225Z | Compiling idna v0.3.0 |
1198 | 2024-09-16T14:01:16.722Z | Compiling serde_derive v1.0.208 |
1199 | 2024-09-16T14:01:16.795Z | Compiling zeroize_derive v1.4.2 |
1200 | 2024-09-16T14:01:17.491Z | Compiling zerocopy-derive v0.7.34 |
1201 | 2024-09-16T14:01:18.032Z | Compiling tokio-macros v2.4.0 |
1202 | 2024-09-16T14:01:18.172Z | Compiling zeroize v1.7.0 |
1203 | 2024-09-16T14:01:18.515Z | Compiling futures-macro v0.3.30 |
1204 | 2024-09-16T14:01:18.539Z | Compiling thiserror-impl v1.0.63 |
1205 | 2024-09-16T14:01:19.371Z | Compiling zerocopy v0.7.34 |
1206 | 2024-09-16T14:01:19.406Z | Compiling tracing-attributes v0.1.27 |
1207 | 2024-09-16T14:01:19.638Z | Compiling crypto-common v0.1.6 |
1208 | 2024-09-16T14:01:19.843Z | Compiling block-buffer v0.10.4 |
1209 | 2024-09-16T14:01:20.083Z | Compiling digest v0.10.7 |
1210 | 2024-09-16T14:01:20.216Z | Compiling futures-util v0.3.30 |
1211 | 2024-09-16T14:01:20.544Z | Compiling hmac v0.12.1 |
1212 | 2024-09-16T14:01:20.785Z | Compiling block-padding v0.3.3 |
1213 | 2024-09-16T14:01:21.021Z | Compiling inout v0.1.3 |
1214 | 2024-09-16T14:01:21.282Z | Compiling hashbrown v0.14.5 |
1215 | 2024-09-16T14:01:21.305Z | Compiling thiserror v1.0.63 |
1216 | 2024-09-16T14:01:21.306Z | Compiling cipher v0.4.4 |
1217 | 2024-09-16T14:01:21.437Z | Compiling sha2 v0.10.8 |
1218 | 2024-09-16T14:01:21.774Z | Compiling pest v2.7.10 |
1219 | 2024-09-16T14:01:22.464Z | Compiling der_derive v0.7.2 |
1220 | 2024-09-16T14:01:22.649Z | Compiling tracing v0.1.40 |
1221 | 2024-09-16T14:01:23.159Z | Compiling salsa20 v0.10.2 |
1222 | 2024-09-16T14:01:23.370Z | Compiling pbkdf2 v0.12.2 |
1223 | 2024-09-16T14:01:23.542Z | Compiling scroll_derive v0.12.0 |
1224 | 2024-09-16T14:01:23.992Z | Compiling scrypt v0.11.0 |
1225 | 2024-09-16T14:01:24.515Z | Compiling pest_meta v2.7.10 |
1226 | 2024-09-16T14:01:24.546Z | Compiling aes v0.8.4 |
1227 | 2024-09-16T14:01:24.671Z | Compiling der v0.7.9 |
1228 | 2024-09-16T14:01:24.864Z | Compiling scroll v0.12.0 |
1229 | 2024-09-16T14:01:25.360Z | Compiling cbc v0.1.2 |
1230 | 2024-09-16T14:01:25.556Z | Compiling goblin v0.8.2 |
1231 | 2024-09-16T14:01:25.613Z | Compiling openssl-macros v0.1.1 |
1232 | 2024-09-16T14:01:26.243Z | Compiling pest_generator v2.7.10 |
1233 | 2024-09-16T14:01:26.673Z | Compiling spki v0.7.3 |
1234 | 2024-09-16T14:01:26.724Z | Compiling sct v0.7.1 |
1235 | 2024-09-16T14:01:26.957Z | Compiling pkcs5 v0.7.1 |
1236 | 2024-09-16T14:01:27.001Z | Compiling rustls-webpki v0.101.7 |
1237 | 2024-09-16T14:01:27.025Z | Compiling md-5 v0.10.6 |
1238 | 2024-09-16T14:01:27.258Z | Compiling pin-project-internal v1.1.5 |
1239 | 2024-09-16T14:01:27.547Z | Compiling pkcs8 v0.10.2 |
1240 | 2024-09-16T14:01:27.976Z | Compiling backtrace v0.3.71 |
1241 | 2024-09-16T14:01:28.156Z | Compiling lazy_static v1.5.0 |
1242 | 2024-09-16T14:01:28.276Z | Compiling hash32 v0.2.1 |
1243 | 2024-09-16T14:01:28.389Z | Compiling psl-types v2.0.11 |
1244 | 2024-09-16T14:01:28.556Z | Compiling bytes v1.7.1 |
1245 | 2024-09-16T14:01:28.588Z | Compiling indexmap v2.4.0 |
1246 | 2024-09-16T14:01:28.612Z | Compiling bitflags v2.6.0 |
1247 | 2024-09-16T14:01:28.803Z | Compiling semver v1.0.23 |
1248 | 2024-09-16T14:01:29.445Z | Compiling tokio v1.39.3 |
1249 | 2024-09-16T14:01:29.643Z | Compiling http v0.2.12 |
1250 | 2024-09-16T14:01:29.772Z | Compiling rustc_version v0.4.0 |
1251 | 2024-09-16T14:01:29.823Z | Compiling pest_derive v2.7.10 |
1252 | 2024-09-16T14:01:30.465Z | Compiling heapless v0.7.17 |
1253 | 2024-09-16T14:01:30.513Z | Compiling dtrace-parser v0.2.0 |
1254 | 2024-09-16T14:01:30.854Z | Compiling dof v0.3.0 |
1255 | 2024-09-16T14:01:31.392Z | Compiling http-body v0.4.6 |
1256 | 2024-09-16T14:01:31.742Z | Compiling http v1.1.0 |
1257 | 2024-09-16T14:01:32.330Z | Compiling uuid v1.10.0 |
1258 | 2024-09-16T14:01:32.638Z | Compiling usdt-impl v0.5.0 |
1259 | 2024-09-16T14:01:33.492Z | Compiling serde_tokenstream v0.2.2 |
1260 | 2024-09-16T14:01:33.516Z | Compiling chrono v0.4.38 |
1261 | 2024-09-16T14:01:33.854Z | Compiling serde_spanned v0.6.7 |
1262 | 2024-09-16T14:01:33.916Z | Compiling toml_datetime v0.6.8 |
1263 | 2024-09-16T14:01:34.035Z | Compiling atomic-waker v1.1.2 |
1264 | 2024-09-16T14:01:34.064Z | Compiling gimli v0.28.1 |
1265 | 2024-09-16T14:01:34.134Z | Compiling crc32fast v1.4.0 |
1266 | 2024-09-16T14:01:34.221Z | Compiling base64 v0.22.1 |
1267 | 2024-09-16T14:01:34.365Z | Compiling stable_deref_trait v1.2.0 |
1268 | 2024-09-16T14:01:34.465Z | Compiling num-bigint-dig v0.8.4 |
1269 | 2024-09-16T14:01:34.579Z | Compiling smoltcp v0.9.1 |
1270 | 2024-09-16T14:01:34.729Z | Compiling signal-hook v0.3.17 |
1271 | 2024-09-16T14:01:34.875Z | Compiling fallible-iterator v0.2.0 |
1272 | 2024-09-16T14:01:34.971Z | Compiling adler v1.0.2 |
1273 | 2024-09-16T14:01:35.223Z | Compiling miniz_oxide v0.7.2 |
1274 | 2024-09-16T14:01:35.452Z | Compiling http-body v1.0.0 |
1275 | 2024-09-16T14:01:35.519Z | Compiling postgres-protocol v0.6.7 |
1276 | 2024-09-16T14:01:35.666Z | Compiling terminal_size v0.3.0 |
1277 | 2024-09-16T14:01:35.845Z | Compiling pin-project v1.1.5 |
1278 | 2024-09-16T14:01:35.906Z | Compiling publicsuffix v2.2.3 |
1279 | 2024-09-16T14:01:35.998Z | Compiling hubpack_derive v0.1.1 |
1280 | 2024-09-16T14:01:36.135Z | Compiling async-trait v0.1.82 |
1281 | 2024-09-16T14:01:36.384Z | Compiling tokio-util v0.7.11 |
1282 | 2024-09-16T14:01:36.658Z | Compiling tokio-rustls v0.24.1 |
1283 | 2024-09-16T14:01:36.683Z | Compiling zerocopy-derive v0.6.6 |
1284 | 2024-09-16T14:01:37.002Z | Compiling num-iter v0.1.45 |
1285 | 2024-09-16T14:01:37.182Z | Compiling h2 v0.3.26 |
1286 | 2024-09-16T14:01:37.324Z | Compiling h2 v0.4.6 |
1287 | 2024-09-16T14:01:37.547Z | Compiling tokio-native-tls v0.3.1 |
1288 | 2024-09-16T14:01:37.790Z | Compiling addr2line v0.21.0 |
1289 | 2024-09-16T14:01:38.489Z | Compiling phf_shared v0.11.2 |
1290 | 2024-09-16T14:01:38.520Z | Compiling serde_derive_internals v0.29.1 |
1291 | 2024-09-16T14:01:38.834Z | Compiling ff v0.13.0 |
1292 | 2024-09-16T14:01:39.040Z | Compiling object v0.32.2 |
1293 | 2024-09-16T14:01:39.064Z | Compiling fs-err v2.11.0 |
1294 | 2024-09-16T14:01:39.098Z | Compiling base16ct v0.2.0 |
1295 | 2024-09-16T14:01:39.180Z | Compiling either v1.13.0 |
1296 | 2024-09-16T14:01:39.341Z | Compiling managed v0.8.0 |
1297 | 2024-09-16T14:01:39.397Z | Compiling schemars v0.8.21 |
1298 | 2024-09-16T14:01:39.564Z | Compiling winnow v0.5.40 |
1299 | 2024-09-16T14:01:39.705Z | Compiling ipnet v2.9.0 |
1300 | 2024-09-16T14:01:39.729Z | Compiling anyhow v1.0.86 |
1301 | 2024-09-16T14:01:40.330Z | Compiling base64 v0.21.7 |
1302 | 2024-09-16T14:01:40.789Z | Compiling bitflags v1.3.2 |
1303 | 2024-09-16T14:01:40.888Z | Compiling rustc-demangle v0.1.24 |
1304 | 2024-09-16T14:01:40.933Z | Compiling adler2 v2.0.0 |
1305 | 2024-09-16T14:01:40.974Z | Compiling tower-layer v0.3.2 |
1306 | 2024-09-16T14:01:41.128Z | Compiling miniz_oxide v0.8.0 |
1307 | 2024-09-16T14:01:41.231Z | Compiling tower v0.4.13 |
1308 | 2024-09-16T14:01:41.752Z | Compiling schemars_derive v0.8.21 |
1309 | 2024-09-16T14:01:42.272Z | Compiling rustls-pemfile v1.0.4 |
1310 | 2024-09-16T14:01:42.593Z | Compiling toml_edit v0.19.15 |
1311 | 2024-09-16T14:01:42.702Z | Compiling clap_builder v4.5.15 |
1312 | 2024-09-16T14:01:42.844Z | Compiling hyper v0.14.30 |
1313 | 2024-09-16T14:01:43.772Z | Compiling hyper v1.4.1 |
1314 | 2024-09-16T14:01:45.313Z | Compiling sec1 v0.7.3 |
1315 | 2024-09-16T14:01:45.806Z | Compiling group v0.13.0 |
1316 | 2024-09-16T14:01:45.871Z | Compiling phf v0.11.2 |
1317 | 2024-09-16T14:01:46.087Z | Compiling cookie_store v0.20.0 |
1318 | 2024-09-16T14:01:46.111Z | Compiling zerocopy v0.6.6 |
1319 | 2024-09-16T14:01:46.832Z | Compiling hubpack v0.1.2 |
1320 | 2024-09-16T14:01:47.219Z | Compiling postgres-types v0.2.7 |
1321 | 2024-09-16T14:01:47.632Z | Compiling usdt-macro v0.5.0 |
1322 | 2024-09-16T14:01:47.720Z | Compiling usdt-attr-macro v0.5.0 |
1323 | 2024-09-16T14:01:48.299Z | Compiling serde_urlencoded v0.7.1 |
1324 | 2024-09-16T14:01:48.497Z | Compiling serde-big-array v0.5.1 |
1325 | 2024-09-16T14:01:48.694Z | Compiling hyper-tls v0.5.0 |
1326 | 2024-09-16T14:01:48.768Z | Compiling hyper-rustls v0.24.2 |
1327 | 2024-09-16T14:01:48.905Z | Compiling pkcs1 v0.7.5 |
1328 | 2024-09-16T14:01:49.019Z | Compiling futures-executor v0.3.30 |
1329 | 2024-09-16T14:01:49.087Z | Compiling hkdf v0.12.4 |
1330 | 2024-09-16T14:01:49.117Z | Compiling signature v2.2.0 |
1331 | 2024-09-16T14:01:49.142Z | Compiling regex v1.10.6 |
1332 | 2024-09-16T14:01:49.320Z | Compiling bstr v1.9.1 |
1333 | 2024-09-16T14:01:49.392Z | Compiling crypto-bigint v0.5.5 |
1334 | 2024-09-16T14:01:49.527Z | Compiling serde_repr v0.1.19 |
1335 | 2024-09-16T14:01:49.752Z | Compiling enum-as-inner v0.6.0 |
1336 | 2024-09-16T14:01:50.094Z | Compiling strum_macros v0.25.3 |
1337 | 2024-09-16T14:01:50.355Z | Compiling clap_derive v4.5.13 |
1338 | 2024-09-16T14:01:50.534Z | Compiling phf_shared v0.10.0 |
1339 | 2024-09-16T14:01:50.692Z | Compiling float-cmp v0.9.0 |
1340 | 2024-09-16T14:01:50.838Z | Compiling idna v0.4.0 |
1341 | 2024-09-16T14:01:50.879Z | Compiling mio v0.8.11 |
1342 | 2024-09-16T14:01:50.904Z | Compiling encoding_rs v0.8.34 |
1343 | 2024-09-16T14:01:51.170Z | Compiling fixedbitset v0.4.2 |
1344 | 2024-09-16T14:01:51.555Z | Compiling webpki-roots v0.25.4 |
1345 | 2024-09-16T14:01:51.708Z | Compiling normalize-line-endings v0.3.0 |
1346 | 2024-09-16T14:01:51.824Z | Compiling mime v0.3.17 |
1347 | 2024-09-16T14:01:52.021Z | Compiling data-encoding v2.6.0 |
1348 | 2024-09-16T14:01:52.119Z | Compiling static_assertions v1.1.0 |
1349 | 2024-09-16T14:01:52.212Z | Compiling unicode-segmentation v1.11.0 |
1350 | 2024-09-16T14:01:52.345Z | Compiling new_debug_unreachable v1.0.6 |
1351 | 2024-09-16T14:01:52.441Z | Compiling precomputed-hash v0.1.1 |
1352 | 2024-09-16T14:01:52.551Z | Compiling difflib v0.4.0 |
1353 | 2024-09-16T14:01:52.926Z | Compiling whoami v1.5.1 |
1354 | 2024-09-16T14:01:53.444Z | Compiling minimal-lexical v0.2.1 |
1355 | 2024-09-16T14:01:53.504Z | Compiling dyn-clone v1.0.17 |
1356 | 2024-09-16T14:01:53.703Z | Compiling bit-vec v0.6.3 |
1357 | 2024-09-16T14:01:53.887Z | Compiling sync_wrapper v0.1.2 |
1358 | 2024-09-16T14:01:53.917Z | Compiling predicates-core v1.0.6 |
1359 | 2024-09-16T14:01:53.998Z | Compiling console v0.15.8 |
1360 | 2024-09-16T14:01:54.026Z | Compiling reqwest v0.11.27 |
1361 | 2024-09-16T14:01:54.131Z | Compiling predicates v3.1.2 |
1362 | 2024-09-16T14:01:54.257Z | Compiling bit-set v0.5.3 |
1363 | 2024-09-16T14:01:54.286Z | Compiling toml_edit v0.22.20 |
1364 | 2024-09-16T14:01:54.362Z | Compiling clap v4.5.16 |
1365 | 2024-09-16T14:01:54.421Z | Compiling nom v7.1.3 |
1366 | 2024-09-16T14:01:54.527Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1367 | 2024-09-16T14:01:55.321Z | Compiling tokio-postgres v0.7.11 |
1368 | 2024-09-16T14:01:55.633Z | Compiling similar v2.6.0 |
1369 | 2024-09-16T14:01:57.425Z | Compiling hickory-proto v0.24.1 |
1370 | 2024-09-16T14:01:57.619Z | Compiling string_cache v0.8.7 |
1371 | 2024-09-16T14:01:57.643Z | Compiling elliptic-curve v0.13.8 |
1372 | 2024-09-16T14:01:57.843Z | Compiling signal-hook-mio v0.2.4 |
1373 | 2024-09-16T14:01:58.015Z | Compiling petgraph v0.6.5 |
1374 | 2024-09-16T14:01:58.045Z | Compiling usdt v0.5.0 |
1375 | 2024-09-16T14:01:58.322Z | Compiling rsa v0.9.6 |
1376 | 2024-09-16T14:01:58.511Z | Compiling futures v0.3.30 |
1377 | 2024-09-16T14:01:58.614Z | Compiling flate2 v1.0.33 |
1378 | 2024-09-16T14:01:59.415Z | Compiling hyper-util v0.1.3 |
1379 | 2024-09-16T14:02:00.621Z | Compiling toml v0.7.8 |
1380 | 2024-09-16T14:02:00.712Z | Compiling itertools v0.10.5 |
1381 | 2024-09-16T14:02:01.299Z | Compiling itertools v0.12.1 |
1382 | 2024-09-16T14:02:01.330Z | Compiling tokio-stream v0.1.15 |
1383 | 2024-09-16T14:02:01.714Z | Compiling openapiv3 v2.0.0 |
1384 | 2024-09-16T14:02:02.031Z | Compiling hex v0.4.3 |
1385 | 2024-09-16T14:02:02.181Z | Compiling sha1 v0.10.6 |
1386 | 2024-09-16T14:02:02.555Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-09-16T14:02:02.579Z | Compiling dirs-sys-next v0.1.2 |
1388 | 2024-09-16T14:02:03.001Z | Compiling unicode-xid v0.2.4 |
1389 | 2024-09-16T14:02:03.131Z | Compiling lalrpop-util v0.19.12 |
1390 | 2024-09-16T14:02:03.155Z | Compiling peg-runtime v0.8.3 |
1391 | 2024-09-16T14:02:03.206Z | Compiling dirs-next v2.0.0 |
1392 | 2024-09-16T14:02:03.394Z | Compiling thread_local v1.1.8 |
1393 | 2024-09-16T14:02:03.457Z | Compiling slog-async v2.8.0 |
1394 | 2024-09-16T14:02:03.751Z | Compiling term v0.7.0 |
1395 | 2024-09-16T14:02:03.857Z | Compiling xattr v1.3.1 |
1396 | 2024-09-16T14:02:03.904Z | Compiling strum_macros v0.26.4 |
1397 | 2024-09-16T14:02:03.994Z | Compiling crossbeam-channel v0.5.12 |
1398 | 2024-09-16T14:02:04.097Z | Compiling is-terminal v0.4.12 |
1399 | 2024-09-16T14:02:04.211Z | Compiling filetime v0.2.25 |
1400 | 2024-09-16T14:02:04.489Z | Compiling take_mut v0.2.2 |
1401 | 2024-09-16T14:02:04.635Z | Compiling tar v0.4.41 |
1402 | 2024-09-16T14:02:04.998Z | Compiling slog-term v2.9.1 |
1403 | 2024-09-16T14:02:05.075Z | Compiling camino v1.1.9 |
1404 | 2024-09-16T14:02:06.271Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1405 | 2024-09-16T14:02:07.126Z | Compiling strum v0.26.3 |
1406 | 2024-09-16T14:02:07.239Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1407 | 2024-09-16T14:02:13.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
1408 | 2024-09-16T14:02:13.612Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1409 | 2024-09-16T14:02:13.690Z | Sep 16 14:02:12.851 INFO Starting download, target: Cockroach |
1410 | 2024-09-16T14:02:13.690Z | Sep 16 14:02:12.851 INFO Starting download, target: Clickhouse |
1411 | 2024-09-16T14:02:13.691Z | Sep 16 14:02:12.851 INFO Starting download, target: DendriteOpenapi |
1412 | 2024-09-16T14:02:13.691Z | Sep 16 14:02:12.851 INFO Starting download, target: Console |
1413 | 2024-09-16T14:02:13.691Z | Sep 16 14:02:12.851 INFO Starting download, target: DendriteStub |
1414 | 2024-09-16T14:02:13.691Z | Sep 16 14:02:12.851 INFO Starting download, target: MaghemiteMgd |
1415 | 2024-09-16T14:02:13.691Z | Sep 16 14:02:12.851 INFO Starting download, target: TransceiverControl |
1416 | 2024-09-16T14:02:13.720Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1417 | 2024-09-16T14:02:13.720Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1418 | 2024-09-16T14:02:13.720Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1419 | 2024-09-16T14:02:13.721Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1420 | 2024-09-16T14:02:13.721Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1421 | 2024-09-16T14:02:13.721Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1422 | 2024-09-16T14:02:13.721Z | Sep 16 14:02:12.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1423 | 2024-09-16T14:02:14.406Z | Sep 16 14:02:13.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1424 | 2024-09-16T14:02:14.494Z | Sep 16 14:02:13.657 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1425 | 2024-09-16T14:02:14.739Z | Sep 16 14:02:13.902 INFO Download complete, target: Console |
1426 | 2024-09-16T14:02:15.170Z | Sep 16 14:02:14.332 INFO Download complete, target: DendriteOpenapi |
1427 | 2024-09-16T14:02:15.266Z | Sep 16 14:02:14.428 INFO Download complete, target: TransceiverControl |
1428 | 2024-09-16T14:02:16.551Z | Sep 16 14:02:15.714 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1429 | 2024-09-16T14:02:16.584Z | Sep 16 14:02:15.747 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1430 | 2024-09-16T14:02:19.938Z | Sep 16 14:02:19.101 INFO Download complete, target: DendriteStub |
1431 | 2024-09-16T14:02:20.106Z | Sep 16 14:02:19.268 INFO Download complete, target: MaghemiteMgd |
1432 | 2024-09-16T14:02:27.920Z | Sep 16 14:02:27.083 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1433 | 2024-09-16T14:02:27.920Z | Sep 16 14:02:27.083 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1434 | 2024-09-16T14:02:32.166Z | Sep 16 14:02:31.329 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1435 | 2024-09-16T14:02:37.197Z | Sep 16 14:02:36.354 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1436 | 2024-09-16T14:02:37.649Z | Sep 16 14:02:36.813 INFO Checking that binary works, target: Cockroach |
1437 | 2024-09-16T14:02:37.919Z | Sep 16 14:02:37.082 INFO Download complete, target: Cockroach |
1438 | 2024-09-16T14:02:48.269Z | Sep 16 14:02:47.432 INFO Checking that binary works, target: Clickhouse |
1439 | 2024-09-16T14:02:48.448Z | Sep 16 14:02:47.611 INFO Download complete, target: Clickhouse |
1440 | 2024-09-16T14:02:48.474Z | All builder prerequisites installed successfully, and PATH looks valid |
1441 | 2024-09-16T14:02:48.498Z | |
1442 | 2024-09-16T14:02:48.498Z | real 4:03.399711943 |
1443 | 2024-09-16T14:02:48.498Z | user 10:24.812378511 |
1444 | 2024-09-16T14:02:48.498Z | sys 2:30.056190344 |
1445 | 2024-09-16T14:02:48.498Z | trap 0.350286887 |
1446 | 2024-09-16T14:02:48.498Z | tflt 0.692755419 |
1447 | 2024-09-16T14:02:48.498Z | dflt 1.558188151 |
1448 | 2024-09-16T14:02:48.498Z | kflt 0.008956506 |
1449 | 2024-09-16T14:02:48.498Z | lock 23:54.750750874 |
1450 | 2024-09-16T14:02:48.498Z | slp 39:58.393472205 |
1451 | 2024-09-16T14:02:48.498Z | lat 48.241516981 |
1452 | 2024-09-16T14:02:48.498Z | stop 1:53.424653762 |
1453 | 2024-09-16T14:02:48.498Z | + banner hack-check |
1454 | 2024-09-16T14:02:48.499Z | |
1455 | 2024-09-16T14:02:48.499Z | # # ## #### # # #### # # ###### #### # # |
1456 | 2024-09-16T14:02:48.499Z | # # # # # # # # # # # # # # # # # |
1457 | 2024-09-16T14:02:48.499Z | ###### # # # #### ##### # ###### ##### # #### |
1458 | 2024-09-16T14:02:48.499Z | # # ###### # # # # # # # # # # |
1459 | 2024-09-16T14:02:48.499Z | # # # # # # # # # # # # # # # # # |
1460 | 2024-09-16T14:02:48.499Z | # # # # #### # # #### # # ###### #### # # |
1461 | 2024-09-16T14:02:48.499Z | |
1462 | 2024-09-16T14:02:48.499Z | + export CARGO_INCREMENTAL=0 |
1463 | 2024-09-16T14:02:48.499Z | + CARGO_INCREMENTAL=0 |
1464 | 2024-09-16T14:02:48.499Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1465 | 2024-09-16T14:02:49.360Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1466 | 2024-09-16T14:02:54.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
1467 | 2024-09-16T14:02:54.185Z | Running `target/debug/xtask check-features --ci` |
1468 | 2024-09-16T14:02:54.214Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1469 | 2024-09-16T14:02:54.214Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1470 | 2024-09-16T14:02:54.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1471 | 2024-09-16T14:02:54.918Z | Running `target/debug/xtask download cargo-hack` |
1472 | 2024-09-16T14:02:56.026Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1473 | 2024-09-16T14:02:56.339Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1474 | 2024-09-16T14:03:01.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s |
1475 | 2024-09-16T14:03:01.986Z | Running `target/debug/xtask-downloader cargo-hack` |
1476 | 2024-09-16T14:03:02.037Z | Sep 16 14:03:01.200 INFO Starting download, target: CargoHack |
1477 | 2024-09-16T14:03:02.061Z | Sep 16 14:03:01.202 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1478 | 2024-09-16T14:03:02.752Z | Sep 16 14:03:01.915 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1479 | 2024-09-16T14:03:02.873Z | Sep 16 14:03:02.036 INFO Download complete, target: CargoHack |
1480 | 2024-09-16T14:03:02.897Z | 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" |
1481 | 2024-09-16T14:03:02.921Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1482 | 2024-09-16T14:03:03.167Z | info: running `cargo check --bins` on api_identity (1/158) |
1483 | 2024-09-16T14:03:04.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-09-16T14:03:04.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-09-16T14:03:04.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-09-16T14:03:04.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
1487 | 2024-09-16T14:03:04.141Z | |
1488 | 2024-09-16T14:03:04.141Z | info: running `cargo check --bins` on bootstore (2/158) |
1489 | 2024-09-16T14:03:05.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-09-16T14:03:05.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-09-16T14:03:05.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-09-16T14:03:05.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1493 | 2024-09-16T14:03:05.150Z | |
1494 | 2024-09-16T14:03:05.150Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1495 | 2024-09-16T14:03:06.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-09-16T14:03:06.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-09-16T14:03:06.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-09-16T14:03:06.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1499 | 2024-09-16T14:03:06.151Z | |
1500 | 2024-09-16T14:03:06.151Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1501 | 2024-09-16T14:03:07.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-09-16T14:03:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-09-16T14:03:07.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-09-16T14:03:07.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1505 | 2024-09-16T14:03:07.104Z | |
1506 | 2024-09-16T14:03:07.104Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1507 | 2024-09-16T14:03:07.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-09-16T14:03:07.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-09-16T14:03:07.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-09-16T14:03:07.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1511 | 2024-09-16T14:03:07.740Z | |
1512 | 2024-09-16T14:03:07.740Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1513 | 2024-09-16T14:03:08.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-09-16T14:03:08.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-09-16T14:03:08.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-09-16T14:03:08.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1517 | 2024-09-16T14:03:08.396Z | |
1518 | 2024-09-16T14:03:08.396Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1519 | 2024-09-16T14:03:09.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-09-16T14:03:09.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-09-16T14:03:09.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-09-16T14:03:09.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1523 | 2024-09-16T14:03:09.066Z | |
1524 | 2024-09-16T14:03:09.066Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1525 | 2024-09-16T14:03:09.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-09-16T14:03:09.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-09-16T14:03:09.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-09-16T14:03:09.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1529 | 2024-09-16T14:03:09.716Z | |
1530 | 2024-09-16T14:03:09.716Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1531 | 2024-09-16T14:03:10.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-09-16T14:03:10.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-09-16T14:03:10.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-09-16T14:03:10.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1535 | 2024-09-16T14:03:10.351Z | |
1536 | 2024-09-16T14:03:10.351Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1537 | 2024-09-16T14:03:10.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-09-16T14:03:10.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-09-16T14:03:10.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-09-16T14:03:10.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1541 | 2024-09-16T14:03:10.982Z | |
1542 | 2024-09-16T14:03:10.982Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1543 | 2024-09-16T14:03:11.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-09-16T14:03:11.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-09-16T14:03:11.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-09-16T14:03:11.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1547 | 2024-09-16T14:03:11.621Z | |
1548 | 2024-09-16T14:03:11.621Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1549 | 2024-09-16T14:03:12.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-09-16T14:03:12.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-09-16T14:03:12.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-09-16T14:03:12.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1553 | 2024-09-16T14:03:12.267Z | |
1554 | 2024-09-16T14:03:12.267Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1555 | 2024-09-16T14:03:12.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-09-16T14:03:12.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-09-16T14:03:12.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-09-16T14:03:12.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1559 | 2024-09-16T14:03:12.932Z | |
1560 | 2024-09-16T14:03:12.932Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1561 | 2024-09-16T14:03:13.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-09-16T14:03:13.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-09-16T14:03:13.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-09-16T14:03:13.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1565 | 2024-09-16T14:03:13.581Z | |
1566 | 2024-09-16T14:03:13.581Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1567 | 2024-09-16T14:03:14.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-09-16T14:03:14.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-09-16T14:03:14.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-09-16T14:03:14.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1571 | 2024-09-16T14:03:14.256Z | |
1572 | 2024-09-16T14:03:14.256Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1573 | 2024-09-16T14:03:14.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-09-16T14:03:14.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-09-16T14:03:14.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-09-16T14:03:14.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1577 | 2024-09-16T14:03:14.904Z | |
1578 | 2024-09-16T14:03:14.904Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1579 | 2024-09-16T14:03:15.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-09-16T14:03:15.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-09-16T14:03:15.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-09-16T14:03:15.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1583 | 2024-09-16T14:03:15.540Z | |
1584 | 2024-09-16T14:03:15.540Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1585 | 2024-09-16T14:03:16.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-09-16T14:03:16.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-09-16T14:03:16.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-09-16T14:03:16.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1589 | 2024-09-16T14:03:16.204Z | |
1590 | 2024-09-16T14:03:16.204Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1591 | 2024-09-16T14:03:16.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-09-16T14:03:16.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-09-16T14:03:16.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-09-16T14:03:16.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1595 | 2024-09-16T14:03:16.865Z | |
1596 | 2024-09-16T14:03:16.865Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1597 | 2024-09-16T14:03:17.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-09-16T14:03:17.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-09-16T14:03:17.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-09-16T14:03:17.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1601 | 2024-09-16T14:03:17.515Z | |
1602 | 2024-09-16T14:03:17.515Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1603 | 2024-09-16T14:03:18.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-09-16T14:03:18.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-09-16T14:03:18.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-09-16T14:03:18.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1607 | 2024-09-16T14:03:18.152Z | |
1608 | 2024-09-16T14:03:18.152Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1609 | 2024-09-16T14:03:18.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-09-16T14:03:18.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-09-16T14:03:18.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-09-16T14:03:18.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1613 | 2024-09-16T14:03:18.813Z | |
1614 | 2024-09-16T14:03:18.813Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1615 | 2024-09-16T14:03:19.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-09-16T14:03:19.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-09-16T14:03:19.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-09-16T14:03:19.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1619 | 2024-09-16T14:03:19.503Z | |
1620 | 2024-09-16T14:03:19.503Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1621 | 2024-09-16T14:03:20.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-09-16T14:03:20.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-09-16T14:03:20.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-09-16T14:03:20.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1625 | 2024-09-16T14:03:20.160Z | |
1626 | 2024-09-16T14:03:20.160Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1627 | 2024-09-16T14:03:20.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-09-16T14:03:21.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-09-16T14:03:21.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-09-16T14:03:21.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1631 | 2024-09-16T14:03:21.083Z | |
1632 | 2024-09-16T14:03:21.083Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1633 | 2024-09-16T14:03:21.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-09-16T14:03:21.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-09-16T14:03:21.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-09-16T14:03:21.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1637 | 2024-09-16T14:03:21.999Z | |
1638 | 2024-09-16T14:03:21.999Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1639 | 2024-09-16T14:03:22.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-09-16T14:03:22.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-09-16T14:03:22.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-09-16T14:03:22.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1643 | 2024-09-16T14:03:22.872Z | |
1644 | 2024-09-16T14:03:22.872Z | info: running `cargo check --bins` on oxlog (28/158) |
1645 | 2024-09-16T14:03:23.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-09-16T14:03:23.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-09-16T14:03:23.733Z | Checking cfg-if v1.0.0 |
1648 | 2024-09-16T14:03:23.757Z | Checking libc v0.2.158 |
1649 | 2024-09-16T14:03:23.757Z | Checking serde v1.0.208 |
1650 | 2024-09-16T14:03:23.781Z | Checking memchr v2.7.2 |
1651 | 2024-09-16T14:03:23.805Z | Checking scopeguard v1.2.0 |
1652 | 2024-09-16T14:03:23.805Z | Checking zeroize v1.7.0 |
1653 | 2024-09-16T14:03:23.830Z | Checking byteorder v1.5.0 |
1654 | 2024-09-16T14:03:23.830Z | Checking value-bag v1.9.0 |
1655 | 2024-09-16T14:03:23.857Z | Checking typenum v1.17.0 |
1656 | 2024-09-16T14:03:23.931Z | Checking lock_api v0.4.12 |
1657 | 2024-09-16T14:03:24.044Z | Checking once_cell v1.19.0 |
1658 | 2024-09-16T14:03:24.181Z | Checking itoa v1.0.11 |
1659 | 2024-09-16T14:03:24.205Z | Checking log v0.4.21 |
1660 | 2024-09-16T14:03:24.269Z | Checking pin-project-lite v0.2.14 |
1661 | 2024-09-16T14:03:24.302Z | Checking smallvec v1.13.2 |
1662 | 2024-09-16T14:03:24.360Z | Checking subtle v2.5.0 |
1663 | 2024-09-16T14:03:24.385Z | Checking const-oid v0.9.6 |
1664 | 2024-09-16T14:03:24.536Z | Checking zerocopy v0.7.34 |
1665 | 2024-09-16T14:03:24.582Z | Checking futures-sink v0.3.30 |
1666 | 2024-09-16T14:03:24.607Z | Checking futures-core v0.3.30 |
1667 | 2024-09-16T14:03:24.635Z | Checking allocator-api2 v0.2.18 |
1668 | 2024-09-16T14:03:24.691Z | Checking getrandom v0.2.14 |
1669 | 2024-09-16T14:03:24.715Z | Checking signal-hook-registry v1.4.2 |
1670 | 2024-09-16T14:03:24.764Z | Checking parking_lot_core v0.9.10 |
1671 | 2024-09-16T14:03:24.816Z | Checking generic-array v0.14.7 |
1672 | 2024-09-16T14:03:24.928Z | Checking rand_core v0.6.4 |
1673 | 2024-09-16T14:03:24.952Z | Checking mio v1.0.2 |
1674 | 2024-09-16T14:03:25.047Z | Checking parking_lot v0.12.2 |
1675 | 2024-09-16T14:03:25.170Z | Checking socket2 v0.5.7 |
1676 | 2024-09-16T14:03:25.194Z | Checking spin v0.9.8 |
1677 | 2024-09-16T14:03:25.333Z | Checking slab v0.4.9 |
1678 | 2024-09-16T14:03:25.431Z | Checking tinyvec_macros v0.1.1 |
1679 | 2024-09-16T14:03:25.483Z | Checking equivalent v1.0.1 |
1680 | 2024-09-16T14:03:25.514Z | Checking tinyvec v1.6.0 |
1681 | 2024-09-16T14:03:25.567Z | Checking futures-channel v0.3.30 |
1682 | 2024-09-16T14:03:25.592Z | Checking futures-task v0.3.30 |
1683 | 2024-09-16T14:03:25.592Z | Checking cpufeatures v0.2.12 |
1684 | 2024-09-16T14:03:25.671Z | Checking pin-utils v0.1.0 |
1685 | 2024-09-16T14:03:25.718Z | Checking ahash v0.8.11 |
1686 | 2024-09-16T14:03:25.745Z | Checking futures-io v0.3.30 |
1687 | 2024-09-16T14:03:25.769Z | Checking crypto-common v0.1.6 |
1688 | 2024-09-16T14:03:25.769Z | Checking block-buffer v0.10.4 |
1689 | 2024-09-16T14:03:25.799Z | Checking block-padding v0.3.3 |
1690 | 2024-09-16T14:03:25.868Z | Checking fnv v1.0.7 |
1691 | 2024-09-16T14:03:25.902Z | Checking futures-util v0.3.30 |
1692 | 2024-09-16T14:03:25.934Z | Checking unicode-bidi v0.3.15 |
1693 | 2024-09-16T14:03:25.958Z | Checking digest v0.10.7 |
1694 | 2024-09-16T14:03:25.983Z | Checking inout v0.1.3 |
1695 | 2024-09-16T14:03:26.007Z | Checking tracing-core v0.1.32 |
1696 | 2024-09-16T14:03:26.168Z | Checking libm v0.2.8 |
1697 | 2024-09-16T14:03:26.192Z | Checking hashbrown v0.14.5 |
1698 | 2024-09-16T14:03:26.278Z | Checking hmac v0.12.1 |
1699 | 2024-09-16T14:03:26.456Z | Checking ryu v1.0.18 |
1700 | 2024-09-16T14:03:26.480Z | Checking sha2 v0.10.8 |
1701 | 2024-09-16T14:03:26.531Z | Checking tracing v0.1.40 |
1702 | 2024-09-16T14:03:26.584Z | Checking unicode-normalization v0.1.23 |
1703 | 2024-09-16T14:03:26.664Z | Checking cipher v0.4.4 |
1704 | 2024-09-16T14:03:26.837Z | Checking base64ct v1.6.0 |
1705 | 2024-09-16T14:03:26.883Z | Checking num-traits v0.2.19 |
1706 | 2024-09-16T14:03:26.934Z | Checking flagset v0.4.5 |
1707 | 2024-09-16T14:03:27.011Z | Checking percent-encoding v2.3.1 |
1708 | 2024-09-16T14:03:27.107Z | Checking ppv-lite86 v0.2.17 |
1709 | 2024-09-16T14:03:27.159Z | Checking salsa20 v0.10.2 |
1710 | 2024-09-16T14:03:27.194Z | Checking pbkdf2 v0.12.2 |
1711 | 2024-09-16T14:03:27.218Z | Checking pem-rfc7468 v0.7.0 |
1712 | 2024-09-16T14:03:27.275Z | Checking untrusted v0.9.0 |
1713 | 2024-09-16T14:03:27.340Z | Checking try-lock v0.2.5 |
1714 | 2024-09-16T14:03:27.364Z | Checking scrypt v0.11.0 |
1715 | 2024-09-16T14:03:27.412Z | Checking ring v0.17.8 |
1716 | 2024-09-16T14:03:27.436Z | Checking der v0.7.9 |
1717 | 2024-09-16T14:03:27.469Z | Checking want v0.3.1 |
1718 | 2024-09-16T14:03:27.549Z | Checking aes v0.8.4 |
1719 | 2024-09-16T14:03:27.622Z | Checking cbc v0.1.2 |
1720 | 2024-09-16T14:03:27.682Z | Checking rand_chacha v0.3.1 |
1721 | 2024-09-16T14:03:27.799Z | Checking httparse v1.8.0 |
1722 | 2024-09-16T14:03:27.837Z | Checking bytes v1.7.1 |
1723 | 2024-09-16T14:03:28.001Z | Checking indexmap v2.4.0 |
1724 | 2024-09-16T14:03:28.135Z | Checking bitflags v2.6.0 |
1725 | 2024-09-16T14:03:28.242Z | Checking serde_json v1.0.125 |
1726 | 2024-09-16T14:03:28.265Z | Checking rand v0.8.5 |
1727 | 2024-09-16T14:03:28.377Z | Checking thiserror v1.0.63 |
1728 | 2024-09-16T14:03:28.492Z | Checking httpdate v1.0.3 |
1729 | 2024-09-16T14:03:28.516Z | Checking tokio v1.39.3 |
1730 | 2024-09-16T14:03:28.685Z | Checking http v0.2.12 |
1731 | 2024-09-16T14:03:28.967Z | Checking foreign-types-shared v0.1.1 |
1732 | 2024-09-16T14:03:29.022Z | Checking spki v0.7.3 |
1733 | 2024-09-16T14:03:29.058Z | Checking tower-service v0.3.2 |
1734 | 2024-09-16T14:03:29.089Z | Checking foreign-types v0.3.2 |
1735 | 2024-09-16T14:03:29.162Z | Checking form_urlencoded v1.2.1 |
1736 | 2024-09-16T14:03:29.186Z | Checking openssl-sys v0.9.103 |
1737 | 2024-09-16T14:03:29.268Z | Checking pkcs5 v0.7.1 |
1738 | 2024-09-16T14:03:29.296Z | Checking aho-corasick v1.1.3 |
1739 | 2024-09-16T14:03:29.332Z | Checking siphasher v0.3.11 |
1740 | 2024-09-16T14:03:29.575Z | Checking regex-syntax v0.8.4 |
1741 | 2024-09-16T14:03:29.610Z | Checking unicode-ident v1.0.12 |
1742 | 2024-09-16T14:03:29.701Z | Checking powerfmt v0.2.0 |
1743 | 2024-09-16T14:03:29.747Z | Checking proc-macro2 v1.0.86 |
1744 | 2024-09-16T14:03:29.793Z | Checking http-body v0.4.6 |
1745 | 2024-09-16T14:03:29.946Z | Checking deranged v0.3.11 |
1746 | 2024-09-16T14:03:30.087Z | Checking pkcs8 v0.10.2 |
1747 | 2024-09-16T14:03:30.143Z | Checking sct v0.7.1 |
1748 | 2024-09-16T14:03:30.203Z | Checking openssl v0.10.66 |
1749 | 2024-09-16T14:03:30.301Z | Checking rustls-webpki v0.101.7 |
1750 | 2024-09-16T14:03:30.325Z | Checking http v1.1.0 |
1751 | 2024-09-16T14:03:30.357Z | Checking uuid v1.10.0 |
1752 | 2024-09-16T14:03:30.661Z | Checking idna v0.5.0 |
1753 | 2024-09-16T14:03:30.824Z | Checking scroll v0.12.0 |
1754 | 2024-09-16T14:03:30.872Z | Checking errno v0.3.9 |
1755 | 2024-09-16T14:03:31.021Z | Checking anstyle v1.0.8 |
1756 | 2024-09-16T14:03:31.231Z | Checking finl_unicode v1.2.0 |
1757 | 2024-09-16T14:03:31.260Z | Checking utf8parse v0.2.1 |
1758 | 2024-09-16T14:03:31.299Z | Checking plain v0.2.3 |
1759 | 2024-09-16T14:03:31.390Z | Checking ucd-trie v0.1.6 |
1760 | 2024-09-16T14:03:31.414Z | Checking time-core v0.1.2 |
1761 | 2024-09-16T14:03:31.438Z | Checking num-conv v0.1.0 |
1762 | 2024-09-16T14:03:31.462Z | Checking openssl-probe v0.1.5 |
1763 | 2024-09-16T14:03:31.540Z | Checking num_threads v0.1.7 |
1764 | 2024-09-16T14:03:31.572Z | Checking iana-time-zone v0.1.60 |
1765 | 2024-09-16T14:03:31.596Z | Checking pest v2.7.10 |
1766 | 2024-09-16T14:03:31.637Z | Checking goblin v0.8.2 |
1767 | 2024-09-16T14:03:31.661Z | Checking time v0.3.36 |
1768 | 2024-09-16T14:03:31.711Z | Checking stringprep v0.1.4 |
1769 | 2024-09-16T14:03:31.735Z | Checking chrono v0.4.38 |
1770 | 2024-09-16T14:03:31.941Z | Checking anstyle-parse v0.2.4 |
1771 | 2024-09-16T14:03:32.097Z | Checking regex-automata v0.4.6 |
1772 | 2024-09-16T14:03:32.163Z | Checking url v2.5.2 |
1773 | 2024-09-16T14:03:32.834Z | Checking rustix v0.38.34 |
1774 | 2024-09-16T14:03:33.341Z | Checking rustls v0.21.12 |
1775 | 2024-09-16T14:03:33.590Z | Checking quote v1.0.36 |
1776 | 2024-09-16T14:03:33.614Z | Checking num-integer v0.1.46 |
1777 | 2024-09-16T14:03:33.889Z | Checking toml_datetime v0.6.8 |
1778 | 2024-09-16T14:03:34.038Z | Checking serde_spanned v0.6.7 |
1779 | 2024-09-16T14:03:34.130Z | Checking idna v0.3.0 |
1780 | 2024-09-16T14:03:34.191Z | Checking md-5 v0.10.6 |
1781 | 2024-09-16T14:03:34.370Z | Checking lazy_static v1.5.0 |
1782 | 2024-09-16T14:03:34.427Z | Checking tokio-util v0.7.11 |
1783 | 2024-09-16T14:03:34.476Z | Checking hash32 v0.2.1 |
1784 | 2024-09-16T14:03:34.639Z | Checking native-tls v0.2.11 |
1785 | 2024-09-16T14:03:34.732Z | Checking gimli v0.28.1 |
1786 | 2024-09-16T14:03:34.756Z | Checking stable_deref_trait v1.2.0 |
1787 | 2024-09-16T14:03:34.841Z | Checking base64 v0.22.1 |
1788 | 2024-09-16T14:03:34.925Z | Checking anstyle-query v1.0.3 |
1789 | 2024-09-16T14:03:35.041Z | Checking is_terminal_polyfill v1.70.0 |
1790 | 2024-09-16T14:03:35.146Z | Checking psl-types v2.0.11 |
1791 | 2024-09-16T14:03:35.170Z | Checking h2 v0.3.26 |
1792 | 2024-09-16T14:03:35.271Z | Checking adler v1.0.2 |
1793 | 2024-09-16T14:03:35.308Z | Checking atomic-waker v1.1.2 |
1794 | 2024-09-16T14:03:35.406Z | Checking pretty-hex v0.4.1 |
1795 | 2024-09-16T14:03:35.431Z | Checking colorchoice v1.0.1 |
1796 | 2024-09-16T14:03:35.546Z | Checking fallible-iterator v0.2.0 |
1797 | 2024-09-16T14:03:35.570Z | Checking anstream v0.6.14 |
1798 | 2024-09-16T14:03:35.703Z | Checking dof v0.3.0 |
1799 | 2024-09-16T14:03:35.770Z | Checking terminal_size v0.3.0 |
1800 | 2024-09-16T14:03:35.885Z | Checking h2 v0.4.6 |
1801 | 2024-09-16T14:03:35.909Z | Checking miniz_oxide v0.7.2 |
1802 | 2024-09-16T14:03:35.934Z | Checking publicsuffix v2.2.3 |
1803 | 2024-09-16T14:03:36.026Z | Checking tokio-rustls v0.24.1 |
1804 | 2024-09-16T14:03:36.061Z | Checking postgres-protocol v0.6.7 |
1805 | 2024-09-16T14:03:36.127Z | Checking tokio-native-tls v0.3.1 |
1806 | 2024-09-16T14:03:36.238Z | Checking heapless v0.7.17 |
1807 | 2024-09-16T14:03:36.262Z | Checking num-iter v0.1.45 |
1808 | 2024-09-16T14:03:36.328Z | Checking syn v2.0.74 |
1809 | 2024-09-16T14:03:36.354Z | Checking cookie v0.17.0 |
1810 | 2024-09-16T14:03:36.409Z | Checking dtrace-parser v0.2.0 |
1811 | 2024-09-16T14:03:36.593Z | Checking http-body v1.0.0 |
1812 | 2024-09-16T14:03:36.694Z | Checking phf_shared v0.11.2 |
1813 | 2024-09-16T14:03:36.768Z | Checking pin-project v1.1.5 |
1814 | 2024-09-16T14:03:36.802Z | Checking ff v0.13.0 |
1815 | 2024-09-16T14:03:36.875Z | Checking thread-id v4.2.1 |
1816 | 2024-09-16T14:03:36.929Z | Checking object v0.32.2 |
1817 | 2024-09-16T14:03:36.972Z | Checking clap_lex v0.7.0 |
1818 | 2024-09-16T14:03:36.996Z | Checking managed v0.8.0 |
1819 | 2024-09-16T14:03:37.111Z | Checking tower-layer v0.3.2 |
1820 | 2024-09-16T14:03:37.183Z | Checking base64 v0.21.7 |
1821 | 2024-09-16T14:03:37.313Z | Checking base16ct v0.2.0 |
1822 | 2024-09-16T14:03:37.337Z | Checking strsim v0.11.1 |
1823 | 2024-09-16T14:03:37.470Z | Checking ipnet v2.9.0 |
1824 | 2024-09-16T14:03:37.569Z | Checking bitflags v1.3.2 |
1825 | 2024-09-16T14:03:37.593Z | Checking either v1.13.0 |
1826 | 2024-09-16T14:03:37.655Z | Checking adler2 v2.0.0 |
1827 | 2024-09-16T14:03:37.781Z | Checking winnow v0.5.40 |
1828 | 2024-09-16T14:03:37.845Z | Checking addr2line v0.21.0 |
1829 | 2024-09-16T14:03:37.869Z | Checking rustc-demangle v0.1.24 |
1830 | 2024-09-16T14:03:37.916Z | Checking miniz_oxide v0.8.0 |
1831 | 2024-09-16T14:03:38.217Z | Checking smoltcp v0.9.1 |
1832 | 2024-09-16T14:03:38.270Z | Checking clap_builder v4.5.15 |
1833 | 2024-09-16T14:03:38.547Z | Checking rustls-pemfile v1.0.4 |
1834 | 2024-09-16T14:03:38.698Z | Checking sec1 v0.7.3 |
1835 | 2024-09-16T14:03:39.022Z | Checking tower v0.4.13 |
1836 | 2024-09-16T14:03:39.434Z | Checking group v0.13.0 |
1837 | 2024-09-16T14:03:39.615Z | Checking phf v0.11.2 |
1838 | 2024-09-16T14:03:39.642Z | Checking cookie_store v0.20.0 |
1839 | 2024-09-16T14:03:39.866Z | Checking postgres-types v0.2.7 |
1840 | 2024-09-16T14:03:40.223Z | Checking num-bigint-dig v0.8.4 |
1841 | 2024-09-16T14:03:40.255Z | Checking toml_edit v0.19.15 |
1842 | 2024-09-16T14:03:40.299Z | Checking hyper v0.14.30 |
1843 | 2024-09-16T14:03:40.478Z | Checking bstr v1.9.1 |
1844 | 2024-09-16T14:03:40.813Z | Checking regex v1.10.6 |
1845 | 2024-09-16T14:03:40.940Z | Checking hyper v1.4.1 |
1846 | 2024-09-16T14:03:41.255Z | Checking pkcs1 v0.7.5 |
1847 | 2024-09-16T14:03:41.333Z | Checking futures-executor v0.3.30 |
1848 | 2024-09-16T14:03:41.456Z | Checking usdt-impl v0.5.0 |
1849 | 2024-09-16T14:03:41.528Z | Checking phf_shared v0.10.0 |
1850 | 2024-09-16T14:03:41.593Z | Checking serde_urlencoded v0.7.1 |
1851 | 2024-09-16T14:03:41.767Z | Checking zerocopy v0.6.6 |
1852 | 2024-09-16T14:03:41.872Z | Checking backtrace v0.3.71 |
1853 | 2024-09-16T14:03:41.901Z | Checking float-cmp v0.9.0 |
1854 | 2024-09-16T14:03:41.939Z | Checking hubpack v0.1.2 |
1855 | 2024-09-16T14:03:41.963Z | Checking serde-big-array v0.5.1 |
1856 | 2024-09-16T14:03:42.065Z | Checking signal-hook v0.3.17 |
1857 | 2024-09-16T14:03:42.139Z | Checking crossbeam-utils v0.8.19 |
1858 | 2024-09-16T14:03:42.201Z | Checking crc32fast v1.4.0 |
1859 | 2024-09-16T14:03:42.244Z | Checking idna v0.4.0 |
1860 | 2024-09-16T14:03:42.357Z | Checking hkdf v0.12.4 |
1861 | 2024-09-16T14:03:42.381Z | Checking signature v2.2.0 |
1862 | 2024-09-16T14:03:42.408Z | Checking crypto-bigint v0.5.5 |
1863 | 2024-09-16T14:03:42.434Z | Checking memmap v0.7.0 |
1864 | 2024-09-16T14:03:42.540Z | Checking mio v0.8.11 |
1865 | 2024-09-16T14:03:42.564Z | Checking encoding_rs v0.8.34 |
1866 | 2024-09-16T14:03:42.606Z | Checking mime v0.3.17 |
1867 | 2024-09-16T14:03:42.630Z | Checking minimal-lexical v0.2.1 |
1868 | 2024-09-16T14:03:42.717Z | Checking unicode-segmentation v1.11.0 |
1869 | 2024-09-16T14:03:42.873Z | Checking data-encoding v2.6.0 |
1870 | 2024-09-16T14:03:42.898Z | Checking precomputed-hash v0.1.1 |
1871 | 2024-09-16T14:03:42.957Z | Checking static_assertions v1.1.0 |
1872 | 2024-09-16T14:03:42.989Z | Checking predicates-core v1.0.6 |
1873 | 2024-09-16T14:03:43.047Z | Checking fixedbitset v0.4.2 |
1874 | 2024-09-16T14:03:43.076Z | Checking sync_wrapper v0.1.2 |
1875 | 2024-09-16T14:03:43.151Z | Checking unicode-width v0.1.13 |
1876 | 2024-09-16T14:03:43.194Z | Checking new_debug_unreachable v1.0.6 |
1877 | 2024-09-16T14:03:43.242Z | Checking whoami v1.5.1 |
1878 | 2024-09-16T14:03:43.283Z | Checking webpki-roots v0.25.4 |
1879 | 2024-09-16T14:03:43.307Z | Checking bit-vec v0.6.3 |
1880 | 2024-09-16T14:03:43.332Z | Checking normalize-line-endings v0.3.0 |
1881 | 2024-09-16T14:03:43.424Z | Checking winnow v0.6.18 |
1882 | 2024-09-16T14:03:43.448Z | Checking difflib v0.4.0 |
1883 | 2024-09-16T14:03:43.448Z | Checking dyn-clone v1.0.17 |
1884 | 2024-09-16T14:03:43.504Z | Checking tokio-postgres v0.7.11 |
1885 | 2024-09-16T14:03:43.585Z | Checking schemars v0.8.21 |
1886 | 2024-09-16T14:03:43.609Z | Checking bit-set v0.5.3 |
1887 | 2024-09-16T14:03:43.718Z | Checking predicates v3.1.2 |
1888 | 2024-09-16T14:03:43.834Z | Checking hickory-proto v0.24.1 |
1889 | 2024-09-16T14:03:44.303Z | Checking console v0.15.8 |
1890 | 2024-09-16T14:03:44.393Z | Checking petgraph v0.6.5 |
1891 | 2024-09-16T14:03:44.725Z | Checking elliptic-curve v0.13.8 |
1892 | 2024-09-16T14:03:44.796Z | Checking string_cache v0.8.7 |
1893 | 2024-09-16T14:03:44.905Z | Checking similar v2.6.0 |
1894 | 2024-09-16T14:03:45.057Z | Checking signal-hook-mio v0.2.4 |
1895 | 2024-09-16T14:03:45.181Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
1896 | 2024-09-16T14:03:45.299Z | Checking nom v7.1.3 |
1897 | 2024-09-16T14:03:45.357Z | Checking hyper-rustls v0.24.2 |
1898 | 2024-09-16T14:03:45.604Z | Checking hyper-tls v0.5.0 |
1899 | 2024-09-16T14:03:45.654Z | Checking crossbeam-epoch v0.9.18 |
1900 | 2024-09-16T14:03:45.810Z | Checking toml_edit v0.22.20 |
1901 | 2024-09-16T14:03:45.849Z | Checking reqwest v0.11.27 |
1902 | 2024-09-16T14:03:45.905Z | Checking usdt v0.5.0 |
1903 | 2024-09-16T14:03:46.032Z | Checking hyper-util v0.1.3 |
1904 | 2024-09-16T14:03:46.129Z | Checking rsa v0.9.6 |
1905 | 2024-09-16T14:03:46.978Z | Checking flate2 v1.0.33 |
1906 | 2024-09-16T14:03:47.151Z | Checking anyhow v1.0.86 |
1907 | 2024-09-16T14:03:47.241Z | Checking toml v0.7.8 |
1908 | 2024-09-16T14:03:47.465Z | Checking futures v0.3.30 |
1909 | 2024-09-16T14:03:47.500Z | Checking clap v4.5.16 |
1910 | 2024-09-16T14:03:47.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1911 | 2024-09-16T14:03:47.554Z | Checking itertools v0.10.5 |
1912 | 2024-09-16T14:03:47.578Z | Checking itertools v0.12.1 |
1913 | 2024-09-16T14:03:47.602Z | Checking tokio-stream v0.1.15 |
1914 | 2024-09-16T14:03:47.626Z | Checking fs-err v2.11.0 |
1915 | 2024-09-16T14:03:47.626Z | Checking slog v2.7.0 |
1916 | 2024-09-16T14:03:47.839Z | Checking openapiv3 v2.0.0 |
1917 | 2024-09-16T14:03:47.921Z | Checking semver v1.0.23 |
1918 | 2024-09-16T14:03:48.030Z | Checking hex v0.4.3 |
1919 | 2024-09-16T14:03:48.055Z | Checking sha1 v0.10.6 |
1920 | 2024-09-16T14:03:48.278Z | Checking lalrpop-util v0.19.12 |
1921 | 2024-09-16T14:03:48.302Z | Checking peg-runtime v0.8.3 |
1922 | 2024-09-16T14:03:48.302Z | Checking camino v1.1.9 |
1923 | 2024-09-16T14:03:48.442Z | Checking sigpipe v0.1.3 |
1924 | 2024-09-16T14:03:50.602Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1925 | 2024-09-16T14:03:51.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.13s |
1926 | 2024-09-16T14:03:51.141Z | |
1927 | 2024-09-16T14:03:51.141Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1928 | 2024-09-16T14:03:51.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1929 | 2024-09-16T14:03:51.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1930 | 2024-09-16T14:03:52.066Z | Compiling regress v0.9.1 |
1931 | 2024-09-16T14:03:52.096Z | Checking strum v0.26.3 |
1932 | 2024-09-16T14:03:52.124Z | Checking heck v0.5.0 |
1933 | 2024-09-16T14:03:52.148Z | Compiling getopts v0.2.21 |
1934 | 2024-09-16T14:03:52.172Z | Checking dirs-sys-next v0.1.2 |
1935 | 2024-09-16T14:03:52.196Z | Compiling unsafe-libyaml v0.2.11 |
1936 | 2024-09-16T14:03:52.236Z | Checking thread_local v1.1.8 |
1937 | 2024-09-16T14:03:52.292Z | Checking rustls-pki-types v1.7.0 |
1938 | 2024-09-16T14:03:52.318Z | Checking dirs-next v2.0.0 |
1939 | 2024-09-16T14:03:52.431Z | Compiling ident_case v1.0.1 |
1940 | 2024-09-16T14:03:52.474Z | Checking term v0.7.0 |
1941 | 2024-09-16T14:03:52.498Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1942 | 2024-09-16T14:03:52.601Z | Compiling darling_core v0.20.9 |
1943 | 2024-09-16T14:03:52.665Z | Checking crossbeam-channel v0.5.12 |
1944 | 2024-09-16T14:03:52.756Z | Checking is-terminal v0.4.12 |
1945 | 2024-09-16T14:03:52.843Z | Checking atty v0.2.14 |
1946 | 2024-09-16T14:03:52.867Z | Checking take_mut v0.2.2 |
1947 | 2024-09-16T14:03:52.950Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1948 | 2024-09-16T14:03:52.974Z | Checking utf-8 v0.7.6 |
1949 | 2024-09-16T14:03:52.999Z | Checking termcolor v1.4.1 |
1950 | 2024-09-16T14:03:53.145Z | Compiling rustls v0.22.4 |
1951 | 2024-09-16T14:03:53.245Z | Compiling serde_yaml v0.9.34+deprecated |
1952 | 2024-09-16T14:03:53.283Z | Compiling paste v1.0.15 |
1953 | 2024-09-16T14:03:53.354Z | Checking humantime v2.1.0 |
1954 | 2024-09-16T14:03:53.406Z | Checking slog-async v2.8.0 |
1955 | 2024-09-16T14:03:53.597Z | Checking env_logger v0.9.3 |
1956 | 2024-09-16T14:03:53.678Z | Checking slog-term v2.9.1 |
1957 | 2024-09-16T14:03:53.752Z | Checking rustls-webpki v0.102.4 |
1958 | 2024-09-16T14:03:53.810Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-09-16T14:03:53.980Z | Compiling proc-macro-crate v1.3.1 |
1960 | 2024-09-16T14:03:54.102Z | Compiling bitstruct_derive v0.1.0 |
1961 | 2024-09-16T14:03:54.126Z | Compiling structmeta-derive v0.3.0 |
1962 | 2024-09-16T14:03:54.389Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-09-16T14:03:54.494Z | Compiling multer v3.1.0 |
1964 | 2024-09-16T14:03:54.753Z | Checking match_cfg v0.1.0 |
1965 | 2024-09-16T14:03:54.801Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1966 | 2024-09-16T14:03:54.852Z | Checking ascii v1.1.0 |
1967 | 2024-09-16T14:03:54.916Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1968 | 2024-09-16T14:03:55.197Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1969 | 2024-09-16T14:03:55.252Z | Checking bitstruct v0.1.1 |
1970 | 2024-09-16T14:03:55.371Z | Compiling num_enum_derive v0.5.11 |
1971 | 2024-09-16T14:03:55.919Z | Checking hostname v0.3.1 |
1972 | 2024-09-16T14:03:56.098Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-09-16T14:03:56.237Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-09-16T14:03:56.549Z | Compiling structmeta v0.3.0 |
1975 | 2024-09-16T14:03:56.704Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-09-16T14:03:56.751Z | Checking slog-json v2.6.1 |
1977 | 2024-09-16T14:03:56.923Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-09-16T14:03:56.947Z | Checking erased-serde v0.3.31 |
1979 | 2024-09-16T14:03:56.974Z | Checking serde_arrays v0.1.0 |
1980 | 2024-09-16T14:03:57.107Z | Compiling async-stream-impl v0.3.5 |
1981 | 2024-09-16T14:03:57.166Z | Compiling foreign-types-macros v0.2.3 |
1982 | 2024-09-16T14:03:57.455Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1983 | 2024-09-16T14:03:57.479Z | Checking arc-swap v1.7.1 |
1984 | 2024-09-16T14:03:57.686Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1985 | 2024-09-16T14:03:57.820Z | Checking foreign-types-shared v0.3.1 |
1986 | 2024-09-16T14:03:57.844Z | Checking slog-scope v4.4.0 |
1987 | 2024-09-16T14:03:57.926Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-09-16T14:03:58.010Z | Checking num_enum v0.5.11 |
1989 | 2024-09-16T14:03:58.034Z | Checking slog-bunyan v2.5.0 |
1990 | 2024-09-16T14:03:58.153Z | Compiling parse-display-derive v0.10.0 |
1991 | 2024-09-16T14:03:58.181Z | Compiling proc-macro-error v1.0.4 |
1992 | 2024-09-16T14:03:58.209Z | Checking foreign-types v0.5.0 |
1993 | 2024-09-16T14:03:58.233Z | Checking async-stream v0.3.5 |
1994 | 2024-09-16T14:03:58.423Z | Compiling darling_macro v0.20.9 |
1995 | 2024-09-16T14:03:58.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-09-16T14:03:58.648Z | Checking toml v0.8.19 |
1997 | 2024-09-16T14:03:58.781Z | Checking tungstenite v0.20.1 |
1998 | 2024-09-16T14:03:58.805Z | Checking rustls-pemfile v2.1.3 |
1999 | 2024-09-16T14:03:59.005Z | Checking waitgroup v0.1.2 |
2000 | 2024-09-16T14:03:59.127Z | Compiling heck v0.3.3 |
2001 | 2024-09-16T14:03:59.186Z | Checking tokio-rustls v0.25.0 |
2002 | 2024-09-16T14:03:59.229Z | Compiling darling v0.20.9 |
2003 | 2024-09-16T14:03:59.299Z | Checking newtype-uuid v1.1.0 |
2004 | 2024-09-16T14:03:59.337Z | Compiling serde_with_macros v3.9.0 |
2005 | 2024-09-16T14:03:59.506Z | Checking ipnetwork v0.20.0 |
2006 | 2024-09-16T14:03:59.530Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2007 | 2024-09-16T14:03:59.530Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2008 | 2024-09-16T14:03:59.555Z | Checking serde_path_to_error v0.1.16 |
2009 | 2024-09-16T14:03:59.817Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2010 | 2024-09-16T14:04:00.138Z | Checking hostname v0.4.0 |
2011 | 2024-09-16T14:04:00.260Z | Checking cstr-argument v0.1.2 |
2012 | 2024-09-16T14:04:00.299Z | Checking instant v0.1.12 |
2013 | 2024-09-16T14:04:00.407Z | Checking pretty-hex v0.2.1 |
2014 | 2024-09-16T14:04:00.431Z | Checking fastrand v2.1.0 |
2015 | 2024-09-16T14:04:00.484Z | Checking debug-ignore v1.0.5 |
2016 | 2024-09-16T14:04:00.552Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2017 | 2024-09-16T14:04:00.612Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2018 | 2024-09-16T14:04:00.716Z | Checking tempfile v3.10.1 |
2019 | 2024-09-16T14:04:00.820Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2020 | 2024-09-16T14:04:00.851Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2021 | 2024-09-16T14:04:00.945Z | Checking backoff v0.4.0 |
2022 | 2024-09-16T14:04:01.125Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2023 | 2024-09-16T14:04:01.171Z | Checking tokio-tungstenite v0.20.1 |
2024 | 2024-09-16T14:04:01.195Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2025 | 2024-09-16T14:04:01.383Z | Compiling zone_cfg_derive v0.1.2 |
2026 | 2024-09-16T14:04:01.415Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2027 | 2024-09-16T14:04:01.572Z | Checking slog-stdlog v4.1.1 |
2028 | 2024-09-16T14:04:01.714Z | Checking serde_with v3.9.0 |
2029 | 2024-09-16T14:04:01.739Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2030 | 2024-09-16T14:04:01.869Z | Checking tungstenite v0.21.0 |
2031 | 2024-09-16T14:04:02.027Z | Checking parse-display v0.10.0 |
2032 | 2024-09-16T14:04:02.082Z | Checking colored v2.1.0 |
2033 | 2024-09-16T14:04:02.229Z | Checking macaddr v1.0.1 |
2034 | 2024-09-16T14:04:02.341Z | Checking socket2 v0.4.10 |
2035 | 2024-09-16T14:04:02.513Z | Checking base64 v0.13.1 |
2036 | 2024-09-16T14:04:02.625Z | Checking zone v0.1.8 |
2037 | 2024-09-16T14:04:02.649Z | Checking tokio-tungstenite v0.21.0 |
2038 | 2024-09-16T14:04:02.853Z | Checking ron v0.7.1 |
2039 | 2024-09-16T14:04:03.057Z | Checking slog-envlogger v2.2.0 |
2040 | 2024-09-16T14:04:03.184Z | Checking pem v3.0.4 |
2041 | 2024-09-16T14:04:03.278Z | Checking tabwriter v1.4.0 |
2042 | 2024-09-16T14:04:03.442Z | Checking xattr v1.3.1 |
2043 | 2024-09-16T14:04:03.516Z | Checking portpicker v0.1.1 |
2044 | 2024-09-16T14:04:03.632Z | Checking yasna v0.5.2 |
2045 | 2024-09-16T14:04:03.665Z | Checking headers-core v0.2.0 |
2046 | 2024-09-16T14:04:03.831Z | Checking smf v0.2.3 |
2047 | 2024-09-16T14:04:03.913Z | Checking filetime v0.2.25 |
2048 | 2024-09-16T14:04:04.140Z | Checking same-file v1.0.6 |
2049 | 2024-09-16T14:04:04.253Z | Checking tar v0.4.41 |
2050 | 2024-09-16T14:04:04.289Z | Checking headers v0.3.9 |
2051 | 2024-09-16T14:04:04.315Z | Checking walkdir v2.5.0 |
2052 | 2024-09-16T14:04:04.478Z | Checking rcgen v0.12.1 |
2053 | 2024-09-16T14:04:04.505Z | Checking camino-tempfile v1.1.1 |
2054 | 2024-09-16T14:04:04.590Z | Checking atomicwrites v0.4.3 |
2055 | 2024-09-16T14:04:04.776Z | Checking subprocess v0.2.9 |
2056 | 2024-09-16T14:04:05.502Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-09-16T14:04:05.755Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2058 | 2024-09-16T14:04:07.948Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2059 | 2024-09-16T14:04:10.406Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2060 | 2024-09-16T14:04:10.505Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2061 | 2024-09-16T14:04:14.695Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2062 | 2024-09-16T14:04:22.181Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2063 | 2024-09-16T14:04:22.348Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2064 | 2024-09-16T14:04:22.372Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2065 | 2024-09-16T14:04:25.556Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2066 | 2024-09-16T14:04:26.030Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2067 | 2024-09-16T14:04:33.505Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2068 | 2024-09-16T14:04:35.386Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2069 | 2024-09-16T14:04:36.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.62s |
2070 | 2024-09-16T14:04:36.915Z | |
2071 | 2024-09-16T14:04:36.915Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2072 | 2024-09-16T14:04:37.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-09-16T14:04:37.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-09-16T14:04:37.860Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2075 | 2024-09-16T14:04:39.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
2076 | 2024-09-16T14:04:39.526Z | |
2077 | 2024-09-16T14:04:39.526Z | info: running `cargo check --bins` on nexus-config (31/158) |
2078 | 2024-09-16T14:04:40.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-09-16T14:04:40.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-09-16T14:04:40.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-09-16T14:04:40.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2082 | 2024-09-16T14:04:40.384Z | |
2083 | 2024-09-16T14:04:40.384Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2084 | 2024-09-16T14:04:41.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-09-16T14:04:41.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-09-16T14:04:41.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-09-16T14:04:41.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2088 | 2024-09-16T14:04:41.224Z | |
2089 | 2024-09-16T14:04:41.224Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2090 | 2024-09-16T14:04:42.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-09-16T14:04:42.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-09-16T14:04:42.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-09-16T14:04:42.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2094 | 2024-09-16T14:04:42.098Z | |
2095 | 2024-09-16T14:04:42.098Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2096 | 2024-09-16T14:04:42.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-09-16T14:04:42.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-09-16T14:04:42.991Z | Compiling heapless v0.8.0 |
2099 | 2024-09-16T14:04:43.015Z | Checking hash32 v0.3.1 |
2100 | 2024-09-16T14:04:43.039Z | Compiling smoltcp v0.11.0 |
2101 | 2024-09-16T14:04:43.063Z | Checking cobs v0.2.3 |
2102 | 2024-09-16T14:04:43.063Z | Checking embedded-io v0.4.0 |
2103 | 2024-09-16T14:04:43.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2104 | 2024-09-16T14:04:43.088Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2105 | 2024-09-16T14:04:43.112Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2106 | 2024-09-16T14:04:43.183Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2107 | 2024-09-16T14:04:43.227Z | Compiling crucible-workspace-hack v0.1.0 |
2108 | 2024-09-16T14:04:43.251Z | Checking postcard v1.0.8 |
2109 | 2024-09-16T14:04:43.323Z | Checking newline-converter v0.3.0 |
2110 | 2024-09-16T14:04:43.409Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2111 | 2024-09-16T14:04:43.460Z | Compiling convert_case v0.4.0 |
2112 | 2024-09-16T14:04:43.484Z | Checking expectorate v1.1.0 |
2113 | 2024-09-16T14:04:43.624Z | Compiling zone_cfg_derive v0.3.0 |
2114 | 2024-09-16T14:04:43.665Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2115 | 2024-09-16T14:04:43.697Z | Compiling num-derive v0.4.2 |
2116 | 2024-09-16T14:04:43.858Z | Compiling slog-dtrace v0.3.0 |
2117 | 2024-09-16T14:04:43.905Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2118 | 2024-09-16T14:04:43.966Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2119 | 2024-09-16T14:04:44.313Z | Compiling derive_more v0.99.18 |
2120 | 2024-09-16T14:04:44.791Z | Checking zone v0.3.0 |
2121 | 2024-09-16T14:04:45.276Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2122 | 2024-09-16T14:04:47.004Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2123 | 2024-09-16T14:04:48.077Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2124 | 2024-09-16T14:04:48.810Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2125 | 2024-09-16T14:04:49.381Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2126 | 2024-09-16T14:04:49.859Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2127 | 2024-09-16T14:04:51.520Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2128 | 2024-09-16T14:04:52.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s |
2129 | 2024-09-16T14:04:52.562Z | |
2130 | 2024-09-16T14:04:52.562Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2131 | 2024-09-16T14:04:53.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2132 | 2024-09-16T14:04:53.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2133 | 2024-09-16T14:04:53.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2134 | 2024-09-16T14:04:53.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2135 | 2024-09-16T14:04:53.452Z | |
2136 | 2024-09-16T14:04:53.452Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2137 | 2024-09-16T14:04:54.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2138 | 2024-09-16T14:04:54.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2139 | 2024-09-16T14:04:54.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2140 | 2024-09-16T14:04:54.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2141 | 2024-09-16T14:04:54.360Z | |
2142 | 2024-09-16T14:04:54.361Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2143 | 2024-09-16T14:04:55.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-09-16T14:04:55.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-09-16T14:04:55.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-09-16T14:04:55.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2147 | 2024-09-16T14:04:55.378Z | |
2148 | 2024-09-16T14:04:55.378Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2149 | 2024-09-16T14:04:56.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-09-16T14:04:56.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-09-16T14:04:56.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-09-16T14:04:56.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
2153 | 2024-09-16T14:04:56.426Z | |
2154 | 2024-09-16T14:04:56.426Z | info: running `cargo check --bins` on dns-server (39/158) |
2155 | 2024-09-16T14:04:57.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-09-16T14:04:57.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-09-16T14:04:57.315Z | Compiling parking_lot_core v0.8.6 |
2158 | 2024-09-16T14:04:57.339Z | Checking nibble_vec v0.1.0 |
2159 | 2024-09-16T14:04:57.339Z | Checking linked-hash-map v0.5.6 |
2160 | 2024-09-16T14:04:57.339Z | Checking quick-error v1.2.3 |
2161 | 2024-09-16T14:04:57.339Z | Checking endian-type v0.1.2 |
2162 | 2024-09-16T14:04:57.363Z | Checking fxhash v0.2.1 |
2163 | 2024-09-16T14:04:57.388Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2164 | 2024-09-16T14:04:57.413Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2165 | 2024-09-16T14:04:57.507Z | Checking resolv-conf v0.7.0 |
2166 | 2024-09-16T14:04:57.532Z | Checking hickory-server v0.24.1 |
2167 | 2024-09-16T14:04:57.556Z | Checking radix_trie v0.2.1 |
2168 | 2024-09-16T14:04:57.660Z | Checking lru-cache v0.1.2 |
2169 | 2024-09-16T14:04:57.822Z | Checking hickory-resolver v0.24.1 |
2170 | 2024-09-16T14:04:57.897Z | Checking hickory-client v0.24.1 |
2171 | 2024-09-16T14:04:58.041Z | Checking parking_lot v0.11.2 |
2172 | 2024-09-16T14:04:58.332Z | Checking sled v0.34.7 |
2173 | 2024-09-16T14:05:00.517Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2174 | 2024-09-16T14:05:01.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
2175 | 2024-09-16T14:05:02.050Z | |
2176 | 2024-09-16T14:05:02.050Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2177 | 2024-09-16T14:05:02.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-09-16T14:05:02.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-09-16T14:05:02.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-09-16T14:05:02.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2181 | 2024-09-16T14:05:02.933Z | |
2182 | 2024-09-16T14:05:02.933Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2183 | 2024-09-16T14:05:03.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-09-16T14:05:03.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-09-16T14:05:03.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-09-16T14:05:03.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2187 | 2024-09-16T14:05:03.802Z | |
2188 | 2024-09-16T14:05:03.802Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2189 | 2024-09-16T14:05:04.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-09-16T14:05:04.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-09-16T14:05:04.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-09-16T14:05:04.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2193 | 2024-09-16T14:05:04.755Z | |
2194 | 2024-09-16T14:05:04.755Z | info: running `cargo check --bins` on gateway-types (43/158) |
2195 | 2024-09-16T14:05:05.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-09-16T14:05:05.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-09-16T14:05:05.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-09-16T14:05:05.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2199 | 2024-09-16T14:05:05.617Z | |
2200 | 2024-09-16T14:05:05.617Z | info: running `cargo check --bins` on ipcc (44/158) |
2201 | 2024-09-16T14:05:06.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-09-16T14:05:06.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-09-16T14:05:06.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-09-16T14:05:06.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2205 | 2024-09-16T14:05:06.479Z | |
2206 | 2024-09-16T14:05:06.479Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2207 | 2024-09-16T14:05:07.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-09-16T14:05:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-09-16T14:05:07.435Z | Compiling rustls-pki-types v1.7.0 |
2210 | 2024-09-16T14:05:07.459Z | Compiling match_cfg v0.1.0 |
2211 | 2024-09-16T14:05:07.459Z | Checking num-rational v0.4.2 |
2212 | 2024-09-16T14:05:07.459Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2213 | 2024-09-16T14:05:07.459Z | Compiling slog-json v2.6.1 |
2214 | 2024-09-16T14:05:07.483Z | Checking num-complex v0.4.6 |
2215 | 2024-09-16T14:05:07.509Z | Compiling prettyplease v0.2.20 |
2216 | 2024-09-16T14:05:07.560Z | Compiling async-stream v0.3.5 |
2217 | 2024-09-16T14:05:07.595Z | Compiling hostname v0.3.1 |
2218 | 2024-09-16T14:05:07.797Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2219 | 2024-09-16T14:05:07.833Z | Compiling slog-bunyan v2.5.0 |
2220 | 2024-09-16T14:05:07.857Z | Compiling rustls-webpki v0.102.4 |
2221 | 2024-09-16T14:05:07.857Z | Compiling rustls-pemfile v2.1.3 |
2222 | 2024-09-16T14:05:07.892Z | Compiling multer v3.1.0 |
2223 | 2024-09-16T14:05:08.015Z | Compiling toml v0.8.19 |
2224 | 2024-09-16T14:05:08.039Z | Compiling waitgroup v0.1.2 |
2225 | 2024-09-16T14:05:08.039Z | Compiling newtype-uuid v1.1.0 |
2226 | 2024-09-16T14:05:08.150Z | Compiling ipnetwork v0.20.0 |
2227 | 2024-09-16T14:05:08.239Z | Compiling serde_path_to_error v0.1.16 |
2228 | 2024-09-16T14:05:08.285Z | Checking num v0.4.3 |
2229 | 2024-09-16T14:05:08.309Z | Compiling hostname v0.4.0 |
2230 | 2024-09-16T14:05:08.335Z | Compiling instant v0.1.12 |
2231 | 2024-09-16T14:05:08.386Z | Checking float-ord v0.3.2 |
2232 | 2024-09-16T14:05:08.476Z | Compiling radium v0.7.0 |
2233 | 2024-09-16T14:05:08.516Z | Compiling debug-ignore v1.0.5 |
2234 | 2024-09-16T14:05:08.541Z | Compiling semver v0.1.20 |
2235 | 2024-09-16T14:05:08.659Z | Compiling rustls v0.22.4 |
2236 | 2024-09-16T14:05:08.827Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2237 | 2024-09-16T14:05:08.925Z | Compiling rustc_version v0.1.7 |
2238 | 2024-09-16T14:05:08.976Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2239 | 2024-09-16T14:05:09.000Z | Compiling backoff v0.4.0 |
2240 | 2024-09-16T14:05:09.130Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2241 | 2024-09-16T14:05:09.290Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2242 | 2024-09-16T14:05:09.360Z | Compiling parse-display v0.10.0 |
2243 | 2024-09-16T14:05:09.427Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2244 | 2024-09-16T14:05:09.502Z | Compiling serde_with v3.9.0 |
2245 | 2024-09-16T14:05:09.584Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2246 | 2024-09-16T14:05:09.738Z | Compiling macaddr v1.0.1 |
2247 | 2024-09-16T14:05:09.970Z | Compiling maybe-uninit v2.0.0 |
2248 | 2024-09-16T14:05:10.129Z | Checking tap v1.0.1 |
2249 | 2024-09-16T14:05:10.272Z | Checking wyz v0.5.1 |
2250 | 2024-09-16T14:05:10.485Z | Compiling newtype_derive v0.1.6 |
2251 | 2024-09-16T14:05:10.595Z | Checking password-hash v0.5.0 |
2252 | 2024-09-16T14:05:10.732Z | Checking blake2 v0.10.6 |
2253 | 2024-09-16T14:05:10.902Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2254 | 2024-09-16T14:05:10.975Z | Checking crc-catalog v2.4.0 |
2255 | 2024-09-16T14:05:11.064Z | Checking funty v2.0.0 |
2256 | 2024-09-16T14:05:11.098Z | Compiling cancel-safe-futures v0.1.5 |
2257 | 2024-09-16T14:05:11.261Z | Compiling packed_struct v0.10.1 |
2258 | 2024-09-16T14:05:11.457Z | Checking argon2 v0.5.3 |
2259 | 2024-09-16T14:05:11.558Z | Checking crc v3.2.1 |
2260 | 2024-09-16T14:05:11.825Z | Checking bitvec v1.0.1 |
2261 | 2024-09-16T14:05:11.914Z | Compiling packed_struct_codegen v0.10.1 |
2262 | 2024-09-16T14:05:12.050Z | Checking half v2.4.1 |
2263 | 2024-09-16T14:05:12.446Z | Compiling tokio-rustls v0.25.0 |
2264 | 2024-09-16T14:05:12.619Z | Compiling cookie v0.18.1 |
2265 | 2024-09-16T14:05:12.742Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2266 | 2024-09-16T14:05:12.796Z | Compiling indexmap v1.9.3 |
2267 | 2024-09-16T14:05:12.880Z | Checking ciborium-io v0.2.2 |
2268 | 2024-09-16T14:05:12.987Z | Checking nodrop v0.1.14 |
2269 | 2024-09-16T14:05:13.057Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2270 | 2024-09-16T14:05:13.102Z | Checking array-init v0.0.4 |
2271 | 2024-09-16T14:05:13.354Z | Checking ciborium-ll v0.2.2 |
2272 | 2024-09-16T14:05:13.802Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2273 | 2024-09-16T14:05:13.921Z | Checking smallvec v0.6.14 |
2274 | 2024-09-16T14:05:14.153Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2275 | 2024-09-16T14:05:14.351Z | Checking libsw v3.3.1 |
2276 | 2024-09-16T14:05:14.570Z | Compiling derive-where v1.2.7 |
2277 | 2024-09-16T14:05:14.594Z | Compiling memoffset v0.9.1 |
2278 | 2024-09-16T14:05:14.726Z | Checking hashbrown v0.12.3 |
2279 | 2024-09-16T14:05:14.900Z | Checking highway v1.2.0 |
2280 | 2024-09-16T14:05:15.172Z | Checking bitfield v0.14.0 |
2281 | 2024-09-16T14:05:15.263Z | Checking linear-map v1.2.0 |
2282 | 2024-09-16T14:05:15.401Z | Checking swrite v0.1.0 |
2283 | 2024-09-16T14:05:15.511Z | Checking indent_write v2.2.0 |
2284 | 2024-09-16T14:05:15.558Z | Checking owo-colors v4.0.0 |
2285 | 2024-09-16T14:05:15.591Z | Checking env_logger v0.10.2 |
2286 | 2024-09-16T14:05:15.695Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2287 | 2024-09-16T14:05:15.946Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2288 | 2024-09-16T14:05:16.364Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2289 | 2024-09-16T14:05:16.775Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-09-16T14:05:16.885Z | Checking serde-hex v0.1.0 |
2291 | 2024-09-16T14:05:16.919Z | Checking steno v0.4.1 |
2292 | 2024-09-16T14:05:16.990Z | Checking bzip2 v0.4.4 |
2293 | 2024-09-16T14:05:17.093Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2024-09-16T14:05:17.572Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2295 | 2024-09-16T14:05:17.596Z | Checking ciborium v0.2.2 |
2296 | 2024-09-16T14:05:17.784Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2024-09-16T14:05:17.997Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2298 | 2024-09-16T14:05:18.408Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2299 | 2024-09-16T14:05:18.857Z | Checking ron v0.8.1 |
2300 | 2024-09-16T14:05:19.326Z | Checking x509-cert v0.2.5 |
2301 | 2024-09-16T14:05:19.902Z | Checking hashbrown v0.13.2 |
2302 | 2024-09-16T14:05:20.003Z | Checking crc-any v2.5.0 |
2303 | 2024-09-16T14:05:20.111Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2304 | 2024-09-16T14:05:20.136Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2305 | 2024-09-16T14:05:20.313Z | Checking zip v0.6.6 |
2306 | 2024-09-16T14:05:20.435Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3) |
2307 | 2024-09-16T14:05:20.628Z | Checking path-slash v0.1.5 |
2308 | 2024-09-16T14:05:20.658Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2309 | 2024-09-16T14:05:20.753Z | Checking object v0.30.4 |
2310 | 2024-09-16T14:05:20.777Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2311 | 2024-09-16T14:05:20.777Z | Checking nix v0.27.1 |
2312 | 2024-09-16T14:05:20.897Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2313 | 2024-09-16T14:05:21.110Z | Checking kstat-rs v0.2.4 |
2314 | 2024-09-16T14:05:21.387Z | Checking signal-hook-tokio v0.3.1 |
2315 | 2024-09-16T14:05:21.604Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2316 | 2024-09-16T14:05:23.002Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2317 | 2024-09-16T14:05:25.846Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2318 | 2024-09-16T14:05:27.445Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2319 | 2024-09-16T14:05:30.859Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2320 | 2024-09-16T14:05:33.518Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2321 | 2024-09-16T14:05:34.374Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2322 | 2024-09-16T14:05:34.669Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2323 | 2024-09-16T14:05:40.111Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2324 | 2024-09-16T14:05:40.876Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2325 | 2024-09-16T14:05:44.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.80s |
2326 | 2024-09-16T14:05:44.445Z | |
2327 | 2024-09-16T14:05:44.445Z | info: running `cargo check --bins` on gateway-api (46/158) |
2328 | 2024-09-16T14:05:45.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-09-16T14:05:45.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-09-16T14:05:45.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-09-16T14:05:45.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2332 | 2024-09-16T14:05:45.311Z | |
2333 | 2024-09-16T14:05:45.311Z | info: running `cargo check --bins` on oximeter (47/158) |
2334 | 2024-09-16T14:05:46.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-09-16T14:05:46.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-09-16T14:05:46.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-09-16T14:05:46.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2338 | 2024-09-16T14:05:46.180Z | |
2339 | 2024-09-16T14:05:46.180Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2340 | 2024-09-16T14:05:46.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-09-16T14:05:46.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-09-16T14:05:46.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-09-16T14:05:46.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2344 | 2024-09-16T14:05:47.024Z | |
2345 | 2024-09-16T14:05:47.024Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2346 | 2024-09-16T14:05:47.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-09-16T14:05:47.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-09-16T14:05:47.895Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2349 | 2024-09-16T14:05:48.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2350 | 2024-09-16T14:05:48.463Z | |
2351 | 2024-09-16T14:05:48.463Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2352 | 2024-09-16T14:05:49.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2353 | 2024-09-16T14:05:49.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2354 | 2024-09-16T14:05:49.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2355 | 2024-09-16T14:05:49.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2356 | 2024-09-16T14:05:49.348Z | |
2357 | 2024-09-16T14:05:49.348Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2358 | 2024-09-16T14:05:50.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2359 | 2024-09-16T14:05:50.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2360 | 2024-09-16T14:05:50.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2361 | 2024-09-16T14:05:50.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2362 | 2024-09-16T14:05:50.219Z | |
2363 | 2024-09-16T14:05:50.219Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2364 | 2024-09-16T14:05:50.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2365 | 2024-09-16T14:05:51.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2366 | 2024-09-16T14:05:51.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2367 | 2024-09-16T14:05:51.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2368 | 2024-09-16T14:05:51.066Z | |
2369 | 2024-09-16T14:05:51.066Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2370 | 2024-09-16T14:05:51.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2371 | 2024-09-16T14:05:51.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2372 | 2024-09-16T14:05:51.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2373 | 2024-09-16T14:05:51.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2374 | 2024-09-16T14:05:51.928Z | |
2375 | 2024-09-16T14:05:51.928Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2376 | 2024-09-16T14:05:52.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2377 | 2024-09-16T14:05:52.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2378 | 2024-09-16T14:05:52.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2379 | 2024-09-16T14:05:52.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2380 | 2024-09-16T14:05:52.791Z | |
2381 | 2024-09-16T14:05:52.791Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2382 | 2024-09-16T14:05:53.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2383 | 2024-09-16T14:05:53.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2384 | 2024-09-16T14:05:53.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2385 | 2024-09-16T14:05:53.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2386 | 2024-09-16T14:05:53.650Z | |
2387 | 2024-09-16T14:05:53.650Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2388 | 2024-09-16T14:05:54.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2389 | 2024-09-16T14:05:54.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2390 | 2024-09-16T14:05:54.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2391 | 2024-09-16T14:05:54.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2392 | 2024-09-16T14:05:54.543Z | |
2393 | 2024-09-16T14:05:54.543Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2394 | 2024-09-16T14:05:55.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2395 | 2024-09-16T14:05:55.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2396 | 2024-09-16T14:05:55.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2397 | 2024-09-16T14:05:55.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2398 | 2024-09-16T14:05:55.407Z | |
2399 | 2024-09-16T14:05:55.407Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2400 | 2024-09-16T14:05:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2401 | 2024-09-16T14:05:56.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2402 | 2024-09-16T14:05:56.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2403 | 2024-09-16T14:05:56.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2404 | 2024-09-16T14:05:56.265Z | |
2405 | 2024-09-16T14:05:56.265Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2406 | 2024-09-16T14:05:57.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2407 | 2024-09-16T14:05:57.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2408 | 2024-09-16T14:05:57.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2409 | 2024-09-16T14:05:57.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2410 | 2024-09-16T14:05:57.163Z | |
2411 | 2024-09-16T14:05:57.163Z | info: running `cargo check --bins` on internal-dns (60/158) |
2412 | 2024-09-16T14:05:57.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2413 | 2024-09-16T14:05:57.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2414 | 2024-09-16T14:05:57.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2415 | 2024-09-16T14:05:57.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2416 | 2024-09-16T14:05:58.034Z | |
2417 | 2024-09-16T14:05:58.034Z | info: running `cargo check --bins` on nexus-client (61/158) |
2418 | 2024-09-16T14:05:58.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2419 | 2024-09-16T14:05:58.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2420 | 2024-09-16T14:05:58.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2421 | 2024-09-16T14:05:58.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2422 | 2024-09-16T14:05:58.942Z | |
2423 | 2024-09-16T14:05:58.942Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2424 | 2024-09-16T14:05:59.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2425 | 2024-09-16T14:05:59.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2426 | 2024-09-16T14:05:59.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2427 | 2024-09-16T14:05:59.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2428 | 2024-09-16T14:05:59.828Z | |
2429 | 2024-09-16T14:05:59.828Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2430 | 2024-09-16T14:06:00.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2024-09-16T14:06:00.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2024-09-16T14:06:00.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2433 | 2024-09-16T14:06:00.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2434 | 2024-09-16T14:06:00.670Z | |
2435 | 2024-09-16T14:06:00.671Z | info: running `cargo check --bins` on nexus-types (64/158) |
2436 | 2024-09-16T14:06:01.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-09-16T14:06:01.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-09-16T14:06:01.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2024-09-16T14:06:01.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2440 | 2024-09-16T14:06:01.569Z | |
2441 | 2024-09-16T14:06:01.569Z | info: running `cargo check --bins` on gateway-client (65/158) |
2442 | 2024-09-16T14:06:02.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2024-09-16T14:06:02.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2024-09-16T14:06:02.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2024-09-16T14:06:02.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2446 | 2024-09-16T14:06:02.418Z | |
2447 | 2024-09-16T14:06:02.418Z | info: running `cargo check --bins` on oxql-types (66/158) |
2448 | 2024-09-16T14:06:03.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2024-09-16T14:06:03.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2024-09-16T14:06:03.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2024-09-16T14:06:03.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2452 | 2024-09-16T14:06:03.289Z | |
2453 | 2024-09-16T14:06:03.289Z | info: running `cargo check --bins` on update-engine (67/158) |
2454 | 2024-09-16T14:06:04.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2024-09-16T14:06:04.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2024-09-16T14:06:04.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2457 | 2024-09-16T14:06:04.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2458 | 2024-09-16T14:06:04.171Z | |
2459 | 2024-09-16T14:06:04.171Z | info: running `cargo check --bins` on sp-sim (68/158) |
2460 | 2024-09-16T14:06:04.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2461 | 2024-09-16T14:06:04.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2462 | 2024-09-16T14:06:05.059Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2463 | 2024-09-16T14:06:07.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
2464 | 2024-09-16T14:06:07.282Z | |
2465 | 2024-09-16T14:06:07.282Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158) |
2466 | 2024-09-16T14:06:08.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-09-16T14:06:08.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-09-16T14:06:08.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2469 | 2024-09-16T14:06:08.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2470 | 2024-09-16T14:06:08.252Z | |
2471 | 2024-09-16T14:06:08.252Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158) |
2472 | 2024-09-16T14:06:09.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-09-16T14:06:09.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-09-16T14:06:09.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2024-09-16T14:06:09.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2476 | 2024-09-16T14:06:09.255Z | |
2477 | 2024-09-16T14:06:09.255Z | info: running `cargo check --bins` on db-macros (71/158) |
2478 | 2024-09-16T14:06:10.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-09-16T14:06:10.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-09-16T14:06:10.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2024-09-16T14:06:10.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2482 | 2024-09-16T14:06:10.101Z | |
2483 | 2024-09-16T14:06:10.101Z | info: running `cargo check --bins` on nexus-macros-common (72/158) |
2484 | 2024-09-16T14:06:10.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-09-16T14:06:10.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-09-16T14:06:10.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2024-09-16T14:06:10.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2488 | 2024-09-16T14:06:10.933Z | |
2489 | 2024-09-16T14:06:10.933Z | info: running `cargo check --bins` on nexus-auth (73/158) |
2490 | 2024-09-16T14:06:11.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-09-16T14:06:11.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-09-16T14:06:11.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2024-09-16T14:06:11.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2494 | 2024-09-16T14:06:11.830Z | |
2495 | 2024-09-16T14:06:11.830Z | info: running `cargo check --bins` on authz-macros (74/158) |
2496 | 2024-09-16T14:06:12.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-09-16T14:06:12.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-09-16T14:06:12.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2024-09-16T14:06:12.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2500 | 2024-09-16T14:06:12.655Z | |
2501 | 2024-09-16T14:06:12.655Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/158) |
2502 | 2024-09-16T14:06:13.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-09-16T14:06:13.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-09-16T14:06:13.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2024-09-16T14:06:13.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2506 | 2024-09-16T14:06:13.558Z | |
2507 | 2024-09-16T14:06:13.558Z | info: running `cargo check --bins` on nexus-db-model (76/158) |
2508 | 2024-09-16T14:06:14.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-09-16T14:06:14.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-09-16T14:06:14.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-09-16T14:06:14.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2512 | 2024-09-16T14:06:14.478Z | |
2513 | 2024-09-16T14:06:14.478Z | info: running `cargo check --bins` on nexus-defaults (77/158) |
2514 | 2024-09-16T14:06:15.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-09-16T14:06:15.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-09-16T14:06:15.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-09-16T14:06:15.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2518 | 2024-09-16T14:06:15.338Z | |
2519 | 2024-09-16T14:06:15.339Z | info: running `cargo check --bins` on sled-agent-client (78/158) |
2520 | 2024-09-16T14:06:16.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-09-16T14:06:16.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-09-16T14:06:16.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-09-16T14:06:16.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2524 | 2024-09-16T14:06:16.199Z | |
2525 | 2024-09-16T14:06:16.199Z | info: running `cargo check --bins` on nexus-inventory (79/158) |
2526 | 2024-09-16T14:06:16.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-09-16T14:06:16.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-09-16T14:06:16.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-09-16T14:06:16.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2530 | 2024-09-16T14:06:17.039Z | |
2531 | 2024-09-16T14:06:17.039Z | info: running `cargo check --bins` on typed-rng (80/158) |
2532 | 2024-09-16T14:06:17.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-09-16T14:06:17.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-09-16T14:06:17.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-09-16T14:06:17.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2536 | 2024-09-16T14:06:17.872Z | |
2537 | 2024-09-16T14:06:17.872Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158) |
2538 | 2024-09-16T14:06:18.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-09-16T14:06:18.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-09-16T14:06:18.930Z | Compiling rayon-core v1.12.1 |
2541 | 2024-09-16T14:06:18.954Z | Compiling crossbeam-deque v0.8.5 |
2542 | 2024-09-16T14:06:18.954Z | Compiling curve25519-dalek v4.1.3 |
2543 | 2024-09-16T14:06:18.954Z | Compiling unicase v2.7.0 |
2544 | 2024-09-16T14:06:18.954Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2545 | 2024-09-16T14:06:18.954Z | Checking keccak v0.1.5 |
2546 | 2024-09-16T14:06:18.954Z | Compiling same-file v1.0.6 |
2547 | 2024-09-16T14:06:18.954Z | Compiling tempfile v3.10.1 |
2548 | 2024-09-16T14:06:19.219Z | Compiling walkdir v2.5.0 |
2549 | 2024-09-16T14:06:19.281Z | Checking sha3 v0.10.8 |
2550 | 2024-09-16T14:06:19.307Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2551 | 2024-09-16T14:06:19.522Z | Compiling thiserror-impl-no-std v2.0.2 |
2552 | 2024-09-16T14:06:19.587Z | Checking universal-hash v0.5.1 |
2553 | 2024-09-16T14:06:19.621Z | Checking secrecy v0.8.0 |
2554 | 2024-09-16T14:06:19.645Z | Compiling ring v0.16.20 |
2555 | 2024-09-16T14:06:19.750Z | Compiling blake3 v1.5.1 |
2556 | 2024-09-16T14:06:19.784Z | Compiling curve25519-dalek-derive v0.1.1 |
2557 | 2024-09-16T14:06:19.811Z | Checking opaque-debug v0.3.1 |
2558 | 2024-09-16T14:06:19.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2559 | 2024-09-16T14:06:19.868Z | Checking chacha20 v0.9.1 |
2560 | 2024-09-16T14:06:19.917Z | Checking poly1305 v0.8.0 |
2561 | 2024-09-16T14:06:20.110Z | Compiling rayon v1.10.0 |
2562 | 2024-09-16T14:06:20.158Z | Checking aead v0.5.2 |
2563 | 2024-09-16T14:06:20.333Z | Compiling memmap2 v0.9.4 |
2564 | 2024-09-16T14:06:20.357Z | Compiling spin v0.5.2 |
2565 | 2024-09-16T14:06:20.568Z | Compiling home v0.5.9 |
2566 | 2024-09-16T14:06:20.732Z | Compiling arrayvec v0.7.4 |
2567 | 2024-09-16T14:06:20.813Z | Compiling constant_time_eq v0.3.0 |
2568 | 2024-09-16T14:06:20.837Z | Compiling arrayref v0.3.7 |
2569 | 2024-09-16T14:06:20.888Z | Compiling libefi-sys v0.1.0 |
2570 | 2024-09-16T14:06:20.927Z | Compiling untrusted v0.7.1 |
2571 | 2024-09-16T14:06:20.984Z | Compiling toolchain_find v0.4.0 |
2572 | 2024-09-16T14:06:21.098Z | Checking chacha20poly1305 v0.10.1 |
2573 | 2024-09-16T14:06:21.271Z | Compiling camino-tempfile v1.1.1 |
2574 | 2024-09-16T14:06:21.400Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2575 | 2024-09-16T14:06:21.561Z | Compiling bitfield-struct v0.6.1 |
2576 | 2024-09-16T14:06:21.587Z | Compiling topological-sort v0.2.2 |
2577 | 2024-09-16T14:06:21.672Z | Compiling mime_guess v2.0.4 |
2578 | 2024-09-16T14:06:21.887Z | Compiling rustfmt-wrapper v0.2.1 |
2579 | 2024-09-16T14:06:22.138Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2580 | 2024-09-16T14:06:22.194Z | Checking thiserror-no-std v2.0.2 |
2581 | 2024-09-16T14:06:22.300Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2582 | 2024-09-16T14:06:22.375Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2583 | 2024-09-16T14:06:22.492Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2584 | 2024-09-16T14:06:22.638Z | Checking vsss-rs v3.3.4 |
2585 | 2024-09-16T14:06:22.756Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2586 | 2024-09-16T14:06:22.780Z | Checking gethostname v0.5.0 |
2587 | 2024-09-16T14:06:22.804Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2588 | 2024-09-16T14:06:22.901Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2589 | 2024-09-16T14:06:23.228Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2590 | 2024-09-16T14:06:23.307Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2591 | 2024-09-16T14:06:23.492Z | Checking nanorand v0.7.0 |
2592 | 2024-09-16T14:06:23.531Z | Checking http-range v0.1.5 |
2593 | 2024-09-16T14:06:23.688Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2594 | 2024-09-16T14:06:23.821Z | Checking glob v0.3.1 |
2595 | 2024-09-16T14:06:23.864Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2596 | 2024-09-16T14:06:24.068Z | Checking flume v0.11.0 |
2597 | 2024-09-16T14:06:24.108Z | Checking hyper-staticfile v0.9.5 |
2598 | 2024-09-16T14:06:24.431Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2599 | 2024-09-16T14:06:24.455Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2600 | 2024-09-16T14:06:24.488Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2601 | 2024-09-16T14:06:24.684Z | Compiling omicron-zone-package v0.11.0 |
2602 | 2024-09-16T14:06:24.828Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2603 | 2024-09-16T14:06:25.518Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2604 | 2024-09-16T14:06:25.613Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2605 | 2024-09-16T14:06:26.014Z | Checking itertools v0.13.0 |
2606 | 2024-09-16T14:06:26.344Z | Checking display-error-chain v0.2.1 |
2607 | 2024-09-16T14:06:27.431Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2608 | 2024-09-16T14:06:28.504Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2609 | 2024-09-16T14:06:30.282Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2610 | 2024-09-16T14:06:30.282Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2611 | 2024-09-16T14:06:43.731Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2612 | 2024-09-16T14:06:58.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.35s |
2613 | 2024-09-16T14:06:58.380Z | |
2614 | 2024-09-16T14:06:58.380Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158) |
2615 | 2024-09-16T14:06:59.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-09-16T14:06:59.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-09-16T14:06:59.387Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2618 | 2024-09-16T14:07:13.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.16s |
2619 | 2024-09-16T14:07:13.714Z | |
2620 | 2024-09-16T14:07:13.714Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158) |
2621 | 2024-09-16T14:07:14.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-09-16T14:07:14.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-09-16T14:07:14.710Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2624 | 2024-09-16T14:07:29.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s |
2625 | 2024-09-16T14:07:29.684Z | |
2626 | 2024-09-16T14:07:29.684Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158) |
2627 | 2024-09-16T14:07:30.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-09-16T14:07:30.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-09-16T14:07:30.666Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-09-16T14:07:45.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s |
2631 | 2024-09-16T14:07:45.257Z | |
2632 | 2024-09-16T14:07:45.257Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158) |
2633 | 2024-09-16T14:07:46.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-09-16T14:07:46.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-09-16T14:07:46.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2636 | 2024-09-16T14:08:01.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s |
2637 | 2024-09-16T14:08:01.344Z | |
2638 | 2024-09-16T14:08:01.344Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158) |
2639 | 2024-09-16T14:08:01.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-09-16T14:08:01.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-09-16T14:08:01.448Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2642 | 2024-09-16T14:08:15.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s |
2643 | 2024-09-16T14:08:15.947Z | |
2644 | 2024-09-16T14:08:15.948Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158) |
2645 | 2024-09-16T14:08:16.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-09-16T14:08:16.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-09-16T14:08:16.903Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2648 | 2024-09-16T14:08:31.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.20s |
2649 | 2024-09-16T14:08:31.315Z | |
2650 | 2024-09-16T14:08:31.315Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158) |
2651 | 2024-09-16T14:08:32.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-09-16T14:08:32.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-09-16T14:08:32.300Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2654 | 2024-09-16T14:08:46.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s |
2655 | 2024-09-16T14:08:46.895Z | |
2656 | 2024-09-16T14:08:46.895Z | info: running `cargo check --bins` on bootstrap-agent-api (89/158) |
2657 | 2024-09-16T14:08:47.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-09-16T14:08:47.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-09-16T14:08:47.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-09-16T14:08:47.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2661 | 2024-09-16T14:08:47.811Z | |
2662 | 2024-09-16T14:08:47.811Z | info: running `cargo check --bins` on sled-agent-types (90/158) |
2663 | 2024-09-16T14:08:48.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-09-16T14:08:48.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-09-16T14:08:48.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-09-16T14:08:48.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2667 | 2024-09-16T14:08:48.708Z | |
2668 | 2024-09-16T14:08:48.708Z | info: running `cargo check --bins` on bootstrap-agent-client (91/158) |
2669 | 2024-09-16T14:08:49.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-09-16T14:08:49.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-09-16T14:08:49.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-09-16T14:08:49.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2673 | 2024-09-16T14:08:49.609Z | |
2674 | 2024-09-16T14:08:49.609Z | info: running `cargo check --bins` on dpd-client (92/158) |
2675 | 2024-09-16T14:08:50.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-09-16T14:08:50.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-09-16T14:08:50.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-09-16T14:08:50.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2679 | 2024-09-16T14:08:50.451Z | |
2680 | 2024-09-16T14:08:50.451Z | info: running `cargo check --bins` on installinator-common (93/158) |
2681 | 2024-09-16T14:08:51.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-09-16T14:08:51.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-09-16T14:08:51.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-09-16T14:08:51.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2685 | 2024-09-16T14:08:51.333Z | |
2686 | 2024-09-16T14:08:51.333Z | info: running `cargo check --bins` on key-manager (94/158) |
2687 | 2024-09-16T14:08:52.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-09-16T14:08:52.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-09-16T14:08:52.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-09-16T14:08:52.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2691 | 2024-09-16T14:08:52.210Z | |
2692 | 2024-09-16T14:08:52.210Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2693 | 2024-09-16T14:08:53.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-09-16T14:08:53.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-09-16T14:08:53.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-09-16T14:08:53.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2697 | 2024-09-16T14:08:53.104Z | |
2698 | 2024-09-16T14:08:53.104Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2699 | 2024-09-16T14:08:53.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-09-16T14:08:53.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-09-16T14:08:53.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-09-16T14:08:53.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2703 | 2024-09-16T14:08:54.008Z | |
2704 | 2024-09-16T14:08:54.008Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2705 | 2024-09-16T14:08:54.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-09-16T14:08:54.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-09-16T14:08:54.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-09-16T14:08:54.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2709 | 2024-09-16T14:08:54.894Z | |
2710 | 2024-09-16T14:08:54.894Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2711 | 2024-09-16T14:08:55.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-09-16T14:08:55.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-09-16T14:08:55.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-09-16T14:08:55.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2715 | 2024-09-16T14:08:55.804Z | |
2716 | 2024-09-16T14:08:55.804Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2717 | 2024-09-16T14:08:56.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-09-16T14:08:56.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-09-16T14:08:56.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-09-16T14:08:56.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2721 | 2024-09-16T14:08:56.715Z | |
2722 | 2024-09-16T14:08:56.715Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2723 | 2024-09-16T14:08:57.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-09-16T14:08:57.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-09-16T14:08:57.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-09-16T14:08:57.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2727 | 2024-09-16T14:08:57.628Z | |
2728 | 2024-09-16T14:08:57.628Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2729 | 2024-09-16T14:08:58.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-09-16T14:08:58.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-09-16T14:08:58.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-09-16T14:08:58.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2733 | 2024-09-16T14:08:58.551Z | |
2734 | 2024-09-16T14:08:58.551Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2735 | 2024-09-16T14:08:59.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-09-16T14:08:59.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-09-16T14:08:59.512Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2738 | 2024-09-16T14:08:59.512Z | Checking bcs v0.1.6 |
2739 | 2024-09-16T14:08:59.512Z | Compiling async-recursion v1.1.1 |
2740 | 2024-09-16T14:08:59.536Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2741 | 2024-09-16T14:08:59.536Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2742 | 2024-09-16T14:09:00.706Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2743 | 2024-09-16T14:09:04.866Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2744 | 2024-09-16T14:09:07.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.47s |
2745 | 2024-09-16T14:09:07.180Z | |
2746 | 2024-09-16T14:09:07.180Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2747 | 2024-09-16T14:09:07.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2024-09-16T14:09:07.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2024-09-16T14:09:07.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2024-09-16T14:09:07.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2751 | 2024-09-16T14:09:08.044Z | |
2752 | 2024-09-16T14:09:08.044Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2753 | 2024-09-16T14:09:08.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2024-09-16T14:09:08.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2024-09-16T14:09:08.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2024-09-16T14:09:08.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2757 | 2024-09-16T14:09:08.922Z | |
2758 | 2024-09-16T14:09:08.922Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2759 | 2024-09-16T14:09:09.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-09-16T14:09:09.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-09-16T14:09:09.804Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2762 | 2024-09-16T14:09:10.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2763 | 2024-09-16T14:09:10.591Z | |
2764 | 2024-09-16T14:09:10.591Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2765 | 2024-09-16T14:09:11.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-09-16T14:09:11.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-09-16T14:09:11.501Z | Compiling cfg_aliases v0.1.1 |
2768 | 2024-09-16T14:09:11.501Z | Compiling vte_generate_state_changes v0.1.1 |
2769 | 2024-09-16T14:09:11.525Z | Checking fd-lock v4.0.2 |
2770 | 2024-09-16T14:09:11.525Z | Checking bytecount v0.6.8 |
2771 | 2024-09-16T14:09:11.525Z | Compiling tabled_derive v0.7.0 |
2772 | 2024-09-16T14:09:11.525Z | Checking crossterm v0.27.0 |
2773 | 2024-09-16T14:09:11.525Z | Compiling peg-macros v0.8.4 |
2774 | 2024-09-16T14:09:11.525Z | Compiling sqlparser_derive v0.2.2 |
2775 | 2024-09-16T14:09:11.641Z | Compiling nix v0.28.0 |
2776 | 2024-09-16T14:09:11.717Z | Checking unicode_categories v0.1.1 |
2777 | 2024-09-16T14:09:11.748Z | Checking papergrid v0.11.0 |
2778 | 2024-09-16T14:09:11.975Z | Checking home v0.5.9 |
2779 | 2024-09-16T14:09:12.107Z | Checking nu-ansi-term v0.50.0 |
2780 | 2024-09-16T14:09:12.131Z | Checking vte v0.11.1 |
2781 | 2024-09-16T14:09:12.462Z | Checking sqlformat v0.2.4 |
2782 | 2024-09-16T14:09:12.498Z | Checking sqlparser v0.45.0 |
2783 | 2024-09-16T14:09:12.986Z | Checking crossterm v0.28.1 |
2784 | 2024-09-16T14:09:13.109Z | Checking strip-ansi-escapes v0.2.0 |
2785 | 2024-09-16T14:09:13.244Z | Checking reedline v0.33.0 |
2786 | 2024-09-16T14:09:13.635Z | Checking tabled v0.15.0 |
2787 | 2024-09-16T14:09:14.316Z | Checking peg v0.8.4 |
2788 | 2024-09-16T14:09:14.429Z | Checking rustyline v14.0.0 |
2789 | 2024-09-16T14:09:19.934Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2790 | 2024-09-16T14:09:26.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s |
2791 | 2024-09-16T14:09:26.520Z | |
2792 | 2024-09-16T14:09:26.520Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2793 | 2024-09-16T14:09:27.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-09-16T14:09:27.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-09-16T14:09:27.422Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2796 | 2024-09-16T14:09:33.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s |
2797 | 2024-09-16T14:09:34.059Z | |
2798 | 2024-09-16T14:09:34.059Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2799 | 2024-09-16T14:09:34.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-09-16T14:09:34.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-09-16T14:09:34.961Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2802 | 2024-09-16T14:09:41.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s |
2803 | 2024-09-16T14:09:41.294Z | |
2804 | 2024-09-16T14:09:41.294Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2805 | 2024-09-16T14:09:42.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-09-16T14:09:42.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-09-16T14:09:42.204Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2808 | 2024-09-16T14:09:47.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s |
2809 | 2024-09-16T14:09:47.411Z | |
2810 | 2024-09-16T14:09:47.411Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2811 | 2024-09-16T14:09:48.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-09-16T14:09:48.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-09-16T14:09:48.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-09-16T14:09:48.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2815 | 2024-09-16T14:09:48.298Z | |
2816 | 2024-09-16T14:09:48.298Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2817 | 2024-09-16T14:09:49.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-09-16T14:09:49.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-09-16T14:09:49.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-09-16T14:09:49.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2821 | 2024-09-16T14:09:49.157Z | |
2822 | 2024-09-16T14:09:49.157Z | info: running `cargo check --bins` on installinator-client (112/158) |
2823 | 2024-09-16T14:09:49.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-09-16T14:09:49.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-09-16T14:09:49.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-09-16T14:09:49.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2827 | 2024-09-16T14:09:50.037Z | |
2828 | 2024-09-16T14:09:50.037Z | info: running `cargo check --bins` on oxide-client (113/158) |
2829 | 2024-09-16T14:09:50.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-09-16T14:09:50.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-09-16T14:09:50.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-09-16T14:09:50.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2833 | 2024-09-16T14:09:50.888Z | |
2834 | 2024-09-16T14:09:50.888Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2835 | 2024-09-16T14:09:51.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-09-16T14:09:51.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-09-16T14:09:51.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-09-16T14:09:51.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2839 | 2024-09-16T14:09:51.768Z | |
2840 | 2024-09-16T14:09:51.769Z | info: running `cargo check --bins` on wicket-common (115/158) |
2841 | 2024-09-16T14:09:52.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-09-16T14:09:52.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-09-16T14:09:52.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-09-16T14:09:52.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2845 | 2024-09-16T14:09:52.676Z | |
2846 | 2024-09-16T14:09:52.676Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2847 | 2024-09-16T14:09:53.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-09-16T14:09:53.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-09-16T14:09:53.556Z | Checking csv-core v0.1.11 |
2850 | 2024-09-16T14:09:53.580Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2851 | 2024-09-16T14:09:53.862Z | Checking csv v1.3.0 |
2852 | 2024-09-16T14:09:54.535Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2853 | 2024-09-16T14:09:54.970Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2854 | 2024-09-16T14:09:56.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s |
2855 | 2024-09-16T14:09:56.578Z | |
2856 | 2024-09-16T14:09:56.578Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2857 | 2024-09-16T14:09:57.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-09-16T14:09:57.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-09-16T14:09:57.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-09-16T14:09:57.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2861 | 2024-09-16T14:09:57.453Z | |
2862 | 2024-09-16T14:09:57.453Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2863 | 2024-09-16T14:09:58.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-09-16T14:09:58.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-09-16T14:09:58.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-09-16T14:09:58.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2867 | 2024-09-16T14:09:58.319Z | |
2868 | 2024-09-16T14:09:58.319Z | info: running `cargo check --bins` on cert-dev (119/158) |
2869 | 2024-09-16T14:09:59.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-09-16T14:09:59.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-09-16T14:09:59.172Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2872 | 2024-09-16T14:09:59.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2873 | 2024-09-16T14:09:59.548Z | |
2874 | 2024-09-16T14:09:59.548Z | info: running `cargo check --bins` on ch-dev (120/158) |
2875 | 2024-09-16T14:10:00.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-09-16T14:10:00.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-09-16T14:10:00.465Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2878 | 2024-09-16T14:10:01.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
2879 | 2024-09-16T14:10:01.388Z | |
2880 | 2024-09-16T14:10:01.388Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2881 | 2024-09-16T14:10:02.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-09-16T14:10:02.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-09-16T14:10:02.297Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2884 | 2024-09-16T14:10:02.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
2885 | 2024-09-16T14:10:02.766Z | |
2886 | 2024-09-16T14:10:02.766Z | info: running `cargo check --bins` on db-dev (122/158) |
2887 | 2024-09-16T14:10:03.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-09-16T14:10:03.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-09-16T14:10:03.688Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2890 | 2024-09-16T14:10:04.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
2891 | 2024-09-16T14:10:04.598Z | |
2892 | 2024-09-16T14:10:04.598Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2893 | 2024-09-16T14:10:05.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-09-16T14:10:05.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-09-16T14:10:05.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2896 | 2024-09-16T14:10:05.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2897 | 2024-09-16T14:10:05.469Z | |
2898 | 2024-09-16T14:10:05.469Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2899 | 2024-09-16T14:10:06.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2900 | 2024-09-16T14:10:06.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2901 | 2024-09-16T14:10:06.308Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2902 | 2024-09-16T14:10:07.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
2903 | 2024-09-16T14:10:07.421Z | |
2904 | 2024-09-16T14:10:07.422Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2905 | 2024-09-16T14:10:08.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-09-16T14:10:08.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-09-16T14:10:08.433Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2908 | 2024-09-16T14:10:09.169Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2909 | 2024-09-16T14:10:09.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
2910 | 2024-09-16T14:10:09.966Z | |
2911 | 2024-09-16T14:10:09.966Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2912 | 2024-09-16T14:10:10.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-09-16T14:10:10.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-09-16T14:10:11.047Z | Compiling crunchy v0.2.2 |
2915 | 2024-09-16T14:10:11.047Z | Compiling glob v0.3.1 |
2916 | 2024-09-16T14:10:11.073Z | Compiling tiny-keccak v2.0.2 |
2917 | 2024-09-16T14:10:11.073Z | Compiling dsl_auto_type v0.1.2 |
2918 | 2024-09-16T14:10:11.073Z | Checking scheduled-thread-pool v0.2.7 |
2919 | 2024-09-16T14:10:11.073Z | Compiling diesel_table_macro_syntax v0.2.0 |
2920 | 2024-09-16T14:10:11.110Z | Compiling ascii-canvas v3.0.0 |
2921 | 2024-09-16T14:10:11.141Z | Compiling ena v0.14.3 |
2922 | 2024-09-16T14:10:11.357Z | Checking r2d2 v0.8.10 |
2923 | 2024-09-16T14:10:11.405Z | Compiling libloading v0.8.3 |
2924 | 2024-09-16T14:10:11.511Z | Compiling bindgen v0.69.4 |
2925 | 2024-09-16T14:10:11.550Z | Compiling regex-syntax v0.6.29 |
2926 | 2024-09-16T14:10:11.644Z | Compiling diff v0.1.13 |
2927 | 2024-09-16T14:10:11.690Z | Compiling which v4.4.2 |
2928 | 2024-09-16T14:10:11.779Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2929 | 2024-09-16T14:10:11.930Z | Compiling clang-sys v1.7.0 |
2930 | 2024-09-16T14:10:11.988Z | Compiling cexpr v0.6.0 |
2931 | 2024-09-16T14:10:12.220Z | Compiling shlex v1.3.0 |
2932 | 2024-09-16T14:10:12.244Z | Compiling rustc-hash v1.1.0 |
2933 | 2024-09-16T14:10:12.244Z | Compiling ref-cast v1.0.23 |
2934 | 2024-09-16T14:10:12.244Z | Compiling lazycell v1.3.0 |
2935 | 2024-09-16T14:10:12.396Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2936 | 2024-09-16T14:10:12.442Z | Compiling derive_builder_core v0.20.0 |
2937 | 2024-09-16T14:10:12.543Z | Compiling diesel_derives v2.2.2 |
2938 | 2024-09-16T14:10:12.639Z | Compiling libxml v0.3.3 |
2939 | 2024-09-16T14:10:12.669Z | Compiling ref-cast-impl v1.0.23 |
2940 | 2024-09-16T14:10:12.800Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2941 | 2024-09-16T14:10:13.027Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2942 | 2024-09-16T14:10:13.224Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2943 | 2024-09-16T14:10:13.480Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2944 | 2024-09-16T14:10:13.524Z | Compiling strum_macros v0.24.3 |
2945 | 2024-09-16T14:10:13.754Z | Compiling dropshot v0.10.1 |
2946 | 2024-09-16T14:10:13.811Z | Compiling indoc v1.0.9 |
2947 | 2024-09-16T14:10:14.432Z | Compiling lalrpop v0.19.12 |
2948 | 2024-09-16T14:10:14.669Z | Compiling derive_builder_macro v0.20.0 |
2949 | 2024-09-16T14:10:15.420Z | Checking derive_builder v0.20.0 |
2950 | 2024-09-16T14:10:15.612Z | Checking tungstenite v0.23.0 |
2951 | 2024-09-16T14:10:15.804Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2952 | 2024-09-16T14:10:16.047Z | Compiling dropshot_endpoint v0.10.1 |
2953 | 2024-09-16T14:10:16.381Z | Compiling impl-trait-for-tuples v0.2.2 |
2954 | 2024-09-16T14:10:16.405Z | Compiling oso-derive v0.27.3 |
2955 | 2024-09-16T14:10:16.517Z | Checking quick-xml v0.33.0 |
2956 | 2024-09-16T14:10:17.286Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2957 | 2024-09-16T14:10:17.533Z | Checking maplit v1.0.2 |
2958 | 2024-09-16T14:10:17.701Z | Checking tokio-tungstenite v0.23.1 |
2959 | 2024-09-16T14:10:18.125Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2960 | 2024-09-16T14:10:18.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2961 | 2024-09-16T14:10:18.510Z | Compiling const_format_proc_macros v0.2.33 |
2962 | 2024-09-16T14:10:19.592Z | Checking bb8 v0.8.5 |
2963 | 2024-09-16T14:10:20.123Z | Checking crossbeam-deque v0.8.5 |
2964 | 2024-09-16T14:10:20.424Z | Compiling portable-atomic v1.6.0 |
2965 | 2024-09-16T14:10:20.448Z | Checking const_format v0.2.33 |
2966 | 2024-09-16T14:10:20.884Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2967 | 2024-09-16T14:10:20.908Z | Checking rayon-core v1.12.1 |
2968 | 2024-09-16T14:10:21.402Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2969 | 2024-09-16T14:10:21.516Z | Checking castaway v0.2.3 |
2970 | 2024-09-16T14:10:21.668Z | Checking compact_str v0.8.0 |
2971 | 2024-09-16T14:10:21.714Z | Checking rayon v1.10.0 |
2972 | 2024-09-16T14:10:22.216Z | Checking diesel v2.2.3 |
2973 | 2024-09-16T14:10:22.697Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2974 | 2024-09-16T14:10:22.859Z | Checking unicode-truncate v1.0.0 |
2975 | 2024-09-16T14:10:22.950Z | Checking lru v0.12.3 |
2976 | 2024-09-16T14:10:23.063Z | Compiling instability v0.3.2 |
2977 | 2024-09-16T14:10:23.087Z | Checking is_ci v1.2.0 |
2978 | 2024-09-16T14:10:23.204Z | Checking unicode-linebreak v0.1.5 |
2979 | 2024-09-16T14:10:23.229Z | Checking cassowary v0.3.0 |
2980 | 2024-09-16T14:10:23.283Z | Checking number_prefix v0.4.0 |
2981 | 2024-09-16T14:10:23.441Z | Checking smawk v0.3.2 |
2982 | 2024-09-16T14:10:23.534Z | Checking supports-color v3.0.1 |
2983 | 2024-09-16T14:10:23.616Z | Checking multimap v0.10.0 |
2984 | 2024-09-16T14:10:23.640Z | Checking textwrap v0.16.1 |
2985 | 2024-09-16T14:10:23.968Z | Checking ratatui v0.28.0 |
2986 | 2024-09-16T14:10:24.824Z | Checking indicatif v0.17.8 |
2987 | 2024-09-16T14:10:41.252Z | Compiling samael v0.0.17 |
2988 | 2024-09-16T14:10:51.317Z | Checking async-bb8-diesel v0.2.1 |
2989 | 2024-09-16T14:10:53.996Z | Compiling polar-core v0.27.3 |
2990 | 2024-09-16T14:11:02.529Z | Checking oso v0.27.3 |
2991 | 2024-09-16T14:12:12.728Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2992 | 2024-09-16T14:12:19.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
2993 | 2024-09-16T14:12:19.646Z | |
2994 | 2024-09-16T14:12:19.647Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2995 | 2024-09-16T14:12:20.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-09-16T14:12:20.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-09-16T14:12:20.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2998 | 2024-09-16T14:12:20.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2999 | 2024-09-16T14:12:20.583Z | |
3000 | 2024-09-16T14:12:20.583Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
3001 | 2024-09-16T14:12:21.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-09-16T14:12:21.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-09-16T14:12:21.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2024-09-16T14:12:21.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3005 | 2024-09-16T14:12:21.490Z | |
3006 | 2024-09-16T14:12:21.490Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
3007 | 2024-09-16T14:12:22.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-09-16T14:12:22.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-09-16T14:12:22.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3010 | 2024-09-16T14:12:22.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3011 | 2024-09-16T14:12:22.298Z | |
3012 | 2024-09-16T14:12:22.299Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
3013 | 2024-09-16T14:12:23.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-09-16T14:12:23.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-09-16T14:12:23.407Z | Compiling libz-sys v1.1.16 |
3016 | 2024-09-16T14:12:23.431Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3017 | 2024-09-16T14:12:23.456Z | Compiling vergen v8.3.2 |
3018 | 2024-09-16T14:12:23.480Z | Compiling cargo-platform v0.1.8 |
3019 | 2024-09-16T14:12:23.504Z | Compiling snafu-derive v0.8.2 |
3020 | 2024-09-16T14:12:23.504Z | Compiling libsqlite3-sys v0.28.0 |
3021 | 2024-09-16T14:12:23.504Z | Compiling buf-list v1.0.3 |
3022 | 2024-09-16T14:12:23.504Z | Compiling cfg_aliases v0.2.1 |
3023 | 2024-09-16T14:12:23.639Z | Compiling nix v0.29.0 |
3024 | 2024-09-16T14:12:23.762Z | Compiling cargo_metadata v0.18.1 |
3025 | 2024-09-16T14:12:23.987Z | Checking globset v0.4.14 |
3026 | 2024-09-16T14:12:24.012Z | Checking olpc-cjson v0.1.3 |
3027 | 2024-09-16T14:12:24.177Z | Checking rand_seeder v0.3.0 |
3028 | 2024-09-16T14:12:24.213Z | Checking serde_plain v1.0.2 |
3029 | 2024-09-16T14:12:24.309Z | Checking typed-path v0.7.1 |
3030 | 2024-09-16T14:12:24.407Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3031 | 2024-09-16T14:12:24.493Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3032 | 2024-09-16T14:12:24.585Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3033 | 2024-09-16T14:12:24.716Z | Checking hashlink v0.9.1 |
3034 | 2024-09-16T14:12:24.751Z | Checking fallible-streaming-iterator v0.1.9 |
3035 | 2024-09-16T14:12:24.797Z | Checking fallible-iterator v0.3.0 |
3036 | 2024-09-16T14:12:24.865Z | Checking parse-size v1.0.0 |
3037 | 2024-09-16T14:12:25.030Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3038 | 2024-09-16T14:12:25.283Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3039 | 2024-09-16T14:12:25.377Z | Checking rusqlite v0.31.0 |
3040 | 2024-09-16T14:12:25.453Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3041 | 2024-09-16T14:12:25.708Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3042 | 2024-09-16T14:12:25.852Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3043 | 2024-09-16T14:12:25.975Z | Checking twox-hash v1.6.3 |
3044 | 2024-09-16T14:12:25.999Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3045 | 2024-09-16T14:12:26.170Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3046 | 2024-09-16T14:12:26.693Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3047 | 2024-09-16T14:12:26.865Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3048 | 2024-09-16T14:12:27.107Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3049 | 2024-09-16T14:12:27.132Z | Checking fatfs v0.3.6 |
3050 | 2024-09-16T14:12:27.358Z | Checking assert_matches v1.5.0 |
3051 | 2024-09-16T14:12:28.075Z | Checking snafu v0.8.2 |
3052 | 2024-09-16T14:12:28.470Z | Checking tough v0.17.1 |
3053 | 2024-09-16T14:12:32.266Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3054 | 2024-09-16T14:12:33.671Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3055 | 2024-09-16T14:12:34.760Z | Compiling git2 v0.19.0 |
3056 | 2024-09-16T14:12:41.244Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
3057 | 2024-09-16T14:13:43.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3058 | 2024-09-16T14:13:44.119Z | |
3059 | 2024-09-16T14:13:44.120Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3060 | 2024-09-16T14:13:44.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-09-16T14:13:44.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-09-16T14:13:44.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-09-16T14:13:44.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3064 | 2024-09-16T14:13:45.064Z | |
3065 | 2024-09-16T14:13:45.064Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3066 | 2024-09-16T14:13:45.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-09-16T14:13:45.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-09-16T14:13:45.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-09-16T14:13:45.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3070 | 2024-09-16T14:13:45.897Z | |
3071 | 2024-09-16T14:13:45.897Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3072 | 2024-09-16T14:13:46.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-09-16T14:13:46.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-09-16T14:13:46.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-09-16T14:13:46.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3076 | 2024-09-16T14:13:46.776Z | |
3077 | 2024-09-16T14:13:46.776Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3078 | 2024-09-16T14:13:47.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-09-16T14:13:47.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-09-16T14:13:47.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2024-09-16T14:13:47.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3082 | 2024-09-16T14:13:47.690Z | |
3083 | 2024-09-16T14:13:47.690Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3084 | 2024-09-16T14:13:48.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-09-16T14:13:48.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-09-16T14:13:48.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2024-09-16T14:13:48.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3088 | 2024-09-16T14:13:48.609Z | |
3089 | 2024-09-16T14:13:48.609Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3090 | 2024-09-16T14:13:49.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-09-16T14:13:49.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-09-16T14:13:49.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-09-16T14:13:49.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3094 | 2024-09-16T14:13:49.580Z | |
3095 | 2024-09-16T14:13:49.580Z | info: running `cargo check --bins` on update-common (137/158) |
3096 | 2024-09-16T14:13:50.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-09-16T14:13:50.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-09-16T14:13:50.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2024-09-16T14:13:50.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3100 | 2024-09-16T14:13:50.469Z | |
3101 | 2024-09-16T14:13:50.469Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3102 | 2024-09-16T14:13:51.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-09-16T14:13:51.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-09-16T14:13:51.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2024-09-16T14:13:51.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3106 | 2024-09-16T14:13:51.354Z | |
3107 | 2024-09-16T14:13:51.354Z | info: running `cargo check --bins` on tufaceous (139/158) |
3108 | 2024-09-16T14:13:52.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-09-16T14:13:52.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-09-16T14:13:52.253Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3111 | 2024-09-16T14:13:53.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3112 | 2024-09-16T14:13:53.427Z | |
3113 | 2024-09-16T14:13:53.427Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3114 | 2024-09-16T14:13:54.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-09-16T14:13:54.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-09-16T14:13:54.605Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3117 | 2024-09-16T14:13:54.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3118 | 2024-09-16T14:13:54.629Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3119 | 2024-09-16T14:13:56.164Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3120 | 2024-09-16T14:13:59.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
3121 | 2024-09-16T14:13:59.387Z | |
3122 | 2024-09-16T14:13:59.387Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3123 | 2024-09-16T14:14:00.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3124 | 2024-09-16T14:14:00.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3125 | 2024-09-16T14:14:00.386Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3126 | 2024-09-16T14:14:00.386Z | Checking heck v0.4.1 |
3127 | 2024-09-16T14:14:00.386Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3128 | 2024-09-16T14:14:00.580Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3129 | 2024-09-16T14:14:02.407Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3130 | 2024-09-16T14:14:03.471Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3131 | 2024-09-16T14:14:04.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
3132 | 2024-09-16T14:14:04.891Z | |
3133 | 2024-09-16T14:14:04.891Z | info: running `cargo check --bins` on installinator-api (142/158) |
3134 | 2024-09-16T14:14:05.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-09-16T14:14:05.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-09-16T14:14:05.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3137 | 2024-09-16T14:14:05.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3138 | 2024-09-16T14:14:05.792Z | |
3139 | 2024-09-16T14:14:05.792Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3140 | 2024-09-16T14:14:06.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-09-16T14:14:06.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-09-16T14:14:06.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2024-09-16T14:14:06.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3144 | 2024-09-16T14:14:06.685Z | |
3145 | 2024-09-16T14:14:06.685Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3146 | 2024-09-16T14:14:07.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-09-16T14:14:07.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-09-16T14:14:07.675Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3149 | 2024-09-16T14:14:09.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s |
3150 | 2024-09-16T14:14:09.333Z | |
3151 | 2024-09-16T14:14:09.333Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3152 | 2024-09-16T14:14:10.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-09-16T14:14:10.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-09-16T14:14:10.245Z | Checking memmap2 v0.9.4 |
3155 | 2024-09-16T14:14:10.245Z | Checking untrusted v0.7.1 |
3156 | 2024-09-16T14:14:10.245Z | Checking spin v0.5.2 |
3157 | 2024-09-16T14:14:10.269Z | Checking arrayref v0.3.7 |
3158 | 2024-09-16T14:14:10.269Z | Checking constant_time_eq v0.3.0 |
3159 | 2024-09-16T14:14:10.269Z | Checking arrayvec v0.7.4 |
3160 | 2024-09-16T14:14:10.269Z | Checking cargo-platform v0.1.8 |
3161 | 2024-09-16T14:14:10.269Z | Checking topological-sort v0.2.2 |
3162 | 2024-09-16T14:14:10.437Z | Checking shell-words v1.1.0 |
3163 | 2024-09-16T14:14:10.488Z | Checking ring v0.16.20 |
3164 | 2024-09-16T14:14:10.557Z | Checking cargo_metadata v0.18.1 |
3165 | 2024-09-16T14:14:10.588Z | Checking blake3 v1.5.1 |
3166 | 2024-09-16T14:14:11.921Z | Checking omicron-zone-package v0.11.0 |
3167 | 2024-09-16T14:14:13.308Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3168 | 2024-09-16T14:14:14.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
3169 | 2024-09-16T14:14:14.582Z | |
3170 | 2024-09-16T14:14:14.582Z | info: running `cargo check --bins` on xtask (146/158) |
3171 | 2024-09-16T14:14:15.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-09-16T14:14:15.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-09-16T14:14:15.255Z | Checking bitflags v2.6.0 |
3174 | 2024-09-16T14:14:15.255Z | Checking serde v1.0.208 |
3175 | 2024-09-16T14:14:15.255Z | Checking thiserror v1.0.63 |
3176 | 2024-09-16T14:14:15.255Z | Checking scroll v0.12.0 |
3177 | 2024-09-16T14:14:15.317Z | Checking hashbrown v0.14.5 |
3178 | 2024-09-16T14:14:15.343Z | Checking log v0.4.21 |
3179 | 2024-09-16T14:14:15.343Z | Checking zerocopy v0.7.34 |
3180 | 2024-09-16T14:14:15.367Z | Checking syn v2.0.74 |
3181 | 2024-09-16T14:14:15.416Z | Checking pest v2.7.10 |
3182 | 2024-09-16T14:14:15.509Z | Checking rustix v0.38.34 |
3183 | 2024-09-16T14:14:15.559Z | Checking fs-err v2.11.0 |
3184 | 2024-09-16T14:14:15.703Z | Checking goblin v0.8.2 |
3185 | 2024-09-16T14:14:15.827Z | Checking anyhow v1.0.86 |
3186 | 2024-09-16T14:14:16.155Z | Checking tabled v0.15.0 |
3187 | 2024-09-16T14:14:16.279Z | Checking indexmap v2.4.0 |
3188 | 2024-09-16T14:14:17.087Z | Checking terminal_size v0.3.0 |
3189 | 2024-09-16T14:14:17.087Z | Checking tempfile v3.10.1 |
3190 | 2024-09-16T14:14:17.255Z | Checking clap_builder v4.5.15 |
3191 | 2024-09-16T14:14:17.451Z | Checking dtrace-parser v0.2.0 |
3192 | 2024-09-16T14:14:19.310Z | Checking serde_json v1.0.125 |
3193 | 2024-09-16T14:14:19.310Z | Checking toml_datetime v0.6.8 |
3194 | 2024-09-16T14:14:19.334Z | Checking serde_spanned v0.6.7 |
3195 | 2024-09-16T14:14:19.334Z | Checking camino v1.1.9 |
3196 | 2024-09-16T14:14:19.334Z | Checking semver v1.0.23 |
3197 | 2024-09-16T14:14:19.391Z | Checking cargo-platform v0.1.8 |
3198 | 2024-09-16T14:14:19.509Z | Checking macaddr v1.0.1 |
3199 | 2024-09-16T14:14:19.594Z | Checking toml_edit v0.22.20 |
3200 | 2024-09-16T14:14:19.767Z | Checking clap v4.5.16 |
3201 | 2024-09-16T14:14:19.875Z | Checking camino-tempfile v1.1.1 |
3202 | 2024-09-16T14:14:20.544Z | Checking dof v0.3.0 |
3203 | 2024-09-16T14:14:20.544Z | Checking cargo_metadata v0.18.1 |
3204 | 2024-09-16T14:14:21.025Z | Checking usdt-impl v0.5.0 |
3205 | 2024-09-16T14:14:21.439Z | Checking usdt v0.5.0 |
3206 | 2024-09-16T14:14:21.649Z | Checking toml v0.8.19 |
3207 | 2024-09-16T14:14:22.217Z | Checking cargo_toml v0.20.4 |
3208 | 2024-09-16T14:14:23.662Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3209 | 2024-09-16T14:14:24.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s |
3210 | 2024-09-16T14:14:24.534Z | |
3211 | 2024-09-16T14:14:24.534Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3212 | 2024-09-16T14:14:25.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-09-16T14:14:25.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-09-16T14:14:25.592Z | Checking polyval v0.6.2 |
3215 | 2024-09-16T14:14:25.592Z | Checking rfc6979 v0.4.0 |
3216 | 2024-09-16T14:14:25.635Z | Checking primeorder v0.13.6 |
3217 | 2024-09-16T14:14:25.659Z | Checking ctr v0.9.2 |
3218 | 2024-09-16T14:14:25.683Z | Checking ed25519 v2.2.3 |
3219 | 2024-09-16T14:14:25.683Z | Checking ssh-encoding v0.2.0 |
3220 | 2024-09-16T14:14:25.683Z | Checking blowfish v0.9.1 |
3221 | 2024-09-16T14:14:25.727Z | Checking password-hash v0.4.2 |
3222 | 2024-09-16T14:14:25.771Z | Checking ecdsa v0.16.9 |
3223 | 2024-09-16T14:14:25.856Z | Checking ghash v0.5.1 |
3224 | 2024-09-16T14:14:25.895Z | Checking matches v0.1.10 |
3225 | 2024-09-16T14:14:25.921Z | Checking bcrypt-pbkdf v0.10.0 |
3226 | 2024-09-16T14:14:25.956Z | Checking ed25519-dalek v2.1.1 |
3227 | 2024-09-16T14:14:25.986Z | Checking idna v0.2.3 |
3228 | 2024-09-16T14:14:26.011Z | Compiling enum-as-inner v0.5.1 |
3229 | 2024-09-16T14:14:26.035Z | Checking aes-gcm v0.10.3 |
3230 | 2024-09-16T14:14:26.059Z | Checking russh-cryptovec v0.7.2 |
3231 | 2024-09-16T14:14:26.093Z | Checking pbkdf2 v0.11.0 |
3232 | 2024-09-16T14:14:26.123Z | Checking md5 v0.7.0 |
3233 | 2024-09-16T14:14:26.209Z | Checking ssh-cipher v0.2.0 |
3234 | 2024-09-16T14:14:26.239Z | Checking num-bigint v0.4.5 |
3235 | 2024-09-16T14:14:26.285Z | Checking des v0.8.1 |
3236 | 2024-09-16T14:14:26.338Z | Checking hex-literal v0.4.1 |
3237 | 2024-09-16T14:14:26.362Z | Compiling dhcproto-macros v0.1.0 |
3238 | 2024-09-16T14:14:26.386Z | Checking p256 v0.13.2 |
3239 | 2024-09-16T14:14:26.468Z | Checking p384 v0.13.0 |
3240 | 2024-09-16T14:14:26.492Z | Checking ssh-key v0.6.6 |
3241 | 2024-09-16T14:14:26.516Z | Checking p521 v0.13.3 |
3242 | 2024-09-16T14:14:26.615Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3243 | 2024-09-16T14:14:26.784Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3244 | 2024-09-16T14:14:26.851Z | Checking trust-dns-proto v0.22.0 |
3245 | 2024-09-16T14:14:27.108Z | Checking internet-checksum v0.2.1 |
3246 | 2024-09-16T14:14:27.809Z | Checking russh-keys v0.45.0 |
3247 | 2024-09-16T14:14:28.916Z | Checking russh v0.45.0 |
3248 | 2024-09-16T14:14:29.760Z | Checking dhcproto v0.12.0 |
3249 | 2024-09-16T14:14:49.872Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3250 | 2024-09-16T14:14:51.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s |
3251 | 2024-09-16T14:14:51.654Z | |
3252 | 2024-09-16T14:14:51.654Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3253 | 2024-09-16T14:14:52.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2024-09-16T14:14:52.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2024-09-16T14:14:52.520Z | Checking termios v0.3.3 |
3256 | 2024-09-16T14:14:52.702Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3257 | 2024-09-16T14:14:53.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3258 | 2024-09-16T14:14:53.790Z | |
3259 | 2024-09-16T14:14:53.790Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3260 | 2024-09-16T14:14:54.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3261 | 2024-09-16T14:14:54.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3262 | 2024-09-16T14:14:54.715Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3263 | 2024-09-16T14:14:57.026Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3264 | 2024-09-16T14:14:59.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
3265 | 2024-09-16T14:14:59.322Z | |
3266 | 2024-09-16T14:14:59.322Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3267 | 2024-09-16T14:15:00.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-09-16T14:15:00.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-09-16T14:15:00.188Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3270 | 2024-09-16T14:15:00.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3271 | 2024-09-16T14:15:00.798Z | |
3272 | 2024-09-16T14:15:00.798Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3273 | 2024-09-16T14:15:01.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2024-09-16T14:15:01.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2024-09-16T14:15:01.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2024-09-16T14:15:01.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3277 | 2024-09-16T14:15:01.645Z | |
3278 | 2024-09-16T14:15:01.645Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3279 | 2024-09-16T14:15:02.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-09-16T14:15:02.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-09-16T14:15:02.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-09-16T14:15:02.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3283 | 2024-09-16T14:15:02.482Z | |
3284 | 2024-09-16T14:15:02.482Z | info: running `cargo check --bins` on omicron-package (153/158) |
3285 | 2024-09-16T14:15:03.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-09-16T14:15:03.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-09-16T14:15:03.374Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3288 | 2024-09-16T14:15:04.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
3289 | 2024-09-16T14:15:04.932Z | |
3290 | 2024-09-16T14:15:04.932Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3291 | 2024-09-16T14:15:05.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-09-16T14:15:05.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-09-16T14:15:05.881Z | Checking rtoolbox v0.0.2 |
3294 | 2024-09-16T14:15:05.882Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3295 | 2024-09-16T14:15:05.905Z | Checking tui-tree-widget v0.22.0 |
3296 | 2024-09-16T14:15:06.065Z | Checking rpassword v7.3.1 |
3297 | 2024-09-16T14:15:10.941Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3298 | 2024-09-16T14:15:14.576Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3299 | 2024-09-16T14:15:16.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s |
3300 | 2024-09-16T14:15:16.197Z | |
3301 | 2024-09-16T14:15:16.197Z | info: running `cargo check --bins` on wicket (155/158) |
3302 | 2024-09-16T14:15:17.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-09-16T14:15:17.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-09-16T14:15:17.159Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3305 | 2024-09-16T14:15:17.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3306 | 2024-09-16T14:15:17.710Z | |
3307 | 2024-09-16T14:15:17.710Z | info: running `cargo check --bins` on wicketd (156/158) |
3308 | 2024-09-16T14:15:18.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-09-16T14:15:18.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-09-16T14:15:18.679Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3311 | 2024-09-16T14:15:23.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
3312 | 2024-09-16T14:15:23.392Z | |
3313 | 2024-09-16T14:15:23.392Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3314 | 2024-09-16T14:15:24.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-09-16T14:15:24.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-09-16T14:15:24.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-09-16T14:15:24.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3318 | 2024-09-16T14:15:24.245Z | |
3319 | 2024-09-16T14:15:24.246Z | info: running `cargo check --bins` on zone-setup (158/158) |
3320 | 2024-09-16T14:15:25.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-09-16T14:15:25.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-09-16T14:15:25.267Z | Checking uzers v0.11.3 |
3323 | 2024-09-16T14:15:25.545Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3324 | 2024-09-16T14:15:26.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3325 | 2024-09-16T14:15:26.992Z | |
3326 | 2024-09-16T14:15:26.992Z | real 12:38.513482607 |
3327 | 2024-09-16T14:15:26.992Z | user 22:45.799782371 |
3328 | 2024-09-16T14:15:26.992Z | sys 5:32.741392800 |
3329 | 2024-09-16T14:15:26.992Z | trap 0.516607796 |
3330 | 2024-09-16T14:15:26.992Z | tflt 1.515098457 |
3331 | 2024-09-16T14:15:26.992Z | dflt 2.430968364 |
3332 | 2024-09-16T14:15:26.992Z | kflt 0.001063904 |
3333 | 2024-09-16T14:15:27.016Z | lock 42:07.242118241 |
3334 | 2024-09-16T14:15:27.016Z | slp 1:59:46.666282168 |
3335 | 2024-09-16T14:15:27.016Z | lat 1:01.484182076 |
3336 | 2024-09-16T14:15:27.016Z | stop 2:43.059110121 |
3337 | 2024-09-16T14:15:27.016Z | process exited: duration 1002085 ms, exit code 0 |
|
3338 | 2024-09-16T14:15:27.065Z | found 0 output files |