|
|
|
1 | 2024-08-30T17:45:41.922Z | job assigned to worker 01J6J68FFWR0VMG4BGJRCFANZA (queued for 24 s) |
|
2 | 2024-08-30T17:45:42.376Z | starting task 0: "setup" |
3 | 2024-08-30T17:45:42.401Z | ++ uname -s |
4 | 2024-08-30T17:45:42.401Z | + kern=SunOS |
5 | 2024-08-30T17:45:42.401Z | + case "$kern" in |
6 | 2024-08-30T17:45:42.401Z | + groupadd -g 12345 build |
7 | 2024-08-30T17:45:42.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T17:45:44.407Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T17:45:44.451Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T17:45:44.474Z | + home_fs=zfs |
11 | 2024-08-30T17:45:44.474Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T17:45:44.474Z | + mkdir -p /home/build |
13 | 2024-08-30T17:45:44.474Z | + chown build:build /home/build /work |
14 | 2024-08-30T17:45:46.460Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T17:45:46.485Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-08-30T17:45:46.534Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T17:45:46.559Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T17:45:46.559Z | * toolchain channel = "1.80.1" |
19 | 2024-08-30T17:45:46.559Z | ' 1.80.1 |
20 | 2024-08-30T17:45:46.559Z | * toolchain profile = "default" |
21 | 2024-08-30T17:45:46.559Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-30T17:45:46.559Z | ' default |
23 | 2024-08-30T17:45:46.559Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T17:45:46.559Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T17:45:46.749Z | info: downloading installer |
26 | 2024-08-30T17:45:47.326Z | info: profile set to 'default' |
27 | 2024-08-30T17:45:47.326Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T17:45:47.326Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T17:45:47.433Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T17:45:47.433Z | info: downloading component 'cargo' |
31 | 2024-08-30T17:45:47.692Z | info: downloading component 'clippy' |
32 | 2024-08-30T17:45:47.805Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T17:45:48.305Z | info: downloading component 'rust-std' |
34 | 2024-08-30T17:45:48.860Z | info: downloading component 'rustc' |
35 | 2024-08-30T17:45:50.088Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T17:45:50.153Z | info: installing component 'cargo' |
37 | 2024-08-30T17:45:51.256Z | info: installing component 'clippy' |
38 | 2024-08-30T17:45:51.762Z | info: installing component 'rust-docs' |
39 | 2024-08-30T17:45:54.554Z | info: installing component 'rust-std' |
40 | 2024-08-30T17:45:57.301Z | info: installing component 'rustc' |
41 | 2024-08-30T17:46:02.233Z | info: installing component 'rustfmt' |
42 | 2024-08-30T17:46:02.618Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T17:46:02.618Z | |
44 | 2024-08-30T17:46:02.738Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T17:46:02.738Z | |
46 | 2024-08-30T17:46:02.762Z | |
47 | 2024-08-30T17:46:02.762Z | Rust is installed now. Great! |
48 | 2024-08-30T17:46:02.762Z | |
49 | 2024-08-30T17:46:02.762Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T17:46:02.762Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T17:46:02.762Z | |
52 | 2024-08-30T17:46:02.762Z | To configure your current shell, you need to source |
53 | 2024-08-30T17:46:02.762Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T17:46:02.762Z | |
55 | 2024-08-30T17:46:02.763Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T17:46:02.763Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T17:46:02.763Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T17:46:02.828Z | + rustc --version |
59 | 2024-08-30T17:46:02.939Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T17:46:02.964Z | process exited: duration 16407 ms, exit code 0 |
|
61 | 2024-08-30T17:46:03.016Z | starting task 2: "authentication" |
62 | 2024-08-30T17:46:03.071Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-08-30T17:46:03.118Z | starting task 3: "clone repository" |
64 | 2024-08-30T17:46:03.142Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T17:46:03.142Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T17:46:03.166Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T17:46:10.231Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T17:46:10.231Z | + git fetch origin 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
69 | 2024-08-30T17:46:10.654Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T17:46:10.654Z | * branch 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 -> FETCH_HEAD |
71 | 2024-08-30T17:46:10.677Z | + [[ -n ip-pools-tag ]] |
72 | 2024-08-30T17:46:10.677Z | ++ git branch --show-current |
73 | 2024-08-30T17:46:10.677Z | + current=main |
74 | 2024-08-30T17:46:10.677Z | + [[ main != ip-pools-tag ]] |
75 | 2024-08-30T17:46:10.677Z | + git branch -f ip-pools-tag 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
76 | 2024-08-30T17:46:10.701Z | + git checkout -f ip-pools-tag |
77 | 2024-08-30T17:46:10.733Z | Switched to branch 'ip-pools-tag' |
78 | 2024-08-30T17:46:10.757Z | + git reset --hard 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
79 | 2024-08-30T17:46:10.787Z | HEAD is now at 893a568fa put system IP pools endpoints under system/ip-pools tag |
80 | 2024-08-30T17:46:10.811Z | process exited: duration 7670 ms, exit code 0 |
|
81 | 2024-08-30T17:46:10.858Z | starting task 4: "build" |
82 | 2024-08-30T17:46:10.882Z | + cargo --version |
83 | 2024-08-30T17:46:10.934Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T17:46:10.957Z | + rustc --version |
85 | 2024-08-30T17:46:11.012Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T17:46:11.036Z | + source ./env.sh |
87 | 2024-08-30T17:46:11.036Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-30T17:46:11.036Z | ++ set -o xtrace |
89 | 2024-08-30T17:46:11.036Z | ++++ dirname ./env.sh |
90 | 2024-08-30T17:46:11.036Z | +++ readlink -f . |
91 | 2024-08-30T17:46:11.036Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-30T17:46:11.036Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-30T17:46:11.036Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-30T17:46:11.036Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-30T17:46:11.036Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-30T17:46:11.036Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-30T17:46:11.036Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-30T17:46:11.036Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-30T17:46:11.036Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-30T17:46:11.036Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-30T17:46:11.037Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-30T17:46:11.037Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-30T17:46:11.037Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-30T17:46:11.037Z | + banner prerequisites |
105 | 2024-08-30T17:46:11.037Z | |
106 | 2024-08-30T17:46:11.037Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-30T17:46:11.037Z | # # # # # # # # # # # # # # # |
108 | 2024-08-30T17:46:11.037Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-30T17:46:11.037Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-30T17:46:11.037Z | # # # # # # # # # # # # # # # |
111 | 2024-08-30T17:46:11.037Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-30T17:46:11.037Z | |
113 | 2024-08-30T17:46:11.037Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-30T17:46:16.353Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-30T17:46:19.204Z | Startup: Caching catalogs ... Done |
116 | 2024-08-30T17:46:21.642Z | Planning: Solver setup ... Done (1.743s) |
117 | 2024-08-30T17:46:21.670Z | Planning: Running solver ... Done (0.028s) |
118 | 2024-08-30T17:46:21.707Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-30T17:46:21.785Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-30T17:46:22.242Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-30T17:46:22.375Z | Planning: Package planning ... Done (0.133s) |
122 | 2024-08-30T17:46:22.442Z | Planning: Merging actions ... Done (0.066s) |
123 | 2024-08-30T17:46:22.702Z | Planning: Checking for conflicting actions ... Done (0.260s) |
124 | 2024-08-30T17:46:23.783Z | Planning: Consolidating action changes ... Done (1.080s) |
125 | 2024-08-30T17:46:24.274Z | Planning: Evaluating mediators ... Done (0.411s) |
126 | 2024-08-30T17:46:24.298Z | Planning: Planning completed in 5.01 seconds |
127 | 2024-08-30T17:46:24.321Z | Packages to install: 4 |
128 | 2024-08-30T17:46:24.321Z | Packages to update: 1 |
129 | 2024-08-30T17:46:24.321Z | Mediators to change: 2 |
130 | 2024-08-30T17:46:24.321Z | Services to change: 1 |
131 | 2024-08-30T17:46:24.322Z | Estimated space available: 148.82 GB |
132 | 2024-08-30T17:46:24.322Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-30T17:46:24.322Z | Create boot environment: No |
134 | 2024-08-30T17:46:24.322Z | Create backup boot environment: Yes |
135 | 2024-08-30T17:46:24.322Z | Rebuild boot archive: No |
136 | 2024-08-30T17:46:24.322Z | |
137 | 2024-08-30T17:46:24.322Z | Changed mediators: |
138 | 2024-08-30T17:46:24.322Z | mediator clang: |
139 | 2024-08-30T17:46:24.322Z | version: None -> 15 (system default) |
140 | 2024-08-30T17:46:24.322Z | |
141 | 2024-08-30T17:46:24.322Z | mediator llvm: |
142 | 2024-08-30T17:46:24.322Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-30T17:46:24.322Z | |
144 | 2024-08-30T17:46:24.322Z | Changed packages: |
145 | 2024-08-30T17:46:24.322Z | helios-dev |
146 | 2024-08-30T17:46:24.322Z | developer/build-essential |
147 | 2024-08-30T17:46:24.322Z | None -> 11-2.0 |
148 | 2024-08-30T17:46:24.322Z | library/libxmlsec1 |
149 | 2024-08-30T17:46:24.322Z | None -> 1.2.35-2.0 |
150 | 2024-08-30T17:46:24.322Z | ooce/developer/clang-15 |
151 | 2024-08-30T17:46:24.322Z | None -> 15.0.7-2.0 |
152 | 2024-08-30T17:46:24.322Z | ooce/developer/llvm-15 |
153 | 2024-08-30T17:46:24.322Z | None -> 15.0.7-2.0 |
154 | 2024-08-30T17:46:24.322Z | package/pkg |
155 | 2024-08-30T17:46:24.322Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-30T17:46:24.322Z | |
157 | 2024-08-30T17:46:24.322Z | Services: |
158 | 2024-08-30T17:46:24.322Z | restart_fmri: |
159 | 2024-08-30T17:46:24.322Z | svc:/system/update-man-index:default |
160 | 2024-08-30T17:46:24.322Z | |
161 | 2024-08-30T17:46:24.322Z | Editable files to change: |
162 | 2024-08-30T17:46:24.322Z | Update: |
163 | 2024-08-30T17:46:24.322Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-30T17:46:24.368Z | |
165 | 2024-08-30T17:46:24.368Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-30T17:46:29.369Z | Download: 645/4281 items 12.4/220.6MB 5% complete (2.5M/s) |
167 | 2024-08-30T17:46:34.385Z | Download: 1197/4281 items 58.4/220.6MB 26% complete (6.0M/s) |
168 | 2024-08-30T17:46:39.389Z | Download: 1198/4281 items 82.2/220.6MB 37% complete (7.0M/s) |
169 | 2024-08-30T17:46:44.757Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (6.2M/s) |
170 | 2024-08-30T17:46:49.758Z | Download: 3152/4281 items 152.1/220.6MB 68% complete (7.0M/s) |
171 | 2024-08-30T17:46:54.758Z | Download: 3287/4281 items 212.1/220.6MB 96% complete (9.3M/s) |
172 | 2024-08-30T17:46:57.601Z | Download: Completed 220.60 MB in 33.23 seconds (6.6M/s) |
173 | 2024-08-30T17:46:59.082Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-08-30T17:46:59.105Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-08-30T17:47:04.500Z | Actions: 3585/5063 actions (Installing new actions) |
176 | 2024-08-30T17:47:05.022Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-08-30T17:47:05.384Z | Actions: Completed 5063 actions in 6.30 seconds. |
178 | 2024-08-30T17:47:05.779Z | Done (0.385s) |
179 | 2024-08-30T17:47:05.802Z | Done (0.000s) |
180 | 2024-08-30T17:47:06.256Z | Done (0.475s) |
181 | 2024-08-30T17:47:11.339Z | Done (4.928s) |
182 | 2024-08-30T17:47:11.457Z | Done (0.022s) |
183 | 2024-08-30T17:47:11.481Z | Done (0.000s) |
184 | 2024-08-30T17:47:11.652Z | Done (0.000s) |
185 | 2024-08-30T17:47:12.347Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-30T17:47:12.600Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-08-30T17:47:12.624Z | Planning: Consolidating action changes ... Done |
188 | 2024-08-30T17:47:12.926Z | Planning: Evaluating mediators ... Done |
189 | 2024-08-30T17:47:12.949Z | Planning: Planning completed in 0.58 seconds |
190 | 2024-08-30T17:47:12.973Z | Mediators to change: 2 |
191 | 2024-08-30T17:47:12.973Z | Create boot environment: No |
192 | 2024-08-30T17:47:12.973Z | Create backup boot environment: No |
193 | 2024-08-30T17:47:13.032Z | Done |
194 | 2024-08-30T17:47:13.032Z | Done |
195 | 2024-08-30T17:47:13.367Z | Done |
196 | 2024-08-30T17:47:17.758Z | Done |
197 | 2024-08-30T17:47:17.851Z | Done |
198 | 2024-08-30T17:47:17.876Z | Done |
199 | 2024-08-30T17:47:17.940Z | Done |
200 | 2024-08-30T17:47:18.718Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-08-30T17:47:18.742Z | Planning: Merging actions ... Done |
202 | 2024-08-30T17:47:19.012Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-08-30T17:47:19.036Z | Planning: Consolidating action changes ... Done |
204 | 2024-08-30T17:47:19.333Z | Planning: Evaluating mediators ... Done |
205 | 2024-08-30T17:47:19.401Z | Planning: Planning completed in 0.98 seconds |
206 | 2024-08-30T17:47:19.447Z | Packages to change: 1 |
207 | 2024-08-30T17:47:19.447Z | Mediators to change: 1 |
208 | 2024-08-30T17:47:19.447Z | Services to change: 1 |
209 | 2024-08-30T17:47:19.447Z | Create boot environment: No |
210 | 2024-08-30T17:47:19.447Z | Create backup boot environment: Yes |
211 | 2024-08-30T17:47:20.993Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-08-30T17:47:21.020Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-08-30T17:47:21.020Z | Done |
214 | 2024-08-30T17:47:21.020Z | Done |
215 | 2024-08-30T17:47:21.109Z | Done |
216 | 2024-08-30T17:47:25.302Z | Done |
217 | 2024-08-30T17:47:25.397Z | Done |
218 | 2024-08-30T17:47:25.421Z | Done |
219 | 2024-08-30T17:47:25.485Z | Done |
220 | 2024-08-30T17:47:25.994Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-08-30T17:47:25.994Z | clang system 15 system |
222 | 2024-08-30T17:47:25.994Z | csh system system illumos |
223 | 2024-08-30T17:47:25.994Z | ctags system system illumos |
224 | 2024-08-30T17:47:25.994Z | gcc vendor 12 vendor |
225 | 2024-08-30T17:47:25.994Z | gcc system 10 system |
226 | 2024-08-30T17:47:25.994Z | gcc system 7 system |
227 | 2024-08-30T17:47:25.994Z | go system 1.20 system |
228 | 2024-08-30T17:47:25.994Z | go system 1.19 system |
229 | 2024-08-30T17:47:25.994Z | llvm system 15 system |
230 | 2024-08-30T17:47:25.994Z | llvm system 14 system |
231 | 2024-08-30T17:47:25.994Z | mariadb system 10.6 system |
232 | 2024-08-30T17:47:25.994Z | mta vendor vendor dma |
233 | 2024-08-30T17:47:25.994Z | openjdk system 17 system |
234 | 2024-08-30T17:47:25.994Z | openjdk system 11 system |
235 | 2024-08-30T17:47:25.994Z | openjdk system 1.8 system |
236 | 2024-08-30T17:47:25.994Z | openssl vendor 3 vendor |
237 | 2024-08-30T17:47:25.994Z | perl system 5.36 system |
238 | 2024-08-30T17:47:25.994Z | postgresql system 15 system |
239 | 2024-08-30T17:47:25.994Z | postgresql system 13 system |
240 | 2024-08-30T17:47:25.994Z | python vendor 3 vendor |
241 | 2024-08-30T17:47:25.994Z | python system 2 system |
242 | 2024-08-30T17:47:25.994Z | python3 system 3.11 system |
243 | 2024-08-30T17:47:25.995Z | ruby system 3.0 system |
244 | 2024-08-30T17:47:25.995Z | words vendor vendor american-english |
245 | 2024-08-30T17:47:25.995Z | words system system australian-english |
246 | 2024-08-30T17:47:25.995Z | words system system british-english |
247 | 2024-08-30T17:47:25.995Z | words system system canadian-english |
248 | 2024-08-30T17:47:25.995Z | words system system french |
249 | 2024-08-30T17:47:25.995Z | words system system italian |
250 | 2024-08-30T17:47:25.995Z | words system system ngerman |
251 | 2024-08-30T17:47:25.995Z | words system system ogerman |
252 | 2024-08-30T17:47:25.995Z | words system system spanish |
253 | 2024-08-30T17:47:26.414Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-08-30T17:47:26.414Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-08-30T17:47:28.587Z | FMRI IFO |
256 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-08-30T17:47:28.587Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-08-30T17:47:29.243Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
270 | 2024-08-30T17:47:29.662Z | Updating crates.io index |
271 | 2024-08-30T17:47:29.686Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
272 | 2024-08-30T17:47:30.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-08-30T17:47:31.623Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-08-30T17:47:32.008Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
275 | 2024-08-30T17:47:33.804Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-08-30T17:47:34.113Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-08-30T17:47:34.411Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-08-30T17:47:35.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-08-30T17:47:37.778Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-08-30T17:47:38.942Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-08-30T17:47:39.797Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-08-30T17:47:40.202Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-08-30T17:47:40.888Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-08-30T17:47:41.256Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-08-30T17:47:41.668Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-08-30T17:47:42.178Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-08-30T17:47:42.601Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-08-30T17:47:42.970Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-08-30T17:47:43.304Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-08-30T17:47:43.678Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-08-30T17:47:44.004Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-08-30T17:47:44.426Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-08-30T17:47:44.859Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-08-30T17:47:45.161Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-08-30T17:47:45.756Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-08-30T17:47:46.185Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-08-30T17:47:46.743Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-08-30T17:47:49.238Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-08-30T17:47:49.578Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-08-30T17:47:50.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-08-30T17:47:50.585Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-08-30T17:47:52.207Z | Downloading crates ... |
303 | 2024-08-30T17:47:52.261Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-08-30T17:47:52.286Z | Downloaded swrite v0.1.0 |
305 | 2024-08-30T17:47:52.286Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-08-30T17:47:52.286Z | Downloaded tabled_derive v0.7.0 |
307 | 2024-08-30T17:47:52.286Z | Downloaded thread-id v4.2.1 |
308 | 2024-08-30T17:47:52.286Z | Downloaded serde_tokenstream v0.2.2 |
309 | 2024-08-30T17:47:52.286Z | Downloaded terminal_size v0.3.0 |
310 | 2024-08-30T17:47:52.286Z | Downloaded errno v0.3.9 |
311 | 2024-08-30T17:47:52.286Z | Downloaded zerocopy-derive v0.7.34 |
312 | 2024-08-30T17:47:52.310Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-08-30T17:47:52.310Z | Downloaded version_check v0.9.5 |
314 | 2024-08-30T17:47:52.310Z | Downloaded serde_json v1.0.125 |
315 | 2024-08-30T17:47:52.310Z | Downloaded ucd-trie v0.1.6 |
316 | 2024-08-30T17:47:52.310Z | Downloaded winnow v0.6.18 |
317 | 2024-08-30T17:47:52.334Z | Downloaded unicode-ident v1.0.12 |
318 | 2024-08-30T17:47:52.334Z | Downloaded zerocopy v0.7.34 |
319 | 2024-08-30T17:47:52.358Z | Downloaded tabled v0.15.0 |
320 | 2024-08-30T17:47:52.358Z | Downloaded unicode-width v0.1.13 |
321 | 2024-08-30T17:47:52.382Z | Downloaded libc v0.2.158 |
322 | 2024-08-30T17:47:52.405Z | Downloaded syn v2.0.74 |
323 | 2024-08-30T17:47:52.405Z | Downloaded syn v1.0.109 |
324 | 2024-08-30T17:47:52.429Z | Downloaded rustix v0.38.34 |
325 | 2024-08-30T17:47:52.453Z | Downloaded pest v2.7.10 |
326 | 2024-08-30T17:47:52.453Z | Downloaded goblin v0.8.2 |
327 | 2024-08-30T17:47:52.453Z | Downloaded toml_edit v0.22.20 |
328 | 2024-08-30T17:47:52.478Z | Downloaded textwrap v0.16.1 |
329 | 2024-08-30T17:47:52.502Z | Downloaded tempfile v3.10.1 |
330 | 2024-08-30T17:47:52.502Z | Downloaded sha2 v0.10.8 |
331 | 2024-08-30T17:47:52.502Z | Downloaded serde_derive v1.0.208 |
332 | 2024-08-30T17:47:52.502Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-30T17:47:52.502Z | Downloaded once_cell v1.19.0 |
334 | 2024-08-30T17:47:52.502Z | Downloaded memchr v2.7.2 |
335 | 2024-08-30T17:47:52.502Z | Downloaded indexmap v2.4.0 |
336 | 2024-08-30T17:47:52.526Z | Downloaded toml v0.8.19 |
337 | 2024-08-30T17:47:52.526Z | Downloaded plain v0.2.3 |
338 | 2024-08-30T17:47:52.526Z | Downloaded pest_generator v2.7.10 |
339 | 2024-08-30T17:47:52.526Z | Downloaded hashbrown v0.14.5 |
340 | 2024-08-30T17:47:52.526Z | Downloaded scroll v0.12.0 |
341 | 2024-08-30T17:47:52.526Z | Downloaded proc-macro2 v1.0.86 |
342 | 2024-08-30T17:47:52.526Z | Downloaded log v0.4.21 |
343 | 2024-08-30T17:47:52.526Z | Downloaded thiserror-impl v1.0.63 |
344 | 2024-08-30T17:47:52.526Z | Downloaded strsim v0.11.1 |
345 | 2024-08-30T17:47:52.550Z | Downloaded serde_spanned v0.6.7 |
346 | 2024-08-30T17:47:52.550Z | Downloaded serde v1.0.208 |
347 | 2024-08-30T17:47:52.550Z | Downloaded semver v1.0.23 |
348 | 2024-08-30T17:47:52.550Z | Downloaded heck v0.4.1 |
349 | 2024-08-30T17:47:52.550Z | Downloaded equivalent v1.0.1 |
350 | 2024-08-30T17:47:52.550Z | Downloaded clap_builder v4.5.15 |
351 | 2024-08-30T17:47:52.550Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-08-30T17:47:52.550Z | Downloaded papergrid v0.11.0 |
353 | 2024-08-30T17:47:52.550Z | Downloaded macaddr v1.0.1 |
354 | 2024-08-30T17:47:52.574Z | Downloaded itoa v1.0.11 |
355 | 2024-08-30T17:47:52.574Z | Downloaded fs-err v2.11.0 |
356 | 2024-08-30T17:47:52.574Z | Downloaded fastrand v2.1.0 |
357 | 2024-08-30T17:47:52.574Z | Downloaded utf8parse v0.2.1 |
358 | 2024-08-30T17:47:52.574Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-08-30T17:47:52.574Z | Downloaded usdt v0.5.0 |
360 | 2024-08-30T17:47:52.574Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2024-08-30T17:47:52.574Z | Downloaded typenum v1.17.0 |
362 | 2024-08-30T17:47:52.574Z | Downloaded toml_datetime v0.6.8 |
363 | 2024-08-30T17:47:52.574Z | Downloaded thiserror v1.0.63 |
364 | 2024-08-30T17:47:52.574Z | Downloaded smawk v0.3.2 |
365 | 2024-08-30T17:47:52.574Z | Downloaded ryu v1.0.18 |
366 | 2024-08-30T17:47:52.598Z | Downloaded quote v1.0.36 |
367 | 2024-08-30T17:47:52.598Z | Downloaded pest_meta v2.7.10 |
368 | 2024-08-30T17:47:52.598Z | Downloaded pest_derive v2.7.10 |
369 | 2024-08-30T17:47:52.598Z | Downloaded heck v0.5.0 |
370 | 2024-08-30T17:47:52.598Z | Downloaded generic-array v0.14.7 |
371 | 2024-08-30T17:47:52.598Z | Downloaded fnv v1.0.7 |
372 | 2024-08-30T17:47:52.598Z | Downloaded clap_derive v4.5.13 |
373 | 2024-08-30T17:47:52.598Z | Downloaded clap v4.5.16 |
374 | 2024-08-30T17:47:52.622Z | Downloaded cargo_toml v0.20.4 |
375 | 2024-08-30T17:47:52.623Z | Downloaded bitflags v2.6.0 |
376 | 2024-08-30T17:47:52.623Z | Downloaded block-buffer v0.10.4 |
377 | 2024-08-30T17:47:52.623Z | Downloaded proc-macro-error-attr v1.0.4 |
378 | 2024-08-30T17:47:52.623Z | Downloaded pretty-hex v0.4.1 |
379 | 2024-08-30T17:47:52.623Z | Downloaded memmap v0.7.0 |
380 | 2024-08-30T17:47:52.623Z | Downloaded dof v0.3.0 |
381 | 2024-08-30T17:47:52.623Z | Downloaded crypto-common v0.1.6 |
382 | 2024-08-30T17:47:52.623Z | Downloaded cpufeatures v0.2.12 |
383 | 2024-08-30T17:47:52.623Z | Downloaded cargo_metadata v0.18.1 |
384 | 2024-08-30T17:47:52.623Z | Downloaded camino-tempfile v1.1.1 |
385 | 2024-08-30T17:47:52.623Z | Downloaded camino v1.1.9 |
386 | 2024-08-30T17:47:52.623Z | Downloaded byteorder v1.5.0 |
387 | 2024-08-30T17:47:52.623Z | Downloaded bytecount v0.6.8 |
388 | 2024-08-30T17:47:52.649Z | Downloaded autocfg v1.3.0 |
389 | 2024-08-30T17:47:52.649Z | Downloaded anyhow v1.0.86 |
390 | 2024-08-30T17:47:52.649Z | Downloaded is_terminal_polyfill v1.70.0 |
391 | 2024-08-30T17:47:52.649Z | Downloaded colorchoice v1.0.1 |
392 | 2024-08-30T17:47:52.649Z | Downloaded cfg-if v1.0.0 |
393 | 2024-08-30T17:47:52.649Z | Downloaded cargo-platform v0.1.8 |
394 | 2024-08-30T17:47:52.650Z | Downloaded anstyle-query v1.0.3 |
395 | 2024-08-30T17:47:52.650Z | Downloaded anstyle v1.0.8 |
396 | 2024-08-30T17:47:52.650Z | Downloaded digest v0.10.7 |
397 | 2024-08-30T17:47:52.650Z | Downloaded clap_lex v0.7.0 |
398 | 2024-08-30T17:47:52.650Z | Downloaded anstyle-parse v0.2.4 |
399 | 2024-08-30T17:47:52.650Z | Downloaded anstream v0.6.14 |
400 | 2024-08-30T17:47:52.779Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-08-30T17:47:52.779Z | Compiling unicode-ident v1.0.12 |
402 | 2024-08-30T17:47:52.803Z | Compiling serde v1.0.208 |
403 | 2024-08-30T17:47:52.803Z | Compiling version_check v0.9.5 |
404 | 2024-08-30T17:47:52.803Z | Compiling thiserror v1.0.63 |
405 | 2024-08-30T17:47:52.803Z | Compiling memchr v2.7.2 |
406 | 2024-08-30T17:47:52.803Z | Compiling libc v0.2.158 |
407 | 2024-08-30T17:47:52.803Z | Compiling ucd-trie v0.1.6 |
408 | 2024-08-30T17:47:53.137Z | Compiling itoa v1.0.11 |
409 | 2024-08-30T17:47:53.335Z | Compiling ryu v1.0.18 |
410 | 2024-08-30T17:47:53.427Z | Compiling once_cell v1.19.0 |
411 | 2024-08-30T17:47:53.586Z | Compiling byteorder v1.5.0 |
412 | 2024-08-30T17:47:53.613Z | Compiling rustix v0.38.34 |
413 | 2024-08-30T17:47:53.854Z | Compiling serde_json v1.0.125 |
414 | 2024-08-30T17:47:53.993Z | Compiling bitflags v2.6.0 |
415 | 2024-08-30T17:47:54.186Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-08-30T17:47:54.315Z | Compiling usdt-impl v0.5.0 |
417 | 2024-08-30T17:47:54.352Z | Compiling quote v1.0.36 |
418 | 2024-08-30T17:47:54.436Z | Compiling syn v1.0.109 |
419 | 2024-08-30T17:47:54.521Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-08-30T17:47:54.550Z | Compiling equivalent v1.0.1 |
421 | 2024-08-30T17:47:54.629Z | Compiling errno v0.3.9 |
422 | 2024-08-30T17:47:54.780Z | Compiling syn v2.0.74 |
423 | 2024-08-30T17:47:54.855Z | Compiling utf8parse v0.2.1 |
424 | 2024-08-30T17:47:54.901Z | Compiling plain v0.2.3 |
425 | 2024-08-30T17:47:54.955Z | Compiling camino v1.1.9 |
426 | 2024-08-30T17:47:55.020Z | Compiling hashbrown v0.14.5 |
427 | 2024-08-30T17:47:55.070Z | Compiling thread-id v4.2.1 |
428 | 2024-08-30T17:47:55.102Z | Compiling log v0.4.21 |
429 | 2024-08-30T17:47:55.220Z | Compiling anstyle-parse v0.2.4 |
430 | 2024-08-30T17:47:55.684Z | Compiling anstyle v1.0.8 |
431 | 2024-08-30T17:47:55.722Z | Compiling is_terminal_polyfill v1.70.0 |
432 | 2024-08-30T17:47:55.811Z | Compiling winnow v0.6.18 |
433 | 2024-08-30T17:47:55.932Z | Compiling anstyle-query v1.0.3 |
434 | 2024-08-30T17:47:56.025Z | Compiling pretty-hex v0.4.1 |
435 | 2024-08-30T17:47:56.075Z | Compiling semver v1.0.23 |
436 | 2024-08-30T17:47:56.101Z | Compiling unicode-width v0.1.13 |
437 | 2024-08-30T17:47:56.224Z | Compiling indexmap v2.4.0 |
438 | 2024-08-30T17:47:56.285Z | Compiling colorchoice v1.0.1 |
439 | 2024-08-30T17:47:56.361Z | Compiling autocfg v1.3.0 |
440 | 2024-08-30T17:47:56.444Z | Compiling anstream v0.6.14 |
441 | 2024-08-30T17:47:57.014Z | Compiling terminal_size v0.3.0 |
442 | 2024-08-30T17:47:57.403Z | Compiling heck v0.5.0 |
443 | 2024-08-30T17:47:57.426Z | Compiling fs-err v2.11.0 |
444 | 2024-08-30T17:47:57.452Z | Compiling fastrand v2.1.0 |
445 | 2024-08-30T17:47:57.572Z | Compiling fnv v1.0.7 |
446 | 2024-08-30T17:47:57.654Z | Compiling heck v0.4.1 |
447 | 2024-08-30T17:47:57.746Z | Compiling cfg-if v1.0.0 |
448 | 2024-08-30T17:47:57.855Z | Compiling anyhow v1.0.86 |
449 | 2024-08-30T17:47:57.881Z | Compiling bytecount v0.6.8 |
450 | 2024-08-30T17:47:58.020Z | Compiling strsim v0.11.1 |
451 | 2024-08-30T17:47:58.102Z | Compiling clap_lex v0.7.0 |
452 | 2024-08-30T17:47:58.137Z | Compiling papergrid v0.11.0 |
453 | 2024-08-30T17:47:58.377Z | Compiling clap_builder v4.5.15 |
454 | 2024-08-30T17:47:58.590Z | Compiling tempfile v3.10.1 |
455 | 2024-08-30T17:47:58.809Z | Compiling memmap v0.7.0 |
456 | 2024-08-30T17:47:58.842Z | Compiling smawk v0.3.2 |
457 | 2024-08-30T17:47:59.037Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-08-30T17:47:59.325Z | Compiling swrite v0.1.0 |
459 | 2024-08-30T17:47:59.440Z | Compiling textwrap v0.16.1 |
460 | 2024-08-30T17:48:00.315Z | Compiling tabled_derive v0.7.0 |
461 | 2024-08-30T17:48:01.903Z | Compiling tabled v0.15.0 |
462 | 2024-08-30T17:48:02.798Z | Compiling serde_derive v1.0.208 |
463 | 2024-08-30T17:48:02.798Z | Compiling thiserror-impl v1.0.63 |
464 | 2024-08-30T17:48:02.828Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-08-30T17:48:02.925Z | Compiling scroll_derive v0.12.0 |
466 | 2024-08-30T17:48:03.162Z | Compiling clap_derive v4.5.13 |
467 | 2024-08-30T17:48:04.054Z | Compiling scroll v0.12.0 |
468 | 2024-08-30T17:48:04.483Z | Compiling goblin v0.8.2 |
469 | 2024-08-30T17:48:04.560Z | Compiling zerocopy v0.7.34 |
470 | 2024-08-30T17:48:05.043Z | Compiling pest v2.7.10 |
471 | 2024-08-30T17:48:06.295Z | Compiling clap v4.5.16 |
472 | 2024-08-30T17:48:07.075Z | Compiling pest_meta v2.7.10 |
473 | 2024-08-30T17:48:08.033Z | Compiling pest_generator v2.7.10 |
474 | 2024-08-30T17:48:09.673Z | Compiling pest_derive v2.7.10 |
475 | 2024-08-30T17:48:10.275Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-08-30T17:48:12.159Z | Compiling toml_datetime v0.6.8 |
477 | 2024-08-30T17:48:12.159Z | Compiling serde_spanned v0.6.7 |
478 | 2024-08-30T17:48:12.183Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-30T17:48:12.548Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-08-30T17:48:12.610Z | Compiling toml_edit v0.22.20 |
481 | 2024-08-30T17:48:12.680Z | Compiling macaddr v1.0.1 |
482 | 2024-08-30T17:48:12.793Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-08-30T17:48:13.505Z | Compiling dof v0.3.0 |
484 | 2024-08-30T17:48:13.505Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-08-30T17:48:15.115Z | Compiling toml v0.8.19 |
486 | 2024-08-30T17:48:15.533Z | Compiling usdt-macro v0.5.0 |
487 | 2024-08-30T17:48:15.580Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-08-30T17:48:16.027Z | Compiling cargo_toml v0.20.4 |
489 | 2024-08-30T17:48:16.707Z | Compiling usdt v0.5.0 |
490 | 2024-08-30T17:48:20.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-08-30T17:48:24.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.93s |
492 | 2024-08-30T17:48:25.115Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-08-30T17:48:25.864Z | Downloading crates ... |
494 | 2024-08-30T17:48:25.983Z | Downloaded atty v0.2.14 |
495 | 2024-08-30T17:48:26.578Z | Downloaded ctr v0.9.2 |
496 | 2024-08-30T17:48:26.578Z | Downloaded crucible-workspace-hack v0.1.0 |
497 | 2024-08-30T17:48:26.578Z | Downloaded is-terminal v0.4.12 |
498 | 2024-08-30T17:48:26.578Z | Downloaded iana-time-zone v0.1.60 |
499 | 2024-08-30T17:48:26.578Z | Downloaded num-integer v0.1.46 |
500 | 2024-08-30T17:48:26.578Z | Downloaded num-conv v0.1.0 |
501 | 2024-08-30T17:48:26.578Z | Downloaded tokio-macros v2.4.0 |
502 | 2024-08-30T17:48:26.578Z | Downloaded russh-cryptovec v0.7.2 |
503 | 2024-08-30T17:48:26.578Z | Downloaded sigpipe v0.1.3 |
504 | 2024-08-30T17:48:26.578Z | Downloaded tls_codec v0.4.1 |
505 | 2024-08-30T17:48:26.578Z | Downloaded downcast v0.11.0 |
506 | 2024-08-30T17:48:26.578Z | Downloaded endian-type v0.1.2 |
507 | 2024-08-30T17:48:26.578Z | Downloaded openssl-probe v0.1.5 |
508 | 2024-08-30T17:48:26.578Z | Downloaded rfc6979 v0.4.0 |
509 | 2024-08-30T17:48:26.578Z | Downloaded highway v1.2.0 |
510 | 2024-08-30T17:48:26.578Z | Downloaded try-lock v0.2.5 |
511 | 2024-08-30T17:48:26.578Z | Downloaded strum v0.26.3 |
512 | 2024-08-30T17:48:26.578Z | Downloaded lock_api v0.4.12 |
513 | 2024-08-30T17:48:26.578Z | Downloaded vte_generate_state_changes v0.1.1 |
514 | 2024-08-30T17:48:26.578Z | Downloaded phf_shared v0.10.0 |
515 | 2024-08-30T17:48:26.578Z | Downloaded take_mut v0.2.2 |
516 | 2024-08-30T17:48:26.578Z | Downloaded peg-runtime v0.8.3 |
517 | 2024-08-30T17:48:26.578Z | Downloaded strum_macros v0.25.3 |
518 | 2024-08-30T17:48:26.578Z | Downloaded waitgroup v0.1.2 |
519 | 2024-08-30T17:48:26.579Z | Downloaded time-core v0.1.2 |
520 | 2024-08-30T17:48:26.579Z | Downloaded want v0.3.1 |
521 | 2024-08-30T17:48:26.579Z | Downloaded same-file v1.0.6 |
522 | 2024-08-30T17:48:26.579Z | Downloaded sqlparser_derive v0.2.2 |
523 | 2024-08-30T17:48:26.579Z | Downloaded erased-serde v0.3.31 |
524 | 2024-08-30T17:48:26.579Z | Downloaded pretty-hex v0.2.1 |
525 | 2024-08-30T17:48:26.579Z | Downloaded headers-core v0.2.0 |
526 | 2024-08-30T17:48:26.579Z | Downloaded rand_chacha v0.3.1 |
527 | 2024-08-30T17:48:26.579Z | Downloaded float-ord v0.3.2 |
528 | 2024-08-30T17:48:26.579Z | Downloaded foreign-types-shared v0.3.1 |
529 | 2024-08-30T17:48:26.579Z | Downloaded thiserror-no-std v2.0.2 |
530 | 2024-08-30T17:48:26.579Z | Downloaded parse-size v1.0.0 |
531 | 2024-08-30T17:48:26.579Z | Downloaded zone_cfg_derive v0.3.0 |
532 | 2024-08-30T17:48:26.579Z | Downloaded slog-json v2.6.1 |
533 | 2024-08-30T17:48:26.579Z | Downloaded slog-stdlog v4.1.1 |
534 | 2024-08-30T17:48:26.579Z | Downloaded smallvec v0.6.14 |
535 | 2024-08-30T17:48:26.579Z | Downloaded tokio-tungstenite v0.23.1 |
536 | 2024-08-30T17:48:26.579Z | Downloaded password-hash v0.5.0 |
537 | 2024-08-30T17:48:26.579Z | Downloaded toml v0.7.8 |
538 | 2024-08-30T17:48:26.579Z | Downloaded tokio-tungstenite v0.21.0 |
539 | 2024-08-30T17:48:26.579Z | Downloaded socket2 v0.5.7 |
540 | 2024-08-30T17:48:26.579Z | Downloaded smallvec v1.13.2 |
541 | 2024-08-30T17:48:26.579Z | Downloaded heapless v0.8.0 |
542 | 2024-08-30T17:48:26.579Z | Downloaded toml_edit v0.19.15 |
543 | 2024-08-30T17:48:26.579Z | Downloaded winnow v0.5.40 |
544 | 2024-08-30T17:48:26.579Z | Downloaded x509-cert v0.2.5 |
545 | 2024-08-30T17:48:26.579Z | Downloaded quick-xml v0.31.0 |
546 | 2024-08-30T17:48:26.579Z | Downloaded zerocopy-derive v0.6.6 |
547 | 2024-08-30T17:48:26.579Z | Downloaded regex-automata v0.4.6 |
548 | 2024-08-30T17:48:26.579Z | Downloaded diesel v2.2.3 |
549 | 2024-08-30T17:48:26.579Z | Downloaded openapiv3 v2.0.0 |
550 | 2024-08-30T17:48:26.579Z | Downloaded sled v0.34.7 |
551 | 2024-08-30T17:48:26.579Z | Downloaded finl_unicode v1.2.0 |
552 | 2024-08-30T17:48:26.579Z | Downloaded petgraph v0.6.5 |
553 | 2024-08-30T17:48:26.579Z | Downloaded regress v0.9.1 |
554 | 2024-08-30T17:48:26.579Z | Downloaded encoding_rs v0.8.34 |
555 | 2024-08-30T17:48:26.579Z | Downloaded regex-syntax v0.8.4 |
556 | 2024-08-30T17:48:26.579Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
557 | 2024-08-30T17:48:26.604Z | Downloaded csv v1.3.0 |
558 | 2024-08-30T17:48:26.628Z | Downloaded rustls v0.22.4 |
559 | 2024-08-30T17:48:26.652Z | Downloaded tokio v1.39.3 |
560 | 2024-08-30T17:48:26.682Z | Downloaded sha3 v0.10.8 |
561 | 2024-08-30T17:48:26.707Z | Downloaded webpki-roots v0.25.4 |
562 | 2024-08-30T17:48:26.707Z | Downloaded polar-core v0.27.3 |
563 | 2024-08-30T17:48:26.730Z | Downloaded ratatui v0.28.0 |
564 | 2024-08-30T17:48:26.754Z | Downloaded nix v0.28.0 |
565 | 2024-08-30T17:48:26.754Z | Downloaded proptest v1.5.0 |
566 | 2024-08-30T17:48:26.778Z | Downloaded ring v0.17.8 |
567 | 2024-08-30T17:48:26.846Z | Downloaded libz-sys v1.1.16 |
568 | 2024-08-30T17:48:26.927Z | Downloaded rustls-webpki v0.102.4 |
569 | 2024-08-30T17:48:26.951Z | Downloaded rustls v0.21.12 |
570 | 2024-08-30T17:48:26.974Z | Downloaded openssl v0.10.66 |
571 | 2024-08-30T17:48:26.974Z | Downloaded object v0.32.2 |
572 | 2024-08-30T17:48:26.998Z | Downloaded ring v0.16.20 |
573 | 2024-08-30T17:48:27.083Z | Downloaded object v0.30.4 |
574 | 2024-08-30T17:48:27.107Z | Downloaded libsqlite3-sys v0.28.0 |
575 | 2024-08-30T17:48:27.185Z | Downloaded dropshot v0.10.1 |
576 | 2024-08-30T17:48:27.208Z | Downloaded nix v0.27.1 |
577 | 2024-08-30T17:48:27.232Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
578 | 2024-08-30T17:48:27.232Z | Downloaded p384 v0.13.0 |
579 | 2024-08-30T17:48:27.232Z | Downloaded smoltcp v0.11.0 |
580 | 2024-08-30T17:48:27.256Z | Downloaded smoltcp v0.9.1 |
581 | 2024-08-30T17:48:27.280Z | Downloaded gimli v0.28.1 |
582 | 2024-08-30T17:48:27.280Z | Downloaded regex-syntax v0.6.29 |
583 | 2024-08-30T17:48:27.280Z | Downloaded regex v1.10.6 |
584 | 2024-08-30T17:48:27.304Z | Downloaded rustls-webpki v0.101.7 |
585 | 2024-08-30T17:48:27.329Z | Downloaded idna v0.5.0 |
586 | 2024-08-30T17:48:27.329Z | Downloaded idna v0.4.0 |
587 | 2024-08-30T17:48:27.329Z | Downloaded idna v0.3.0 |
588 | 2024-08-30T17:48:27.352Z | Downloaded idna v0.2.3 |
589 | 2024-08-30T17:48:27.353Z | Downloaded tokio-util v0.7.11 |
590 | 2024-08-30T17:48:27.353Z | Downloaded publicsuffix v2.2.3 |
591 | 2024-08-30T17:48:27.353Z | Downloaded p521 v0.13.3 |
592 | 2024-08-30T17:48:27.353Z | Downloaded radix_trie v0.2.1 |
593 | 2024-08-30T17:48:27.376Z | Downloaded git2 v0.19.0 |
594 | 2024-08-30T17:48:27.376Z | Downloaded sqlparser v0.45.0 |
595 | 2024-08-30T17:48:27.377Z | Downloaded time v0.3.36 |
596 | 2024-08-30T17:48:27.402Z | Downloaded trust-dns-proto v0.22.0 |
597 | 2024-08-30T17:48:27.402Z | Downloaded hickory-proto v0.24.1 |
598 | 2024-08-30T17:48:27.426Z | Downloaded lalrpop v0.19.12 |
599 | 2024-08-30T17:48:27.449Z | Downloaded heapless v0.7.17 |
600 | 2024-08-30T17:48:27.449Z | Downloaded portable-atomic v1.6.0 |
601 | 2024-08-30T17:48:27.449Z | Downloaded curve25519-dalek v4.1.3 |
602 | 2024-08-30T17:48:27.449Z | Downloaded h2 v0.3.26 |
603 | 2024-08-30T17:48:27.472Z | Downloaded bstr v1.9.1 |
604 | 2024-08-30T17:48:27.472Z | Downloaded flume v0.11.0 |
605 | 2024-08-30T17:48:27.472Z | Downloaded libxml v0.3.3 |
606 | 2024-08-30T17:48:27.496Z | Downloaded tokio-tungstenite v0.20.1 |
607 | 2024-08-30T17:48:27.496Z | Downloaded tokio-stream v0.1.15 |
608 | 2024-08-30T17:48:27.496Z | Downloaded der v0.7.9 |
609 | 2024-08-30T17:48:27.496Z | Downloaded flate2 v1.0.31 |
610 | 2024-08-30T17:48:27.519Z | Downloaded rayon v1.10.0 |
611 | 2024-08-30T17:48:27.519Z | Downloaded hashbrown v0.13.2 |
612 | 2024-08-30T17:48:27.519Z | Downloaded hashbrown v0.12.3 |
613 | 2024-08-30T17:48:27.519Z | Downloaded unicode-normalization v0.1.23 |
614 | 2024-08-30T17:48:27.543Z | Downloaded itertools v0.12.1 |
615 | 2024-08-30T17:48:27.543Z | Downloaded zip v0.6.6 |
616 | 2024-08-30T17:48:27.543Z | Downloaded test-strategy v0.3.1 |
617 | 2024-08-30T17:48:27.543Z | Downloaded p256 v0.13.2 |
618 | 2024-08-30T17:48:27.543Z | Downloaded snafu v0.8.2 |
619 | 2024-08-30T17:48:27.567Z | Downloaded prettyplease v0.2.20 |
620 | 2024-08-30T17:48:27.567Z | Downloaded futures-util v0.3.30 |
621 | 2024-08-30T17:48:27.567Z | Downloaded slog-term v2.9.1 |
622 | 2024-08-30T17:48:27.590Z | Downloaded slog-dtrace v0.3.0 |
623 | 2024-08-30T17:48:27.590Z | Downloaded slog-bunyan v2.5.0 |
624 | 2024-08-30T17:48:27.590Z | Downloaded slog-async v2.8.0 |
625 | 2024-08-30T17:48:27.590Z | Downloaded quick-error v1.2.3 |
626 | 2024-08-30T17:48:27.590Z | Downloaded psl-types v2.0.11 |
627 | 2024-08-30T17:48:27.590Z | Downloaded peg-macros v0.8.4 |
628 | 2024-08-30T17:48:27.590Z | Downloaded defmt-parser v0.3.4 |
629 | 2024-08-30T17:48:27.590Z | Downloaded zerocopy v0.6.6 |
630 | 2024-08-30T17:48:27.590Z | Downloaded yasna v0.5.2 |
631 | 2024-08-30T17:48:27.590Z | Downloaded parking_lot v0.12.2 |
632 | 2024-08-30T17:48:27.590Z | Downloaded socket2 v0.4.10 |
633 | 2024-08-30T17:48:27.590Z | Downloaded slog v2.7.0 |
634 | 2024-08-30T17:48:27.614Z | Downloaded rustyline v14.0.0 |
635 | 2024-08-30T17:48:27.614Z | Downloaded ssh-key v0.6.6 |
636 | 2024-08-30T17:48:27.614Z | Downloaded reedline v0.33.0 |
637 | 2024-08-30T17:48:27.614Z | Downloaded unicode-segmentation v1.11.0 |
638 | 2024-08-30T17:48:27.637Z | Downloaded vcpkg v0.2.15 |
639 | 2024-08-30T17:48:27.661Z | Downloaded slog-scope v4.4.0 |
640 | 2024-08-30T17:48:27.686Z | Downloaded proc-macro-crate v1.3.1 |
641 | 2024-08-30T17:48:27.686Z | Downloaded paste v1.0.15 |
642 | 2024-08-30T17:48:27.686Z | Downloaded password-hash v0.4.2 |
643 | 2024-08-30T17:48:27.686Z | Downloaded parse-display-derive v0.10.0 |
644 | 2024-08-30T17:48:27.686Z | Downloaded form_urlencoded v1.2.1 |
645 | 2024-08-30T17:48:27.686Z | Downloaded defmt v0.3.8 |
646 | 2024-08-30T17:48:27.686Z | Downloaded debug-ignore v1.0.5 |
647 | 2024-08-30T17:48:27.686Z | Downloaded data-encoding v2.6.0 |
648 | 2024-08-30T17:48:27.686Z | Downloaded zone v0.3.0 |
649 | 2024-08-30T17:48:27.686Z | Downloaded parse-display v0.10.0 |
650 | 2024-08-30T17:48:27.686Z | Downloaded parking_lot_core v0.9.10 |
651 | 2024-08-30T17:48:27.686Z | Downloaded parking_lot_core v0.8.6 |
652 | 2024-08-30T17:48:27.686Z | Downloaded parking_lot v0.11.2 |
653 | 2024-08-30T17:48:27.711Z | Downloaded tokio-rustls v0.25.0 |
654 | 2024-08-30T17:48:27.711Z | Downloaded spin v0.5.2 |
655 | 2024-08-30T17:48:27.711Z | Downloaded snafu-derive v0.8.2 |
656 | 2024-08-30T17:48:27.711Z | Downloaded diesel_derives v2.2.2 |
657 | 2024-08-30T17:48:27.711Z | Downloaded rand v0.8.5 |
658 | 2024-08-30T17:48:27.711Z | Downloaded expectorate v1.1.0 |
659 | 2024-08-30T17:48:27.711Z | Downloaded hkdf v0.12.4 |
660 | 2024-08-30T17:48:27.711Z | Downloaded nom v7.1.3 |
661 | 2024-08-30T17:48:27.734Z | Downloaded libm v0.2.8 |
662 | 2024-08-30T17:48:27.734Z | Downloaded hyper v0.14.30 |
663 | 2024-08-30T17:48:27.734Z | Downloaded slog-envlogger v2.2.0 |
664 | 2024-08-30T17:48:27.734Z | Downloaded wyz v0.5.1 |
665 | 2024-08-30T17:48:27.734Z | Downloaded primeorder v0.13.6 |
666 | 2024-08-30T17:48:27.759Z | Downloaded peg v0.8.4 |
667 | 2024-08-30T17:48:27.759Z | Downloaded pbkdf2 v0.12.2 |
668 | 2024-08-30T17:48:27.759Z | Downloaded pbkdf2 v0.11.0 |
669 | 2024-08-30T17:48:27.759Z | Downloaded path-slash v0.1.5 |
670 | 2024-08-30T17:48:27.759Z | Downloaded defmt-macros v0.3.9 |
671 | 2024-08-30T17:48:27.759Z | Downloaded zeroize v1.7.0 |
672 | 2024-08-30T17:48:27.759Z | Downloaded xattr v1.3.1 |
673 | 2024-08-30T17:48:27.759Z | Downloaded packed_struct_codegen v0.10.1 |
674 | 2024-08-30T17:48:27.759Z | Downloaded packed_struct v0.10.1 |
675 | 2024-08-30T17:48:27.759Z | Downloaded fragile v2.0.0 |
676 | 2024-08-30T17:48:27.759Z | Downloaded foreign-types-macros v0.2.3 |
677 | 2024-08-30T17:48:27.759Z | Downloaded fixedbitset v0.4.2 |
678 | 2024-08-30T17:48:27.759Z | Downloaded headers v0.3.9 |
679 | 2024-08-30T17:48:27.784Z | Downloaded postcard v1.0.8 |
680 | 2024-08-30T17:48:27.784Z | Downloaded fatfs v0.3.6 |
681 | 2024-08-30T17:48:27.784Z | Downloaded schemars v0.8.21 |
682 | 2024-08-30T17:48:27.784Z | Downloaded dhcproto v0.12.0 |
683 | 2024-08-30T17:48:27.809Z | Downloaded reqwest v0.11.27 |
684 | 2024-08-30T17:48:27.809Z | Downloaded mio v0.8.11 |
685 | 2024-08-30T17:48:27.809Z | Downloaded zone_cfg_derive v0.1.2 |
686 | 2024-08-30T17:48:27.809Z | Downloaded zeroize_derive v1.4.2 |
687 | 2024-08-30T17:48:27.809Z | Downloaded heck v0.3.3 |
688 | 2024-08-30T17:48:27.809Z | Downloaded smf v0.2.3 |
689 | 2024-08-30T17:48:27.809Z | Downloaded slab v0.4.9 |
690 | 2024-08-30T17:48:27.809Z | Downloaded siphasher v0.3.11 |
691 | 2024-08-30T17:48:27.809Z | Downloaded globset v0.4.14 |
692 | 2024-08-30T17:48:27.832Z | Downloaded predicates v3.1.2 |
693 | 2024-08-30T17:48:27.832Z | Downloaded tar v0.4.41 |
694 | 2024-08-30T17:48:27.832Z | Downloaded chrono v0.4.38 |
695 | 2024-08-30T17:48:27.832Z | Downloaded zone v0.1.8 |
696 | 2024-08-30T17:48:27.832Z | Downloaded float-cmp v0.9.0 |
697 | 2024-08-30T17:48:27.832Z | Downloaded flagset v0.4.5 |
698 | 2024-08-30T17:48:27.832Z | Downloaded bitvec v1.0.1 |
699 | 2024-08-30T17:48:27.856Z | Downloaded thiserror-impl-no-std v2.0.2 |
700 | 2024-08-30T17:48:27.856Z | Downloaded walkdir v2.5.0 |
701 | 2024-08-30T17:48:27.856Z | Downloaded poly1305 v0.8.0 |
702 | 2024-08-30T17:48:27.856Z | Downloaded des v0.8.1 |
703 | 2024-08-30T17:48:27.856Z | Downloaded minimal-lexical v0.2.1 |
704 | 2024-08-30T17:48:27.880Z | Downloaded foreign-types-shared v0.1.1 |
705 | 2024-08-30T17:48:27.880Z | Downloaded foreign-types v0.5.0 |
706 | 2024-08-30T17:48:27.880Z | Downloaded foreign-types v0.3.2 |
707 | 2024-08-30T17:48:27.880Z | Downloaded semver v0.1.20 |
708 | 2024-08-30T17:48:27.880Z | Downloaded secrecy v0.8.0 |
709 | 2024-08-30T17:48:27.880Z | Downloaded rand_xorshift v0.3.0 |
710 | 2024-08-30T17:48:27.880Z | Downloaded rand_seeder v0.3.0 |
711 | 2024-08-30T17:48:27.880Z | Downloaded rand_core v0.6.4 |
712 | 2024-08-30T17:48:27.880Z | Downloaded radium v0.7.0 |
713 | 2024-08-30T17:48:27.880Z | Downloaded r2d2 v0.8.10 |
714 | 2024-08-30T17:48:27.880Z | Downloaded glob v0.3.1 |
715 | 2024-08-30T17:48:27.880Z | Downloaded tiny-keccak v2.0.2 |
716 | 2024-08-30T17:48:27.880Z | Downloaded time-macros v0.2.18 |
717 | 2024-08-30T17:48:27.880Z | Downloaded termcolor v1.4.1 |
718 | 2024-08-30T17:48:27.880Z | Downloaded predicates-core v1.0.6 |
719 | 2024-08-30T17:48:27.880Z | Downloaded whoami v1.5.1 |
720 | 2024-08-30T17:48:27.904Z | Downloaded hashlink v0.9.1 |
721 | 2024-08-30T17:48:27.904Z | Downloaded half v2.4.1 |
722 | 2024-08-30T17:48:27.904Z | Downloaded tough v0.17.1 |
723 | 2024-08-30T17:48:27.904Z | Downloaded diesel_table_macro_syntax v0.2.0 |
724 | 2024-08-30T17:48:27.904Z | Downloaded serde-big-array v0.5.1 |
725 | 2024-08-30T17:48:27.904Z | Downloaded funty v2.0.0 |
726 | 2024-08-30T17:48:27.904Z | Downloaded spin v0.9.8 |
727 | 2024-08-30T17:48:27.904Z | Downloaded postgres-types v0.2.7 |
728 | 2024-08-30T17:48:27.904Z | Downloaded postgres-protocol v0.6.7 |
729 | 2024-08-30T17:48:27.928Z | Downloaded samael v0.0.15 |
730 | 2024-08-30T17:48:27.928Z | Downloaded derive_more v0.99.18 |
731 | 2024-08-30T17:48:27.928Z | Downloaded openssl-sys v0.9.103 |
732 | 2024-08-30T17:48:27.928Z | Downloaded termios v0.3.3 |
733 | 2024-08-30T17:48:27.928Z | Downloaded ssh-cipher v0.2.0 |
734 | 2024-08-30T17:48:27.928Z | Downloaded sqlformat v0.2.4 |
735 | 2024-08-30T17:48:27.928Z | Downloaded spki v0.7.3 |
736 | 2024-08-30T17:48:27.952Z | Downloaded filetime v0.2.25 |
737 | 2024-08-30T17:48:27.952Z | Downloaded ff v0.13.0 |
738 | 2024-08-30T17:48:27.952Z | Downloaded fd-lock v4.0.2 |
739 | 2024-08-30T17:48:27.952Z | Downloaded fallible-streaming-iterator v0.1.9 |
740 | 2024-08-30T17:48:27.952Z | Downloaded diff v0.1.13 |
741 | 2024-08-30T17:48:27.952Z | Downloaded termtree v0.4.1 |
742 | 2024-08-30T17:48:27.952Z | Downloaded which v4.4.2 |
743 | 2024-08-30T17:48:27.952Z | Downloaded sct v0.7.1 |
744 | 2024-08-30T17:48:27.952Z | Downloaded phf v0.11.2 |
745 | 2024-08-30T17:48:27.952Z | Downloaded derive_builder v0.20.0 |
746 | 2024-08-30T17:48:27.978Z | Downloaded subprocess v0.2.9 |
747 | 2024-08-30T17:48:27.978Z | Downloaded ed25519-dalek v2.1.1 |
748 | 2024-08-30T17:48:27.978Z | Downloaded num-bigint v0.4.5 |
749 | 2024-08-30T17:48:27.978Z | Downloaded ppv-lite86 v0.2.17 |
750 | 2024-08-30T17:48:27.978Z | Downloaded powerfmt v0.2.0 |
751 | 2024-08-30T17:48:27.978Z | Downloaded env_logger v0.10.2 |
752 | 2024-08-30T17:48:27.978Z | Downloaded env_logger v0.9.3 |
753 | 2024-08-30T17:48:27.978Z | Downloaded rayon-core v1.12.1 |
754 | 2024-08-30T17:48:27.978Z | Downloaded itertools v0.13.0 |
755 | 2024-08-30T17:48:28.002Z | Downloaded enum-as-inner v0.6.0 |
756 | 2024-08-30T17:48:28.002Z | Downloaded scrypt v0.11.0 |
757 | 2024-08-30T17:48:28.002Z | Downloaded group v0.13.0 |
758 | 2024-08-30T17:48:28.002Z | Downloaded der_derive v0.7.2 |
759 | 2024-08-30T17:48:28.002Z | Downloaded term v0.7.0 |
760 | 2024-08-30T17:48:28.002Z | Downloaded rcgen v0.12.1 |
761 | 2024-08-30T17:48:28.002Z | Downloaded typed-path v0.7.1 |
762 | 2024-08-30T17:48:28.026Z | Downloaded omicron-zone-package v0.11.0 |
763 | 2024-08-30T17:48:28.026Z | Downloaded serde_with v3.9.0 |
764 | 2024-08-30T17:48:28.026Z | Downloaded predicates-tree v1.0.9 |
765 | 2024-08-30T17:48:28.026Z | Downloaded precomputed-hash v0.1.1 |
766 | 2024-08-30T17:48:28.026Z | Downloaded portpicker v0.1.1 |
767 | 2024-08-30T17:48:28.026Z | Downloaded fallible-iterator v0.3.0 |
768 | 2024-08-30T17:48:28.026Z | Downloaded fallible-iterator v0.2.0 |
769 | 2024-08-30T17:48:28.026Z | Downloaded thread_local v1.1.8 |
770 | 2024-08-30T17:48:28.026Z | Downloaded sec1 v0.7.3 |
771 | 2024-08-30T17:48:28.051Z | Downloaded scopeguard v1.2.0 |
772 | 2024-08-30T17:48:28.051Z | Downloaded schemars_derive v0.8.21 |
773 | 2024-08-30T17:48:28.051Z | Downloaded scheduled-thread-pool v0.2.7 |
774 | 2024-08-30T17:48:28.051Z | Downloaded pem-rfc7468 v0.7.0 |
775 | 2024-08-30T17:48:28.051Z | Downloaded derive-where v1.2.7 |
776 | 2024-08-30T17:48:28.051Z | Downloaded steno v0.4.1 |
777 | 2024-08-30T17:48:28.051Z | Downloaded polyval v0.6.2 |
778 | 2024-08-30T17:48:28.051Z | Downloaded percent-encoding v2.3.1 |
779 | 2024-08-30T17:48:28.051Z | Downloaded pem v3.0.4 |
780 | 2024-08-30T17:48:28.051Z | Downloaded hash32 v0.2.1 |
781 | 2024-08-30T17:48:28.051Z | Downloaded pkcs8 v0.10.2 |
782 | 2024-08-30T17:48:28.051Z | Downloaded pkcs5 v0.7.1 |
783 | 2024-08-30T17:48:28.074Z | Downloaded pin-project-lite v0.2.14 |
784 | 2024-08-30T17:48:28.074Z | Downloaded pin-project v1.1.5 |
785 | 2024-08-30T17:48:28.074Z | Downloaded tracing v0.1.40 |
786 | 2024-08-30T17:48:28.098Z | Downloaded elliptic-curve v0.13.8 |
787 | 2024-08-30T17:48:28.098Z | Downloaded num-bigint-dig v0.8.4 |
788 | 2024-08-30T17:48:28.098Z | Downloaded salsa20 v0.10.2 |
789 | 2024-08-30T17:48:28.098Z | Downloaded hash32 v0.3.1 |
790 | 2024-08-30T17:48:28.098Z | Downloaded derive_builder_core v0.20.0 |
791 | 2024-08-30T17:48:28.098Z | Downloaded rustversion v1.0.17 |
792 | 2024-08-30T17:48:28.098Z | Downloaded unicode-bidi v0.3.15 |
793 | 2024-08-30T17:48:28.098Z | Downloaded tungstenite v0.20.1 |
794 | 2024-08-30T17:48:28.122Z | Downloaded tracing-core v0.1.32 |
795 | 2024-08-30T17:48:28.122Z | Downloaded rusqlite v0.31.0 |
796 | 2024-08-30T17:48:28.122Z | Downloaded tap v1.0.1 |
797 | 2024-08-30T17:48:28.122Z | Downloaded tabwriter v1.4.0 |
798 | 2024-08-30T17:48:28.122Z | Downloaded supports-color v3.0.0 |
799 | 2024-08-30T17:48:28.122Z | Downloaded strum_macros v0.26.4 |
800 | 2024-08-30T17:48:28.122Z | Downloaded pkcs1 v0.7.5 |
801 | 2024-08-30T17:48:28.122Z | Downloaded futures v0.3.30 |
802 | 2024-08-30T17:48:28.146Z | Downloaded tungstenite v0.23.0 |
803 | 2024-08-30T17:48:28.146Z | Downloaded tungstenite v0.21.0 |
804 | 2024-08-30T17:48:28.146Z | Downloaded oso v0.27.3 |
805 | 2024-08-30T17:48:28.146Z | Downloaded tokio-postgres v0.7.11 |
806 | 2024-08-30T17:48:28.146Z | Downloaded crossterm v0.28.1 |
807 | 2024-08-30T17:48:28.169Z | Downloaded blake3 v1.5.1 |
808 | 2024-08-30T17:48:28.169Z | Downloaded toolchain_find v0.4.0 |
809 | 2024-08-30T17:48:28.169Z | Downloaded rusty-fork v0.3.0 |
810 | 2024-08-30T17:48:28.169Z | Downloaded deranged v0.3.11 |
811 | 2024-08-30T17:48:28.169Z | Downloaded subtle v2.5.0 |
812 | 2024-08-30T17:48:28.169Z | Downloaded static_assertions v1.1.0 |
813 | 2024-08-30T17:48:28.169Z | Downloaded stable_deref_trait v1.2.0 |
814 | 2024-08-30T17:48:28.169Z | Downloaded pin-utils v0.1.0 |
815 | 2024-08-30T17:48:28.169Z | Downloaded getrandom v0.2.14 |
816 | 2024-08-30T17:48:28.193Z | Downloaded futures-macro v0.3.30 |
817 | 2024-08-30T17:48:28.193Z | Downloaded wait-timeout v0.2.0 |
818 | 2024-08-30T17:48:28.193Z | Downloaded vte v0.11.1 |
819 | 2024-08-30T17:48:28.193Z | Downloaded hickory-resolver v0.24.1 |
820 | 2024-08-30T17:48:28.193Z | Downloaded mio v1.0.2 |
821 | 2024-08-30T17:48:28.193Z | Downloaded bindgen v0.69.4 |
822 | 2024-08-30T17:48:28.217Z | Downloaded ssh-encoding v0.2.0 |
823 | 2024-08-30T17:48:28.217Z | Downloaded ref-cast-impl v1.0.23 |
824 | 2024-08-30T17:48:28.217Z | Downloaded pin-project-internal v1.1.5 |
825 | 2024-08-30T17:48:28.217Z | Downloaded twox-hash v1.6.3 |
826 | 2024-08-30T17:48:28.217Z | Downloaded structmeta-derive v0.3.0 |
827 | 2024-08-30T17:48:28.217Z | Downloaded owo-colors v4.0.0 |
828 | 2024-08-30T17:48:28.217Z | Downloaded vergen v8.3.2 |
829 | 2024-08-30T17:48:28.217Z | Downloaded russh v0.45.0 |
830 | 2024-08-30T17:48:28.217Z | Downloaded dhcproto-macros v0.1.0 |
831 | 2024-08-30T17:48:28.217Z | Downloaded derive_builder_macro v0.20.0 |
832 | 2024-08-30T17:48:28.217Z | Downloaded ref-cast v1.0.23 |
833 | 2024-08-30T17:48:28.241Z | Downloaded pkg-config v0.3.30 |
834 | 2024-08-30T17:48:28.241Z | Downloaded phf_shared v0.11.2 |
835 | 2024-08-30T17:48:28.241Z | Downloaded ghash v0.5.1 |
836 | 2024-08-30T17:48:28.241Z | Downloaded getopts v0.2.21 |
837 | 2024-08-30T17:48:28.241Z | Downloaded gethostname v0.5.0 |
838 | 2024-08-30T17:48:28.241Z | Downloaded futures-channel v0.3.30 |
839 | 2024-08-30T17:48:28.241Z | Downloaded strum_macros v0.24.3 |
840 | 2024-08-30T17:48:28.241Z | Downloaded rustls-pki-types v1.7.0 |
841 | 2024-08-30T17:48:28.241Z | Downloaded rustls-pemfile v2.1.3 |
842 | 2024-08-30T17:48:28.241Z | Downloaded rsa v0.9.6 |
843 | 2024-08-30T17:48:28.241Z | Downloaded sync_wrapper v0.1.2 |
844 | 2024-08-30T17:48:28.241Z | Downloaded futures-task v0.3.30 |
845 | 2024-08-30T17:48:28.241Z | Downloaded futures-io v0.3.30 |
846 | 2024-08-30T17:48:28.266Z | Downloaded futures-executor v0.3.30 |
847 | 2024-08-30T17:48:28.266Z | Downloaded unarray v0.1.4 |
848 | 2024-08-30T17:48:28.266Z | Downloaded tracing-attributes v0.1.27 |
849 | 2024-08-30T17:48:28.266Z | Downloaded rustls-pemfile v1.0.4 |
850 | 2024-08-30T17:48:28.266Z | Downloaded ron v0.7.1 |
851 | 2024-08-30T17:48:28.266Z | Downloaded ecdsa v0.16.9 |
852 | 2024-08-30T17:48:28.266Z | Downloaded unicode_categories v0.1.1 |
853 | 2024-08-30T17:48:28.266Z | Downloaded tokio-rustls v0.24.1 |
854 | 2024-08-30T17:48:28.267Z | Downloaded aho-corasick v1.1.3 |
855 | 2024-08-30T17:48:28.290Z | Downloaded fxhash v0.2.1 |
856 | 2024-08-30T17:48:28.290Z | Downloaded futures-sink v0.3.30 |
857 | 2024-08-30T17:48:28.290Z | Downloaded futures-core v0.3.30 |
858 | 2024-08-30T17:48:28.290Z | Downloaded unicase v2.7.0 |
859 | 2024-08-30T17:48:28.290Z | Downloaded tui-tree-widget v0.22.0 |
860 | 2024-08-30T17:48:28.290Z | Downloaded topological-sort v0.2.2 |
861 | 2024-08-30T17:48:28.290Z | Downloaded structmeta v0.3.0 |
862 | 2024-08-30T17:48:28.290Z | Downloaded rustc_version v0.4.0 |
863 | 2024-08-30T17:48:28.290Z | Downloaded rustc_version v0.1.7 |
864 | 2024-08-30T17:48:28.290Z | Downloaded rustc-hash v1.1.0 |
865 | 2024-08-30T17:48:28.290Z | Downloaded olpc-cjson v0.1.3 |
866 | 2024-08-30T17:48:28.290Z | Downloaded kstat-rs v0.2.4 |
867 | 2024-08-30T17:48:28.290Z | Downloaded http v1.1.0 |
868 | 2024-08-30T17:48:28.290Z | Downloaded rustfmt-wrapper v0.2.1 |
869 | 2024-08-30T17:48:28.290Z | Downloaded hmac v0.12.1 |
870 | 2024-08-30T17:48:28.290Z | Downloaded hickory-client v0.24.1 |
871 | 2024-08-30T17:48:28.314Z | Downloaded nu-ansi-term v0.50.0 |
872 | 2024-08-30T17:48:28.314Z | Downloaded memmap2 v0.9.4 |
873 | 2024-08-30T17:48:28.314Z | Downloaded indicatif v0.17.8 |
874 | 2024-08-30T17:48:28.314Z | Downloaded lalrpop-util v0.19.12 |
875 | 2024-08-30T17:48:28.314Z | Downloaded http v0.2.12 |
876 | 2024-08-30T17:48:28.314Z | Downloaded structmeta-derive v0.2.0 |
877 | 2024-08-30T17:48:28.314Z | Downloaded structmeta v0.2.0 |
878 | 2024-08-30T17:48:28.314Z | Downloaded strip-ansi-escapes v0.2.0 |
879 | 2024-08-30T17:48:28.314Z | Downloaded stringprep v0.1.4 |
880 | 2024-08-30T17:48:28.314Z | Downloaded string_cache v0.8.7 |
881 | 2024-08-30T17:48:28.314Z | Downloaded ena v0.14.3 |
882 | 2024-08-30T17:48:28.338Z | Downloaded dyn-clone v1.0.17 |
883 | 2024-08-30T17:48:28.338Z | Downloaded dsl_auto_type v0.1.2 |
884 | 2024-08-30T17:48:28.338Z | Downloaded vsss-rs v3.3.4 |
885 | 2024-08-30T17:48:28.338Z | Downloaded num-complex v0.4.6 |
886 | 2024-08-30T17:48:28.338Z | Downloaded multer v3.1.0 |
887 | 2024-08-30T17:48:28.338Z | Downloaded tower-service v0.3.2 |
888 | 2024-08-30T17:48:28.338Z | Downloaded resolv-conf v0.7.0 |
889 | 2024-08-30T17:48:28.338Z | Downloaded enum-as-inner v0.5.1 |
890 | 2024-08-30T17:48:28.338Z | Downloaded either v1.13.0 |
891 | 2024-08-30T17:48:28.338Z | Downloaded ed25519 v2.2.3 |
892 | 2024-08-30T17:48:28.338Z | Downloaded dropshot_endpoint v0.10.1 |
893 | 2024-08-30T17:48:28.338Z | Downloaded unsafe-libyaml v0.2.11 |
894 | 2024-08-30T17:48:28.364Z | Downloaded tokio-native-tls v0.3.1 |
895 | 2024-08-30T17:48:28.364Z | Downloaded hex-literal v0.4.1 |
896 | 2024-08-30T17:48:28.364Z | Downloaded url v2.5.2 |
897 | 2024-08-30T17:48:28.364Z | Downloaded serde_yaml v0.9.34+deprecated |
898 | 2024-08-30T17:48:28.364Z | Downloaded num-derive v0.4.2 |
899 | 2024-08-30T17:48:28.364Z | Downloaded mime v0.3.17 |
900 | 2024-08-30T17:48:28.364Z | Downloaded lru-cache v0.1.2 |
901 | 2024-08-30T17:48:28.364Z | Downloaded itertools v0.10.5 |
902 | 2024-08-30T17:48:28.364Z | Downloaded oso-derive v0.27.3 |
903 | 2024-08-30T17:48:28.387Z | Downloaded opaque-debug v0.3.1 |
904 | 2024-08-30T17:48:28.387Z | Downloaded num_threads v0.1.7 |
905 | 2024-08-30T17:48:28.387Z | Downloaded num_enum_derive v0.5.11 |
906 | 2024-08-30T17:48:28.387Z | Downloaded num_enum v0.5.11 |
907 | 2024-08-30T17:48:28.387Z | Downloaded home v0.5.9 |
908 | 2024-08-30T17:48:28.387Z | Downloaded signal-hook v0.3.17 |
909 | 2024-08-30T17:48:28.387Z | Downloaded ron v0.8.1 |
910 | 2024-08-30T17:48:28.387Z | Downloaded mockall v0.13.0 |
911 | 2024-08-30T17:48:28.387Z | Downloaded maplit v1.0.2 |
912 | 2024-08-30T17:48:28.388Z | Downloaded openssl-macros v0.1.1 |
913 | 2024-08-30T17:48:28.388Z | Downloaded number_prefix v0.4.0 |
914 | 2024-08-30T17:48:28.388Z | Downloaded hex v0.4.3 |
915 | 2024-08-30T17:48:28.388Z | Downloaded dirs-sys-next v0.1.2 |
916 | 2024-08-30T17:48:28.411Z | Downloaded dirs-next v2.0.0 |
917 | 2024-08-30T17:48:28.411Z | Downloaded difflib v0.4.0 |
918 | 2024-08-30T17:48:28.411Z | Downloaded russh-keys v0.45.0 |
919 | 2024-08-30T17:48:28.411Z | Downloaded num-iter v0.1.45 |
920 | 2024-08-30T17:48:28.411Z | Downloaded newtype-uuid v1.1.0 |
921 | 2024-08-30T17:48:28.411Z | Downloaded nanorand v0.7.0 |
922 | 2024-08-30T17:48:28.411Z | Downloaded lazycell v1.3.0 |
923 | 2024-08-30T17:48:28.411Z | Downloaded jobserver v0.1.32 |
924 | 2024-08-30T17:48:28.411Z | Downloaded ipnet v2.9.0 |
925 | 2024-08-30T17:48:28.411Z | Downloaded aes-gcm v0.10.3 |
926 | 2024-08-30T17:48:28.411Z | Downloaded embedded-io v0.4.0 |
927 | 2024-08-30T17:48:28.411Z | Downloaded uuid v1.10.0 |
928 | 2024-08-30T17:48:28.435Z | Downloaded utf-8 v0.7.6 |
929 | 2024-08-30T17:48:28.435Z | Downloaded untrusted v0.9.0 |
930 | 2024-08-30T17:48:28.435Z | Downloaded untrusted v0.7.1 |
931 | 2024-08-30T17:48:28.435Z | Downloaded universal-hash v0.5.1 |
932 | 2024-08-30T17:48:28.435Z | Downloaded tinyvec v1.6.0 |
933 | 2024-08-30T17:48:28.435Z | Downloaded similar v2.6.0 |
934 | 2024-08-30T17:48:28.435Z | Downloaded sha1 v0.10.6 |
935 | 2024-08-30T17:48:28.435Z | Downloaded serde_derive_internals v0.29.1 |
936 | 2024-08-30T17:48:28.435Z | Downloaded md-5 v0.10.6 |
937 | 2024-08-30T17:48:28.435Z | Downloaded linear-map v1.2.0 |
938 | 2024-08-30T17:48:28.435Z | Downloaded const-oid v0.9.6 |
939 | 2024-08-30T17:48:28.435Z | Downloaded display-error-chain v0.2.1 |
940 | 2024-08-30T17:48:28.435Z | Downloaded uzers v0.11.3 |
941 | 2024-08-30T17:48:28.458Z | Downloaded unicode-xid v0.2.4 |
942 | 2024-08-30T17:48:28.459Z | Downloaded unicode-truncate v1.0.0 |
943 | 2024-08-30T17:48:28.459Z | Downloaded tls_codec_derive v0.4.1 |
944 | 2024-08-30T17:48:28.459Z | Downloaded signal-hook-mio v0.2.4 |
945 | 2024-08-30T17:48:28.459Z | Downloaded nibble_vec v0.1.0 |
946 | 2024-08-30T17:48:28.459Z | Downloaded crossterm v0.27.0 |
947 | 2024-08-30T17:48:28.459Z | Downloaded compact_str v0.8.0 |
948 | 2024-08-30T17:48:28.459Z | Downloaded tinyvec_macros v0.1.1 |
949 | 2024-08-30T17:48:28.459Z | Downloaded shlex v1.3.0 |
950 | 2024-08-30T17:48:28.459Z | Downloaded serde_with_macros v3.9.0 |
951 | 2024-08-30T17:48:28.482Z | Downloaded serde_repr v0.1.19 |
952 | 2024-08-30T17:48:28.482Z | Downloaded serde_plain v1.0.2 |
953 | 2024-08-30T17:48:28.482Z | Downloaded rustc-demangle v0.1.24 |
954 | 2024-08-30T17:48:28.482Z | Downloaded new_debug_unreachable v1.0.6 |
955 | 2024-08-30T17:48:28.482Z | Downloaded hyper-rustls v0.24.2 |
956 | 2024-08-30T17:48:28.482Z | Downloaded csv-core v0.1.11 |
957 | 2024-08-30T17:48:28.482Z | Downloaded crossbeam-utils v0.8.19 |
958 | 2024-08-30T17:48:28.482Z | Downloaded crossbeam-deque v0.8.5 |
959 | 2024-08-30T17:48:28.482Z | Downloaded cookie v0.18.1 |
960 | 2024-08-30T17:48:28.482Z | Downloaded const_format_proc_macros v0.2.32 |
961 | 2024-08-30T17:48:28.482Z | Downloaded signature v2.2.0 |
962 | 2024-08-30T17:48:28.482Z | Downloaded signal-hook-tokio v0.3.1 |
963 | 2024-08-30T17:48:28.482Z | Downloaded signal-hook-registry v1.4.2 |
964 | 2024-08-30T17:48:28.506Z | Downloaded shell-words v1.1.0 |
965 | 2024-08-30T17:48:28.506Z | Downloaded serde_urlencoded v0.7.1 |
966 | 2024-08-30T17:48:28.506Z | Downloaded serde_path_to_error v0.1.16 |
967 | 2024-08-30T17:48:28.506Z | Downloaded serde_arrays v0.1.0 |
968 | 2024-08-30T17:48:28.506Z | Downloaded serde-hex v0.1.0 |
969 | 2024-08-30T17:48:28.506Z | Downloaded rtoolbox v0.0.2 |
970 | 2024-08-30T17:48:28.506Z | Downloaded num-traits v0.2.19 |
971 | 2024-08-30T17:48:28.506Z | Downloaded mockall_derive v0.13.0 |
972 | 2024-08-30T17:48:28.506Z | Downloaded matches v0.1.10 |
973 | 2024-08-30T17:48:28.506Z | Downloaded inout v0.1.3 |
974 | 2024-08-30T17:48:28.506Z | Downloaded hyper-tls v0.5.0 |
975 | 2024-08-30T17:48:28.506Z | Downloaded crc v3.2.1 |
976 | 2024-08-30T17:48:28.506Z | Downloaded convert_case v0.4.0 |
977 | 2024-08-30T17:48:28.506Z | Downloaded cassowary v0.3.0 |
978 | 2024-08-30T17:48:28.506Z | Downloaded bytes v1.7.1 |
979 | 2024-08-30T17:48:28.530Z | Downloaded buf-list v1.0.3 |
980 | 2024-08-30T17:48:28.530Z | Downloaded base64 v0.21.7 |
981 | 2024-08-30T17:48:28.530Z | Downloaded aes v0.8.4 |
982 | 2024-08-30T17:48:28.530Z | Downloaded miniz_oxide v0.7.2 |
983 | 2024-08-30T17:48:28.530Z | Downloaded indent_write v2.2.0 |
984 | 2024-08-30T17:48:28.530Z | Downloaded ident_case v1.0.1 |
985 | 2024-08-30T17:48:28.530Z | Downloaded darling v0.20.9 |
986 | 2024-08-30T17:48:28.553Z | Downloaded crc-catalog v2.4.0 |
987 | 2024-08-30T17:48:28.553Z | Downloaded cobs v0.2.3 |
988 | 2024-08-30T17:48:28.553Z | Downloaded chacha20 v0.9.1 |
989 | 2024-08-30T17:48:28.553Z | Downloaded cexpr v0.6.0 |
990 | 2024-08-30T17:48:28.553Z | Downloaded cbc v0.1.2 |
991 | 2024-08-30T17:48:28.553Z | Downloaded rpassword v7.3.1 |
992 | 2024-08-30T17:48:28.553Z | Downloaded num-rational v0.4.2 |
993 | 2024-08-30T17:48:28.553Z | Downloaded native-tls v0.2.11 |
994 | 2024-08-30T17:48:28.553Z | Downloaded mime_guess v2.0.4 |
995 | 2024-08-30T17:48:28.553Z | Downloaded libloading v0.8.3 |
996 | 2024-08-30T17:48:28.553Z | Downloaded is_ci v1.2.0 |
997 | 2024-08-30T17:48:28.554Z | Downloaded instant v0.1.12 |
998 | 2024-08-30T17:48:28.554Z | Downloaded indexmap v1.9.3 |
999 | 2024-08-30T17:48:28.577Z | Downloaded hubpack v0.1.2 |
1000 | 2024-08-30T17:48:28.577Z | Downloaded httparse v1.8.0 |
1001 | 2024-08-30T17:48:28.577Z | Downloaded ciborium-io v0.2.2 |
1002 | 2024-08-30T17:48:28.577Z | Downloaded cc v1.0.97 |
1003 | 2024-08-30T17:48:28.577Z | Downloaded blowfish v0.9.1 |
1004 | 2024-08-30T17:48:28.577Z | Downloaded bitstruct v0.1.1 |
1005 | 2024-08-30T17:48:28.577Z | Downloaded backtrace v0.3.71 |
1006 | 2024-08-30T17:48:28.577Z | Downloaded num v0.4.3 |
1007 | 2024-08-30T17:48:28.577Z | Downloaded nodrop v0.1.14 |
1008 | 2024-08-30T17:48:28.577Z | Downloaded memoffset v0.9.1 |
1009 | 2024-08-30T17:48:28.577Z | Downloaded maybe-uninit v2.0.0 |
1010 | 2024-08-30T17:48:28.577Z | Downloaded managed v0.8.0 |
1011 | 2024-08-30T17:48:28.577Z | Downloaded lru v0.12.3 |
1012 | 2024-08-30T17:48:28.577Z | Downloaded linked-hash-map v0.5.6 |
1013 | 2024-08-30T17:48:28.601Z | Downloaded libsw v3.3.1 |
1014 | 2024-08-30T17:48:28.601Z | Downloaded libefi-sys v0.1.0 |
1015 | 2024-08-30T17:48:28.601Z | Downloaded lazy_static v1.5.0 |
1016 | 2024-08-30T17:48:28.601Z | Downloaded instability v0.3.2 |
1017 | 2024-08-30T17:48:28.601Z | Downloaded hyper-staticfile v0.9.5 |
1018 | 2024-08-30T17:48:28.601Z | Downloaded humantime v2.1.0 |
1019 | 2024-08-30T17:48:28.601Z | Downloaded http-body v0.4.6 |
1020 | 2024-08-30T17:48:28.601Z | Downloaded hickory-server v0.24.1 |
1021 | 2024-08-30T17:48:28.601Z | Downloaded darling_core v0.20.9 |
1022 | 2024-08-30T17:48:28.624Z | Downloaded crypto-bigint v0.5.5 |
1023 | 2024-08-30T17:48:28.624Z | Downloaded crunchy v0.2.2 |
1024 | 2024-08-30T17:48:28.624Z | Downloaded crossbeam-channel v0.5.12 |
1025 | 2024-08-30T17:48:28.624Z | Downloaded crc-any v2.5.0 |
1026 | 2024-08-30T17:48:28.624Z | Downloaded const_format v0.2.32 |
1027 | 2024-08-30T17:48:28.624Z | Downloaded cipher v0.4.4 |
1028 | 2024-08-30T17:48:28.624Z | Downloaded chacha20poly1305 v0.10.1 |
1029 | 2024-08-30T17:48:28.648Z | Downloaded base64 v0.13.1 |
1030 | 2024-08-30T17:48:28.648Z | Downloaded base16ct v0.2.0 |
1031 | 2024-08-30T17:48:28.648Z | Downloaded normalize-line-endings v0.3.0 |
1032 | 2024-08-30T17:48:28.648Z | Downloaded newtype_derive v0.1.6 |
1033 | 2024-08-30T17:48:28.648Z | Downloaded newline-converter v0.3.0 |
1034 | 2024-08-30T17:48:28.648Z | Downloaded multimap v0.10.0 |
1035 | 2024-08-30T17:48:28.648Z | Downloaded md5 v0.7.0 |
1036 | 2024-08-30T17:48:28.648Z | Downloaded match_cfg v0.1.0 |
1037 | 2024-08-30T17:48:28.648Z | Downloaded keccak v0.1.5 |
1038 | 2024-08-30T17:48:28.648Z | Downloaded ipnetwork v0.20.0 |
1039 | 2024-08-30T17:48:28.648Z | Downloaded internet-checksum v0.2.1 |
1040 | 2024-08-30T17:48:28.648Z | Downloaded indoc v1.0.9 |
1041 | 2024-08-30T17:48:28.648Z | Downloaded impl-trait-for-tuples v0.2.2 |
1042 | 2024-08-30T17:48:28.648Z | Downloaded hostname v0.4.0 |
1043 | 2024-08-30T17:48:28.671Z | Downloaded hostname v0.3.1 |
1044 | 2024-08-30T17:48:28.671Z | Downloaded cstr-argument v0.1.2 |
1045 | 2024-08-30T17:48:28.671Z | Downloaded clang-sys v1.7.0 |
1046 | 2024-08-30T17:48:28.672Z | Downloaded base64ct v1.6.0 |
1047 | 2024-08-30T17:48:28.672Z | Downloaded base64 v0.22.1 |
1048 | 2024-08-30T17:48:28.672Z | Downloaded arc-swap v1.7.1 |
1049 | 2024-08-30T17:48:28.672Z | Downloaded httpdate v1.0.3 |
1050 | 2024-08-30T17:48:28.672Z | Downloaded crossbeam-epoch v0.9.18 |
1051 | 2024-08-30T17:48:28.672Z | Downloaded crc32fast v1.4.0 |
1052 | 2024-08-30T17:48:28.672Z | Downloaded cookie v0.17.0 |
1053 | 2024-08-30T17:48:28.695Z | Downloaded colored v2.1.0 |
1054 | 2024-08-30T17:48:28.695Z | Downloaded blake2 v0.10.6 |
1055 | 2024-08-30T17:48:28.695Z | Downloaded bitfield-struct v0.6.1 |
1056 | 2024-08-30T17:48:28.695Z | Downloaded bit-vec v0.6.3 |
1057 | 2024-08-30T17:48:28.695Z | Downloaded bcrypt-pbkdf v0.10.0 |
1058 | 2024-08-30T17:48:28.695Z | Downloaded backoff v0.4.0 |
1059 | 2024-08-30T17:48:28.695Z | Downloaded async-trait v0.1.81 |
1060 | 2024-08-30T17:48:28.695Z | Downloaded async-bb8-diesel v0.2.1 |
1061 | 2024-08-30T17:48:28.695Z | Downloaded allocator-api2 v0.2.18 |
1062 | 2024-08-30T17:48:28.695Z | Downloaded hubpack_derive v0.1.1 |
1063 | 2024-08-30T17:48:28.695Z | Downloaded http-range v0.1.5 |
1064 | 2024-08-30T17:48:28.695Z | Downloaded darling_macro v0.20.9 |
1065 | 2024-08-30T17:48:28.695Z | Downloaded curve25519-dalek-derive v0.1.1 |
1066 | 2024-08-30T17:48:28.719Z | Downloaded constant_time_eq v0.3.0 |
1067 | 2024-08-30T17:48:28.719Z | Downloaded castaway v0.2.3 |
1068 | 2024-08-30T17:48:28.719Z | Downloaded bcs v0.1.6 |
1069 | 2024-08-30T17:48:28.719Z | Downloaded atomicwrites v0.4.3 |
1070 | 2024-08-30T17:48:28.719Z | Downloaded cookie_store v0.20.0 |
1071 | 2024-08-30T17:48:28.719Z | Downloaded console v0.15.8 |
1072 | 2024-08-30T17:48:28.719Z | Downloaded ciborium-ll v0.2.2 |
1073 | 2024-08-30T17:48:28.719Z | Downloaded ciborium v0.2.2 |
1074 | 2024-08-30T17:48:28.719Z | Downloaded cancel-safe-futures v0.1.5 |
1075 | 2024-08-30T17:48:28.719Z | Downloaded bzip2 v0.4.4 |
1076 | 2024-08-30T17:48:28.719Z | Downloaded bitflags v1.3.2 |
1077 | 2024-08-30T17:48:28.743Z | Downloaded atomic-waker v1.1.2 |
1078 | 2024-08-30T17:48:28.743Z | Downloaded async-stream-impl v0.3.5 |
1079 | 2024-08-30T17:48:28.743Z | Downloaded async-stream v0.3.5 |
1080 | 2024-08-30T17:48:28.743Z | Downloaded async-recursion v1.1.1 |
1081 | 2024-08-30T17:48:28.743Z | Downloaded ascii-canvas v3.0.0 |
1082 | 2024-08-30T17:48:28.743Z | Downloaded ascii v1.1.0 |
1083 | 2024-08-30T17:48:28.743Z | Downloaded arrayvec v0.7.4 |
1084 | 2024-08-30T17:48:28.743Z | Downloaded arrayref v0.3.7 |
1085 | 2024-08-30T17:48:28.743Z | Downloaded array-init v0.0.4 |
1086 | 2024-08-30T17:48:28.743Z | Downloaded ahash v0.8.11 |
1087 | 2024-08-30T17:48:28.743Z | Downloaded aead v0.5.2 |
1088 | 2024-08-30T17:48:28.743Z | Downloaded adler v1.0.2 |
1089 | 2024-08-30T17:48:28.743Z | Downloaded addr2line v0.21.0 |
1090 | 2024-08-30T17:48:28.766Z | Downloaded cfg_aliases v0.1.1 |
1091 | 2024-08-30T17:48:28.766Z | Downloaded block-padding v0.3.3 |
1092 | 2024-08-30T17:48:28.766Z | Downloaded bitstruct_derive v0.1.0 |
1093 | 2024-08-30T17:48:28.766Z | Downloaded bitfield v0.14.0 |
1094 | 2024-08-30T17:48:28.766Z | Downloaded bit-set v0.5.3 |
1095 | 2024-08-30T17:48:28.766Z | Downloaded bb8 v0.8.5 |
1096 | 2024-08-30T17:48:28.766Z | Downloaded assert_matches v1.5.0 |
1097 | 2024-08-30T17:48:28.766Z | Downloaded argon2 v0.5.3 |
1098 | 2024-08-30T17:48:28.861Z | Compiling serde v1.0.208 |
1099 | 2024-08-30T17:48:28.884Z | Compiling typenum v1.17.0 |
1100 | 2024-08-30T17:48:28.884Z | Compiling generic-array v0.14.7 |
1101 | 2024-08-30T17:48:28.884Z | Compiling lock_api v0.4.12 |
1102 | 2024-08-30T17:48:28.884Z | Compiling scopeguard v1.2.0 |
1103 | 2024-08-30T17:48:28.884Z | Compiling log v0.4.21 |
1104 | 2024-08-30T17:48:28.884Z | Compiling syn v2.0.74 |
1105 | 2024-08-30T17:48:28.884Z | Compiling getrandom v0.2.14 |
1106 | 2024-08-30T17:48:29.070Z | Compiling jobserver v0.1.32 |
1107 | 2024-08-30T17:48:29.205Z | Compiling rand_core v0.6.4 |
1108 | 2024-08-30T17:48:29.411Z | Compiling cc v1.0.97 |
1109 | 2024-08-30T17:48:29.436Z | Compiling subtle v2.5.0 |
1110 | 2024-08-30T17:48:29.569Z | Compiling const-oid v0.9.6 |
1111 | 2024-08-30T17:48:29.671Z | Compiling smallvec v1.13.2 |
1112 | 2024-08-30T17:48:29.758Z | Compiling pin-project-lite v0.2.14 |
1113 | 2024-08-30T17:48:29.801Z | Compiling parking_lot_core v0.9.10 |
1114 | 2024-08-30T17:48:29.888Z | Compiling signal-hook-registry v1.4.2 |
1115 | 2024-08-30T17:48:29.911Z | Compiling spin v0.9.8 |
1116 | 2024-08-30T17:48:30.028Z | Compiling mio v1.0.2 |
1117 | 2024-08-30T17:48:30.244Z | Compiling ahash v0.8.11 |
1118 | 2024-08-30T17:48:30.784Z | Compiling parking_lot v0.12.2 |
1119 | 2024-08-30T17:48:30.942Z | Compiling tinyvec_macros v0.1.1 |
1120 | 2024-08-30T17:48:31.040Z | Compiling tinyvec v1.6.0 |
1121 | 2024-08-30T17:48:31.204Z | Compiling socket2 v0.5.7 |
1122 | 2024-08-30T17:48:31.385Z | Compiling libm v0.2.8 |
1123 | 2024-08-30T17:48:31.440Z | Compiling futures-core v0.3.30 |
1124 | 2024-08-30T17:48:31.497Z | Compiling cpufeatures v0.2.12 |
1125 | 2024-08-30T17:48:31.623Z | Compiling futures-sink v0.3.30 |
1126 | 2024-08-30T17:48:31.716Z | Compiling serde_json v1.0.125 |
1127 | 2024-08-30T17:48:31.752Z | Compiling num-traits v0.2.19 |
1128 | 2024-08-30T17:48:31.809Z | Compiling slab v0.4.9 |
1129 | 2024-08-30T17:48:31.833Z | Compiling allocator-api2 v0.2.18 |
1130 | 2024-08-30T17:48:32.155Z | Compiling unicode-bidi v0.3.15 |
1131 | 2024-08-30T17:48:32.654Z | Compiling unicode-normalization v0.1.23 |
1132 | 2024-08-30T17:48:32.775Z | Compiling futures-channel v0.3.30 |
1133 | 2024-08-30T17:48:32.817Z | Compiling vcpkg v0.2.15 |
1134 | 2024-08-30T17:48:32.861Z | Compiling futures-task v0.3.30 |
1135 | 2024-08-30T17:48:33.270Z | Compiling pin-utils v0.1.0 |
1136 | 2024-08-30T17:48:33.317Z | Compiling pkg-config v0.3.30 |
1137 | 2024-08-30T17:48:33.364Z | Compiling futures-io v0.3.30 |
1138 | 2024-08-30T17:48:33.676Z | Compiling ring v0.17.8 |
1139 | 2024-08-30T17:48:33.711Z | Compiling base64ct v1.6.0 |
1140 | 2024-08-30T17:48:33.746Z | Compiling ppv-lite86 v0.2.17 |
1141 | 2024-08-30T17:48:33.781Z | Compiling flagset v0.4.5 |
1142 | 2024-08-30T17:48:33.978Z | Compiling percent-encoding v2.3.1 |
1143 | 2024-08-30T17:48:34.240Z | Compiling pem-rfc7468 v0.7.0 |
1144 | 2024-08-30T17:48:34.317Z | Compiling tracing-core v0.1.32 |
1145 | 2024-08-30T17:48:34.394Z | Compiling rand_chacha v0.3.1 |
1146 | 2024-08-30T17:48:34.647Z | Compiling untrusted v0.9.0 |
1147 | 2024-08-30T17:48:34.781Z | Compiling openssl-sys v0.9.103 |
1148 | 2024-08-30T17:48:34.816Z | Compiling rustix v0.38.34 |
1149 | 2024-08-30T17:48:34.891Z | Compiling rand v0.8.5 |
1150 | 2024-08-30T17:48:35.304Z | Compiling time-core v0.1.2 |
1151 | 2024-08-30T17:48:35.496Z | Compiling openssl v0.10.66 |
1152 | 2024-08-30T17:48:35.588Z | Compiling powerfmt v0.2.0 |
1153 | 2024-08-30T17:48:35.634Z | Compiling httparse v1.8.0 |
1154 | 2024-08-30T17:48:35.806Z | Compiling num-conv v0.1.0 |
1155 | 2024-08-30T17:48:35.856Z | Compiling foreign-types-shared v0.1.1 |
1156 | 2024-08-30T17:48:35.947Z | Compiling rustversion v1.0.17 |
1157 | 2024-08-30T17:48:35.970Z | Compiling foreign-types v0.3.2 |
1158 | 2024-08-30T17:48:36.070Z | Compiling time-macros v0.2.18 |
1159 | 2024-08-30T17:48:36.093Z | Compiling deranged v0.3.11 |
1160 | 2024-08-30T17:48:36.246Z | Compiling form_urlencoded v1.2.1 |
1161 | 2024-08-30T17:48:36.562Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-08-30T17:48:36.638Z | Compiling siphasher v0.3.11 |
1163 | 2024-08-30T17:48:36.696Z | Compiling regex-syntax v0.8.4 |
1164 | 2024-08-30T17:48:36.972Z | Compiling syn v1.0.109 |
1165 | 2024-08-30T17:48:37.273Z | Compiling crossbeam-utils v0.8.19 |
1166 | 2024-08-30T17:48:37.520Z | Compiling native-tls v0.2.11 |
1167 | 2024-08-30T17:48:37.770Z | Compiling try-lock v0.2.5 |
1168 | 2024-08-30T17:48:37.815Z | Compiling rustls v0.21.12 |
1169 | 2024-08-30T17:48:37.839Z | Compiling num_threads v0.1.7 |
1170 | 2024-08-30T17:48:37.915Z | Compiling want v0.3.1 |
1171 | 2024-08-30T17:48:38.161Z | Compiling idna v0.5.0 |
1172 | 2024-08-30T17:48:38.685Z | Compiling cookie v0.17.0 |
1173 | 2024-08-30T17:48:38.799Z | Compiling time v0.3.36 |
1174 | 2024-08-30T17:48:38.944Z | Compiling slog v2.7.0 |
1175 | 2024-08-30T17:48:39.262Z | Compiling openssl-probe v0.1.5 |
1176 | 2024-08-30T17:48:39.405Z | Compiling tower-service v0.3.2 |
1177 | 2024-08-30T17:48:39.464Z | Compiling httpdate v1.0.3 |
1178 | 2024-08-30T17:48:39.559Z | Compiling regex-automata v0.4.6 |
1179 | 2024-08-30T17:48:39.589Z | Compiling adler v1.0.2 |
1180 | 2024-08-30T17:48:39.799Z | Compiling iana-time-zone v0.1.60 |
1181 | 2024-08-30T17:48:39.871Z | Compiling finl_unicode v1.2.0 |
1182 | 2024-08-30T17:48:40.215Z | Compiling miniz_oxide v0.7.2 |
1183 | 2024-08-30T17:48:40.364Z | Compiling stringprep v0.1.4 |
1184 | 2024-08-30T17:48:41.316Z | Compiling sct v0.7.1 |
1185 | 2024-08-30T17:48:41.437Z | Compiling rustls-webpki v0.101.7 |
1186 | 2024-08-30T17:48:41.551Z | Compiling url v2.5.2 |
1187 | 2024-08-30T17:48:41.826Z | Compiling serde_derive v1.0.208 |
1188 | 2024-08-30T17:48:42.189Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-08-30T17:48:42.768Z | Compiling zerocopy-derive v0.7.34 |
1190 | 2024-08-30T17:48:43.022Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-08-30T17:48:43.093Z | Compiling thiserror-impl v1.0.63 |
1192 | 2024-08-30T17:48:43.250Z | Compiling futures-macro v0.3.30 |
1193 | 2024-08-30T17:48:43.468Z | Compiling zeroize v1.7.0 |
1194 | 2024-08-30T17:48:44.367Z | Compiling der_derive v0.7.2 |
1195 | 2024-08-30T17:48:44.603Z | Compiling zerocopy v0.7.34 |
1196 | 2024-08-30T17:48:44.790Z | Compiling futures-util v0.3.30 |
1197 | 2024-08-30T17:48:44.977Z | Compiling crypto-common v0.1.6 |
1198 | 2024-08-30T17:48:45.192Z | Compiling block-buffer v0.10.4 |
1199 | 2024-08-30T17:48:45.422Z | Compiling digest v0.10.7 |
1200 | 2024-08-30T17:48:45.876Z | Compiling hmac v0.12.1 |
1201 | 2024-08-30T17:48:45.899Z | Compiling block-padding v0.3.3 |
1202 | 2024-08-30T17:48:46.092Z | Compiling inout v0.1.3 |
1203 | 2024-08-30T17:48:46.124Z | Compiling thiserror v1.0.63 |
1204 | 2024-08-30T17:48:46.270Z | Compiling sha2 v0.10.8 |
1205 | 2024-08-30T17:48:46.361Z | Compiling cipher v0.4.4 |
1206 | 2024-08-30T17:48:46.442Z | Compiling pest v2.7.10 |
1207 | 2024-08-30T17:48:46.568Z | Compiling hashbrown v0.14.5 |
1208 | 2024-08-30T17:48:46.818Z | Compiling salsa20 v0.10.2 |
1209 | 2024-08-30T17:48:47.013Z | Compiling der v0.7.9 |
1210 | 2024-08-30T17:48:47.716Z | Compiling pbkdf2 v0.12.2 |
1211 | 2024-08-30T17:48:47.890Z | Compiling scroll_derive v0.12.0 |
1212 | 2024-08-30T17:48:48.822Z | Compiling pest_meta v2.7.10 |
1213 | 2024-08-30T17:48:49.050Z | Compiling tracing-attributes v0.1.27 |
1214 | 2024-08-30T17:48:49.229Z | Compiling scroll v0.12.0 |
1215 | 2024-08-30T17:48:49.743Z | Compiling spki v0.7.3 |
1216 | 2024-08-30T17:48:49.918Z | Compiling pest_generator v2.7.10 |
1217 | 2024-08-30T17:48:50.016Z | Compiling scrypt v0.11.0 |
1218 | 2024-08-30T17:48:50.100Z | Compiling cbc v0.1.2 |
1219 | 2024-08-30T17:48:50.197Z | Compiling aes v0.8.4 |
1220 | 2024-08-30T17:48:50.328Z | Compiling goblin v0.8.2 |
1221 | 2024-08-30T17:48:50.592Z | Compiling openssl-macros v0.1.1 |
1222 | 2024-08-30T17:48:51.193Z | Compiling pkcs5 v0.7.1 |
1223 | 2024-08-30T17:48:51.600Z | Compiling md-5 v0.10.6 |
1224 | 2024-08-30T17:48:51.829Z | Compiling pkcs8 v0.10.2 |
1225 | 2024-08-30T17:48:52.320Z | Compiling tracing v0.1.40 |
1226 | 2024-08-30T17:48:52.456Z | Compiling num-integer v0.1.46 |
1227 | 2024-08-30T17:48:52.778Z | Compiling backtrace v0.3.71 |
1228 | 2024-08-30T17:48:53.098Z | Compiling pest_derive v2.7.10 |
1229 | 2024-08-30T17:48:53.121Z | Compiling idna v0.3.0 |
1230 | 2024-08-30T17:48:53.209Z | Compiling lazy_static v1.5.0 |
1231 | 2024-08-30T17:48:53.329Z | Compiling hash32 v0.2.1 |
1232 | 2024-08-30T17:48:53.386Z | Compiling bytes v1.7.1 |
1233 | 2024-08-30T17:48:53.416Z | Compiling bitflags v2.6.0 |
1234 | 2024-08-30T17:48:53.774Z | Compiling indexmap v2.4.0 |
1235 | 2024-08-30T17:48:53.806Z | Compiling semver v1.0.23 |
1236 | 2024-08-30T17:48:54.382Z | Compiling tokio v1.39.3 |
1237 | 2024-08-30T17:48:54.449Z | Compiling http v0.2.12 |
1238 | 2024-08-30T17:48:54.484Z | Compiling rustc_version v0.4.0 |
1239 | 2024-08-30T17:48:55.013Z | Compiling dtrace-parser v0.2.0 |
1240 | 2024-08-30T17:48:55.141Z | Compiling heapless v0.7.17 |
1241 | 2024-08-30T17:48:55.584Z | Compiling dof v0.3.0 |
1242 | 2024-08-30T17:48:56.341Z | Compiling http-body v0.4.6 |
1243 | 2024-08-30T17:48:56.560Z | Compiling uuid v1.10.0 |
1244 | 2024-08-30T17:48:56.737Z | Compiling usdt-impl v0.5.0 |
1245 | 2024-08-30T17:48:56.977Z | Compiling serde_spanned v0.6.7 |
1246 | 2024-08-30T17:48:57.183Z | Compiling serde_tokenstream v0.2.2 |
1247 | 2024-08-30T17:48:57.481Z | Compiling chrono v0.4.38 |
1248 | 2024-08-30T17:48:57.697Z | Compiling toml_datetime v0.6.8 |
1249 | 2024-08-30T17:48:57.721Z | Compiling psl-types v2.0.11 |
1250 | 2024-08-30T17:48:57.894Z | Compiling stable_deref_trait v1.2.0 |
1251 | 2024-08-30T17:48:57.997Z | Compiling smoltcp v0.9.1 |
1252 | 2024-08-30T17:48:58.047Z | Compiling signal-hook v0.3.17 |
1253 | 2024-08-30T17:48:58.150Z | Compiling num-bigint-dig v0.8.4 |
1254 | 2024-08-30T17:48:58.274Z | Compiling fallible-iterator v0.2.0 |
1255 | 2024-08-30T17:48:58.402Z | Compiling base64 v0.22.1 |
1256 | 2024-08-30T17:48:58.625Z | Compiling cfg_aliases v0.1.1 |
1257 | 2024-08-30T17:48:58.717Z | Compiling gimli v0.28.1 |
1258 | 2024-08-30T17:48:58.820Z | Compiling crc32fast v1.4.0 |
1259 | 2024-08-30T17:48:58.859Z | Compiling postgres-protocol v0.6.7 |
1260 | 2024-08-30T17:48:59.040Z | Compiling nix v0.28.0 |
1261 | 2024-08-30T17:48:59.689Z | Compiling publicsuffix v2.2.3 |
1262 | 2024-08-30T17:48:59.742Z | Compiling terminal_size v0.3.0 |
1263 | 2024-08-30T17:48:59.912Z | Compiling hubpack_derive v0.1.1 |
1264 | 2024-08-30T17:48:59.960Z | Compiling num-iter v0.1.45 |
1265 | 2024-08-30T17:48:59.999Z | Compiling async-trait v0.1.81 |
1266 | 2024-08-30T17:49:00.136Z | Compiling zerocopy-derive v0.6.6 |
1267 | 2024-08-30T17:49:00.720Z | Compiling phf_shared v0.11.2 |
1268 | 2024-08-30T17:49:01.063Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-08-30T17:49:01.443Z | Compiling tokio-util v0.7.11 |
1270 | 2024-08-30T17:49:01.848Z | Compiling tokio-native-tls v0.3.1 |
1271 | 2024-08-30T17:49:01.966Z | Compiling tokio-rustls v0.24.1 |
1272 | 2024-08-30T17:49:02.102Z | Compiling ff v0.13.0 |
1273 | 2024-08-30T17:49:02.312Z | Compiling h2 v0.3.26 |
1274 | 2024-08-30T17:49:02.336Z | Compiling addr2line v0.21.0 |
1275 | 2024-08-30T17:49:02.368Z | Compiling object v0.32.2 |
1276 | 2024-08-30T17:49:02.656Z | Compiling fs-err v2.11.0 |
1277 | 2024-08-30T17:49:02.758Z | Compiling anyhow v1.0.86 |
1278 | 2024-08-30T17:49:02.926Z | Compiling managed v0.8.0 |
1279 | 2024-08-30T17:49:02.950Z | Compiling winnow v0.5.40 |
1280 | 2024-08-30T17:49:03.288Z | Compiling schemars v0.8.21 |
1281 | 2024-08-30T17:49:03.312Z | Compiling bitflags v1.3.2 |
1282 | 2024-08-30T17:49:03.343Z | Compiling base16ct v0.2.0 |
1283 | 2024-08-30T17:49:03.415Z | Compiling base64 v0.21.7 |
1284 | 2024-08-30T17:49:03.534Z | Compiling rustc-demangle v0.1.24 |
1285 | 2024-08-30T17:49:03.587Z | Compiling either v1.13.0 |
1286 | 2024-08-30T17:49:03.642Z | Compiling ipnet v2.9.0 |
1287 | 2024-08-30T17:49:03.944Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-08-30T17:49:04.095Z | Compiling sec1 v0.7.3 |
1289 | 2024-08-30T17:49:04.352Z | Compiling schemars_derive v0.8.21 |
1290 | 2024-08-30T17:49:04.588Z | Compiling clap_builder v4.5.15 |
1291 | 2024-08-30T17:49:04.986Z | Compiling group v0.13.0 |
1292 | 2024-08-30T17:49:05.268Z | Compiling zerocopy v0.6.6 |
1293 | 2024-08-30T17:49:05.992Z | Compiling toml_edit v0.19.15 |
1294 | 2024-08-30T17:49:06.079Z | Compiling phf v0.11.2 |
1295 | 2024-08-30T17:49:06.132Z | Compiling cookie_store v0.20.0 |
1296 | 2024-08-30T17:49:06.342Z | Compiling hubpack v0.1.2 |
1297 | 2024-08-30T17:49:07.123Z | Compiling postgres-types v0.2.7 |
1298 | 2024-08-30T17:49:07.733Z | Compiling usdt-macro v0.5.0 |
1299 | 2024-08-30T17:49:08.200Z | Compiling hyper v0.14.30 |
1300 | 2024-08-30T17:49:08.445Z | Compiling usdt-attr-macro v0.5.0 |
1301 | 2024-08-30T17:49:08.989Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-08-30T17:49:09.438Z | Compiling pkcs1 v0.7.5 |
1303 | 2024-08-30T17:49:09.750Z | Compiling futures-executor v0.3.30 |
1304 | 2024-08-30T17:49:10.250Z | Compiling hkdf v0.12.4 |
1305 | 2024-08-30T17:49:10.274Z | Compiling signature v2.2.0 |
1306 | 2024-08-30T17:49:10.529Z | Compiling crypto-bigint v0.5.5 |
1307 | 2024-08-30T17:49:10.579Z | Compiling regex v1.10.6 |
1308 | 2024-08-30T17:49:10.919Z | Compiling bstr v1.9.1 |
1309 | 2024-08-30T17:49:11.275Z | Compiling strum_macros v0.25.3 |
1310 | 2024-08-30T17:49:11.481Z | Compiling serde_repr v0.1.19 |
1311 | 2024-08-30T17:49:12.190Z | Compiling enum-as-inner v0.6.0 |
1312 | 2024-08-30T17:49:12.403Z | Compiling clap_derive v4.5.13 |
1313 | 2024-08-30T17:49:12.403Z | Compiling phf_shared v0.10.0 |
1314 | 2024-08-30T17:49:12.582Z | Compiling float-cmp v0.9.0 |
1315 | 2024-08-30T17:49:12.758Z | Compiling idna v0.4.0 |
1316 | 2024-08-30T17:49:12.783Z | Compiling mio v0.8.11 |
1317 | 2024-08-30T17:49:13.023Z | Compiling encoding_rs v0.8.34 |
1318 | 2024-08-30T17:49:13.839Z | Compiling hyper-rustls v0.24.2 |
1319 | 2024-08-30T17:49:14.008Z | Compiling hyper-tls v0.5.0 |
1320 | 2024-08-30T17:49:14.133Z | Compiling minimal-lexical v0.2.1 |
1321 | 2024-08-30T17:49:14.308Z | Compiling mime v0.3.17 |
1322 | 2024-08-30T17:49:14.563Z | Compiling webpki-roots v0.25.4 |
1323 | 2024-08-30T17:49:14.587Z | Compiling dyn-clone v1.0.17 |
1324 | 2024-08-30T17:49:14.700Z | Compiling fixedbitset v0.4.2 |
1325 | 2024-08-30T17:49:14.763Z | Compiling data-encoding v2.6.0 |
1326 | 2024-08-30T17:49:14.828Z | Compiling new_debug_unreachable v1.0.6 |
1327 | 2024-08-30T17:49:14.919Z | Compiling sync_wrapper v0.1.2 |
1328 | 2024-08-30T17:49:15.037Z | Compiling bit-vec v0.6.3 |
1329 | 2024-08-30T17:49:15.114Z | Compiling whoami v1.5.1 |
1330 | 2024-08-30T17:49:15.336Z | Compiling predicates-core v1.0.6 |
1331 | 2024-08-30T17:49:15.454Z | Compiling normalize-line-endings v0.3.0 |
1332 | 2024-08-30T17:49:15.595Z | Compiling difflib v0.4.0 |
1333 | 2024-08-30T17:49:15.704Z | Compiling unicode-segmentation v1.11.0 |
1334 | 2024-08-30T17:49:15.728Z | Compiling precomputed-hash v0.1.1 |
1335 | 2024-08-30T17:49:15.832Z | Compiling static_assertions v1.1.0 |
1336 | 2024-08-30T17:49:15.930Z | Compiling predicates v3.1.2 |
1337 | 2024-08-30T17:49:16.308Z | Compiling similar v2.6.0 |
1338 | 2024-08-30T17:49:16.334Z | Compiling clap v4.5.16 |
1339 | 2024-08-30T17:49:16.430Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1340 | 2024-08-30T17:49:16.460Z | Compiling string_cache v0.8.7 |
1341 | 2024-08-30T17:49:16.568Z | Compiling console v0.15.8 |
1342 | 2024-08-30T17:49:16.778Z | Compiling tokio-postgres v0.7.11 |
1343 | 2024-08-30T17:49:16.862Z | Compiling bit-set v0.5.3 |
1344 | 2024-08-30T17:49:16.970Z | Compiling hickory-proto v0.24.1 |
1345 | 2024-08-30T17:49:17.126Z | Compiling reqwest v0.11.27 |
1346 | 2024-08-30T17:49:17.412Z | Compiling petgraph v0.6.5 |
1347 | 2024-08-30T17:49:17.802Z | Compiling toml_edit v0.22.20 |
1348 | 2024-08-30T17:49:18.340Z | Compiling nom v7.1.3 |
1349 | 2024-08-30T17:49:20.735Z | Compiling signal-hook-mio v0.2.4 |
1350 | 2024-08-30T17:49:20.907Z | Compiling usdt v0.5.0 |
1351 | 2024-08-30T17:49:21.211Z | Compiling elliptic-curve v0.13.8 |
1352 | 2024-08-30T17:49:21.258Z | Compiling rsa v0.9.6 |
1353 | 2024-08-30T17:49:21.359Z | Compiling futures v0.3.30 |
1354 | 2024-08-30T17:49:21.483Z | Compiling toml v0.7.8 |
1355 | 2024-08-30T17:49:21.596Z | Compiling flate2 v1.0.31 |
1356 | 2024-08-30T17:49:22.417Z | Compiling itertools v0.10.5 |
1357 | 2024-08-30T17:49:22.898Z | Compiling itertools v0.12.1 |
1358 | 2024-08-30T17:49:22.922Z | Compiling tokio-stream v0.1.15 |
1359 | 2024-08-30T17:49:23.748Z | Compiling openapiv3 v2.0.0 |
1360 | 2024-08-30T17:49:24.604Z | Compiling hex v0.4.3 |
1361 | 2024-08-30T17:49:24.709Z | Compiling crossbeam-epoch v0.9.18 |
1362 | 2024-08-30T17:49:25.150Z | Compiling sha1 v0.10.6 |
1363 | 2024-08-30T17:49:25.234Z | Compiling dirs-sys-next v0.1.2 |
1364 | 2024-08-30T17:49:25.258Z | Compiling unicode-xid v0.2.4 |
1365 | 2024-08-30T17:49:25.367Z | Compiling peg-runtime v0.8.3 |
1366 | 2024-08-30T17:49:25.432Z | Compiling lalrpop-util v0.19.12 |
1367 | 2024-08-30T17:49:25.587Z | Compiling dirs-next v2.0.0 |
1368 | 2024-08-30T17:49:25.611Z | Compiling thread_local v1.1.8 |
1369 | 2024-08-30T17:49:25.748Z | Compiling slog-async v2.8.0 |
1370 | 2024-08-30T17:49:25.777Z | Compiling term v0.7.0 |
1371 | 2024-08-30T17:49:25.858Z | Compiling xattr v1.3.1 |
1372 | 2024-08-30T17:49:25.967Z | Compiling crossbeam-channel v0.5.12 |
1373 | 2024-08-30T17:49:26.096Z | Compiling strum_macros v0.26.4 |
1374 | 2024-08-30T17:49:26.120Z | Compiling is-terminal v0.4.12 |
1375 | 2024-08-30T17:49:26.259Z | Compiling filetime v0.2.25 |
1376 | 2024-08-30T17:49:26.283Z | Compiling take_mut v0.2.2 |
1377 | 2024-08-30T17:49:26.442Z | Compiling slog-term v2.9.1 |
1378 | 2024-08-30T17:49:27.579Z | Compiling tar v0.4.41 |
1379 | 2024-08-30T17:49:27.602Z | Compiling camino v1.1.9 |
1380 | 2024-08-30T17:49:28.379Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1381 | 2024-08-30T17:49:29.216Z | Compiling strum v0.26.3 |
1382 | 2024-08-30T17:49:29.329Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1383 | 2024-08-30T17:49:35.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1384 | 2024-08-30T17:49:35.631Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1385 | 2024-08-30T17:49:35.700Z | Aug 30 17:49:35.525 INFO Starting download, target: Cockroach |
1386 | 2024-08-30T17:49:35.700Z | Aug 30 17:49:35.526 INFO Starting download, target: Clickhouse |
1387 | 2024-08-30T17:49:35.700Z | Aug 30 17:49:35.526 INFO Starting download, target: DendriteOpenapi |
1388 | 2024-08-30T17:49:35.700Z | Aug 30 17:49:35.526 INFO Starting download, target: DendriteStub |
1389 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.526 INFO Starting download, target: Console |
1390 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.526 INFO Starting download, target: MaghemiteMgd |
1391 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.526 INFO Starting download, target: TransceiverControl |
1392 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.527 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1393 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.527 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1394 | 2024-08-30T17:49:35.723Z | Aug 30 17:49:35.527 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1395 | 2024-08-30T17:49:35.724Z | Aug 30 17:49:35.528 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1396 | 2024-08-30T17:49:35.724Z | Aug 30 17:49:35.528 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1397 | 2024-08-30T17:49:35.724Z | Aug 30 17:49:35.528 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1398 | 2024-08-30T17:49:35.724Z | Aug 30 17:49:35.528 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1399 | 2024-08-30T17:49:36.047Z | Aug 30 17:49:35.872 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1400 | 2024-08-30T17:49:36.149Z | Aug 30 17:49:35.973 INFO Download complete, target: DendriteOpenapi |
1401 | 2024-08-30T17:49:36.374Z | Aug 30 17:49:36.192 INFO Download complete, target: Console |
1402 | 2024-08-30T17:49:36.415Z | Aug 30 17:49:36.240 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1403 | 2024-08-30T17:49:37.075Z | Aug 30 17:49:36.901 INFO Download complete, target: TransceiverControl |
1404 | 2024-08-30T17:49:37.726Z | Aug 30 17:49:37.549 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1405 | 2024-08-30T17:49:37.753Z | Aug 30 17:49:37.567 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1406 | 2024-08-30T17:49:40.929Z | Aug 30 17:49:40.755 INFO Download complete, target: DendriteStub |
1407 | 2024-08-30T17:49:41.116Z | Aug 30 17:49:40.942 INFO Download complete, target: MaghemiteMgd |
1408 | 2024-08-30T17:49:45.316Z | Aug 30 17:49:45.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1409 | 2024-08-30T17:49:45.316Z | Aug 30 17:49:45.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1410 | 2024-08-30T17:49:53.973Z | Aug 30 17:49:53.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1411 | 2024-08-30T17:49:54.342Z | Aug 30 17:49:54.168 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1412 | 2024-08-30T17:49:54.829Z | Aug 30 17:49:54.655 INFO Checking that binary works, target: Cockroach |
1413 | 2024-08-30T17:49:55.101Z | Aug 30 17:49:54.926 INFO Download complete, target: Cockroach |
1414 | 2024-08-30T17:50:09.452Z | Aug 30 17:50:09.278 INFO Checking that binary works, target: Clickhouse |
1415 | 2024-08-30T17:50:09.625Z | Aug 30 17:50:09.451 INFO Download complete, target: Clickhouse |
1416 | 2024-08-30T17:50:09.651Z | All builder prerequisites installed successfully, and PATH looks valid |
1417 | 2024-08-30T17:50:09.675Z | |
1418 | 2024-08-30T17:50:09.675Z | real 3:58.622470264 |
1419 | 2024-08-30T17:50:09.675Z | user 10:00.819948754 |
1420 | 2024-08-30T17:50:09.675Z | sys 2:24.394548861 |
1421 | 2024-08-30T17:50:09.675Z | trap 0.319158358 |
1422 | 2024-08-30T17:50:09.675Z | tflt 0.670340062 |
1423 | 2024-08-30T17:50:09.675Z | dflt 1.664235555 |
1424 | 2024-08-30T17:50:09.675Z | kflt 0.007511179 |
1425 | 2024-08-30T17:50:09.675Z | lock 24:21.588665766 |
1426 | 2024-08-30T17:50:09.675Z | slp 38:18.264037286 |
1427 | 2024-08-30T17:50:09.675Z | lat 47.933279570 |
1428 | 2024-08-30T17:50:09.675Z | stop 1:51.482526725 |
1429 | 2024-08-30T17:50:09.675Z | + banner hack-check |
1430 | 2024-08-30T17:50:09.675Z | |
1431 | 2024-08-30T17:50:09.675Z | # # ## #### # # #### # # ###### #### # # |
1432 | 2024-08-30T17:50:09.675Z | # # # # # # # # # # # # # # # # # |
1433 | 2024-08-30T17:50:09.675Z | ###### # # # #### ##### # ###### ##### # #### |
1434 | 2024-08-30T17:50:09.675Z | # # ###### # # # # # # # # # # |
1435 | 2024-08-30T17:50:09.675Z | # # # # # # # # # # # # # # # # # |
1436 | 2024-08-30T17:50:09.675Z | # # # # #### # # #### # # ###### #### # # |
1437 | 2024-08-30T17:50:09.675Z | |
1438 | 2024-08-30T17:50:09.675Z | + export CARGO_INCREMENTAL=0 |
1439 | 2024-08-30T17:50:09.675Z | + CARGO_INCREMENTAL=0 |
1440 | 2024-08-30T17:50:09.675Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1441 | 2024-08-30T17:50:10.460Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1442 | 2024-08-30T17:50:15.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
1443 | 2024-08-30T17:50:15.380Z | Running `target/debug/xtask check-features --ci` |
1444 | 2024-08-30T17:50:15.407Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1445 | 2024-08-30T17:50:15.407Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1446 | 2024-08-30T17:50:16.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
1447 | 2024-08-30T17:50:16.087Z | Running `target/debug/xtask download cargo-hack` |
1448 | 2024-08-30T17:50:17.206Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1449 | 2024-08-30T17:50:17.525Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1450 | 2024-08-30T17:50:23.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.97s |
1451 | 2024-08-30T17:50:23.199Z | Running `target/debug/xtask-downloader cargo-hack` |
1452 | 2024-08-30T17:50:23.244Z | Aug 30 17:50:23.069 INFO Starting download, target: CargoHack |
1453 | 2024-08-30T17:50:23.267Z | Aug 30 17:50:23.071 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1454 | 2024-08-30T17:50:23.819Z | Aug 30 17:50:23.645 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1455 | 2024-08-30T17:50:23.936Z | Aug 30 17:50:23.762 INFO Download complete, target: CargoHack |
1456 | 2024-08-30T17:50:23.960Z | 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" |
1457 | 2024-08-30T17:50:23.985Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1458 | 2024-08-30T17:50:24.181Z | info: running `cargo check --bins` on api_identity (1/158) |
1459 | 2024-08-30T17:50:24.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1460 | 2024-08-30T17:50:24.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1461 | 2024-08-30T17:50:24.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1462 | 2024-08-30T17:50:24.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1463 | 2024-08-30T17:50:24.984Z | |
1464 | 2024-08-30T17:50:24.984Z | info: running `cargo check --bins` on bootstore (2/158) |
1465 | 2024-08-30T17:50:25.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1466 | 2024-08-30T17:50:25.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1467 | 2024-08-30T17:50:25.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1468 | 2024-08-30T17:50:25.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1469 | 2024-08-30T17:50:25.887Z | |
1470 | 2024-08-30T17:50:25.887Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1471 | 2024-08-30T17:50:26.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1472 | 2024-08-30T17:50:26.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1473 | 2024-08-30T17:50:26.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1474 | 2024-08-30T17:50:26.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1475 | 2024-08-30T17:50:26.800Z | |
1476 | 2024-08-30T17:50:26.800Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1477 | 2024-08-30T17:50:27.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-08-30T17:50:27.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-08-30T17:50:27.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1480 | 2024-08-30T17:50:27.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1481 | 2024-08-30T17:50:27.646Z | |
1482 | 2024-08-30T17:50:27.646Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1483 | 2024-08-30T17:50:28.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1484 | 2024-08-30T17:50:28.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1485 | 2024-08-30T17:50:28.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1486 | 2024-08-30T17:50:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1487 | 2024-08-30T17:50:28.271Z | |
1488 | 2024-08-30T17:50:28.271Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1489 | 2024-08-30T17:50:28.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1490 | 2024-08-30T17:50:28.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1491 | 2024-08-30T17:50:28.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1492 | 2024-08-30T17:50:28.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1493 | 2024-08-30T17:50:28.885Z | |
1494 | 2024-08-30T17:50:28.885Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1495 | 2024-08-30T17:50:29.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1496 | 2024-08-30T17:50:29.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1497 | 2024-08-30T17:50:29.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1498 | 2024-08-30T17:50:29.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1499 | 2024-08-30T17:50:29.510Z | |
1500 | 2024-08-30T17:50:29.510Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1501 | 2024-08-30T17:50:30.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1502 | 2024-08-30T17:50:30.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1503 | 2024-08-30T17:50:30.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1504 | 2024-08-30T17:50:30.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1505 | 2024-08-30T17:50:30.123Z | |
1506 | 2024-08-30T17:50:30.123Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1507 | 2024-08-30T17:50:30.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1508 | 2024-08-30T17:50:30.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1509 | 2024-08-30T17:50:30.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1510 | 2024-08-30T17:50:30.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1511 | 2024-08-30T17:50:30.778Z | |
1512 | 2024-08-30T17:50:30.778Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1513 | 2024-08-30T17:50:31.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1514 | 2024-08-30T17:50:31.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1515 | 2024-08-30T17:50:31.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1516 | 2024-08-30T17:50:31.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1517 | 2024-08-30T17:50:31.414Z | |
1518 | 2024-08-30T17:50:31.414Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1519 | 2024-08-30T17:50:32.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1520 | 2024-08-30T17:50:32.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1521 | 2024-08-30T17:50:32.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1522 | 2024-08-30T17:50:32.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1523 | 2024-08-30T17:50:32.138Z | |
1524 | 2024-08-30T17:50:32.139Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1525 | 2024-08-30T17:50:32.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1526 | 2024-08-30T17:50:32.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1527 | 2024-08-30T17:50:32.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1528 | 2024-08-30T17:50:32.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1529 | 2024-08-30T17:50:32.739Z | |
1530 | 2024-08-30T17:50:32.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1531 | 2024-08-30T17:50:33.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1532 | 2024-08-30T17:50:33.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1533 | 2024-08-30T17:50:33.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1534 | 2024-08-30T17:50:33.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1535 | 2024-08-30T17:50:33.356Z | |
1536 | 2024-08-30T17:50:33.356Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1537 | 2024-08-30T17:50:33.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1538 | 2024-08-30T17:50:33.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1539 | 2024-08-30T17:50:33.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1540 | 2024-08-30T17:50:33.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1541 | 2024-08-30T17:50:33.971Z | |
1542 | 2024-08-30T17:50:33.971Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1543 | 2024-08-30T17:50:34.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1544 | 2024-08-30T17:50:34.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1545 | 2024-08-30T17:50:34.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1546 | 2024-08-30T17:50:34.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1547 | 2024-08-30T17:50:34.613Z | |
1548 | 2024-08-30T17:50:34.613Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1549 | 2024-08-30T17:50:35.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1550 | 2024-08-30T17:50:35.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1551 | 2024-08-30T17:50:35.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1552 | 2024-08-30T17:50:35.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1553 | 2024-08-30T17:50:35.220Z | |
1554 | 2024-08-30T17:50:35.220Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1555 | 2024-08-30T17:50:35.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1556 | 2024-08-30T17:50:35.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1557 | 2024-08-30T17:50:35.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1558 | 2024-08-30T17:50:35.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1559 | 2024-08-30T17:50:35.823Z | |
1560 | 2024-08-30T17:50:35.823Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1561 | 2024-08-30T17:50:36.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1562 | 2024-08-30T17:50:36.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1563 | 2024-08-30T17:50:36.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1564 | 2024-08-30T17:50:36.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1565 | 2024-08-30T17:50:36.478Z | |
1566 | 2024-08-30T17:50:36.478Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1567 | 2024-08-30T17:50:37.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1568 | 2024-08-30T17:50:37.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1569 | 2024-08-30T17:50:37.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1570 | 2024-08-30T17:50:37.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1571 | 2024-08-30T17:50:37.127Z | |
1572 | 2024-08-30T17:50:37.128Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1573 | 2024-08-30T17:50:37.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1574 | 2024-08-30T17:50:37.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1575 | 2024-08-30T17:50:37.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1576 | 2024-08-30T17:50:37.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1577 | 2024-08-30T17:50:37.748Z | |
1578 | 2024-08-30T17:50:37.749Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1579 | 2024-08-30T17:50:38.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1580 | 2024-08-30T17:50:38.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1581 | 2024-08-30T17:50:38.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1582 | 2024-08-30T17:50:38.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1583 | 2024-08-30T17:50:38.370Z | |
1584 | 2024-08-30T17:50:38.370Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1585 | 2024-08-30T17:50:38.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1586 | 2024-08-30T17:50:38.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1587 | 2024-08-30T17:50:38.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1588 | 2024-08-30T17:50:38.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1589 | 2024-08-30T17:50:38.997Z | |
1590 | 2024-08-30T17:50:38.997Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1591 | 2024-08-30T17:50:39.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1592 | 2024-08-30T17:50:39.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1593 | 2024-08-30T17:50:39.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1594 | 2024-08-30T17:50:39.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1595 | 2024-08-30T17:50:39.630Z | |
1596 | 2024-08-30T17:50:39.630Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1597 | 2024-08-30T17:50:40.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1598 | 2024-08-30T17:50:40.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1599 | 2024-08-30T17:50:40.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1600 | 2024-08-30T17:50:40.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1601 | 2024-08-30T17:50:40.250Z | |
1602 | 2024-08-30T17:50:40.250Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1603 | 2024-08-30T17:50:40.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1604 | 2024-08-30T17:50:41.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1605 | 2024-08-30T17:50:41.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1606 | 2024-08-30T17:50:41.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1607 | 2024-08-30T17:50:41.068Z | |
1608 | 2024-08-30T17:50:41.068Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1609 | 2024-08-30T17:50:41.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1610 | 2024-08-30T17:50:41.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1611 | 2024-08-30T17:50:41.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1612 | 2024-08-30T17:50:41.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1613 | 2024-08-30T17:50:41.953Z | |
1614 | 2024-08-30T17:50:41.953Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1615 | 2024-08-30T17:50:42.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-08-30T17:50:42.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-08-30T17:50:42.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-08-30T17:50:42.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1619 | 2024-08-30T17:50:42.785Z | |
1620 | 2024-08-30T17:50:42.785Z | info: running `cargo check --bins` on oxlog (28/158) |
1621 | 2024-08-30T17:50:43.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-08-30T17:50:43.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-08-30T17:50:43.578Z | Checking cfg-if v1.0.0 |
1624 | 2024-08-30T17:50:43.602Z | Checking libc v0.2.158 |
1625 | 2024-08-30T17:50:43.602Z | Checking memchr v2.7.2 |
1626 | 2024-08-30T17:50:43.626Z | Checking serde v1.0.208 |
1627 | 2024-08-30T17:50:43.650Z | Checking zeroize v1.7.0 |
1628 | 2024-08-30T17:50:43.676Z | Checking typenum v1.17.0 |
1629 | 2024-08-30T17:50:43.676Z | Checking scopeguard v1.2.0 |
1630 | 2024-08-30T17:50:43.676Z | Checking byteorder v1.5.0 |
1631 | 2024-08-30T17:50:43.700Z | Checking log v0.4.21 |
1632 | 2024-08-30T17:50:43.804Z | Checking lock_api v0.4.12 |
1633 | 2024-08-30T17:50:43.873Z | Checking subtle v2.5.0 |
1634 | 2024-08-30T17:50:43.957Z | Checking once_cell v1.19.0 |
1635 | 2024-08-30T17:50:44.023Z | Checking const-oid v0.9.6 |
1636 | 2024-08-30T17:50:44.103Z | Checking itoa v1.0.11 |
1637 | 2024-08-30T17:50:44.167Z | Checking smallvec v1.13.2 |
1638 | 2024-08-30T17:50:44.226Z | Checking pin-project-lite v0.2.14 |
1639 | 2024-08-30T17:50:44.290Z | Checking zerocopy v0.7.34 |
1640 | 2024-08-30T17:50:44.335Z | Checking spin v0.9.8 |
1641 | 2024-08-30T17:50:44.366Z | Checking tinyvec_macros v0.1.1 |
1642 | 2024-08-30T17:50:44.463Z | Checking tinyvec v1.6.0 |
1643 | 2024-08-30T17:50:44.487Z | Checking cpufeatures v0.2.12 |
1644 | 2024-08-30T17:50:44.563Z | Checking getrandom v0.2.14 |
1645 | 2024-08-30T17:50:44.586Z | Checking parking_lot_core v0.9.10 |
1646 | 2024-08-30T17:50:44.647Z | Checking signal-hook-registry v1.4.2 |
1647 | 2024-08-30T17:50:44.671Z | Checking generic-array v0.14.7 |
1648 | 2024-08-30T17:50:44.789Z | Checking rand_core v0.6.4 |
1649 | 2024-08-30T17:50:44.864Z | Checking mio v1.0.2 |
1650 | 2024-08-30T17:50:44.888Z | Checking parking_lot v0.12.2 |
1651 | 2024-08-30T17:50:45.052Z | Checking socket2 v0.5.7 |
1652 | 2024-08-30T17:50:45.168Z | Checking futures-core v0.3.30 |
1653 | 2024-08-30T17:50:45.329Z | Checking futures-sink v0.3.30 |
1654 | 2024-08-30T17:50:45.389Z | Checking allocator-api2 v0.2.18 |
1655 | 2024-08-30T17:50:45.413Z | Checking unicode-bidi v0.3.15 |
1656 | 2024-08-30T17:50:45.469Z | Checking libm v0.2.8 |
1657 | 2024-08-30T17:50:45.493Z | Checking equivalent v1.0.1 |
1658 | 2024-08-30T17:50:45.517Z | Checking ahash v0.8.11 |
1659 | 2024-08-30T17:50:45.556Z | Checking unicode-normalization v0.1.23 |
1660 | 2024-08-30T17:50:45.589Z | Checking ryu v1.0.18 |
1661 | 2024-08-30T17:50:45.632Z | Checking crypto-common v0.1.6 |
1662 | 2024-08-30T17:50:45.792Z | Checking block-buffer v0.10.4 |
1663 | 2024-08-30T17:50:45.817Z | Checking block-padding v0.3.3 |
1664 | 2024-08-30T17:50:45.953Z | Checking futures-channel v0.3.30 |
1665 | 2024-08-30T17:50:45.977Z | Checking slab v0.4.9 |
1666 | 2024-08-30T17:50:45.977Z | Checking hashbrown v0.14.5 |
1667 | 2024-08-30T17:50:46.001Z | Checking inout v0.1.3 |
1668 | 2024-08-30T17:50:46.001Z | Checking digest v0.10.7 |
1669 | 2024-08-30T17:50:46.214Z | Checking cipher v0.4.4 |
1670 | 2024-08-30T17:50:46.238Z | Checking futures-io v0.3.30 |
1671 | 2024-08-30T17:50:46.261Z | Checking num-traits v0.2.19 |
1672 | 2024-08-30T17:50:46.285Z | Checking futures-task v0.3.30 |
1673 | 2024-08-30T17:50:46.309Z | Checking pin-utils v0.1.0 |
1674 | 2024-08-30T17:50:46.342Z | Checking hmac v0.12.1 |
1675 | 2024-08-30T17:50:46.385Z | Checking sha2 v0.10.8 |
1676 | 2024-08-30T17:50:46.409Z | Checking base64ct v1.6.0 |
1677 | 2024-08-30T17:50:46.489Z | Checking futures-util v0.3.30 |
1678 | 2024-08-30T17:50:46.545Z | Checking percent-encoding v2.3.1 |
1679 | 2024-08-30T17:50:46.578Z | Checking flagset v0.4.5 |
1680 | 2024-08-30T17:50:46.726Z | Checking ppv-lite86 v0.2.17 |
1681 | 2024-08-30T17:50:46.755Z | Checking salsa20 v0.10.2 |
1682 | 2024-08-30T17:50:46.800Z | Checking pem-rfc7468 v0.7.0 |
1683 | 2024-08-30T17:50:46.890Z | Checking pbkdf2 v0.12.2 |
1684 | 2024-08-30T17:50:46.942Z | Checking tracing-core v0.1.32 |
1685 | 2024-08-30T17:50:47.020Z | Checking untrusted v0.9.0 |
1686 | 2024-08-30T17:50:47.044Z | Checking der v0.7.9 |
1687 | 2024-08-30T17:50:47.044Z | Checking fnv v1.0.7 |
1688 | 2024-08-30T17:50:47.159Z | Checking ring v0.17.8 |
1689 | 2024-08-30T17:50:47.183Z | Checking scrypt v0.11.0 |
1690 | 2024-08-30T17:50:47.319Z | Checking rand_chacha v0.3.1 |
1691 | 2024-08-30T17:50:47.370Z | Checking cbc v0.1.2 |
1692 | 2024-08-30T17:50:47.518Z | Checking tracing v0.1.40 |
1693 | 2024-08-30T17:50:47.562Z | Checking aes v0.8.4 |
1694 | 2024-08-30T17:50:47.655Z | Checking rand v0.8.5 |
1695 | 2024-08-30T17:50:47.679Z | Checking thiserror v1.0.63 |
1696 | 2024-08-30T17:50:47.797Z | Checking foreign-types-shared v0.1.1 |
1697 | 2024-08-30T17:50:47.821Z | Checking bytes v1.7.1 |
1698 | 2024-08-30T17:50:47.845Z | Checking bitflags v2.6.0 |
1699 | 2024-08-30T17:50:47.900Z | Checking indexmap v2.4.0 |
1700 | 2024-08-30T17:50:48.092Z | Checking serde_json v1.0.125 |
1701 | 2024-08-30T17:50:48.307Z | Checking foreign-types v0.3.2 |
1702 | 2024-08-30T17:50:48.388Z | Checking form_urlencoded v1.2.1 |
1703 | 2024-08-30T17:50:48.524Z | Checking tokio v1.39.3 |
1704 | 2024-08-30T17:50:48.559Z | Checking http v0.2.12 |
1705 | 2024-08-30T17:50:48.623Z | Checking spki v0.7.3 |
1706 | 2024-08-30T17:50:48.699Z | Checking openssl-sys v0.9.103 |
1707 | 2024-08-30T17:50:48.722Z | Checking aho-corasick v1.1.3 |
1708 | 2024-08-30T17:50:48.868Z | Checking pkcs5 v0.7.1 |
1709 | 2024-08-30T17:50:48.954Z | Checking regex-syntax v0.8.4 |
1710 | 2024-08-30T17:50:49.342Z | Checking try-lock v0.2.5 |
1711 | 2024-08-30T17:50:49.478Z | Checking siphasher v0.3.11 |
1712 | 2024-08-30T17:50:49.555Z | Checking powerfmt v0.2.0 |
1713 | 2024-08-30T17:50:49.773Z | Checking unicode-ident v1.0.12 |
1714 | 2024-08-30T17:50:49.813Z | Checking http-body v0.4.6 |
1715 | 2024-08-30T17:50:49.843Z | Checking deranged v0.3.11 |
1716 | 2024-08-30T17:50:49.893Z | Checking openssl v0.10.66 |
1717 | 2024-08-30T17:50:49.948Z | Checking proc-macro2 v1.0.86 |
1718 | 2024-08-30T17:50:50.214Z | Checking want v0.3.1 |
1719 | 2024-08-30T17:50:50.261Z | Checking pkcs8 v0.10.2 |
1720 | 2024-08-30T17:50:50.375Z | Checking rustls-webpki v0.101.7 |
1721 | 2024-08-30T17:50:50.545Z | Checking sct v0.7.1 |
1722 | 2024-08-30T17:50:50.579Z | Checking uuid v1.10.0 |
1723 | 2024-08-30T17:50:50.737Z | Checking idna v0.5.0 |
1724 | 2024-08-30T17:50:50.847Z | Checking httparse v1.8.0 |
1725 | 2024-08-30T17:50:51.026Z | Checking errno v0.3.9 |
1726 | 2024-08-30T17:50:51.125Z | Checking scroll v0.12.0 |
1727 | 2024-08-30T17:50:51.193Z | Checking anstyle v1.0.8 |
1728 | 2024-08-30T17:50:51.220Z | Checking num_threads v0.1.7 |
1729 | 2024-08-30T17:50:51.324Z | Checking tower-service v0.3.2 |
1730 | 2024-08-30T17:50:51.400Z | Checking adler v1.0.2 |
1731 | 2024-08-30T17:50:51.455Z | Checking ucd-trie v0.1.6 |
1732 | 2024-08-30T17:50:51.478Z | Checking plain v0.2.3 |
1733 | 2024-08-30T17:50:51.528Z | Checking finl_unicode v1.2.0 |
1734 | 2024-08-30T17:50:51.568Z | Checking time-core v0.1.2 |
1735 | 2024-08-30T17:50:51.605Z | Checking iana-time-zone v0.1.60 |
1736 | 2024-08-30T17:50:51.628Z | Checking num-conv v0.1.0 |
1737 | 2024-08-30T17:50:51.661Z | Checking httpdate v1.0.3 |
1738 | 2024-08-30T17:50:51.704Z | Checking utf8parse v0.2.1 |
1739 | 2024-08-30T17:50:51.728Z | Checking openssl-probe v0.1.5 |
1740 | 2024-08-30T17:50:51.811Z | Checking regex-automata v0.4.6 |
1741 | 2024-08-30T17:50:51.838Z | Checking anstyle-parse v0.2.4 |
1742 | 2024-08-30T17:50:51.861Z | Checking chrono v0.4.38 |
1743 | 2024-08-30T17:50:51.861Z | Checking time v0.3.36 |
1744 | 2024-08-30T17:50:51.884Z | Checking pest v2.7.10 |
1745 | 2024-08-30T17:50:52.000Z | Checking stringprep v0.1.4 |
1746 | 2024-08-30T17:50:52.072Z | Checking goblin v0.8.2 |
1747 | 2024-08-30T17:50:52.228Z | Checking miniz_oxide v0.7.2 |
1748 | 2024-08-30T17:50:52.830Z | Checking url v2.5.2 |
1749 | 2024-08-30T17:50:53.468Z | Checking rustix v0.38.34 |
1750 | 2024-08-30T17:50:53.583Z | Checking rustls v0.21.12 |
1751 | 2024-08-30T17:50:53.867Z | Checking quote v1.0.36 |
1752 | 2024-08-30T17:50:53.904Z | Checking toml_datetime v0.6.8 |
1753 | 2024-08-30T17:50:54.152Z | Checking serde_spanned v0.6.7 |
1754 | 2024-08-30T17:50:54.177Z | Checking num-integer v0.1.46 |
1755 | 2024-08-30T17:50:54.317Z | Checking md-5 v0.10.6 |
1756 | 2024-08-30T17:50:54.487Z | Checking native-tls v0.2.11 |
1757 | 2024-08-30T17:50:54.510Z | Checking idna v0.3.0 |
1758 | 2024-08-30T17:50:54.578Z | Checking lazy_static v1.5.0 |
1759 | 2024-08-30T17:50:54.687Z | Checking hash32 v0.2.1 |
1760 | 2024-08-30T17:50:54.712Z | Checking tokio-util v0.7.11 |
1761 | 2024-08-30T17:50:54.750Z | Checking stable_deref_trait v1.2.0 |
1762 | 2024-08-30T17:50:54.848Z | Checking base64 v0.22.1 |
1763 | 2024-08-30T17:50:54.958Z | Checking colorchoice v1.0.1 |
1764 | 2024-08-30T17:50:55.083Z | Checking pretty-hex v0.4.1 |
1765 | 2024-08-30T17:50:55.126Z | Checking psl-types v2.0.11 |
1766 | 2024-08-30T17:50:55.149Z | Checking gimli v0.28.1 |
1767 | 2024-08-30T17:50:55.251Z | Checking fallible-iterator v0.2.0 |
1768 | 2024-08-30T17:50:55.275Z | Checking is_terminal_polyfill v1.70.0 |
1769 | 2024-08-30T17:50:55.301Z | Checking anstyle-query v1.0.3 |
1770 | 2024-08-30T17:50:55.378Z | Checking publicsuffix v2.2.3 |
1771 | 2024-08-30T17:50:55.423Z | Checking anstream v0.6.14 |
1772 | 2024-08-30T17:50:55.475Z | Checking h2 v0.3.26 |
1773 | 2024-08-30T17:50:55.498Z | Checking terminal_size v0.3.0 |
1774 | 2024-08-30T17:50:55.599Z | Checking heapless v0.7.17 |
1775 | 2024-08-30T17:50:55.643Z | Checking tokio-native-tls v0.3.1 |
1776 | 2024-08-30T17:50:55.769Z | Checking num-iter v0.1.45 |
1777 | 2024-08-30T17:50:55.806Z | Checking postgres-protocol v0.6.7 |
1778 | 2024-08-30T17:50:55.870Z | Checking syn v2.0.74 |
1779 | 2024-08-30T17:50:55.926Z | Checking dtrace-parser v0.2.0 |
1780 | 2024-08-30T17:50:56.271Z | Checking dof v0.3.0 |
1781 | 2024-08-30T17:50:56.333Z | Checking cookie v0.17.0 |
1782 | 2024-08-30T17:50:56.357Z | Checking tokio-rustls v0.24.1 |
1783 | 2024-08-30T17:50:56.381Z | Checking phf_shared v0.11.2 |
1784 | 2024-08-30T17:50:56.485Z | Checking ff v0.13.0 |
1785 | 2024-08-30T17:50:56.657Z | Checking thread-id v4.2.1 |
1786 | 2024-08-30T17:50:56.683Z | Checking object v0.32.2 |
1787 | 2024-08-30T17:50:56.707Z | Checking base64 v0.21.7 |
1788 | 2024-08-30T17:50:56.730Z | Checking winnow v0.5.40 |
1789 | 2024-08-30T17:50:56.757Z | Checking ipnet v2.9.0 |
1790 | 2024-08-30T17:50:56.798Z | Checking clap_lex v0.7.0 |
1791 | 2024-08-30T17:50:57.009Z | Checking either v1.13.0 |
1792 | 2024-08-30T17:50:57.121Z | Checking strsim v0.11.1 |
1793 | 2024-08-30T17:50:57.158Z | Checking base16ct v0.2.0 |
1794 | 2024-08-30T17:50:57.324Z | Checking rustc-demangle v0.1.24 |
1795 | 2024-08-30T17:50:57.347Z | Checking managed v0.8.0 |
1796 | 2024-08-30T17:50:57.379Z | Checking bitflags v1.3.2 |
1797 | 2024-08-30T17:50:57.460Z | Checking clap_builder v4.5.15 |
1798 | 2024-08-30T17:50:57.682Z | Checking smoltcp v0.9.1 |
1799 | 2024-08-30T17:50:57.705Z | Checking sec1 v0.7.3 |
1800 | 2024-08-30T17:50:58.021Z | Checking rustls-pemfile v1.0.4 |
1801 | 2024-08-30T17:50:58.182Z | Checking cookie_store v0.20.0 |
1802 | 2024-08-30T17:50:58.310Z | Checking addr2line v0.21.0 |
1803 | 2024-08-30T17:50:58.694Z | Checking group v0.13.0 |
1804 | 2024-08-30T17:50:58.748Z | Checking phf v0.11.2 |
1805 | 2024-08-30T17:50:58.901Z | Checking postgres-types v0.2.7 |
1806 | 2024-08-30T17:50:58.925Z | Checking num-bigint-dig v0.8.4 |
1807 | 2024-08-30T17:50:58.987Z | Checking regex v1.10.6 |
1808 | 2024-08-30T17:50:59.172Z | Checking toml_edit v0.19.15 |
1809 | 2024-08-30T17:50:59.469Z | Checking bstr v1.9.1 |
1810 | 2024-08-30T17:50:59.493Z | Checking futures-executor v0.3.30 |
1811 | 2024-08-30T17:50:59.688Z | Checking pkcs1 v0.7.5 |
1812 | 2024-08-30T17:50:59.977Z | Checking phf_shared v0.10.0 |
1813 | 2024-08-30T17:51:00.033Z | Checking serde_urlencoded v0.7.1 |
1814 | 2024-08-30T17:51:00.222Z | Checking hubpack v0.1.2 |
1815 | 2024-08-30T17:51:00.246Z | Checking zerocopy v0.6.6 |
1816 | 2024-08-30T17:51:00.386Z | Checking float-cmp v0.9.0 |
1817 | 2024-08-30T17:51:00.463Z | Checking hyper v0.14.30 |
1818 | 2024-08-30T17:51:00.510Z | Checking crossbeam-utils v0.8.19 |
1819 | 2024-08-30T17:51:00.557Z | Checking crc32fast v1.4.0 |
1820 | 2024-08-30T17:51:00.688Z | Checking signal-hook v0.3.17 |
1821 | 2024-08-30T17:51:00.773Z | Checking hkdf v0.12.4 |
1822 | 2024-08-30T17:51:00.920Z | Checking signature v2.2.0 |
1823 | 2024-08-30T17:51:00.974Z | Checking idna v0.4.0 |
1824 | 2024-08-30T17:51:00.997Z | Checking crypto-bigint v0.5.5 |
1825 | 2024-08-30T17:51:01.100Z | Checking memmap v0.7.0 |
1826 | 2024-08-30T17:51:01.123Z | Checking mio v0.8.11 |
1827 | 2024-08-30T17:51:01.172Z | Checking usdt-impl v0.5.0 |
1828 | 2024-08-30T17:51:01.239Z | Checking encoding_rs v0.8.34 |
1829 | 2024-08-30T17:51:01.285Z | Checking precomputed-hash v0.1.1 |
1830 | 2024-08-30T17:51:01.387Z | Checking normalize-line-endings v0.3.0 |
1831 | 2024-08-30T17:51:01.493Z | Checking webpki-roots v0.25.4 |
1832 | 2024-08-30T17:51:01.635Z | Checking unicode-width v0.1.13 |
1833 | 2024-08-30T17:51:01.658Z | Checking mime v0.3.17 |
1834 | 2024-08-30T17:51:01.658Z | Checking sync_wrapper v0.1.2 |
1835 | 2024-08-30T17:51:01.682Z | Checking unicode-segmentation v1.11.0 |
1836 | 2024-08-30T17:51:01.773Z | Checking minimal-lexical v0.2.1 |
1837 | 2024-08-30T17:51:01.797Z | Checking backtrace v0.3.71 |
1838 | 2024-08-30T17:51:01.820Z | Checking predicates-core v1.0.6 |
1839 | 2024-08-30T17:51:01.930Z | Checking dyn-clone v1.0.17 |
1840 | 2024-08-30T17:51:01.965Z | Checking difflib v0.4.0 |
1841 | 2024-08-30T17:51:02.053Z | Checking new_debug_unreachable v1.0.6 |
1842 | 2024-08-30T17:51:02.112Z | Checking data-encoding v2.6.0 |
1843 | 2024-08-30T17:51:02.141Z | Checking static_assertions v1.1.0 |
1844 | 2024-08-30T17:51:02.224Z | Checking whoami v1.5.1 |
1845 | 2024-08-30T17:51:02.252Z | Checking fixedbitset v0.4.2 |
1846 | 2024-08-30T17:51:02.253Z | Checking bit-vec v0.6.3 |
1847 | 2024-08-30T17:51:02.294Z | Checking winnow v0.6.18 |
1848 | 2024-08-30T17:51:02.482Z | Checking tokio-postgres v0.7.11 |
1849 | 2024-08-30T17:51:02.507Z | Checking petgraph v0.6.5 |
1850 | 2024-08-30T17:51:02.536Z | Checking bit-set v0.5.3 |
1851 | 2024-08-30T17:51:02.644Z | Checking hickory-proto v0.24.1 |
1852 | 2024-08-30T17:51:02.748Z | Checking anyhow v1.0.86 |
1853 | 2024-08-30T17:51:03.064Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1854 | 2024-08-30T17:51:03.088Z | Checking predicates v3.1.2 |
1855 | 2024-08-30T17:51:03.272Z | Checking elliptic-curve v0.13.8 |
1856 | 2024-08-30T17:51:03.609Z | Checking similar v2.6.0 |
1857 | 2024-08-30T17:51:03.815Z | Checking string_cache v0.8.7 |
1858 | 2024-08-30T17:51:04.059Z | Checking nom v7.1.3 |
1859 | 2024-08-30T17:51:04.321Z | Checking schemars v0.8.21 |
1860 | 2024-08-30T17:51:04.658Z | Checking toml_edit v0.22.20 |
1861 | 2024-08-30T17:51:04.803Z | Checking console v0.15.8 |
1862 | 2024-08-30T17:51:05.150Z | Checking signal-hook-mio v0.2.4 |
1863 | 2024-08-30T17:51:05.270Z | Checking usdt v0.5.0 |
1864 | 2024-08-30T17:51:05.293Z | Checking toml v0.7.8 |
1865 | 2024-08-30T17:51:05.486Z | Checking crossbeam-epoch v0.9.18 |
1866 | 2024-08-30T17:51:05.517Z | Checking hyper-tls v0.5.0 |
1867 | 2024-08-30T17:51:05.627Z | Checking hyper-rustls v0.24.2 |
1868 | 2024-08-30T17:51:05.750Z | Checking rsa v0.9.6 |
1869 | 2024-08-30T17:51:05.858Z | Checking flate2 v1.0.31 |
1870 | 2024-08-30T17:51:05.894Z | Checking reqwest v0.11.27 |
1871 | 2024-08-30T17:51:05.917Z | Checking clap v4.5.16 |
1872 | 2024-08-30T17:51:06.016Z | Checking futures v0.3.30 |
1873 | 2024-08-30T17:51:06.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1874 | 2024-08-30T17:51:06.157Z | Checking itertools v0.10.5 |
1875 | 2024-08-30T17:51:06.409Z | Checking itertools v0.12.1 |
1876 | 2024-08-30T17:51:06.432Z | Checking tokio-stream v0.1.15 |
1877 | 2024-08-30T17:51:06.497Z | Checking fs-err v2.11.0 |
1878 | 2024-08-30T17:51:06.611Z | Checking nix v0.28.0 |
1879 | 2024-08-30T17:51:06.840Z | Checking slog v2.7.0 |
1880 | 2024-08-30T17:51:06.969Z | Checking openapiv3 v2.0.0 |
1881 | 2024-08-30T17:51:07.098Z | Checking semver v1.0.23 |
1882 | 2024-08-30T17:51:07.121Z | Checking hex v0.4.3 |
1883 | 2024-08-30T17:51:07.253Z | Checking sha1 v0.10.6 |
1884 | 2024-08-30T17:51:07.308Z | Checking peg-runtime v0.8.3 |
1885 | 2024-08-30T17:51:07.451Z | Checking lalrpop-util v0.19.12 |
1886 | 2024-08-30T17:51:07.479Z | Checking camino v1.1.9 |
1887 | 2024-08-30T17:51:07.503Z | Checking sigpipe v0.1.3 |
1888 | 2024-08-30T17:51:09.667Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1889 | 2024-08-30T17:51:10.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.29s |
1890 | 2024-08-30T17:51:10.209Z | |
1891 | 2024-08-30T17:51:10.209Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1892 | 2024-08-30T17:51:10.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1893 | 2024-08-30T17:51:11.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1894 | 2024-08-30T17:51:11.088Z | Compiling regress v0.9.1 |
1895 | 2024-08-30T17:51:11.117Z | Checking strum v0.26.3 |
1896 | 2024-08-30T17:51:11.141Z | Checking heck v0.5.0 |
1897 | 2024-08-30T17:51:11.164Z | Compiling getopts v0.2.21 |
1898 | 2024-08-30T17:51:11.188Z | Checking dirs-sys-next v0.1.2 |
1899 | 2024-08-30T17:51:11.188Z | Compiling unsafe-libyaml v0.2.11 |
1900 | 2024-08-30T17:51:11.260Z | Checking http v1.1.0 |
1901 | 2024-08-30T17:51:11.313Z | Checking thread_local v1.1.8 |
1902 | 2024-08-30T17:51:11.349Z | Checking dirs-next v2.0.0 |
1903 | 2024-08-30T17:51:11.461Z | Checking rustls-pki-types v1.7.0 |
1904 | 2024-08-30T17:51:11.486Z | Compiling ident_case v1.0.1 |
1905 | 2024-08-30T17:51:11.559Z | Checking term v0.7.0 |
1906 | 2024-08-30T17:51:11.652Z | Compiling darling_core v0.20.9 |
1907 | 2024-08-30T17:51:11.820Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1908 | 2024-08-30T17:51:11.927Z | Checking crossbeam-channel v0.5.12 |
1909 | 2024-08-30T17:51:11.963Z | Checking atty v0.2.14 |
1910 | 2024-08-30T17:51:12.071Z | Checking is-terminal v0.4.12 |
1911 | 2024-08-30T17:51:12.102Z | Compiling paste v1.0.15 |
1912 | 2024-08-30T17:51:12.183Z | Compiling rustls v0.22.4 |
1913 | 2024-08-30T17:51:12.411Z | Compiling serde_yaml v0.9.34+deprecated |
1914 | 2024-08-30T17:51:12.435Z | Checking termcolor v1.4.1 |
1915 | 2024-08-30T17:51:12.560Z | Checking humantime v2.1.0 |
1916 | 2024-08-30T17:51:12.583Z | Checking take_mut v0.2.2 |
1917 | 2024-08-30T17:51:12.709Z | Checking utf-8 v0.7.6 |
1918 | 2024-08-30T17:51:12.754Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1919 | 2024-08-30T17:51:12.789Z | Checking slog-async v2.8.0 |
1920 | 2024-08-30T17:51:12.812Z | Checking env_logger v0.9.3 |
1921 | 2024-08-30T17:51:12.971Z | Checking slog-term v2.9.1 |
1922 | 2024-08-30T17:51:13.040Z | Checking rustls-webpki v0.102.4 |
1923 | 2024-08-30T17:51:13.077Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-08-30T17:51:13.188Z | Compiling proc-macro-crate v1.3.1 |
1925 | 2024-08-30T17:51:13.357Z | Compiling bitstruct_derive v0.1.0 |
1926 | 2024-08-30T17:51:13.381Z | Compiling structmeta-derive v0.3.0 |
1927 | 2024-08-30T17:51:13.656Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-08-30T17:51:13.772Z | Compiling multer v3.1.0 |
1929 | 2024-08-30T17:51:13.816Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1930 | 2024-08-30T17:51:14.121Z | Checking ascii v1.1.0 |
1931 | 2024-08-30T17:51:14.453Z | Checking match_cfg v0.1.0 |
1932 | 2024-08-30T17:51:14.517Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1933 | 2024-08-30T17:51:14.541Z | Checking hostname v0.3.1 |
1934 | 2024-08-30T17:51:14.657Z | Checking bitstruct v0.1.1 |
1935 | 2024-08-30T17:51:14.754Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1936 | 2024-08-30T17:51:14.792Z | Compiling num_enum_derive v0.5.11 |
1937 | 2024-08-30T17:51:15.213Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-08-30T17:51:15.540Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1939 | 2024-08-30T17:51:15.764Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-30T17:51:15.856Z | Compiling structmeta v0.3.0 |
1941 | 2024-08-30T17:51:15.984Z | Checking slog-json v2.6.1 |
1942 | 2024-08-30T17:51:16.015Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-08-30T17:51:16.215Z | Checking serde_arrays v0.1.0 |
1944 | 2024-08-30T17:51:16.238Z | Checking erased-serde v0.3.31 |
1945 | 2024-08-30T17:51:16.261Z | Compiling async-stream-impl v0.3.5 |
1946 | 2024-08-30T17:51:16.354Z | Compiling foreign-types-macros v0.2.3 |
1947 | 2024-08-30T17:51:16.777Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1948 | 2024-08-30T17:51:16.971Z | Checking arc-swap v1.7.1 |
1949 | 2024-08-30T17:51:17.044Z | Checking foreign-types-shared v0.3.1 |
1950 | 2024-08-30T17:51:17.130Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1951 | 2024-08-30T17:51:17.154Z | Checking atomic-waker v1.1.2 |
1952 | 2024-08-30T17:51:17.264Z | Checking waitgroup v0.1.2 |
1953 | 2024-08-30T17:51:17.352Z | Checking slog-scope v4.4.0 |
1954 | 2024-08-30T17:51:17.401Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1955 | 2024-08-30T17:51:17.427Z | Checking foreign-types v0.5.0 |
1956 | 2024-08-30T17:51:17.450Z | Checking async-stream v0.3.5 |
1957 | 2024-08-30T17:51:17.523Z | Checking num_enum v0.5.11 |
1958 | 2024-08-30T17:51:17.546Z | Compiling parse-display-derive v0.10.0 |
1959 | 2024-08-30T17:51:17.546Z | Checking slog-bunyan v2.5.0 |
1960 | 2024-08-30T17:51:17.546Z | Compiling darling_macro v0.20.9 |
1961 | 2024-08-30T17:51:17.609Z | Compiling proc-macro-error v1.0.4 |
1962 | 2024-08-30T17:51:17.842Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1963 | 2024-08-30T17:51:17.995Z | Checking tungstenite v0.20.1 |
1964 | 2024-08-30T17:51:18.092Z | Checking toml v0.8.19 |
1965 | 2024-08-30T17:51:18.227Z | Checking rustls-pemfile v2.1.3 |
1966 | 2024-08-30T17:51:18.361Z | Compiling darling v0.20.9 |
1967 | 2024-08-30T17:51:18.396Z | Checking tokio-rustls v0.25.0 |
1968 | 2024-08-30T17:51:18.440Z | Compiling heck v0.3.3 |
1969 | 2024-08-30T17:51:18.472Z | Compiling serde_with_macros v3.9.0 |
1970 | 2024-08-30T17:51:18.714Z | Checking newtype-uuid v1.1.0 |
1971 | 2024-08-30T17:51:18.737Z | Checking ipnetwork v0.20.0 |
1972 | 2024-08-30T17:51:18.760Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1973 | 2024-08-30T17:51:18.825Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1974 | 2024-08-30T17:51:18.920Z | Checking serde_path_to_error v0.1.16 |
1975 | 2024-08-30T17:51:19.034Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-08-30T17:51:19.464Z | Checking hostname v0.4.0 |
1977 | 2024-08-30T17:51:19.530Z | Checking cstr-argument v0.1.2 |
1978 | 2024-08-30T17:51:19.596Z | Checking instant v0.1.12 |
1979 | 2024-08-30T17:51:19.684Z | Checking pretty-hex v0.2.1 |
1980 | 2024-08-30T17:51:19.707Z | Checking debug-ignore v1.0.5 |
1981 | 2024-08-30T17:51:19.730Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1982 | 2024-08-30T17:51:19.824Z | Checking fastrand v2.1.0 |
1983 | 2024-08-30T17:51:19.848Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1984 | 2024-08-30T17:51:19.991Z | Checking backoff v0.4.0 |
1985 | 2024-08-30T17:51:20.088Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1986 | 2024-08-30T17:51:20.129Z | Checking tempfile v3.10.1 |
1987 | 2024-08-30T17:51:20.271Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1988 | 2024-08-30T17:51:20.393Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1989 | 2024-08-30T17:51:20.509Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1990 | 2024-08-30T17:51:20.538Z | Compiling zone_cfg_derive v0.1.2 |
1991 | 2024-08-30T17:51:20.717Z | Checking tokio-tungstenite v0.20.1 |
1992 | 2024-08-30T17:51:20.770Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1993 | 2024-08-30T17:51:20.980Z | Checking serde_with v3.9.0 |
1994 | 2024-08-30T17:51:21.132Z | Checking slog-stdlog v4.1.1 |
1995 | 2024-08-30T17:51:21.283Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1996 | 2024-08-30T17:51:21.429Z | Checking tungstenite v0.21.0 |
1997 | 2024-08-30T17:51:21.452Z | Checking colored v2.1.0 |
1998 | 2024-08-30T17:51:21.476Z | Checking parse-display v0.10.0 |
1999 | 2024-08-30T17:51:21.666Z | Checking macaddr v1.0.1 |
2000 | 2024-08-30T17:51:21.698Z | Checking socket2 v0.4.10 |
2001 | 2024-08-30T17:51:21.754Z | Checking base64 v0.13.1 |
2002 | 2024-08-30T17:51:21.961Z | Checking zone v0.1.8 |
2003 | 2024-08-30T17:51:22.096Z | Checking ron v0.7.1 |
2004 | 2024-08-30T17:51:22.180Z | Checking tokio-tungstenite v0.21.0 |
2005 | 2024-08-30T17:51:22.515Z | Checking slog-envlogger v2.2.0 |
2006 | 2024-08-30T17:51:22.573Z | Checking pem v3.0.4 |
2007 | 2024-08-30T17:51:22.709Z | Checking tabwriter v1.4.0 |
2008 | 2024-08-30T17:51:22.808Z | Checking xattr v1.3.1 |
2009 | 2024-08-30T17:51:22.921Z | Checking portpicker v0.1.1 |
2010 | 2024-08-30T17:51:22.985Z | Checking yasna v0.5.2 |
2011 | 2024-08-30T17:51:23.024Z | Checking headers-core v0.2.0 |
2012 | 2024-08-30T17:51:23.047Z | Checking smf v0.2.3 |
2013 | 2024-08-30T17:51:23.152Z | Checking filetime v0.2.25 |
2014 | 2024-08-30T17:51:23.338Z | Checking same-file v1.0.6 |
2015 | 2024-08-30T17:51:23.443Z | Checking tar v0.4.41 |
2016 | 2024-08-30T17:51:23.500Z | Checking walkdir v2.5.0 |
2017 | 2024-08-30T17:51:23.556Z | Checking headers v0.3.9 |
2018 | 2024-08-30T17:51:23.696Z | Checking camino-tempfile v1.1.1 |
2019 | 2024-08-30T17:51:23.724Z | Checking rcgen v0.12.1 |
2020 | 2024-08-30T17:51:23.751Z | Checking atomicwrites v0.4.3 |
2021 | 2024-08-30T17:51:23.920Z | Checking subprocess v0.2.9 |
2022 | 2024-08-30T17:51:24.950Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2023 | 2024-08-30T17:51:25.201Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2024 | 2024-08-30T17:51:26.860Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2025 | 2024-08-30T17:51:29.249Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2026 | 2024-08-30T17:51:29.344Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2027 | 2024-08-30T17:51:33.643Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-08-30T17:51:42.036Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2029 | 2024-08-30T17:51:42.202Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2030 | 2024-08-30T17:51:42.202Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-08-30T17:51:45.451Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2032 | 2024-08-30T17:51:45.929Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2033 | 2024-08-30T17:51:53.332Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2034 | 2024-08-30T17:51:55.208Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2035 | 2024-08-30T17:51:56.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.39s |
2036 | 2024-08-30T17:51:56.743Z | |
2037 | 2024-08-30T17:51:56.743Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2038 | 2024-08-30T17:51:57.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2039 | 2024-08-30T17:51:57.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2040 | 2024-08-30T17:51:57.618Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2041 | 2024-08-30T17:51:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
2042 | 2024-08-30T17:51:59.217Z | |
2043 | 2024-08-30T17:51:59.217Z | info: running `cargo check --bins` on nexus-config (31/158) |
2044 | 2024-08-30T17:51:59.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2045 | 2024-08-30T17:51:59.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2046 | 2024-08-30T17:51:59.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2047 | 2024-08-30T17:51:59.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2048 | 2024-08-30T17:52:00.026Z | |
2049 | 2024-08-30T17:52:00.026Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2050 | 2024-08-30T17:52:00.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-08-30T17:52:00.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-08-30T17:52:00.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2053 | 2024-08-30T17:52:00.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2054 | 2024-08-30T17:52:00.825Z | |
2055 | 2024-08-30T17:52:00.825Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2056 | 2024-08-30T17:52:01.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2057 | 2024-08-30T17:52:01.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2058 | 2024-08-30T17:52:01.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2059 | 2024-08-30T17:52:01.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2060 | 2024-08-30T17:52:01.636Z | |
2061 | 2024-08-30T17:52:01.636Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2062 | 2024-08-30T17:52:02.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2063 | 2024-08-30T17:52:02.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2064 | 2024-08-30T17:52:02.479Z | Compiling heapless v0.8.0 |
2065 | 2024-08-30T17:52:02.503Z | Checking hash32 v0.3.1 |
2066 | 2024-08-30T17:52:02.526Z | Compiling smoltcp v0.11.0 |
2067 | 2024-08-30T17:52:02.550Z | Checking embedded-io v0.4.0 |
2068 | 2024-08-30T17:52:02.550Z | Checking cobs v0.2.3 |
2069 | 2024-08-30T17:52:02.573Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2070 | 2024-08-30T17:52:02.573Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2071 | 2024-08-30T17:52:02.601Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2072 | 2024-08-30T17:52:02.681Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2073 | 2024-08-30T17:52:02.705Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-08-30T17:52:02.731Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2075 | 2024-08-30T17:52:02.755Z | Checking postcard v1.0.8 |
2076 | 2024-08-30T17:52:02.916Z | Compiling zone_cfg_derive v0.3.0 |
2077 | 2024-08-30T17:52:02.953Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2078 | 2024-08-30T17:52:03.111Z | Checking newline-converter v0.3.0 |
2079 | 2024-08-30T17:52:03.190Z | Compiling num-derive v0.4.2 |
2080 | 2024-08-30T17:52:03.255Z | Compiling slog-dtrace v0.3.0 |
2081 | 2024-08-30T17:52:03.289Z | Compiling convert_case v0.4.0 |
2082 | 2024-08-30T17:52:03.358Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2083 | 2024-08-30T17:52:03.381Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2084 | 2024-08-30T17:52:03.591Z | Checking expectorate v1.1.0 |
2085 | 2024-08-30T17:52:03.642Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2086 | 2024-08-30T17:52:04.091Z | Compiling derive_more v0.99.18 |
2087 | 2024-08-30T17:52:04.175Z | Checking zone v0.3.0 |
2088 | 2024-08-30T17:52:04.704Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2089 | 2024-08-30T17:52:06.511Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2090 | 2024-08-30T17:52:07.654Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2091 | 2024-08-30T17:52:08.652Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2092 | 2024-08-30T17:52:09.031Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2093 | 2024-08-30T17:52:11.225Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2094 | 2024-08-30T17:52:12.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s |
2095 | 2024-08-30T17:52:12.225Z | |
2096 | 2024-08-30T17:52:12.225Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2097 | 2024-08-30T17:52:13.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-08-30T17:52:13.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-08-30T17:52:13.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-08-30T17:52:13.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2101 | 2024-08-30T17:52:13.114Z | |
2102 | 2024-08-30T17:52:13.114Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2103 | 2024-08-30T17:52:13.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-08-30T17:52:13.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-08-30T17:52:13.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-08-30T17:52:13.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2107 | 2024-08-30T17:52:14.058Z | |
2108 | 2024-08-30T17:52:14.058Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2109 | 2024-08-30T17:52:14.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-08-30T17:52:14.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-08-30T17:52:14.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-08-30T17:52:14.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
2113 | 2024-08-30T17:52:15.050Z | |
2114 | 2024-08-30T17:52:15.050Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2115 | 2024-08-30T17:52:15.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-08-30T17:52:15.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-08-30T17:52:15.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2118 | 2024-08-30T17:52:15.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
2119 | 2024-08-30T17:52:16.038Z | |
2120 | 2024-08-30T17:52:16.038Z | info: running `cargo check --bins` on dns-server (39/158) |
2121 | 2024-08-30T17:52:16.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2122 | 2024-08-30T17:52:16.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2123 | 2024-08-30T17:52:16.898Z | Compiling parking_lot_core v0.8.6 |
2124 | 2024-08-30T17:52:16.922Z | Checking nibble_vec v0.1.0 |
2125 | 2024-08-30T17:52:16.945Z | Checking linked-hash-map v0.5.6 |
2126 | 2024-08-30T17:52:16.945Z | Checking quick-error v1.2.3 |
2127 | 2024-08-30T17:52:16.945Z | Checking endian-type v0.1.2 |
2128 | 2024-08-30T17:52:16.945Z | Checking fxhash v0.2.1 |
2129 | 2024-08-30T17:52:16.969Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2130 | 2024-08-30T17:52:16.969Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2131 | 2024-08-30T17:52:17.089Z | Checking resolv-conf v0.7.0 |
2132 | 2024-08-30T17:52:17.113Z | Checking hickory-server v0.24.1 |
2133 | 2024-08-30T17:52:17.166Z | Checking radix_trie v0.2.1 |
2134 | 2024-08-30T17:52:17.249Z | Checking lru-cache v0.1.2 |
2135 | 2024-08-30T17:52:17.409Z | Checking hickory-resolver v0.24.1 |
2136 | 2024-08-30T17:52:17.524Z | Checking hickory-client v0.24.1 |
2137 | 2024-08-30T17:52:17.649Z | Checking parking_lot v0.11.2 |
2138 | 2024-08-30T17:52:17.938Z | Checking sled v0.34.7 |
2139 | 2024-08-30T17:52:20.269Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2140 | 2024-08-30T17:52:21.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2141 | 2024-08-30T17:52:21.816Z | |
2142 | 2024-08-30T17:52:21.816Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2143 | 2024-08-30T17:52:22.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2144 | 2024-08-30T17:52:22.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2145 | 2024-08-30T17:52:22.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2146 | 2024-08-30T17:52:22.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2147 | 2024-08-30T17:52:22.687Z | |
2148 | 2024-08-30T17:52:22.687Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2149 | 2024-08-30T17:52:23.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2024-08-30T17:52:23.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2024-08-30T17:52:23.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2152 | 2024-08-30T17:52:23.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2153 | 2024-08-30T17:52:23.519Z | |
2154 | 2024-08-30T17:52:23.519Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2155 | 2024-08-30T17:52:24.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2156 | 2024-08-30T17:52:24.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2157 | 2024-08-30T17:52:24.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2158 | 2024-08-30T17:52:24.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2159 | 2024-08-30T17:52:24.468Z | |
2160 | 2024-08-30T17:52:24.468Z | info: running `cargo check --bins` on gateway-types (43/158) |
2161 | 2024-08-30T17:52:25.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-08-30T17:52:25.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-08-30T17:52:25.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2164 | 2024-08-30T17:52:25.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2165 | 2024-08-30T17:52:25.315Z | |
2166 | 2024-08-30T17:52:25.315Z | info: running `cargo check --bins` on ipcc (44/158) |
2167 | 2024-08-30T17:52:26.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-08-30T17:52:26.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-08-30T17:52:26.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-08-30T17:52:26.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2171 | 2024-08-30T17:52:26.195Z | |
2172 | 2024-08-30T17:52:26.196Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2173 | 2024-08-30T17:52:27.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-08-30T17:52:27.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-08-30T17:52:27.170Z | Compiling rustls-pki-types v1.7.0 |
2176 | 2024-08-30T17:52:27.193Z | Compiling match_cfg v0.1.0 |
2177 | 2024-08-30T17:52:27.193Z | Checking num-rational v0.4.2 |
2178 | 2024-08-30T17:52:27.218Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2179 | 2024-08-30T17:52:27.218Z | Compiling slog-json v2.6.1 |
2180 | 2024-08-30T17:52:27.218Z | Compiling http v1.1.0 |
2181 | 2024-08-30T17:52:27.218Z | Checking num-complex v0.4.6 |
2182 | 2024-08-30T17:52:27.261Z | Compiling prettyplease v0.2.20 |
2183 | 2024-08-30T17:52:27.312Z | Compiling hostname v0.3.1 |
2184 | 2024-08-30T17:52:27.542Z | Compiling atomic-waker v1.1.2 |
2185 | 2024-08-30T17:52:27.566Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2186 | 2024-08-30T17:52:27.589Z | Compiling rustls-webpki v0.102.4 |
2187 | 2024-08-30T17:52:27.653Z | Compiling rustls-pemfile v2.1.3 |
2188 | 2024-08-30T17:52:27.734Z | Compiling waitgroup v0.1.2 |
2189 | 2024-08-30T17:52:27.774Z | Compiling slog-bunyan v2.5.0 |
2190 | 2024-08-30T17:52:27.798Z | Compiling async-stream v0.3.5 |
2191 | 2024-08-30T17:52:27.929Z | Compiling toml v0.8.19 |
2192 | 2024-08-30T17:52:27.952Z | Compiling ipnetwork v0.20.0 |
2193 | 2024-08-30T17:52:27.976Z | Compiling newtype-uuid v1.1.0 |
2194 | 2024-08-30T17:52:28.041Z | Checking num v0.4.3 |
2195 | 2024-08-30T17:52:28.081Z | Compiling serde_path_to_error v0.1.16 |
2196 | 2024-08-30T17:52:28.107Z | Compiling hostname v0.4.0 |
2197 | 2024-08-30T17:52:28.146Z | Compiling instant v0.1.12 |
2198 | 2024-08-30T17:52:28.279Z | Compiling radium v0.7.0 |
2199 | 2024-08-30T17:52:28.302Z | Compiling semver v0.1.20 |
2200 | 2024-08-30T17:52:28.338Z | Compiling debug-ignore v1.0.5 |
2201 | 2024-08-30T17:52:28.479Z | Compiling rustls v0.22.4 |
2202 | 2024-08-30T17:52:28.710Z | Compiling multer v3.1.0 |
2203 | 2024-08-30T17:52:28.742Z | Checking float-ord v0.3.2 |
2204 | 2024-08-30T17:52:28.849Z | Compiling rustc_version v0.1.7 |
2205 | 2024-08-30T17:52:28.886Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2206 | 2024-08-30T17:52:28.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2207 | 2024-08-30T17:52:29.329Z | Compiling backoff v0.4.0 |
2208 | 2024-08-30T17:52:29.445Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2209 | 2024-08-30T17:52:29.469Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2210 | 2024-08-30T17:52:29.493Z | Compiling parse-display v0.10.0 |
2211 | 2024-08-30T17:52:29.615Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2212 | 2024-08-30T17:52:29.638Z | Compiling serde_with v3.9.0 |
2213 | 2024-08-30T17:52:29.670Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2214 | 2024-08-30T17:52:29.811Z | Compiling macaddr v1.0.1 |
2215 | 2024-08-30T17:52:30.078Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-08-30T17:52:30.207Z | Checking tap v1.0.1 |
2217 | 2024-08-30T17:52:30.359Z | Checking wyz v0.5.1 |
2218 | 2024-08-30T17:52:30.657Z | Compiling newtype_derive v0.1.6 |
2219 | 2024-08-30T17:52:30.736Z | Checking password-hash v0.5.0 |
2220 | 2024-08-30T17:52:30.920Z | Checking blake2 v0.10.6 |
2221 | 2024-08-30T17:52:31.058Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2222 | 2024-08-30T17:52:31.119Z | Compiling packed_struct v0.10.1 |
2223 | 2024-08-30T17:52:31.196Z | Checking crc-catalog v2.4.0 |
2224 | 2024-08-30T17:52:31.328Z | Checking funty v2.0.0 |
2225 | 2024-08-30T17:52:31.480Z | Checking crc v3.2.1 |
2226 | 2024-08-30T17:52:31.596Z | Checking argon2 v0.5.3 |
2227 | 2024-08-30T17:52:31.949Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-08-30T17:52:32.182Z | Compiling tokio-rustls v0.25.0 |
2229 | 2024-08-30T17:52:32.230Z | Checking bitvec v1.0.1 |
2230 | 2024-08-30T17:52:32.580Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2231 | 2024-08-30T17:52:32.903Z | Compiling cookie v0.18.1 |
2232 | 2024-08-30T17:52:32.940Z | Compiling indexmap v1.9.3 |
2233 | 2024-08-30T17:52:33.219Z | Checking half v2.4.1 |
2234 | 2024-08-30T17:52:33.251Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2024-08-30T17:52:33.531Z | Checking ciborium-io v0.2.2 |
2236 | 2024-08-30T17:52:33.643Z | Checking nodrop v0.1.14 |
2237 | 2024-08-30T17:52:33.667Z | Checking ciborium-ll v0.2.2 |
2238 | 2024-08-30T17:52:33.761Z | Checking array-init v0.0.4 |
2239 | 2024-08-30T17:52:34.169Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2240 | 2024-08-30T17:52:34.400Z | Checking smallvec v0.6.14 |
2241 | 2024-08-30T17:52:34.516Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2242 | 2024-08-30T17:52:34.615Z | Compiling memoffset v0.9.1 |
2243 | 2024-08-30T17:52:34.757Z | Checking hashbrown v0.12.3 |
2244 | 2024-08-30T17:52:34.896Z | Checking bitfield v0.14.0 |
2245 | 2024-08-30T17:52:35.101Z | Checking highway v1.2.0 |
2246 | 2024-08-30T17:52:35.128Z | Checking env_logger v0.10.2 |
2247 | 2024-08-30T17:52:35.516Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2248 | 2024-08-30T17:52:35.541Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2249 | 2024-08-30T17:52:35.566Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2250 | 2024-08-30T17:52:36.182Z | Checking serde-hex v0.1.0 |
2251 | 2024-08-30T17:52:36.297Z | Checking steno v0.4.1 |
2252 | 2024-08-30T17:52:36.363Z | Checking bzip2 v0.4.4 |
2253 | 2024-08-30T17:52:36.622Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2254 | 2024-08-30T17:52:36.899Z | Checking ciborium v0.2.2 |
2255 | 2024-08-30T17:52:37.080Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-08-30T17:52:37.103Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2257 | 2024-08-30T17:52:37.285Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2258 | 2024-08-30T17:52:37.721Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2259 | 2024-08-30T17:52:37.745Z | Checking ron v0.8.1 |
2260 | 2024-08-30T17:52:38.196Z | Checking x509-cert v0.2.5 |
2261 | 2024-08-30T17:52:38.220Z | Checking hashbrown v0.13.2 |
2262 | 2024-08-30T17:52:38.807Z | Compiling derive-where v1.2.7 |
2263 | 2024-08-30T17:52:39.116Z | Checking crc-any v2.5.0 |
2264 | 2024-08-30T17:52:39.442Z | Checking object v0.30.4 |
2265 | 2024-08-30T17:52:39.465Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2266 | 2024-08-30T17:52:39.682Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2267 | 2024-08-30T17:52:39.705Z | Checking zip v0.6.6 |
2268 | 2024-08-30T17:52:40.187Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2269 | 2024-08-30T17:52:40.274Z | Checking path-slash v0.1.5 |
2270 | 2024-08-30T17:52:40.297Z | Checking nix v0.27.1 |
2271 | 2024-08-30T17:52:40.403Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2272 | 2024-08-30T17:52:40.538Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2273 | 2024-08-30T17:52:40.862Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2274 | 2024-08-30T17:52:41.092Z | Checking kstat-rs v0.2.4 |
2275 | 2024-08-30T17:52:41.115Z | Checking serde-big-array v0.5.1 |
2276 | 2024-08-30T17:52:41.306Z | Checking signal-hook-tokio v0.3.1 |
2277 | 2024-08-30T17:52:41.868Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2278 | 2024-08-30T17:52:42.871Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2279 | 2024-08-30T17:52:46.853Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-08-30T17:52:48.411Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2281 | 2024-08-30T17:52:51.229Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2282 | 2024-08-30T17:52:54.137Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2283 | 2024-08-30T17:52:54.961Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2284 | 2024-08-30T17:52:55.272Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2285 | 2024-08-30T17:53:01.277Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2286 | 2024-08-30T17:53:02.084Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2287 | 2024-08-30T17:53:05.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.36s |
2288 | 2024-08-30T17:53:05.719Z | |
2289 | 2024-08-30T17:53:05.719Z | info: running `cargo check --bins` on gateway-api (46/158) |
2290 | 2024-08-30T17:53:06.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2291 | 2024-08-30T17:53:06.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2292 | 2024-08-30T17:53:06.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2293 | 2024-08-30T17:53:06.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2294 | 2024-08-30T17:53:06.586Z | |
2295 | 2024-08-30T17:53:06.587Z | info: running `cargo check --bins` on oximeter (47/158) |
2296 | 2024-08-30T17:53:07.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2297 | 2024-08-30T17:53:07.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2298 | 2024-08-30T17:53:07.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2299 | 2024-08-30T17:53:07.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2300 | 2024-08-30T17:53:07.448Z | |
2301 | 2024-08-30T17:53:07.448Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2302 | 2024-08-30T17:53:08.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2303 | 2024-08-30T17:53:08.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2304 | 2024-08-30T17:53:08.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2305 | 2024-08-30T17:53:08.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2306 | 2024-08-30T17:53:08.255Z | |
2307 | 2024-08-30T17:53:08.255Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2308 | 2024-08-30T17:53:09.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2309 | 2024-08-30T17:53:09.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2310 | 2024-08-30T17:53:09.160Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2311 | 2024-08-30T17:53:09.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
2312 | 2024-08-30T17:53:09.755Z | |
2313 | 2024-08-30T17:53:09.755Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2314 | 2024-08-30T17:53:10.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2315 | 2024-08-30T17:53:10.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2316 | 2024-08-30T17:53:10.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2317 | 2024-08-30T17:53:10.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2318 | 2024-08-30T17:53:10.621Z | |
2319 | 2024-08-30T17:53:10.621Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2320 | 2024-08-30T17:53:11.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2321 | 2024-08-30T17:53:11.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2322 | 2024-08-30T17:53:11.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2323 | 2024-08-30T17:53:11.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2324 | 2024-08-30T17:53:11.470Z | |
2325 | 2024-08-30T17:53:11.470Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2326 | 2024-08-30T17:53:12.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-08-30T17:53:12.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-08-30T17:53:12.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2329 | 2024-08-30T17:53:12.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2330 | 2024-08-30T17:53:12.289Z | |
2331 | 2024-08-30T17:53:12.289Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2332 | 2024-08-30T17:53:13.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-08-30T17:53:13.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-08-30T17:53:13.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-08-30T17:53:13.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2336 | 2024-08-30T17:53:13.139Z | |
2337 | 2024-08-30T17:53:13.139Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2338 | 2024-08-30T17:53:13.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-08-30T17:53:13.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-08-30T17:53:13.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-08-30T17:53:13.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2342 | 2024-08-30T17:53:14.015Z | |
2343 | 2024-08-30T17:53:14.015Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2344 | 2024-08-30T17:53:14.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-08-30T17:53:14.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-08-30T17:53:14.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2347 | 2024-08-30T17:53:14.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2348 | 2024-08-30T17:53:14.920Z | |
2349 | 2024-08-30T17:53:14.920Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2350 | 2024-08-30T17:53:15.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-08-30T17:53:15.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-08-30T17:53:15.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2353 | 2024-08-30T17:53:15.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2354 | 2024-08-30T17:53:15.777Z | |
2355 | 2024-08-30T17:53:15.777Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2356 | 2024-08-30T17:53:16.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2357 | 2024-08-30T17:53:16.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2358 | 2024-08-30T17:53:16.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2359 | 2024-08-30T17:53:16.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2360 | 2024-08-30T17:53:16.659Z | |
2361 | 2024-08-30T17:53:16.659Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2362 | 2024-08-30T17:53:17.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2024-08-30T17:53:17.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2024-08-30T17:53:17.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2024-08-30T17:53:17.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2366 | 2024-08-30T17:53:17.512Z | |
2367 | 2024-08-30T17:53:17.512Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2368 | 2024-08-30T17:53:18.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2024-08-30T17:53:18.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2024-08-30T17:53:18.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2024-08-30T17:53:18.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2372 | 2024-08-30T17:53:18.400Z | |
2373 | 2024-08-30T17:53:18.400Z | info: running `cargo check --bins` on internal-dns (60/158) |
2374 | 2024-08-30T17:53:19.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-08-30T17:53:19.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-08-30T17:53:19.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2377 | 2024-08-30T17:53:19.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2378 | 2024-08-30T17:53:19.302Z | |
2379 | 2024-08-30T17:53:19.302Z | info: running `cargo check --bins` on nexus-client (61/158) |
2380 | 2024-08-30T17:53:20.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-08-30T17:53:20.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-08-30T17:53:20.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2383 | 2024-08-30T17:53:20.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2384 | 2024-08-30T17:53:20.179Z | |
2385 | 2024-08-30T17:53:20.179Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2386 | 2024-08-30T17:53:20.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-08-30T17:53:21.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-08-30T17:53:21.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2389 | 2024-08-30T17:53:21.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2390 | 2024-08-30T17:53:21.086Z | |
2391 | 2024-08-30T17:53:21.087Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2392 | 2024-08-30T17:53:21.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-08-30T17:53:21.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-08-30T17:53:21.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2395 | 2024-08-30T17:53:21.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2396 | 2024-08-30T17:53:21.905Z | |
2397 | 2024-08-30T17:53:21.905Z | info: running `cargo check --bins` on nexus-types (64/158) |
2398 | 2024-08-30T17:53:22.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-08-30T17:53:22.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-08-30T17:53:22.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2401 | 2024-08-30T17:53:22.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2402 | 2024-08-30T17:53:22.792Z | |
2403 | 2024-08-30T17:53:22.792Z | info: running `cargo check --bins` on gateway-client (65/158) |
2404 | 2024-08-30T17:53:23.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-08-30T17:53:23.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-08-30T17:53:23.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2407 | 2024-08-30T17:53:23.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2408 | 2024-08-30T17:53:23.625Z | |
2409 | 2024-08-30T17:53:23.625Z | info: running `cargo check --bins` on oxql-types (66/158) |
2410 | 2024-08-30T17:53:24.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-08-30T17:53:24.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-08-30T17:53:24.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2413 | 2024-08-30T17:53:24.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2414 | 2024-08-30T17:53:24.543Z | |
2415 | 2024-08-30T17:53:24.543Z | info: running `cargo check --bins` on sp-sim (67/158) |
2416 | 2024-08-30T17:53:25.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-08-30T17:53:25.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-08-30T17:53:25.400Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2419 | 2024-08-30T17:53:27.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
2420 | 2024-08-30T17:53:27.868Z | |
2421 | 2024-08-30T17:53:27.868Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2422 | 2024-08-30T17:53:28.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-08-30T17:53:28.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-08-30T17:53:28.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-08-30T17:53:28.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2426 | 2024-08-30T17:53:28.790Z | |
2427 | 2024-08-30T17:53:28.790Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2428 | 2024-08-30T17:53:29.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-08-30T17:53:29.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-08-30T17:53:29.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-08-30T17:53:29.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2432 | 2024-08-30T17:53:29.850Z | |
2433 | 2024-08-30T17:53:29.850Z | info: running `cargo check --bins` on db-macros (70/158) |
2434 | 2024-08-30T17:53:30.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-08-30T17:53:30.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-08-30T17:53:30.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-08-30T17:53:30.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2438 | 2024-08-30T17:53:30.675Z | |
2439 | 2024-08-30T17:53:30.675Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2440 | 2024-08-30T17:53:31.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-08-30T17:53:31.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-08-30T17:53:31.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-08-30T17:53:31.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2444 | 2024-08-30T17:53:31.499Z | |
2445 | 2024-08-30T17:53:31.499Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2446 | 2024-08-30T17:53:32.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-08-30T17:53:32.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-08-30T17:53:32.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-08-30T17:53:32.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2450 | 2024-08-30T17:53:32.405Z | |
2451 | 2024-08-30T17:53:32.405Z | info: running `cargo check --bins` on authz-macros (73/158) |
2452 | 2024-08-30T17:53:33.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-08-30T17:53:33.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-08-30T17:53:33.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-08-30T17:53:33.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2456 | 2024-08-30T17:53:33.257Z | |
2457 | 2024-08-30T17:53:33.257Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2458 | 2024-08-30T17:53:34.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-08-30T17:53:34.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-08-30T17:53:34.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-08-30T17:53:34.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2462 | 2024-08-30T17:53:34.211Z | |
2463 | 2024-08-30T17:53:34.211Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2464 | 2024-08-30T17:53:35.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-08-30T17:53:35.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-08-30T17:53:35.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-08-30T17:53:35.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2468 | 2024-08-30T17:53:35.162Z | |
2469 | 2024-08-30T17:53:35.162Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2470 | 2024-08-30T17:53:35.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-08-30T17:53:35.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-08-30T17:53:35.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-08-30T17:53:35.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2474 | 2024-08-30T17:53:36.015Z | |
2475 | 2024-08-30T17:53:36.015Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2476 | 2024-08-30T17:53:36.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-08-30T17:53:36.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-08-30T17:53:36.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-08-30T17:53:36.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2480 | 2024-08-30T17:53:36.879Z | |
2481 | 2024-08-30T17:53:36.879Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2482 | 2024-08-30T17:53:37.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-08-30T17:53:37.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-08-30T17:53:37.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-08-30T17:53:37.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2486 | 2024-08-30T17:53:37.777Z | |
2487 | 2024-08-30T17:53:37.777Z | info: running `cargo check --bins` on typed-rng (79/158) |
2488 | 2024-08-30T17:53:38.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-08-30T17:53:38.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-08-30T17:53:38.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-08-30T17:53:38.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2492 | 2024-08-30T17:53:38.597Z | |
2493 | 2024-08-30T17:53:38.597Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2494 | 2024-08-30T17:53:39.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-08-30T17:53:39.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-08-30T17:53:39.679Z | Compiling rayon-core v1.12.1 |
2497 | 2024-08-30T17:53:39.703Z | Compiling crossbeam-deque v0.8.5 |
2498 | 2024-08-30T17:53:39.703Z | Compiling curve25519-dalek v4.1.3 |
2499 | 2024-08-30T17:53:39.703Z | Compiling unicase v2.7.0 |
2500 | 2024-08-30T17:53:39.703Z | Compiling same-file v1.0.6 |
2501 | 2024-08-30T17:53:39.703Z | Checking keccak v0.1.5 |
2502 | 2024-08-30T17:53:39.703Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2503 | 2024-08-30T17:53:39.727Z | Compiling tempfile v3.10.1 |
2504 | 2024-08-30T17:53:39.976Z | Compiling walkdir v2.5.0 |
2505 | 2024-08-30T17:53:40.002Z | Checking sha3 v0.10.8 |
2506 | 2024-08-30T17:53:40.065Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2507 | 2024-08-30T17:53:40.270Z | Compiling thiserror-impl-no-std v2.0.2 |
2508 | 2024-08-30T17:53:40.359Z | Checking universal-hash v0.5.1 |
2509 | 2024-08-30T17:53:40.383Z | Checking secrecy v0.8.0 |
2510 | 2024-08-30T17:53:40.428Z | Compiling blake3 v1.5.1 |
2511 | 2024-08-30T17:53:40.513Z | Compiling ring v0.16.20 |
2512 | 2024-08-30T17:53:40.557Z | Compiling curve25519-dalek-derive v0.1.1 |
2513 | 2024-08-30T17:53:40.581Z | Checking opaque-debug v0.3.1 |
2514 | 2024-08-30T17:53:40.606Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2515 | 2024-08-30T17:53:40.658Z | Checking chacha20 v0.9.1 |
2516 | 2024-08-30T17:53:40.682Z | Checking poly1305 v0.8.0 |
2517 | 2024-08-30T17:53:40.871Z | Compiling rayon v1.10.0 |
2518 | 2024-08-30T17:53:40.975Z | Checking aead v0.5.2 |
2519 | 2024-08-30T17:53:41.098Z | Compiling memmap2 v0.9.4 |
2520 | 2024-08-30T17:53:41.180Z | Compiling untrusted v0.7.1 |
2521 | 2024-08-30T17:53:41.362Z | Compiling arrayref v0.3.7 |
2522 | 2024-08-30T17:53:41.461Z | Compiling home v0.5.9 |
2523 | 2024-08-30T17:53:41.507Z | Compiling constant_time_eq v0.3.0 |
2524 | 2024-08-30T17:53:41.617Z | Compiling arrayvec v0.7.4 |
2525 | 2024-08-30T17:53:41.653Z | Compiling libefi-sys v0.1.0 |
2526 | 2024-08-30T17:53:41.688Z | Compiling spin v0.5.2 |
2527 | 2024-08-30T17:53:41.724Z | Compiling toolchain_find v0.4.0 |
2528 | 2024-08-30T17:53:41.918Z | Checking chacha20poly1305 v0.10.1 |
2529 | 2024-08-30T17:53:42.104Z | Compiling camino-tempfile v1.1.1 |
2530 | 2024-08-30T17:53:42.223Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2531 | 2024-08-30T17:53:42.326Z | Compiling bitfield-struct v0.6.1 |
2532 | 2024-08-30T17:53:42.356Z | Compiling cancel-safe-futures v0.1.5 |
2533 | 2024-08-30T17:53:42.507Z | Compiling topological-sort v0.2.2 |
2534 | 2024-08-30T17:53:42.691Z | Compiling mime_guess v2.0.4 |
2535 | 2024-08-30T17:53:42.729Z | Compiling rustfmt-wrapper v0.2.1 |
2536 | 2024-08-30T17:53:43.011Z | Checking thiserror-no-std v2.0.2 |
2537 | 2024-08-30T17:53:43.055Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2538 | 2024-08-30T17:53:43.115Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2539 | 2024-08-30T17:53:43.235Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2540 | 2024-08-30T17:53:43.347Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2541 | 2024-08-30T17:53:43.464Z | Checking vsss-rs v3.3.4 |
2542 | 2024-08-30T17:53:43.536Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2543 | 2024-08-30T17:53:43.836Z | Checking gethostname v0.5.0 |
2544 | 2024-08-30T17:53:43.860Z | Checking libsw v3.3.1 |
2545 | 2024-08-30T17:53:43.964Z | Checking swrite v0.1.0 |
2546 | 2024-08-30T17:53:43.988Z | Checking owo-colors v4.0.0 |
2547 | 2024-08-30T17:53:44.038Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2548 | 2024-08-30T17:53:44.093Z | Checking linear-map v1.2.0 |
2549 | 2024-08-30T17:53:44.394Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2550 | 2024-08-30T17:53:44.451Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2551 | 2024-08-30T17:53:44.889Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2552 | 2024-08-30T17:53:44.974Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2553 | 2024-08-30T17:53:45.204Z | Checking nanorand v0.7.0 |
2554 | 2024-08-30T17:53:45.455Z | Compiling omicron-zone-package v0.11.0 |
2555 | 2024-08-30T17:53:45.580Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2556 | 2024-08-30T17:53:45.656Z | Checking http-range v0.1.5 |
2557 | 2024-08-30T17:53:45.746Z | Checking glob v0.3.1 |
2558 | 2024-08-30T17:53:45.818Z | Checking hyper-staticfile v0.9.5 |
2559 | 2024-08-30T17:53:45.913Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2560 | 2024-08-30T17:53:46.036Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2561 | 2024-08-30T17:53:46.191Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2562 | 2024-08-30T17:53:46.510Z | Checking flume v0.11.0 |
2563 | 2024-08-30T17:53:46.690Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2564 | 2024-08-30T17:53:46.930Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2565 | 2024-08-30T17:53:46.965Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2566 | 2024-08-30T17:53:47.555Z | Checking itertools v0.13.0 |
2567 | 2024-08-30T17:53:47.826Z | Checking display-error-chain v0.2.1 |
2568 | 2024-08-30T17:53:48.068Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2569 | 2024-08-30T17:53:48.435Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2570 | 2024-08-30T17:53:49.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2571 | 2024-08-30T17:53:51.272Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2572 | 2024-08-30T17:53:51.297Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2573 | 2024-08-30T17:54:04.786Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2574 | 2024-08-30T17:54:19.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.07s |
2575 | 2024-08-30T17:54:19.841Z | |
2576 | 2024-08-30T17:54:19.841Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2577 | 2024-08-30T17:54:20.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-30T17:54:20.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-30T17:54:20.811Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2580 | 2024-08-30T17:54:35.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.07s |
2581 | 2024-08-30T17:54:36.077Z | |
2582 | 2024-08-30T17:54:36.078Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2583 | 2024-08-30T17:54:36.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-30T17:54:36.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-30T17:54:37.063Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2586 | 2024-08-30T17:54:52.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.65s |
2587 | 2024-08-30T17:54:52.892Z | |
2588 | 2024-08-30T17:54:52.892Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2589 | 2024-08-30T17:54:53.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-30T17:54:53.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-30T17:54:53.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2592 | 2024-08-30T17:55:09.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s |
2593 | 2024-08-30T17:55:09.860Z | |
2594 | 2024-08-30T17:55:09.860Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2595 | 2024-08-30T17:55:10.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-30T17:55:10.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-30T17:55:10.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2598 | 2024-08-30T17:55:26.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.28s |
2599 | 2024-08-30T17:55:26.319Z | |
2600 | 2024-08-30T17:55:26.319Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2601 | 2024-08-30T17:55:27.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-30T17:55:27.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-30T17:55:27.301Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2604 | 2024-08-30T17:55:42.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.39s |
2605 | 2024-08-30T17:55:42.886Z | |
2606 | 2024-08-30T17:55:42.886Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2607 | 2024-08-30T17:55:43.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-30T17:55:43.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-30T17:55:43.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2610 | 2024-08-30T17:55:59.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.47s |
2611 | 2024-08-30T17:55:59.514Z | |
2612 | 2024-08-30T17:55:59.514Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2613 | 2024-08-30T17:56:00.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-30T17:56:00.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-30T17:56:00.499Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2616 | 2024-08-30T17:56:15.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s |
2617 | 2024-08-30T17:56:15.976Z | |
2618 | 2024-08-30T17:56:15.976Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2619 | 2024-08-30T17:56:16.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-30T17:56:16.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-30T17:56:16.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-30T17:56:16.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2623 | 2024-08-30T17:56:16.890Z | |
2624 | 2024-08-30T17:56:16.890Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2625 | 2024-08-30T17:56:17.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-30T17:56:17.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-30T17:56:17.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-30T17:56:17.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2629 | 2024-08-30T17:56:17.782Z | |
2630 | 2024-08-30T17:56:17.782Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2631 | 2024-08-30T17:56:18.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-30T17:56:18.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-30T17:56:18.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-30T17:56:18.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2635 | 2024-08-30T17:56:18.696Z | |
2636 | 2024-08-30T17:56:18.696Z | info: running `cargo check --bins` on dpd-client (91/158) |
2637 | 2024-08-30T17:56:19.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-30T17:56:19.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-30T17:56:19.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2024-08-30T17:56:19.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2641 | 2024-08-30T17:56:19.658Z | |
2642 | 2024-08-30T17:56:19.658Z | info: running `cargo check --bins` on installinator-common (92/158) |
2643 | 2024-08-30T17:56:20.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-08-30T17:56:20.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-08-30T17:56:20.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-08-30T17:56:20.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2647 | 2024-08-30T17:56:20.542Z | |
2648 | 2024-08-30T17:56:20.542Z | info: running `cargo check --bins` on update-engine (93/158) |
2649 | 2024-08-30T17:56:21.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-08-30T17:56:21.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-08-30T17:56:21.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-08-30T17:56:21.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2653 | 2024-08-30T17:56:21.379Z | |
2654 | 2024-08-30T17:56:21.379Z | info: running `cargo check --bins` on key-manager (94/158) |
2655 | 2024-08-30T17:56:22.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-08-30T17:56:22.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-08-30T17:56:22.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2024-08-30T17:56:22.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2659 | 2024-08-30T17:56:22.230Z | |
2660 | 2024-08-30T17:56:22.230Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2661 | 2024-08-30T17:56:23.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-08-30T17:56:23.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-08-30T17:56:23.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-08-30T17:56:23.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2665 | 2024-08-30T17:56:23.105Z | |
2666 | 2024-08-30T17:56:23.105Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2667 | 2024-08-30T17:56:23.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-08-30T17:56:23.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-08-30T17:56:23.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-08-30T17:56:23.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2671 | 2024-08-30T17:56:23.979Z | |
2672 | 2024-08-30T17:56:23.979Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2673 | 2024-08-30T17:56:24.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-08-30T17:56:24.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-08-30T17:56:24.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-08-30T17:56:24.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2677 | 2024-08-30T17:56:24.915Z | |
2678 | 2024-08-30T17:56:24.915Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2679 | 2024-08-30T17:56:25.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-08-30T17:56:25.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-08-30T17:56:25.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-08-30T17:56:25.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2683 | 2024-08-30T17:56:25.823Z | |
2684 | 2024-08-30T17:56:25.823Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2685 | 2024-08-30T17:56:26.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-08-30T17:56:26.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-08-30T17:56:26.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-08-30T17:56:26.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2689 | 2024-08-30T17:56:26.694Z | |
2690 | 2024-08-30T17:56:26.694Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2691 | 2024-08-30T17:56:27.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-08-30T17:56:27.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-08-30T17:56:27.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-08-30T17:56:27.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2695 | 2024-08-30T17:56:27.579Z | |
2696 | 2024-08-30T17:56:27.579Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2697 | 2024-08-30T17:56:28.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-08-30T17:56:28.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-08-30T17:56:28.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2024-08-30T17:56:28.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2701 | 2024-08-30T17:56:28.470Z | |
2702 | 2024-08-30T17:56:28.470Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2703 | 2024-08-30T17:56:29.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-08-30T17:56:29.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-08-30T17:56:29.486Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2706 | 2024-08-30T17:56:29.486Z | Checking bcs v0.1.6 |
2707 | 2024-08-30T17:56:29.486Z | Compiling async-recursion v1.1.1 |
2708 | 2024-08-30T17:56:29.510Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2709 | 2024-08-30T17:56:29.510Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2710 | 2024-08-30T17:56:30.729Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2711 | 2024-08-30T17:56:34.902Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2712 | 2024-08-30T17:56:37.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s |
2713 | 2024-08-30T17:56:37.220Z | |
2714 | 2024-08-30T17:56:37.220Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2715 | 2024-08-30T17:56:37.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2024-08-30T17:56:38.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2024-08-30T17:56:38.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2024-08-30T17:56:38.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2719 | 2024-08-30T17:56:38.071Z | |
2720 | 2024-08-30T17:56:38.071Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2721 | 2024-08-30T17:56:38.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-30T17:56:38.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-30T17:56:38.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-08-30T17:56:38.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2725 | 2024-08-30T17:56:38.917Z | |
2726 | 2024-08-30T17:56:38.917Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2727 | 2024-08-30T17:56:39.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-30T17:56:39.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-30T17:56:39.890Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2730 | 2024-08-30T17:56:40.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
2731 | 2024-08-30T17:56:40.685Z | |
2732 | 2024-08-30T17:56:40.685Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2733 | 2024-08-30T17:56:41.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-30T17:56:41.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-30T17:56:41.608Z | Compiling vte_generate_state_changes v0.1.1 |
2736 | 2024-08-30T17:56:41.608Z | Checking fd-lock v4.0.2 |
2737 | 2024-08-30T17:56:41.632Z | Checking bytecount v0.6.8 |
2738 | 2024-08-30T17:56:41.632Z | Compiling tabled_derive v0.7.0 |
2739 | 2024-08-30T17:56:41.632Z | Checking crossterm v0.27.0 |
2740 | 2024-08-30T17:56:41.632Z | Compiling peg-macros v0.8.4 |
2741 | 2024-08-30T17:56:41.632Z | Compiling sqlparser_derive v0.2.2 |
2742 | 2024-08-30T17:56:41.632Z | Checking nu-ansi-term v0.50.0 |
2743 | 2024-08-30T17:56:41.844Z | Checking papergrid v0.11.0 |
2744 | 2024-08-30T17:56:41.889Z | Checking unicode_categories v0.1.1 |
2745 | 2024-08-30T17:56:42.010Z | Checking home v0.5.9 |
2746 | 2024-08-30T17:56:42.154Z | Checking rustyline v14.0.0 |
2747 | 2024-08-30T17:56:42.178Z | Checking sqlformat v0.2.4 |
2748 | 2024-08-30T17:56:42.202Z | Checking vte v0.11.1 |
2749 | 2024-08-30T17:56:42.631Z | Checking sqlparser v0.45.0 |
2750 | 2024-08-30T17:56:43.116Z | Checking crossterm v0.28.1 |
2751 | 2024-08-30T17:56:43.277Z | Checking strip-ansi-escapes v0.2.0 |
2752 | 2024-08-30T17:56:43.416Z | Checking reedline v0.33.0 |
2753 | 2024-08-30T17:56:43.793Z | Checking tabled v0.15.0 |
2754 | 2024-08-30T17:56:44.368Z | Checking peg v0.8.4 |
2755 | 2024-08-30T17:56:50.315Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2756 | 2024-08-30T17:56:57.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.36s |
2757 | 2024-08-30T17:56:57.225Z | |
2758 | 2024-08-30T17:56:57.225Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2759 | 2024-08-30T17:56:58.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2024-08-30T17:56:58.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2024-08-30T17:56:58.124Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2762 | 2024-08-30T17:57:04.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s |
2763 | 2024-08-30T17:57:05.016Z | |
2764 | 2024-08-30T17:57:05.016Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2765 | 2024-08-30T17:57:05.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2766 | 2024-08-30T17:57:05.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2767 | 2024-08-30T17:57:05.906Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2768 | 2024-08-30T17:57:12.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s |
2769 | 2024-08-30T17:57:12.484Z | |
2770 | 2024-08-30T17:57:12.484Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2771 | 2024-08-30T17:57:13.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2772 | 2024-08-30T17:57:13.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2773 | 2024-08-30T17:57:13.374Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2774 | 2024-08-30T17:57:18.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s |
2775 | 2024-08-30T17:57:18.821Z | |
2776 | 2024-08-30T17:57:18.821Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2777 | 2024-08-30T17:57:19.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2778 | 2024-08-30T17:57:19.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2779 | 2024-08-30T17:57:19.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2780 | 2024-08-30T17:57:19.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2781 | 2024-08-30T17:57:19.745Z | |
2782 | 2024-08-30T17:57:19.745Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2783 | 2024-08-30T17:57:20.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2784 | 2024-08-30T17:57:20.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2785 | 2024-08-30T17:57:20.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2786 | 2024-08-30T17:57:20.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2787 | 2024-08-30T17:57:20.597Z | |
2788 | 2024-08-30T17:57:20.597Z | info: running `cargo check --bins` on installinator-client (112/158) |
2789 | 2024-08-30T17:57:21.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-08-30T17:57:21.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-08-30T17:57:21.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2792 | 2024-08-30T17:57:21.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2793 | 2024-08-30T17:57:21.468Z | |
2794 | 2024-08-30T17:57:21.468Z | info: running `cargo check --bins` on oxide-client (113/158) |
2795 | 2024-08-30T17:57:22.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-30T17:57:22.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-30T17:57:22.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2798 | 2024-08-30T17:57:22.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2799 | 2024-08-30T17:57:22.316Z | |
2800 | 2024-08-30T17:57:22.316Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2801 | 2024-08-30T17:57:23.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2802 | 2024-08-30T17:57:23.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2803 | 2024-08-30T17:57:23.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2804 | 2024-08-30T17:57:23.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2805 | 2024-08-30T17:57:23.232Z | |
2806 | 2024-08-30T17:57:23.232Z | info: running `cargo check --bins` on wicket-common (115/158) |
2807 | 2024-08-30T17:57:24.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-30T17:57:24.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-30T17:57:24.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2810 | 2024-08-30T17:57:24.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2811 | 2024-08-30T17:57:24.159Z | |
2812 | 2024-08-30T17:57:24.159Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2813 | 2024-08-30T17:57:25.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2814 | 2024-08-30T17:57:25.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2815 | 2024-08-30T17:57:25.113Z | Checking csv-core v0.1.11 |
2816 | 2024-08-30T17:57:25.137Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2817 | 2024-08-30T17:57:25.423Z | Checking csv v1.3.0 |
2818 | 2024-08-30T17:57:26.150Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2819 | 2024-08-30T17:57:26.628Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2820 | 2024-08-30T17:57:28.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
2821 | 2024-08-30T17:57:28.301Z | |
2822 | 2024-08-30T17:57:28.301Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2823 | 2024-08-30T17:57:29.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-08-30T17:57:29.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-08-30T17:57:29.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-08-30T17:57:29.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2827 | 2024-08-30T17:57:29.227Z | |
2828 | 2024-08-30T17:57:29.227Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2829 | 2024-08-30T17:57:29.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-08-30T17:57:30.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-08-30T17:57:30.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-08-30T17:57:30.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2833 | 2024-08-30T17:57:30.075Z | |
2834 | 2024-08-30T17:57:30.075Z | info: running `cargo check --bins` on cert-dev (119/158) |
2835 | 2024-08-30T17:57:30.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-08-30T17:57:30.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-08-30T17:57:30.896Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2838 | 2024-08-30T17:57:31.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2839 | 2024-08-30T17:57:31.288Z | |
2840 | 2024-08-30T17:57:31.288Z | info: running `cargo check --bins` on ch-dev (120/158) |
2841 | 2024-08-30T17:57:32.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-08-30T17:57:32.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-08-30T17:57:32.174Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2844 | 2024-08-30T17:57:32.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
2845 | 2024-08-30T17:57:33.113Z | |
2846 | 2024-08-30T17:57:33.113Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2847 | 2024-08-30T17:57:33.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-08-30T17:57:33.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-08-30T17:57:34.081Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2850 | 2024-08-30T17:57:34.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2851 | 2024-08-30T17:57:34.570Z | |
2852 | 2024-08-30T17:57:34.570Z | info: running `cargo check --bins` on db-dev (122/158) |
2853 | 2024-08-30T17:57:35.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-08-30T17:57:35.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-08-30T17:57:35.505Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2856 | 2024-08-30T17:57:36.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
2857 | 2024-08-30T17:57:36.498Z | |
2858 | 2024-08-30T17:57:36.498Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2859 | 2024-08-30T17:57:37.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-08-30T17:57:37.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-08-30T17:57:37.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-08-30T17:57:37.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2863 | 2024-08-30T17:57:37.402Z | |
2864 | 2024-08-30T17:57:37.402Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2865 | 2024-08-30T17:57:38.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-08-30T17:57:38.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-08-30T17:57:38.237Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-08-30T17:57:39.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2869 | 2024-08-30T17:57:39.408Z | |
2870 | 2024-08-30T17:57:39.408Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2871 | 2024-08-30T17:57:40.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-08-30T17:57:40.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-08-30T17:57:40.397Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2874 | 2024-08-30T17:57:41.085Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2875 | 2024-08-30T17:57:41.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
2876 | 2024-08-30T17:57:41.859Z | |
2877 | 2024-08-30T17:57:41.859Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2878 | 2024-08-30T17:57:42.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-30T17:57:42.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-30T17:57:42.954Z | Compiling glob v0.3.1 |
2881 | 2024-08-30T17:57:42.954Z | Compiling crunchy v0.2.2 |
2882 | 2024-08-30T17:57:42.954Z | Compiling tiny-keccak v2.0.2 |
2883 | 2024-08-30T17:57:42.979Z | Compiling dsl_auto_type v0.1.2 |
2884 | 2024-08-30T17:57:43.003Z | Checking scheduled-thread-pool v0.2.7 |
2885 | 2024-08-30T17:57:43.003Z | Compiling diesel_table_macro_syntax v0.2.0 |
2886 | 2024-08-30T17:57:43.035Z | Compiling ascii-canvas v3.0.0 |
2887 | 2024-08-30T17:57:43.059Z | Compiling ena v0.14.3 |
2888 | 2024-08-30T17:57:43.252Z | Checking r2d2 v0.8.10 |
2889 | 2024-08-30T17:57:43.299Z | Compiling libloading v0.8.3 |
2890 | 2024-08-30T17:57:43.450Z | Compiling diff v0.1.13 |
2891 | 2024-08-30T17:57:43.483Z | Compiling bindgen v0.69.4 |
2892 | 2024-08-30T17:57:43.546Z | Compiling regex-syntax v0.6.29 |
2893 | 2024-08-30T17:57:43.605Z | Compiling which v4.4.2 |
2894 | 2024-08-30T17:57:43.680Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2895 | 2024-08-30T17:57:43.856Z | Compiling clang-sys v1.7.0 |
2896 | 2024-08-30T17:57:43.890Z | Compiling cexpr v0.6.0 |
2897 | 2024-08-30T17:57:44.093Z | Compiling shlex v1.3.0 |
2898 | 2024-08-30T17:57:44.211Z | Compiling lazycell v1.3.0 |
2899 | 2024-08-30T17:57:44.246Z | Compiling rustc-hash v1.1.0 |
2900 | 2024-08-30T17:57:44.275Z | Compiling ref-cast v1.0.23 |
2901 | 2024-08-30T17:57:44.381Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2902 | 2024-08-30T17:57:44.405Z | Compiling derive_builder_core v0.20.0 |
2903 | 2024-08-30T17:57:44.485Z | Compiling diesel_derives v2.2.2 |
2904 | 2024-08-30T17:57:44.542Z | Compiling libxml v0.3.3 |
2905 | 2024-08-30T17:57:44.674Z | Compiling ref-cast-impl v1.0.23 |
2906 | 2024-08-30T17:57:44.827Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2907 | 2024-08-30T17:57:44.943Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2908 | 2024-08-30T17:57:45.260Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2909 | 2024-08-30T17:57:45.500Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2910 | 2024-08-30T17:57:45.539Z | Compiling strum_macros v0.24.3 |
2911 | 2024-08-30T17:57:45.846Z | Compiling dropshot v0.10.1 |
2912 | 2024-08-30T17:57:45.872Z | Compiling indoc v1.0.9 |
2913 | 2024-08-30T17:57:46.535Z | Compiling lalrpop v0.19.12 |
2914 | 2024-08-30T17:57:46.698Z | Compiling derive_builder_macro v0.20.0 |
2915 | 2024-08-30T17:57:47.450Z | Checking derive_builder v0.20.0 |
2916 | 2024-08-30T17:57:47.700Z | Checking tungstenite v0.23.0 |
2917 | 2024-08-30T17:57:47.776Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2918 | 2024-08-30T17:57:48.051Z | Compiling dropshot_endpoint v0.10.1 |
2919 | 2024-08-30T17:57:48.492Z | Compiling oso-derive v0.27.3 |
2920 | 2024-08-30T17:57:48.606Z | Compiling impl-trait-for-tuples v0.2.2 |
2921 | 2024-08-30T17:57:48.679Z | Checking quick-xml v0.31.0 |
2922 | 2024-08-30T17:57:49.434Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2923 | 2024-08-30T17:57:49.715Z | Checking maplit v1.0.2 |
2924 | 2024-08-30T17:57:49.897Z | Checking tokio-tungstenite v0.23.1 |
2925 | 2024-08-30T17:57:50.364Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2926 | 2024-08-30T17:57:50.514Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2927 | 2024-08-30T17:57:50.758Z | Checking bb8 v0.8.5 |
2928 | 2024-08-30T17:57:51.195Z | Compiling const_format_proc_macros v0.2.32 |
2929 | 2024-08-30T17:57:51.958Z | Checking crossbeam-deque v0.8.5 |
2930 | 2024-08-30T17:57:52.283Z | Compiling portable-atomic v1.6.0 |
2931 | 2024-08-30T17:57:53.174Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2932 | 2024-08-30T17:57:53.206Z | Checking const_format v0.2.32 |
2933 | 2024-08-30T17:57:53.380Z | Checking rayon-core v1.12.1 |
2934 | 2024-08-30T17:57:53.658Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2935 | 2024-08-30T17:57:53.951Z | Checking castaway v0.2.3 |
2936 | 2024-08-30T17:57:54.043Z | Checking rayon v1.10.0 |
2937 | 2024-08-30T17:57:54.137Z | Checking compact_str v0.8.0 |
2938 | 2024-08-30T17:57:54.814Z | Checking diesel v2.2.3 |
2939 | 2024-08-30T17:57:55.188Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2940 | 2024-08-30T17:57:55.414Z | Checking unicode-truncate v1.0.0 |
2941 | 2024-08-30T17:57:55.513Z | Checking lru v0.12.3 |
2942 | 2024-08-30T17:57:55.681Z | Compiling instability v0.3.2 |
2943 | 2024-08-30T17:57:55.792Z | Checking number_prefix v0.4.0 |
2944 | 2024-08-30T17:57:55.847Z | Checking smawk v0.3.2 |
2945 | 2024-08-30T17:57:55.975Z | Checking cassowary v0.3.0 |
2946 | 2024-08-30T17:57:55.998Z | Checking unicode-linebreak v0.1.5 |
2947 | 2024-08-30T17:57:56.076Z | Checking multimap v0.10.0 |
2948 | 2024-08-30T17:57:56.355Z | Checking textwrap v0.16.1 |
2949 | 2024-08-30T17:57:56.621Z | Checking ratatui v0.28.0 |
2950 | 2024-08-30T17:57:57.539Z | Checking indicatif v0.17.8 |
2951 | 2024-08-30T17:58:15.344Z | Compiling samael v0.0.15 |
2952 | 2024-08-30T17:58:26.452Z | Checking async-bb8-diesel v0.2.1 |
2953 | 2024-08-30T17:58:28.565Z | Compiling polar-core v0.27.3 |
2954 | 2024-08-30T17:58:37.489Z | Checking oso v0.27.3 |
2955 | 2024-08-30T17:59:54.762Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2956 | 2024-08-30T18:00:02.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
2957 | 2024-08-30T18:00:02.260Z | |
2958 | 2024-08-30T18:00:02.260Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2959 | 2024-08-30T18:00:03.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-30T18:00:03.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-30T18:00:03.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-30T18:00:03.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2963 | 2024-08-30T18:00:03.233Z | |
2964 | 2024-08-30T18:00:03.233Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2965 | 2024-08-30T18:00:04.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-30T18:00:04.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-30T18:00:04.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-30T18:00:04.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2969 | 2024-08-30T18:00:04.190Z | |
2970 | 2024-08-30T18:00:04.190Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2971 | 2024-08-30T18:00:04.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-30T18:00:04.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-30T18:00:04.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-30T18:00:04.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2975 | 2024-08-30T18:00:05.019Z | |
2976 | 2024-08-30T18:00:05.019Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2977 | 2024-08-30T18:00:05.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-30T18:00:05.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-30T18:00:06.129Z | Compiling libz-sys v1.1.16 |
2980 | 2024-08-30T18:00:06.156Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2981 | 2024-08-30T18:00:06.180Z | Compiling vergen v8.3.2 |
2982 | 2024-08-30T18:00:06.180Z | Compiling cargo-platform v0.1.8 |
2983 | 2024-08-30T18:00:06.180Z | Compiling pin-project-internal v1.1.5 |
2984 | 2024-08-30T18:00:06.234Z | Compiling snafu-derive v0.8.2 |
2985 | 2024-08-30T18:00:06.258Z | Compiling libsqlite3-sys v0.28.0 |
2986 | 2024-08-30T18:00:06.258Z | Compiling buf-list v1.0.3 |
2987 | 2024-08-30T18:00:06.522Z | Compiling cargo_metadata v0.18.1 |
2988 | 2024-08-30T18:00:06.715Z | Checking globset v0.4.14 |
2989 | 2024-08-30T18:00:06.959Z | Checking olpc-cjson v0.1.3 |
2990 | 2024-08-30T18:00:07.028Z | Checking rand_seeder v0.3.0 |
2991 | 2024-08-30T18:00:07.157Z | Checking serde_plain v1.0.2 |
2992 | 2024-08-30T18:00:07.181Z | Checking typed-path v0.7.1 |
2993 | 2024-08-30T18:00:07.244Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2994 | 2024-08-30T18:00:07.421Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2995 | 2024-08-30T18:00:07.665Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2996 | 2024-08-30T18:00:07.690Z | Checking hashlink v0.9.1 |
2997 | 2024-08-30T18:00:07.934Z | Checking fallible-iterator v0.3.0 |
2998 | 2024-08-30T18:00:08.225Z | Checking fallible-streaming-iterator v0.1.9 |
2999 | 2024-08-30T18:00:08.437Z | Checking parse-size v1.0.0 |
3000 | 2024-08-30T18:00:08.541Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3001 | 2024-08-30T18:00:08.604Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3002 | 2024-08-30T18:00:08.803Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3003 | 2024-08-30T18:00:08.827Z | Checking pin-project v1.1.5 |
3004 | 2024-08-30T18:00:08.952Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3005 | 2024-08-30T18:00:09.098Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3006 | 2024-08-30T18:00:09.234Z | Checking twox-hash v1.6.3 |
3007 | 2024-08-30T18:00:09.366Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3008 | 2024-08-30T18:00:09.537Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3009 | 2024-08-30T18:00:09.713Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3010 | 2024-08-30T18:00:10.120Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3011 | 2024-08-30T18:00:10.466Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3012 | 2024-08-30T18:00:10.595Z | Checking fatfs v0.3.6 |
3013 | 2024-08-30T18:00:11.029Z | Checking assert_matches v1.5.0 |
3014 | 2024-08-30T18:00:11.172Z | Checking snafu v0.8.2 |
3015 | 2024-08-30T18:00:11.534Z | Checking rusqlite v0.31.0 |
3016 | 2024-08-30T18:00:11.622Z | Checking tough v0.17.1 |
3017 | 2024-08-30T18:00:15.818Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3018 | 2024-08-30T18:00:17.304Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3019 | 2024-08-30T18:00:17.598Z | Compiling git2 v0.19.0 |
3020 | 2024-08-30T18:00:23.872Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3021 | 2024-08-30T18:01:30.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
3022 | 2024-08-30T18:01:30.270Z | |
3023 | 2024-08-30T18:01:30.270Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
3024 | 2024-08-30T18:01:31.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-08-30T18:01:31.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-08-30T18:01:31.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-08-30T18:01:31.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3028 | 2024-08-30T18:01:31.382Z | |
3029 | 2024-08-30T18:01:31.382Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
3030 | 2024-08-30T18:01:32.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-08-30T18:01:32.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-08-30T18:01:32.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2024-08-30T18:01:32.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3034 | 2024-08-30T18:01:32.329Z | |
3035 | 2024-08-30T18:01:32.330Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
3036 | 2024-08-30T18:01:33.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2024-08-30T18:01:33.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2024-08-30T18:01:33.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2024-08-30T18:01:33.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
3040 | 2024-08-30T18:01:33.355Z | |
3041 | 2024-08-30T18:01:33.355Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3042 | 2024-08-30T18:01:34.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-08-30T18:01:34.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-08-30T18:01:34.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2024-08-30T18:01:34.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3046 | 2024-08-30T18:01:34.349Z | |
3047 | 2024-08-30T18:01:34.349Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3048 | 2024-08-30T18:01:35.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-08-30T18:01:35.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-08-30T18:01:35.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-08-30T18:01:35.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3052 | 2024-08-30T18:01:35.292Z | |
3053 | 2024-08-30T18:01:35.292Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3054 | 2024-08-30T18:01:36.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-08-30T18:01:36.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-08-30T18:01:36.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-08-30T18:01:36.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3058 | 2024-08-30T18:01:36.254Z | |
3059 | 2024-08-30T18:01:36.254Z | info: running `cargo check --bins` on update-common (137/158) |
3060 | 2024-08-30T18:01:37.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-08-30T18:01:37.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-08-30T18:01:37.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-08-30T18:01:37.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3064 | 2024-08-30T18:01:37.153Z | |
3065 | 2024-08-30T18:01:37.153Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3066 | 2024-08-30T18:01:37.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-08-30T18:01:37.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-08-30T18:01:37.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2024-08-30T18:01:37.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3070 | 2024-08-30T18:01:38.043Z | |
3071 | 2024-08-30T18:01:38.043Z | info: running `cargo check --bins` on tufaceous (139/158) |
3072 | 2024-08-30T18:01:38.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-08-30T18:01:38.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-08-30T18:01:38.986Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3075 | 2024-08-30T18:01:40.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3076 | 2024-08-30T18:01:40.233Z | |
3077 | 2024-08-30T18:01:40.233Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3078 | 2024-08-30T18:01:41.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-08-30T18:01:41.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-08-30T18:01:41.459Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3081 | 2024-08-30T18:01:41.459Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3082 | 2024-08-30T18:01:41.482Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3083 | 2024-08-30T18:01:43.167Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3084 | 2024-08-30T18:01:46.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
3085 | 2024-08-30T18:01:46.510Z | |
3086 | 2024-08-30T18:01:46.510Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3087 | 2024-08-30T18:01:47.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-08-30T18:01:47.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-08-30T18:01:47.480Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3090 | 2024-08-30T18:01:47.480Z | Checking is_ci v1.2.0 |
3091 | 2024-08-30T18:01:47.480Z | Checking heck v0.4.1 |
3092 | 2024-08-30T18:01:47.480Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3093 | 2024-08-30T18:01:47.504Z | Checking indent_write v2.2.0 |
3094 | 2024-08-30T18:01:47.665Z | Checking supports-color v3.0.0 |
3095 | 2024-08-30T18:01:47.718Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3096 | 2024-08-30T18:01:49.542Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3097 | 2024-08-30T18:01:50.574Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3098 | 2024-08-30T18:01:51.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3099 | 2024-08-30T18:01:51.980Z | |
3100 | 2024-08-30T18:01:51.980Z | info: running `cargo check --bins` on installinator-api (142/158) |
3101 | 2024-08-30T18:01:52.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2024-08-30T18:01:52.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2024-08-30T18:01:52.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2024-08-30T18:01:52.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3105 | 2024-08-30T18:01:52.882Z | |
3106 | 2024-08-30T18:01:52.882Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3107 | 2024-08-30T18:01:53.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-30T18:01:53.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-30T18:01:53.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2024-08-30T18:01:53.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3111 | 2024-08-30T18:01:53.774Z | |
3112 | 2024-08-30T18:01:53.774Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3113 | 2024-08-30T18:01:54.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-08-30T18:01:54.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-08-30T18:01:54.861Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3116 | 2024-08-30T18:01:56.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3117 | 2024-08-30T18:01:56.474Z | |
3118 | 2024-08-30T18:01:56.474Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3119 | 2024-08-30T18:01:57.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-30T18:01:57.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-30T18:01:57.376Z | Checking memmap2 v0.9.4 |
3122 | 2024-08-30T18:01:57.377Z | Checking spin v0.5.2 |
3123 | 2024-08-30T18:01:57.377Z | Checking arrayref v0.3.7 |
3124 | 2024-08-30T18:01:57.377Z | Checking untrusted v0.7.1 |
3125 | 2024-08-30T18:01:57.403Z | Checking arrayvec v0.7.4 |
3126 | 2024-08-30T18:01:57.403Z | Checking constant_time_eq v0.3.0 |
3127 | 2024-08-30T18:01:57.403Z | Checking cargo-platform v0.1.8 |
3128 | 2024-08-30T18:01:57.403Z | Checking topological-sort v0.2.2 |
3129 | 2024-08-30T18:01:57.552Z | Checking shell-words v1.1.0 |
3130 | 2024-08-30T18:01:57.615Z | Checking ring v0.16.20 |
3131 | 2024-08-30T18:01:57.735Z | Checking cargo_metadata v0.18.1 |
3132 | 2024-08-30T18:01:57.817Z | Checking blake3 v1.5.1 |
3133 | 2024-08-30T18:01:59.205Z | Checking omicron-zone-package v0.11.0 |
3134 | 2024-08-30T18:02:00.630Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3135 | 2024-08-30T18:02:01.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
3136 | 2024-08-30T18:02:01.915Z | |
3137 | 2024-08-30T18:02:01.915Z | info: running `cargo check --bins` on xtask (146/158) |
3138 | 2024-08-30T18:02:02.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-08-30T18:02:02.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-08-30T18:02:02.584Z | Checking bitflags v2.6.0 |
3141 | 2024-08-30T18:02:02.584Z | Checking serde v1.0.208 |
3142 | 2024-08-30T18:02:02.607Z | Checking thiserror v1.0.63 |
3143 | 2024-08-30T18:02:02.607Z | Checking scroll v0.12.0 |
3144 | 2024-08-30T18:02:02.631Z | Checking log v0.4.21 |
3145 | 2024-08-30T18:02:02.631Z | Checking hashbrown v0.14.5 |
3146 | 2024-08-30T18:02:02.671Z | Checking zerocopy v0.7.34 |
3147 | 2024-08-30T18:02:02.695Z | Checking syn v2.0.74 |
3148 | 2024-08-30T18:02:02.743Z | Checking pest v2.7.10 |
3149 | 2024-08-30T18:02:02.856Z | Checking rustix v0.38.34 |
3150 | 2024-08-30T18:02:02.882Z | Checking fs-err v2.11.0 |
3151 | 2024-08-30T18:02:03.048Z | Checking goblin v0.8.2 |
3152 | 2024-08-30T18:02:03.150Z | Checking tabled v0.15.0 |
3153 | 2024-08-30T18:02:03.633Z | Checking indexmap v2.4.0 |
3154 | 2024-08-30T18:02:03.848Z | Checking anyhow v1.0.86 |
3155 | 2024-08-30T18:02:04.533Z | Checking terminal_size v0.3.0 |
3156 | 2024-08-30T18:02:04.533Z | Checking tempfile v3.10.1 |
3157 | 2024-08-30T18:02:04.701Z | Checking clap_builder v4.5.15 |
3158 | 2024-08-30T18:02:04.870Z | Checking dtrace-parser v0.2.0 |
3159 | 2024-08-30T18:02:06.781Z | Checking serde_json v1.0.125 |
3160 | 2024-08-30T18:02:06.781Z | Checking toml_datetime v0.6.8 |
3161 | 2024-08-30T18:02:06.781Z | Checking serde_spanned v0.6.7 |
3162 | 2024-08-30T18:02:06.805Z | Checking camino v1.1.9 |
3163 | 2024-08-30T18:02:06.805Z | Checking semver v1.0.23 |
3164 | 2024-08-30T18:02:06.998Z | Checking cargo-platform v0.1.8 |
3165 | 2024-08-30T18:02:07.022Z | Checking macaddr v1.0.1 |
3166 | 2024-08-30T18:02:07.075Z | Checking toml_edit v0.22.20 |
3167 | 2024-08-30T18:02:07.239Z | Checking clap v4.5.16 |
3168 | 2024-08-30T18:02:07.290Z | Checking camino-tempfile v1.1.1 |
3169 | 2024-08-30T18:02:08.028Z | Checking dof v0.3.0 |
3170 | 2024-08-30T18:02:08.028Z | Checking cargo_metadata v0.18.1 |
3171 | 2024-08-30T18:02:08.555Z | Checking usdt-impl v0.5.0 |
3172 | 2024-08-30T18:02:08.990Z | Checking usdt v0.5.0 |
3173 | 2024-08-30T18:02:09.226Z | Checking toml v0.8.19 |
3174 | 2024-08-30T18:02:09.872Z | Checking cargo_toml v0.20.4 |
3175 | 2024-08-30T18:02:11.473Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3176 | 2024-08-30T18:02:12.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.34s |
3177 | 2024-08-30T18:02:12.363Z | |
3178 | 2024-08-30T18:02:12.363Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3179 | 2024-08-30T18:02:13.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3180 | 2024-08-30T18:02:13.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3181 | 2024-08-30T18:02:13.444Z | Checking polyval v0.6.2 |
3182 | 2024-08-30T18:02:13.444Z | Checking rfc6979 v0.4.0 |
3183 | 2024-08-30T18:02:13.489Z | Checking primeorder v0.13.6 |
3184 | 2024-08-30T18:02:13.489Z | Checking ctr v0.9.2 |
3185 | 2024-08-30T18:02:13.523Z | Checking ed25519 v2.2.3 |
3186 | 2024-08-30T18:02:13.547Z | Checking ssh-encoding v0.2.0 |
3187 | 2024-08-30T18:02:13.547Z | Checking blowfish v0.9.1 |
3188 | 2024-08-30T18:02:13.572Z | Checking password-hash v0.4.2 |
3189 | 2024-08-30T18:02:13.657Z | Checking ecdsa v0.16.9 |
3190 | 2024-08-30T18:02:13.710Z | Checking ghash v0.5.1 |
3191 | 2024-08-30T18:02:13.746Z | Checking bcrypt-pbkdf v0.10.0 |
3192 | 2024-08-30T18:02:13.770Z | Checking matches v0.1.10 |
3193 | 2024-08-30T18:02:13.821Z | Checking ed25519-dalek v2.1.1 |
3194 | 2024-08-30T18:02:13.854Z | Compiling enum-as-inner v0.5.1 |
3195 | 2024-08-30T18:02:13.878Z | Checking aes-gcm v0.10.3 |
3196 | 2024-08-30T18:02:13.878Z | Checking idna v0.2.3 |
3197 | 2024-08-30T18:02:13.921Z | Checking russh-cryptovec v0.7.2 |
3198 | 2024-08-30T18:02:13.954Z | Checking pbkdf2 v0.11.0 |
3199 | 2024-08-30T18:02:13.983Z | Checking md5 v0.7.0 |
3200 | 2024-08-30T18:02:14.113Z | Checking ssh-cipher v0.2.0 |
3201 | 2024-08-30T18:02:14.137Z | Checking num-bigint v0.4.5 |
3202 | 2024-08-30T18:02:14.183Z | Checking des v0.8.1 |
3203 | 2024-08-30T18:02:14.243Z | Compiling dhcproto-macros v0.1.0 |
3204 | 2024-08-30T18:02:14.278Z | Checking hex-literal v0.4.1 |
3205 | 2024-08-30T18:02:14.390Z | Checking p521 v0.13.3 |
3206 | 2024-08-30T18:02:14.432Z | Checking p256 v0.13.2 |
3207 | 2024-08-30T18:02:14.457Z | Checking ssh-key v0.6.6 |
3208 | 2024-08-30T18:02:14.481Z | Checking p384 v0.13.0 |
3209 | 2024-08-30T18:02:14.654Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3210 | 2024-08-30T18:02:14.866Z | Checking trust-dns-proto v0.22.0 |
3211 | 2024-08-30T18:02:14.890Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3212 | 2024-08-30T18:02:15.135Z | Checking internet-checksum v0.2.1 |
3213 | 2024-08-30T18:02:15.913Z | Checking russh-keys v0.45.0 |
3214 | 2024-08-30T18:02:17.094Z | Checking russh v0.45.0 |
3215 | 2024-08-30T18:02:17.900Z | Checking dhcproto v0.12.0 |
3216 | 2024-08-30T18:02:39.690Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3217 | 2024-08-30T18:02:41.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s |
3218 | 2024-08-30T18:02:41.499Z | |
3219 | 2024-08-30T18:02:41.499Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3220 | 2024-08-30T18:02:42.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2024-08-30T18:02:42.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2024-08-30T18:02:42.362Z | Checking termios v0.3.3 |
3223 | 2024-08-30T18:02:42.544Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3224 | 2024-08-30T18:02:43.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3225 | 2024-08-30T18:02:43.706Z | |
3226 | 2024-08-30T18:02:43.706Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3227 | 2024-08-30T18:02:44.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-08-30T18:02:44.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-08-30T18:02:44.683Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3230 | 2024-08-30T18:02:47.143Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3231 | 2024-08-30T18:02:49.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
3232 | 2024-08-30T18:02:49.613Z | |
3233 | 2024-08-30T18:02:49.613Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3234 | 2024-08-30T18:02:50.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2024-08-30T18:02:50.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2024-08-30T18:02:50.487Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3237 | 2024-08-30T18:02:50.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
3238 | 2024-08-30T18:02:51.097Z | |
3239 | 2024-08-30T18:02:51.097Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3240 | 2024-08-30T18:02:51.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2024-08-30T18:02:51.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2024-08-30T18:02:51.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2024-08-30T18:02:51.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3244 | 2024-08-30T18:02:51.916Z | |
3245 | 2024-08-30T18:02:51.916Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3246 | 2024-08-30T18:02:52.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2024-08-30T18:02:52.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2024-08-30T18:02:52.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2024-08-30T18:02:52.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3250 | 2024-08-30T18:02:52.764Z | |
3251 | 2024-08-30T18:02:52.764Z | info: running `cargo check --bins` on omicron-package (153/158) |
3252 | 2024-08-30T18:02:53.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2024-08-30T18:02:53.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2024-08-30T18:02:53.749Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3255 | 2024-08-30T18:02:55.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
3256 | 2024-08-30T18:02:55.351Z | |
3257 | 2024-08-30T18:02:55.351Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3258 | 2024-08-30T18:02:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2024-08-30T18:02:56.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2024-08-30T18:02:56.307Z | Checking rtoolbox v0.0.2 |
3261 | 2024-08-30T18:02:56.307Z | Checking tui-tree-widget v0.22.0 |
3262 | 2024-08-30T18:02:56.307Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3263 | 2024-08-30T18:02:56.491Z | Checking rpassword v7.3.1 |
3264 | 2024-08-30T18:03:01.733Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3265 | 2024-08-30T18:03:05.407Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3266 | 2024-08-30T18:03:06.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
3267 | 2024-08-30T18:03:06.885Z | |
3268 | 2024-08-30T18:03:06.885Z | info: running `cargo check --bins` on wicket (155/158) |
3269 | 2024-08-30T18:03:07.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2024-08-30T18:03:07.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2024-08-30T18:03:07.825Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3272 | 2024-08-30T18:03:08.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
3273 | 2024-08-30T18:03:08.372Z | |
3274 | 2024-08-30T18:03:08.372Z | info: running `cargo check --bins` on wicketd (156/158) |
3275 | 2024-08-30T18:03:09.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2024-08-30T18:03:09.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2024-08-30T18:03:09.335Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3278 | 2024-08-30T18:03:13.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
3279 | 2024-08-30T18:03:14.106Z | |
3280 | 2024-08-30T18:03:14.106Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3281 | 2024-08-30T18:03:14.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2024-08-30T18:03:14.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2024-08-30T18:03:14.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2024-08-30T18:03:14.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3285 | 2024-08-30T18:03:14.939Z | |
3286 | 2024-08-30T18:03:14.940Z | info: running `cargo check --bins` on zone-setup (158/158) |
3287 | 2024-08-30T18:03:15.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2024-08-30T18:03:15.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2024-08-30T18:03:15.981Z | Checking uzers v0.11.3 |
3290 | 2024-08-30T18:03:16.268Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3291 | 2024-08-30T18:03:17.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s |
3292 | 2024-08-30T18:03:17.745Z | |
3293 | 2024-08-30T18:03:17.745Z | real 13:08.086571507 |
3294 | 2024-08-30T18:03:17.745Z | user 23:43.024039675 |
3295 | 2024-08-30T18:03:17.746Z | sys 5:36.798509685 |
3296 | 2024-08-30T18:03:17.746Z | trap 0.598534054 |
3297 | 2024-08-30T18:03:17.746Z | tflt 1.644335116 |
3298 | 2024-08-30T18:03:17.746Z | dflt 2.577626899 |
3299 | 2024-08-30T18:03:17.746Z | kflt 0.001330343 |
3300 | 2024-08-30T18:03:17.746Z | lock 45:09.421462603 |
3301 | 2024-08-30T18:03:17.746Z | slp 2:04:28.987808300 |
3302 | 2024-08-30T18:03:17.746Z | lat 59.292129916 |
3303 | 2024-08-30T18:03:17.770Z | stop 2:44.069743263 |
3304 | 2024-08-30T18:03:17.770Z | process exited: duration 1026890 ms, exit code 0 |
|
3305 | 2024-08-30T18:03:17.819Z | found 0 output files |