|
|
|
1 | 2024-09-24T03:10:32.417Z | job assigned to worker 01J8H038GECXKTPTNAMEV11MSD (queued for 54 s) |
|
2 | 2024-09-24T03:10:39.887Z | starting task 0: "setup" |
3 | 2024-09-24T03:10:39.893Z | ++ uname -s |
4 | 2024-09-24T03:10:39.895Z | + kern=SunOS |
5 | 2024-09-24T03:10:39.895Z | + case "$kern" in |
6 | 2024-09-24T03:10:39.895Z | + groupadd -g 12345 build |
7 | 2024-09-24T03:10:39.898Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-24T03:10:41.907Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-24T03:10:42.027Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-24T03:10:42.030Z | + home_fs=zfs |
11 | 2024-09-24T03:10:42.030Z | + [[ zfs == autofs ]] |
12 | 2024-09-24T03:10:42.030Z | + mkdir -p /home/build |
13 | 2024-09-24T03:10:42.030Z | + chown build:build /home/build /work |
14 | 2024-09-24T03:10:43.032Z | + chmod 0700 /home/build /work |
15 | 2024-09-24T03:10:43.034Z | process exited: duration 3149 ms, exit code 0 |
|
16 | 2024-09-24T03:10:43.040Z | starting task 1: "rust-toolchain" |
17 | 2024-09-24T03:10:43.048Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-24T03:10:43.048Z | ' 1.80.1 |
19 | 2024-09-24T03:10:43.051Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-24T03:10:43.051Z | * toolchain channel = "1.80.1" |
21 | 2024-09-24T03:10:43.051Z | * toolchain profile = "default" |
22 | 2024-09-24T03:10:43.051Z | ' default |
23 | 2024-09-24T03:10:43.051Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-24T03:10:43.051Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-24T03:10:43.150Z | info: downloading installer |
26 | 2024-09-24T03:10:44.651Z | info: profile set to 'default' |
27 | 2024-09-24T03:10:44.651Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-24T03:10:44.654Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-24T03:10:44.812Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-24T03:10:44.812Z | info: downloading component 'cargo' |
31 | 2024-09-24T03:10:45.726Z | info: downloading component 'clippy' |
32 | 2024-09-24T03:10:46.047Z | info: downloading component 'rust-docs' |
33 | 2024-09-24T03:10:47.294Z | info: downloading component 'rust-std' |
34 | 2024-09-24T03:10:49.050Z | info: downloading component 'rustc' |
35 | 2024-09-24T03:10:53.908Z | info: downloading component 'rustfmt' |
36 | 2024-09-24T03:10:54.184Z | info: installing component 'cargo' |
37 | 2024-09-24T03:10:55.039Z | info: installing component 'clippy' |
38 | 2024-09-24T03:10:55.405Z | info: installing component 'rust-docs' |
39 | 2024-09-24T03:10:57.035Z | info: installing component 'rust-std' |
40 | 2024-09-24T03:10:58.700Z | info: installing component 'rustc' |
41 | 2024-09-24T03:11:02.797Z | info: installing component 'rustfmt' |
42 | 2024-09-24T03:11:03.133Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-24T03:11:03.133Z | |
44 | 2024-09-24T03:11:03.469Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-24T03:11:03.469Z | |
46 | 2024-09-24T03:11:03.478Z | |
47 | 2024-09-24T03:11:03.478Z | Rust is installed now. Great! |
48 | 2024-09-24T03:11:03.478Z | |
49 | 2024-09-24T03:11:03.479Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-24T03:11:03.479Z | environment variable. This has not been done automatically. |
51 | 2024-09-24T03:11:03.479Z | |
52 | 2024-09-24T03:11:03.479Z | To configure your current shell, you need to source |
53 | 2024-09-24T03:11:03.479Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-24T03:11:03.479Z | |
55 | 2024-09-24T03:11:03.479Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-24T03:11:03.479Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-24T03:11:03.479Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-24T03:11:03.479Z | + rustc --version |
59 | 2024-09-24T03:11:03.497Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-24T03:11:03.501Z | process exited: duration 20458 ms, exit code 0 |
|
61 | 2024-09-24T03:11:03.508Z | starting task 2: "authentication" |
62 | 2024-09-24T03:11:03.529Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-24T03:11:03.536Z | starting task 3: "clone repository" |
64 | 2024-09-24T03:11:03.542Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-24T03:11:03.548Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-24T03:11:03.800Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-24T03:11:10.827Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-24T03:11:10.828Z | + git fetch origin 425a962cb770da99038563c9383e6225cc1462d4 |
69 | 2024-09-24T03:11:11.161Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-24T03:11:11.161Z | * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD |
71 | 2024-09-24T03:11:11.166Z | + [[ -n renovate/httptest-0.x ]] |
72 | 2024-09-24T03:11:11.166Z | ++ git branch --show-current |
73 | 2024-09-24T03:11:11.166Z | + current=main |
74 | 2024-09-24T03:11:11.166Z | + [[ main != renovate/httptest-0.x ]] |
75 | 2024-09-24T03:11:11.166Z | + git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4 |
76 | 2024-09-24T03:11:11.166Z | + git checkout -f renovate/httptest-0.x |
77 | 2024-09-24T03:11:11.289Z | Switched to branch 'renovate/httptest-0.x' |
78 | 2024-09-24T03:11:11.292Z | + git reset --hard 425a962cb770da99038563c9383e6225cc1462d4 |
79 | 2024-09-24T03:11:11.305Z | HEAD is now at 425a962cb Update Rust crate httptest to 0.16.1 |
80 | 2024-09-24T03:11:11.310Z | process exited: duration 7769 ms, exit code 0 |
|
81 | 2024-09-24T03:11:11.319Z | starting task 4: "build" |
82 | 2024-09-24T03:11:11.326Z | + cargo --version |
83 | 2024-09-24T03:11:11.378Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-24T03:11:11.380Z | + rustc --version |
85 | 2024-09-24T03:11:11.437Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-24T03:11:11.440Z | + source ./env.sh |
87 | 2024-09-24T03:11:11.442Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-24T03:11:11.442Z | ++ set -o xtrace |
89 | 2024-09-24T03:11:11.446Z | ++++ dirname ./env.sh |
90 | 2024-09-24T03:11:11.447Z | +++ readlink -f . |
91 | 2024-09-24T03:11:11.464Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-24T03:11:11.466Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ 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-24T03:11:11.467Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-24T03:11:11.467Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-24T03:11:11.467Z | + 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-24T03:11:11.467Z | + 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-24T03:11:11.467Z | + banner prerequisites |
105 | 2024-09-24T03:11:11.489Z | |
106 | 2024-09-24T03:11:11.489Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-24T03:11:11.489Z | # # # # # # # # # # # # # # # |
108 | 2024-09-24T03:11:11.489Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-24T03:11:11.489Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-24T03:11:11.489Z | # # # # # # # # # # # # # # # |
111 | 2024-09-24T03:11:11.489Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-24T03:11:11.489Z | |
113 | 2024-09-24T03:11:11.492Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-24T03:11:19.809Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-24T03:11:22.348Z | Startup: Caching catalogs ... Done |
116 | 2024-09-24T03:11:25.533Z | Planning: Solver setup ... Done (2.541s) |
117 | 2024-09-24T03:11:25.588Z | Planning: Running solver ... Done (0.042s) |
118 | 2024-09-24T03:11:25.685Z | Planning: Finding local manifests ... Done (0.079s) |
119 | 2024-09-24T03:11:25.729Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-24T03:11:27.263Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-24T03:11:27.484Z | Planning: Package planning ... Done (0.184s) |
122 | 2024-09-24T03:11:27.492Z | Planning: Merging actions ... Done (0.055s) |
123 | 2024-09-24T03:11:28.278Z | Planning: Checking for conflicting actions ... Done (0.787s) |
124 | 2024-09-24T03:11:33.308Z | Planning: Consolidating action changes ... Done (5.005s) |
125 | 2024-09-24T03:11:33.684Z | Planning: Evaluating mediators ... Done (0.365s) |
126 | 2024-09-24T03:11:33.733Z | Planning: Planning completed in 11.31 seconds |
127 | 2024-09-24T03:11:33.846Z | Packages to install: 4 |
128 | 2024-09-24T03:11:33.847Z | Packages to update: 1 |
129 | 2024-09-24T03:11:33.888Z | Mediators to change: 2 |
130 | 2024-09-24T03:11:33.888Z | Services to change: 1 |
131 | 2024-09-24T03:11:33.888Z | Estimated space available: 155.71 GB |
132 | 2024-09-24T03:11:33.888Z | Estimated space to be consumed: 1.54 GB |
133 | 2024-09-24T03:11:33.888Z | Create boot environment: No |
134 | 2024-09-24T03:11:33.889Z | Create backup boot environment: Yes |
135 | 2024-09-24T03:11:33.889Z | Rebuild boot archive: No |
136 | 2024-09-24T03:11:33.889Z | |
137 | 2024-09-24T03:11:33.889Z | Changed mediators: |
138 | 2024-09-24T03:11:33.889Z | mediator clang: |
139 | 2024-09-24T03:11:33.889Z | version: None -> 15 (system default) |
140 | 2024-09-24T03:11:33.889Z | |
141 | 2024-09-24T03:11:33.889Z | mediator llvm: |
142 | 2024-09-24T03:11:33.889Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-24T03:11:33.890Z | |
144 | 2024-09-24T03:11:33.890Z | Changed packages: |
145 | 2024-09-24T03:11:33.890Z | helios-dev |
146 | 2024-09-24T03:11:33.890Z | developer/build-essential |
147 | 2024-09-24T03:11:33.890Z | None -> 11-2.0 |
148 | 2024-09-24T03:11:33.890Z | library/libxmlsec1 |
149 | 2024-09-24T03:11:33.890Z | None -> 1.2.35-2.0 |
150 | 2024-09-24T03:11:33.890Z | ooce/developer/clang-15 |
151 | 2024-09-24T03:11:33.890Z | None -> 15.0.7-2.0 |
152 | 2024-09-24T03:11:33.890Z | ooce/developer/llvm-15 |
153 | 2024-09-24T03:11:33.891Z | None -> 15.0.7-2.0 |
154 | 2024-09-24T03:11:33.891Z | package/pkg |
155 | 2024-09-24T03:11:33.892Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-24T03:11:33.892Z | |
157 | 2024-09-24T03:11:33.892Z | Services: |
158 | 2024-09-24T03:11:33.892Z | restart_fmri: |
159 | 2024-09-24T03:11:33.892Z | svc:/system/update-man-index:default |
160 | 2024-09-24T03:11:33.893Z | |
161 | 2024-09-24T03:11:33.893Z | Editable files to change: |
162 | 2024-09-24T03:11:33.893Z | Update: |
163 | 2024-09-24T03:11:33.893Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-24T03:11:34.071Z | |
165 | 2024-09-24T03:11:34.071Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-24T03:11:39.017Z | Download: 480/4281 items 17.1/220.6MB 7% complete (3.6M/s) |
167 | 2024-09-24T03:11:44.080Z | Download: 1181/4281 items 63.1/220.6MB 28% complete (6.4M/s) |
168 | 2024-09-24T03:11:49.063Z | Download: 1222/4281 items 98.2/220.6MB 44% complete (8.1M/s) |
169 | 2024-09-24T03:11:54.081Z | Download: 1482/4281 items 117.1/220.6MB 53% complete (6.6M/s) |
170 | 2024-09-24T03:11:59.207Z | Download: 1819/4281 items 118.2/220.6MB 53% complete (2.5M/s) |
171 | 2024-09-24T03:12:04.280Z | Download: 2213/4281 items 119.2/220.6MB 54% complete (226k/s) |
172 | 2024-09-24T03:12:09.505Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (209k/s) |
173 | 2024-09-24T03:12:15.999Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (199k/s) |
174 | 2024-09-24T03:12:23.422Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
175 | 2024-09-24T03:12:28.434Z | Download: 2453/4281 items 120.2/220.6MB 54% complete (198k/s) |
176 | 2024-09-24T03:12:33.449Z | Download: 2605/4281 items 120.5/220.6MB 54% complete (141k/s) |
177 | 2024-09-24T03:12:38.646Z | Download: 2770/4281 items 120.9/220.6MB 54% complete (79.7k/s) |
178 | 2024-09-24T03:12:43.659Z | Download: 3182/4281 items 167.6/220.6MB 75% complete (4.7M/s) |
179 | 2024-09-24T03:12:48.774Z | Download: 3245/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
180 | 2024-09-24T03:12:55.317Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
181 | 2024-09-24T03:13:02.163Z | Download: 3289/4281 items 211.9/220.6MB 96% complete (2.1M/s) |
182 | 2024-09-24T03:13:07.207Z | Download: 3501/4281 items 215.5/220.6MB 97% complete (936k/s) |
183 | 2024-09-24T03:13:12.253Z | Download: 3708/4281 items 216.5/220.6MB 98% complete (489k/s) |
184 | 2024-09-24T03:13:17.305Z | Download: 3898/4281 items 217.9/220.6MB 98% complete (281k/s) |
185 | 2024-09-24T03:13:22.574Z | Download: 4038/4281 items 219.5/220.6MB 99% complete (312k/s) |
186 | 2024-09-24T03:13:27.578Z | Download: 4142/4281 items 220.2/220.6MB 99% complete (231k/s) |
187 | 2024-09-24T03:13:34.678Z | Download: 4203/4281 items 220.5/220.6MB 99% complete (197k/s) |
188 | 2024-09-24T03:13:40.078Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (179k/s) |
189 | 2024-09-24T03:13:45.703Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
190 | 2024-09-24T03:13:45.809Z | Download: Completed 220.60 MB in 131.79 seconds (1.7M/s) |
191 | 2024-09-24T03:13:47.786Z | Actions: 1/5063 actions (Removing old actions) |
192 | 2024-09-24T03:13:47.803Z | Actions: 194/5063 actions (Installing new actions) |
193 | 2024-09-24T03:13:52.832Z | Actions: 4086/5063 actions (Installing new actions) |
194 | 2024-09-24T03:13:52.955Z | Actions: 4226/5063 actions (Updating modified actions) |
195 | 2024-09-24T03:13:53.289Z | Actions: Completed 5063 actions in 5.50 seconds. |
196 | 2024-09-24T03:13:53.593Z | Done (0.297s) |
197 | 2024-09-24T03:13:53.599Z | Done (0.000s) |
198 | 2024-09-24T03:13:54.015Z | Done (0.420s) |
199 | 2024-09-24T03:13:59.241Z | Done (5.040s) |
200 | 2024-09-24T03:13:59.491Z | Done (0.178s) |
201 | 2024-09-24T03:13:59.493Z | Done (0.000s) |
202 | 2024-09-24T03:13:59.656Z | Done (0.000s) |
203 | 2024-09-24T03:14:00.251Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-09-24T03:14:00.494Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-09-24T03:14:00.511Z | Planning: Consolidating action changes ... Done |
206 | 2024-09-24T03:14:00.672Z | Planning: Evaluating mediators ... Done |
207 | 2024-09-24T03:14:00.677Z | Planning: Planning completed in 0.42 seconds |
208 | 2024-09-24T03:14:00.710Z | Mediators to change: 2 |
209 | 2024-09-24T03:14:00.710Z | Create boot environment: No |
210 | 2024-09-24T03:14:00.714Z | Create backup boot environment: No |
211 | 2024-09-24T03:14:00.779Z | Done |
212 | 2024-09-24T03:14:00.779Z | Done |
213 | 2024-09-24T03:14:01.025Z | Done |
214 | 2024-09-24T03:14:04.567Z | Done |
215 | 2024-09-24T03:14:04.659Z | Done |
216 | 2024-09-24T03:14:04.661Z | Done |
217 | 2024-09-24T03:14:04.765Z | Done |
218 | 2024-09-24T03:14:05.376Z | Planning: Evaluating mediator changes ... Done |
219 | 2024-09-24T03:14:05.382Z | Planning: Merging actions ... Done |
220 | 2024-09-24T03:14:05.556Z | Planning: Checking for conflicting actions ... Done |
221 | 2024-09-24T03:14:05.560Z | Planning: Consolidating action changes ... Done |
222 | 2024-09-24T03:14:05.818Z | Planning: Evaluating mediators ... Done |
223 | 2024-09-24T03:14:05.870Z | Planning: Planning completed in 0.74 seconds |
224 | 2024-09-24T03:14:05.949Z | Packages to change: 1 |
225 | 2024-09-24T03:14:05.949Z | Mediators to change: 1 |
226 | 2024-09-24T03:14:05.960Z | Services to change: 1 |
227 | 2024-09-24T03:14:05.960Z | Create boot environment: No |
228 | 2024-09-24T03:14:05.960Z | Create backup boot environment: Yes |
229 | 2024-09-24T03:14:07.783Z | Actions: 1/6 actions (Updating modified actions) |
230 | 2024-09-24T03:14:07.824Z | Actions: Completed 6 actions in 0.04 seconds. |
231 | 2024-09-24T03:14:07.826Z | Done |
232 | 2024-09-24T03:14:07.826Z | Done |
233 | 2024-09-24T03:14:07.910Z | Done |
234 | 2024-09-24T03:14:11.463Z | Done |
235 | 2024-09-24T03:14:11.547Z | Done |
236 | 2024-09-24T03:14:11.550Z | Done |
237 | 2024-09-24T03:14:11.647Z | Done |
238 | 2024-09-24T03:14:12.078Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
239 | 2024-09-24T03:14:12.078Z | clang system 15 system |
240 | 2024-09-24T03:14:12.078Z | csh system system illumos |
241 | 2024-09-24T03:14:12.078Z | ctags system system illumos |
242 | 2024-09-24T03:14:12.078Z | gcc vendor 12 vendor |
243 | 2024-09-24T03:14:12.078Z | gcc system 10 system |
244 | 2024-09-24T03:14:12.078Z | gcc system 7 system |
245 | 2024-09-24T03:14:12.079Z | go system 1.20 system |
246 | 2024-09-24T03:14:12.079Z | go system 1.19 system |
247 | 2024-09-24T03:14:12.079Z | llvm system 15 system |
248 | 2024-09-24T03:14:12.079Z | llvm system 14 system |
249 | 2024-09-24T03:14:12.079Z | mariadb system 10.6 system |
250 | 2024-09-24T03:14:12.079Z | mta vendor vendor dma |
251 | 2024-09-24T03:14:12.079Z | openjdk system 17 system |
252 | 2024-09-24T03:14:12.079Z | openjdk system 11 system |
253 | 2024-09-24T03:14:12.079Z | openjdk system 1.8 system |
254 | 2024-09-24T03:14:12.079Z | openssl vendor 3 vendor |
255 | 2024-09-24T03:14:12.079Z | perl system 5.36 system |
256 | 2024-09-24T03:14:12.079Z | postgresql system 15 system |
257 | 2024-09-24T03:14:12.079Z | postgresql system 13 system |
258 | 2024-09-24T03:14:12.079Z | python vendor 3 vendor |
259 | 2024-09-24T03:14:12.079Z | python system 2 system |
260 | 2024-09-24T03:14:12.079Z | python3 system 3.11 system |
261 | 2024-09-24T03:14:12.079Z | ruby system 3.0 system |
262 | 2024-09-24T03:14:12.079Z | words vendor vendor american-english |
263 | 2024-09-24T03:14:12.079Z | words system system australian-english |
264 | 2024-09-24T03:14:12.079Z | words system system british-english |
265 | 2024-09-24T03:14:12.079Z | words system system canadian-english |
266 | 2024-09-24T03:14:12.079Z | words system system french |
267 | 2024-09-24T03:14:12.080Z | words system system italian |
268 | 2024-09-24T03:14:12.080Z | words system system ngerman |
269 | 2024-09-24T03:14:12.080Z | words system system ogerman |
270 | 2024-09-24T03:14:12.080Z | words system system spanish |
271 | 2024-09-24T03:14:12.408Z | PUBLISHER TYPE STATUS P LOCATION |
272 | 2024-09-24T03:14:12.408Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
273 | 2024-09-24T03:14:14.314Z | FMRI IFO |
274 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
275 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
276 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
277 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
278 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
279 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
280 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
281 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
282 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
283 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
284 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
286 | 2024-09-24T03:14:14.314Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
287 | 2024-09-24T03:14:14.942Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
288 | 2024-09-24T03:14:15.233Z | Updating crates.io index |
289 | 2024-09-24T03:14:15.300Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
290 | 2024-09-24T03:14:16.011Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
291 | 2024-09-24T03:14:16.713Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
292 | 2024-09-24T03:14:16.970Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
293 | 2024-09-24T03:14:18.418Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2024-09-24T03:14:18.631Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2024-09-24T03:14:18.869Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2024-09-24T03:14:19.904Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2024-09-24T03:14:21.984Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2024-09-24T03:14:23.029Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2024-09-24T03:14:23.709Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2024-09-24T03:14:23.945Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2024-09-24T03:14:24.178Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2024-09-24T03:14:24.748Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2024-09-24T03:14:25.018Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
304 | 2024-09-24T03:14:25.294Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
305 | 2024-09-24T03:14:25.595Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
306 | 2024-09-24T03:14:26.088Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
307 | 2024-09-24T03:14:26.363Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
308 | 2024-09-24T03:14:26.702Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
309 | 2024-09-24T03:14:27.005Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
310 | 2024-09-24T03:14:27.252Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
311 | 2024-09-24T03:14:27.534Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
312 | 2024-09-24T03:14:27.810Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
313 | 2024-09-24T03:14:28.108Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
314 | 2024-09-24T03:14:28.449Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
315 | 2024-09-24T03:14:29.046Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
316 | 2024-09-24T03:14:29.176Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
317 | 2024-09-24T03:14:29.509Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
318 | 2024-09-24T03:14:29.889Z | Updating git repository `https://github.com/oxidecomputer/typify` |
319 | 2024-09-24T03:14:31.923Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
320 | 2024-09-24T03:14:32.146Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
321 | 2024-09-24T03:14:32.404Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
322 | 2024-09-24T03:14:32.709Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
323 | 2024-09-24T03:14:33.860Z | Downloading crates ... |
324 | 2024-09-24T03:14:33.938Z | Downloaded colorchoice v1.0.1 |
325 | 2024-09-24T03:14:33.945Z | Downloaded autocfg v1.3.0 |
326 | 2024-09-24T03:14:33.950Z | Downloaded anstyle-query v1.0.3 |
327 | 2024-09-24T03:14:33.953Z | Downloaded anstream v0.6.14 |
328 | 2024-09-24T03:14:33.953Z | Downloaded fnv v1.0.7 |
329 | 2024-09-24T03:14:33.953Z | Downloaded errno v0.3.9 |
330 | 2024-09-24T03:14:33.953Z | Downloaded equivalent v1.0.1 |
331 | 2024-09-24T03:14:33.959Z | Downloaded swrite v0.1.0 |
332 | 2024-09-24T03:14:33.964Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-09-24T03:14:33.966Z | Downloaded scroll_derive v0.12.0 |
334 | 2024-09-24T03:14:33.969Z | Downloaded camino-tempfile v1.1.1 |
335 | 2024-09-24T03:14:33.977Z | Downloaded anstyle v1.0.8 |
336 | 2024-09-24T03:14:33.984Z | Downloaded dof v0.3.0 |
337 | 2024-09-24T03:14:33.987Z | Downloaded crypto-common v0.1.6 |
338 | 2024-09-24T03:14:33.987Z | Downloaded thiserror-impl v1.0.63 |
339 | 2024-09-24T03:14:33.987Z | Downloaded serde_spanned v0.6.7 |
340 | 2024-09-24T03:14:33.991Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-09-24T03:14:33.991Z | Downloaded block-buffer v0.10.4 |
342 | 2024-09-24T03:14:33.996Z | Downloaded fs-err v2.11.0 |
343 | 2024-09-24T03:14:33.998Z | Downloaded heck v0.4.1 |
344 | 2024-09-24T03:14:34.003Z | Downloaded usdt-impl v0.5.0 |
345 | 2024-09-24T03:14:34.005Z | Downloaded utf8parse v0.2.1 |
346 | 2024-09-24T03:14:34.008Z | Downloaded pest_generator v2.7.10 |
347 | 2024-09-24T03:14:34.008Z | Downloaded cargo_metadata v0.18.1 |
348 | 2024-09-24T03:14:34.014Z | Downloaded once_cell v1.19.0 |
349 | 2024-09-24T03:14:34.014Z | Downloaded cfg-if v1.0.0 |
350 | 2024-09-24T03:14:34.016Z | Downloaded smawk v0.3.2 |
351 | 2024-09-24T03:14:34.016Z | Downloaded anstyle-parse v0.2.4 |
352 | 2024-09-24T03:14:34.020Z | Downloaded semver v1.0.23 |
353 | 2024-09-24T03:14:34.043Z | Downloaded itoa v1.0.11 |
354 | 2024-09-24T03:14:34.046Z | Downloaded ryu v1.0.18 |
355 | 2024-09-24T03:14:34.050Z | Downloaded pest_meta v2.7.10 |
356 | 2024-09-24T03:14:34.052Z | Downloaded clap_lex v0.7.0 |
357 | 2024-09-24T03:14:34.055Z | Downloaded dtrace-parser v0.2.0 |
358 | 2024-09-24T03:14:34.063Z | Downloaded is_terminal_polyfill v1.70.0 |
359 | 2024-09-24T03:14:34.066Z | Downloaded usdt-macro v0.5.0 |
360 | 2024-09-24T03:14:34.073Z | Downloaded usdt-attr-macro v0.5.0 |
361 | 2024-09-24T03:14:34.077Z | Downloaded log v0.4.21 |
362 | 2024-09-24T03:14:34.077Z | Downloaded toml v0.8.19 |
363 | 2024-09-24T03:14:34.079Z | Downloaded serde_derive v1.0.208 |
364 | 2024-09-24T03:14:34.083Z | Downloaded tempfile v3.10.1 |
365 | 2024-09-24T03:14:34.085Z | Downloaded proc-macro2 v1.0.86 |
366 | 2024-09-24T03:14:34.088Z | Downloaded ucd-trie v0.1.6 |
367 | 2024-09-24T03:14:34.090Z | Downloaded cpufeatures v0.2.12 |
368 | 2024-09-24T03:14:34.092Z | Downloaded textwrap v0.16.1 |
369 | 2024-09-24T03:14:34.095Z | Downloaded digest v0.10.7 |
370 | 2024-09-24T03:14:34.098Z | Downloaded cargo-platform v0.1.8 |
371 | 2024-09-24T03:14:34.098Z | Downloaded cargo_toml v0.20.4 |
372 | 2024-09-24T03:14:34.103Z | Downloaded tabled_derive v0.7.0 |
373 | 2024-09-24T03:14:34.108Z | Downloaded strsim v0.11.1 |
374 | 2024-09-24T03:14:34.108Z | Downloaded heck v0.5.0 |
375 | 2024-09-24T03:14:34.108Z | Downloaded bytecount v0.6.8 |
376 | 2024-09-24T03:14:34.179Z | Downloaded terminal_size v0.3.0 |
377 | 2024-09-24T03:14:34.179Z | Downloaded memmap v0.7.0 |
378 | 2024-09-24T03:14:34.179Z | Downloaded macaddr v1.0.1 |
379 | 2024-09-24T03:14:34.190Z | Downloaded scroll v0.12.0 |
380 | 2024-09-24T03:14:34.190Z | Downloaded thread-id v4.2.1 |
381 | 2024-09-24T03:14:34.190Z | Downloaded unicode-linebreak v0.1.5 |
382 | 2024-09-24T03:14:34.190Z | Downloaded version_check v0.9.5 |
383 | 2024-09-24T03:14:34.190Z | Downloaded plain v0.2.3 |
384 | 2024-09-24T03:14:34.190Z | Downloaded byteorder v1.5.0 |
385 | 2024-09-24T03:14:34.190Z | Downloaded anyhow v1.0.89 |
386 | 2024-09-24T03:14:34.190Z | Downloaded usdt v0.5.0 |
387 | 2024-09-24T03:14:34.190Z | Downloaded toml_datetime v0.6.8 |
388 | 2024-09-24T03:14:34.190Z | Downloaded camino v1.1.9 |
389 | 2024-09-24T03:14:34.190Z | Downloaded thiserror v1.0.63 |
390 | 2024-09-24T03:14:34.190Z | Downloaded fastrand v2.1.0 |
391 | 2024-09-24T03:14:34.190Z | Downloaded indexmap v2.4.0 |
392 | 2024-09-24T03:14:34.190Z | Downloaded clap_derive v4.5.13 |
393 | 2024-09-24T03:14:34.190Z | Downloaded sha2 v0.10.8 |
394 | 2024-09-24T03:14:34.190Z | Downloaded proc-macro-error v1.0.4 |
395 | 2024-09-24T03:14:34.190Z | Downloaded serde_tokenstream v0.2.2 |
396 | 2024-09-24T03:14:34.191Z | Downloaded generic-array v0.14.7 |
397 | 2024-09-24T03:14:34.191Z | Downloaded zerocopy-derive v0.7.34 |
398 | 2024-09-24T03:14:34.191Z | Downloaded clap v4.5.16 |
399 | 2024-09-24T03:14:34.191Z | Downloaded memchr v2.7.2 |
400 | 2024-09-24T03:14:34.191Z | Downloaded bitflags v2.6.0 |
401 | 2024-09-24T03:14:34.191Z | Downloaded unicode-ident v1.0.12 |
402 | 2024-09-24T03:14:34.191Z | Downloaded quote v1.0.36 |
403 | 2024-09-24T03:14:34.199Z | Downloaded typenum v1.17.0 |
404 | 2024-09-24T03:14:34.199Z | Downloaded papergrid v0.11.0 |
405 | 2024-09-24T03:14:34.199Z | Downloaded pest_derive v2.7.10 |
406 | 2024-09-24T03:14:34.201Z | Downloaded toml_edit v0.22.20 |
407 | 2024-09-24T03:14:34.227Z | Downloaded serde v1.0.208 |
408 | 2024-09-24T03:14:34.230Z | Downloaded pest v2.7.10 |
409 | 2024-09-24T03:14:34.246Z | Downloaded clap_builder v4.5.15 |
410 | 2024-09-24T03:14:34.256Z | Downloaded winnow v0.6.18 |
411 | 2024-09-24T03:14:34.264Z | Downloaded hashbrown v0.14.5 |
412 | 2024-09-24T03:14:34.277Z | Downloaded serde_json v1.0.125 |
413 | 2024-09-24T03:14:34.286Z | Downloaded zerocopy v0.7.34 |
414 | 2024-09-24T03:14:34.302Z | Downloaded tabled v0.15.0 |
415 | 2024-09-24T03:14:34.317Z | Downloaded goblin v0.8.2 |
416 | 2024-09-24T03:14:34.322Z | Downloaded syn v2.0.74 |
417 | 2024-09-24T03:14:34.335Z | Downloaded syn v1.0.109 |
418 | 2024-09-24T03:14:34.351Z | Downloaded rustix v0.38.34 |
419 | 2024-09-24T03:14:34.373Z | Downloaded unicode-width v0.1.13 |
420 | 2024-09-24T03:14:34.393Z | Downloaded libc v0.2.158 |
421 | 2024-09-24T03:14:34.702Z | Compiling proc-macro2 v1.0.86 |
422 | 2024-09-24T03:14:34.702Z | Compiling unicode-ident v1.0.12 |
423 | 2024-09-24T03:14:34.702Z | Compiling version_check v0.9.5 |
424 | 2024-09-24T03:14:34.705Z | Compiling serde v1.0.208 |
425 | 2024-09-24T03:14:34.705Z | Compiling thiserror v1.0.63 |
426 | 2024-09-24T03:14:34.705Z | Compiling memchr v2.7.2 |
427 | 2024-09-24T03:14:34.705Z | Compiling libc v0.2.158 |
428 | 2024-09-24T03:14:34.737Z | Compiling ryu v1.0.18 |
429 | 2024-09-24T03:14:34.951Z | Compiling itoa v1.0.11 |
430 | 2024-09-24T03:14:35.113Z | Compiling ucd-trie v0.1.6 |
431 | 2024-09-24T03:14:35.270Z | Compiling once_cell v1.19.0 |
432 | 2024-09-24T03:14:35.540Z | Compiling byteorder v1.5.0 |
433 | 2024-09-24T03:14:35.637Z | Compiling rustix v0.38.34 |
434 | 2024-09-24T03:14:36.132Z | Compiling serde_json v1.0.125 |
435 | 2024-09-24T03:14:36.594Z | Compiling bitflags v2.6.0 |
436 | 2024-09-24T03:14:36.618Z | Compiling proc-macro-error-attr v1.0.4 |
437 | 2024-09-24T03:14:36.624Z | Compiling usdt-impl v0.5.0 |
438 | 2024-09-24T03:14:36.644Z | Compiling syn v1.0.109 |
439 | 2024-09-24T03:14:36.932Z | Compiling proc-macro-error v1.0.4 |
440 | 2024-09-24T03:14:36.960Z | Compiling equivalent v1.0.1 |
441 | 2024-09-24T03:14:37.037Z | Compiling log v0.4.21 |
442 | 2024-09-24T03:14:37.079Z | Compiling utf8parse v0.2.1 |
443 | 2024-09-24T03:14:37.142Z | Compiling camino v1.1.9 |
444 | 2024-09-24T03:14:37.240Z | Compiling hashbrown v0.14.5 |
445 | 2024-09-24T03:14:37.243Z | Compiling plain v0.2.3 |
446 | 2024-09-24T03:14:37.452Z | Compiling anstyle-parse v0.2.4 |
447 | 2024-09-24T03:14:37.550Z | Compiling quote v1.0.36 |
448 | 2024-09-24T03:14:37.573Z | Compiling thread-id v4.2.1 |
449 | 2024-09-24T03:14:37.729Z | Compiling anstyle v1.0.8 |
450 | 2024-09-24T03:14:37.841Z | Compiling autocfg v1.3.0 |
451 | 2024-09-24T03:14:37.989Z | Compiling syn v2.0.74 |
452 | 2024-09-24T03:14:38.147Z | Compiling errno v0.3.9 |
453 | 2024-09-24T03:14:38.201Z | Compiling colorchoice v1.0.1 |
454 | 2024-09-24T03:14:38.233Z | Compiling is_terminal_polyfill v1.70.0 |
455 | 2024-09-24T03:14:38.351Z | Compiling unicode-width v0.1.13 |
456 | 2024-09-24T03:14:38.401Z | Compiling winnow v0.6.18 |
457 | 2024-09-24T03:14:38.505Z | Compiling indexmap v2.4.0 |
458 | 2024-09-24T03:14:38.617Z | Compiling anstyle-query v1.0.3 |
459 | 2024-09-24T03:14:38.755Z | Compiling semver v1.0.23 |
460 | 2024-09-24T03:14:38.782Z | Compiling pretty-hex v0.4.1 |
461 | 2024-09-24T03:14:38.996Z | Compiling fs-err v2.11.0 |
462 | 2024-09-24T03:14:39.303Z | Compiling anstream v0.6.14 |
463 | 2024-09-24T03:14:39.609Z | Compiling fnv v1.0.7 |
464 | 2024-09-24T03:14:39.701Z | Compiling cfg-if v1.0.0 |
465 | 2024-09-24T03:14:39.751Z | Compiling bytecount v0.6.8 |
466 | 2024-09-24T03:14:39.772Z | Compiling fastrand v2.1.0 |
467 | 2024-09-24T03:14:39.796Z | Compiling heck v0.4.1 |
468 | 2024-09-24T03:14:39.956Z | Compiling clap_lex v0.7.0 |
469 | 2024-09-24T03:14:40.059Z | Compiling strsim v0.11.1 |
470 | 2024-09-24T03:14:40.299Z | Compiling heck v0.5.0 |
471 | 2024-09-24T03:14:40.323Z | Compiling anyhow v1.0.89 |
472 | 2024-09-24T03:14:40.472Z | Compiling terminal_size v0.3.0 |
473 | 2024-09-24T03:14:40.670Z | Compiling clap_builder v4.5.15 |
474 | 2024-09-24T03:14:40.811Z | Compiling tempfile v3.10.1 |
475 | 2024-09-24T03:14:41.121Z | Compiling papergrid v0.11.0 |
476 | 2024-09-24T03:14:41.310Z | Compiling memmap v0.7.0 |
477 | 2024-09-24T03:14:41.638Z | Compiling unicode-linebreak v0.1.5 |
478 | 2024-09-24T03:14:41.664Z | Compiling smawk v0.3.2 |
479 | 2024-09-24T03:14:42.108Z | Compiling textwrap v0.16.1 |
480 | 2024-09-24T03:14:42.155Z | Compiling swrite v0.1.0 |
481 | 2024-09-24T03:14:43.547Z | Compiling tabled_derive v0.7.0 |
482 | 2024-09-24T03:14:45.110Z | Compiling tabled v0.15.0 |
483 | 2024-09-24T03:14:46.556Z | Compiling serde_derive v1.0.208 |
484 | 2024-09-24T03:14:46.556Z | Compiling thiserror-impl v1.0.63 |
485 | 2024-09-24T03:14:46.558Z | Compiling zerocopy-derive v0.7.34 |
486 | 2024-09-24T03:14:46.558Z | Compiling scroll_derive v0.12.0 |
487 | 2024-09-24T03:14:46.558Z | Compiling clap_derive v4.5.13 |
488 | 2024-09-24T03:14:47.820Z | Compiling scroll v0.12.0 |
489 | 2024-09-24T03:14:48.294Z | Compiling goblin v0.8.2 |
490 | 2024-09-24T03:14:48.589Z | Compiling zerocopy v0.7.34 |
491 | 2024-09-24T03:14:48.932Z | Compiling pest v2.7.10 |
492 | 2024-09-24T03:14:50.226Z | Compiling clap v4.5.16 |
493 | 2024-09-24T03:14:51.178Z | Compiling pest_meta v2.7.10 |
494 | 2024-09-24T03:14:52.072Z | Compiling pest_generator v2.7.10 |
495 | 2024-09-24T03:14:53.972Z | Compiling pest_derive v2.7.10 |
496 | 2024-09-24T03:14:54.715Z | Compiling dtrace-parser v0.2.0 |
497 | 2024-09-24T03:14:56.564Z | Compiling serde_tokenstream v0.2.2 |
498 | 2024-09-24T03:14:56.655Z | Compiling serde_spanned v0.6.7 |
499 | 2024-09-24T03:14:56.655Z | Compiling toml_datetime v0.6.8 |
500 | 2024-09-24T03:14:56.887Z | Compiling cargo-platform v0.1.8 |
501 | 2024-09-24T03:14:57.047Z | Compiling toml_edit v0.22.20 |
502 | 2024-09-24T03:14:57.151Z | Compiling macaddr v1.0.1 |
503 | 2024-09-24T03:14:57.340Z | Compiling camino-tempfile v1.1.1 |
504 | 2024-09-24T03:14:58.049Z | Compiling dof v0.3.0 |
505 | 2024-09-24T03:14:58.126Z | Compiling cargo_metadata v0.18.1 |
506 | 2024-09-24T03:14:59.852Z | Compiling usdt-macro v0.5.0 |
507 | 2024-09-24T03:14:59.852Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-09-24T03:14:59.971Z | Compiling toml v0.8.19 |
509 | 2024-09-24T03:15:00.752Z | Compiling cargo_toml v0.20.4 |
510 | 2024-09-24T03:15:01.200Z | Compiling usdt v0.5.0 |
511 | 2024-09-24T03:15:04.515Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
512 | 2024-09-24T03:15:08.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.01s |
513 | 2024-09-24T03:15:08.979Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
514 | 2024-09-24T03:15:09.582Z | Downloading crates ... |
515 | 2024-09-24T03:15:09.711Z | Downloaded aead v0.5.2 |
516 | 2024-09-24T03:15:09.714Z | Downloaded arc-swap v1.7.1 |
517 | 2024-09-24T03:15:09.728Z | Downloaded ciborium-io v0.2.2 |
518 | 2024-09-24T03:15:09.738Z | Downloaded bitstruct_derive v0.1.0 |
519 | 2024-09-24T03:15:09.742Z | Downloaded crucible-workspace-hack v0.1.0 |
520 | 2024-09-24T03:15:09.745Z | Downloaded cfg_aliases v0.1.1 |
521 | 2024-09-24T03:15:09.745Z | Downloaded async-stream-impl v0.3.5 |
522 | 2024-09-24T03:15:09.747Z | Downloaded array-init v0.0.4 |
523 | 2024-09-24T03:15:09.747Z | Downloaded adler v1.0.2 |
524 | 2024-09-24T03:15:09.749Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-09-24T03:15:09.750Z | Downloaded adler2 v2.0.0 |
526 | 2024-09-24T03:15:09.753Z | Downloaded bit-set v0.5.3 |
527 | 2024-09-24T03:15:09.755Z | Downloaded http-body v1.0.0 |
528 | 2024-09-24T03:15:09.755Z | Downloaded castaway v0.2.3 |
529 | 2024-09-24T03:15:09.758Z | Downloaded argon2 v0.5.3 |
530 | 2024-09-24T03:15:09.758Z | Downloaded atomic-waker v1.1.2 |
531 | 2024-09-24T03:15:09.760Z | Downloaded cipher v0.4.4 |
532 | 2024-09-24T03:15:09.763Z | Downloaded http-range v0.1.5 |
533 | 2024-09-24T03:15:09.763Z | Downloaded constant_time_eq v0.3.0 |
534 | 2024-09-24T03:15:09.765Z | Downloaded is-terminal v0.4.12 |
535 | 2024-09-24T03:15:09.765Z | Downloaded hostname v0.4.0 |
536 | 2024-09-24T03:15:09.767Z | Downloaded hostname v0.3.1 |
537 | 2024-09-24T03:15:09.770Z | Downloaded bitfield v0.14.0 |
538 | 2024-09-24T03:15:09.772Z | Downloaded http-body v0.4.6 |
539 | 2024-09-24T03:15:09.772Z | Downloaded darling v0.20.9 |
540 | 2024-09-24T03:15:09.777Z | Downloaded curve25519-dalek-derive v0.1.1 |
541 | 2024-09-24T03:15:09.779Z | Downloaded newline-converter v0.3.0 |
542 | 2024-09-24T03:15:09.782Z | Downloaded matches v0.1.10 |
543 | 2024-09-24T03:15:09.782Z | Downloaded console v0.15.8 |
544 | 2024-09-24T03:15:09.784Z | Downloaded is_ci v1.2.0 |
545 | 2024-09-24T03:15:09.786Z | Downloaded chacha20 v0.9.1 |
546 | 2024-09-24T03:15:09.789Z | Downloaded ident_case v1.0.1 |
547 | 2024-09-24T03:15:09.789Z | Downloaded normalize-line-endings v0.3.0 |
548 | 2024-09-24T03:15:09.791Z | Downloaded cookie_store v0.20.0 |
549 | 2024-09-24T03:15:09.791Z | Downloaded bzip2 v0.4.4 |
550 | 2024-09-24T03:15:09.796Z | Downloaded home v0.5.9 |
551 | 2024-09-24T03:15:09.798Z | Downloaded async-bb8-diesel v0.2.1 |
552 | 2024-09-24T03:15:09.798Z | Downloaded crc32fast v1.4.0 |
553 | 2024-09-24T03:15:09.800Z | Downloaded cancel-safe-futures v0.1.5 |
554 | 2024-09-24T03:15:09.803Z | Downloaded multimap v0.10.0 |
555 | 2024-09-24T03:15:09.805Z | Downloaded cobs v0.2.3 |
556 | 2024-09-24T03:15:09.875Z | Downloaded lru-cache v0.1.2 |
557 | 2024-09-24T03:15:09.875Z | Downloaded bcs v0.1.6 |
558 | 2024-09-24T03:15:09.888Z | Downloaded internet-checksum v0.2.1 |
559 | 2024-09-24T03:15:09.888Z | Downloaded md-5 v0.10.6 |
560 | 2024-09-24T03:15:09.888Z | Downloaded instability v0.3.2 |
561 | 2024-09-24T03:15:09.888Z | Downloaded atomicwrites v0.4.4 |
562 | 2024-09-24T03:15:09.888Z | Downloaded humantime v2.1.0 |
563 | 2024-09-24T03:15:09.888Z | Downloaded lazycell v1.3.0 |
564 | 2024-09-24T03:15:09.888Z | Downloaded lalrpop-util v0.19.12 |
565 | 2024-09-24T03:15:09.889Z | Downloaded libloading v0.8.3 |
566 | 2024-09-24T03:15:09.889Z | Downloaded keccak v0.1.5 |
567 | 2024-09-24T03:15:09.889Z | Downloaded bitstruct v0.1.1 |
568 | 2024-09-24T03:15:09.889Z | Downloaded base16ct v0.2.0 |
569 | 2024-09-24T03:15:09.889Z | Downloaded hyper-staticfile v0.9.5 |
570 | 2024-09-24T03:15:09.889Z | Downloaded num v0.4.3 |
571 | 2024-09-24T03:15:09.889Z | Downloaded russh-cryptovec v0.7.2 |
572 | 2024-09-24T03:15:09.889Z | Downloaded bitfield-struct v0.6.1 |
573 | 2024-09-24T03:15:09.889Z | Downloaded memmap2 v0.9.4 |
574 | 2024-09-24T03:15:09.889Z | Downloaded cstr-argument v0.1.2 |
575 | 2024-09-24T03:15:09.889Z | Downloaded lock_api v0.4.12 |
576 | 2024-09-24T03:15:09.889Z | Downloaded ipnetwork v0.20.0 |
577 | 2024-09-24T03:15:09.890Z | Downloaded indent_write v2.2.0 |
578 | 2024-09-24T03:15:09.890Z | Downloaded bitflags v1.3.2 |
579 | 2024-09-24T03:15:09.890Z | Downloaded instant v0.1.12 |
580 | 2024-09-24T03:15:09.890Z | Downloaded http v0.2.12 |
581 | 2024-09-24T03:15:09.890Z | Downloaded nodrop v0.1.14 |
582 | 2024-09-24T03:15:09.890Z | Downloaded mime v0.3.17 |
583 | 2024-09-24T03:15:09.890Z | Downloaded sha1 v0.10.6 |
584 | 2024-09-24T03:15:09.890Z | Downloaded linear-map v1.2.0 |
585 | 2024-09-24T03:15:09.890Z | Downloaded allocator-api2 v0.2.18 |
586 | 2024-09-24T03:15:09.890Z | Downloaded base64 v0.13.1 |
587 | 2024-09-24T03:15:09.890Z | Downloaded salsa20 v0.10.2 |
588 | 2024-09-24T03:15:09.890Z | Downloaded async-stream v0.3.5 |
589 | 2024-09-24T03:15:09.890Z | Downloaded async-recursion v1.1.1 |
590 | 2024-09-24T03:15:09.890Z | Downloaded resolv-conf v0.7.0 |
591 | 2024-09-24T03:15:09.890Z | Downloaded kstat-rs v0.2.4 |
592 | 2024-09-24T03:15:09.890Z | Downloaded ciborium-ll v0.2.2 |
593 | 2024-09-24T03:15:09.890Z | Downloaded cexpr v0.6.0 |
594 | 2024-09-24T03:15:09.890Z | Downloaded new_debug_unreachable v1.0.6 |
595 | 2024-09-24T03:15:09.890Z | Downloaded tabwriter v1.4.0 |
596 | 2024-09-24T03:15:09.894Z | Downloaded cbc v0.1.2 |
597 | 2024-09-24T03:15:09.894Z | Downloaded cassowary v0.3.0 |
598 | 2024-09-24T03:15:09.894Z | Downloaded blowfish v0.9.1 |
599 | 2024-09-24T03:15:09.894Z | Downloaded convert_case v0.4.0 |
600 | 2024-09-24T03:15:09.895Z | Downloaded newtype_derive v0.1.6 |
601 | 2024-09-24T03:15:09.895Z | Downloaded match_cfg v0.1.0 |
602 | 2024-09-24T03:15:09.895Z | Downloaded crc v3.2.1 |
603 | 2024-09-24T03:15:09.895Z | Downloaded colored v2.1.0 |
604 | 2024-09-24T03:15:09.895Z | Downloaded bit-vec v0.6.3 |
605 | 2024-09-24T03:15:09.900Z | Downloaded want v0.3.1 |
606 | 2024-09-24T03:15:09.900Z | Downloaded tower-service v0.3.2 |
607 | 2024-09-24T03:15:09.900Z | Downloaded ctr v0.9.2 |
608 | 2024-09-24T03:15:09.911Z | Downloaded structmeta-derive v0.2.0 |
609 | 2024-09-24T03:15:09.911Z | Downloaded hyper-tls v0.5.0 |
610 | 2024-09-24T03:15:09.911Z | Downloaded schemars_derive v0.8.21 |
611 | 2024-09-24T03:15:09.918Z | Downloaded spin v0.9.8 |
612 | 2024-09-24T03:15:09.918Z | Downloaded lru v0.12.3 |
613 | 2024-09-24T03:15:09.918Z | Downloaded lazy_static v1.5.0 |
614 | 2024-09-24T03:15:09.918Z | Downloaded impl-trait-for-tuples v0.2.2 |
615 | 2024-09-24T03:15:09.918Z | Downloaded waitgroup v0.1.2 |
616 | 2024-09-24T03:15:09.919Z | Downloaded endian-type v0.1.2 |
617 | 2024-09-24T03:15:09.919Z | Downloaded termtree v0.4.1 |
618 | 2024-09-24T03:15:09.919Z | Downloaded crc-any v2.5.0 |
619 | 2024-09-24T03:15:09.922Z | Downloaded bytes v1.7.2 |
620 | 2024-09-24T03:15:09.922Z | Downloaded foreign-types-shared v0.1.1 |
621 | 2024-09-24T03:15:09.922Z | Downloaded tls_codec_derive v0.4.1 |
622 | 2024-09-24T03:15:09.925Z | Downloaded serde_path_to_error v0.1.16 |
623 | 2024-09-24T03:15:09.927Z | Downloaded spin v0.5.2 |
624 | 2024-09-24T03:15:09.927Z | Downloaded slog-bunyan v2.5.0 |
625 | 2024-09-24T03:15:09.932Z | Downloaded num-conv v0.1.0 |
626 | 2024-09-24T03:15:09.932Z | Downloaded futures-sink v0.3.30 |
627 | 2024-09-24T03:15:09.935Z | Downloaded termcolor v1.4.1 |
628 | 2024-09-24T03:15:09.935Z | Downloaded ipnet v2.9.0 |
629 | 2024-09-24T03:15:09.935Z | Downloaded base64ct v1.6.0 |
630 | 2024-09-24T03:15:09.938Z | Downloaded memoffset v0.9.1 |
631 | 2024-09-24T03:15:09.942Z | Downloaded newtype-uuid v1.1.0 |
632 | 2024-09-24T03:15:09.943Z | Downloaded nanorand v0.7.0 |
633 | 2024-09-24T03:15:09.947Z | Downloaded md5 v0.7.0 |
634 | 2024-09-24T03:15:09.947Z | Downloaded csv-core v0.1.11 |
635 | 2024-09-24T03:15:09.947Z | Downloaded mockall v0.13.0 |
636 | 2024-09-24T03:15:09.965Z | Downloaded tokio-tungstenite v0.20.1 |
637 | 2024-09-24T03:15:09.966Z | Downloaded peg-runtime v0.8.3 |
638 | 2024-09-24T03:15:09.966Z | Downloaded libsw v3.3.1 |
639 | 2024-09-24T03:15:09.972Z | Downloaded jobserver v0.1.32 |
640 | 2024-09-24T03:15:09.972Z | Downloaded serde_derive_internals v0.29.1 |
641 | 2024-09-24T03:15:09.972Z | Downloaded utf-8 v0.7.6 |
642 | 2024-09-24T03:15:09.972Z | Downloaded httpdate v1.0.3 |
643 | 2024-09-24T03:15:09.972Z | Downloaded dirs-next v2.0.0 |
644 | 2024-09-24T03:15:09.972Z | Downloaded crc-catalog v2.4.0 |
645 | 2024-09-24T03:15:09.972Z | Downloaded string_cache v0.8.7 |
646 | 2024-09-24T03:15:09.972Z | Downloaded ciborium v0.2.2 |
647 | 2024-09-24T03:15:09.972Z | Downloaded inout v0.1.3 |
648 | 2024-09-24T03:15:09.972Z | Downloaded defmt-macros v0.3.9 |
649 | 2024-09-24T03:15:09.977Z | Downloaded debug-ignore v1.0.5 |
650 | 2024-09-24T03:15:09.977Z | Downloaded russh-keys v0.45.0 |
651 | 2024-09-24T03:15:09.980Z | Downloaded base64 v0.22.1 |
652 | 2024-09-24T03:15:09.980Z | Downloaded enum-as-inner v0.5.1 |
653 | 2024-09-24T03:15:09.984Z | Downloaded rpassword v7.3.1 |
654 | 2024-09-24T03:15:09.987Z | Downloaded clang-sys v1.7.0 |
655 | 2024-09-24T03:15:09.987Z | Downloaded async-trait v0.1.82 |
656 | 2024-09-24T03:15:09.990Z | Downloaded linked-hash-map v0.5.6 |
657 | 2024-09-24T03:15:09.993Z | Downloaded crossbeam-epoch v0.9.18 |
658 | 2024-09-24T03:15:09.996Z | Downloaded num-integer v0.1.46 |
659 | 2024-09-24T03:15:09.998Z | Downloaded scrypt v0.11.0 |
660 | 2024-09-24T03:15:09.998Z | Downloaded mime_guess v2.0.4 |
661 | 2024-09-24T03:15:10.001Z | Downloaded maybe-uninit v2.0.0 |
662 | 2024-09-24T03:15:10.001Z | Downloaded native-tls v0.2.11 |
663 | 2024-09-24T03:15:10.004Z | Downloaded cookie v0.17.0 |
664 | 2024-09-24T03:15:10.008Z | Downloaded proc-macro-crate v1.3.1 |
665 | 2024-09-24T03:15:10.010Z | Downloaded powerfmt v0.2.0 |
666 | 2024-09-24T03:15:10.010Z | Downloaded crypto-bigint v0.5.5 |
667 | 2024-09-24T03:15:10.020Z | Downloaded const_format v0.2.33 |
668 | 2024-09-24T03:15:10.025Z | Downloaded tower-layer v0.3.2 |
669 | 2024-09-24T03:15:10.025Z | Downloaded slog-term v2.9.1 |
670 | 2024-09-24T03:15:10.028Z | Downloaded nu-ansi-term v0.50.0 |
671 | 2024-09-24T03:15:10.028Z | Downloaded enum-as-inner v0.6.0 |
672 | 2024-09-24T03:15:10.032Z | Downloaded downcast v0.11.0 |
673 | 2024-09-24T03:15:10.032Z | Downloaded diesel_table_macro_syntax v0.2.0 |
674 | 2024-09-24T03:15:10.036Z | Downloaded vte_generate_state_changes v0.1.1 |
675 | 2024-09-24T03:15:10.037Z | Downloaded socket2 v0.5.7 |
676 | 2024-09-24T03:15:10.037Z | Downloaded minimal-lexical v0.2.1 |
677 | 2024-09-24T03:15:10.050Z | Downloaded gethostname v0.5.0 |
678 | 2024-09-24T03:15:10.052Z | Downloaded opaque-debug v0.3.1 |
679 | 2024-09-24T03:15:10.055Z | Downloaded static_assertions v1.1.0 |
680 | 2024-09-24T03:15:10.055Z | Downloaded indexmap v1.9.3 |
681 | 2024-09-24T03:15:10.059Z | Downloaded stable_deref_trait v1.2.0 |
682 | 2024-09-24T03:15:10.061Z | Downloaded password-hash v0.4.2 |
683 | 2024-09-24T03:15:10.063Z | Downloaded vergen v8.3.2 |
684 | 2024-09-24T03:15:10.066Z | Downloaded pem v3.0.4 |
685 | 2024-09-24T03:15:10.066Z | Downloaded peg-macros v0.8.4 |
686 | 2024-09-24T03:15:10.069Z | Downloaded backtrace v0.3.71 |
687 | 2024-09-24T03:15:10.073Z | Downloaded supports-color v3.0.1 |
688 | 2024-09-24T03:15:10.076Z | Downloaded pkcs8 v0.10.2 |
689 | 2024-09-24T03:15:10.079Z | Downloaded ron v0.8.1 |
690 | 2024-09-24T03:15:10.086Z | Downloaded whoami v1.5.1 |
691 | 2024-09-24T03:15:10.089Z | Downloaded sqlparser_derive v0.2.2 |
692 | 2024-09-24T03:15:10.089Z | Downloaded dhcproto v0.12.0 |
693 | 2024-09-24T03:15:10.091Z | Downloaded indicatif v0.17.8 |
694 | 2024-09-24T03:15:10.094Z | Downloaded rustls-pki-types v1.7.0 |
695 | 2024-09-24T03:15:10.097Z | Downloaded mio v1.0.2 |
696 | 2024-09-24T03:15:10.103Z | Downloaded hashlink v0.9.1 |
697 | 2024-09-24T03:15:10.106Z | Downloaded zone_cfg_derive v0.3.0 |
698 | 2024-09-24T03:15:10.108Z | Downloaded tinyvec_macros v0.1.1 |
699 | 2024-09-24T03:15:10.108Z | Downloaded phf v0.11.2 |
700 | 2024-09-24T03:15:10.112Z | Downloaded hex-literal v0.4.1 |
701 | 2024-09-24T03:15:10.112Z | Downloaded getopts v0.2.21 |
702 | 2024-09-24T03:15:10.112Z | Downloaded ppv-lite86 v0.2.17 |
703 | 2024-09-24T03:15:10.115Z | Downloaded pin-utils v0.1.0 |
704 | 2024-09-24T03:15:10.119Z | Downloaded thiserror-impl-no-std v2.0.2 |
705 | 2024-09-24T03:15:10.119Z | Downloaded test-strategy v0.3.1 |
706 | 2024-09-24T03:15:10.121Z | Downloaded futures-macro v0.3.30 |
707 | 2024-09-24T03:15:10.121Z | Downloaded foreign-types v0.3.2 |
708 | 2024-09-24T03:15:10.124Z | Downloaded tokio-stream v0.1.15 |
709 | 2024-09-24T03:15:10.128Z | Downloaded thiserror-no-std v2.0.2 |
710 | 2024-09-24T03:15:10.131Z | Downloaded rand_core v0.6.4 |
711 | 2024-09-24T03:15:10.133Z | Downloaded tracing-attributes v0.1.27 |
712 | 2024-09-24T03:15:10.139Z | Downloaded walkdir v2.5.0 |
713 | 2024-09-24T03:15:10.143Z | Downloaded slog-scope v4.4.0 |
714 | 2024-09-24T03:15:10.143Z | Downloaded siphasher v0.3.11 |
715 | 2024-09-24T03:15:10.143Z | Downloaded serde_plain v1.0.2 |
716 | 2024-09-24T03:15:10.146Z | Downloaded rustversion v1.0.17 |
717 | 2024-09-24T03:15:10.146Z | Downloaded derive_builder v0.20.0 |
718 | 2024-09-24T03:15:10.150Z | Downloaded zip v0.6.6 |
719 | 2024-09-24T03:15:10.156Z | Downloaded pretty-hex v0.2.1 |
720 | 2024-09-24T03:15:10.160Z | Downloaded num-bigint-dig v0.8.4 |
721 | 2024-09-24T03:15:10.163Z | Downloaded hickory-client v0.24.1 |
722 | 2024-09-24T03:15:10.165Z | Downloaded serde-big-array v0.5.1 |
723 | 2024-09-24T03:15:10.168Z | Downloaded unicode-bidi v0.3.15 |
724 | 2024-09-24T03:15:10.170Z | Downloaded either v1.13.0 |
725 | 2024-09-24T03:15:10.171Z | Downloaded tokio-native-tls v0.3.1 |
726 | 2024-09-24T03:15:10.174Z | Downloaded olpc-cjson v0.1.3 |
727 | 2024-09-24T03:15:10.177Z | Downloaded time-core v0.1.2 |
728 | 2024-09-24T03:15:10.177Z | Downloaded p256 v0.13.2 |
729 | 2024-09-24T03:15:10.183Z | Downloaded tracing v0.1.40 |
730 | 2024-09-24T03:15:10.193Z | Downloaded zone_cfg_derive v0.1.2 |
731 | 2024-09-24T03:15:10.193Z | Downloaded diff v0.1.13 |
732 | 2024-09-24T03:15:10.200Z | Downloaded signal-hook v0.3.17 |
733 | 2024-09-24T03:15:10.200Z | Downloaded ghash v0.5.1 |
734 | 2024-09-24T03:15:10.200Z | Downloaded postgres-types v0.2.7 |
735 | 2024-09-24T03:15:10.200Z | Downloaded prettyplease v0.2.20 |
736 | 2024-09-24T03:15:10.204Z | Downloaded futures-executor v0.3.30 |
737 | 2024-09-24T03:15:10.204Z | Downloaded postgres-protocol v0.6.7 |
738 | 2024-09-24T03:15:10.204Z | Downloaded predicates-core v1.0.6 |
739 | 2024-09-24T03:15:10.208Z | Downloaded dyn-clone v1.0.17 |
740 | 2024-09-24T03:15:10.208Z | Downloaded subtle v2.5.0 |
741 | 2024-09-24T03:15:10.208Z | Downloaded libxml v0.3.3 |
742 | 2024-09-24T03:15:10.214Z | Downloaded oso-derive v0.27.3 |
743 | 2024-09-24T03:15:10.217Z | Downloaded foreign-types-shared v0.3.1 |
744 | 2024-09-24T03:15:10.217Z | Downloaded derive_builder_core v0.20.0 |
745 | 2024-09-24T03:15:10.217Z | Downloaded pin-project-lite v0.2.14 |
746 | 2024-09-24T03:15:10.223Z | Downloaded crossterm v0.28.1 |
747 | 2024-09-24T03:15:10.228Z | Downloaded thread_local v1.1.8 |
748 | 2024-09-24T03:15:10.231Z | Downloaded toolchain_find v0.4.0 |
749 | 2024-09-24T03:15:10.234Z | Downloaded unicase v2.7.0 |
750 | 2024-09-24T03:15:10.234Z | Downloaded serde_arrays v0.1.0 |
751 | 2024-09-24T03:15:10.237Z | Downloaded untrusted v0.7.1 |
752 | 2024-09-24T03:15:10.237Z | Downloaded rusty-fork v0.3.0 |
753 | 2024-09-24T03:15:10.244Z | Downloaded untrusted v0.9.0 |
754 | 2024-09-24T03:15:10.244Z | Downloaded serde-hex v0.1.0 |
755 | 2024-09-24T03:15:10.247Z | Downloaded dsl_auto_type v0.1.2 |
756 | 2024-09-24T03:15:10.247Z | Downloaded tokio-tungstenite v0.23.1 |
757 | 2024-09-24T03:15:10.247Z | Downloaded tokio-rustls v0.26.0 |
758 | 2024-09-24T03:15:10.250Z | Downloaded tokio-rustls v0.25.0 |
759 | 2024-09-24T03:15:10.250Z | Downloaded hashbrown v0.13.2 |
760 | 2024-09-24T03:15:10.255Z | Downloaded poly1305 v0.8.0 |
761 | 2024-09-24T03:15:10.261Z | Downloaded zone v0.3.0 |
762 | 2024-09-24T03:15:10.263Z | Downloaded packed_struct v0.10.1 |
763 | 2024-09-24T03:15:10.263Z | Downloaded fallible-iterator v0.3.0 |
764 | 2024-09-24T03:15:10.263Z | Downloaded serde_repr v0.1.19 |
765 | 2024-09-24T03:15:10.269Z | Downloaded mio v0.8.11 |
766 | 2024-09-24T03:15:10.274Z | Downloaded futures-core v0.3.30 |
767 | 2024-09-24T03:15:10.274Z | Downloaded polyval v0.6.2 |
768 | 2024-09-24T03:15:10.279Z | Downloaded sync_wrapper v0.1.2 |
769 | 2024-09-24T03:15:10.279Z | Downloaded hyper v1.4.1 |
770 | 2024-09-24T03:15:10.285Z | Downloaded try-lock v0.2.5 |
771 | 2024-09-24T03:15:10.288Z | Downloaded rand_chacha v0.3.1 |
772 | 2024-09-24T03:15:10.288Z | Downloaded percent-encoding v2.3.1 |
773 | 2024-09-24T03:15:10.288Z | Downloaded russh v0.45.0 |
774 | 2024-09-24T03:15:10.293Z | Downloaded num-bigint v0.4.5 |
775 | 2024-09-24T03:15:10.298Z | Downloaded foreign-types-macros v0.2.3 |
776 | 2024-09-24T03:15:10.302Z | Downloaded rustc-hash v1.1.0 |
777 | 2024-09-24T03:15:10.302Z | Downloaded unicode-xid v0.2.4 |
778 | 2024-09-24T03:15:10.302Z | Downloaded parking_lot v0.12.2 |
779 | 2024-09-24T03:15:10.307Z | Downloaded parking_lot_core v0.9.10 |
780 | 2024-09-24T03:15:10.307Z | Downloaded rfc6979 v0.4.0 |
781 | 2024-09-24T03:15:10.307Z | Downloaded darling_core v0.20.9 |
782 | 2024-09-24T03:15:10.312Z | Downloaded foreign-types v0.5.0 |
783 | 2024-09-24T03:15:10.316Z | Downloaded num-rational v0.4.2 |
784 | 2024-09-24T03:15:10.316Z | Downloaded fd-lock v4.0.2 |
785 | 2024-09-24T03:15:10.320Z | Downloaded precomputed-hash v0.1.1 |
786 | 2024-09-24T03:15:10.321Z | Downloaded num-iter v0.1.45 |
787 | 2024-09-24T03:15:10.321Z | Downloaded crossterm v0.27.0 |
788 | 2024-09-24T03:15:10.324Z | Downloaded num_threads v0.1.7 |
789 | 2024-09-24T03:15:10.328Z | Downloaded sigpipe v0.1.3 |
790 | 2024-09-24T03:15:10.328Z | Downloaded parse-size v1.0.0 |
791 | 2024-09-24T03:15:10.332Z | Downloaded serde_urlencoded v0.7.1 |
792 | 2024-09-24T03:15:10.332Z | Downloaded pbkdf2 v0.12.2 |
793 | 2024-09-24T03:15:10.332Z | Downloaded fatfs v0.3.6 |
794 | 2024-09-24T03:15:10.336Z | Downloaded rustls-pemfile v1.0.4 |
795 | 2024-09-24T03:15:10.340Z | Downloaded rcgen v0.12.1 |
796 | 2024-09-24T03:15:10.344Z | Downloaded pem-rfc7468 v0.7.0 |
797 | 2024-09-24T03:15:10.344Z | Downloaded peg v0.8.4 |
798 | 2024-09-24T03:15:10.348Z | Downloaded ff v0.13.0 |
799 | 2024-09-24T03:15:10.352Z | Downloaded path-slash v0.1.5 |
800 | 2024-09-24T03:15:10.352Z | Downloaded getrandom v0.2.14 |
801 | 2024-09-24T03:15:10.356Z | Downloaded dhcproto-macros v0.1.0 |
802 | 2024-09-24T03:15:10.356Z | Downloaded tar v0.4.41 |
803 | 2024-09-24T03:15:10.360Z | Downloaded derive_builder_macro v0.20.0 |
804 | 2024-09-24T03:15:10.360Z | Downloaded dropshot_endpoint v0.10.1 |
805 | 2024-09-24T03:15:10.360Z | Downloaded strum_macros v0.24.3 |
806 | 2024-09-24T03:15:10.363Z | Downloaded rustc-demangle v0.1.24 |
807 | 2024-09-24T03:15:10.363Z | Downloaded shell-words v1.1.0 |
808 | 2024-09-24T03:15:10.366Z | Downloaded itertools v0.10.5 |
809 | 2024-09-24T03:15:10.371Z | Downloaded pbkdf2 v0.11.0 |
810 | 2024-09-24T03:15:10.374Z | Downloaded ron v0.7.1 |
811 | 2024-09-24T03:15:10.378Z | Downloaded filetime v0.2.25 |
812 | 2024-09-24T03:15:10.382Z | Downloaded signature v2.2.0 |
813 | 2024-09-24T03:15:10.382Z | Downloaded rustls-pemfile v2.1.3 |
814 | 2024-09-24T03:15:10.394Z | Downloaded paste v1.0.15 |
815 | 2024-09-24T03:15:10.413Z | Downloaded oso v0.27.3 |
816 | 2024-09-24T03:15:10.413Z | Downloaded xattr v1.3.1 |
817 | 2024-09-24T03:15:10.413Z | Downloaded elliptic-curve v0.13.8 |
818 | 2024-09-24T03:15:10.413Z | Downloaded diesel_derives v2.2.2 |
819 | 2024-09-24T03:15:10.413Z | Downloaded unarray v0.1.4 |
820 | 2024-09-24T03:15:10.419Z | Downloaded structmeta v0.2.0 |
821 | 2024-09-24T03:15:10.419Z | Downloaded serde_with_macros v3.9.0 |
822 | 2024-09-24T03:15:10.419Z | Downloaded flume v0.11.0 |
823 | 2024-09-24T03:15:10.419Z | Downloaded samael v0.0.17 |
824 | 2024-09-24T03:15:10.419Z | Downloaded psl-types v2.0.11 |
825 | 2024-09-24T03:15:10.419Z | Downloaded portpicker v0.1.1 |
826 | 2024-09-24T03:15:10.425Z | Downloaded darling_macro v0.20.9 |
827 | 2024-09-24T03:15:10.425Z | Downloaded slog-json v2.6.1 |
828 | 2024-09-24T03:15:10.425Z | Downloaded hash32 v0.2.1 |
829 | 2024-09-24T03:15:10.425Z | Downloaded tower v0.4.13 |
830 | 2024-09-24T03:15:10.431Z | Downloaded blake3 v1.5.1 |
831 | 2024-09-24T03:15:10.439Z | Downloaded take_mut v0.2.2 |
832 | 2024-09-24T03:15:10.445Z | Downloaded ssh-key v0.6.6 |
833 | 2024-09-24T03:15:10.451Z | Downloaded headers-core v0.2.0 |
834 | 2024-09-24T03:15:10.451Z | Downloaded openssl-probe v0.1.5 |
835 | 2024-09-24T03:15:10.457Z | Downloaded openssl-macros v0.1.1 |
836 | 2024-09-24T03:15:10.457Z | Downloaded heck v0.3.3 |
837 | 2024-09-24T03:15:10.457Z | Downloaded deranged v0.3.11 |
838 | 2024-09-24T03:15:10.457Z | Downloaded predicates v3.1.2 |
839 | 2024-09-24T03:15:10.457Z | Downloaded password-hash v0.5.0 |
840 | 2024-09-24T03:15:10.460Z | Downloaded slog-dtrace v0.3.0 |
841 | 2024-09-24T03:15:10.460Z | Downloaded float-ord v0.3.2 |
842 | 2024-09-24T03:15:10.460Z | Downloaded ssh-encoding v0.2.0 |
843 | 2024-09-24T03:15:10.464Z | Downloaded nom v7.1.3 |
844 | 2024-09-24T03:15:10.470Z | Downloaded rustls-webpki v0.101.7 |
845 | 2024-09-24T03:15:10.487Z | Downloaded signal-hook-tokio v0.3.1 |
846 | 2024-09-24T03:15:10.492Z | Downloaded strum v0.26.3 |
847 | 2024-09-24T03:15:10.492Z | Downloaded quick-error v1.2.3 |
848 | 2024-09-24T03:15:10.492Z | Downloaded radium v0.7.0 |
849 | 2024-09-24T03:15:10.492Z | Downloaded group v0.13.0 |
850 | 2024-09-24T03:15:10.492Z | Downloaded data-encoding v2.6.0 |
851 | 2024-09-24T03:15:10.496Z | Downloaded zone v0.1.8 |
852 | 2024-09-24T03:15:10.496Z | Downloaded derive-where v1.2.7 |
853 | 2024-09-24T03:15:10.500Z | Downloaded futures v0.3.30 |
854 | 2024-09-24T03:15:10.509Z | Downloaded phf_shared v0.10.0 |
855 | 2024-09-24T03:15:10.509Z | Downloaded packed_struct_codegen v0.10.1 |
856 | 2024-09-24T03:15:10.519Z | Downloaded tui-tree-widget v0.22.0 |
857 | 2024-09-24T03:15:10.519Z | Downloaded defmt-parser v0.3.4 |
858 | 2024-09-24T03:15:10.519Z | Downloaded libm v0.2.8 |
859 | 2024-09-24T03:15:10.530Z | Downloaded spki v0.7.3 |
860 | 2024-09-24T03:15:10.530Z | Downloaded zeroize v1.8.1 |
861 | 2024-09-24T03:15:10.530Z | Downloaded value-bag v1.9.0 |
862 | 2024-09-24T03:15:10.530Z | Downloaded topological-sort v0.2.2 |
863 | 2024-09-24T03:15:10.530Z | Downloaded tough v0.17.1 |
864 | 2024-09-24T03:15:10.535Z | Downloaded pkg-config v0.3.30 |
865 | 2024-09-24T03:15:10.535Z | Downloaded num_enum v0.5.11 |
866 | 2024-09-24T03:15:10.539Z | Downloaded phf_shared v0.11.2 |
867 | 2024-09-24T03:15:10.542Z | Downloaded rustc_version v0.1.7 |
868 | 2024-09-24T03:15:10.542Z | Downloaded rayon-core v1.12.1 |
869 | 2024-09-24T03:15:10.544Z | Downloaded pkcs1 v0.7.5 |
870 | 2024-09-24T03:15:10.547Z | Downloaded tiny-keccak v2.0.2 |
871 | 2024-09-24T03:15:10.560Z | Downloaded r2d2 v0.8.10 |
872 | 2024-09-24T03:15:10.570Z | Downloaded ed25519 v2.2.3 |
873 | 2024-09-24T03:15:10.570Z | Downloaded float-cmp v0.9.0 |
874 | 2024-09-24T03:15:10.570Z | Downloaded embedded-io v0.4.0 |
875 | 2024-09-24T03:15:10.570Z | Downloaded tap v1.0.1 |
876 | 2024-09-24T03:15:10.570Z | Downloaded hkdf v0.12.4 |
877 | 2024-09-24T03:15:10.570Z | Downloaded unsafe-libyaml v0.2.11 |
878 | 2024-09-24T03:15:10.570Z | Downloaded der_derive v0.7.2 |
879 | 2024-09-24T03:15:10.577Z | Downloaded env_logger v0.11.5 |
880 | 2024-09-24T03:15:10.577Z | Downloaded similar v2.6.0 |
881 | 2024-09-24T03:15:10.581Z | Downloaded pkcs5 v0.7.1 |
882 | 2024-09-24T03:15:10.582Z | Downloaded num_enum_derive v0.5.11 |
883 | 2024-09-24T03:15:10.582Z | Downloaded slab v0.4.9 |
884 | 2024-09-24T03:15:10.585Z | Downloaded socket2 v0.4.10 |
885 | 2024-09-24T03:15:10.586Z | Downloaded half v2.4.1 |
886 | 2024-09-24T03:15:10.591Z | Downloaded sqlformat v0.2.4 |
887 | 2024-09-24T03:15:10.591Z | Downloaded rand v0.8.5 |
888 | 2024-09-24T03:15:10.593Z | Downloaded publicsuffix v2.2.3 |
889 | 2024-09-24T03:15:10.597Z | Downloaded parking_lot v0.11.2 |
890 | 2024-09-24T03:15:10.600Z | Downloaded structmeta-derive v0.3.0 |
891 | 2024-09-24T03:15:10.600Z | Downloaded snafu v0.8.2 |
892 | 2024-09-24T03:15:10.605Z | Downloaded hickory-resolver v0.24.1 |
893 | 2024-09-24T03:15:10.611Z | Downloaded pin-project-internal v1.1.5 |
894 | 2024-09-24T03:15:10.613Z | Downloaded pin-project v1.1.5 |
895 | 2024-09-24T03:15:10.626Z | Downloaded uuid v1.10.0 |
896 | 2024-09-24T03:15:10.629Z | Downloaded unicode_categories v0.1.1 |
897 | 2024-09-24T03:15:10.632Z | Downloaded slog v2.7.0 |
898 | 2024-09-24T03:15:10.635Z | Downloaded time v0.3.36 |
899 | 2024-09-24T03:15:10.641Z | Downloaded chrono v0.4.38 |
900 | 2024-09-24T03:15:10.651Z | Downloaded tungstenite v0.21.0 |
901 | 2024-09-24T03:15:10.653Z | Downloaded tinyvec v1.6.0 |
902 | 2024-09-24T03:15:10.658Z | Downloaded heapless v0.7.17 |
903 | 2024-09-24T03:15:10.661Z | Downloaded typed-path v0.7.1 |
904 | 2024-09-24T03:15:10.667Z | Downloaded toml_edit v0.19.15 |
905 | 2024-09-24T03:15:10.686Z | Downloaded rustyline v14.0.0 |
906 | 2024-09-24T03:15:10.690Z | Downloaded tracing-core v0.1.32 |
907 | 2024-09-24T03:15:10.694Z | Downloaded bitvec v1.0.1 |
908 | 2024-09-24T03:15:10.712Z | Downloaded headers v0.3.9 |
909 | 2024-09-24T03:15:10.715Z | Downloaded der v0.7.9 |
910 | 2024-09-24T03:15:10.722Z | Downloaded winnow v0.5.40 |
911 | 2024-09-24T03:15:10.731Z | Downloaded hashbrown v0.12.3 |
912 | 2024-09-24T03:15:10.736Z | Downloaded ed25519-dalek v2.1.1 |
913 | 2024-09-24T03:15:10.742Z | Downloaded url v2.5.2 |
914 | 2024-09-24T03:15:10.745Z | Downloaded rustls-webpki v0.102.4 |
915 | 2024-09-24T03:15:10.762Z | Downloaded smoltcp v0.9.1 |
916 | 2024-09-24T03:15:10.774Z | Downloaded unicode-segmentation v1.11.0 |
917 | 2024-09-24T03:15:10.777Z | Downloaded curve25519-dalek v4.1.3 |
918 | 2024-09-24T03:15:10.786Z | Downloaded serde_with v3.9.0 |
919 | 2024-09-24T03:15:10.798Z | Downloaded webpki-roots v0.25.4 |
920 | 2024-09-24T03:15:10.801Z | Downloaded proptest v1.5.0 |
921 | 2024-09-24T03:15:10.811Z | Downloaded reqwest v0.11.27 |
922 | 2024-09-24T03:15:10.824Z | Downloaded tokio-util v0.7.11 |
923 | 2024-09-24T03:15:10.829Z | Downloaded idna v0.3.0 |
924 | 2024-09-24T03:15:10.835Z | Downloaded sqlparser v0.45.0 |
925 | 2024-09-24T03:15:10.842Z | Downloaded idna v0.2.3 |
926 | 2024-09-24T03:15:10.850Z | Downloaded quick-xml v0.33.0 |
927 | 2024-09-24T03:15:10.856Z | Downloaded vcpkg v0.2.15 |
928 | 2024-09-24T03:15:10.965Z | Downloaded h2 v0.4.6 |
929 | 2024-09-24T03:15:10.968Z | Downloaded rustls v0.21.12 |
930 | 2024-09-24T03:15:10.968Z | Downloaded git2 v0.19.0 |
931 | 2024-09-24T03:15:10.968Z | Downloaded p384 v0.13.0 |
932 | 2024-09-24T03:15:10.968Z | Downloaded polar-core v0.27.3 |
933 | 2024-09-24T03:15:10.968Z | Downloaded dropshot v0.10.1 |
934 | 2024-09-24T03:15:10.968Z | Downloaded trust-dns-proto v0.22.0 |
935 | 2024-09-24T03:15:10.968Z | Downloaded regex v1.10.6 |
936 | 2024-09-24T03:15:10.980Z | Downloaded hickory-proto v0.24.1 |
937 | 2024-09-24T03:15:10.995Z | Downloaded object v0.32.2 |
938 | 2024-09-24T03:15:11.006Z | Downloaded gimli v0.28.1 |
939 | 2024-09-24T03:15:11.015Z | Downloaded nix v0.29.0 |
940 | 2024-09-24T03:15:11.028Z | Downloaded rustls v0.23.10 |
941 | 2024-09-24T03:15:11.046Z | Downloaded radix_trie v0.2.1 |
942 | 2024-09-24T03:15:11.052Z | Downloaded finl_unicode v1.2.0 |
943 | 2024-09-24T03:15:11.066Z | Downloaded ratatui v0.28.0 |
944 | 2024-09-24T03:15:11.092Z | Downloaded csv v1.3.0 |
945 | 2024-09-24T03:15:11.113Z | Downloaded regress v0.9.1 |
946 | 2024-09-24T03:15:11.123Z | Downloaded diesel v2.2.4 |
947 | 2024-09-24T03:15:11.139Z | Downloaded openapiv3 v2.0.0 |
948 | 2024-09-24T03:15:11.152Z | Downloaded rustls v0.22.4 |
949 | 2024-09-24T03:15:11.166Z | Downloaded smoltcp v0.11.0 |
950 | 2024-09-24T03:15:11.180Z | Downloaded regex-syntax v0.6.29 |
951 | 2024-09-24T03:15:11.187Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
952 | 2024-09-24T03:15:11.200Z | Downloaded regex-syntax v0.8.4 |
953 | 2024-09-24T03:15:11.209Z | Downloaded nix v0.28.0 |
954 | 2024-09-24T03:15:11.222Z | Downloaded nix v0.27.1 |
955 | 2024-09-24T03:15:11.234Z | Downloaded openssl v0.10.66 |
956 | 2024-09-24T03:15:11.243Z | Downloaded bstr v1.9.1 |
957 | 2024-09-24T03:15:11.255Z | Downloaded object v0.30.4 |
958 | 2024-09-24T03:15:11.268Z | Downloaded zerocopy-derive v0.6.6 |
959 | 2024-09-24T03:15:11.278Z | Downloaded idna v0.4.0 |
960 | 2024-09-24T03:15:11.288Z | Downloaded rusqlite v0.32.1 |
961 | 2024-09-24T03:15:11.304Z | Downloaded lalrpop v0.19.12 |
962 | 2024-09-24T03:15:11.308Z | Downloaded sled v0.34.7 |
963 | 2024-09-24T03:15:11.316Z | Downloaded regex-automata v0.4.6 |
964 | 2024-09-24T03:15:11.334Z | Downloaded rayon v1.10.0 |
965 | 2024-09-24T03:15:11.344Z | Downloaded idna v0.5.0 |
966 | 2024-09-24T03:15:11.351Z | Downloaded expectorate v1.1.0 |
967 | 2024-09-24T03:15:11.355Z | Downloaded salty v0.3.0 |
968 | 2024-09-24T03:15:11.362Z | Downloaded p521 v0.13.3 |
969 | 2024-09-24T03:15:11.366Z | Downloaded bindgen v0.69.4 |
970 | 2024-09-24T03:15:11.375Z | Downloaded tungstenite v0.20.1 |
971 | 2024-09-24T03:15:11.378Z | Downloaded openssl-sys v0.9.103 |
972 | 2024-09-24T03:15:11.383Z | Downloaded steno v0.4.1 |
973 | 2024-09-24T03:15:11.387Z | Downloaded tokio v1.39.3 |
974 | 2024-09-24T03:15:11.427Z | Downloaded hyper v0.14.30 |
975 | 2024-09-24T03:15:11.436Z | Downloaded petgraph v0.6.5 |
976 | 2024-09-24T03:15:11.456Z | Downloaded ring v0.16.20 |
977 | 2024-09-24T03:15:11.537Z | Downloaded sha3 v0.10.8 |
978 | 2024-09-24T03:15:11.543Z | Downloaded h2 v0.3.26 |
979 | 2024-09-24T03:15:11.549Z | Downloaded futures-util v0.3.30 |
980 | 2024-09-24T03:15:11.560Z | Downloaded num-traits v0.2.19 |
981 | 2024-09-24T03:15:11.563Z | Downloaded heapless v0.8.0 |
982 | 2024-09-24T03:15:11.567Z | Downloaded erased-serde v0.3.31 |
983 | 2024-09-24T03:15:11.572Z | Downloaded serde_yaml v0.9.34+deprecated |
984 | 2024-09-24T03:15:11.575Z | Downloaded portable-atomic v1.6.0 |
985 | 2024-09-24T03:15:11.580Z | Downloaded des v0.8.1 |
986 | 2024-09-24T03:15:11.602Z | Downloaded flate2 v1.0.33 |
987 | 2024-09-24T03:15:11.602Z | Downloaded snafu-derive v0.8.2 |
988 | 2024-09-24T03:15:11.602Z | Downloaded ecdsa v0.16.9 |
989 | 2024-09-24T03:15:11.602Z | Downloaded tokio-postgres v0.7.11 |
990 | 2024-09-24T03:15:11.606Z | Downloaded reedline v0.33.0 |
991 | 2024-09-24T03:15:11.613Z | Downloaded rustfmt-wrapper v0.2.1 |
992 | 2024-09-24T03:15:11.617Z | Downloaded rustc_version v0.4.0 |
993 | 2024-09-24T03:15:11.622Z | Downloaded structmeta v0.3.0 |
994 | 2024-09-24T03:15:11.622Z | Downloaded itertools v0.13.0 |
995 | 2024-09-24T03:15:11.628Z | Downloaded slog-envlogger v2.2.0 |
996 | 2024-09-24T03:15:11.632Z | Downloaded zerocopy v0.6.6 |
997 | 2024-09-24T03:15:11.637Z | Downloaded toml v0.7.8 |
998 | 2024-09-24T03:15:11.641Z | Downloaded x509-cert v0.2.5 |
999 | 2024-09-24T03:15:11.646Z | Downloaded unicode-truncate v1.0.0 |
1000 | 2024-09-24T03:15:11.649Z | Downloaded vte v0.11.1 |
1001 | 2024-09-24T03:15:11.651Z | Downloaded vsss-rs v3.3.4 |
1002 | 2024-09-24T03:15:11.655Z | Downloaded derive_more v0.99.18 |
1003 | 2024-09-24T03:15:11.659Z | Downloaded unicode-normalization v0.1.23 |
1004 | 2024-09-24T03:15:11.664Z | Downloaded hash32 v0.3.1 |
1005 | 2024-09-24T03:15:11.668Z | Downloaded strip-ansi-escapes v0.2.0 |
1006 | 2024-09-24T03:15:11.671Z | Downloaded globset v0.4.14 |
1007 | 2024-09-24T03:15:11.671Z | Downloaded twox-hash v1.6.3 |
1008 | 2024-09-24T03:15:11.674Z | Downloaded stringprep v0.1.4 |
1009 | 2024-09-24T03:15:11.674Z | Downloaded fallible-streaming-iterator v0.1.9 |
1010 | 2024-09-24T03:15:11.674Z | Downloaded rsa v0.9.6 |
1011 | 2024-09-24T03:15:11.680Z | Downloaded rand_xorshift v0.3.0 |
1012 | 2024-09-24T03:15:11.682Z | Downloaded yasna v0.5.2 |
1013 | 2024-09-24T03:15:11.685Z | Downloaded time-macros v0.2.18 |
1014 | 2024-09-24T03:15:11.688Z | Downloaded encoding_rs v0.8.34 |
1015 | 2024-09-24T03:15:11.708Z | Downloaded itertools v0.12.1 |
1016 | 2024-09-24T03:15:11.715Z | Downloaded aho-corasick v1.1.3 |
1017 | 2024-09-24T03:15:11.720Z | Downloaded fallible-iterator v0.2.0 |
1018 | 2024-09-24T03:15:11.722Z | Downloaded subprocess v0.2.9 |
1019 | 2024-09-24T03:15:11.726Z | Downloaded funty v2.0.0 |
1020 | 2024-09-24T03:15:11.726Z | Downloaded fragile v2.0.0 |
1021 | 2024-09-24T03:15:11.729Z | Downloaded form_urlencoded v1.2.1 |
1022 | 2024-09-24T03:15:11.729Z | Downloaded postcard v1.0.8 |
1023 | 2024-09-24T03:15:11.732Z | Downloaded semver v0.1.20 |
1024 | 2024-09-24T03:15:11.732Z | Downloaded parking_lot_core v0.8.6 |
1025 | 2024-09-24T03:15:11.735Z | Downloaded tokio-rustls v0.24.1 |
1026 | 2024-09-24T03:15:11.738Z | Downloaded omicron-zone-package v0.11.0 |
1027 | 2024-09-24T03:15:11.741Z | Downloaded smf v0.2.3 |
1028 | 2024-09-24T03:15:11.741Z | Downloaded scheduled-thread-pool v0.2.7 |
1029 | 2024-09-24T03:15:11.741Z | Downloaded parse-display v0.10.0 |
1030 | 2024-09-24T03:15:11.747Z | Downloaded same-file v1.0.6 |
1031 | 2024-09-24T03:15:11.747Z | Downloaded predicates-tree v1.0.9 |
1032 | 2024-09-24T03:15:11.747Z | Downloaded parse-display-derive v0.10.0 |
1033 | 2024-09-24T03:15:11.752Z | Downloaded glob v0.3.1 |
1034 | 2024-09-24T03:15:11.753Z | Downloaded aes-gcm v0.10.3 |
1035 | 2024-09-24T03:15:11.753Z | Downloaded wyz v0.5.1 |
1036 | 2024-09-24T03:15:11.756Z | Downloaded tokio-macros v2.4.0 |
1037 | 2024-09-24T03:15:11.756Z | Downloaded tls_codec v0.4.1 |
1038 | 2024-09-24T03:15:11.756Z | Downloaded strum_macros v0.25.3 |
1039 | 2024-09-24T03:15:11.756Z | Downloaded ssh-cipher v0.2.0 |
1040 | 2024-09-24T03:15:11.756Z | Downloaded crossbeam-channel v0.5.12 |
1041 | 2024-09-24T03:15:11.761Z | Downloaded secrecy v0.8.0 |
1042 | 2024-09-24T03:15:11.763Z | Downloaded ena v0.14.3 |
1043 | 2024-09-24T03:15:11.767Z | Downloaded uzers v0.11.3 |
1044 | 2024-09-24T03:15:11.767Z | Downloaded tungstenite v0.23.0 |
1045 | 2024-09-24T03:15:11.771Z | Downloaded term v0.7.0 |
1046 | 2024-09-24T03:15:11.774Z | Downloaded hmac v0.12.1 |
1047 | 2024-09-24T03:15:11.777Z | Downloaded aes v0.8.4 |
1048 | 2024-09-24T03:15:11.780Z | Downloaded futures-io v0.3.30 |
1049 | 2024-09-24T03:15:11.780Z | Downloaded flagset v0.4.5 |
1050 | 2024-09-24T03:15:11.780Z | Downloaded fixedbitset v0.4.2 |
1051 | 2024-09-24T03:15:11.783Z | Downloaded smallvec v1.13.2 |
1052 | 2024-09-24T03:15:11.783Z | Downloaded sct v0.7.1 |
1053 | 2024-09-24T03:15:11.786Z | Downloaded futures-channel v0.3.30 |
1054 | 2024-09-24T03:15:11.788Z | Downloaded env_logger v0.10.2 |
1055 | 2024-09-24T03:15:11.792Z | Downloaded base64 v0.21.7 |
1056 | 2024-09-24T03:15:11.794Z | Downloaded which v4.4.2 |
1057 | 2024-09-24T03:15:11.797Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1058 | 2024-09-24T03:15:11.853Z | Downloaded wait-timeout v0.2.0 |
1059 | 2024-09-24T03:15:11.856Z | Downloaded universal-hash v0.5.1 |
1060 | 2024-09-24T03:15:11.856Z | Downloaded rand_seeder v0.3.0 |
1061 | 2024-09-24T03:15:11.859Z | Downloaded primeorder v0.13.6 |
1062 | 2024-09-24T03:15:11.859Z | Downloaded schemars v0.8.21 |
1063 | 2024-09-24T03:15:11.868Z | Downloaded miniz_oxide v0.7.2 |
1064 | 2024-09-24T03:15:11.873Z | Downloaded owo-colors v4.0.0 |
1065 | 2024-09-24T03:15:11.876Z | Downloaded smallvec v0.6.14 |
1066 | 2024-09-24T03:15:11.876Z | Downloaded slog-stdlog v4.1.1 |
1067 | 2024-09-24T03:15:11.876Z | Downloaded shlex v1.3.0 |
1068 | 2024-09-24T03:15:11.878Z | Downloaded number_prefix v0.4.0 |
1069 | 2024-09-24T03:15:11.878Z | Downloaded slog-async v2.8.0 |
1070 | 2024-09-24T03:15:11.881Z | Downloaded sec1 v0.7.3 |
1071 | 2024-09-24T03:15:11.881Z | Downloaded scopeguard v1.2.0 |
1072 | 2024-09-24T03:15:11.883Z | Downloaded ref-cast-impl v1.0.23 |
1073 | 2024-09-24T03:15:11.883Z | Downloaded highway v1.2.0 |
1074 | 2024-09-24T03:15:11.886Z | Downloaded env_logger v0.9.3 |
1075 | 2024-09-24T03:15:11.888Z | Downloaded http v1.1.0 |
1076 | 2024-09-24T03:15:11.890Z | Downloaded hickory-server v0.24.1 |
1077 | 2024-09-24T03:15:11.895Z | Downloaded chacha20poly1305 v0.10.1 |
1078 | 2024-09-24T03:15:11.899Z | Downloaded fxhash v0.2.1 |
1079 | 2024-09-24T03:15:11.900Z | Downloaded rtoolbox v0.0.2 |
1080 | 2024-09-24T03:15:11.902Z | Downloaded cc v1.0.97 |
1081 | 2024-09-24T03:15:11.902Z | Downloaded num-complex v0.4.6 |
1082 | 2024-09-24T03:15:11.905Z | Downloaded nibble_vec v0.1.0 |
1083 | 2024-09-24T03:15:11.905Z | Downloaded multer v3.1.0 |
1084 | 2024-09-24T03:15:11.908Z | Downloaded cookie v0.18.1 |
1085 | 2024-09-24T03:15:11.911Z | Downloaded num-derive v0.4.2 |
1086 | 2024-09-24T03:15:11.911Z | Downloaded const-oid v0.9.6 |
1087 | 2024-09-24T03:15:11.914Z | Downloaded ref-cast v1.0.23 |
1088 | 2024-09-24T03:15:11.917Z | Downloaded futures-task v0.3.30 |
1089 | 2024-09-24T03:15:11.918Z | Downloaded env_filter v0.1.2 |
1090 | 2024-09-24T03:15:11.920Z | Downloaded dirs-sys-next v0.1.2 |
1091 | 2024-09-24T03:15:11.920Z | Downloaded defmt v0.3.8 |
1092 | 2024-09-24T03:15:11.923Z | Downloaded zeroize_derive v1.4.2 |
1093 | 2024-09-24T03:15:11.923Z | Downloaded tokio-tungstenite v0.21.0 |
1094 | 2024-09-24T03:15:11.926Z | Downloaded strum_macros v0.26.4 |
1095 | 2024-09-24T03:15:11.928Z | Downloaded termios v0.3.3 |
1096 | 2024-09-24T03:15:11.928Z | Downloaded signal-hook-registry v1.4.2 |
1097 | 2024-09-24T03:15:11.931Z | Downloaded iana-time-zone v0.1.60 |
1098 | 2024-09-24T03:15:11.934Z | Downloaded ascii v1.1.0 |
1099 | 2024-09-24T03:15:11.934Z | Downloaded maplit v1.0.2 |
1100 | 2024-09-24T03:15:11.934Z | Downloaded libefi-sys v0.1.0 |
1101 | 2024-09-24T03:15:11.940Z | Downloaded hyper-rustls v0.24.2 |
1102 | 2024-09-24T03:15:11.944Z | Downloaded display-error-chain v0.2.1 |
1103 | 2024-09-24T03:15:11.944Z | Downloaded difflib v0.4.0 |
1104 | 2024-09-24T03:15:11.944Z | Downloaded signal-hook-mio v0.2.4 |
1105 | 2024-09-24T03:15:11.944Z | Downloaded hex v0.4.3 |
1106 | 2024-09-24T03:15:11.944Z | Downloaded compact_str v0.8.0 |
1107 | 2024-09-24T03:15:11.947Z | Downloaded blake2 v0.10.6 |
1108 | 2024-09-24T03:15:11.947Z | Downloaded bcrypt-pbkdf v0.10.0 |
1109 | 2024-09-24T03:15:11.950Z | Downloaded buf-list v1.0.3 |
1110 | 2024-09-24T03:15:11.950Z | Downloaded hubpack_derive v0.1.1 |
1111 | 2024-09-24T03:15:11.952Z | Downloaded const_format_proc_macros v0.2.33 |
1112 | 2024-09-24T03:15:11.952Z | Downloaded assert_matches v1.5.0 |
1113 | 2024-09-24T03:15:11.955Z | Downloaded hyper-util v0.1.7 |
1114 | 2024-09-24T03:15:11.958Z | Downloaded arrayref v0.3.7 |
1115 | 2024-09-24T03:15:11.958Z | Downloaded mockall_derive v0.13.0 |
1116 | 2024-09-24T03:15:11.960Z | Downloaded miniz_oxide v0.8.0 |
1117 | 2024-09-24T03:15:11.963Z | Downloaded httparse v1.8.0 |
1118 | 2024-09-24T03:15:11.968Z | Downloaded crunchy v0.2.2 |
1119 | 2024-09-24T03:15:11.968Z | Downloaded cfg_aliases v0.2.1 |
1120 | 2024-09-24T03:15:11.968Z | Downloaded crossbeam-utils v0.8.19 |
1121 | 2024-09-24T03:15:12.034Z | Downloaded atty v0.2.14 |
1122 | 2024-09-24T03:15:12.035Z | Downloaded ahash v0.8.11 |
1123 | 2024-09-24T03:15:12.055Z | Downloaded indoc v1.0.9 |
1124 | 2024-09-24T03:15:12.055Z | Downloaded hubpack v0.1.2 |
1125 | 2024-09-24T03:15:12.055Z | Downloaded block-padding v0.3.3 |
1126 | 2024-09-24T03:15:12.055Z | Downloaded addr2line v0.21.0 |
1127 | 2024-09-24T03:15:12.055Z | Downloaded managed v0.8.0 |
1128 | 2024-09-24T03:15:12.055Z | Downloaded arrayvec v0.7.4 |
1129 | 2024-09-24T03:15:12.055Z | Downloaded backoff v0.4.0 |
1130 | 2024-09-24T03:15:12.055Z | Downloaded bb8 v0.8.5 |
1131 | 2024-09-24T03:15:12.055Z | Downloaded ascii-canvas v3.0.0 |
1132 | 2024-09-24T03:15:12.286Z | Downloaded libz-sys v1.1.16 |
1133 | 2024-09-24T03:15:12.376Z | Downloaded ring v0.17.8 |
1134 | 2024-09-24T03:15:12.495Z | Downloaded libsqlite3-sys v0.30.1 |
1135 | 2024-09-24T03:15:12.677Z | Compiling serde v1.0.208 |
1136 | 2024-09-24T03:15:12.680Z | Compiling typenum v1.17.0 |
1137 | 2024-09-24T03:15:12.680Z | Compiling generic-array v0.14.7 |
1138 | 2024-09-24T03:15:12.680Z | Compiling lock_api v0.4.12 |
1139 | 2024-09-24T03:15:12.680Z | Compiling scopeguard v1.2.0 |
1140 | 2024-09-24T03:15:12.857Z | Compiling syn v2.0.74 |
1141 | 2024-09-24T03:15:12.860Z | Compiling getrandom v0.2.14 |
1142 | 2024-09-24T03:15:12.860Z | Compiling value-bag v1.9.0 |
1143 | 2024-09-24T03:15:12.969Z | Compiling subtle v2.5.0 |
1144 | 2024-09-24T03:15:13.143Z | Compiling rand_core v0.6.4 |
1145 | 2024-09-24T03:15:13.309Z | Compiling const-oid v0.9.6 |
1146 | 2024-09-24T03:15:13.391Z | Compiling log v0.4.21 |
1147 | 2024-09-24T03:15:13.437Z | Compiling jobserver v0.1.32 |
1148 | 2024-09-24T03:15:13.495Z | Compiling pin-project-lite v0.2.14 |
1149 | 2024-09-24T03:15:13.627Z | Compiling smallvec v1.13.2 |
1150 | 2024-09-24T03:15:13.699Z | Compiling parking_lot_core v0.9.10 |
1151 | 2024-09-24T03:15:13.856Z | Compiling cc v1.0.97 |
1152 | 2024-09-24T03:15:14.009Z | Compiling signal-hook-registry v1.4.2 |
1153 | 2024-09-24T03:15:14.273Z | Compiling mio v1.0.2 |
1154 | 2024-09-24T03:15:14.365Z | Compiling socket2 v0.5.7 |
1155 | 2024-09-24T03:15:14.828Z | Compiling parking_lot v0.12.2 |
1156 | 2024-09-24T03:15:14.846Z | Compiling ahash v0.8.11 |
1157 | 2024-09-24T03:15:15.268Z | Compiling cpufeatures v0.2.12 |
1158 | 2024-09-24T03:15:15.277Z | Compiling futures-sink v0.3.30 |
1159 | 2024-09-24T03:15:15.308Z | Compiling futures-core v0.3.30 |
1160 | 2024-09-24T03:15:15.392Z | Compiling slab v0.4.9 |
1161 | 2024-09-24T03:15:15.416Z | Compiling allocator-api2 v0.2.18 |
1162 | 2024-09-24T03:15:15.481Z | Compiling spin v0.9.8 |
1163 | 2024-09-24T03:15:15.550Z | Compiling tinyvec_macros v0.1.1 |
1164 | 2024-09-24T03:15:15.553Z | Compiling futures-channel v0.3.30 |
1165 | 2024-09-24T03:15:15.640Z | Compiling tinyvec v1.6.0 |
1166 | 2024-09-24T03:15:15.757Z | Compiling futures-io v0.3.30 |
1167 | 2024-09-24T03:15:15.863Z | Compiling futures-task v0.3.30 |
1168 | 2024-09-24T03:15:15.977Z | Compiling base64ct v1.6.0 |
1169 | 2024-09-24T03:15:16.245Z | Compiling libm v0.2.8 |
1170 | 2024-09-24T03:15:16.253Z | Compiling serde_json v1.0.125 |
1171 | 2024-09-24T03:15:16.253Z | Compiling pin-utils v0.1.0 |
1172 | 2024-09-24T03:15:16.253Z | Compiling num-traits v0.2.19 |
1173 | 2024-09-24T03:15:16.267Z | Compiling unicode-bidi v0.3.15 |
1174 | 2024-09-24T03:15:16.464Z | Compiling pem-rfc7468 v0.7.0 |
1175 | 2024-09-24T03:15:16.482Z | Compiling flagset v0.4.5 |
1176 | 2024-09-24T03:15:16.724Z | Compiling tracing-core v0.1.32 |
1177 | 2024-09-24T03:15:16.775Z | Compiling pkg-config v0.3.30 |
1178 | 2024-09-24T03:15:17.170Z | Compiling unicode-normalization v0.1.23 |
1179 | 2024-09-24T03:15:17.276Z | Compiling vcpkg v0.2.15 |
1180 | 2024-09-24T03:15:17.990Z | Compiling ring v0.17.8 |
1181 | 2024-09-24T03:15:18.102Z | Compiling percent-encoding v2.3.1 |
1182 | 2024-09-24T03:15:18.169Z | Compiling httparse v1.8.0 |
1183 | 2024-09-24T03:15:18.318Z | Compiling ppv-lite86 v0.2.17 |
1184 | 2024-09-24T03:15:18.349Z | Compiling untrusted v0.9.0 |
1185 | 2024-09-24T03:15:18.532Z | Compiling rustix v0.38.34 |
1186 | 2024-09-24T03:15:18.542Z | Compiling try-lock v0.2.5 |
1187 | 2024-09-24T03:15:18.695Z | Compiling want v0.3.1 |
1188 | 2024-09-24T03:15:19.011Z | Compiling tower-service v0.3.2 |
1189 | 2024-09-24T03:15:19.137Z | Compiling rand_chacha v0.3.1 |
1190 | 2024-09-24T03:15:19.142Z | Compiling httpdate v1.0.3 |
1191 | 2024-09-24T03:15:19.319Z | Compiling time-core v0.1.2 |
1192 | 2024-09-24T03:15:19.376Z | Compiling powerfmt v0.2.0 |
1193 | 2024-09-24T03:15:19.483Z | Compiling openssl-sys v0.9.103 |
1194 | 2024-09-24T03:15:19.485Z | Compiling openssl v0.10.66 |
1195 | 2024-09-24T03:15:19.625Z | Compiling rand v0.8.5 |
1196 | 2024-09-24T03:15:19.742Z | Compiling foreign-types-shared v0.1.1 |
1197 | 2024-09-24T03:15:19.828Z | Compiling rustversion v1.0.17 |
1198 | 2024-09-24T03:15:19.875Z | Compiling num-conv v0.1.0 |
1199 | 2024-09-24T03:15:19.892Z | Compiling foreign-types v0.3.2 |
1200 | 2024-09-24T03:15:19.971Z | Compiling deranged v0.3.11 |
1201 | 2024-09-24T03:15:20.098Z | Compiling time-macros v0.2.18 |
1202 | 2024-09-24T03:15:20.599Z | Compiling form_urlencoded v1.2.1 |
1203 | 2024-09-24T03:15:20.909Z | Compiling aho-corasick v1.1.3 |
1204 | 2024-09-24T03:15:21.291Z | Compiling rustls v0.21.12 |
1205 | 2024-09-24T03:15:21.448Z | Compiling regex-syntax v0.8.4 |
1206 | 2024-09-24T03:15:21.465Z | Compiling native-tls v0.2.11 |
1207 | 2024-09-24T03:15:21.539Z | Compiling num_threads v0.1.7 |
1208 | 2024-09-24T03:15:21.678Z | Compiling syn v1.0.109 |
1209 | 2024-09-24T03:15:21.810Z | Compiling crossbeam-utils v0.8.19 |
1210 | 2024-09-24T03:15:22.267Z | Compiling siphasher v0.3.11 |
1211 | 2024-09-24T03:15:22.604Z | Compiling idna v0.5.0 |
1212 | 2024-09-24T03:15:22.988Z | Compiling time v0.3.36 |
1213 | 2024-09-24T03:15:23.741Z | Compiling cookie v0.17.0 |
1214 | 2024-09-24T03:15:23.952Z | Compiling finl_unicode v1.2.0 |
1215 | 2024-09-24T03:15:24.045Z | Compiling openssl-probe v0.1.5 |
1216 | 2024-09-24T03:15:24.376Z | Compiling slog v2.7.0 |
1217 | 2024-09-24T03:15:24.488Z | Compiling iana-time-zone v0.1.60 |
1218 | 2024-09-24T03:15:24.491Z | Compiling stringprep v0.1.4 |
1219 | 2024-09-24T03:15:24.885Z | Compiling regex-automata v0.4.6 |
1220 | 2024-09-24T03:15:25.040Z | Compiling url v2.5.2 |
1221 | 2024-09-24T03:15:26.329Z | Compiling serde_derive v1.0.208 |
1222 | 2024-09-24T03:15:26.822Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-09-24T03:15:27.210Z | Compiling zerocopy-derive v0.7.34 |
1224 | 2024-09-24T03:15:27.557Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-09-24T03:15:27.890Z | Compiling futures-macro v0.3.30 |
1226 | 2024-09-24T03:15:28.413Z | Compiling zeroize v1.8.1 |
1227 | 2024-09-24T03:15:29.125Z | Compiling der_derive v0.7.2 |
1228 | 2024-09-24T03:15:29.242Z | Compiling zerocopy v0.7.34 |
1229 | 2024-09-24T03:15:29.829Z | Compiling futures-util v0.3.30 |
1230 | 2024-09-24T03:15:30.151Z | Compiling crypto-common v0.1.6 |
1231 | 2024-09-24T03:15:30.448Z | Compiling block-buffer v0.10.4 |
1232 | 2024-09-24T03:15:30.642Z | Compiling digest v0.10.7 |
1233 | 2024-09-24T03:15:31.108Z | Compiling hmac v0.12.1 |
1234 | 2024-09-24T03:15:31.362Z | Compiling block-padding v0.3.3 |
1235 | 2024-09-24T03:15:31.393Z | Compiling hashbrown v0.14.5 |
1236 | 2024-09-24T03:15:31.532Z | Compiling sha2 v0.10.8 |
1237 | 2024-09-24T03:15:31.599Z | Compiling inout v0.1.3 |
1238 | 2024-09-24T03:15:31.904Z | Compiling cipher v0.4.4 |
1239 | 2024-09-24T03:15:32.076Z | Compiling thiserror-impl v1.0.63 |
1240 | 2024-09-24T03:15:32.426Z | Compiling der v0.7.9 |
1241 | 2024-09-24T03:15:32.766Z | Compiling salsa20 v0.10.2 |
1242 | 2024-09-24T03:15:32.993Z | Compiling pbkdf2 v0.12.2 |
1243 | 2024-09-24T03:15:33.168Z | Compiling tracing-attributes v0.1.27 |
1244 | 2024-09-24T03:15:35.136Z | Compiling spki v0.7.3 |
1245 | 2024-09-24T03:15:35.386Z | Compiling thiserror v1.0.63 |
1246 | 2024-09-24T03:15:35.513Z | Compiling scrypt v0.11.0 |
1247 | 2024-09-24T03:15:35.528Z | Compiling cbc v0.1.2 |
1248 | 2024-09-24T03:15:35.695Z | Compiling aes v0.8.4 |
1249 | 2024-09-24T03:15:35.754Z | Compiling pest v2.7.10 |
1250 | 2024-09-24T03:15:35.866Z | Compiling scroll_derive v0.12.0 |
1251 | 2024-09-24T03:15:36.983Z | Compiling tracing v0.1.40 |
1252 | 2024-09-24T03:15:37.315Z | Compiling pkcs5 v0.7.1 |
1253 | 2024-09-24T03:15:37.355Z | Compiling scroll v0.12.0 |
1254 | 2024-09-24T03:15:37.527Z | Compiling openssl-macros v0.1.1 |
1255 | 2024-09-24T03:15:37.896Z | Compiling pkcs8 v0.10.2 |
1256 | 2024-09-24T03:15:38.309Z | Compiling pest_meta v2.7.10 |
1257 | 2024-09-24T03:15:38.498Z | Compiling goblin v0.8.2 |
1258 | 2024-09-24T03:15:38.527Z | Compiling sct v0.7.1 |
1259 | 2024-09-24T03:15:38.565Z | Compiling rustls-webpki v0.101.7 |
1260 | 2024-09-24T03:15:38.828Z | Compiling signature v2.2.0 |
1261 | 2024-09-24T03:15:38.853Z | Compiling md-5 v0.10.6 |
1262 | 2024-09-24T03:15:39.103Z | Compiling pin-project-internal v1.1.5 |
1263 | 2024-09-24T03:15:39.120Z | Compiling num-integer v0.1.46 |
1264 | 2024-09-24T03:15:39.522Z | Compiling pest_generator v2.7.10 |
1265 | 2024-09-24T03:15:39.896Z | Compiling idna v0.3.0 |
1266 | 2024-09-24T03:15:40.491Z | Compiling bytes v1.7.2 |
1267 | 2024-09-24T03:15:40.608Z | Compiling indexmap v2.4.0 |
1268 | 2024-09-24T03:15:41.504Z | Compiling tokio v1.39.3 |
1269 | 2024-09-24T03:15:41.525Z | Compiling bitflags v2.6.0 |
1270 | 2024-09-24T03:15:42.016Z | Compiling semver v1.0.23 |
1271 | 2024-09-24T03:15:42.106Z | Compiling http v0.2.12 |
1272 | 2024-09-24T03:15:42.803Z | Compiling rustc_version v0.4.0 |
1273 | 2024-09-24T03:15:43.423Z | Compiling pest_derive v2.7.10 |
1274 | 2024-09-24T03:15:43.567Z | Compiling heapless v0.7.17 |
1275 | 2024-09-24T03:15:44.020Z | Compiling http-body v0.4.6 |
1276 | 2024-09-24T03:15:44.162Z | Compiling dtrace-parser v0.2.0 |
1277 | 2024-09-24T03:15:44.499Z | Compiling dof v0.3.0 |
1278 | 2024-09-24T03:15:44.845Z | Compiling http v1.1.0 |
1279 | 2024-09-24T03:15:46.332Z | Compiling uuid v1.10.0 |
1280 | 2024-09-24T03:15:46.740Z | Compiling usdt-impl v0.5.0 |
1281 | 2024-09-24T03:15:47.439Z | Compiling curve25519-dalek v4.1.3 |
1282 | 2024-09-24T03:15:47.736Z | Compiling chrono v0.4.38 |
1283 | 2024-09-24T03:15:47.803Z | Compiling serde_tokenstream v0.2.2 |
1284 | 2024-09-24T03:15:48.083Z | Compiling serde_spanned v0.6.7 |
1285 | 2024-09-24T03:15:48.274Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-09-24T03:15:48.325Z | Compiling backtrace v0.3.71 |
1287 | 2024-09-24T03:15:48.393Z | Compiling lazy_static v1.5.0 |
1288 | 2024-09-24T03:15:48.511Z | Compiling ff v0.13.0 |
1289 | 2024-09-24T03:15:48.719Z | Compiling hash32 v0.2.1 |
1290 | 2024-09-24T03:15:48.823Z | Compiling num-bigint-dig v0.8.4 |
1291 | 2024-09-24T03:15:48.834Z | Compiling psl-types v2.0.11 |
1292 | 2024-09-24T03:15:48.922Z | Compiling base64 v0.22.1 |
1293 | 2024-09-24T03:15:48.993Z | Compiling gimli v0.28.1 |
1294 | 2024-09-24T03:15:49.012Z | Compiling atomic-waker v1.1.2 |
1295 | 2024-09-24T03:15:49.069Z | Compiling stable_deref_trait v1.2.0 |
1296 | 2024-09-24T03:15:49.095Z | Compiling fallible-iterator v0.2.0 |
1297 | 2024-09-24T03:15:49.172Z | Compiling adler v1.0.2 |
1298 | 2024-09-24T03:15:49.191Z | Compiling base16ct v0.2.0 |
1299 | 2024-09-24T03:15:49.401Z | Compiling crc32fast v1.4.0 |
1300 | 2024-09-24T03:15:49.514Z | Compiling tokio-util v0.7.11 |
1301 | 2024-09-24T03:15:49.674Z | Compiling smoltcp v0.9.1 |
1302 | 2024-09-24T03:15:49.782Z | Compiling signal-hook v0.3.17 |
1303 | 2024-09-24T03:15:49.986Z | Compiling postgres-protocol v0.6.7 |
1304 | 2024-09-24T03:15:50.109Z | Compiling tokio-rustls v0.24.1 |
1305 | 2024-09-24T03:15:50.414Z | Compiling sec1 v0.7.3 |
1306 | 2024-09-24T03:15:50.470Z | Compiling h2 v0.3.26 |
1307 | 2024-09-24T03:15:51.000Z | Compiling h2 v0.4.6 |
1308 | 2024-09-24T03:15:51.310Z | Compiling tokio-native-tls v0.3.1 |
1309 | 2024-09-24T03:15:51.344Z | Compiling miniz_oxide v0.7.2 |
1310 | 2024-09-24T03:15:51.659Z | Compiling publicsuffix v2.2.3 |
1311 | 2024-09-24T03:15:51.957Z | Compiling group v0.13.0 |
1312 | 2024-09-24T03:15:52.279Z | Compiling http-body v1.0.0 |
1313 | 2024-09-24T03:15:52.300Z | Compiling terminal_size v0.3.0 |
1314 | 2024-09-24T03:15:52.494Z | Compiling pin-project v1.1.5 |
1315 | 2024-09-24T03:15:52.522Z | Compiling num-iter v0.1.45 |
1316 | 2024-09-24T03:15:52.627Z | Compiling hubpack_derive v0.1.1 |
1317 | 2024-09-24T03:15:52.685Z | Compiling hkdf v0.12.4 |
1318 | 2024-09-24T03:15:52.710Z | Compiling crypto-bigint v0.5.5 |
1319 | 2024-09-24T03:15:52.951Z | Compiling async-trait v0.1.82 |
1320 | 2024-09-24T03:15:53.519Z | Compiling addr2line v0.21.0 |
1321 | 2024-09-24T03:15:53.550Z | Compiling curve25519-dalek-derive v0.1.1 |
1322 | 2024-09-24T03:15:54.043Z | Compiling zerocopy-derive v0.6.6 |
1323 | 2024-09-24T03:15:55.378Z | Compiling phf_shared v0.11.2 |
1324 | 2024-09-24T03:15:55.711Z | Compiling serde_derive_internals v0.29.1 |
1325 | 2024-09-24T03:15:55.807Z | Compiling object v0.32.2 |
1326 | 2024-09-24T03:15:55.925Z | Compiling fs-err v2.11.0 |
1327 | 2024-09-24T03:15:56.226Z | Compiling anyhow v1.0.89 |
1328 | 2024-09-24T03:15:56.300Z | Compiling managed v0.8.0 |
1329 | 2024-09-24T03:15:56.453Z | Compiling bitflags v1.3.2 |
1330 | 2024-09-24T03:15:56.548Z | Compiling adler2 v2.0.0 |
1331 | 2024-09-24T03:15:56.758Z | Compiling base64 v0.21.7 |
1332 | 2024-09-24T03:15:56.774Z | Compiling rustc-demangle v0.1.24 |
1333 | 2024-09-24T03:15:56.906Z | Compiling winnow v0.5.40 |
1334 | 2024-09-24T03:15:57.533Z | Compiling hyper v0.14.30 |
1335 | 2024-09-24T03:15:57.795Z | Compiling tower-layer v0.3.2 |
1336 | 2024-09-24T03:15:58.085Z | Compiling ipnet v2.9.0 |
1337 | 2024-09-24T03:15:58.459Z | Compiling schemars v0.8.21 |
1338 | 2024-09-24T03:15:58.675Z | Compiling either v1.13.0 |
1339 | 2024-09-24T03:15:58.865Z | Compiling clap_builder v4.5.15 |
1340 | 2024-09-24T03:15:59.113Z | Compiling schemars_derive v0.8.21 |
1341 | 2024-09-24T03:15:59.312Z | Compiling tower v0.4.13 |
1342 | 2024-09-24T03:16:00.207Z | Compiling hyper v1.4.1 |
1343 | 2024-09-24T03:16:00.875Z | Compiling toml_edit v0.19.15 |
1344 | 2024-09-24T03:16:00.982Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-09-24T03:16:01.670Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-09-24T03:16:03.222Z | Compiling zerocopy v0.6.6 |
1347 | 2024-09-24T03:16:03.452Z | Compiling phf v0.11.2 |
1348 | 2024-09-24T03:16:03.675Z | Compiling elliptic-curve v0.13.8 |
1349 | 2024-09-24T03:16:04.058Z | Compiling cookie_store v0.20.0 |
1350 | 2024-09-24T03:16:04.351Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-09-24T03:16:04.519Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-09-24T03:16:04.692Z | Compiling hubpack v0.1.2 |
1353 | 2024-09-24T03:16:05.156Z | Compiling postgres-types v0.2.7 |
1354 | 2024-09-24T03:16:06.404Z | Compiling usdt-attr-macro v0.5.0 |
1355 | 2024-09-24T03:16:06.583Z | Compiling usdt-macro v0.5.0 |
1356 | 2024-09-24T03:16:06.659Z | Compiling serde_urlencoded v0.7.1 |
1357 | 2024-09-24T03:16:07.284Z | Compiling serde-big-array v0.5.1 |
1358 | 2024-09-24T03:16:07.302Z | Compiling ed25519 v2.2.3 |
1359 | 2024-09-24T03:16:07.443Z | Compiling pkcs1 v0.7.5 |
1360 | 2024-09-24T03:16:08.144Z | Compiling futures-executor v0.3.30 |
1361 | 2024-09-24T03:16:08.165Z | Compiling rfc6979 v0.4.0 |
1362 | 2024-09-24T03:16:08.168Z | Compiling bstr v1.9.1 |
1363 | 2024-09-24T03:16:08.361Z | Compiling regex v1.10.6 |
1364 | 2024-09-24T03:16:08.469Z | Compiling serde_repr v0.1.19 |
1365 | 2024-09-24T03:16:08.653Z | Compiling clap_derive v4.5.13 |
1366 | 2024-09-24T03:16:08.709Z | Compiling enum-as-inner v0.6.0 |
1367 | 2024-09-24T03:16:09.340Z | Compiling strum_macros v0.25.3 |
1368 | 2024-09-24T03:16:09.444Z | Compiling phf_shared v0.10.0 |
1369 | 2024-09-24T03:16:09.691Z | Compiling float-cmp v0.9.0 |
1370 | 2024-09-24T03:16:09.807Z | Compiling idna v0.4.0 |
1371 | 2024-09-24T03:16:09.834Z | Compiling mio v0.8.11 |
1372 | 2024-09-24T03:16:09.912Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-09-24T03:16:09.968Z | Compiling precomputed-hash v0.1.1 |
1374 | 2024-09-24T03:16:10.081Z | Compiling dyn-clone v1.0.17 |
1375 | 2024-09-24T03:16:10.300Z | Compiling bit-vec v0.6.3 |
1376 | 2024-09-24T03:16:10.746Z | Compiling webpki-roots v0.25.4 |
1377 | 2024-09-24T03:16:10.915Z | Compiling whoami v1.5.1 |
1378 | 2024-09-24T03:16:11.096Z | Compiling difflib v0.4.0 |
1379 | 2024-09-24T03:16:11.362Z | Compiling predicates-core v1.0.6 |
1380 | 2024-09-24T03:16:11.622Z | Compiling sync_wrapper v0.1.2 |
1381 | 2024-09-24T03:16:11.678Z | Compiling minimal-lexical v0.2.1 |
1382 | 2024-09-24T03:16:11.731Z | Compiling mime v0.3.17 |
1383 | 2024-09-24T03:16:11.766Z | Compiling normalize-line-endings v0.3.0 |
1384 | 2024-09-24T03:16:11.895Z | Compiling unicode-segmentation v1.11.0 |
1385 | 2024-09-24T03:16:12.198Z | Compiling data-encoding v2.6.0 |
1386 | 2024-09-24T03:16:12.361Z | Compiling static_assertions v1.1.0 |
1387 | 2024-09-24T03:16:12.469Z | Compiling fixedbitset v0.4.2 |
1388 | 2024-09-24T03:16:12.735Z | Compiling new_debug_unreachable v1.0.6 |
1389 | 2024-09-24T03:16:12.781Z | Compiling petgraph v0.6.5 |
1390 | 2024-09-24T03:16:12.879Z | Compiling string_cache v0.8.7 |
1391 | 2024-09-24T03:16:12.947Z | Compiling hickory-proto v0.24.1 |
1392 | 2024-09-24T03:16:13.309Z | Compiling similar v2.6.0 |
1393 | 2024-09-24T03:16:13.422Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1394 | 2024-09-24T03:16:13.797Z | Compiling clap v4.5.16 |
1395 | 2024-09-24T03:16:13.930Z | Compiling console v0.15.8 |
1396 | 2024-09-24T03:16:14.388Z | Compiling reqwest v0.11.27 |
1397 | 2024-09-24T03:16:14.584Z | Compiling toml_edit v0.22.20 |
1398 | 2024-09-24T03:16:15.490Z | Compiling nom v7.1.3 |
1399 | 2024-09-24T03:16:15.767Z | Compiling predicates v3.1.2 |
1400 | 2024-09-24T03:16:16.745Z | Compiling tokio-postgres v0.7.11 |
1401 | 2024-09-24T03:16:17.508Z | Compiling bit-set v0.5.3 |
1402 | 2024-09-24T03:16:17.794Z | Compiling signal-hook-mio v0.2.4 |
1403 | 2024-09-24T03:16:19.272Z | Compiling usdt v0.5.0 |
1404 | 2024-09-24T03:16:19.571Z | Compiling futures v0.3.30 |
1405 | 2024-09-24T03:16:19.689Z | Compiling ecdsa v0.16.9 |
1406 | 2024-09-24T03:16:19.765Z | Compiling rsa v0.9.6 |
1407 | 2024-09-24T03:16:20.289Z | Compiling ed25519-dalek v2.1.1 |
1408 | 2024-09-24T03:16:20.549Z | Compiling flate2 v1.0.33 |
1409 | 2024-09-24T03:16:21.528Z | Compiling toml v0.7.8 |
1410 | 2024-09-24T03:16:22.379Z | Compiling hyper-util v0.1.7 |
1411 | 2024-09-24T03:16:22.461Z | Compiling itertools v0.10.5 |
1412 | 2024-09-24T03:16:22.670Z | Compiling itertools v0.12.1 |
1413 | 2024-09-24T03:16:22.898Z | Compiling tokio-stream v0.1.15 |
1414 | 2024-09-24T03:16:23.209Z | Compiling openapiv3 v2.0.0 |
1415 | 2024-09-24T03:16:23.241Z | Compiling hex v0.4.3 |
1416 | 2024-09-24T03:16:23.877Z | Compiling x509-cert v0.2.5 |
1417 | 2024-09-24T03:16:23.912Z | Compiling sha1 v0.10.6 |
1418 | 2024-09-24T03:16:24.333Z | Compiling crossbeam-epoch v0.9.18 |
1419 | 2024-09-24T03:16:25.106Z | Compiling dirs-sys-next v0.1.2 |
1420 | 2024-09-24T03:16:25.233Z | Compiling peg-runtime v0.8.3 |
1421 | 2024-09-24T03:16:25.359Z | Compiling unicode-xid v0.2.4 |
1422 | 2024-09-24T03:16:25.535Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-09-24T03:16:25.745Z | Compiling dirs-next v2.0.0 |
1424 | 2024-09-24T03:16:25.747Z | Compiling thread_local v1.1.8 |
1425 | 2024-09-24T03:16:25.853Z | Compiling slog-async v2.8.0 |
1426 | 2024-09-24T03:16:25.882Z | Compiling term v0.7.0 |
1427 | 2024-09-24T03:16:25.941Z | Compiling xattr v1.3.1 |
1428 | 2024-09-24T03:16:26.211Z | Compiling crossbeam-channel v0.5.12 |
1429 | 2024-09-24T03:16:26.307Z | Compiling strum_macros v0.26.4 |
1430 | 2024-09-24T03:16:26.465Z | Compiling filetime v0.2.25 |
1431 | 2024-09-24T03:16:26.801Z | Compiling is-terminal v0.4.12 |
1432 | 2024-09-24T03:16:26.928Z | Compiling take_mut v0.2.2 |
1433 | 2024-09-24T03:16:27.356Z | Compiling slog-term v2.9.1 |
1434 | 2024-09-24T03:16:27.418Z | Compiling tar v0.4.41 |
1435 | 2024-09-24T03:16:27.622Z | Compiling camino v1.1.9 |
1436 | 2024-09-24T03:16:28.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1437 | 2024-09-24T03:16:29.652Z | Compiling strum v0.26.3 |
1438 | 2024-09-24T03:16:29.732Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1439 | 2024-09-24T03:16:35.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1440 | 2024-09-24T03:16:35.213Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1441 | 2024-09-24T03:16:35.254Z | Sep 24 03:16:34.297 INFO Starting download, target: Console |
1442 | 2024-09-24T03:16:35.255Z | Sep 24 03:16:34.297 INFO Starting download, target: Clickhouse |
1443 | 2024-09-24T03:16:35.255Z | Sep 24 03:16:34.297 INFO Starting download, target: Cockroach |
1444 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.297 INFO Starting download, target: DendriteOpenapi |
1445 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.297 INFO Starting download, target: DendriteStub |
1446 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.297 INFO Starting download, target: MaghemiteMgd |
1447 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.297 INFO Starting download, target: TransceiverControl |
1448 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1449 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1450 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1451 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1452 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1453 | 2024-09-24T03:16:35.261Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1454 | 2024-09-24T03:16:35.262Z | Sep 24 03:16:34.298 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1455 | 2024-09-24T03:16:35.501Z | Sep 24 03:16:34.520 INFO Download complete, target: DendriteOpenapi |
1456 | 2024-09-24T03:16:35.733Z | Sep 24 03:16:34.760 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1457 | 2024-09-24T03:16:35.927Z | Sep 24 03:16:34.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1458 | 2024-09-24T03:16:36.318Z | Sep 24 03:16:35.328 INFO Download complete, target: Console |
1459 | 2024-09-24T03:16:36.384Z | Sep 24 03:16:35.401 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1460 | 2024-09-24T03:16:36.439Z | Sep 24 03:16:35.460 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1461 | 2024-09-24T03:16:36.454Z | Sep 24 03:16:35.492 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1462 | 2024-09-24T03:16:36.454Z | Sep 24 03:16:35.492 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1463 | 2024-09-24T03:16:36.608Z | Sep 24 03:16:35.522 INFO Download complete, target: TransceiverControl |
1464 | 2024-09-24T03:16:37.248Z | Sep 24 03:16:36.286 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1465 | 2024-09-24T03:16:39.365Z | Sep 24 03:16:38.407 INFO Download complete, target: DendriteStub |
1466 | 2024-09-24T03:16:39.611Z | Sep 24 03:16:38.654 INFO Download complete, target: MaghemiteMgd |
1467 | 2024-09-24T03:16:44.713Z | Sep 24 03:16:43.755 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1468 | 2024-09-24T03:16:45.082Z | Sep 24 03:16:44.124 INFO Checking that binary works, target: Cockroach |
1469 | 2024-09-24T03:16:45.247Z | Sep 24 03:16:44.289 INFO Download complete, target: Cockroach |
1470 | 2024-09-24T03:16:50.854Z | Sep 24 03:16:49.896 INFO Checking that binary works, target: Clickhouse |
1471 | 2024-09-24T03:16:51.772Z | Sep 24 03:16:50.813 INFO Download complete, target: Clickhouse |
1472 | 2024-09-24T03:16:52.161Z | All builder prerequisites installed successfully, and PATH looks valid |
1473 | 2024-09-24T03:16:52.164Z | |
1474 | 2024-09-24T03:16:52.164Z | real 5:40.650392850 |
1475 | 2024-09-24T03:16:52.164Z | user 11:59.215454016 |
1476 | 2024-09-24T03:16:52.164Z | sys 2:31.465869143 |
1477 | 2024-09-24T03:16:52.164Z | trap 0.424166238 |
1478 | 2024-09-24T03:16:52.164Z | tflt 7.103718846 |
1479 | 2024-09-24T03:16:52.164Z | dflt 4.844508431 |
1480 | 2024-09-24T03:16:52.164Z | kflt 0.205459515 |
1481 | 2024-09-24T03:16:52.164Z | lock 23:20.723759484 |
1482 | 2024-09-24T03:16:52.164Z | slp 50:37.124069395 |
1483 | 2024-09-24T03:16:52.164Z | lat 41.616946739 |
1484 | 2024-09-24T03:16:52.164Z | stop 1:53.538098210 |
1485 | 2024-09-24T03:16:52.164Z | + banner hack-check |
1486 | 2024-09-24T03:16:52.167Z | |
1487 | 2024-09-24T03:16:52.167Z | # # ## #### # # #### # # ###### #### # # |
1488 | 2024-09-24T03:16:52.167Z | # # # # # # # # # # # # # # # # # |
1489 | 2024-09-24T03:16:52.167Z | ###### # # # #### ##### # ###### ##### # #### |
1490 | 2024-09-24T03:16:52.167Z | # # ###### # # # # # # # # # # |
1491 | 2024-09-24T03:16:52.167Z | # # # # # # # # # # # # # # # # # |
1492 | 2024-09-24T03:16:52.167Z | # # # # #### # # #### # # ###### #### # # |
1493 | 2024-09-24T03:16:52.167Z | |
1494 | 2024-09-24T03:16:52.167Z | + export CARGO_INCREMENTAL=0 |
1495 | 2024-09-24T03:16:52.168Z | + CARGO_INCREMENTAL=0 |
1496 | 2024-09-24T03:16:52.168Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1497 | 2024-09-24T03:16:52.766Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1498 | 2024-09-24T03:16:56.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
1499 | 2024-09-24T03:16:56.708Z | Running `target/debug/xtask check-features --ci` |
1500 | 2024-09-24T03:16:56.727Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1501 | 2024-09-24T03:16:56.729Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1502 | 2024-09-24T03:16:57.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1503 | 2024-09-24T03:16:57.336Z | Running `target/debug/xtask download cargo-hack` |
1504 | 2024-09-24T03:16:58.166Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1505 | 2024-09-24T03:16:58.503Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1506 | 2024-09-24T03:17:03.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
1507 | 2024-09-24T03:17:03.248Z | Running `target/debug/xtask-downloader cargo-hack` |
1508 | 2024-09-24T03:17:03.283Z | Sep 24 03:17:02.324 INFO Starting download, target: CargoHack |
1509 | 2024-09-24T03:17:03.285Z | Sep 24 03:17:02.325 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1510 | 2024-09-24T03:17:03.853Z | Sep 24 03:17:02.866 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1511 | 2024-09-24T03:17:03.924Z | Sep 24 03:17:02.965 INFO Download complete, target: CargoHack |
1512 | 2024-09-24T03:17:03.927Z | 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" |
1513 | 2024-09-24T03:17:03.943Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1514 | 2024-09-24T03:17:04.100Z | info: running `cargo check --bins` on api_identity (1/162) |
1515 | 2024-09-24T03:17:04.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-09-24T03:17:04.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-09-24T03:17:04.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-09-24T03:17:04.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1519 | 2024-09-24T03:17:04.758Z | |
1520 | 2024-09-24T03:17:04.759Z | info: running `cargo check --bins` on bootstore (2/162) |
1521 | 2024-09-24T03:17:05.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-09-24T03:17:05.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-09-24T03:17:05.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-09-24T03:17:05.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1525 | 2024-09-24T03:17:05.465Z | |
1526 | 2024-09-24T03:17:05.465Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/162) |
1527 | 2024-09-24T03:17:06.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-09-24T03:17:06.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-09-24T03:17:06.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-09-24T03:17:06.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1531 | 2024-09-24T03:17:06.136Z | |
1532 | 2024-09-24T03:17:06.136Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162) |
1533 | 2024-09-24T03:17:06.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-09-24T03:17:06.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-09-24T03:17:06.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-09-24T03:17:06.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1537 | 2024-09-24T03:17:06.808Z | |
1538 | 2024-09-24T03:17:06.808Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162) |
1539 | 2024-09-24T03:17:07.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-09-24T03:17:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-09-24T03:17:07.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-09-24T03:17:07.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1543 | 2024-09-24T03:17:07.309Z | |
1544 | 2024-09-24T03:17:07.309Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162) |
1545 | 2024-09-24T03:17:07.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-09-24T03:17:07.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-09-24T03:17:07.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-09-24T03:17:07.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1549 | 2024-09-24T03:17:07.809Z | |
1550 | 2024-09-24T03:17:07.809Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162) |
1551 | 2024-09-24T03:17:08.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-09-24T03:17:08.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-09-24T03:17:08.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-09-24T03:17:08.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1555 | 2024-09-24T03:17:08.316Z | |
1556 | 2024-09-24T03:17:08.316Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162) |
1557 | 2024-09-24T03:17:08.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-09-24T03:17:08.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-09-24T03:17:08.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-09-24T03:17:08.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1561 | 2024-09-24T03:17:08.818Z | |
1562 | 2024-09-24T03:17:08.818Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162) |
1563 | 2024-09-24T03:17:09.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-09-24T03:17:09.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-09-24T03:17:09.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-09-24T03:17:09.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1567 | 2024-09-24T03:17:09.322Z | |
1568 | 2024-09-24T03:17:09.322Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162) |
1569 | 2024-09-24T03:17:09.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-09-24T03:17:09.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-09-24T03:17:09.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1572 | 2024-09-24T03:17:09.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1573 | 2024-09-24T03:17:09.822Z | |
1574 | 2024-09-24T03:17:09.822Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162) |
1575 | 2024-09-24T03:17:10.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1576 | 2024-09-24T03:17:10.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1577 | 2024-09-24T03:17:10.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1578 | 2024-09-24T03:17:10.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1579 | 2024-09-24T03:17:10.383Z | |
1580 | 2024-09-24T03:17:10.383Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162) |
1581 | 2024-09-24T03:17:10.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1582 | 2024-09-24T03:17:10.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1583 | 2024-09-24T03:17:10.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1584 | 2024-09-24T03:17:10.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1585 | 2024-09-24T03:17:10.829Z | |
1586 | 2024-09-24T03:17:10.829Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162) |
1587 | 2024-09-24T03:17:11.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1588 | 2024-09-24T03:17:11.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1589 | 2024-09-24T03:17:11.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1590 | 2024-09-24T03:17:11.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1591 | 2024-09-24T03:17:11.329Z | |
1592 | 2024-09-24T03:17:11.330Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162) |
1593 | 2024-09-24T03:17:11.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1594 | 2024-09-24T03:17:11.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1595 | 2024-09-24T03:17:11.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1596 | 2024-09-24T03:17:11.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1597 | 2024-09-24T03:17:11.828Z | |
1598 | 2024-09-24T03:17:11.828Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162) |
1599 | 2024-09-24T03:17:12.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1600 | 2024-09-24T03:17:12.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1601 | 2024-09-24T03:17:12.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1602 | 2024-09-24T03:17:12.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1603 | 2024-09-24T03:17:12.330Z | |
1604 | 2024-09-24T03:17:12.330Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162) |
1605 | 2024-09-24T03:17:12.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-09-24T03:17:12.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-09-24T03:17:12.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-09-24T03:17:12.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1609 | 2024-09-24T03:17:12.833Z | |
1610 | 2024-09-24T03:17:12.833Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162) |
1611 | 2024-09-24T03:17:13.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-09-24T03:17:13.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-09-24T03:17:13.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-09-24T03:17:13.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1615 | 2024-09-24T03:17:13.327Z | |
1616 | 2024-09-24T03:17:13.327Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162) |
1617 | 2024-09-24T03:17:13.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-09-24T03:17:13.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-09-24T03:17:13.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-09-24T03:17:13.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1621 | 2024-09-24T03:17:13.829Z | |
1622 | 2024-09-24T03:17:13.829Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162) |
1623 | 2024-09-24T03:17:14.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-09-24T03:17:14.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-09-24T03:17:14.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-09-24T03:17:14.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1627 | 2024-09-24T03:17:14.341Z | |
1628 | 2024-09-24T03:17:14.341Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162) |
1629 | 2024-09-24T03:17:14.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-09-24T03:17:14.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-09-24T03:17:14.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-09-24T03:17:14.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1633 | 2024-09-24T03:17:14.843Z | |
1634 | 2024-09-24T03:17:14.843Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162) |
1635 | 2024-09-24T03:17:15.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-09-24T03:17:15.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-09-24T03:17:15.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-09-24T03:17:15.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1639 | 2024-09-24T03:17:15.344Z | |
1640 | 2024-09-24T03:17:15.344Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162) |
1641 | 2024-09-24T03:17:15.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-09-24T03:17:15.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-09-24T03:17:15.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-09-24T03:17:15.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1645 | 2024-09-24T03:17:15.847Z | |
1646 | 2024-09-24T03:17:15.847Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162) |
1647 | 2024-09-24T03:17:16.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-09-24T03:17:16.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-09-24T03:17:16.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-09-24T03:17:16.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1651 | 2024-09-24T03:17:16.354Z | |
1652 | 2024-09-24T03:17:16.354Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162) |
1653 | 2024-09-24T03:17:16.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-09-24T03:17:16.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-09-24T03:17:16.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-09-24T03:17:16.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1657 | 2024-09-24T03:17:16.885Z | |
1658 | 2024-09-24T03:17:16.885Z | info: running `cargo check --bins` on sled-hardware-types (25/162) |
1659 | 2024-09-24T03:17:17.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-09-24T03:17:17.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-09-24T03:17:17.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-09-24T03:17:17.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1663 | 2024-09-24T03:17:17.542Z | |
1664 | 2024-09-24T03:17:17.543Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/162) |
1665 | 2024-09-24T03:17:18.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-09-24T03:17:18.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-09-24T03:17:18.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-09-24T03:17:18.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1669 | 2024-09-24T03:17:18.229Z | |
1670 | 2024-09-24T03:17:18.229Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162) |
1671 | 2024-09-24T03:17:18.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-09-24T03:17:18.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-09-24T03:17:18.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-09-24T03:17:18.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1675 | 2024-09-24T03:17:18.913Z | |
1676 | 2024-09-24T03:17:18.913Z | info: running `cargo check --bins` on oxlog (28/162) |
1677 | 2024-09-24T03:17:19.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-09-24T03:17:19.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-09-24T03:17:19.565Z | Checking cfg-if v1.0.0 |
1680 | 2024-09-24T03:17:19.567Z | Checking libc v0.2.158 |
1681 | 2024-09-24T03:17:19.662Z | Checking serde v1.0.208 |
1682 | 2024-09-24T03:17:19.662Z | Checking zeroize v1.8.1 |
1683 | 2024-09-24T03:17:19.671Z | Checking memchr v2.7.2 |
1684 | 2024-09-24T03:17:19.680Z | Checking typenum v1.17.0 |
1685 | 2024-09-24T03:17:19.699Z | Checking scopeguard v1.2.0 |
1686 | 2024-09-24T03:17:19.702Z | Checking byteorder v1.5.0 |
1687 | 2024-09-24T03:17:19.726Z | Checking value-bag v1.9.0 |
1688 | 2024-09-24T03:17:19.826Z | Checking lock_api v0.4.12 |
1689 | 2024-09-24T03:17:19.920Z | Checking const-oid v0.9.6 |
1690 | 2024-09-24T03:17:20.123Z | Checking subtle v2.5.0 |
1691 | 2024-09-24T03:17:20.143Z | Checking log v0.4.21 |
1692 | 2024-09-24T03:17:20.238Z | Checking itoa v1.0.11 |
1693 | 2024-09-24T03:17:20.357Z | Checking once_cell v1.19.0 |
1694 | 2024-09-24T03:17:20.440Z | Checking pin-project-lite v0.2.14 |
1695 | 2024-09-24T03:17:20.531Z | Checking smallvec v1.13.2 |
1696 | 2024-09-24T03:17:20.577Z | Checking zerocopy v0.7.34 |
1697 | 2024-09-24T03:17:20.648Z | Checking futures-sink v0.3.30 |
1698 | 2024-09-24T03:17:20.652Z | Checking cpufeatures v0.2.12 |
1699 | 2024-09-24T03:17:20.733Z | Checking futures-core v0.3.30 |
1700 | 2024-09-24T03:17:20.780Z | Checking getrandom v0.2.14 |
1701 | 2024-09-24T03:17:20.795Z | Checking signal-hook-registry v1.4.2 |
1702 | 2024-09-24T03:17:20.878Z | Checking parking_lot_core v0.9.10 |
1703 | 2024-09-24T03:17:20.904Z | Checking mio v1.0.2 |
1704 | 2024-09-24T03:17:20.954Z | Checking generic-array v0.14.7 |
1705 | 2024-09-24T03:17:21.026Z | Checking socket2 v0.5.7 |
1706 | 2024-09-24T03:17:21.029Z | Checking rand_core v0.6.4 |
1707 | 2024-09-24T03:17:21.227Z | Checking parking_lot v0.12.2 |
1708 | 2024-09-24T03:17:21.343Z | Checking allocator-api2 v0.2.18 |
1709 | 2024-09-24T03:17:21.473Z | Checking spin v0.9.8 |
1710 | 2024-09-24T03:17:21.507Z | Checking slab v0.4.9 |
1711 | 2024-09-24T03:17:21.569Z | Checking equivalent v1.0.1 |
1712 | 2024-09-24T03:17:21.665Z | Checking tinyvec_macros v0.1.1 |
1713 | 2024-09-24T03:17:21.720Z | Checking futures-channel v0.3.30 |
1714 | 2024-09-24T03:17:21.749Z | Checking tinyvec v1.6.0 |
1715 | 2024-09-24T03:17:21.749Z | Checking futures-io v0.3.30 |
1716 | 2024-09-24T03:17:21.813Z | Checking futures-task v0.3.30 |
1717 | 2024-09-24T03:17:21.906Z | Checking pin-utils v0.1.0 |
1718 | 2024-09-24T03:17:21.973Z | Checking ahash v0.8.11 |
1719 | 2024-09-24T03:17:21.990Z | Checking base64ct v1.6.0 |
1720 | 2024-09-24T03:17:22.001Z | Checking flagset v0.4.5 |
1721 | 2024-09-24T03:17:22.024Z | Checking unicode-bidi v0.3.15 |
1722 | 2024-09-24T03:17:22.049Z | Checking futures-util v0.3.30 |
1723 | 2024-09-24T03:17:22.113Z | Checking crypto-common v0.1.6 |
1724 | 2024-09-24T03:17:22.176Z | Checking block-buffer v0.10.4 |
1725 | 2024-09-24T03:17:22.289Z | Checking block-padding v0.3.3 |
1726 | 2024-09-24T03:17:22.386Z | Checking digest v0.10.7 |
1727 | 2024-09-24T03:17:22.401Z | Checking pem-rfc7468 v0.7.0 |
1728 | 2024-09-24T03:17:22.473Z | Checking inout v0.1.3 |
1729 | 2024-09-24T03:17:22.488Z | Checking hashbrown v0.14.5 |
1730 | 2024-09-24T03:17:22.617Z | Checking fnv v1.0.7 |
1731 | 2024-09-24T03:17:22.641Z | Checking der v0.7.9 |
1732 | 2024-09-24T03:17:22.676Z | Checking cipher v0.4.4 |
1733 | 2024-09-24T03:17:22.725Z | Checking hmac v0.12.1 |
1734 | 2024-09-24T03:17:22.739Z | Checking sha2 v0.10.8 |
1735 | 2024-09-24T03:17:22.918Z | Checking libm v0.2.8 |
1736 | 2024-09-24T03:17:23.045Z | Checking unicode-normalization v0.1.23 |
1737 | 2024-09-24T03:17:23.060Z | Checking ryu v1.0.18 |
1738 | 2024-09-24T03:17:23.277Z | Checking salsa20 v0.10.2 |
1739 | 2024-09-24T03:17:23.292Z | Checking pbkdf2 v0.12.2 |
1740 | 2024-09-24T03:17:23.450Z | Checking tracing-core v0.1.32 |
1741 | 2024-09-24T03:17:23.488Z | Checking scrypt v0.11.0 |
1742 | 2024-09-24T03:17:23.654Z | Checking cbc v0.1.2 |
1743 | 2024-09-24T03:17:23.690Z | Checking aes v0.8.4 |
1744 | 2024-09-24T03:17:23.782Z | Checking num-traits v0.2.19 |
1745 | 2024-09-24T03:17:23.859Z | Checking ppv-lite86 v0.2.17 |
1746 | 2024-09-24T03:17:23.954Z | Checking percent-encoding v2.3.1 |
1747 | 2024-09-24T03:17:24.089Z | Checking tracing v0.1.40 |
1748 | 2024-09-24T03:17:24.143Z | Checking untrusted v0.9.0 |
1749 | 2024-09-24T03:17:24.294Z | Checking try-lock v0.2.5 |
1750 | 2024-09-24T03:17:24.454Z | Checking spki v0.7.3 |
1751 | 2024-09-24T03:17:24.471Z | Checking want v0.3.1 |
1752 | 2024-09-24T03:17:24.471Z | Checking ring v0.17.8 |
1753 | 2024-09-24T03:17:24.533Z | Checking rand_chacha v0.3.1 |
1754 | 2024-09-24T03:17:24.550Z | Checking httparse v1.8.0 |
1755 | 2024-09-24T03:17:24.569Z | Checking thiserror v1.0.63 |
1756 | 2024-09-24T03:17:24.615Z | Checking bytes v1.7.2 |
1757 | 2024-09-24T03:17:24.672Z | Checking indexmap v2.4.0 |
1758 | 2024-09-24T03:17:24.691Z | Checking bitflags v2.6.0 |
1759 | 2024-09-24T03:17:24.912Z | Checking serde_json v1.0.125 |
1760 | 2024-09-24T03:17:24.971Z | Checking pkcs5 v0.7.1 |
1761 | 2024-09-24T03:17:25.004Z | Checking rand v0.8.5 |
1762 | 2024-09-24T03:17:25.439Z | Checking tokio v1.39.3 |
1763 | 2024-09-24T03:17:25.454Z | Checking pkcs8 v0.10.2 |
1764 | 2024-09-24T03:17:25.576Z | Checking http v0.2.12 |
1765 | 2024-09-24T03:17:25.756Z | Checking tower-service v0.3.2 |
1766 | 2024-09-24T03:17:25.869Z | Checking httpdate v1.0.3 |
1767 | 2024-09-24T03:17:25.954Z | Checking foreign-types-shared v0.1.1 |
1768 | 2024-09-24T03:17:26.047Z | Checking foreign-types v0.3.2 |
1769 | 2024-09-24T03:17:26.099Z | Checking form_urlencoded v1.2.1 |
1770 | 2024-09-24T03:17:26.131Z | Checking openssl-sys v0.9.103 |
1771 | 2024-09-24T03:17:26.241Z | Checking aho-corasick v1.1.3 |
1772 | 2024-09-24T03:17:26.259Z | Checking regex-syntax v0.8.4 |
1773 | 2024-09-24T03:17:26.279Z | Checking powerfmt v0.2.0 |
1774 | 2024-09-24T03:17:26.527Z | Checking siphasher v0.3.11 |
1775 | 2024-09-24T03:17:26.644Z | Checking unicode-ident v1.0.12 |
1776 | 2024-09-24T03:17:26.723Z | Checking proc-macro2 v1.0.86 |
1777 | 2024-09-24T03:17:26.819Z | Checking deranged v0.3.11 |
1778 | 2024-09-24T03:17:26.892Z | Checking http-body v0.4.6 |
1779 | 2024-09-24T03:17:27.093Z | Checking sct v0.7.1 |
1780 | 2024-09-24T03:17:27.274Z | Checking rustls-webpki v0.101.7 |
1781 | 2024-09-24T03:17:27.288Z | Checking http v1.1.0 |
1782 | 2024-09-24T03:17:27.377Z | Checking uuid v1.10.0 |
1783 | 2024-09-24T03:17:27.393Z | Checking openssl v0.10.66 |
1784 | 2024-09-24T03:17:27.850Z | Checking idna v0.5.0 |
1785 | 2024-09-24T03:17:27.955Z | Checking signature v2.2.0 |
1786 | 2024-09-24T03:17:27.973Z | Checking scroll v0.12.0 |
1787 | 2024-09-24T03:17:28.139Z | Checking errno v0.3.9 |
1788 | 2024-09-24T03:17:28.309Z | Checking finl_unicode v1.2.0 |
1789 | 2024-09-24T03:17:28.420Z | Checking ucd-trie v0.1.6 |
1790 | 2024-09-24T03:17:28.607Z | Checking iana-time-zone v0.1.60 |
1791 | 2024-09-24T03:17:28.634Z | Checking num_threads v0.1.7 |
1792 | 2024-09-24T03:17:28.650Z | Checking plain v0.2.3 |
1793 | 2024-09-24T03:17:28.696Z | Checking openssl-probe v0.1.5 |
1794 | 2024-09-24T03:17:28.740Z | Checking utf8parse v0.2.1 |
1795 | 2024-09-24T03:17:28.742Z | Checking time-core v0.1.2 |
1796 | 2024-09-24T03:17:28.819Z | Checking anstyle v1.0.8 |
1797 | 2024-09-24T03:17:28.840Z | Checking num-conv v0.1.0 |
1798 | 2024-09-24T03:17:28.859Z | Checking stringprep v0.1.4 |
1799 | 2024-09-24T03:17:28.873Z | Checking anstyle-parse v0.2.4 |
1800 | 2024-09-24T03:17:28.888Z | Checking goblin v0.8.2 |
1801 | 2024-09-24T03:17:29.079Z | Checking time v0.3.36 |
1802 | 2024-09-24T03:17:29.104Z | Checking chrono v0.4.38 |
1803 | 2024-09-24T03:17:29.119Z | Checking url v2.5.2 |
1804 | 2024-09-24T03:17:29.133Z | Checking pest v2.7.10 |
1805 | 2024-09-24T03:17:29.421Z | Checking regex-automata v0.4.6 |
1806 | 2024-09-24T03:17:29.915Z | Checking rustix v0.38.34 |
1807 | 2024-09-24T03:17:31.182Z | Checking rustls v0.21.12 |
1808 | 2024-09-24T03:17:31.585Z | Checking quote v1.0.36 |
1809 | 2024-09-24T03:17:31.624Z | Checking num-integer v0.1.46 |
1810 | 2024-09-24T03:17:31.935Z | Checking serde_spanned v0.6.7 |
1811 | 2024-09-24T03:17:32.117Z | Checking toml_datetime v0.6.8 |
1812 | 2024-09-24T03:17:32.138Z | Checking idna v0.3.0 |
1813 | 2024-09-24T03:17:32.347Z | Checking tokio-util v0.7.11 |
1814 | 2024-09-24T03:17:32.396Z | Checking md-5 v0.10.6 |
1815 | 2024-09-24T03:17:32.611Z | Checking lazy_static v1.5.0 |
1816 | 2024-09-24T03:17:32.727Z | Checking ff v0.13.0 |
1817 | 2024-09-24T03:17:32.888Z | Checking native-tls v0.2.11 |
1818 | 2024-09-24T03:17:32.937Z | Checking hash32 v0.2.1 |
1819 | 2024-09-24T03:17:32.990Z | Checking colorchoice v1.0.1 |
1820 | 2024-09-24T03:17:33.158Z | Checking atomic-waker v1.1.2 |
1821 | 2024-09-24T03:17:33.180Z | Checking h2 v0.3.26 |
1822 | 2024-09-24T03:17:33.199Z | Checking gimli v0.28.1 |
1823 | 2024-09-24T03:17:33.231Z | Checking adler v1.0.2 |
1824 | 2024-09-24T03:17:33.234Z | Checking base64 v0.22.1 |
1825 | 2024-09-24T03:17:33.325Z | Checking base16ct v0.2.0 |
1826 | 2024-09-24T03:17:33.368Z | Checking is_terminal_polyfill v1.70.0 |
1827 | 2024-09-24T03:17:33.479Z | Checking psl-types v2.0.11 |
1828 | 2024-09-24T03:17:33.513Z | Checking pretty-hex v0.4.1 |
1829 | 2024-09-24T03:17:33.643Z | Checking stable_deref_trait v1.2.0 |
1830 | 2024-09-24T03:17:33.667Z | Checking fallible-iterator v0.2.0 |
1831 | 2024-09-24T03:17:33.704Z | Checking anstyle-query v1.0.3 |
1832 | 2024-09-24T03:17:33.733Z | Checking heapless v0.7.17 |
1833 | 2024-09-24T03:17:33.760Z | Checking dof v0.3.0 |
1834 | 2024-09-24T03:17:33.820Z | Checking anstream v0.6.14 |
1835 | 2024-09-24T03:17:33.909Z | Checking publicsuffix v2.2.3 |
1836 | 2024-09-24T03:17:34.151Z | Checking sec1 v0.7.3 |
1837 | 2024-09-24T03:17:34.243Z | Checking miniz_oxide v0.7.2 |
1838 | 2024-09-24T03:17:34.260Z | Checking postgres-protocol v0.6.7 |
1839 | 2024-09-24T03:17:34.339Z | Checking tokio-rustls v0.24.1 |
1840 | 2024-09-24T03:17:34.365Z | Checking terminal_size v0.3.0 |
1841 | 2024-09-24T03:17:34.508Z | Checking h2 v0.4.6 |
1842 | 2024-09-24T03:17:34.523Z | Checking tokio-native-tls v0.3.1 |
1843 | 2024-09-24T03:17:34.588Z | Checking group v0.13.0 |
1844 | 2024-09-24T03:17:34.695Z | Checking num-iter v0.1.45 |
1845 | 2024-09-24T03:17:34.709Z | Checking syn v2.0.74 |
1846 | 2024-09-24T03:17:34.762Z | Checking dtrace-parser v0.2.0 |
1847 | 2024-09-24T03:17:34.833Z | Checking cookie v0.17.0 |
1848 | 2024-09-24T03:17:34.876Z | Checking http-body v1.0.0 |
1849 | 2024-09-24T03:17:34.904Z | Checking phf_shared v0.11.2 |
1850 | 2024-09-24T03:17:35.070Z | Checking pin-project v1.1.5 |
1851 | 2024-09-24T03:17:35.184Z | Checking hkdf v0.12.4 |
1852 | 2024-09-24T03:17:35.199Z | Checking crypto-bigint v0.5.5 |
1853 | 2024-09-24T03:17:35.221Z | Checking thread-id v4.2.1 |
1854 | 2024-09-24T03:17:35.251Z | Checking object v0.32.2 |
1855 | 2024-09-24T03:17:35.325Z | Checking base64 v0.21.7 |
1856 | 2024-09-24T03:17:35.371Z | Checking either v1.13.0 |
1857 | 2024-09-24T03:17:35.749Z | Checking ipnet v2.9.0 |
1858 | 2024-09-24T03:17:35.763Z | Checking clap_lex v0.7.0 |
1859 | 2024-09-24T03:17:35.977Z | Checking strsim v0.11.1 |
1860 | 2024-09-24T03:17:36.180Z | Checking tower-layer v0.3.2 |
1861 | 2024-09-24T03:17:36.248Z | Checking rustc-demangle v0.1.24 |
1862 | 2024-09-24T03:17:36.443Z | Checking managed v0.8.0 |
1863 | 2024-09-24T03:17:36.687Z | Checking winnow v0.5.40 |
1864 | 2024-09-24T03:17:36.814Z | Checking bitflags v1.3.2 |
1865 | 2024-09-24T03:17:36.912Z | Checking adler2 v2.0.0 |
1866 | 2024-09-24T03:17:37.071Z | Checking miniz_oxide v0.8.0 |
1867 | 2024-09-24T03:17:37.115Z | Checking addr2line v0.21.0 |
1868 | 2024-09-24T03:17:37.617Z | Checking smoltcp v0.9.1 |
1869 | 2024-09-24T03:17:37.942Z | Checking tower v0.4.13 |
1870 | 2024-09-24T03:17:37.976Z | Checking elliptic-curve v0.13.8 |
1871 | 2024-09-24T03:17:38.575Z | Checking clap_builder v4.5.15 |
1872 | 2024-09-24T03:17:38.589Z | Checking rustls-pemfile v1.0.4 |
1873 | 2024-09-24T03:17:38.770Z | Checking cookie_store v0.20.0 |
1874 | 2024-09-24T03:17:39.079Z | Checking phf v0.11.2 |
1875 | 2024-09-24T03:17:39.326Z | Checking postgres-types v0.2.7 |
1876 | 2024-09-24T03:17:39.390Z | Checking num-bigint-dig v0.8.4 |
1877 | 2024-09-24T03:17:39.412Z | Checking hyper v0.14.30 |
1878 | 2024-09-24T03:17:39.680Z | Checking toml_edit v0.19.15 |
1879 | 2024-09-24T03:17:40.075Z | Checking regex v1.10.6 |
1880 | 2024-09-24T03:17:40.643Z | Checking bstr v1.9.1 |
1881 | 2024-09-24T03:17:40.746Z | Checking hyper v1.4.1 |
1882 | 2024-09-24T03:17:41.040Z | Checking usdt-impl v0.5.0 |
1883 | 2024-09-24T03:17:41.112Z | Checking backtrace v0.3.71 |
1884 | 2024-09-24T03:17:41.514Z | Checking ed25519 v2.2.3 |
1885 | 2024-09-24T03:17:41.557Z | Checking futures-executor v0.3.30 |
1886 | 2024-09-24T03:17:41.571Z | Checking phf_shared v0.10.0 |
1887 | 2024-09-24T03:17:41.587Z | Checking serde_urlencoded v0.7.1 |
1888 | 2024-09-24T03:17:41.646Z | Checking zerocopy v0.6.6 |
1889 | 2024-09-24T03:17:41.831Z | Checking curve25519-dalek v4.1.3 |
1890 | 2024-09-24T03:17:41.839Z | Checking pkcs1 v0.7.5 |
1891 | 2024-09-24T03:17:41.839Z | Checking float-cmp v0.9.0 |
1892 | 2024-09-24T03:17:41.990Z | Checking serde-big-array v0.5.1 |
1893 | 2024-09-24T03:17:42.004Z | Checking hubpack v0.1.2 |
1894 | 2024-09-24T03:17:42.053Z | Checking crossbeam-utils v0.8.19 |
1895 | 2024-09-24T03:17:42.182Z | Checking crc32fast v1.4.0 |
1896 | 2024-09-24T03:17:42.202Z | Checking signal-hook v0.3.17 |
1897 | 2024-09-24T03:17:42.322Z | Checking idna v0.4.0 |
1898 | 2024-09-24T03:17:42.380Z | Checking rfc6979 v0.4.0 |
1899 | 2024-09-24T03:17:42.407Z | Checking memmap v0.7.0 |
1900 | 2024-09-24T03:17:42.527Z | Checking mio v0.8.11 |
1901 | 2024-09-24T03:17:42.542Z | Checking encoding_rs v0.8.34 |
1902 | 2024-09-24T03:17:42.603Z | Checking sync_wrapper v0.1.2 |
1903 | 2024-09-24T03:17:42.726Z | Checking unicode-width v0.1.13 |
1904 | 2024-09-24T03:17:42.741Z | Checking mime v0.3.17 |
1905 | 2024-09-24T03:17:42.758Z | Checking whoami v1.5.1 |
1906 | 2024-09-24T03:17:42.910Z | Checking fixedbitset v0.4.2 |
1907 | 2024-09-24T03:17:43.030Z | Checking unicode-segmentation v1.11.0 |
1908 | 2024-09-24T03:17:43.060Z | Checking data-encoding v2.6.0 |
1909 | 2024-09-24T03:17:43.129Z | Checking difflib v0.4.0 |
1910 | 2024-09-24T03:17:43.145Z | Checking bit-vec v0.6.3 |
1911 | 2024-09-24T03:17:43.159Z | Checking new_debug_unreachable v1.0.6 |
1912 | 2024-09-24T03:17:43.243Z | Checking webpki-roots v0.25.4 |
1913 | 2024-09-24T03:17:43.393Z | Checking normalize-line-endings v0.3.0 |
1914 | 2024-09-24T03:17:43.427Z | Checking minimal-lexical v0.2.1 |
1915 | 2024-09-24T03:17:43.450Z | Checking predicates-core v1.0.6 |
1916 | 2024-09-24T03:17:43.495Z | Checking winnow v0.6.18 |
1917 | 2024-09-24T03:17:43.513Z | Checking static_assertions v1.1.0 |
1918 | 2024-09-24T03:17:43.602Z | Checking dyn-clone v1.0.17 |
1919 | 2024-09-24T03:17:43.630Z | Checking precomputed-hash v0.1.1 |
1920 | 2024-09-24T03:17:43.658Z | Checking similar v2.6.0 |
1921 | 2024-09-24T03:17:43.702Z | Checking hickory-proto v0.24.1 |
1922 | 2024-09-24T03:17:43.727Z | Checking schemars v0.8.21 |
1923 | 2024-09-24T03:17:43.731Z | Checking string_cache v0.8.7 |
1924 | 2024-09-24T03:17:43.794Z | Checking nom v7.1.3 |
1925 | 2024-09-24T03:17:44.007Z | Checking predicates v3.1.2 |
1926 | 2024-09-24T03:17:44.505Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1927 | 2024-09-24T03:17:44.671Z | Checking ed25519-dalek v2.1.1 |
1928 | 2024-09-24T03:17:44.815Z | Checking bit-set v0.5.3 |
1929 | 2024-09-24T03:17:45.086Z | Checking petgraph v0.6.5 |
1930 | 2024-09-24T03:17:45.096Z | Checking signal-hook-mio v0.2.4 |
1931 | 2024-09-24T03:17:45.232Z | Checking tokio-postgres v0.7.11 |
1932 | 2024-09-24T03:17:45.349Z | Checking console v0.15.8 |
1933 | 2024-09-24T03:17:45.365Z | Checking hyper-rustls v0.24.2 |
1934 | 2024-09-24T03:17:45.651Z | Checking hyper-tls v0.5.0 |
1935 | 2024-09-24T03:17:45.884Z | Checking hyper-util v0.1.7 |
1936 | 2024-09-24T03:17:45.946Z | Checking reqwest v0.11.27 |
1937 | 2024-09-24T03:17:46.440Z | Checking toml_edit v0.22.20 |
1938 | 2024-09-24T03:17:46.635Z | Checking crossbeam-epoch v0.9.18 |
1939 | 2024-09-24T03:17:47.056Z | Checking usdt v0.5.0 |
1940 | 2024-09-24T03:17:47.314Z | Checking ecdsa v0.16.9 |
1941 | 2024-09-24T03:17:47.643Z | Checking flate2 v1.0.33 |
1942 | 2024-09-24T03:17:47.784Z | Checking rsa v0.9.6 |
1943 | 2024-09-24T03:17:48.013Z | Checking toml v0.7.8 |
1944 | 2024-09-24T03:17:48.249Z | Checking futures v0.3.30 |
1945 | 2024-09-24T03:17:48.330Z | Checking anyhow v1.0.89 |
1946 | 2024-09-24T03:17:48.349Z | Checking clap v4.5.16 |
1947 | 2024-09-24T03:17:48.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1948 | 2024-09-24T03:17:48.427Z | Checking itertools v0.10.5 |
1949 | 2024-09-24T03:17:48.443Z | Checking itertools v0.12.1 |
1950 | 2024-09-24T03:17:48.466Z | Checking tokio-stream v0.1.15 |
1951 | 2024-09-24T03:17:48.633Z | Checking fs-err v2.11.0 |
1952 | 2024-09-24T03:17:48.707Z | Checking slog v2.7.0 |
1953 | 2024-09-24T03:17:48.783Z | Checking openapiv3 v2.0.0 |
1954 | 2024-09-24T03:17:49.080Z | Checking x509-cert v0.2.5 |
1955 | 2024-09-24T03:17:49.162Z | Checking hex v0.4.3 |
1956 | 2024-09-24T03:17:49.178Z | Checking semver v1.0.23 |
1957 | 2024-09-24T03:17:49.262Z | Checking sha1 v0.10.6 |
1958 | 2024-09-24T03:17:49.515Z | Checking lalrpop-util v0.19.12 |
1959 | 2024-09-24T03:17:49.569Z | Checking peg-runtime v0.8.3 |
1960 | 2024-09-24T03:17:49.655Z | Checking camino v1.1.9 |
1961 | 2024-09-24T03:17:49.759Z | Checking sigpipe v0.1.3 |
1962 | 2024-09-24T03:17:51.466Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1963 | 2024-09-24T03:17:51.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s |
1964 | 2024-09-24T03:17:51.904Z | |
1965 | 2024-09-24T03:17:51.904Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162) |
1966 | 2024-09-24T03:17:52.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2024-09-24T03:17:52.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2024-09-24T03:17:52.664Z | Compiling regress v0.9.1 |
1969 | 2024-09-24T03:17:52.708Z | Checking strum v0.26.3 |
1970 | 2024-09-24T03:17:52.725Z | Checking heck v0.5.0 |
1971 | 2024-09-24T03:17:52.735Z | Compiling getopts v0.2.21 |
1972 | 2024-09-24T03:17:52.738Z | Checking dirs-sys-next v0.1.2 |
1973 | 2024-09-24T03:17:52.760Z | Compiling unsafe-libyaml v0.2.11 |
1974 | 2024-09-24T03:17:52.819Z | Checking thread_local v1.1.8 |
1975 | 2024-09-24T03:17:52.881Z | Checking rustls-pki-types v1.7.0 |
1976 | 2024-09-24T03:17:52.896Z | Checking dirs-next v2.0.0 |
1977 | 2024-09-24T03:17:53.016Z | Compiling ident_case v1.0.1 |
1978 | 2024-09-24T03:17:53.062Z | Checking term v0.7.0 |
1979 | 2024-09-24T03:17:53.076Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1980 | 2024-09-24T03:17:53.181Z | Compiling darling_core v0.20.9 |
1981 | 2024-09-24T03:17:53.275Z | Checking crossbeam-channel v0.5.12 |
1982 | 2024-09-24T03:17:53.408Z | Checking is-terminal v0.4.12 |
1983 | 2024-09-24T03:17:53.452Z | Checking atty v0.2.14 |
1984 | 2024-09-24T03:17:53.526Z | Checking take_mut v0.2.2 |
1985 | 2024-09-24T03:17:53.563Z | Checking utf-8 v0.7.6 |
1986 | 2024-09-24T03:17:53.620Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1987 | 2024-09-24T03:17:53.662Z | Compiling paste v1.0.15 |
1988 | 2024-09-24T03:17:53.763Z | Checking humantime v2.1.0 |
1989 | 2024-09-24T03:17:53.974Z | Compiling rustls v0.22.4 |
1990 | 2024-09-24T03:17:53.990Z | Checking termcolor v1.4.1 |
1991 | 2024-09-24T03:17:54.040Z | Checking slog-async v2.8.0 |
1992 | 2024-09-24T03:17:54.190Z | Compiling serde_yaml v0.9.34+deprecated |
1993 | 2024-09-24T03:17:54.324Z | Checking slog-term v2.9.1 |
1994 | 2024-09-24T03:17:54.326Z | Checking rustls-webpki v0.102.4 |
1995 | 2024-09-24T03:17:54.380Z | Checking env_logger v0.9.3 |
1996 | 2024-09-24T03:17:54.717Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1997 | 2024-09-24T03:17:54.841Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-09-24T03:17:54.845Z | Compiling bitstruct_derive v0.1.0 |
1999 | 2024-09-24T03:17:55.074Z | Compiling structmeta-derive v0.3.0 |
2000 | 2024-09-24T03:17:55.131Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2001 | 2024-09-24T03:17:55.253Z | Compiling multer v3.1.0 |
2002 | 2024-09-24T03:17:55.554Z | Checking match_cfg v0.1.0 |
2003 | 2024-09-24T03:17:55.644Z | Checking ascii v1.1.0 |
2004 | 2024-09-24T03:17:55.919Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2005 | 2024-09-24T03:17:56.016Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2006 | 2024-09-24T03:17:56.182Z | Checking bitstruct v0.1.1 |
2007 | 2024-09-24T03:17:56.199Z | Compiling num_enum_derive v0.5.11 |
2008 | 2024-09-24T03:17:56.212Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2009 | 2024-09-24T03:17:57.000Z | Checking hostname v0.3.1 |
2010 | 2024-09-24T03:17:57.135Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2011 | 2024-09-24T03:17:57.729Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2012 | 2024-09-24T03:17:58.093Z | Compiling structmeta v0.3.0 |
2013 | 2024-09-24T03:17:58.337Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2014 | 2024-09-24T03:17:58.473Z | Checking slog-json v2.6.1 |
2015 | 2024-09-24T03:17:58.633Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2016 | 2024-09-24T03:17:58.683Z | Checking erased-serde v0.3.31 |
2017 | 2024-09-24T03:17:58.711Z | Checking serde_arrays v0.1.0 |
2018 | 2024-09-24T03:17:58.822Z | Compiling async-stream-impl v0.3.5 |
2019 | 2024-09-24T03:17:58.856Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-09-24T03:17:58.887Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2021 | 2024-09-24T03:17:59.174Z | Checking arc-swap v1.7.1 |
2022 | 2024-09-24T03:17:59.190Z | Checking foreign-types-shared v0.3.1 |
2023 | 2024-09-24T03:17:59.296Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2024 | 2024-09-24T03:17:59.584Z | Checking slog-scope v4.4.0 |
2025 | 2024-09-24T03:17:59.685Z | Checking num_enum v0.5.11 |
2026 | 2024-09-24T03:17:59.709Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2027 | 2024-09-24T03:17:59.771Z | Checking slog-bunyan v2.5.0 |
2028 | 2024-09-24T03:17:59.832Z | Compiling parse-display-derive v0.10.0 |
2029 | 2024-09-24T03:17:59.967Z | Compiling proc-macro-error v1.0.4 |
2030 | 2024-09-24T03:18:00.161Z | Compiling darling_macro v0.20.9 |
2031 | 2024-09-24T03:18:00.285Z | Checking foreign-types v0.5.0 |
2032 | 2024-09-24T03:18:00.348Z | Checking async-stream v0.3.5 |
2033 | 2024-09-24T03:18:00.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2034 | 2024-09-24T03:18:00.713Z | Checking toml v0.8.19 |
2035 | 2024-09-24T03:18:00.729Z | Checking tungstenite v0.20.1 |
2036 | 2024-09-24T03:18:00.832Z | Checking rustls-pemfile v2.1.3 |
2037 | 2024-09-24T03:18:00.921Z | Checking tokio-rustls v0.25.0 |
2038 | 2024-09-24T03:18:01.059Z | Checking waitgroup v0.1.2 |
2039 | 2024-09-24T03:18:01.123Z | Compiling darling v0.20.9 |
2040 | 2024-09-24T03:18:01.202Z | Compiling heck v0.3.3 |
2041 | 2024-09-24T03:18:01.234Z | Compiling serde_with_macros v3.9.0 |
2042 | 2024-09-24T03:18:01.288Z | Checking newtype-uuid v1.1.0 |
2043 | 2024-09-24T03:18:01.487Z | Checking ipnetwork v0.20.0 |
2044 | 2024-09-24T03:18:01.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2045 | 2024-09-24T03:18:01.549Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2046 | 2024-09-24T03:18:01.641Z | Checking serde_path_to_error v0.1.16 |
2047 | 2024-09-24T03:18:01.812Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2024-09-24T03:18:02.259Z | Checking cstr-argument v0.1.2 |
2049 | 2024-09-24T03:18:02.383Z | Checking hostname v0.4.0 |
2050 | 2024-09-24T03:18:02.442Z | Checking instant v0.1.12 |
2051 | 2024-09-24T03:18:02.600Z | Checking debug-ignore v1.0.5 |
2052 | 2024-09-24T03:18:02.609Z | Checking fastrand v2.1.0 |
2053 | 2024-09-24T03:18:02.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2054 | 2024-09-24T03:18:02.650Z | Checking pretty-hex v0.2.1 |
2055 | 2024-09-24T03:18:02.811Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-09-24T03:18:02.868Z | Checking tempfile v3.10.1 |
2057 | 2024-09-24T03:18:02.925Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-09-24T03:18:03.062Z | Checking backoff v0.4.0 |
2059 | 2024-09-24T03:18:03.083Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2060 | 2024-09-24T03:18:03.341Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2061 | 2024-09-24T03:18:03.374Z | Compiling zone_cfg_derive v0.1.2 |
2062 | 2024-09-24T03:18:03.388Z | Checking tokio-tungstenite v0.20.1 |
2063 | 2024-09-24T03:18:03.683Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-09-24T03:18:03.837Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-09-24T03:18:03.894Z | Checking slog-stdlog v4.1.1 |
2066 | 2024-09-24T03:18:04.061Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-09-24T03:18:04.155Z | Checking serde_with v3.9.0 |
2068 | 2024-09-24T03:18:04.216Z | Checking tungstenite v0.21.0 |
2069 | 2024-09-24T03:18:04.422Z | Checking parse-display v0.10.0 |
2070 | 2024-09-24T03:18:04.598Z | Checking colored v2.1.0 |
2071 | 2024-09-24T03:18:04.636Z | Checking macaddr v1.0.1 |
2072 | 2024-09-24T03:18:04.925Z | Checking socket2 v0.4.10 |
2073 | 2024-09-24T03:18:04.975Z | Checking base64 v0.13.1 |
2074 | 2024-09-24T03:18:04.990Z | Checking zone v0.1.8 |
2075 | 2024-09-24T03:18:05.161Z | Checking tokio-tungstenite v0.21.0 |
2076 | 2024-09-24T03:18:05.382Z | Checking ron v0.7.1 |
2077 | 2024-09-24T03:18:05.633Z | Checking slog-envlogger v2.2.0 |
2078 | 2024-09-24T03:18:05.695Z | Checking pem v3.0.4 |
2079 | 2024-09-24T03:18:05.855Z | Checking tabwriter v1.4.0 |
2080 | 2024-09-24T03:18:05.953Z | Checking xattr v1.3.1 |
2081 | 2024-09-24T03:18:06.072Z | Checking portpicker v0.1.1 |
2082 | 2024-09-24T03:18:06.143Z | Checking yasna v0.5.2 |
2083 | 2024-09-24T03:18:06.207Z | Checking headers-core v0.2.0 |
2084 | 2024-09-24T03:18:06.338Z | Checking smf v0.2.3 |
2085 | 2024-09-24T03:18:06.480Z | Checking filetime v0.2.25 |
2086 | 2024-09-24T03:18:06.683Z | Checking same-file v1.0.6 |
2087 | 2024-09-24T03:18:06.791Z | Checking tar v0.4.41 |
2088 | 2024-09-24T03:18:06.910Z | Checking walkdir v2.5.0 |
2089 | 2024-09-24T03:18:07.013Z | Checking rcgen v0.12.1 |
2090 | 2024-09-24T03:18:07.061Z | Checking headers v0.3.9 |
2091 | 2024-09-24T03:18:07.114Z | Checking atomicwrites v0.4.4 |
2092 | 2024-09-24T03:18:07.300Z | Checking camino-tempfile v1.1.1 |
2093 | 2024-09-24T03:18:07.554Z | Checking subprocess v0.2.9 |
2094 | 2024-09-24T03:18:08.722Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2095 | 2024-09-24T03:18:08.948Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2096 | 2024-09-24T03:18:10.471Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2097 | 2024-09-24T03:18:12.376Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2098 | 2024-09-24T03:18:12.487Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2099 | 2024-09-24T03:18:15.560Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2100 | 2024-09-24T03:18:21.442Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2101 | 2024-09-24T03:18:21.565Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2102 | 2024-09-24T03:18:21.568Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2103 | 2024-09-24T03:18:24.436Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2104 | 2024-09-24T03:18:24.454Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2105 | 2024-09-24T03:18:30.572Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2106 | 2024-09-24T03:18:32.158Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2107 | 2024-09-24T03:18:33.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s |
2108 | 2024-09-24T03:18:33.482Z | |
2109 | 2024-09-24T03:18:33.482Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162) |
2110 | 2024-09-24T03:18:34.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-09-24T03:18:34.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-09-24T03:18:34.148Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-09-24T03:18:35.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2114 | 2024-09-24T03:18:35.665Z | |
2115 | 2024-09-24T03:18:35.665Z | info: running `cargo check --bins` on nexus-config (31/162) |
2116 | 2024-09-24T03:18:36.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-09-24T03:18:36.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-09-24T03:18:36.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-09-24T03:18:36.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2120 | 2024-09-24T03:18:36.341Z | |
2121 | 2024-09-24T03:18:36.341Z | info: running `cargo check --bins` on omicron-rpaths (32/162) |
2122 | 2024-09-24T03:18:36.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-09-24T03:18:36.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-09-24T03:18:36.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2125 | 2024-09-24T03:18:36.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2126 | 2024-09-24T03:18:36.988Z | |
2127 | 2024-09-24T03:18:36.988Z | info: running `cargo check --bins` on omicron-certificates (33/162) |
2128 | 2024-09-24T03:18:37.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2129 | 2024-09-24T03:18:37.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2130 | 2024-09-24T03:18:37.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2131 | 2024-09-24T03:18:37.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2132 | 2024-09-24T03:18:37.665Z | |
2133 | 2024-09-24T03:18:37.665Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/162) |
2134 | 2024-09-24T03:18:38.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2135 | 2024-09-24T03:18:38.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2136 | 2024-09-24T03:18:38.364Z | Compiling heapless v0.8.0 |
2137 | 2024-09-24T03:18:38.459Z | Checking hash32 v0.3.1 |
2138 | 2024-09-24T03:18:38.467Z | Compiling smoltcp v0.11.0 |
2139 | 2024-09-24T03:18:38.477Z | Checking cobs v0.2.3 |
2140 | 2024-09-24T03:18:38.479Z | Checking embedded-io v0.4.0 |
2141 | 2024-09-24T03:18:38.497Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2142 | 2024-09-24T03:18:38.499Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2143 | 2024-09-24T03:18:38.521Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2144 | 2024-09-24T03:18:38.608Z | Compiling crucible-workspace-hack v0.1.0 |
2145 | 2024-09-24T03:18:38.632Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2146 | 2024-09-24T03:18:38.646Z | Checking newline-converter v0.3.0 |
2147 | 2024-09-24T03:18:38.660Z | Checking postcard v1.0.8 |
2148 | 2024-09-24T03:18:38.799Z | Compiling convert_case v0.4.0 |
2149 | 2024-09-24T03:18:38.848Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2150 | 2024-09-24T03:18:39.017Z | Checking expectorate v1.1.0 |
2151 | 2024-09-24T03:18:39.088Z | Compiling zone_cfg_derive v0.3.0 |
2152 | 2024-09-24T03:18:39.161Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2153 | 2024-09-24T03:18:39.195Z | Compiling num-derive v0.4.2 |
2154 | 2024-09-24T03:18:39.288Z | Compiling slog-dtrace v0.3.0 |
2155 | 2024-09-24T03:18:39.359Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2156 | 2024-09-24T03:18:39.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2157 | 2024-09-24T03:18:39.778Z | Compiling derive_more v0.99.18 |
2158 | 2024-09-24T03:18:40.404Z | Checking zone v0.3.0 |
2159 | 2024-09-24T03:18:41.019Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2160 | 2024-09-24T03:18:42.184Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2161 | 2024-09-24T03:18:43.113Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2162 | 2024-09-24T03:18:43.485Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2163 | 2024-09-24T03:18:44.158Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2164 | 2024-09-24T03:18:44.488Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2165 | 2024-09-24T03:18:45.934Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2166 | 2024-09-24T03:18:46.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
2167 | 2024-09-24T03:18:46.890Z | |
2168 | 2024-09-24T03:18:46.891Z | info: running `cargo check --bins` on clickhouse-admin-api (35/162) |
2169 | 2024-09-24T03:18:47.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2170 | 2024-09-24T03:18:47.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2171 | 2024-09-24T03:18:47.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2172 | 2024-09-24T03:18:47.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2173 | 2024-09-24T03:18:47.568Z | |
2174 | 2024-09-24T03:18:47.568Z | info: running `cargo check --bins` on clickhouse-admin-types (36/162) |
2175 | 2024-09-24T03:18:48.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2176 | 2024-09-24T03:18:48.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2177 | 2024-09-24T03:18:48.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2178 | 2024-09-24T03:18:48.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2179 | 2024-09-24T03:18:48.253Z | |
2180 | 2024-09-24T03:18:48.253Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162) |
2181 | 2024-09-24T03:18:48.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2182 | 2024-09-24T03:18:48.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2183 | 2024-09-24T03:18:48.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2184 | 2024-09-24T03:18:48.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2185 | 2024-09-24T03:18:49.047Z | |
2186 | 2024-09-24T03:18:49.047Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162) |
2187 | 2024-09-24T03:18:49.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-09-24T03:18:49.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-09-24T03:18:49.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-09-24T03:18:49.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2191 | 2024-09-24T03:18:49.847Z | |
2192 | 2024-09-24T03:18:49.847Z | info: running `cargo check --bins` on dns-server (39/162) |
2193 | 2024-09-24T03:18:50.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-09-24T03:18:50.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-09-24T03:18:50.523Z | Compiling parking_lot_core v0.8.6 |
2196 | 2024-09-24T03:18:50.619Z | Checking nibble_vec v0.1.0 |
2197 | 2024-09-24T03:18:50.624Z | Checking linked-hash-map v0.5.6 |
2198 | 2024-09-24T03:18:50.624Z | Checking quick-error v1.2.3 |
2199 | 2024-09-24T03:18:50.624Z | Checking endian-type v0.1.2 |
2200 | 2024-09-24T03:18:50.624Z | Checking fxhash v0.2.1 |
2201 | 2024-09-24T03:18:50.630Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2202 | 2024-09-24T03:18:50.638Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2203 | 2024-09-24T03:18:50.721Z | Checking resolv-conf v0.7.0 |
2204 | 2024-09-24T03:18:50.773Z | Checking hickory-server v0.24.1 |
2205 | 2024-09-24T03:18:50.811Z | Checking radix_trie v0.2.1 |
2206 | 2024-09-24T03:18:50.914Z | Checking lru-cache v0.1.2 |
2207 | 2024-09-24T03:18:51.080Z | Checking hickory-resolver v0.24.1 |
2208 | 2024-09-24T03:18:51.200Z | Checking hickory-client v0.24.1 |
2209 | 2024-09-24T03:18:51.284Z | Checking parking_lot v0.11.2 |
2210 | 2024-09-24T03:18:51.524Z | Checking sled v0.34.7 |
2211 | 2024-09-24T03:18:53.271Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2212 | 2024-09-24T03:18:54.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s |
2213 | 2024-09-24T03:18:54.494Z | |
2214 | 2024-09-24T03:18:54.494Z | info: running `cargo check --bins` on dns-server-api (40/162) |
2215 | 2024-09-24T03:18:55.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-09-24T03:18:55.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-09-24T03:18:55.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2218 | 2024-09-24T03:18:55.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2219 | 2024-09-24T03:18:55.161Z | |
2220 | 2024-09-24T03:18:55.161Z | info: running `cargo check --bins` on dns-service-client (41/162) |
2221 | 2024-09-24T03:18:55.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-09-24T03:18:55.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-09-24T03:18:55.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-09-24T03:18:55.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2225 | 2024-09-24T03:18:55.812Z | |
2226 | 2024-09-24T03:18:55.812Z | info: running `cargo check --bins` on gateway-test-utils (42/162) |
2227 | 2024-09-24T03:18:56.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-09-24T03:18:56.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-09-24T03:18:56.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-09-24T03:18:56.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2231 | 2024-09-24T03:18:56.546Z | |
2232 | 2024-09-24T03:18:56.546Z | info: running `cargo check --bins` on gateway-types (43/162) |
2233 | 2024-09-24T03:18:57.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-09-24T03:18:57.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-09-24T03:18:57.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-09-24T03:18:57.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2237 | 2024-09-24T03:18:57.225Z | |
2238 | 2024-09-24T03:18:57.225Z | info: running `cargo check --bins` on ipcc (44/162) |
2239 | 2024-09-24T03:18:57.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-09-24T03:18:57.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-09-24T03:18:57.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-09-24T03:18:57.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2243 | 2024-09-24T03:18:57.901Z | |
2244 | 2024-09-24T03:18:57.901Z | info: running `cargo check --bins` on omicron-gateway (45/162) |
2245 | 2024-09-24T03:18:58.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-09-24T03:18:58.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-09-24T03:18:58.676Z | Compiling rustls-pki-types v1.7.0 |
2248 | 2024-09-24T03:18:58.680Z | Compiling match_cfg v0.1.0 |
2249 | 2024-09-24T03:18:58.758Z | Checking num-rational v0.4.2 |
2250 | 2024-09-24T03:18:58.761Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2251 | 2024-09-24T03:18:58.761Z | Compiling slog-json v2.6.1 |
2252 | 2024-09-24T03:18:58.761Z | Checking num-complex v0.4.6 |
2253 | 2024-09-24T03:18:58.774Z | Compiling prettyplease v0.2.20 |
2254 | 2024-09-24T03:18:58.814Z | Compiling async-stream v0.3.5 |
2255 | 2024-09-24T03:18:58.826Z | Compiling hostname v0.3.1 |
2256 | 2024-09-24T03:18:59.071Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2257 | 2024-09-24T03:18:59.107Z | Compiling slog-bunyan v2.5.0 |
2258 | 2024-09-24T03:18:59.122Z | Compiling multer v3.1.0 |
2259 | 2024-09-24T03:18:59.137Z | Compiling toml v0.8.19 |
2260 | 2024-09-24T03:18:59.152Z | Compiling rustls-webpki v0.102.4 |
2261 | 2024-09-24T03:18:59.271Z | Compiling rustls-pemfile v2.1.3 |
2262 | 2024-09-24T03:18:59.304Z | Compiling waitgroup v0.1.2 |
2263 | 2024-09-24T03:18:59.404Z | Compiling newtype-uuid v1.1.0 |
2264 | 2024-09-24T03:18:59.533Z | Compiling ipnetwork v0.20.0 |
2265 | 2024-09-24T03:18:59.546Z | Compiling serde_path_to_error v0.1.16 |
2266 | 2024-09-24T03:18:59.677Z | Checking num v0.4.3 |
2267 | 2024-09-24T03:18:59.762Z | Compiling hostname v0.4.0 |
2268 | 2024-09-24T03:18:59.774Z | Compiling instant v0.1.12 |
2269 | 2024-09-24T03:18:59.782Z | Checking float-ord v0.3.2 |
2270 | 2024-09-24T03:18:59.882Z | Compiling debug-ignore v1.0.5 |
2271 | 2024-09-24T03:18:59.930Z | Compiling semver v0.1.20 |
2272 | 2024-09-24T03:18:59.952Z | Compiling radium v0.7.0 |
2273 | 2024-09-24T03:19:00.028Z | Compiling rustls v0.22.4 |
2274 | 2024-09-24T03:19:00.177Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2275 | 2024-09-24T03:19:00.386Z | Compiling rustc_version v0.1.7 |
2276 | 2024-09-24T03:19:00.437Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2277 | 2024-09-24T03:19:00.457Z | Compiling backoff v0.4.0 |
2278 | 2024-09-24T03:19:00.554Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2279 | 2024-09-24T03:19:00.853Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2280 | 2024-09-24T03:19:00.860Z | Compiling parse-display v0.10.0 |
2281 | 2024-09-24T03:19:00.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2282 | 2024-09-24T03:19:00.902Z | Compiling serde_with v3.9.0 |
2283 | 2024-09-24T03:19:01.057Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2284 | 2024-09-24T03:19:01.237Z | Compiling macaddr v1.0.1 |
2285 | 2024-09-24T03:19:01.512Z | Compiling maybe-uninit v2.0.0 |
2286 | 2024-09-24T03:19:01.667Z | Checking tap v1.0.1 |
2287 | 2024-09-24T03:19:01.825Z | Checking wyz v0.5.1 |
2288 | 2024-09-24T03:19:02.213Z | Compiling newtype_derive v0.1.6 |
2289 | 2024-09-24T03:19:02.278Z | Checking password-hash v0.5.0 |
2290 | 2024-09-24T03:19:02.520Z | Checking blake2 v0.10.6 |
2291 | 2024-09-24T03:19:02.649Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2292 | 2024-09-24T03:19:02.707Z | Compiling cancel-safe-futures v0.1.5 |
2293 | 2024-09-24T03:19:03.013Z | Checking crc-catalog v2.4.0 |
2294 | 2024-09-24T03:19:03.070Z | Compiling packed_struct v0.10.1 |
2295 | 2024-09-24T03:19:03.141Z | Checking funty v2.0.0 |
2296 | 2024-09-24T03:19:03.166Z | Checking crc v3.2.1 |
2297 | 2024-09-24T03:19:03.563Z | Checking argon2 v0.5.3 |
2298 | 2024-09-24T03:19:03.672Z | Compiling packed_struct_codegen v0.10.1 |
2299 | 2024-09-24T03:19:04.019Z | Checking bitvec v1.0.1 |
2300 | 2024-09-24T03:19:04.210Z | Compiling tokio-rustls v0.25.0 |
2301 | 2024-09-24T03:19:04.618Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2302 | 2024-09-24T03:19:04.652Z | Checking half v2.4.1 |
2303 | 2024-09-24T03:19:04.768Z | Compiling indexmap v1.9.3 |
2304 | 2024-09-24T03:19:05.102Z | Compiling cookie v0.18.1 |
2305 | 2024-09-24T03:19:05.190Z | Checking nodrop v0.1.14 |
2306 | 2024-09-24T03:19:05.280Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2307 | 2024-09-24T03:19:05.405Z | Checking ciborium-io v0.2.2 |
2308 | 2024-09-24T03:19:05.523Z | Checking ciborium-ll v0.2.2 |
2309 | 2024-09-24T03:19:05.677Z | Checking array-init v0.0.4 |
2310 | 2024-09-24T03:19:05.980Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2311 | 2024-09-24T03:19:06.273Z | Checking smallvec v0.6.14 |
2312 | 2024-09-24T03:19:06.544Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2313 | 2024-09-24T03:19:06.705Z | Checking libsw v3.3.1 |
2314 | 2024-09-24T03:19:06.952Z | Compiling derive-where v1.2.7 |
2315 | 2024-09-24T03:19:07.042Z | Compiling memoffset v0.9.1 |
2316 | 2024-09-24T03:19:07.193Z | Checking indent_write v2.2.0 |
2317 | 2024-09-24T03:19:07.368Z | Checking highway v1.2.0 |
2318 | 2024-09-24T03:19:07.382Z | Checking swrite v0.1.0 |
2319 | 2024-09-24T03:19:07.498Z | Checking bitfield v0.14.0 |
2320 | 2024-09-24T03:19:07.689Z | Checking owo-colors v4.0.0 |
2321 | 2024-09-24T03:19:07.760Z | Checking linear-map v1.2.0 |
2322 | 2024-09-24T03:19:07.776Z | Checking hashbrown v0.12.3 |
2323 | 2024-09-24T03:19:08.097Z | Checking env_logger v0.10.2 |
2324 | 2024-09-24T03:19:08.521Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2325 | 2024-09-24T03:19:08.646Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2326 | 2024-09-24T03:19:09.533Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2327 | 2024-09-24T03:19:09.688Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2328 | 2024-09-24T03:19:09.740Z | Checking serde-hex v0.1.0 |
2329 | 2024-09-24T03:19:09.962Z | Checking steno v0.4.1 |
2330 | 2024-09-24T03:19:10.016Z | Checking bzip2 v0.4.4 |
2331 | 2024-09-24T03:19:10.302Z | Checking ciborium v0.2.2 |
2332 | 2024-09-24T03:19:10.519Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2333 | 2024-09-24T03:19:10.613Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2334 | 2024-09-24T03:19:11.534Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2335 | 2024-09-24T03:19:11.607Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2336 | 2024-09-24T03:19:11.782Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2337 | 2024-09-24T03:19:12.214Z | Checking ron v0.8.1 |
2338 | 2024-09-24T03:19:12.974Z | Checking hashbrown v0.13.2 |
2339 | 2024-09-24T03:19:13.469Z | Checking crc-any v2.5.0 |
2340 | 2024-09-24T03:19:13.503Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2024-09-24T03:19:13.565Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2342 | 2024-09-24T03:19:13.657Z | Checking zip v0.6.6 |
2343 | 2024-09-24T03:19:13.853Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2344 | 2024-09-24T03:19:13.860Z | Checking path-slash v0.1.5 |
2345 | 2024-09-24T03:19:13.997Z | Checking nix v0.27.1 |
2346 | 2024-09-24T03:19:14.013Z | Checking object v0.30.4 |
2347 | 2024-09-24T03:19:14.108Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2348 | 2024-09-24T03:19:14.174Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2349 | 2024-09-24T03:19:14.330Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2350 | 2024-09-24T03:19:14.563Z | Checking kstat-rs v0.2.4 |
2351 | 2024-09-24T03:19:14.974Z | Checking signal-hook-tokio v0.3.1 |
2352 | 2024-09-24T03:19:16.046Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2353 | 2024-09-24T03:19:16.607Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2354 | 2024-09-24T03:19:19.906Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2355 | 2024-09-24T03:19:21.500Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2356 | 2024-09-24T03:19:24.178Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2357 | 2024-09-24T03:19:27.291Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2358 | 2024-09-24T03:19:27.439Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2359 | 2024-09-24T03:19:27.543Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2360 | 2024-09-24T03:19:32.750Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2361 | 2024-09-24T03:19:33.441Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2362 | 2024-09-24T03:19:35.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.05s |
2363 | 2024-09-24T03:19:36.126Z | |
2364 | 2024-09-24T03:19:36.126Z | info: running `cargo check --bins` on gateway-api (46/162) |
2365 | 2024-09-24T03:19:36.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-09-24T03:19:36.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-09-24T03:19:36.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-09-24T03:19:36.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2369 | 2024-09-24T03:19:36.815Z | |
2370 | 2024-09-24T03:19:36.815Z | info: running `cargo check --bins` on oximeter (47/162) |
2371 | 2024-09-24T03:19:37.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-09-24T03:19:37.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-09-24T03:19:37.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-09-24T03:19:37.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2375 | 2024-09-24T03:19:37.490Z | |
2376 | 2024-09-24T03:19:37.490Z | info: running `cargo check --bins` on oximeter-macro-impl (48/162) |
2377 | 2024-09-24T03:19:38.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-09-24T03:19:38.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-09-24T03:19:38.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-09-24T03:19:38.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2381 | 2024-09-24T03:19:38.145Z | |
2382 | 2024-09-24T03:19:38.145Z | info: running `cargo check --bins` on oximeter-schema (49/162) |
2383 | 2024-09-24T03:19:38.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-09-24T03:19:38.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-09-24T03:19:38.886Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2386 | 2024-09-24T03:19:39.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2387 | 2024-09-24T03:19:39.386Z | |
2388 | 2024-09-24T03:19:39.386Z | info: running `cargo check --bins` on oximeter-types (50/162) |
2389 | 2024-09-24T03:19:40.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-09-24T03:19:40.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-09-24T03:19:40.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-09-24T03:19:40.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2393 | 2024-09-24T03:19:40.064Z | |
2394 | 2024-09-24T03:19:40.064Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/162) |
2395 | 2024-09-24T03:19:40.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-09-24T03:19:40.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-09-24T03:19:40.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-09-24T03:19:40.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2399 | 2024-09-24T03:19:40.747Z | |
2400 | 2024-09-24T03:19:40.747Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/162) |
2401 | 2024-09-24T03:19:41.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-09-24T03:19:41.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-09-24T03:19:41.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-09-24T03:19:41.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2405 | 2024-09-24T03:19:41.393Z | |
2406 | 2024-09-24T03:19:41.393Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/162) |
2407 | 2024-09-24T03:19:42.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-09-24T03:19:42.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-09-24T03:19:42.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-09-24T03:19:42.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2411 | 2024-09-24T03:19:42.070Z | |
2412 | 2024-09-24T03:19:42.070Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/162) |
2413 | 2024-09-24T03:19:42.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-09-24T03:19:42.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-09-24T03:19:42.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-09-24T03:19:42.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2417 | 2024-09-24T03:19:42.745Z | |
2418 | 2024-09-24T03:19:42.745Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/162) |
2419 | 2024-09-24T03:19:43.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-09-24T03:19:43.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-09-24T03:19:43.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-09-24T03:19:43.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2423 | 2024-09-24T03:19:43.421Z | |
2424 | 2024-09-24T03:19:43.421Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/162) |
2425 | 2024-09-24T03:19:44.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-09-24T03:19:44.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-09-24T03:19:44.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-09-24T03:19:44.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2429 | 2024-09-24T03:19:44.099Z | |
2430 | 2024-09-24T03:19:44.100Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/162) |
2431 | 2024-09-24T03:19:44.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-09-24T03:19:44.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-09-24T03:19:44.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2434 | 2024-09-24T03:19:44.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2435 | 2024-09-24T03:19:44.781Z | |
2436 | 2024-09-24T03:19:44.781Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/162) |
2437 | 2024-09-24T03:19:45.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-09-24T03:19:45.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-09-24T03:19:45.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-09-24T03:19:45.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2441 | 2024-09-24T03:19:45.481Z | |
2442 | 2024-09-24T03:19:45.481Z | info: running `cargo check --bins` on oximeter-producer (59/162) |
2443 | 2024-09-24T03:19:46.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-09-24T03:19:46.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-09-24T03:19:46.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-09-24T03:19:46.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2447 | 2024-09-24T03:19:46.164Z | |
2448 | 2024-09-24T03:19:46.164Z | info: running `cargo check --bins` on internal-dns (60/162) |
2449 | 2024-09-24T03:19:46.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-09-24T03:19:46.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-09-24T03:19:46.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-09-24T03:19:46.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2453 | 2024-09-24T03:19:46.843Z | |
2454 | 2024-09-24T03:19:46.843Z | info: running `cargo check --bins` on nexus-client (61/162) |
2455 | 2024-09-24T03:19:47.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-09-24T03:19:47.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-09-24T03:19:47.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-09-24T03:19:47.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2459 | 2024-09-24T03:19:47.607Z | |
2460 | 2024-09-24T03:19:47.607Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/162) |
2461 | 2024-09-24T03:19:48.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-09-24T03:19:48.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-09-24T03:19:48.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-09-24T03:19:48.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2465 | 2024-09-24T03:19:48.225Z | |
2466 | 2024-09-24T03:19:48.225Z | info: running `cargo check --bins` on omicron-passwords (63/162) |
2467 | 2024-09-24T03:19:48.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-09-24T03:19:48.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-09-24T03:19:48.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-09-24T03:19:48.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2471 | 2024-09-24T03:19:48.881Z | |
2472 | 2024-09-24T03:19:48.881Z | info: running `cargo check --bins` on nexus-types (64/162) |
2473 | 2024-09-24T03:19:49.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-09-24T03:19:49.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-09-24T03:19:49.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-09-24T03:19:49.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2477 | 2024-09-24T03:19:49.588Z | |
2478 | 2024-09-24T03:19:49.588Z | info: running `cargo check --bins` on gateway-client (65/162) |
2479 | 2024-09-24T03:19:50.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-09-24T03:19:50.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-09-24T03:19:50.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-09-24T03:19:50.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2483 | 2024-09-24T03:19:50.236Z | |
2484 | 2024-09-24T03:19:50.236Z | info: running `cargo check --bins` on oxql-types (66/162) |
2485 | 2024-09-24T03:19:50.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-09-24T03:19:50.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-09-24T03:19:50.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-09-24T03:19:50.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2489 | 2024-09-24T03:19:50.914Z | |
2490 | 2024-09-24T03:19:50.914Z | info: running `cargo check --bins` on update-engine (67/162) |
2491 | 2024-09-24T03:19:51.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-09-24T03:19:51.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-09-24T03:19:51.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-09-24T03:19:51.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2495 | 2024-09-24T03:19:51.577Z | |
2496 | 2024-09-24T03:19:51.577Z | info: running `cargo check --bins` on sp-sim (68/162) |
2497 | 2024-09-24T03:19:52.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-09-24T03:19:52.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-09-24T03:19:52.253Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2500 | 2024-09-24T03:19:53.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
2501 | 2024-09-24T03:19:54.144Z | |
2502 | 2024-09-24T03:19:54.144Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/162) |
2503 | 2024-09-24T03:19:54.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-09-24T03:19:54.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-09-24T03:19:54.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-09-24T03:19:54.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2507 | 2024-09-24T03:19:54.871Z | |
2508 | 2024-09-24T03:19:54.871Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/162) |
2509 | 2024-09-24T03:19:55.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-09-24T03:19:55.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-09-24T03:19:55.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-09-24T03:19:55.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2513 | 2024-09-24T03:19:55.617Z | |
2514 | 2024-09-24T03:19:55.617Z | info: running `cargo check --bins` on db-macros (71/162) |
2515 | 2024-09-24T03:19:56.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-09-24T03:19:56.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-09-24T03:19:56.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-09-24T03:19:56.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2519 | 2024-09-24T03:19:56.300Z | |
2520 | 2024-09-24T03:19:56.300Z | info: running `cargo check --bins` on nexus-macros-common (72/162) |
2521 | 2024-09-24T03:19:56.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-09-24T03:19:56.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-09-24T03:19:56.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-09-24T03:19:56.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2525 | 2024-09-24T03:19:56.934Z | |
2526 | 2024-09-24T03:19:56.934Z | info: running `cargo check --bins` on nexus-auth (73/162) |
2527 | 2024-09-24T03:19:57.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-09-24T03:19:57.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-09-24T03:19:57.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-09-24T03:19:57.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2531 | 2024-09-24T03:19:57.668Z | |
2532 | 2024-09-24T03:19:57.668Z | info: running `cargo check --bins` on authz-macros (74/162) |
2533 | 2024-09-24T03:19:58.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-09-24T03:19:58.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-09-24T03:19:58.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-09-24T03:19:58.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2537 | 2024-09-24T03:19:58.319Z | |
2538 | 2024-09-24T03:19:58.319Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/162) |
2539 | 2024-09-24T03:19:58.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-09-24T03:19:58.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-09-24T03:19:58.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-09-24T03:19:58.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2543 | 2024-09-24T03:19:59.024Z | |
2544 | 2024-09-24T03:19:59.024Z | info: running `cargo check --bins` on nexus-db-model (76/162) |
2545 | 2024-09-24T03:19:59.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-09-24T03:19:59.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-09-24T03:19:59.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-09-24T03:19:59.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2549 | 2024-09-24T03:19:59.927Z | |
2550 | 2024-09-24T03:19:59.927Z | info: running `cargo check --bins` on nexus-defaults (77/162) |
2551 | 2024-09-24T03:20:00.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-09-24T03:20:00.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-09-24T03:20:00.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-09-24T03:20:00.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2555 | 2024-09-24T03:20:00.412Z | |
2556 | 2024-09-24T03:20:00.412Z | info: running `cargo check --bins` on sled-agent-client (78/162) |
2557 | 2024-09-24T03:20:01.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-09-24T03:20:01.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-09-24T03:20:01.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-09-24T03:20:01.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2561 | 2024-09-24T03:20:01.110Z | |
2562 | 2024-09-24T03:20:01.110Z | info: running `cargo check --bins` on nexus-inventory (79/162) |
2563 | 2024-09-24T03:20:01.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-09-24T03:20:01.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-09-24T03:20:01.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-09-24T03:20:01.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2567 | 2024-09-24T03:20:01.818Z | |
2568 | 2024-09-24T03:20:01.818Z | info: running `cargo check --bins` on typed-rng (80/162) |
2569 | 2024-09-24T03:20:02.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-09-24T03:20:02.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-09-24T03:20:02.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-09-24T03:20:02.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2573 | 2024-09-24T03:20:02.476Z | |
2574 | 2024-09-24T03:20:02.476Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/162) |
2575 | 2024-09-24T03:20:03.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-09-24T03:20:03.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-09-24T03:20:03.266Z | Checking keccak v0.1.5 |
2578 | 2024-09-24T03:20:03.369Z | Compiling rayon-core v1.12.1 |
2579 | 2024-09-24T03:20:03.378Z | Compiling crossbeam-deque v0.8.5 |
2580 | 2024-09-24T03:20:03.381Z | Checking secrecy v0.8.0 |
2581 | 2024-09-24T03:20:03.381Z | Compiling unicase v2.7.0 |
2582 | 2024-09-24T03:20:03.381Z | Compiling same-file v1.0.6 |
2583 | 2024-09-24T03:20:03.388Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2584 | 2024-09-24T03:20:03.392Z | Compiling tempfile v3.10.1 |
2585 | 2024-09-24T03:20:03.621Z | Compiling walkdir v2.5.0 |
2586 | 2024-09-24T03:20:03.654Z | Checking sha3 v0.10.8 |
2587 | 2024-09-24T03:20:03.669Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2588 | 2024-09-24T03:20:03.712Z | Compiling thiserror-impl-no-std v2.0.2 |
2589 | 2024-09-24T03:20:03.889Z | Checking universal-hash v0.5.1 |
2590 | 2024-09-24T03:20:03.967Z | Compiling blake3 v1.5.1 |
2591 | 2024-09-24T03:20:04.030Z | Compiling ring v0.16.20 |
2592 | 2024-09-24T03:20:04.056Z | Checking opaque-debug v0.3.1 |
2593 | 2024-09-24T03:20:04.140Z | Checking poly1305 v0.8.0 |
2594 | 2024-09-24T03:20:04.241Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2595 | 2024-09-24T03:20:04.361Z | Checking chacha20 v0.9.1 |
2596 | 2024-09-24T03:20:04.532Z | Compiling rayon v1.10.0 |
2597 | 2024-09-24T03:20:04.626Z | Checking aead v0.5.2 |
2598 | 2024-09-24T03:20:04.667Z | Compiling memmap2 v0.9.4 |
2599 | 2024-09-24T03:20:04.773Z | Compiling untrusted v0.7.1 |
2600 | 2024-09-24T03:20:04.834Z | Compiling constant_time_eq v0.3.0 |
2601 | 2024-09-24T03:20:05.005Z | Compiling arrayvec v0.7.4 |
2602 | 2024-09-24T03:20:05.022Z | Compiling libefi-sys v0.1.0 |
2603 | 2024-09-24T03:20:05.080Z | Compiling home v0.5.9 |
2604 | 2024-09-24T03:20:05.121Z | Compiling spin v0.5.2 |
2605 | 2024-09-24T03:20:05.305Z | Compiling arrayref v0.3.7 |
2606 | 2024-09-24T03:20:05.322Z | Compiling salty v0.3.0 |
2607 | 2024-09-24T03:20:05.370Z | Compiling toolchain_find v0.4.0 |
2608 | 2024-09-24T03:20:05.385Z | Checking chacha20poly1305 v0.10.1 |
2609 | 2024-09-24T03:20:05.552Z | Compiling camino-tempfile v1.1.1 |
2610 | 2024-09-24T03:20:05.671Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2611 | 2024-09-24T03:20:05.765Z | Compiling bitfield-struct v0.6.1 |
2612 | 2024-09-24T03:20:05.816Z | Compiling rustls v0.23.10 |
2613 | 2024-09-24T03:20:05.977Z | Compiling topological-sort v0.2.2 |
2614 | 2024-09-24T03:20:06.064Z | Compiling mime_guess v2.0.4 |
2615 | 2024-09-24T03:20:06.182Z | Compiling rustfmt-wrapper v0.2.1 |
2616 | 2024-09-24T03:20:06.600Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2617 | 2024-09-24T03:20:06.690Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2618 | 2024-09-24T03:20:06.739Z | Checking primeorder v0.13.6 |
2619 | 2024-09-24T03:20:06.884Z | Checking thiserror-no-std v2.0.2 |
2620 | 2024-09-24T03:20:06.976Z | Checking env_filter v0.1.2 |
2621 | 2024-09-24T03:20:06.993Z | Checking vsss-rs v3.3.4 |
2622 | 2024-09-24T03:20:07.173Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2623 | 2024-09-24T03:20:07.191Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2624 | 2024-09-24T03:20:07.206Z | Checking p384 v0.13.0 |
2625 | 2024-09-24T03:20:07.304Z | Checking env_logger v0.11.5 |
2626 | 2024-09-24T03:20:07.599Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2627 | 2024-09-24T03:20:07.599Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2628 | 2024-09-24T03:20:07.709Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-09-24T03:20:08.238Z | Checking gethostname v0.5.0 |
2630 | 2024-09-24T03:20:08.278Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2631 | 2024-09-24T03:20:08.328Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2632 | 2024-09-24T03:20:08.610Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2633 | 2024-09-24T03:20:09.093Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2634 | 2024-09-24T03:20:09.317Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2635 | 2024-09-24T03:20:09.714Z | Compiling omicron-zone-package v0.11.0 |
2636 | 2024-09-24T03:20:09.735Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2637 | 2024-09-24T03:20:10.051Z | Checking nanorand v0.7.0 |
2638 | 2024-09-24T03:20:10.228Z | Checking http-range v0.1.5 |
2639 | 2024-09-24T03:20:10.411Z | Checking glob v0.3.1 |
2640 | 2024-09-24T03:20:10.420Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2641 | 2024-09-24T03:20:10.436Z | Checking flume v0.11.0 |
2642 | 2024-09-24T03:20:10.698Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2643 | 2024-09-24T03:20:10.835Z | Checking hyper-staticfile v0.9.5 |
2644 | 2024-09-24T03:20:10.901Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2645 | 2024-09-24T03:20:11.107Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2646 | 2024-09-24T03:20:11.247Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2647 | 2024-09-24T03:20:11.323Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2648 | 2024-09-24T03:20:12.326Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2649 | 2024-09-24T03:20:12.359Z | Checking tokio-rustls v0.26.0 |
2650 | 2024-09-24T03:20:12.449Z | Checking itertools v0.13.0 |
2651 | 2024-09-24T03:20:12.946Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2652 | 2024-09-24T03:20:13.355Z | Checking display-error-chain v0.2.1 |
2653 | 2024-09-24T03:20:14.888Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2654 | 2024-09-24T03:20:16.026Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2655 | 2024-09-24T03:20:16.026Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2656 | 2024-09-24T03:20:26.826Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2657 | 2024-09-24T03:20:38.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.63s |
2658 | 2024-09-24T03:20:38.287Z | |
2659 | 2024-09-24T03:20:38.287Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/162) |
2660 | 2024-09-24T03:20:38.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-09-24T03:20:38.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-09-24T03:20:39.069Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-09-24T03:20:50.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.29s |
2664 | 2024-09-24T03:20:50.765Z | |
2665 | 2024-09-24T03:20:50.765Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/162) |
2666 | 2024-09-24T03:20:51.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-09-24T03:20:51.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-09-24T03:20:51.549Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2669 | 2024-09-24T03:21:03.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s |
2670 | 2024-09-24T03:21:03.183Z | |
2671 | 2024-09-24T03:21:03.183Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/162) |
2672 | 2024-09-24T03:21:03.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2024-09-24T03:21:03.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2024-09-24T03:21:03.964Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2675 | 2024-09-24T03:21:15.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s |
2676 | 2024-09-24T03:21:15.742Z | |
2677 | 2024-09-24T03:21:15.742Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/162) |
2678 | 2024-09-24T03:21:16.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2024-09-24T03:21:16.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2024-09-24T03:21:16.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2681 | 2024-09-24T03:21:28.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s |
2682 | 2024-09-24T03:21:28.190Z | |
2683 | 2024-09-24T03:21:28.190Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/162) |
2684 | 2024-09-24T03:21:28.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2024-09-24T03:21:28.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2024-09-24T03:21:28.984Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2687 | 2024-09-24T03:21:40.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.24s |
2688 | 2024-09-24T03:21:40.634Z | |
2689 | 2024-09-24T03:21:40.634Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/162) |
2690 | 2024-09-24T03:21:41.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2024-09-24T03:21:41.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2024-09-24T03:21:41.391Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2693 | 2024-09-24T03:21:52.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s |
2694 | 2024-09-24T03:21:52.950Z | |
2695 | 2024-09-24T03:21:52.950Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/162) |
2696 | 2024-09-24T03:21:53.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2024-09-24T03:21:53.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2024-09-24T03:21:53.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2699 | 2024-09-24T03:22:05.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.34s |
2700 | 2024-09-24T03:22:05.468Z | |
2701 | 2024-09-24T03:22:05.468Z | info: running `cargo check --bins` on bootstrap-agent-api (89/162) |
2702 | 2024-09-24T03:22:06.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-09-24T03:22:06.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-09-24T03:22:06.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2024-09-24T03:22:06.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2706 | 2024-09-24T03:22:06.180Z | |
2707 | 2024-09-24T03:22:06.180Z | info: running `cargo check --bins` on sled-agent-types (90/162) |
2708 | 2024-09-24T03:22:06.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-09-24T03:22:06.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-09-24T03:22:06.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2024-09-24T03:22:06.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2712 | 2024-09-24T03:22:06.907Z | |
2713 | 2024-09-24T03:22:06.907Z | info: running `cargo check --bins` on bootstrap-agent-client (91/162) |
2714 | 2024-09-24T03:22:07.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-09-24T03:22:07.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-09-24T03:22:07.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2024-09-24T03:22:07.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2718 | 2024-09-24T03:22:07.583Z | |
2719 | 2024-09-24T03:22:07.583Z | info: running `cargo check --bins` on dpd-client (92/162) |
2720 | 2024-09-24T03:22:08.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-09-24T03:22:08.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-09-24T03:22:08.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-09-24T03:22:08.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2724 | 2024-09-24T03:22:08.251Z | |
2725 | 2024-09-24T03:22:08.251Z | info: running `cargo check --bins` on installinator-common (93/162) |
2726 | 2024-09-24T03:22:08.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-09-24T03:22:08.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-09-24T03:22:08.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2024-09-24T03:22:08.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2730 | 2024-09-24T03:22:08.945Z | |
2731 | 2024-09-24T03:22:08.945Z | info: running `cargo check --bins` on key-manager (94/162) |
2732 | 2024-09-24T03:22:09.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-09-24T03:22:09.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-09-24T03:22:09.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-09-24T03:22:09.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2736 | 2024-09-24T03:22:09.626Z | |
2737 | 2024-09-24T03:22:09.626Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/162) |
2738 | 2024-09-24T03:22:10.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-09-24T03:22:10.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-09-24T03:22:10.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-09-24T03:22:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2742 | 2024-09-24T03:22:10.317Z | |
2743 | 2024-09-24T03:22:10.317Z | info: running `cargo check --bins` on sled-agent-api (96/162) |
2744 | 2024-09-24T03:22:10.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-09-24T03:22:10.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-09-24T03:22:10.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-09-24T03:22:10.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2748 | 2024-09-24T03:22:11.022Z | |
2749 | 2024-09-24T03:22:11.022Z | info: running `cargo check --bins` on sled-hardware (97/162) |
2750 | 2024-09-24T03:22:11.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-09-24T03:22:11.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-09-24T03:22:11.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-09-24T03:22:11.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2754 | 2024-09-24T03:22:11.710Z | |
2755 | 2024-09-24T03:22:11.710Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/162) |
2756 | 2024-09-24T03:22:12.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-09-24T03:22:12.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-09-24T03:22:12.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-09-24T03:22:12.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2760 | 2024-09-24T03:22:12.401Z | |
2761 | 2024-09-24T03:22:12.401Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/162) |
2762 | 2024-09-24T03:22:13.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-09-24T03:22:13.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-09-24T03:22:13.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-09-24T03:22:13.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2766 | 2024-09-24T03:22:13.098Z | |
2767 | 2024-09-24T03:22:13.099Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/162) |
2768 | 2024-09-24T03:22:13.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-09-24T03:22:13.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-09-24T03:22:13.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-09-24T03:22:13.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2772 | 2024-09-24T03:22:13.805Z | |
2773 | 2024-09-24T03:22:13.805Z | info: running `cargo check --bins` on nexus-test-interface (101/162) |
2774 | 2024-09-24T03:22:14.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-09-24T03:22:14.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-09-24T03:22:14.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-09-24T03:22:14.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2778 | 2024-09-24T03:22:14.509Z | |
2779 | 2024-09-24T03:22:14.509Z | info: running `cargo check --bins` on oximeter-collector (102/162) |
2780 | 2024-09-24T03:22:15.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-09-24T03:22:15.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-09-24T03:22:15.245Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2783 | 2024-09-24T03:22:15.245Z | Checking bcs v0.1.6 |
2784 | 2024-09-24T03:22:15.248Z | Compiling async-recursion v1.1.1 |
2785 | 2024-09-24T03:22:15.248Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2786 | 2024-09-24T03:22:15.248Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2787 | 2024-09-24T03:22:16.300Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2788 | 2024-09-24T03:22:19.463Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2789 | 2024-09-24T03:22:21.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2790 | 2024-09-24T03:22:21.319Z | |
2791 | 2024-09-24T03:22:21.319Z | info: running `cargo check --bins` on oximeter-api (103/162) |
2792 | 2024-09-24T03:22:22.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-09-24T03:22:22.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-09-24T03:22:22.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-09-24T03:22:22.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2796 | 2024-09-24T03:22:22.022Z | |
2797 | 2024-09-24T03:22:22.022Z | info: running `cargo check --bins` on oximeter-client (104/162) |
2798 | 2024-09-24T03:22:22.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-09-24T03:22:22.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-09-24T03:22:22.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-09-24T03:22:22.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2802 | 2024-09-24T03:22:22.681Z | |
2803 | 2024-09-24T03:22:22.681Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/162) |
2804 | 2024-09-24T03:22:23.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-09-24T03:22:23.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-09-24T03:22:23.377Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2807 | 2024-09-24T03:22:23.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2808 | 2024-09-24T03:22:24.102Z | |
2809 | 2024-09-24T03:22:24.102Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/162) |
2810 | 2024-09-24T03:22:24.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-09-24T03:22:24.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-09-24T03:22:24.813Z | Compiling cfg_aliases v0.1.1 |
2813 | 2024-09-24T03:22:24.815Z | Compiling vte_generate_state_changes v0.1.1 |
2814 | 2024-09-24T03:22:24.815Z | Checking fd-lock v4.0.2 |
2815 | 2024-09-24T03:22:24.815Z | Checking bytecount v0.6.8 |
2816 | 2024-09-24T03:22:24.918Z | Compiling tabled_derive v0.7.0 |
2817 | 2024-09-24T03:22:24.920Z | Checking crossterm v0.27.0 |
2818 | 2024-09-24T03:22:24.929Z | Compiling peg-macros v0.8.4 |
2819 | 2024-09-24T03:22:24.939Z | Compiling sqlparser_derive v0.2.2 |
2820 | 2024-09-24T03:22:24.990Z | Compiling nix v0.28.0 |
2821 | 2024-09-24T03:22:25.052Z | Checking papergrid v0.11.0 |
2822 | 2024-09-24T03:22:25.067Z | Checking home v0.5.9 |
2823 | 2024-09-24T03:22:25.199Z | Checking nu-ansi-term v0.50.0 |
2824 | 2024-09-24T03:22:25.524Z | Checking vte v0.11.1 |
2825 | 2024-09-24T03:22:25.560Z | Checking unicode_categories v0.1.1 |
2826 | 2024-09-24T03:22:25.862Z | Checking sqlformat v0.2.4 |
2827 | 2024-09-24T03:22:26.080Z | Checking sqlparser v0.45.0 |
2828 | 2024-09-24T03:22:26.484Z | Checking crossterm v0.28.1 |
2829 | 2024-09-24T03:22:26.854Z | Checking strip-ansi-escapes v0.2.0 |
2830 | 2024-09-24T03:22:26.990Z | Checking reedline v0.33.0 |
2831 | 2024-09-24T03:22:27.437Z | Checking tabled v0.15.0 |
2832 | 2024-09-24T03:22:28.082Z | Checking peg v0.8.4 |
2833 | 2024-09-24T03:22:28.345Z | Checking rustyline v14.0.0 |
2834 | 2024-09-24T03:22:32.465Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2835 | 2024-09-24T03:22:37.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s |
2836 | 2024-09-24T03:22:38.103Z | |
2837 | 2024-09-24T03:22:38.103Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/162) |
2838 | 2024-09-24T03:22:38.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-09-24T03:22:38.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-09-24T03:22:38.810Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2841 | 2024-09-24T03:22:44.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
2842 | 2024-09-24T03:22:44.506Z | |
2843 | 2024-09-24T03:22:44.506Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/162) |
2844 | 2024-09-24T03:22:45.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-09-24T03:22:45.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-09-24T03:22:45.216Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2847 | 2024-09-24T03:22:49.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
2848 | 2024-09-24T03:22:49.696Z | |
2849 | 2024-09-24T03:22:49.696Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/162) |
2850 | 2024-09-24T03:22:50.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-09-24T03:22:50.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-09-24T03:22:50.426Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2853 | 2024-09-24T03:22:55.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2854 | 2024-09-24T03:22:55.509Z | |
2855 | 2024-09-24T03:22:55.509Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/162) |
2856 | 2024-09-24T03:22:56.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2024-09-24T03:22:56.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2024-09-24T03:22:56.218Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2859 | 2024-09-24T03:23:01.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
2860 | 2024-09-24T03:23:01.778Z | |
2861 | 2024-09-24T03:23:01.778Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/162) |
2862 | 2024-09-24T03:23:02.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2024-09-24T03:23:02.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2024-09-24T03:23:02.479Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2865 | 2024-09-24T03:23:06.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
2866 | 2024-09-24T03:23:06.728Z | |
2867 | 2024-09-24T03:23:06.729Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/162) |
2868 | 2024-09-24T03:23:07.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2024-09-24T03:23:07.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2024-09-24T03:23:07.433Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2871 | 2024-09-24T03:23:11.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
2872 | 2024-09-24T03:23:12.127Z | |
2873 | 2024-09-24T03:23:12.127Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/162) |
2874 | 2024-09-24T03:23:12.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2024-09-24T03:23:12.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2024-09-24T03:23:12.836Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2877 | 2024-09-24T03:23:18.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
2878 | 2024-09-24T03:23:18.237Z | |
2879 | 2024-09-24T03:23:18.237Z | info: running `cargo check --bins` on oximeter-test-utils (114/162) |
2880 | 2024-09-24T03:23:18.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2024-09-24T03:23:18.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2024-09-24T03:23:18.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2024-09-24T03:23:18.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2884 | 2024-09-24T03:23:18.954Z | |
2885 | 2024-09-24T03:23:18.954Z | info: running `cargo check --bins` on cockroach-admin-client (115/162) |
2886 | 2024-09-24T03:23:19.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2024-09-24T03:23:19.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2024-09-24T03:23:19.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2024-09-24T03:23:19.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2890 | 2024-09-24T03:23:19.613Z | |
2891 | 2024-09-24T03:23:19.613Z | info: running `cargo check --bins` on installinator-client (116/162) |
2892 | 2024-09-24T03:23:20.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2024-09-24T03:23:20.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2024-09-24T03:23:20.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2024-09-24T03:23:20.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2896 | 2024-09-24T03:23:20.308Z | |
2897 | 2024-09-24T03:23:20.308Z | info: running `cargo check --bins` on oxide-client (117/162) |
2898 | 2024-09-24T03:23:20.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2024-09-24T03:23:20.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2024-09-24T03:23:20.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2024-09-24T03:23:20.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2902 | 2024-09-24T03:23:20.972Z | |
2903 | 2024-09-24T03:23:20.972Z | info: running `cargo check --bins` on wicketd-client (118/162) |
2904 | 2024-09-24T03:23:21.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2024-09-24T03:23:21.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2024-09-24T03:23:21.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2024-09-24T03:23:21.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2908 | 2024-09-24T03:23:21.696Z | |
2909 | 2024-09-24T03:23:21.696Z | info: running `cargo check --bins` on wicket-common (119/162) |
2910 | 2024-09-24T03:23:22.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-09-24T03:23:22.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-09-24T03:23:22.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2024-09-24T03:23:22.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2914 | 2024-09-24T03:23:22.450Z | |
2915 | 2024-09-24T03:23:22.450Z | info: running `cargo check --bins` on omicron-cockroach-admin (120/162) |
2916 | 2024-09-24T03:23:23.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2024-09-24T03:23:23.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2024-09-24T03:23:23.111Z | Checking csv-core v0.1.11 |
2919 | 2024-09-24T03:23:23.114Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2920 | 2024-09-24T03:23:23.402Z | Checking csv v1.3.0 |
2921 | 2024-09-24T03:23:23.898Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2922 | 2024-09-24T03:23:24.248Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2923 | 2024-09-24T03:23:25.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
2924 | 2024-09-24T03:23:25.556Z | |
2925 | 2024-09-24T03:23:25.556Z | info: running `cargo check --bins` on cockroach-admin-api (121/162) |
2926 | 2024-09-24T03:23:26.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-09-24T03:23:26.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-09-24T03:23:26.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2024-09-24T03:23:26.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2930 | 2024-09-24T03:23:26.239Z | |
2931 | 2024-09-24T03:23:26.239Z | info: running `cargo check --bins` on cockroach-admin-types (122/162) |
2932 | 2024-09-24T03:23:26.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2024-09-24T03:23:26.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2024-09-24T03:23:26.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2935 | 2024-09-24T03:23:26.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2936 | 2024-09-24T03:23:26.925Z | |
2937 | 2024-09-24T03:23:26.925Z | info: running `cargo check --bins` on cert-dev (123/162) |
2938 | 2024-09-24T03:23:27.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2939 | 2024-09-24T03:23:27.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2940 | 2024-09-24T03:23:27.578Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2941 | 2024-09-24T03:23:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2942 | 2024-09-24T03:23:27.974Z | |
2943 | 2024-09-24T03:23:27.974Z | info: running `cargo check --bins` on ch-dev (124/162) |
2944 | 2024-09-24T03:23:28.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2945 | 2024-09-24T03:23:28.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2946 | 2024-09-24T03:23:28.672Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2947 | 2024-09-24T03:23:29.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2948 | 2024-09-24T03:23:29.527Z | |
2949 | 2024-09-24T03:23:29.527Z | info: running `cargo check --bins` on crdb-seed (125/162) |
2950 | 2024-09-24T03:23:30.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-09-24T03:23:30.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-09-24T03:23:30.226Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2953 | 2024-09-24T03:23:30.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
2954 | 2024-09-24T03:23:30.717Z | |
2955 | 2024-09-24T03:23:30.717Z | info: running `cargo check --bins` on db-dev (126/162) |
2956 | 2024-09-24T03:23:31.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2957 | 2024-09-24T03:23:31.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2958 | 2024-09-24T03:23:31.420Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2959 | 2024-09-24T03:23:32.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2960 | 2024-09-24T03:23:32.260Z | |
2961 | 2024-09-24T03:23:32.260Z | info: running `cargo check --bins` on omicron-dev-lib (127/162) |
2962 | 2024-09-24T03:23:32.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-09-24T03:23:32.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-09-24T03:23:32.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2024-09-24T03:23:32.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2966 | 2024-09-24T03:23:32.962Z | |
2967 | 2024-09-24T03:23:32.962Z | info: running `cargo check --bins` on xtask-downloader (128/162) |
2968 | 2024-09-24T03:23:33.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-09-24T03:23:33.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-09-24T03:23:33.622Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2971 | 2024-09-24T03:23:34.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2972 | 2024-09-24T03:23:34.597Z | |
2973 | 2024-09-24T03:23:34.597Z | info: running `cargo check --bins` on mgs-dev (129/162) |
2974 | 2024-09-24T03:23:35.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-09-24T03:23:35.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-09-24T03:23:35.373Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2977 | 2024-09-24T03:23:36.011Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2978 | 2024-09-24T03:23:36.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
2979 | 2024-09-24T03:23:36.668Z | |
2980 | 2024-09-24T03:23:36.669Z | info: running `cargo check --bins` on omicron-omdb (130/162) |
2981 | 2024-09-24T03:23:37.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2024-09-24T03:23:37.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2024-09-24T03:23:37.519Z | Compiling crunchy v0.2.2 |
2984 | 2024-09-24T03:23:37.519Z | Compiling glob v0.3.1 |
2985 | 2024-09-24T03:23:37.522Z | Compiling tiny-keccak v2.0.2 |
2986 | 2024-09-24T03:23:37.522Z | Compiling dsl_auto_type v0.1.2 |
2987 | 2024-09-24T03:23:37.672Z | Checking scheduled-thread-pool v0.2.7 |
2988 | 2024-09-24T03:23:37.676Z | Compiling diesel_table_macro_syntax v0.2.0 |
2989 | 2024-09-24T03:23:37.676Z | Compiling ascii-canvas v3.0.0 |
2990 | 2024-09-24T03:23:37.680Z | Compiling ena v0.14.3 |
2991 | 2024-09-24T03:23:37.828Z | Checking r2d2 v0.8.10 |
2992 | 2024-09-24T03:23:37.986Z | Compiling libloading v0.8.3 |
2993 | 2024-09-24T03:23:38.064Z | Compiling diff v0.1.13 |
2994 | 2024-09-24T03:23:38.083Z | Compiling bindgen v0.69.4 |
2995 | 2024-09-24T03:23:38.112Z | Compiling regex-syntax v0.6.29 |
2996 | 2024-09-24T03:23:38.211Z | Compiling which v4.4.2 |
2997 | 2024-09-24T03:23:38.391Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2998 | 2024-09-24T03:23:38.571Z | Compiling clang-sys v1.7.0 |
2999 | 2024-09-24T03:23:38.615Z | Compiling cexpr v0.6.0 |
3000 | 2024-09-24T03:23:38.756Z | Compiling shlex v1.3.0 |
3001 | 2024-09-24T03:23:38.794Z | Compiling lazycell v1.3.0 |
3002 | 2024-09-24T03:23:38.850Z | Compiling rustc-hash v1.1.0 |
3003 | 2024-09-24T03:23:38.929Z | Compiling ref-cast v1.0.23 |
3004 | 2024-09-24T03:23:38.969Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3005 | 2024-09-24T03:23:39.000Z | Compiling derive_builder_core v0.20.0 |
3006 | 2024-09-24T03:23:39.154Z | Compiling libxml v0.3.3 |
3007 | 2024-09-24T03:23:39.264Z | Compiling ref-cast-impl v1.0.23 |
3008 | 2024-09-24T03:23:39.282Z | Compiling diesel_derives v2.2.2 |
3009 | 2024-09-24T03:23:39.517Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3010 | 2024-09-24T03:23:39.615Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3011 | 2024-09-24T03:23:40.001Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3012 | 2024-09-24T03:23:40.314Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3013 | 2024-09-24T03:23:40.380Z | Compiling strum_macros v0.24.3 |
3014 | 2024-09-24T03:23:40.611Z | Compiling dropshot v0.10.1 |
3015 | 2024-09-24T03:23:40.712Z | Compiling indoc v1.0.9 |
3016 | 2024-09-24T03:23:41.453Z | Compiling lalrpop v0.19.12 |
3017 | 2024-09-24T03:23:41.720Z | Compiling derive_builder_macro v0.20.0 |
3018 | 2024-09-24T03:23:42.640Z | Checking derive_builder v0.20.0 |
3019 | 2024-09-24T03:23:42.775Z | Checking tungstenite v0.23.0 |
3020 | 2024-09-24T03:23:43.097Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3021 | 2024-09-24T03:23:43.369Z | Compiling dropshot_endpoint v0.10.1 |
3022 | 2024-09-24T03:23:43.685Z | Compiling impl-trait-for-tuples v0.2.2 |
3023 | 2024-09-24T03:23:43.941Z | Compiling oso-derive v0.27.3 |
3024 | 2024-09-24T03:23:44.095Z | Checking quick-xml v0.33.0 |
3025 | 2024-09-24T03:23:45.075Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3026 | 2024-09-24T03:23:45.368Z | Checking maplit v1.0.2 |
3027 | 2024-09-24T03:23:45.564Z | Checking tokio-tungstenite v0.23.1 |
3028 | 2024-09-24T03:23:46.069Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3029 | 2024-09-24T03:23:46.242Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3030 | 2024-09-24T03:23:46.539Z | Compiling const_format_proc_macros v0.2.33 |
3031 | 2024-09-24T03:23:47.774Z | Checking bb8 v0.8.5 |
3032 | 2024-09-24T03:23:48.299Z | Checking crossbeam-deque v0.8.5 |
3033 | 2024-09-24T03:23:48.610Z | Compiling portable-atomic v1.6.0 |
3034 | 2024-09-24T03:23:48.686Z | Checking const_format v0.2.33 |
3035 | 2024-09-24T03:23:49.184Z | Checking rayon-core v1.12.1 |
3036 | 2024-09-24T03:23:49.331Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3037 | 2024-09-24T03:23:49.730Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3038 | 2024-09-24T03:23:49.865Z | Checking castaway v0.2.3 |
3039 | 2024-09-24T03:23:50.054Z | Checking compact_str v0.8.0 |
3040 | 2024-09-24T03:23:50.109Z | Checking rayon v1.10.0 |
3041 | 2024-09-24T03:23:51.565Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3042 | 2024-09-24T03:23:51.686Z | Checking unicode-truncate v1.0.0 |
3043 | 2024-09-24T03:23:51.872Z | Checking lru v0.12.3 |
3044 | 2024-09-24T03:23:51.899Z | Compiling instability v0.3.2 |
3045 | 2024-09-24T03:23:52.072Z | Checking smawk v0.3.2 |
3046 | 2024-09-24T03:23:52.145Z | Checking cassowary v0.3.0 |
3047 | 2024-09-24T03:23:52.164Z | Checking number_prefix v0.4.0 |
3048 | 2024-09-24T03:23:52.164Z | Checking diesel v2.2.4 |
3049 | 2024-09-24T03:23:52.269Z | Checking unicode-linebreak v0.1.5 |
3050 | 2024-09-24T03:23:52.356Z | Checking is_ci v1.2.0 |
3051 | 2024-09-24T03:23:52.488Z | Checking supports-color v3.0.1 |
3052 | 2024-09-24T03:23:52.558Z | Checking multimap v0.10.0 |
3053 | 2024-09-24T03:23:52.674Z | Checking textwrap v0.16.1 |
3054 | 2024-09-24T03:23:52.996Z | Checking ratatui v0.28.0 |
3055 | 2024-09-24T03:23:53.829Z | Checking indicatif v0.17.8 |
3056 | 2024-09-24T03:24:15.727Z | Compiling samael v0.0.17 |
3057 | 2024-09-24T03:24:26.545Z | Compiling polar-core v0.27.3 |
3058 | 2024-09-24T03:24:28.133Z | Checking async-bb8-diesel v0.2.1 |
3059 | 2024-09-24T03:24:33.361Z | Checking oso v0.27.3 |
3060 | 2024-09-24T03:25:34.497Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3061 | 2024-09-24T03:25:39.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
3062 | 2024-09-24T03:25:40.109Z | |
3063 | 2024-09-24T03:25:40.109Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (131/162) |
3064 | 2024-09-24T03:25:40.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-09-24T03:25:40.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-09-24T03:25:40.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-09-24T03:25:40.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3068 | 2024-09-24T03:25:40.856Z | |
3069 | 2024-09-24T03:25:40.856Z | info: running `cargo check --bins` on nexus-saga-recovery (132/162) |
3070 | 2024-09-24T03:25:41.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-09-24T03:25:41.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-09-24T03:25:41.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-09-24T03:25:41.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3074 | 2024-09-24T03:25:41.593Z | |
3075 | 2024-09-24T03:25:41.593Z | info: running `cargo check --bins` on nexus-test-utils-macros (133/162) |
3076 | 2024-09-24T03:25:42.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-09-24T03:25:42.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-09-24T03:25:42.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-09-24T03:25:42.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3080 | 2024-09-24T03:25:42.253Z | |
3081 | 2024-09-24T03:25:42.253Z | info: running `cargo check --bins` on omicron-nexus (134/162) |
3082 | 2024-09-24T03:25:42.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-09-24T03:25:42.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-09-24T03:25:43.097Z | Compiling libz-sys v1.1.16 |
3085 | 2024-09-24T03:25:43.204Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3086 | 2024-09-24T03:25:43.214Z | Compiling vergen v8.3.2 |
3087 | 2024-09-24T03:25:43.216Z | Compiling cargo-platform v0.1.8 |
3088 | 2024-09-24T03:25:43.235Z | Compiling snafu-derive v0.8.2 |
3089 | 2024-09-24T03:25:43.235Z | Compiling libsqlite3-sys v0.30.1 |
3090 | 2024-09-24T03:25:43.237Z | Compiling buf-list v1.0.3 |
3091 | 2024-09-24T03:25:43.237Z | Compiling cfg_aliases v0.2.1 |
3092 | 2024-09-24T03:25:43.382Z | Compiling nix v0.29.0 |
3093 | 2024-09-24T03:25:43.529Z | Compiling cargo_metadata v0.18.1 |
3094 | 2024-09-24T03:25:43.750Z | Checking globset v0.4.14 |
3095 | 2024-09-24T03:25:43.769Z | Checking olpc-cjson v0.1.3 |
3096 | 2024-09-24T03:25:43.979Z | Checking rand_seeder v0.3.0 |
3097 | 2024-09-24T03:25:43.981Z | Checking serde_plain v1.0.2 |
3098 | 2024-09-24T03:25:44.116Z | Checking typed-path v0.7.1 |
3099 | 2024-09-24T03:25:44.191Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3100 | 2024-09-24T03:25:44.326Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3101 | 2024-09-24T03:25:44.364Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3102 | 2024-09-24T03:25:44.533Z | Checking hashlink v0.9.1 |
3103 | 2024-09-24T03:25:44.613Z | Checking fallible-iterator v0.3.0 |
3104 | 2024-09-24T03:25:44.630Z | Checking fallible-streaming-iterator v0.1.9 |
3105 | 2024-09-24T03:25:44.633Z | Checking parse-size v1.0.0 |
3106 | 2024-09-24T03:25:44.853Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3107 | 2024-09-24T03:25:45.177Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3108 | 2024-09-24T03:25:45.205Z | Checking rusqlite v0.32.1 |
3109 | 2024-09-24T03:25:45.386Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3110 | 2024-09-24T03:25:45.635Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3111 | 2024-09-24T03:25:45.769Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3112 | 2024-09-24T03:25:45.902Z | Checking twox-hash v1.6.3 |
3113 | 2024-09-24T03:25:45.968Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3114 | 2024-09-24T03:25:46.236Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3115 | 2024-09-24T03:25:46.760Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3116 | 2024-09-24T03:25:47.196Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3117 | 2024-09-24T03:25:47.256Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3118 | 2024-09-24T03:25:47.282Z | Checking fatfs v0.3.6 |
3119 | 2024-09-24T03:25:47.544Z | Checking assert_matches v1.5.0 |
3120 | 2024-09-24T03:25:48.520Z | Checking snafu v0.8.2 |
3121 | 2024-09-24T03:25:48.924Z | Checking tough v0.17.1 |
3122 | 2024-09-24T03:25:52.743Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3123 | 2024-09-24T03:25:53.891Z | Compiling git2 v0.19.0 |
3124 | 2024-09-24T03:25:53.921Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3125 | 2024-09-24T03:25:58.667Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3126 | 2024-09-24T03:26:48.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3127 | 2024-09-24T03:26:48.748Z | |
3128 | 2024-09-24T03:26:48.749Z | info: running `cargo check --bins` on nexus-external-api (135/162) |
3129 | 2024-09-24T03:26:49.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2024-09-24T03:26:49.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2024-09-24T03:26:49.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2024-09-24T03:26:49.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3133 | 2024-09-24T03:26:49.482Z | |
3134 | 2024-09-24T03:26:49.482Z | info: running `cargo check --bins` on openapi-manager-types (136/162) |
3135 | 2024-09-24T03:26:50.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-09-24T03:26:50.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-09-24T03:26:50.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3138 | 2024-09-24T03:26:50.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3139 | 2024-09-24T03:26:50.140Z | |
3140 | 2024-09-24T03:26:50.140Z | info: running `cargo check --bins` on nexus-internal-api (137/162) |
3141 | 2024-09-24T03:26:50.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-09-24T03:26:50.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-09-24T03:26:50.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3144 | 2024-09-24T03:26:50.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3145 | 2024-09-24T03:26:50.845Z | |
3146 | 2024-09-24T03:26:50.845Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (138/162) |
3147 | 2024-09-24T03:26:51.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-09-24T03:26:51.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-09-24T03:26:51.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2024-09-24T03:26:51.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3151 | 2024-09-24T03:26:51.617Z | |
3152 | 2024-09-24T03:26:51.617Z | info: running `cargo check --bins` on nexus-networking (139/162) |
3153 | 2024-09-24T03:26:52.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-09-24T03:26:52.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-09-24T03:26:52.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3156 | 2024-09-24T03:26:52.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3157 | 2024-09-24T03:26:52.327Z | |
3158 | 2024-09-24T03:26:52.327Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (140/162) |
3159 | 2024-09-24T03:26:52.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3160 | 2024-09-24T03:26:52.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3161 | 2024-09-24T03:26:52.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3162 | 2024-09-24T03:26:52.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3163 | 2024-09-24T03:26:53.059Z | |
3164 | 2024-09-24T03:26:53.059Z | info: running `cargo check --bins` on update-common (141/162) |
3165 | 2024-09-24T03:26:53.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-09-24T03:26:53.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-09-24T03:26:53.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3168 | 2024-09-24T03:26:53.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3169 | 2024-09-24T03:26:53.748Z | |
3170 | 2024-09-24T03:26:53.748Z | info: running `cargo check --bins` on tufaceous-lib (142/162) |
3171 | 2024-09-24T03:26:54.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2024-09-24T03:26:54.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2024-09-24T03:26:54.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3174 | 2024-09-24T03:26:54.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3175 | 2024-09-24T03:26:54.443Z | |
3176 | 2024-09-24T03:26:54.443Z | info: running `cargo check --bins` on tufaceous (143/162) |
3177 | 2024-09-24T03:26:55.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2024-09-24T03:26:55.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2024-09-24T03:26:55.152Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3180 | 2024-09-24T03:26:56.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3181 | 2024-09-24T03:26:56.200Z | |
3182 | 2024-09-24T03:26:56.200Z | info: running `cargo check --bins` on omicron-dev (144/162) |
3183 | 2024-09-24T03:26:56.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2024-09-24T03:26:56.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2024-09-24T03:26:57.096Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3186 | 2024-09-24T03:26:57.096Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3187 | 2024-09-24T03:26:57.098Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3188 | 2024-09-24T03:26:58.475Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3189 | 2024-09-24T03:27:00.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3190 | 2024-09-24T03:27:01.092Z | |
3191 | 2024-09-24T03:27:01.092Z | info: running `cargo check --bins` on openapi-manager (145/162) |
3192 | 2024-09-24T03:27:01.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-09-24T03:27:01.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-09-24T03:27:01.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3195 | 2024-09-24T03:27:01.854Z | Checking heck v0.4.1 |
3196 | 2024-09-24T03:27:01.856Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3197 | 2024-09-24T03:27:02.088Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3198 | 2024-09-24T03:27:03.423Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3199 | 2024-09-24T03:27:04.207Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3200 | 2024-09-24T03:27:05.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
3201 | 2024-09-24T03:27:05.355Z | |
3202 | 2024-09-24T03:27:05.355Z | info: running `cargo check --bins` on installinator-api (146/162) |
3203 | 2024-09-24T03:27:06.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-09-24T03:27:06.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-09-24T03:27:06.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2024-09-24T03:27:06.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3207 | 2024-09-24T03:27:06.083Z | |
3208 | 2024-09-24T03:27:06.083Z | info: running `cargo check --bins` on wicketd-api (147/162) |
3209 | 2024-09-24T03:27:06.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-09-24T03:27:06.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-09-24T03:27:06.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2024-09-24T03:27:06.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3213 | 2024-09-24T03:27:06.761Z | |
3214 | 2024-09-24T03:27:06.761Z | info: running `cargo check --bins` on reconfigurator-cli (148/162) |
3215 | 2024-09-24T03:27:07.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-09-24T03:27:07.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-09-24T03:27:07.538Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3218 | 2024-09-24T03:27:08.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3219 | 2024-09-24T03:27:08.934Z | |
3220 | 2024-09-24T03:27:08.934Z | info: running `cargo check --bins` on omicron-releng (149/162) |
3221 | 2024-09-24T03:27:09.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-09-24T03:27:09.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-09-24T03:27:09.656Z | Checking memmap2 v0.9.4 |
3224 | 2024-09-24T03:27:09.656Z | Checking arrayref v0.3.7 |
3225 | 2024-09-24T03:27:09.659Z | Checking untrusted v0.7.1 |
3226 | 2024-09-24T03:27:09.659Z | Checking arrayvec v0.7.4 |
3227 | 2024-09-24T03:27:09.659Z | Checking spin v0.5.2 |
3228 | 2024-09-24T03:27:09.659Z | Checking constant_time_eq v0.3.0 |
3229 | 2024-09-24T03:27:09.659Z | Checking cargo-platform v0.1.8 |
3230 | 2024-09-24T03:27:09.659Z | Checking topological-sort v0.2.2 |
3231 | 2024-09-24T03:27:09.825Z | Checking shell-words v1.1.0 |
3232 | 2024-09-24T03:27:09.962Z | Checking ring v0.16.20 |
3233 | 2024-09-24T03:27:10.042Z | Checking blake3 v1.5.1 |
3234 | 2024-09-24T03:27:10.044Z | Checking cargo_metadata v0.18.1 |
3235 | 2024-09-24T03:27:11.091Z | Checking omicron-zone-package v0.11.0 |
3236 | 2024-09-24T03:27:12.169Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3237 | 2024-09-24T03:27:13.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s |
3238 | 2024-09-24T03:27:13.171Z | |
3239 | 2024-09-24T03:27:13.171Z | info: running `cargo check --bins` on xtask (150/162) |
3240 | 2024-09-24T03:27:13.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-09-24T03:27:13.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-09-24T03:27:13.687Z | Checking bitflags v2.6.0 |
3243 | 2024-09-24T03:27:13.690Z | Checking serde v1.0.208 |
3244 | 2024-09-24T03:27:13.690Z | Checking thiserror v1.0.63 |
3245 | 2024-09-24T03:27:13.814Z | Checking scroll v0.12.0 |
3246 | 2024-09-24T03:27:13.819Z | Checking hashbrown v0.14.5 |
3247 | 2024-09-24T03:27:13.819Z | Checking log v0.4.21 |
3248 | 2024-09-24T03:27:13.819Z | Checking zerocopy v0.7.34 |
3249 | 2024-09-24T03:27:13.819Z | Checking syn v2.0.74 |
3250 | 2024-09-24T03:27:13.869Z | Checking pest v2.7.10 |
3251 | 2024-09-24T03:27:13.991Z | Checking rustix v0.38.34 |
3252 | 2024-09-24T03:27:14.024Z | Checking fs-err v2.11.0 |
3253 | 2024-09-24T03:27:14.228Z | Checking goblin v0.8.2 |
3254 | 2024-09-24T03:27:14.326Z | Checking tabled v0.15.0 |
3255 | 2024-09-24T03:27:14.919Z | Checking indexmap v2.4.0 |
3256 | 2024-09-24T03:27:15.142Z | Checking anyhow v1.0.89 |
3257 | 2024-09-24T03:27:15.688Z | Checking terminal_size v0.3.0 |
3258 | 2024-09-24T03:27:15.688Z | Checking tempfile v3.10.1 |
3259 | 2024-09-24T03:27:15.844Z | Checking clap_builder v4.5.15 |
3260 | 2024-09-24T03:27:16.400Z | Checking dtrace-parser v0.2.0 |
3261 | 2024-09-24T03:27:17.931Z | Checking clap v4.5.16 |
3262 | 2024-09-24T03:27:18.188Z | Checking serde_json v1.0.125 |
3263 | 2024-09-24T03:27:18.188Z | Checking serde_spanned v0.6.7 |
3264 | 2024-09-24T03:27:18.200Z | Checking toml_datetime v0.6.8 |
3265 | 2024-09-24T03:27:18.200Z | Checking camino v1.1.9 |
3266 | 2024-09-24T03:27:18.201Z | Checking cargo-platform v0.1.8 |
3267 | 2024-09-24T03:27:18.201Z | Checking semver v1.0.23 |
3268 | 2024-09-24T03:27:18.201Z | Checking macaddr v1.0.1 |
3269 | 2024-09-24T03:27:18.427Z | Checking toml_edit v0.22.20 |
3270 | 2024-09-24T03:27:18.633Z | Checking camino-tempfile v1.1.1 |
3271 | 2024-09-24T03:27:19.197Z | Checking dof v0.3.0 |
3272 | 2024-09-24T03:27:19.197Z | Checking cargo_metadata v0.18.1 |
3273 | 2024-09-24T03:27:19.594Z | Checking usdt-impl v0.5.0 |
3274 | 2024-09-24T03:27:19.941Z | Checking usdt v0.5.0 |
3275 | 2024-09-24T03:27:20.083Z | Checking toml v0.8.19 |
3276 | 2024-09-24T03:27:20.540Z | Checking cargo_toml v0.20.4 |
3277 | 2024-09-24T03:27:21.719Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3278 | 2024-09-24T03:27:22.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3279 | 2024-09-24T03:27:22.412Z | |
3280 | 2024-09-24T03:27:22.412Z | info: running `cargo check --bins` on end-to-end-tests (151/162) |
3281 | 2024-09-24T03:27:23.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-09-24T03:27:23.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-09-24T03:27:23.232Z | Checking polyval v0.6.2 |
3284 | 2024-09-24T03:27:23.338Z | Checking ctr v0.9.2 |
3285 | 2024-09-24T03:27:23.352Z | Checking ssh-encoding v0.2.0 |
3286 | 2024-09-24T03:27:23.352Z | Checking blowfish v0.9.1 |
3287 | 2024-09-24T03:27:23.374Z | Checking password-hash v0.4.2 |
3288 | 2024-09-24T03:27:23.377Z | Checking matches v0.1.10 |
3289 | 2024-09-24T03:27:23.402Z | Checking p256 v0.13.2 |
3290 | 2024-09-24T03:27:23.402Z | Checking p521 v0.13.3 |
3291 | 2024-09-24T03:27:23.475Z | Checking idna v0.2.3 |
3292 | 2024-09-24T03:27:23.546Z | Checking bcrypt-pbkdf v0.10.0 |
3293 | 2024-09-24T03:27:23.623Z | Checking ghash v0.5.1 |
3294 | 2024-09-24T03:27:23.633Z | Compiling enum-as-inner v0.5.1 |
3295 | 2024-09-24T03:27:23.651Z | Checking russh-cryptovec v0.7.2 |
3296 | 2024-09-24T03:27:23.734Z | Checking aes-gcm v0.10.3 |
3297 | 2024-09-24T03:27:23.752Z | Checking pbkdf2 v0.11.0 |
3298 | 2024-09-24T03:27:23.805Z | Checking md5 v0.7.0 |
3299 | 2024-09-24T03:27:23.840Z | Checking num-bigint v0.4.5 |
3300 | 2024-09-24T03:27:23.885Z | Checking des v0.8.1 |
3301 | 2024-09-24T03:27:23.972Z | Checking ssh-cipher v0.2.0 |
3302 | 2024-09-24T03:27:24.024Z | Compiling dhcproto-macros v0.1.0 |
3303 | 2024-09-24T03:27:24.068Z | Checking hex-literal v0.4.1 |
3304 | 2024-09-24T03:27:24.141Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3305 | 2024-09-24T03:27:24.199Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3306 | 2024-09-24T03:27:24.253Z | Checking ssh-key v0.6.6 |
3307 | 2024-09-24T03:27:24.283Z | Checking internet-checksum v0.2.1 |
3308 | 2024-09-24T03:27:24.594Z | Checking trust-dns-proto v0.22.0 |
3309 | 2024-09-24T03:27:25.508Z | Checking russh-keys v0.45.0 |
3310 | 2024-09-24T03:27:26.394Z | Checking russh v0.45.0 |
3311 | 2024-09-24T03:27:27.001Z | Checking dhcproto v0.12.0 |
3312 | 2024-09-24T03:27:43.379Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3313 | 2024-09-24T03:27:44.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.24s |
3314 | 2024-09-24T03:27:44.841Z | |
3315 | 2024-09-24T03:27:44.841Z | info: running `cargo check --bins` on gateway-cli (152/162) |
3316 | 2024-09-24T03:27:45.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3317 | 2024-09-24T03:27:45.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3318 | 2024-09-24T03:27:45.527Z | Checking termios v0.3.3 |
3319 | 2024-09-24T03:27:45.730Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3320 | 2024-09-24T03:27:46.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3321 | 2024-09-24T03:27:46.617Z | |
3322 | 2024-09-24T03:27:46.617Z | info: running `cargo check --bins --no-default-features` on installinator (153/162) |
3323 | 2024-09-24T03:27:47.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2024-09-24T03:27:47.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2024-09-24T03:27:47.357Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3326 | 2024-09-24T03:27:49.312Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3327 | 2024-09-24T03:27:51.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3328 | 2024-09-24T03:27:51.227Z | |
3329 | 2024-09-24T03:27:51.227Z | info: running `cargo check --bins` on internal-dns-cli (154/162) |
3330 | 2024-09-24T03:27:51.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-09-24T03:27:51.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-09-24T03:27:51.948Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3333 | 2024-09-24T03:27:52.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3334 | 2024-09-24T03:27:52.506Z | |
3335 | 2024-09-24T03:27:52.506Z | info: running `cargo check --bins` on omicron-live-tests (155/162) |
3336 | 2024-09-24T03:27:53.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-09-24T03:27:53.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-09-24T03:27:53.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2024-09-24T03:27:53.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3340 | 2024-09-24T03:27:53.211Z | |
3341 | 2024-09-24T03:27:53.211Z | info: running `cargo check --bins` on live-tests-macros (156/162) |
3342 | 2024-09-24T03:27:53.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-09-24T03:27:53.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-09-24T03:27:53.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3345 | 2024-09-24T03:27:53.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3346 | 2024-09-24T03:27:53.815Z | |
3347 | 2024-09-24T03:27:53.815Z | info: running `cargo check --bins` on omicron-package (157/162) |
3348 | 2024-09-24T03:27:54.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-09-24T03:27:54.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-09-24T03:27:54.528Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3351 | 2024-09-24T03:27:55.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3352 | 2024-09-24T03:27:55.906Z | |
3353 | 2024-09-24T03:27:55.906Z | info: running `cargo check --bins` on wicket-dbg (158/162) |
3354 | 2024-09-24T03:27:56.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3355 | 2024-09-24T03:27:56.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3356 | 2024-09-24T03:27:56.669Z | Checking rtoolbox v0.0.2 |
3357 | 2024-09-24T03:27:56.669Z | Checking tui-tree-widget v0.22.0 |
3358 | 2024-09-24T03:27:56.672Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3359 | 2024-09-24T03:27:56.884Z | Checking rpassword v7.3.1 |
3360 | 2024-09-24T03:28:00.853Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3361 | 2024-09-24T03:28:03.700Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3362 | 2024-09-24T03:28:04.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
3363 | 2024-09-24T03:28:05.004Z | |
3364 | 2024-09-24T03:28:05.005Z | info: running `cargo check --bins` on wicket (159/162) |
3365 | 2024-09-24T03:28:05.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-09-24T03:28:05.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-09-24T03:28:05.720Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3368 | 2024-09-24T03:28:06.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3369 | 2024-09-24T03:28:06.281Z | |
3370 | 2024-09-24T03:28:06.281Z | info: running `cargo check --bins` on wicketd (160/162) |
3371 | 2024-09-24T03:28:06.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-09-24T03:28:06.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-09-24T03:28:07.055Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3374 | 2024-09-24T03:28:10.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3375 | 2024-09-24T03:28:10.908Z | |
3376 | 2024-09-24T03:28:10.908Z | info: running `cargo check --bins` on omicron-workspace-hack (161/162) |
3377 | 2024-09-24T03:28:11.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2024-09-24T03:28:11.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2024-09-24T03:28:11.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2024-09-24T03:28:11.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3381 | 2024-09-24T03:28:11.603Z | |
3382 | 2024-09-24T03:28:11.603Z | info: running `cargo check --bins` on zone-setup (162/162) |
3383 | 2024-09-24T03:28:12.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2024-09-24T03:28:12.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2024-09-24T03:28:12.344Z | Checking uzers v0.11.3 |
3386 | 2024-09-24T03:28:12.692Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3387 | 2024-09-24T03:28:13.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3388 | 2024-09-24T03:28:13.854Z | |
3389 | 2024-09-24T03:28:13.854Z | real 11:21.647448354 |
3390 | 2024-09-24T03:28:13.854Z | user 24:00.043855932 |
3391 | 2024-09-24T03:28:13.854Z | sys 5:14.755532940 |
3392 | 2024-09-24T03:28:13.854Z | trap 0.509181401 |
3393 | 2024-09-24T03:28:13.854Z | tflt 3.288599645 |
3394 | 2024-09-24T03:28:13.854Z | dflt 2.240927478 |
3395 | 2024-09-24T03:28:13.854Z | kflt 0.002512158 |
3396 | 2024-09-24T03:28:13.854Z | lock 42:22.401174645 |
3397 | 2024-09-24T03:28:13.854Z | slp 1:58:34.407914336 |
3398 | 2024-09-24T03:28:13.857Z | lat 1:03.042861498 |
3399 | 2024-09-24T03:28:13.857Z | stop 3:10.447080178 |
3400 | 2024-09-24T03:28:13.857Z | process exited: duration 1022476 ms, exit code 0 |
|
3401 | 2024-09-24T03:28:13.863Z | found 0 output files |