|
|
|
1 | 2024-08-29T16:20:39.736Z | job assigned to worker 01J6FEZA4QZM70848X7MWM8G1Q (queued for 52 s) |
|
2 | 2024-08-29T16:20:46.985Z | starting task 0: "setup" |
3 | 2024-08-29T16:20:46.991Z | ++ uname -s |
4 | 2024-08-29T16:20:46.993Z | + kern=SunOS |
5 | 2024-08-29T16:20:46.994Z | + case "$kern" in |
6 | 2024-08-29T16:20:46.994Z | + groupadd -g 12345 build |
7 | 2024-08-29T16:20:46.996Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T16:20:49.006Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T16:20:49.101Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T16:20:49.104Z | + home_fs=zfs |
11 | 2024-08-29T16:20:49.104Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T16:20:49.104Z | + mkdir -p /home/build |
13 | 2024-08-29T16:20:49.107Z | + chown build:build /home/build /work |
14 | 2024-08-29T16:20:51.108Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T16:20:51.110Z | process exited: duration 4126 ms, exit code 0 |
|
16 | 2024-08-29T16:20:51.115Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T16:20:51.120Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T16:20:51.120Z | ' 1.80.1 |
19 | 2024-08-29T16:20:51.123Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T16:20:51.123Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T16:20:51.123Z | ' default |
22 | 2024-08-29T16:20:51.123Z | * toolchain profile = "default" |
23 | 2024-08-29T16:20:51.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T16:20:51.123Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T16:20:51.235Z | info: downloading installer |
26 | 2024-08-29T16:20:52.513Z | info: profile set to 'default' |
27 | 2024-08-29T16:20:52.513Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T16:20:52.516Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T16:20:52.654Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T16:20:52.654Z | info: downloading component 'cargo' |
31 | 2024-08-29T16:20:53.451Z | info: downloading component 'clippy' |
32 | 2024-08-29T16:20:53.738Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T16:20:54.850Z | info: downloading component 'rust-std' |
34 | 2024-08-29T16:20:56.418Z | info: downloading component 'rustc' |
35 | 2024-08-29T16:21:00.824Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T16:21:01.058Z | info: installing component 'cargo' |
37 | 2024-08-29T16:21:01.874Z | info: installing component 'clippy' |
38 | 2024-08-29T16:21:02.243Z | info: installing component 'rust-docs' |
39 | 2024-08-29T16:21:03.878Z | info: installing component 'rust-std' |
40 | 2024-08-29T16:21:05.525Z | info: installing component 'rustc' |
41 | 2024-08-29T16:21:09.760Z | info: installing component 'rustfmt' |
42 | 2024-08-29T16:21:10.118Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T16:21:10.118Z | |
44 | 2024-08-29T16:21:10.400Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T16:21:10.400Z | |
46 | 2024-08-29T16:21:10.403Z | |
47 | 2024-08-29T16:21:10.403Z | Rust is installed now. Great! |
48 | 2024-08-29T16:21:10.403Z | |
49 | 2024-08-29T16:21:10.403Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T16:21:10.403Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T16:21:10.403Z | |
52 | 2024-08-29T16:21:10.403Z | To configure your current shell, you need to source |
53 | 2024-08-29T16:21:10.403Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T16:21:10.403Z | |
55 | 2024-08-29T16:21:10.403Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T16:21:10.403Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T16:21:10.403Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T16:21:10.450Z | + rustc --version |
59 | 2024-08-29T16:21:10.511Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T16:21:10.514Z | process exited: duration 19395 ms, exit code 0 |
|
61 | 2024-08-29T16:21:10.519Z | starting task 2: "authentication" |
62 | 2024-08-29T16:21:10.539Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-29T16:21:10.543Z | starting task 3: "clone repository" |
64 | 2024-08-29T16:21:10.548Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T16:21:10.550Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T16:21:10.794Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T16:21:17.514Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T16:21:17.514Z | + git fetch origin 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
69 | 2024-08-29T16:21:17.852Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T16:21:17.852Z | * branch 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 -> FETCH_HEAD |
71 | 2024-08-29T16:21:17.862Z | + [[ -n eliza/fix-zone-bundle-on-nixos ]] |
72 | 2024-08-29T16:21:17.864Z | ++ git branch --show-current |
73 | 2024-08-29T16:21:17.866Z | + current=main |
74 | 2024-08-29T16:21:17.867Z | + [[ main != eliza/fix-zone-bundle-on-nixos ]] |
75 | 2024-08-29T16:21:17.867Z | + git branch -f eliza/fix-zone-bundle-on-nixos 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
76 | 2024-08-29T16:21:17.869Z | + git checkout -f eliza/fix-zone-bundle-on-nixos |
77 | 2024-08-29T16:21:18.020Z | Switched to branch 'eliza/fix-zone-bundle-on-nixos' |
78 | 2024-08-29T16:21:18.023Z | + git reset --hard 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
79 | 2024-08-29T16:21:18.037Z | HEAD is now at 5c9ca44f8 Skip `test_disk_usage` if there's no `/usr/bin/du` |
80 | 2024-08-29T16:21:18.039Z | process exited: duration 7492 ms, exit code 0 |
|
81 | 2024-08-29T16:21:18.043Z | starting task 4: "build" |
82 | 2024-08-29T16:21:18.048Z | + cargo --version |
83 | 2024-08-29T16:21:18.101Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T16:21:18.104Z | + rustc --version |
85 | 2024-08-29T16:21:18.159Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T16:21:18.162Z | + source ./env.sh |
87 | 2024-08-29T16:21:18.162Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T16:21:18.162Z | ++ set -o xtrace |
89 | 2024-08-29T16:21:18.164Z | ++++ dirname ./env.sh |
90 | 2024-08-29T16:21:18.166Z | +++ readlink -f . |
91 | 2024-08-29T16:21:18.186Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T16:21:18.186Z | ++ 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-29T16:21:18.187Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ 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-29T16:21:18.189Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T16:21:18.189Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T16:21:18.189Z | + 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-29T16:21:18.189Z | + 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-29T16:21:18.189Z | + banner prerequisites |
105 | 2024-08-29T16:21:18.207Z | |
106 | 2024-08-29T16:21:18.207Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-29T16:21:18.207Z | # # # # # # # # # # # # # # # |
108 | 2024-08-29T16:21:18.207Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-29T16:21:18.207Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-29T16:21:18.207Z | # # # # # # # # # # # # # # # |
111 | 2024-08-29T16:21:18.207Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-29T16:21:18.207Z | |
113 | 2024-08-29T16:21:18.210Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-29T16:21:23.728Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-29T16:21:26.292Z | Startup: Caching catalogs ... Done |
116 | 2024-08-29T16:21:28.233Z | Planning: Solver setup ... Done (1.410s) |
117 | 2024-08-29T16:21:28.255Z | Planning: Running solver ... Done (0.023s) |
118 | 2024-08-29T16:21:28.414Z | Planning: Finding local manifests ... Done (0.118s) |
119 | 2024-08-29T16:21:28.427Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-08-29T16:21:29.164Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-08-29T16:21:29.501Z | Planning: Package planning ... Done (0.338s) |
122 | 2024-08-29T16:21:29.558Z | Planning: Merging actions ... Done (0.057s) |
123 | 2024-08-29T16:21:30.850Z | Planning: Checking for conflicting actions ... Done (1.291s) |
124 | 2024-08-29T16:21:42.185Z | Planning: Consolidating action changes ... Done (11.333s) |
125 | 2024-08-29T16:21:42.563Z | Planning: Evaluating mediators ... Done (0.377s) |
126 | 2024-08-29T16:21:42.784Z | Planning: Planning completed in 16.42 seconds |
127 | 2024-08-29T16:21:44.962Z | Packages to install: 4 |
128 | 2024-08-29T16:21:44.962Z | Packages to update: 1 |
129 | 2024-08-29T16:21:44.963Z | Mediators to change: 2 |
130 | 2024-08-29T16:21:44.963Z | Services to change: 1 |
131 | 2024-08-29T16:21:44.965Z | Estimated space available: 155.72 GB |
132 | 2024-08-29T16:21:44.965Z | Estimated space to be consumed: 1.53 GB |
133 | 2024-08-29T16:21:44.965Z | Create boot environment: No |
134 | 2024-08-29T16:21:44.965Z | Create backup boot environment: Yes |
135 | 2024-08-29T16:21:44.965Z | Rebuild boot archive: No |
136 | 2024-08-29T16:21:44.965Z | |
137 | 2024-08-29T16:21:44.965Z | Changed mediators: |
138 | 2024-08-29T16:21:44.965Z | mediator clang: |
139 | 2024-08-29T16:21:44.965Z | version: None -> 15 (system default) |
140 | 2024-08-29T16:21:44.965Z | |
141 | 2024-08-29T16:21:44.965Z | mediator llvm: |
142 | 2024-08-29T16:21:44.965Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-08-29T16:21:44.965Z | |
144 | 2024-08-29T16:21:44.965Z | Changed packages: |
145 | 2024-08-29T16:21:44.965Z | helios-dev |
146 | 2024-08-29T16:21:44.966Z | developer/build-essential |
147 | 2024-08-29T16:21:44.966Z | None -> 11-2.0 |
148 | 2024-08-29T16:21:44.966Z | library/libxmlsec1 |
149 | 2024-08-29T16:21:44.966Z | None -> 1.2.35-2.0 |
150 | 2024-08-29T16:21:44.966Z | ooce/developer/clang-15 |
151 | 2024-08-29T16:21:44.966Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T16:21:44.966Z | ooce/developer/llvm-15 |
153 | 2024-08-29T16:21:44.966Z | None -> 15.0.7-2.0 |
154 | 2024-08-29T16:21:44.966Z | package/pkg |
155 | 2024-08-29T16:21:44.966Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-08-29T16:21:44.966Z | |
157 | 2024-08-29T16:21:44.966Z | Services: |
158 | 2024-08-29T16:21:44.966Z | restart_fmri: |
159 | 2024-08-29T16:21:44.966Z | svc:/system/update-man-index:default |
160 | 2024-08-29T16:21:44.966Z | |
161 | 2024-08-29T16:21:44.966Z | Editable files to change: |
162 | 2024-08-29T16:21:44.966Z | Update: |
163 | 2024-08-29T16:21:44.966Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-08-29T16:21:45.584Z | |
165 | 2024-08-29T16:21:45.584Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-08-29T16:21:50.585Z | Download: 1190/4281 items 70.8/220.6MB 32% complete (14.2M/s) |
167 | 2024-08-29T16:21:55.617Z | Download: 2218/4281 items 119.2/220.6MB 54% complete (12.0M/s) |
168 | 2024-08-29T16:22:00.787Z | Download: 3280/4281 items 209.1/220.6MB 94% complete (13.9M/s) |
169 | 2024-08-29T16:22:05.770Z | Download: 3873/4281 items 218.5/220.6MB 99% complete (10.0M/s) |
170 | 2024-08-29T16:22:09.412Z | Download: Completed 220.60 MB in 23.82 seconds (9.3M/s) |
171 | 2024-08-29T16:22:11.385Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-08-29T16:22:11.400Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-08-29T16:22:16.543Z | Actions: 4096/5063 actions (Installing new actions) |
174 | 2024-08-29T16:22:17.897Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-08-29T16:22:18.400Z | Actions: Completed 5063 actions in 7.01 seconds. |
176 | 2024-08-29T16:22:18.676Z | Done (0.268s) |
177 | 2024-08-29T16:22:18.678Z | Done (0.000s) |
178 | 2024-08-29T16:22:19.049Z | Done (0.372s) |
179 | 2024-08-29T16:22:27.119Z | Done (7.896s) |
180 | 2024-08-29T16:22:27.691Z | Done (0.505s) |
181 | 2024-08-29T16:22:27.694Z | Done (0.000s) |
182 | 2024-08-29T16:22:27.856Z | Done (0.000s) |
183 | 2024-08-29T16:22:28.428Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-08-29T16:22:28.586Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-29T16:22:28.588Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-29T16:22:28.861Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-29T16:22:28.863Z | Planning: Planning completed in 0.43 seconds |
188 | 2024-08-29T16:22:28.899Z | Mediators to change: 2 |
189 | 2024-08-29T16:22:28.899Z | Create boot environment: No |
190 | 2024-08-29T16:22:28.899Z | Create backup boot environment: No |
191 | 2024-08-29T16:22:28.981Z | Done |
192 | 2024-08-29T16:22:28.981Z | Done |
193 | 2024-08-29T16:22:29.214Z | Done |
194 | 2024-08-29T16:22:32.807Z | Done |
195 | 2024-08-29T16:22:32.894Z | Done |
196 | 2024-08-29T16:22:32.897Z | Done |
197 | 2024-08-29T16:22:33.022Z | Done |
198 | 2024-08-29T16:22:33.611Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-08-29T16:22:33.614Z | Planning: Merging actions ... Done |
200 | 2024-08-29T16:22:33.797Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-08-29T16:22:33.799Z | Planning: Consolidating action changes ... Done |
202 | 2024-08-29T16:22:34.057Z | Planning: Evaluating mediators ... Done |
203 | 2024-08-29T16:22:34.111Z | Planning: Planning completed in 0.73 seconds |
204 | 2024-08-29T16:22:34.150Z | Packages to change: 1 |
205 | 2024-08-29T16:22:34.152Z | Mediators to change: 1 |
206 | 2024-08-29T16:22:34.153Z | Services to change: 1 |
207 | 2024-08-29T16:22:34.153Z | Create boot environment: No |
208 | 2024-08-29T16:22:34.153Z | Create backup boot environment: Yes |
209 | 2024-08-29T16:22:36.273Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-08-29T16:22:36.348Z | Actions: Completed 6 actions in 0.08 seconds. |
211 | 2024-08-29T16:22:36.348Z | Done |
212 | 2024-08-29T16:22:36.348Z | Done |
213 | 2024-08-29T16:22:36.427Z | Done |
214 | 2024-08-29T16:22:39.900Z | Done |
215 | 2024-08-29T16:22:39.988Z | Done |
216 | 2024-08-29T16:22:39.990Z | Done |
217 | 2024-08-29T16:22:40.112Z | Done |
218 | 2024-08-29T16:22:40.530Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-08-29T16:22:40.530Z | clang system 15 system |
220 | 2024-08-29T16:22:40.530Z | csh system system illumos |
221 | 2024-08-29T16:22:40.530Z | ctags system system illumos |
222 | 2024-08-29T16:22:40.530Z | gcc vendor 12 vendor |
223 | 2024-08-29T16:22:40.531Z | gcc system 10 system |
224 | 2024-08-29T16:22:40.531Z | gcc system 7 system |
225 | 2024-08-29T16:22:40.531Z | go system 1.20 system |
226 | 2024-08-29T16:22:40.531Z | go system 1.19 system |
227 | 2024-08-29T16:22:40.531Z | llvm system 15 system |
228 | 2024-08-29T16:22:40.531Z | llvm system 14 system |
229 | 2024-08-29T16:22:40.531Z | mariadb system 10.6 system |
230 | 2024-08-29T16:22:40.531Z | mta vendor vendor dma |
231 | 2024-08-29T16:22:40.531Z | openjdk system 17 system |
232 | 2024-08-29T16:22:40.531Z | openjdk system 11 system |
233 | 2024-08-29T16:22:40.531Z | openjdk system 1.8 system |
234 | 2024-08-29T16:22:40.531Z | openssl vendor 3 vendor |
235 | 2024-08-29T16:22:40.531Z | perl system 5.36 system |
236 | 2024-08-29T16:22:40.531Z | postgresql system 15 system |
237 | 2024-08-29T16:22:40.531Z | postgresql system 13 system |
238 | 2024-08-29T16:22:40.531Z | python vendor 3 vendor |
239 | 2024-08-29T16:22:40.531Z | python system 2 system |
240 | 2024-08-29T16:22:40.531Z | python3 system 3.11 system |
241 | 2024-08-29T16:22:40.531Z | ruby system 3.0 system |
242 | 2024-08-29T16:22:40.531Z | words vendor vendor american-english |
243 | 2024-08-29T16:22:40.531Z | words system system australian-english |
244 | 2024-08-29T16:22:40.531Z | words system system british-english |
245 | 2024-08-29T16:22:40.531Z | words system system canadian-english |
246 | 2024-08-29T16:22:40.531Z | words system system french |
247 | 2024-08-29T16:22:40.531Z | words system system italian |
248 | 2024-08-29T16:22:40.531Z | words system system ngerman |
249 | 2024-08-29T16:22:40.531Z | words system system ogerman |
250 | 2024-08-29T16:22:40.531Z | words system system spanish |
251 | 2024-08-29T16:22:40.851Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-08-29T16:22:40.851Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-08-29T16:22:42.584Z | FMRI IFO |
254 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-08-29T16:22:42.584Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-08-29T16:22:43.167Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-08-29T16:22:43.450Z | Updating git repository `https://github.com/oxidecomputer/zone` |
269 | 2024-08-29T16:22:43.738Z | Updating crates.io index |
270 | 2024-08-29T16:22:43.741Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-08-29T16:22:44.588Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-08-29T16:22:45.336Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-08-29T16:22:45.578Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-08-29T16:22:47.153Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-08-29T16:22:47.377Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-08-29T16:22:47.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-08-29T16:22:48.603Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-08-29T16:22:50.831Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-08-29T16:22:51.792Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-08-29T16:22:52.489Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-08-29T16:22:52.759Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-08-29T16:22:53.325Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-29T16:22:53.630Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-08-29T16:22:53.915Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-08-29T16:22:54.240Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-08-29T16:22:54.587Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-08-29T16:22:54.807Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-08-29T16:22:55.060Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-08-29T16:22:55.330Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-08-29T16:22:55.638Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-08-29T16:22:56.036Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-08-29T16:22:56.279Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-08-29T16:22:56.748Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-08-29T16:22:57.058Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-08-29T16:22:57.513Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-08-29T16:22:59.782Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-08-29T16:23:00.176Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-08-29T16:23:00.475Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-08-29T16:23:00.894Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-08-29T16:23:01.920Z | Downloading crates ... |
301 | 2024-08-29T16:23:01.971Z | Downloaded heck v0.4.1 |
302 | 2024-08-29T16:23:01.974Z | Downloaded errno v0.3.9 |
303 | 2024-08-29T16:23:01.980Z | Downloaded equivalent v1.0.1 |
304 | 2024-08-29T16:23:01.982Z | Downloaded once_cell v1.19.0 |
305 | 2024-08-29T16:23:01.985Z | Downloaded autocfg v1.3.0 |
306 | 2024-08-29T16:23:01.987Z | Downloaded colorchoice v1.0.1 |
307 | 2024-08-29T16:23:02.000Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-08-29T16:23:02.003Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-08-29T16:23:02.003Z | Downloaded fastrand v2.1.0 |
310 | 2024-08-29T16:23:02.005Z | Downloaded cfg-if v1.0.0 |
311 | 2024-08-29T16:23:02.005Z | Downloaded cargo_metadata v0.18.1 |
312 | 2024-08-29T16:23:02.007Z | Downloaded block-buffer v0.10.4 |
313 | 2024-08-29T16:23:02.012Z | Downloaded fs-err v2.11.0 |
314 | 2024-08-29T16:23:02.014Z | Downloaded crypto-common v0.1.6 |
315 | 2024-08-29T16:23:02.015Z | Downloaded dof v0.3.0 |
316 | 2024-08-29T16:23:02.015Z | Downloaded byteorder v1.5.0 |
317 | 2024-08-29T16:23:02.017Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-08-29T16:23:02.020Z | Downloaded thiserror-impl v1.0.63 |
319 | 2024-08-29T16:23:02.020Z | Downloaded strsim v0.11.1 |
320 | 2024-08-29T16:23:02.024Z | Downloaded proc-macro-error-attr v1.0.4 |
321 | 2024-08-29T16:23:02.028Z | Downloaded version_check v0.9.5 |
322 | 2024-08-29T16:23:02.028Z | Downloaded pest_generator v2.7.10 |
323 | 2024-08-29T16:23:02.030Z | Downloaded scroll_derive v0.12.0 |
324 | 2024-08-29T16:23:02.030Z | Downloaded smawk v0.3.2 |
325 | 2024-08-29T16:23:02.030Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-08-29T16:23:02.030Z | Downloaded itoa v1.0.11 |
327 | 2024-08-29T16:23:02.033Z | Downloaded anstyle v1.0.8 |
328 | 2024-08-29T16:23:02.035Z | Downloaded plain v0.2.3 |
329 | 2024-08-29T16:23:02.035Z | Downloaded clap_derive v4.5.13 |
330 | 2024-08-29T16:23:02.038Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-08-29T16:23:02.040Z | Downloaded anstyle-query v1.0.3 |
332 | 2024-08-29T16:23:02.040Z | Downloaded tempfile v3.10.1 |
333 | 2024-08-29T16:23:02.043Z | Downloaded quote v1.0.36 |
334 | 2024-08-29T16:23:02.046Z | Downloaded dtrace-parser v0.2.0 |
335 | 2024-08-29T16:23:02.053Z | Downloaded is_terminal_polyfill v1.70.0 |
336 | 2024-08-29T16:23:02.057Z | Downloaded swrite v0.1.0 |
337 | 2024-08-29T16:23:02.060Z | Downloaded textwrap v0.16.1 |
338 | 2024-08-29T16:23:02.065Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-08-29T16:23:02.068Z | Downloaded toml v0.8.19 |
340 | 2024-08-29T16:23:02.071Z | Downloaded typenum v1.17.0 |
341 | 2024-08-29T16:23:02.073Z | Downloaded ryu v1.0.18 |
342 | 2024-08-29T16:23:02.080Z | Downloaded cargo-platform v0.1.8 |
343 | 2024-08-29T16:23:02.082Z | Downloaded generic-array v0.14.7 |
344 | 2024-08-29T16:23:02.086Z | Downloaded fnv v1.0.7 |
345 | 2024-08-29T16:23:02.088Z | Downloaded cpufeatures v0.2.12 |
346 | 2024-08-29T16:23:02.088Z | Downloaded bytecount v0.6.8 |
347 | 2024-08-29T16:23:02.088Z | Downloaded digest v0.10.7 |
348 | 2024-08-29T16:23:02.091Z | Downloaded clap_lex v0.7.0 |
349 | 2024-08-29T16:23:02.091Z | Downloaded anstyle-parse v0.2.4 |
350 | 2024-08-29T16:23:02.094Z | Downloaded memmap v0.7.0 |
351 | 2024-08-29T16:23:02.096Z | Downloaded macaddr v1.0.1 |
352 | 2024-08-29T16:23:02.098Z | Downloaded heck v0.5.0 |
353 | 2024-08-29T16:23:02.104Z | Downloaded thiserror v1.0.63 |
354 | 2024-08-29T16:23:02.108Z | Downloaded serde_spanned v0.6.7 |
355 | 2024-08-29T16:23:02.110Z | Downloaded unicode-linebreak v0.1.5 |
356 | 2024-08-29T16:23:02.110Z | Downloaded utf8parse v0.2.1 |
357 | 2024-08-29T16:23:02.113Z | Downloaded usdt v0.5.0 |
358 | 2024-08-29T16:23:02.113Z | Downloaded anstream v0.6.14 |
359 | 2024-08-29T16:23:02.115Z | Downloaded toml_datetime v0.6.8 |
360 | 2024-08-29T16:23:02.115Z | Downloaded thread-id v4.2.1 |
361 | 2024-08-29T16:23:02.117Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-08-29T16:23:02.117Z | Downloaded terminal_size v0.3.0 |
363 | 2024-08-29T16:23:02.119Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-08-29T16:23:02.125Z | Downloaded cargo_toml v0.20.4 |
365 | 2024-08-29T16:23:02.128Z | Downloaded scroll v0.12.0 |
366 | 2024-08-29T16:23:02.130Z | Downloaded indexmap v2.4.0 |
367 | 2024-08-29T16:23:02.134Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-08-29T16:23:02.137Z | Downloaded zerocopy-derive v0.7.34 |
369 | 2024-08-29T16:23:02.141Z | Downloaded sha2 v0.10.8 |
370 | 2024-08-29T16:23:02.144Z | Downloaded log v0.4.21 |
371 | 2024-08-29T16:23:02.147Z | Downloaded bitflags v2.6.0 |
372 | 2024-08-29T16:23:02.153Z | Downloaded memchr v2.7.2 |
373 | 2024-08-29T16:23:02.155Z | Downloaded serde v1.0.208 |
374 | 2024-08-29T16:23:02.158Z | Downloaded ucd-trie v0.1.6 |
375 | 2024-08-29T16:23:02.160Z | Downloaded serde_derive v1.0.208 |
376 | 2024-08-29T16:23:02.163Z | Downloaded semver v1.0.23 |
377 | 2024-08-29T16:23:02.165Z | Downloaded proc-macro2 v1.0.86 |
378 | 2024-08-29T16:23:02.167Z | Downloaded pest_meta v2.7.10 |
379 | 2024-08-29T16:23:02.170Z | Downloaded pest v2.7.10 |
380 | 2024-08-29T16:23:02.174Z | Downloaded pest_derive v2.7.10 |
381 | 2024-08-29T16:23:02.177Z | Downloaded papergrid v0.11.0 |
382 | 2024-08-29T16:23:02.181Z | Downloaded clap v4.5.16 |
383 | 2024-08-29T16:23:02.189Z | Downloaded camino v1.1.9 |
384 | 2024-08-29T16:23:02.192Z | Downloaded anyhow v1.0.86 |
385 | 2024-08-29T16:23:02.197Z | Downloaded toml_edit v0.22.20 |
386 | 2024-08-29T16:23:02.218Z | Downloaded zerocopy v0.7.34 |
387 | 2024-08-29T16:23:02.233Z | Downloaded hashbrown v0.14.5 |
388 | 2024-08-29T16:23:02.238Z | Downloaded winnow v0.6.18 |
389 | 2024-08-29T16:23:02.246Z | Downloaded tabled v0.15.0 |
390 | 2024-08-29T16:23:02.264Z | Downloaded serde_json v1.0.125 |
391 | 2024-08-29T16:23:02.267Z | Downloaded syn v1.0.109 |
392 | 2024-08-29T16:23:02.277Z | Downloaded goblin v0.8.2 |
393 | 2024-08-29T16:23:02.283Z | Downloaded syn v2.0.74 |
394 | 2024-08-29T16:23:02.294Z | Downloaded clap_builder v4.5.15 |
395 | 2024-08-29T16:23:02.302Z | Downloaded unicode-width v0.1.13 |
396 | 2024-08-29T16:23:02.307Z | Downloaded rustix v0.38.34 |
397 | 2024-08-29T16:23:02.327Z | Downloaded libc v0.2.158 |
398 | 2024-08-29T16:23:02.627Z | Compiling proc-macro2 v1.0.86 |
399 | 2024-08-29T16:23:02.627Z | Compiling unicode-ident v1.0.12 |
400 | 2024-08-29T16:23:02.629Z | Compiling serde v1.0.208 |
401 | 2024-08-29T16:23:02.629Z | Compiling version_check v0.9.5 |
402 | 2024-08-29T16:23:02.629Z | Compiling thiserror v1.0.63 |
403 | 2024-08-29T16:23:02.629Z | Compiling memchr v2.7.2 |
404 | 2024-08-29T16:23:02.629Z | Compiling libc v0.2.158 |
405 | 2024-08-29T16:23:02.629Z | Compiling ucd-trie v0.1.6 |
406 | 2024-08-29T16:23:02.864Z | Compiling ryu v1.0.18 |
407 | 2024-08-29T16:23:03.193Z | Compiling itoa v1.0.11 |
408 | 2024-08-29T16:23:03.361Z | Compiling once_cell v1.19.0 |
409 | 2024-08-29T16:23:03.416Z | Compiling byteorder v1.5.0 |
410 | 2024-08-29T16:23:03.650Z | Compiling rustix v0.38.34 |
411 | 2024-08-29T16:23:03.740Z | Compiling serde_json v1.0.125 |
412 | 2024-08-29T16:23:05.042Z | Compiling bitflags v2.6.0 |
413 | 2024-08-29T16:23:05.126Z | Compiling usdt-impl v0.5.0 |
414 | 2024-08-29T16:23:05.145Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-08-29T16:23:05.185Z | Compiling syn v1.0.109 |
416 | 2024-08-29T16:23:05.442Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-08-29T16:23:05.466Z | Compiling utf8parse v0.2.1 |
418 | 2024-08-29T16:23:05.579Z | Compiling equivalent v1.0.1 |
419 | 2024-08-29T16:23:05.604Z | Compiling hashbrown v0.14.5 |
420 | 2024-08-29T16:23:05.626Z | Compiling plain v0.2.3 |
421 | 2024-08-29T16:23:05.689Z | Compiling camino v1.1.9 |
422 | 2024-08-29T16:23:05.739Z | Compiling log v0.4.21 |
423 | 2024-08-29T16:23:05.872Z | Compiling quote v1.0.36 |
424 | 2024-08-29T16:23:05.931Z | Compiling thread-id v4.2.1 |
425 | 2024-08-29T16:23:05.968Z | Compiling anstyle-parse v0.2.4 |
426 | 2024-08-29T16:23:06.126Z | Compiling anstyle-query v1.0.3 |
427 | 2024-08-29T16:23:06.262Z | Compiling syn v2.0.74 |
428 | 2024-08-29T16:23:06.393Z | Compiling errno v0.3.9 |
429 | 2024-08-29T16:23:06.419Z | Compiling anstyle v1.0.8 |
430 | 2024-08-29T16:23:06.621Z | Compiling semver v1.0.23 |
431 | 2024-08-29T16:23:06.718Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-29T16:23:06.861Z | Compiling indexmap v2.4.0 |
433 | 2024-08-29T16:23:06.933Z | Compiling is_terminal_polyfill v1.70.0 |
434 | 2024-08-29T16:23:06.959Z | Compiling colorchoice v1.0.1 |
435 | 2024-08-29T16:23:07.051Z | Compiling autocfg v1.3.0 |
436 | 2024-08-29T16:23:07.110Z | Compiling pretty-hex v0.4.1 |
437 | 2024-08-29T16:23:07.164Z | Compiling winnow v0.6.18 |
438 | 2024-08-29T16:23:07.396Z | Compiling anstream v0.6.14 |
439 | 2024-08-29T16:23:08.012Z | Compiling fs-err v2.11.0 |
440 | 2024-08-29T16:23:08.184Z | Compiling fnv v1.0.7 |
441 | 2024-08-29T16:23:08.187Z | Compiling heck v0.4.1 |
442 | 2024-08-29T16:23:08.275Z | Compiling strsim v0.11.1 |
443 | 2024-08-29T16:23:08.298Z | Compiling clap_lex v0.7.0 |
444 | 2024-08-29T16:23:08.335Z | Compiling anyhow v1.0.86 |
445 | 2024-08-29T16:23:08.664Z | Compiling terminal_size v0.3.0 |
446 | 2024-08-29T16:23:08.797Z | Compiling cfg-if v1.0.0 |
447 | 2024-08-29T16:23:08.854Z | Compiling heck v0.5.0 |
448 | 2024-08-29T16:23:08.896Z | Compiling bytecount v0.6.8 |
449 | 2024-08-29T16:23:08.968Z | Compiling fastrand v2.1.0 |
450 | 2024-08-29T16:23:09.186Z | Compiling papergrid v0.11.0 |
451 | 2024-08-29T16:23:09.351Z | Compiling tempfile v3.10.1 |
452 | 2024-08-29T16:23:09.486Z | Compiling clap_builder v4.5.15 |
453 | 2024-08-29T16:23:09.680Z | Compiling memmap v0.7.0 |
454 | 2024-08-29T16:23:09.794Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-08-29T16:23:10.027Z | Compiling smawk v0.3.2 |
456 | 2024-08-29T16:23:10.268Z | Compiling textwrap v0.16.1 |
457 | 2024-08-29T16:23:10.836Z | Compiling swrite v0.1.0 |
458 | 2024-08-29T16:23:11.919Z | Compiling tabled_derive v0.7.0 |
459 | 2024-08-29T16:23:13.375Z | Compiling tabled v0.15.0 |
460 | 2024-08-29T16:23:14.535Z | Compiling serde_derive v1.0.208 |
461 | 2024-08-29T16:23:14.537Z | Compiling thiserror-impl v1.0.63 |
462 | 2024-08-29T16:23:14.537Z | Compiling zerocopy-derive v0.7.34 |
463 | 2024-08-29T16:23:14.537Z | Compiling scroll_derive v0.12.0 |
464 | 2024-08-29T16:23:14.732Z | Compiling clap_derive v4.5.13 |
465 | 2024-08-29T16:23:15.937Z | Compiling scroll v0.12.0 |
466 | 2024-08-29T16:23:16.413Z | Compiling goblin v0.8.2 |
467 | 2024-08-29T16:23:16.575Z | Compiling zerocopy v0.7.34 |
468 | 2024-08-29T16:23:17.180Z | Compiling pest v2.7.10 |
469 | 2024-08-29T16:23:18.343Z | Compiling clap v4.5.16 |
470 | 2024-08-29T16:23:19.243Z | Compiling pest_meta v2.7.10 |
471 | 2024-08-29T16:23:20.086Z | Compiling pest_generator v2.7.10 |
472 | 2024-08-29T16:23:21.915Z | Compiling pest_derive v2.7.10 |
473 | 2024-08-29T16:23:22.534Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-08-29T16:23:24.654Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-08-29T16:23:24.690Z | Compiling toml_datetime v0.6.8 |
476 | 2024-08-29T16:23:24.692Z | Compiling serde_spanned v0.6.7 |
477 | 2024-08-29T16:23:25.020Z | Compiling toml_edit v0.22.20 |
478 | 2024-08-29T16:23:25.050Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-29T16:23:25.232Z | Compiling macaddr v1.0.1 |
480 | 2024-08-29T16:23:25.347Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-08-29T16:23:26.063Z | Compiling dof v0.3.0 |
482 | 2024-08-29T16:23:26.146Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-08-29T16:23:27.742Z | Compiling usdt-macro v0.5.0 |
484 | 2024-08-29T16:23:27.742Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-08-29T16:23:27.864Z | Compiling toml v0.8.19 |
486 | 2024-08-29T16:23:28.726Z | Compiling cargo_toml v0.20.4 |
487 | 2024-08-29T16:23:29.125Z | Compiling usdt v0.5.0 |
488 | 2024-08-29T16:23:32.322Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-08-29T16:23:36.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.41s |
490 | 2024-08-29T16:23:36.613Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-08-29T16:23:37.147Z | Downloading crates ... |
492 | 2024-08-29T16:23:37.260Z | Downloaded addr2line v0.21.0 |
493 | 2024-08-29T16:23:37.265Z | Downloaded array-init v0.0.4 |
494 | 2024-08-29T16:23:37.271Z | Downloaded aead v0.5.2 |
495 | 2024-08-29T16:23:37.277Z | Downloaded arrayvec v0.7.4 |
496 | 2024-08-29T16:23:37.284Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-08-29T16:23:37.286Z | Downloaded atomicwrites v0.4.3 |
498 | 2024-08-29T16:23:37.289Z | Downloaded bitstruct_derive v0.1.0 |
499 | 2024-08-29T16:23:37.296Z | Downloaded crunchy v0.2.2 |
500 | 2024-08-29T16:23:37.299Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-08-29T16:23:37.306Z | Downloaded bitflags v1.3.2 |
502 | 2024-08-29T16:23:37.310Z | Downloaded async-stream v0.3.5 |
503 | 2024-08-29T16:23:37.312Z | Downloaded bit-set v0.5.3 |
504 | 2024-08-29T16:23:37.315Z | Downloaded ascii-canvas v3.0.0 |
505 | 2024-08-29T16:23:37.318Z | Downloaded newline-converter v0.3.0 |
506 | 2024-08-29T16:23:37.318Z | Downloaded castaway v0.2.3 |
507 | 2024-08-29T16:23:37.320Z | Downloaded convert_case v0.4.0 |
508 | 2024-08-29T16:23:37.322Z | Downloaded bitfield v0.14.0 |
509 | 2024-08-29T16:23:37.324Z | Downloaded block-padding v0.3.3 |
510 | 2024-08-29T16:23:37.324Z | Downloaded is-terminal v0.4.12 |
511 | 2024-08-29T16:23:37.327Z | Downloaded base16ct v0.2.0 |
512 | 2024-08-29T16:23:37.329Z | Downloaded crossbeam-deque v0.8.5 |
513 | 2024-08-29T16:23:37.331Z | Downloaded impl-trait-for-tuples v0.2.2 |
514 | 2024-08-29T16:23:37.333Z | Downloaded colored v2.1.0 |
515 | 2024-08-29T16:23:37.335Z | Downloaded number_prefix v0.4.0 |
516 | 2024-08-29T16:23:37.338Z | Downloaded ciborium-ll v0.2.2 |
517 | 2024-08-29T16:23:37.338Z | Downloaded indent_write v2.2.0 |
518 | 2024-08-29T16:23:37.340Z | Downloaded defmt-macros v0.3.9 |
519 | 2024-08-29T16:23:37.343Z | Downloaded num-conv v0.1.0 |
520 | 2024-08-29T16:23:37.345Z | Downloaded async-trait v0.1.81 |
521 | 2024-08-29T16:23:37.347Z | Downloaded oso-derive v0.27.3 |
522 | 2024-08-29T16:23:37.348Z | Downloaded libsw v3.3.1 |
523 | 2024-08-29T16:23:37.350Z | Downloaded async-stream-impl v0.3.5 |
524 | 2024-08-29T16:23:37.352Z | Downloaded maplit v1.0.2 |
525 | 2024-08-29T16:23:37.352Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-08-29T16:23:37.352Z | Downloaded instability v0.3.2 |
527 | 2024-08-29T16:23:37.355Z | Downloaded mockall v0.13.0 |
528 | 2024-08-29T16:23:37.357Z | Downloaded async-bb8-diesel v0.2.1 |
529 | 2024-08-29T16:23:37.359Z | Downloaded assert_matches v1.5.0 |
530 | 2024-08-29T16:23:37.359Z | Downloaded bitstruct v0.1.1 |
531 | 2024-08-29T16:23:37.361Z | Downloaded atty v0.2.14 |
532 | 2024-08-29T16:23:37.364Z | Downloaded mime v0.3.17 |
533 | 2024-08-29T16:23:37.364Z | Downloaded lazycell v1.3.0 |
534 | 2024-08-29T16:23:37.366Z | Downloaded openssl-macros v0.1.1 |
535 | 2024-08-29T16:23:37.366Z | Downloaded nanorand v0.7.0 |
536 | 2024-08-29T16:23:37.368Z | Downloaded lru-cache v0.1.2 |
537 | 2024-08-29T16:23:37.368Z | Downloaded lalrpop-util v0.19.12 |
538 | 2024-08-29T16:23:37.371Z | Downloaded kstat-rs v0.2.4 |
539 | 2024-08-29T16:23:37.374Z | Downloaded nibble_vec v0.1.0 |
540 | 2024-08-29T16:23:37.374Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-08-29T16:23:37.376Z | Downloaded is_ci v1.2.0 |
542 | 2024-08-29T16:23:37.376Z | Downloaded indoc v1.0.9 |
543 | 2024-08-29T16:23:37.379Z | Downloaded darling_macro v0.20.9 |
544 | 2024-08-29T16:23:37.381Z | Downloaded crucible-workspace-hack v0.1.0 |
545 | 2024-08-29T16:23:37.381Z | Downloaded ciborium-io v0.2.2 |
546 | 2024-08-29T16:23:37.381Z | Downloaded atomic-waker v1.1.2 |
547 | 2024-08-29T16:23:37.383Z | Downloaded num_enum_derive v0.5.11 |
548 | 2024-08-29T16:23:37.385Z | Downloaded bcs v0.1.6 |
549 | 2024-08-29T16:23:37.387Z | Downloaded backoff v0.4.0 |
550 | 2024-08-29T16:23:37.390Z | Downloaded packed_struct v0.10.1 |
551 | 2024-08-29T16:23:37.390Z | Downloaded keccak v0.1.5 |
552 | 2024-08-29T16:23:37.392Z | Downloaded new_debug_unreachable v1.0.6 |
553 | 2024-08-29T16:23:37.392Z | Downloaded debug-ignore v1.0.5 |
554 | 2024-08-29T16:23:37.394Z | Downloaded cookie_store v0.20.0 |
555 | 2024-08-29T16:23:37.396Z | Downloaded native-tls v0.2.11 |
556 | 2024-08-29T16:23:37.399Z | Downloaded memmap2 v0.9.4 |
557 | 2024-08-29T16:23:37.404Z | Downloaded csv-core v0.1.11 |
558 | 2024-08-29T16:23:37.406Z | Downloaded cookie v0.17.0 |
559 | 2024-08-29T16:23:37.406Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-08-29T16:23:37.406Z | Downloaded ipnet v2.9.0 |
561 | 2024-08-29T16:23:37.408Z | Downloaded match_cfg v0.1.0 |
562 | 2024-08-29T16:23:37.409Z | Downloaded hyper-staticfile v0.9.5 |
563 | 2024-08-29T16:23:37.411Z | Downloaded data-encoding v2.6.0 |
564 | 2024-08-29T16:23:37.413Z | Downloaded sqlparser_derive v0.2.2 |
565 | 2024-08-29T16:23:37.413Z | Downloaded multer v3.1.0 |
566 | 2024-08-29T16:23:37.415Z | Downloaded lock_api v0.4.12 |
567 | 2024-08-29T16:23:37.418Z | Downloaded newtype-uuid v1.1.0 |
568 | 2024-08-29T16:23:37.420Z | Downloaded bit-vec v0.6.3 |
569 | 2024-08-29T16:23:37.420Z | Downloaded arrayref v0.3.7 |
570 | 2024-08-29T16:23:37.422Z | Downloaded async-recursion v1.1.1 |
571 | 2024-08-29T16:23:37.425Z | Downloaded opaque-debug v0.3.1 |
572 | 2024-08-29T16:23:37.427Z | Downloaded openssl-probe v0.1.5 |
573 | 2024-08-29T16:23:37.427Z | Downloaded normalize-line-endings v0.3.0 |
574 | 2024-08-29T16:23:37.429Z | Downloaded cassowary v0.3.0 |
575 | 2024-08-29T16:23:37.429Z | Downloaded bitfield-struct v0.6.1 |
576 | 2024-08-29T16:23:37.432Z | Downloaded bb8 v0.8.5 |
577 | 2024-08-29T16:23:37.432Z | Downloaded chacha20 v0.9.1 |
578 | 2024-08-29T16:23:37.434Z | Downloaded num_threads v0.1.7 |
579 | 2024-08-29T16:23:37.437Z | Downloaded cexpr v0.6.0 |
580 | 2024-08-29T16:23:37.437Z | Downloaded const_format_proc_macros v0.2.32 |
581 | 2024-08-29T16:23:37.440Z | Downloaded num-iter v0.1.45 |
582 | 2024-08-29T16:23:37.442Z | Downloaded crc v3.2.1 |
583 | 2024-08-29T16:23:37.445Z | Downloaded constant_time_eq v0.3.0 |
584 | 2024-08-29T16:23:37.445Z | Downloaded sync_wrapper v0.1.2 |
585 | 2024-08-29T16:23:37.448Z | Downloaded strip-ansi-escapes v0.2.0 |
586 | 2024-08-29T16:23:37.448Z | Downloaded tower-service v0.3.2 |
587 | 2024-08-29T16:23:37.450Z | Downloaded parking_lot_core v0.9.10 |
588 | 2024-08-29T16:23:37.450Z | Downloaded thiserror-impl-no-std v2.0.2 |
589 | 2024-08-29T16:23:37.453Z | Downloaded parking_lot v0.11.2 |
590 | 2024-08-29T16:23:37.455Z | Downloaded inout v0.1.3 |
591 | 2024-08-29T16:23:37.455Z | Downloaded multimap v0.10.0 |
592 | 2024-08-29T16:23:37.458Z | Downloaded cobs v0.2.3 |
593 | 2024-08-29T16:23:37.458Z | Downloaded lazy_static v1.5.0 |
594 | 2024-08-29T16:23:37.460Z | Downloaded md-5 v0.10.6 |
595 | 2024-08-29T16:23:37.463Z | Downloaded hubpack v0.1.2 |
596 | 2024-08-29T16:23:37.463Z | Downloaded signature v2.2.0 |
597 | 2024-08-29T16:23:37.465Z | Downloaded ipnetwork v0.20.0 |
598 | 2024-08-29T16:23:37.465Z | Downloaded nu-ansi-term v0.50.0 |
599 | 2024-08-29T16:23:37.468Z | Downloaded lru v0.12.3 |
600 | 2024-08-29T16:23:37.470Z | Downloaded crc32fast v1.4.0 |
601 | 2024-08-29T16:23:37.472Z | Downloaded diesel_table_macro_syntax v0.2.0 |
602 | 2024-08-29T16:23:37.472Z | Downloaded crossbeam-utils v0.8.19 |
603 | 2024-08-29T16:23:37.475Z | Downloaded indexmap v1.9.3 |
604 | 2024-08-29T16:23:37.478Z | Downloaded clang-sys v1.7.0 |
605 | 2024-08-29T16:23:37.481Z | Downloaded bytes v1.7.1 |
606 | 2024-08-29T16:23:37.484Z | Downloaded ciborium v0.2.2 |
607 | 2024-08-29T16:23:37.487Z | Downloaded flagset v0.4.5 |
608 | 2024-08-29T16:23:37.490Z | Downloaded peg-runtime v0.8.3 |
609 | 2024-08-29T16:23:37.490Z | Downloaded managed v0.8.0 |
610 | 2024-08-29T16:23:37.492Z | Downloaded linked-hash-map v0.5.6 |
611 | 2024-08-29T16:23:37.494Z | Downloaded spin v0.5.2 |
612 | 2024-08-29T16:23:37.494Z | Downloaded structmeta v0.2.0 |
613 | 2024-08-29T16:23:37.497Z | Downloaded num_enum v0.5.11 |
614 | 2024-08-29T16:23:37.501Z | Downloaded num v0.4.3 |
615 | 2024-08-29T16:23:37.504Z | Downloaded olpc-cjson v0.1.3 |
616 | 2024-08-29T16:23:37.504Z | Downloaded num-integer v0.1.46 |
617 | 2024-08-29T16:23:37.507Z | Downloaded ascii v1.1.0 |
618 | 2024-08-29T16:23:37.507Z | Downloaded omicron-zone-package v0.11.0 |
619 | 2024-08-29T16:23:37.509Z | Downloaded bzip2 v0.4.4 |
620 | 2024-08-29T16:23:37.512Z | Downloaded packed_struct_codegen v0.10.1 |
621 | 2024-08-29T16:23:37.514Z | Downloaded num-derive v0.4.2 |
622 | 2024-08-29T16:23:37.516Z | Downloaded nodrop v0.1.14 |
623 | 2024-08-29T16:23:37.516Z | Downloaded vte_generate_state_changes v0.1.1 |
624 | 2024-08-29T16:23:37.516Z | Downloaded supports-color v3.0.0 |
625 | 2024-08-29T16:23:37.519Z | Downloaded subtle v2.5.0 |
626 | 2024-08-29T16:23:37.519Z | Downloaded psl-types v2.0.11 |
627 | 2024-08-29T16:23:37.521Z | Downloaded num-traits v0.2.19 |
628 | 2024-08-29T16:23:37.524Z | Downloaded smallvec v0.6.14 |
629 | 2024-08-29T16:23:37.526Z | Downloaded zeroize v1.7.0 |
630 | 2024-08-29T16:23:37.526Z | Downloaded wait-timeout v0.2.0 |
631 | 2024-08-29T16:23:37.528Z | Downloaded blake2 v0.10.6 |
632 | 2024-08-29T16:23:37.530Z | Downloaded arc-swap v1.7.1 |
633 | 2024-08-29T16:23:37.533Z | Downloaded jobserver v0.1.32 |
634 | 2024-08-29T16:23:37.535Z | Downloaded serde_with_macros v3.9.0 |
635 | 2024-08-29T16:23:37.538Z | Downloaded memoffset v0.9.1 |
636 | 2024-08-29T16:23:37.540Z | Downloaded darling_core v0.20.9 |
637 | 2024-08-29T16:23:37.543Z | Downloaded chacha20poly1305 v0.10.1 |
638 | 2024-08-29T16:23:37.546Z | Downloaded base64 v0.21.7 |
639 | 2024-08-29T16:23:37.549Z | Downloaded linear-map v1.2.0 |
640 | 2024-08-29T16:23:37.552Z | Downloaded ahash v0.8.11 |
641 | 2024-08-29T16:23:37.554Z | Downloaded tinyvec_macros v0.1.1 |
642 | 2024-08-29T16:23:37.557Z | Downloaded darling v0.20.9 |
643 | 2024-08-29T16:23:37.560Z | Downloaded ena v0.14.3 |
644 | 2024-08-29T16:23:37.563Z | Downloaded group v0.13.0 |
645 | 2024-08-29T16:23:37.563Z | Downloaded glob v0.3.1 |
646 | 2024-08-29T16:23:37.565Z | Downloaded fallible-iterator v0.2.0 |
647 | 2024-08-29T16:23:37.565Z | Downloaded dropshot_endpoint v0.10.1 |
648 | 2024-08-29T16:23:37.568Z | Downloaded funty v2.0.0 |
649 | 2024-08-29T16:23:37.568Z | Downloaded crc-any v2.5.0 |
650 | 2024-08-29T16:23:37.570Z | Downloaded slog-envlogger v2.2.0 |
651 | 2024-08-29T16:23:37.573Z | Downloaded hash32 v0.3.1 |
652 | 2024-08-29T16:23:37.573Z | Downloaded smallvec v1.13.2 |
653 | 2024-08-29T16:23:37.575Z | Downloaded try-lock v0.2.5 |
654 | 2024-08-29T16:23:37.577Z | Downloaded waitgroup v0.1.2 |
655 | 2024-08-29T16:23:37.577Z | Downloaded float-ord v0.3.2 |
656 | 2024-08-29T16:23:37.580Z | Downloaded owo-colors v4.0.0 |
657 | 2024-08-29T16:23:37.582Z | Downloaded hash32 v0.2.1 |
658 | 2024-08-29T16:23:37.582Z | Downloaded pkg-config v0.3.30 |
659 | 2024-08-29T16:23:37.585Z | Downloaded parse-display v0.10.0 |
660 | 2024-08-29T16:23:37.585Z | Downloaded cancel-safe-futures v0.1.5 |
661 | 2024-08-29T16:23:37.588Z | Downloaded predicates-core v1.0.6 |
662 | 2024-08-29T16:23:37.590Z | Downloaded tokio-native-tls v0.3.1 |
663 | 2024-08-29T16:23:37.592Z | Downloaded parking_lot_core v0.8.6 |
664 | 2024-08-29T16:23:37.595Z | Downloaded tiny-keccak v2.0.2 |
665 | 2024-08-29T16:23:37.597Z | Downloaded mime_guess v2.0.4 |
666 | 2024-08-29T16:23:37.599Z | Downloaded tracing-attributes v0.1.27 |
667 | 2024-08-29T16:23:37.602Z | Downloaded path-slash v0.1.5 |
668 | 2024-08-29T16:23:37.602Z | Downloaded cc v1.0.97 |
669 | 2024-08-29T16:23:37.604Z | Downloaded serde_arrays v0.1.0 |
670 | 2024-08-29T16:23:37.607Z | Downloaded scheduled-thread-pool v0.2.7 |
671 | 2024-08-29T16:23:37.607Z | Downloaded rustfmt-wrapper v0.2.1 |
672 | 2024-08-29T16:23:37.610Z | Downloaded rustc_version v0.4.0 |
673 | 2024-08-29T16:23:37.610Z | Downloaded const_format v0.2.32 |
674 | 2024-08-29T16:23:37.614Z | Downloaded buf-list v1.0.3 |
675 | 2024-08-29T16:23:37.617Z | Downloaded shell-words v1.1.0 |
676 | 2024-08-29T16:23:37.619Z | Downloaded allocator-api2 v0.2.18 |
677 | 2024-08-29T16:23:37.621Z | Downloaded slog-stdlog v4.1.1 |
678 | 2024-08-29T16:23:37.624Z | Downloaded yasna v0.5.2 |
679 | 2024-08-29T16:23:37.626Z | Downloaded vte v0.11.1 |
680 | 2024-08-29T16:23:37.628Z | Downloaded sqlformat v0.2.4 |
681 | 2024-08-29T16:23:37.631Z | Downloaded stable_deref_trait v1.2.0 |
682 | 2024-08-29T16:23:37.631Z | Downloaded tls_codec v0.4.1 |
683 | 2024-08-29T16:23:37.633Z | Downloaded slog-async v2.8.0 |
684 | 2024-08-29T16:23:37.635Z | Downloaded take_mut v0.2.2 |
685 | 2024-08-29T16:23:37.635Z | Downloaded pem v3.0.4 |
686 | 2024-08-29T16:23:37.635Z | Downloaded globset v0.4.14 |
687 | 2024-08-29T16:23:37.638Z | Downloaded mockall_derive v0.13.0 |
688 | 2024-08-29T16:23:37.640Z | Downloaded fragile v2.0.0 |
689 | 2024-08-29T16:23:37.643Z | Downloaded zone_cfg_derive v0.1.2 |
690 | 2024-08-29T16:23:37.643Z | Downloaded uzers v0.11.3 |
691 | 2024-08-29T16:23:37.645Z | Downloaded utf-8 v0.7.6 |
692 | 2024-08-29T16:23:37.645Z | Downloaded unicase v2.7.0 |
693 | 2024-08-29T16:23:37.648Z | Downloaded float-cmp v0.9.0 |
694 | 2024-08-29T16:23:37.650Z | Downloaded parking_lot v0.12.2 |
695 | 2024-08-29T16:23:37.652Z | Downloaded futures-sink v0.3.30 |
696 | 2024-08-29T16:23:37.652Z | Downloaded base64 v0.13.1 |
697 | 2024-08-29T16:23:37.655Z | Downloaded pkcs8 v0.10.2 |
698 | 2024-08-29T16:23:37.658Z | Downloaded peg-macros v0.8.4 |
699 | 2024-08-29T16:23:37.660Z | Downloaded hex v0.4.3 |
700 | 2024-08-29T16:23:37.662Z | Downloaded enum-as-inner v0.6.0 |
701 | 2024-08-29T16:23:37.665Z | Downloaded rtoolbox v0.0.2 |
702 | 2024-08-29T16:23:37.665Z | Downloaded quick-error v1.2.3 |
703 | 2024-08-29T16:23:37.667Z | Downloaded oso v0.27.3 |
704 | 2024-08-29T16:23:37.677Z | Downloaded indicatif v0.17.8 |
705 | 2024-08-29T16:23:37.682Z | Downloaded pbkdf2 v0.12.2 |
706 | 2024-08-29T16:23:37.684Z | Downloaded rand_xorshift v0.3.0 |
707 | 2024-08-29T16:23:37.686Z | Downloaded minimal-lexical v0.2.1 |
708 | 2024-08-29T16:23:37.689Z | Downloaded ppv-lite86 v0.2.17 |
709 | 2024-08-29T16:23:37.691Z | Downloaded ident_case v1.0.1 |
710 | 2024-08-29T16:23:37.694Z | Downloaded proc-macro-crate v1.3.1 |
711 | 2024-08-29T16:23:37.694Z | Downloaded resolv-conf v0.7.0 |
712 | 2024-08-29T16:23:37.696Z | Downloaded slog-term v2.9.1 |
713 | 2024-08-29T16:23:37.699Z | Downloaded zerocopy v0.6.6 |
714 | 2024-08-29T16:23:37.701Z | Downloaded rand_seeder v0.3.0 |
715 | 2024-08-29T16:23:37.701Z | Downloaded serde_plain v1.0.2 |
716 | 2024-08-29T16:23:37.704Z | Downloaded salsa20 v0.10.2 |
717 | 2024-08-29T16:23:37.706Z | Downloaded toml v0.7.8 |
718 | 2024-08-29T16:23:37.709Z | Downloaded serde-big-array v0.5.1 |
719 | 2024-08-29T16:23:37.711Z | Downloaded futures-task v0.3.30 |
720 | 2024-08-29T16:23:37.711Z | Downloaded futures-macro v0.3.30 |
721 | 2024-08-29T16:23:37.711Z | Downloaded rusty-fork v0.3.0 |
722 | 2024-08-29T16:23:37.714Z | Downloaded want v0.3.1 |
723 | 2024-08-29T16:23:37.717Z | Downloaded toolchain_find v0.4.0 |
724 | 2024-08-29T16:23:37.717Z | Downloaded slog-bunyan v2.5.0 |
725 | 2024-08-29T16:23:37.717Z | Downloaded serde_repr v0.1.19 |
726 | 2024-08-29T16:23:37.719Z | Downloaded tap v1.0.1 |
727 | 2024-08-29T16:23:37.723Z | Downloaded tui-tree-widget v0.22.0 |
728 | 2024-08-29T16:23:37.723Z | Downloaded tokio-tungstenite v0.21.0 |
729 | 2024-08-29T16:23:37.725Z | Downloaded either v1.13.0 |
730 | 2024-08-29T16:23:37.728Z | Downloaded difflib v0.4.0 |
731 | 2024-08-29T16:23:37.728Z | Downloaded walkdir v2.5.0 |
732 | 2024-08-29T16:23:37.730Z | Downloaded vsss-rs v3.3.4 |
733 | 2024-08-29T16:23:37.733Z | Downloaded pkcs5 v0.7.1 |
734 | 2024-08-29T16:23:37.735Z | Downloaded base64 v0.22.1 |
735 | 2024-08-29T16:23:37.739Z | Downloaded wyz v0.5.1 |
736 | 2024-08-29T16:23:37.741Z | Downloaded compact_str v0.8.0 |
737 | 2024-08-29T16:23:37.744Z | Downloaded backtrace v0.3.71 |
738 | 2024-08-29T16:23:37.749Z | Downloaded foreign-types-shared v0.1.1 |
739 | 2024-08-29T16:23:37.751Z | Downloaded fallible-streaming-iterator v0.1.9 |
740 | 2024-08-29T16:23:37.751Z | Downloaded pin-project-internal v1.1.5 |
741 | 2024-08-29T16:23:37.753Z | Downloaded signal-hook v0.3.17 |
742 | 2024-08-29T16:23:37.756Z | Downloaded futures-io v0.3.30 |
743 | 2024-08-29T16:23:37.758Z | Downloaded headers-core v0.2.0 |
744 | 2024-08-29T16:23:37.758Z | Downloaded foreign-types-shared v0.3.1 |
745 | 2024-08-29T16:23:37.760Z | Downloaded parse-size v1.0.0 |
746 | 2024-08-29T16:23:37.760Z | Downloaded serde_derive_internals v0.29.1 |
747 | 2024-08-29T16:23:37.763Z | Downloaded libm v0.2.8 |
748 | 2024-08-29T16:23:37.768Z | Downloaded uuid v1.10.0 |
749 | 2024-08-29T16:23:37.772Z | Downloaded rpassword v7.3.1 |
750 | 2024-08-29T16:23:37.774Z | Downloaded test-strategy v0.3.1 |
751 | 2024-08-29T16:23:37.777Z | Downloaded phf v0.11.2 |
752 | 2024-08-29T16:23:37.779Z | Downloaded time-core v0.1.2 |
753 | 2024-08-29T16:23:37.779Z | Downloaded serde-hex v0.1.0 |
754 | 2024-08-29T16:23:37.782Z | Downloaded percent-encoding v2.3.1 |
755 | 2024-08-29T16:23:37.782Z | Downloaded secrecy v0.8.0 |
756 | 2024-08-29T16:23:37.784Z | Downloaded endian-type v0.1.2 |
757 | 2024-08-29T16:23:37.784Z | Downloaded ref-cast-impl v1.0.23 |
758 | 2024-08-29T16:23:37.786Z | Downloaded radium v0.7.0 |
759 | 2024-08-29T16:23:37.786Z | Downloaded strum_macros v0.26.4 |
760 | 2024-08-29T16:23:37.789Z | Downloaded sha1 v0.10.6 |
761 | 2024-08-29T16:23:37.791Z | Downloaded serde_urlencoded v0.7.1 |
762 | 2024-08-29T16:23:37.794Z | Downloaded scopeguard v1.2.0 |
763 | 2024-08-29T16:23:37.794Z | Downloaded topological-sort v0.2.2 |
764 | 2024-08-29T16:23:37.796Z | Downloaded tls_codec_derive v0.4.1 |
765 | 2024-08-29T16:23:37.796Z | Downloaded term v0.7.0 |
766 | 2024-08-29T16:23:37.799Z | Downloaded spin v0.9.8 |
767 | 2024-08-29T16:23:37.801Z | Downloaded tokio-stream v0.1.15 |
768 | 2024-08-29T16:23:37.806Z | Downloaded structmeta-derive v0.2.0 |
769 | 2024-08-29T16:23:37.808Z | Downloaded tracing v0.1.40 |
770 | 2024-08-29T16:23:37.812Z | Downloaded crypto-bigint v0.5.5 |
771 | 2024-08-29T16:23:37.818Z | Downloaded precomputed-hash v0.1.1 |
772 | 2024-08-29T16:23:37.820Z | Downloaded httpdate v1.0.3 |
773 | 2024-08-29T16:23:37.821Z | Downloaded getopts v0.2.21 |
774 | 2024-08-29T16:23:37.823Z | Downloaded schemars v0.8.21 |
775 | 2024-08-29T16:23:37.833Z | Downloaded diesel_derives v2.2.2 |
776 | 2024-08-29T16:23:37.838Z | Downloaded derive_builder_macro v0.20.0 |
777 | 2024-08-29T16:23:37.840Z | Downloaded r2d2 v0.8.10 |
778 | 2024-08-29T16:23:37.840Z | Downloaded paste v1.0.15 |
779 | 2024-08-29T16:23:37.843Z | Downloaded nom v7.1.3 |
780 | 2024-08-29T16:23:37.849Z | Downloaded foreign-types-macros v0.2.3 |
781 | 2024-08-29T16:23:37.851Z | Downloaded display-error-chain v0.2.1 |
782 | 2024-08-29T16:23:37.854Z | Downloaded twox-hash v1.6.3 |
783 | 2024-08-29T16:23:37.854Z | Downloaded rustc-hash v1.1.0 |
784 | 2024-08-29T16:23:37.856Z | Downloaded sec1 v0.7.3 |
785 | 2024-08-29T16:23:37.858Z | Downloaded tabwriter v1.4.0 |
786 | 2024-08-29T16:23:37.858Z | Downloaded slog v2.7.0 |
787 | 2024-08-29T16:23:37.861Z | Downloaded strum v0.26.3 |
788 | 2024-08-29T16:23:37.869Z | Downloaded zeroize_derive v1.4.2 |
789 | 2024-08-29T16:23:37.869Z | Downloaded socket2 v0.5.7 |
790 | 2024-08-29T16:23:37.869Z | Downloaded structmeta v0.3.0 |
791 | 2024-08-29T16:23:37.869Z | Downloaded stringprep v0.1.4 |
792 | 2024-08-29T16:23:37.869Z | Downloaded xattr v1.3.1 |
793 | 2024-08-29T16:23:37.872Z | Downloaded http-body v0.4.6 |
794 | 2024-08-29T16:23:37.872Z | Downloaded termcolor v1.4.1 |
795 | 2024-08-29T16:23:37.874Z | Downloaded fatfs v0.3.6 |
796 | 2024-08-29T16:23:37.876Z | Downloaded static_assertions v1.1.0 |
797 | 2024-08-29T16:23:37.879Z | Downloaded vergen v8.3.2 |
798 | 2024-08-29T16:23:37.881Z | Downloaded fxhash v0.2.1 |
799 | 2024-08-29T16:23:37.881Z | Downloaded fallible-iterator v0.3.0 |
800 | 2024-08-29T16:23:37.884Z | Downloaded rustc-demangle v0.1.24 |
801 | 2024-08-29T16:23:37.887Z | Downloaded publicsuffix v2.2.3 |
802 | 2024-08-29T16:23:37.889Z | Downloaded postgres-types v0.2.7 |
803 | 2024-08-29T16:23:37.889Z | Downloaded postgres-protocol v0.6.7 |
804 | 2024-08-29T16:23:37.892Z | Downloaded same-file v1.0.6 |
805 | 2024-08-29T16:23:37.894Z | Downloaded pin-utils v0.1.0 |
806 | 2024-08-29T16:23:37.894Z | Downloaded fd-lock v4.0.2 |
807 | 2024-08-29T16:23:37.897Z | Downloaded powerfmt v0.2.0 |
808 | 2024-08-29T16:23:37.899Z | Downloaded foreign-types v0.5.0 |
809 | 2024-08-29T16:23:37.899Z | Downloaded smf v0.2.3 |
810 | 2024-08-29T16:23:37.901Z | Downloaded crossterm v0.28.1 |
811 | 2024-08-29T16:23:37.906Z | Downloaded slog-scope v4.4.0 |
812 | 2024-08-29T16:23:37.908Z | Downloaded signal-hook-registry v1.4.2 |
813 | 2024-08-29T16:23:37.911Z | Downloaded prettyplease v0.2.20 |
814 | 2024-08-29T16:23:37.913Z | Downloaded untrusted v0.9.0 |
815 | 2024-08-29T16:23:37.915Z | Downloaded mio v1.0.2 |
816 | 2024-08-29T16:23:37.919Z | Downloaded password-hash v0.5.0 |
817 | 2024-08-29T16:23:37.922Z | Downloaded portpicker v0.1.1 |
818 | 2024-08-29T16:23:37.925Z | Downloaded phf_shared v0.10.0 |
819 | 2024-08-29T16:23:37.925Z | Downloaded futures-core v0.3.30 |
820 | 2024-08-29T16:23:37.925Z | Downloaded expectorate v1.1.0 |
821 | 2024-08-29T16:23:37.927Z | Downloaded socket2 v0.4.10 |
822 | 2024-08-29T16:23:37.930Z | Downloaded sct v0.7.1 |
823 | 2024-08-29T16:23:37.932Z | Downloaded pretty-hex v0.2.1 |
824 | 2024-08-29T16:23:37.935Z | Downloaded hyper-tls v0.5.0 |
825 | 2024-08-29T16:23:37.935Z | Downloaded parse-display-derive v0.10.0 |
826 | 2024-08-29T16:23:37.938Z | Downloaded form_urlencoded v1.2.1 |
827 | 2024-08-29T16:23:37.938Z | Downloaded strum_macros v0.24.3 |
828 | 2024-08-29T16:23:37.940Z | Downloaded structmeta-derive v0.3.0 |
829 | 2024-08-29T16:23:37.940Z | Downloaded slab v0.4.9 |
830 | 2024-08-29T16:23:37.943Z | Downloaded subprocess v0.2.9 |
831 | 2024-08-29T16:23:37.945Z | Downloaded tungstenite v0.21.0 |
832 | 2024-08-29T16:23:37.948Z | Downloaded tinyvec v1.6.0 |
833 | 2024-08-29T16:23:37.950Z | Downloaded num-bigint-dig v0.8.4 |
834 | 2024-08-29T16:23:37.955Z | Downloaded tracing-core v0.1.32 |
835 | 2024-08-29T16:23:37.958Z | Downloaded unarray v0.1.4 |
836 | 2024-08-29T16:23:37.960Z | Downloaded diff v0.1.13 |
837 | 2024-08-29T16:23:37.962Z | Downloaded downcast v0.11.0 |
838 | 2024-08-29T16:23:37.965Z | Downloaded httparse v1.8.0 |
839 | 2024-08-29T16:23:37.967Z | Downloaded libxml v0.3.3 |
840 | 2024-08-29T16:23:37.971Z | Downloaded deranged v0.3.11 |
841 | 2024-08-29T16:23:37.973Z | Downloaded home v0.5.9 |
842 | 2024-08-29T16:23:37.973Z | Downloaded erased-serde v0.3.31 |
843 | 2024-08-29T16:23:37.976Z | Downloaded derive_more v0.99.18 |
844 | 2024-08-29T16:23:37.980Z | Downloaded rand_core v0.6.4 |
845 | 2024-08-29T16:23:37.983Z | Downloaded sigpipe v0.1.3 |
846 | 2024-08-29T16:23:37.985Z | Downloaded snafu-derive v0.8.2 |
847 | 2024-08-29T16:23:37.985Z | Downloaded signal-hook-mio v0.2.4 |
848 | 2024-08-29T16:23:37.988Z | Downloaded predicates-tree v1.0.9 |
849 | 2024-08-29T16:23:37.988Z | Downloaded predicates v3.1.2 |
850 | 2024-08-29T16:23:37.990Z | Downloaded rand_chacha v0.3.1 |
851 | 2024-08-29T16:23:37.993Z | Downloaded hubpack_derive v0.1.1 |
852 | 2024-08-29T16:23:37.993Z | Downloaded itertools v0.13.0 |
853 | 2024-08-29T16:23:37.998Z | Downloaded strum_macros v0.25.3 |
854 | 2024-08-29T16:23:38.001Z | Downloaded embedded-io v0.4.0 |
855 | 2024-08-29T16:23:38.003Z | Downloaded string_cache v0.8.7 |
856 | 2024-08-29T16:23:38.005Z | Downloaded foreign-types v0.3.2 |
857 | 2024-08-29T16:23:38.005Z | Downloaded futures-channel v0.3.30 |
858 | 2024-08-29T16:23:38.008Z | Downloaded der_derive v0.7.2 |
859 | 2024-08-29T16:23:38.008Z | Downloaded untrusted v0.7.1 |
860 | 2024-08-29T16:23:38.010Z | Downloaded universal-hash v0.5.1 |
861 | 2024-08-29T16:23:38.010Z | Downloaded rustc_version v0.1.7 |
862 | 2024-08-29T16:23:38.011Z | Downloaded gethostname v0.5.0 |
863 | 2024-08-29T16:23:38.013Z | Downloaded slog-dtrace v0.3.0 |
864 | 2024-08-29T16:23:38.013Z | Downloaded tungstenite v0.20.1 |
865 | 2024-08-29T16:23:38.016Z | Downloaded thiserror-no-std v2.0.2 |
866 | 2024-08-29T16:23:38.020Z | Downloaded serde_yaml v0.9.34+deprecated |
867 | 2024-08-29T16:23:38.023Z | Downloaded tokio-tungstenite v0.23.1 |
868 | 2024-08-29T16:23:38.026Z | Downloaded env_logger v0.10.2 |
869 | 2024-08-29T16:23:38.029Z | Downloaded termios v0.3.3 |
870 | 2024-08-29T16:23:38.031Z | Downloaded env_logger v0.9.3 |
871 | 2024-08-29T16:23:38.033Z | Downloaded crossterm v0.27.0 |
872 | 2024-08-29T16:23:38.038Z | Downloaded futures-executor v0.3.30 |
873 | 2024-08-29T16:23:38.041Z | Downloaded spki v0.7.3 |
874 | 2024-08-29T16:23:38.043Z | Downloaded tokio-macros v2.4.0 |
875 | 2024-08-29T16:23:38.043Z | Downloaded headers v0.3.9 |
876 | 2024-08-29T16:23:38.048Z | Downloaded ff v0.13.0 |
877 | 2024-08-29T16:23:38.050Z | Downloaded unicode-xid v0.2.4 |
878 | 2024-08-29T16:23:38.053Z | Downloaded heapless v0.7.17 |
879 | 2024-08-29T16:23:38.055Z | Downloaded thread_local v1.1.8 |
880 | 2024-08-29T16:23:38.057Z | Downloaded tokio-rustls v0.24.1 |
881 | 2024-08-29T16:23:38.059Z | Downloaded heapless v0.8.0 |
882 | 2024-08-29T16:23:38.062Z | Downloaded rustls-pemfile v1.0.4 |
883 | 2024-08-29T16:23:38.064Z | Downloaded scrypt v0.11.0 |
884 | 2024-08-29T16:23:38.066Z | Downloaded hashlink v0.9.1 |
885 | 2024-08-29T16:23:38.069Z | Downloaded aho-corasick v1.1.3 |
886 | 2024-08-29T16:23:38.072Z | Downloaded schemars_derive v0.8.21 |
887 | 2024-08-29T16:23:38.075Z | Downloaded humantime v2.1.0 |
888 | 2024-08-29T16:23:38.077Z | Downloaded tokio-rustls v0.25.0 |
889 | 2024-08-29T16:23:38.077Z | Downloaded siphasher v0.3.11 |
890 | 2024-08-29T16:23:38.080Z | Downloaded rustversion v1.0.17 |
891 | 2024-08-29T16:23:38.083Z | Downloaded iana-time-zone v0.1.60 |
892 | 2024-08-29T16:23:38.085Z | Downloaded poly1305 v0.8.0 |
893 | 2024-08-29T16:23:38.088Z | Downloaded hostname v0.3.1 |
894 | 2024-08-29T16:23:38.088Z | Downloaded rsa v0.9.6 |
895 | 2024-08-29T16:23:38.092Z | Downloaded url v2.5.2 |
896 | 2024-08-29T16:23:38.095Z | Downloaded hashbrown v0.12.3 |
897 | 2024-08-29T16:23:38.099Z | Downloaded whoami v1.5.1 |
898 | 2024-08-29T16:23:38.101Z | Downloaded pkcs1 v0.7.5 |
899 | 2024-08-29T16:23:38.103Z | Downloaded phf_shared v0.11.2 |
900 | 2024-08-29T16:23:38.105Z | Downloaded flume v0.11.0 |
901 | 2024-08-29T16:23:38.108Z | Downloaded flate2 v1.0.31 |
902 | 2024-08-29T16:23:38.112Z | Downloaded derive-where v1.2.7 |
903 | 2024-08-29T16:23:38.116Z | Downloaded slog-json v2.6.1 |
904 | 2024-08-29T16:23:38.118Z | Downloaded unicode-truncate v1.0.0 |
905 | 2024-08-29T16:23:38.120Z | Downloaded hostname v0.4.0 |
906 | 2024-08-29T16:23:38.120Z | Downloaded getrandom v0.2.14 |
907 | 2024-08-29T16:23:38.123Z | Downloaded time-macros v0.2.18 |
908 | 2024-08-29T16:23:38.125Z | Downloaded ron v0.8.1 |
909 | 2024-08-29T16:23:38.130Z | Downloaded pem-rfc7468 v0.7.0 |
910 | 2024-08-29T16:23:38.133Z | Downloaded postcard v1.0.8 |
911 | 2024-08-29T16:23:38.135Z | Downloaded itertools v0.12.1 |
912 | 2024-08-29T16:23:38.142Z | Downloaded rcgen v0.12.1 |
913 | 2024-08-29T16:23:38.146Z | Downloaded rustls-pemfile v2.1.3 |
914 | 2024-08-29T16:23:38.149Z | Downloaded derive_builder_core v0.20.0 |
915 | 2024-08-29T16:23:38.151Z | Downloaded derive_builder v0.20.0 |
916 | 2024-08-29T16:23:38.154Z | Downloaded unicode-normalization v0.1.23 |
917 | 2024-08-29T16:23:38.157Z | Downloaded tungstenite v0.23.0 |
918 | 2024-08-29T16:23:38.161Z | Downloaded aes v0.8.4 |
919 | 2024-08-29T16:23:38.164Z | Downloaded pin-project v1.1.5 |
920 | 2024-08-29T16:23:38.174Z | Downloaded samael v0.0.15 |
921 | 2024-08-29T16:23:38.179Z | Downloaded rayon-core v1.12.1 |
922 | 2024-08-29T16:23:38.183Z | Downloaded pin-project-lite v0.2.14 |
923 | 2024-08-29T16:23:38.187Z | Downloaded x509-cert v0.2.5 |
924 | 2024-08-29T16:23:38.193Z | Downloaded itertools v0.10.5 |
925 | 2024-08-29T16:23:38.199Z | Downloaded termtree v0.4.1 |
926 | 2024-08-29T16:23:38.201Z | Downloaded elliptic-curve v0.13.8 |
927 | 2024-08-29T16:23:38.204Z | Downloaded ron v0.7.1 |
928 | 2024-08-29T16:23:38.208Z | Downloaded rand v0.8.5 |
929 | 2024-08-29T16:23:38.212Z | Downloaded snafu v0.8.2 |
930 | 2024-08-29T16:23:38.217Z | Downloaded similar v2.6.0 |
931 | 2024-08-29T16:23:38.222Z | Downloaded hickory-server v0.24.1 |
932 | 2024-08-29T16:23:38.227Z | Downloaded blake3 v1.5.1 |
933 | 2024-08-29T16:23:38.234Z | Downloaded portable-atomic v1.6.0 |
934 | 2024-08-29T16:23:38.240Z | Downloaded zip v0.6.6 |
935 | 2024-08-29T16:23:38.244Z | Downloaded h2 v0.3.26 |
936 | 2024-08-29T16:23:38.250Z | Downloaded toml_edit v0.19.15 |
937 | 2024-08-29T16:23:38.266Z | Downloaded hickory-resolver v0.24.1 |
938 | 2024-08-29T16:23:38.270Z | Downloaded tokio-postgres v0.7.11 |
939 | 2024-08-29T16:23:38.274Z | Downloaded der v0.7.9 |
940 | 2024-08-29T16:23:38.279Z | Downloaded unicode-segmentation v1.11.0 |
941 | 2024-08-29T16:23:38.283Z | Downloaded unicode_categories v0.1.1 |
942 | 2024-08-29T16:23:38.285Z | Downloaded time v0.3.36 |
943 | 2024-08-29T16:23:38.291Z | Downloaded futures-util v0.3.30 |
944 | 2024-08-29T16:23:38.303Z | Downloaded tough v0.17.1 |
945 | 2024-08-29T16:23:38.310Z | Downloaded reedline v0.33.0 |
946 | 2024-08-29T16:23:38.318Z | Downloaded http v1.1.0 |
947 | 2024-08-29T16:23:38.321Z | Downloaded reqwest v0.11.27 |
948 | 2024-08-29T16:23:38.329Z | Downloaded steno v0.4.1 |
949 | 2024-08-29T16:23:38.333Z | Downloaded hashbrown v0.13.2 |
950 | 2024-08-29T16:23:38.337Z | Downloaded serde_with v3.9.0 |
951 | 2024-08-29T16:23:38.345Z | Downloaded chrono v0.4.38 |
952 | 2024-08-29T16:23:38.352Z | Downloaded rusqlite v0.31.0 |
953 | 2024-08-29T16:23:38.358Z | Downloaded http v0.2.12 |
954 | 2024-08-29T16:23:38.361Z | Downloaded idna v0.4.0 |
955 | 2024-08-29T16:23:38.368Z | Downloaded typed-path v0.7.1 |
956 | 2024-08-29T16:23:38.374Z | Downloaded hyper v0.14.30 |
957 | 2024-08-29T16:23:38.381Z | Downloaded tokio-util v0.7.11 |
958 | 2024-08-29T16:23:38.387Z | Downloaded rustls-webpki v0.101.7 |
959 | 2024-08-29T16:23:38.400Z | Downloaded vcpkg v0.2.15 |
960 | 2024-08-29T16:23:38.437Z | Downloaded winnow v0.5.40 |
961 | 2024-08-29T16:23:38.445Z | Downloaded idna v0.3.0 |
962 | 2024-08-29T16:23:38.452Z | Downloaded idna v0.5.0 |
963 | 2024-08-29T16:23:38.459Z | Downloaded rustyline v14.0.0 |
964 | 2024-08-29T16:23:38.464Z | Downloaded object v0.30.4 |
965 | 2024-08-29T16:23:38.473Z | Downloaded quick-xml v0.31.0 |
966 | 2024-08-29T16:23:38.479Z | Downloaded git2 v0.19.0 |
967 | 2024-08-29T16:23:38.487Z | Downloaded curve25519-dalek v4.1.3 |
968 | 2024-08-29T16:23:38.495Z | Downloaded lalrpop v0.19.12 |
969 | 2024-08-29T16:23:38.505Z | Downloaded rustls-webpki v0.102.4 |
970 | 2024-08-29T16:23:38.522Z | Downloaded regex v1.10.6 |
971 | 2024-08-29T16:23:38.535Z | Downloaded rayon v1.10.0 |
972 | 2024-08-29T16:23:38.544Z | Downloaded radix_trie v0.2.1 |
973 | 2024-08-29T16:23:38.549Z | Downloaded regex-syntax v0.6.29 |
974 | 2024-08-29T16:23:38.556Z | Downloaded nix v0.28.0 |
975 | 2024-08-29T16:23:38.568Z | Downloaded smoltcp v0.9.1 |
976 | 2024-08-29T16:23:38.578Z | Downloaded dropshot v0.10.1 |
977 | 2024-08-29T16:23:38.587Z | Downloaded webpki-roots v0.25.4 |
978 | 2024-08-29T16:23:38.591Z | Downloaded regress v0.9.1 |
979 | 2024-08-29T16:23:38.600Z | Downloaded bstr v1.9.1 |
980 | 2024-08-29T16:23:38.611Z | Downloaded nix v0.27.1 |
981 | 2024-08-29T16:23:38.620Z | Downloaded object v0.32.2 |
982 | 2024-08-29T16:23:38.630Z | Downloaded openapiv3 v2.0.0 |
983 | 2024-08-29T16:23:38.642Z | Downloaded openssl v0.10.66 |
984 | 2024-08-29T16:23:38.651Z | Downloaded sled v0.34.7 |
985 | 2024-08-29T16:23:38.661Z | Downloaded regex-syntax v0.8.4 |
986 | 2024-08-29T16:23:38.669Z | Downloaded zerocopy-derive v0.6.6 |
987 | 2024-08-29T16:23:38.678Z | Downloaded bitvec v1.0.1 |
988 | 2024-08-29T16:23:38.692Z | Downloaded gimli v0.28.1 |
989 | 2024-08-29T16:23:38.700Z | Downloaded polar-core v0.27.3 |
990 | 2024-08-29T16:23:38.708Z | Downloaded rustls v0.21.12 |
991 | 2024-08-29T16:23:38.719Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
992 | 2024-08-29T16:23:38.731Z | Downloaded rustls v0.22.4 |
993 | 2024-08-29T16:23:38.743Z | Downloaded hickory-proto v0.24.1 |
994 | 2024-08-29T16:23:38.758Z | Downloaded smoltcp v0.11.0 |
995 | 2024-08-29T16:23:38.770Z | Downloaded diesel v2.2.3 |
996 | 2024-08-29T16:23:38.788Z | Downloaded bindgen v0.69.4 |
997 | 2024-08-29T16:23:38.795Z | Downloaded ratatui v0.28.0 |
998 | 2024-08-29T16:23:38.814Z | Downloaded sqlparser v0.45.0 |
999 | 2024-08-29T16:23:38.819Z | Downloaded tokio v1.39.3 |
1000 | 2024-08-29T16:23:38.856Z | Downloaded csv v1.3.0 |
1001 | 2024-08-29T16:23:38.876Z | Downloaded sha3 v0.10.8 |
1002 | 2024-08-29T16:23:38.880Z | Downloaded hkdf v0.12.4 |
1003 | 2024-08-29T16:23:38.884Z | Downloaded proptest v1.5.0 |
1004 | 2024-08-29T16:23:38.891Z | Downloaded signal-hook-tokio v0.3.1 |
1005 | 2024-08-29T16:23:38.894Z | Downloaded peg v0.8.4 |
1006 | 2024-08-29T16:23:38.897Z | Downloaded hickory-client v0.24.1 |
1007 | 2024-08-29T16:23:38.899Z | Downloaded heck v0.3.3 |
1008 | 2024-08-29T16:23:38.899Z | Downloaded regex-automata v0.4.6 |
1009 | 2024-08-29T16:23:38.915Z | Downloaded mio v0.8.11 |
1010 | 2024-08-29T16:23:38.920Z | Downloaded dirs-sys-next v0.1.2 |
1011 | 2024-08-29T16:23:38.923Z | Downloaded petgraph v0.6.5 |
1012 | 2024-08-29T16:23:38.938Z | Downloaded which v4.4.2 |
1013 | 2024-08-29T16:23:38.941Z | Downloaded encoding_rs v0.8.34 |
1014 | 2024-08-29T16:23:38.961Z | Downloaded crossbeam-channel v0.5.12 |
1015 | 2024-08-29T16:23:38.964Z | Downloaded finl_unicode v1.2.0 |
1016 | 2024-08-29T16:23:38.977Z | Downloaded http-range v0.1.5 |
1017 | 2024-08-29T16:23:38.979Z | Downloaded dirs-next v2.0.0 |
1018 | 2024-08-29T16:23:38.979Z | Downloaded hmac v0.12.1 |
1019 | 2024-08-29T16:23:38.982Z | Downloaded tar v0.4.41 |
1020 | 2024-08-29T16:23:38.984Z | Downloaded rustls-pki-types v1.7.0 |
1021 | 2024-08-29T16:23:38.986Z | Downloaded unicode-bidi v0.3.15 |
1022 | 2024-08-29T16:23:38.989Z | Downloaded hyper-rustls v0.24.2 |
1023 | 2024-08-29T16:23:38.991Z | Downloaded highway v1.2.0 |
1024 | 2024-08-29T16:23:38.993Z | Downloaded filetime v0.2.24 |
1025 | 2024-08-29T16:23:38.993Z | Downloaded dyn-clone v1.0.17 |
1026 | 2024-08-29T16:23:38.995Z | Downloaded defmt-parser v0.3.4 |
1027 | 2024-08-29T16:23:38.995Z | Downloaded zone v0.1.8 |
1028 | 2024-08-29T16:23:38.995Z | Downloaded half v2.4.1 |
1029 | 2024-08-29T16:23:38.998Z | Downloaded futures v0.3.30 |
1030 | 2024-08-29T16:23:39.002Z | Downloaded ref-cast v1.0.23 |
1031 | 2024-08-29T16:23:39.004Z | Downloaded unsafe-libyaml v0.2.11 |
1032 | 2024-08-29T16:23:39.007Z | Downloaded miniz_oxide v0.7.2 |
1033 | 2024-08-29T16:23:39.010Z | Downloaded num-rational v0.4.2 |
1034 | 2024-08-29T16:23:39.013Z | Downloaded fixedbitset v0.4.2 |
1035 | 2024-08-29T16:23:39.013Z | Downloaded dsl_auto_type v0.1.2 |
1036 | 2024-08-29T16:23:39.015Z | Downloaded libloading v0.8.3 |
1037 | 2024-08-29T16:23:39.015Z | Downloaded libefi-sys v0.1.0 |
1038 | 2024-08-29T16:23:39.018Z | Downloaded openssl-sys v0.9.103 |
1039 | 2024-08-29T16:23:39.029Z | Downloaded tokio-tungstenite v0.20.1 |
1040 | 2024-08-29T16:23:39.029Z | Downloaded crossbeam-epoch v0.9.18 |
1041 | 2024-08-29T16:23:39.036Z | Downloaded cookie v0.18.1 |
1042 | 2024-08-29T16:23:39.036Z | Downloaded const-oid v0.9.6 |
1043 | 2024-08-29T16:23:39.036Z | Downloaded num-complex v0.4.6 |
1044 | 2024-08-29T16:23:39.036Z | Downloaded cbc v0.1.2 |
1045 | 2024-08-29T16:23:39.036Z | Downloaded argon2 v0.5.3 |
1046 | 2024-08-29T16:23:39.036Z | Downloaded shlex v1.3.0 |
1047 | 2024-08-29T16:23:39.037Z | Downloaded serde_path_to_error v0.1.16 |
1048 | 2024-08-29T16:23:39.037Z | Downloaded semver v0.1.20 |
1049 | 2024-08-29T16:23:39.037Z | Downloaded defmt v0.3.8 |
1050 | 2024-08-29T16:23:39.044Z | Downloaded cipher v0.4.4 |
1051 | 2024-08-29T16:23:39.044Z | Downloaded crc-catalog v2.4.0 |
1052 | 2024-08-29T16:23:39.044Z | Downloaded console v0.15.8 |
1053 | 2024-08-29T16:23:39.045Z | Downloaded instant v0.1.12 |
1054 | 2024-08-29T16:23:39.053Z | Downloaded adler v1.0.2 |
1055 | 2024-08-29T16:23:39.053Z | Downloaded base64ct v1.6.0 |
1056 | 2024-08-29T16:23:39.151Z | Downloaded ring v0.17.8 |
1057 | 2024-08-29T16:23:39.331Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1058 | 2024-08-29T16:23:39.888Z | Downloaded libz-sys v1.1.16 |
1059 | 2024-08-29T16:23:40.118Z | Downloaded libsqlite3-sys v0.28.0 |
1060 | 2024-08-29T16:23:40.196Z | Downloaded ring v0.16.20 |
1061 | 2024-08-29T16:23:40.413Z | Compiling serde v1.0.208 |
1062 | 2024-08-29T16:23:40.421Z | Compiling typenum v1.17.0 |
1063 | 2024-08-29T16:23:40.421Z | Compiling lock_api v0.4.12 |
1064 | 2024-08-29T16:23:40.421Z | Compiling generic-array v0.14.7 |
1065 | 2024-08-29T16:23:40.422Z | Compiling scopeguard v1.2.0 |
1066 | 2024-08-29T16:23:40.422Z | Compiling log v0.4.21 |
1067 | 2024-08-29T16:23:40.532Z | Compiling syn v2.0.74 |
1068 | 2024-08-29T16:23:40.545Z | Compiling getrandom v0.2.14 |
1069 | 2024-08-29T16:23:40.715Z | Compiling jobserver v0.1.32 |
1070 | 2024-08-29T16:23:40.865Z | Compiling rand_core v0.6.4 |
1071 | 2024-08-29T16:23:41.049Z | Compiling subtle v2.5.0 |
1072 | 2024-08-29T16:23:41.084Z | Compiling cc v1.0.97 |
1073 | 2024-08-29T16:23:41.102Z | Compiling const-oid v0.9.6 |
1074 | 2024-08-29T16:23:41.377Z | Compiling smallvec v1.13.2 |
1075 | 2024-08-29T16:23:41.394Z | Compiling pin-project-lite v0.2.14 |
1076 | 2024-08-29T16:23:41.518Z | Compiling parking_lot_core v0.9.10 |
1077 | 2024-08-29T16:23:41.624Z | Compiling signal-hook-registry v1.4.2 |
1078 | 2024-08-29T16:23:41.785Z | Compiling mio v1.0.2 |
1079 | 2024-08-29T16:23:42.203Z | Compiling spin v0.9.8 |
1080 | 2024-08-29T16:23:42.481Z | Compiling parking_lot v0.12.2 |
1081 | 2024-08-29T16:23:42.595Z | Compiling ahash v0.8.11 |
1082 | 2024-08-29T16:23:42.703Z | Compiling tinyvec_macros v0.1.1 |
1083 | 2024-08-29T16:23:42.792Z | Compiling tinyvec v1.6.0 |
1084 | 2024-08-29T16:23:42.999Z | Compiling socket2 v0.5.7 |
1085 | 2024-08-29T16:23:43.021Z | Compiling libm v0.2.8 |
1086 | 2024-08-29T16:23:43.051Z | Compiling futures-sink v0.3.30 |
1087 | 2024-08-29T16:23:43.195Z | Compiling serde_json v1.0.125 |
1088 | 2024-08-29T16:23:43.222Z | Compiling futures-core v0.3.30 |
1089 | 2024-08-29T16:23:43.364Z | Compiling cpufeatures v0.2.12 |
1090 | 2024-08-29T16:23:43.422Z | Compiling num-traits v0.2.19 |
1091 | 2024-08-29T16:23:43.448Z | Compiling slab v0.4.9 |
1092 | 2024-08-29T16:23:43.464Z | Compiling allocator-api2 v0.2.18 |
1093 | 2024-08-29T16:23:43.549Z | Compiling unicode-bidi v0.3.15 |
1094 | 2024-08-29T16:23:43.918Z | Compiling futures-channel v0.3.30 |
1095 | 2024-08-29T16:23:44.200Z | Compiling unicode-normalization v0.1.23 |
1096 | 2024-08-29T16:23:44.227Z | Compiling futures-task v0.3.30 |
1097 | 2024-08-29T16:23:44.262Z | Compiling futures-io v0.3.30 |
1098 | 2024-08-29T16:23:44.324Z | Compiling vcpkg v0.2.15 |
1099 | 2024-08-29T16:23:44.490Z | Compiling pin-utils v0.1.0 |
1100 | 2024-08-29T16:23:44.585Z | Compiling pkg-config v0.3.30 |
1101 | 2024-08-29T16:23:44.599Z | Compiling base64ct v1.6.0 |
1102 | 2024-08-29T16:23:45.141Z | Compiling ring v0.17.8 |
1103 | 2024-08-29T16:23:45.202Z | Compiling pem-rfc7468 v0.7.0 |
1104 | 2024-08-29T16:23:45.314Z | Compiling percent-encoding v2.3.1 |
1105 | 2024-08-29T16:23:45.333Z | Compiling flagset v0.4.5 |
1106 | 2024-08-29T16:23:45.533Z | Compiling ppv-lite86 v0.2.17 |
1107 | 2024-08-29T16:23:45.680Z | Compiling tracing-core v0.1.32 |
1108 | 2024-08-29T16:23:45.956Z | Compiling rustix v0.38.34 |
1109 | 2024-08-29T16:23:46.162Z | Compiling untrusted v0.9.0 |
1110 | 2024-08-29T16:23:46.308Z | Compiling rand_chacha v0.3.1 |
1111 | 2024-08-29T16:23:46.328Z | Compiling num-conv v0.1.0 |
1112 | 2024-08-29T16:23:46.465Z | Compiling openssl-sys v0.9.103 |
1113 | 2024-08-29T16:23:46.616Z | Compiling rustversion v1.0.17 |
1114 | 2024-08-29T16:23:46.813Z | Compiling rand v0.8.5 |
1115 | 2024-08-29T16:23:47.052Z | Compiling powerfmt v0.2.0 |
1116 | 2024-08-29T16:23:47.086Z | Compiling httparse v1.8.0 |
1117 | 2024-08-29T16:23:47.303Z | Compiling foreign-types-shared v0.1.1 |
1118 | 2024-08-29T16:23:47.407Z | Compiling openssl v0.10.66 |
1119 | 2024-08-29T16:23:47.425Z | Compiling time-core v0.1.2 |
1120 | 2024-08-29T16:23:47.473Z | Compiling foreign-types v0.3.2 |
1121 | 2024-08-29T16:23:47.578Z | Compiling time-macros v0.2.18 |
1122 | 2024-08-29T16:23:47.621Z | Compiling deranged v0.3.11 |
1123 | 2024-08-29T16:23:47.775Z | Compiling form_urlencoded v1.2.1 |
1124 | 2024-08-29T16:23:48.076Z | Compiling aho-corasick v1.1.3 |
1125 | 2024-08-29T16:23:48.393Z | Compiling num_threads v0.1.7 |
1126 | 2024-08-29T16:23:48.508Z | Compiling try-lock v0.2.5 |
1127 | 2024-08-29T16:23:48.526Z | Compiling siphasher v0.3.11 |
1128 | 2024-08-29T16:23:48.642Z | Compiling rustls v0.21.12 |
1129 | 2024-08-29T16:23:48.863Z | Compiling crossbeam-utils v0.8.19 |
1130 | 2024-08-29T16:23:48.914Z | Compiling syn v1.0.109 |
1131 | 2024-08-29T16:23:49.095Z | Compiling native-tls v0.2.11 |
1132 | 2024-08-29T16:23:49.410Z | Compiling regex-syntax v0.8.4 |
1133 | 2024-08-29T16:23:49.464Z | Compiling want v0.3.1 |
1134 | 2024-08-29T16:23:50.355Z | Compiling idna v0.5.0 |
1135 | 2024-08-29T16:23:50.472Z | Compiling time v0.3.36 |
1136 | 2024-08-29T16:23:50.808Z | Compiling cookie v0.17.0 |
1137 | 2024-08-29T16:23:51.066Z | Compiling openssl-probe v0.1.5 |
1138 | 2024-08-29T16:23:51.394Z | Compiling iana-time-zone v0.1.60 |
1139 | 2024-08-29T16:23:51.581Z | Compiling tower-service v0.3.2 |
1140 | 2024-08-29T16:23:51.699Z | Compiling adler v1.0.2 |
1141 | 2024-08-29T16:23:51.734Z | Compiling finl_unicode v1.2.0 |
1142 | 2024-08-29T16:23:51.914Z | Compiling httpdate v1.0.3 |
1143 | 2024-08-29T16:23:52.294Z | Compiling regex-automata v0.4.6 |
1144 | 2024-08-29T16:23:52.318Z | Compiling slog v2.7.0 |
1145 | 2024-08-29T16:23:52.598Z | Compiling stringprep v0.1.4 |
1146 | 2024-08-29T16:23:52.881Z | Compiling miniz_oxide v0.7.2 |
1147 | 2024-08-29T16:23:53.310Z | Compiling serde_derive v1.0.208 |
1148 | 2024-08-29T16:23:53.681Z | Compiling zeroize_derive v1.4.2 |
1149 | 2024-08-29T16:23:53.724Z | Compiling zerocopy-derive v0.7.34 |
1150 | 2024-08-29T16:23:54.384Z | Compiling tokio-macros v2.4.0 |
1151 | 2024-08-29T16:23:54.938Z | Compiling thiserror-impl v1.0.63 |
1152 | 2024-08-29T16:23:55.098Z | Compiling futures-macro v0.3.30 |
1153 | 2024-08-29T16:23:55.215Z | Compiling zeroize v1.7.0 |
1154 | 2024-08-29T16:23:55.845Z | Compiling zerocopy v0.7.34 |
1155 | 2024-08-29T16:23:55.908Z | Compiling der_derive v0.7.2 |
1156 | 2024-08-29T16:23:56.898Z | Compiling crypto-common v0.1.6 |
1157 | 2024-08-29T16:23:57.028Z | Compiling block-buffer v0.10.4 |
1158 | 2024-08-29T16:23:57.098Z | Compiling block-padding v0.3.3 |
1159 | 2024-08-29T16:23:57.252Z | Compiling digest v0.10.7 |
1160 | 2024-08-29T16:23:57.337Z | Compiling inout v0.1.3 |
1161 | 2024-08-29T16:23:57.599Z | Compiling cipher v0.4.4 |
1162 | 2024-08-29T16:23:57.691Z | Compiling hmac v0.12.1 |
1163 | 2024-08-29T16:23:57.828Z | Compiling hashbrown v0.14.5 |
1164 | 2024-08-29T16:23:57.892Z | Compiling sha2 v0.10.8 |
1165 | 2024-08-29T16:23:58.041Z | Compiling thiserror v1.0.63 |
1166 | 2024-08-29T16:23:58.059Z | Compiling futures-util v0.3.30 |
1167 | 2024-08-29T16:23:58.169Z | Compiling pest v2.7.10 |
1168 | 2024-08-29T16:23:58.308Z | Compiling der v0.7.9 |
1169 | 2024-08-29T16:23:59.067Z | Compiling salsa20 v0.10.2 |
1170 | 2024-08-29T16:23:59.305Z | Compiling pbkdf2 v0.12.2 |
1171 | 2024-08-29T16:23:59.461Z | Compiling tracing-attributes v0.1.27 |
1172 | 2024-08-29T16:24:00.982Z | Compiling pest_meta v2.7.10 |
1173 | 2024-08-29T16:24:01.443Z | Compiling scroll_derive v0.12.0 |
1174 | 2024-08-29T16:24:01.461Z | Compiling spki v0.7.3 |
1175 | 2024-08-29T16:24:01.792Z | Compiling scrypt v0.11.0 |
1176 | 2024-08-29T16:24:02.323Z | Compiling pest_generator v2.7.10 |
1177 | 2024-08-29T16:24:02.828Z | Compiling scroll v0.12.0 |
1178 | 2024-08-29T16:24:03.157Z | Compiling tracing v0.1.40 |
1179 | 2024-08-29T16:24:03.333Z | Compiling aes v0.8.4 |
1180 | 2024-08-29T16:24:03.651Z | Compiling cbc v0.1.2 |
1181 | 2024-08-29T16:24:03.678Z | Compiling goblin v0.8.2 |
1182 | 2024-08-29T16:24:03.864Z | Compiling openssl-macros v0.1.1 |
1183 | 2024-08-29T16:24:04.150Z | Compiling md-5 v0.10.6 |
1184 | 2024-08-29T16:24:04.280Z | Compiling pkcs5 v0.7.1 |
1185 | 2024-08-29T16:24:04.475Z | Compiling url v2.5.2 |
1186 | 2024-08-29T16:24:05.550Z | Compiling pkcs8 v0.10.2 |
1187 | 2024-08-29T16:24:05.782Z | Compiling pest_derive v2.7.10 |
1188 | 2024-08-29T16:24:06.042Z | Compiling sct v0.7.1 |
1189 | 2024-08-29T16:24:06.246Z | Compiling rustls-webpki v0.101.7 |
1190 | 2024-08-29T16:24:06.361Z | Compiling num-integer v0.1.46 |
1191 | 2024-08-29T16:24:06.561Z | Compiling bytes v1.7.1 |
1192 | 2024-08-29T16:24:06.931Z | Compiling bitflags v2.6.0 |
1193 | 2024-08-29T16:24:07.364Z | Compiling indexmap v2.4.0 |
1194 | 2024-08-29T16:24:07.586Z | Compiling tokio v1.39.3 |
1195 | 2024-08-29T16:24:07.629Z | Compiling http v0.2.12 |
1196 | 2024-08-29T16:24:07.838Z | Compiling semver v1.0.23 |
1197 | 2024-08-29T16:24:08.551Z | Compiling rustc_version v0.4.0 |
1198 | 2024-08-29T16:24:09.291Z | Compiling heapless v0.7.17 |
1199 | 2024-08-29T16:24:09.761Z | Compiling dof v0.3.0 |
1200 | 2024-08-29T16:24:10.046Z | Compiling http-body v0.4.6 |
1201 | 2024-08-29T16:24:10.250Z | Compiling dtrace-parser v0.2.0 |
1202 | 2024-08-29T16:24:10.526Z | Compiling uuid v1.10.0 |
1203 | 2024-08-29T16:24:11.151Z | Compiling usdt-impl v0.5.0 |
1204 | 2024-08-29T16:24:15.468Z | Compiling serde_tokenstream v0.2.2 |
1205 | 2024-08-29T16:24:15.500Z | Compiling chrono v0.4.38 |
1206 | 2024-08-29T16:24:15.501Z | Compiling serde_spanned v0.6.7 |
1207 | 2024-08-29T16:24:15.501Z | Compiling toml_datetime v0.6.8 |
1208 | 2024-08-29T16:24:15.501Z | Compiling backtrace v0.3.71 |
1209 | 2024-08-29T16:24:15.501Z | Compiling idna v0.3.0 |
1210 | 2024-08-29T16:24:15.501Z | Compiling lazy_static v1.5.0 |
1211 | 2024-08-29T16:24:15.501Z | Compiling hash32 v0.2.1 |
1212 | 2024-08-29T16:24:15.501Z | Compiling gimli v0.28.1 |
1213 | 2024-08-29T16:24:15.501Z | Compiling psl-types v2.0.11 |
1214 | 2024-08-29T16:24:15.501Z | Compiling crc32fast v1.4.0 |
1215 | 2024-08-29T16:24:15.501Z | Compiling fallible-iterator v0.2.0 |
1216 | 2024-08-29T16:24:15.501Z | Compiling stable_deref_trait v1.2.0 |
1217 | 2024-08-29T16:24:15.501Z | Compiling num-bigint-dig v0.8.4 |
1218 | 2024-08-29T16:24:15.530Z | Compiling smoltcp v0.9.1 |
1219 | 2024-08-29T16:24:15.706Z | Compiling tokio-util v0.7.11 |
1220 | 2024-08-29T16:24:16.173Z | Compiling signal-hook v0.3.17 |
1221 | 2024-08-29T16:24:16.217Z | Compiling cfg_aliases v0.1.1 |
1222 | 2024-08-29T16:24:16.317Z | Compiling base64 v0.22.1 |
1223 | 2024-08-29T16:24:16.473Z | Compiling nix v0.28.0 |
1224 | 2024-08-29T16:24:17.059Z | Compiling h2 v0.3.26 |
1225 | 2024-08-29T16:24:17.095Z | Compiling postgres-protocol v0.6.7 |
1226 | 2024-08-29T16:24:17.333Z | Compiling tokio-native-tls v0.3.1 |
1227 | 2024-08-29T16:24:17.388Z | Compiling tokio-rustls v0.24.1 |
1228 | 2024-08-29T16:24:17.825Z | Compiling publicsuffix v2.2.3 |
1229 | 2024-08-29T16:24:18.066Z | Compiling addr2line v0.21.0 |
1230 | 2024-08-29T16:24:18.423Z | Compiling terminal_size v0.3.0 |
1231 | 2024-08-29T16:24:18.607Z | Compiling hubpack_derive v0.1.1 |
1232 | 2024-08-29T16:24:18.626Z | Compiling num-iter v0.1.45 |
1233 | 2024-08-29T16:24:18.698Z | Compiling zerocopy-derive v0.6.6 |
1234 | 2024-08-29T16:24:18.762Z | Compiling async-trait v0.1.81 |
1235 | 2024-08-29T16:24:19.505Z | Compiling phf_shared v0.11.2 |
1236 | 2024-08-29T16:24:19.600Z | Compiling serde_derive_internals v0.29.1 |
1237 | 2024-08-29T16:24:19.785Z | Compiling ff v0.13.0 |
1238 | 2024-08-29T16:24:19.872Z | Compiling object v0.32.2 |
1239 | 2024-08-29T16:24:20.012Z | Compiling fs-err v2.11.0 |
1240 | 2024-08-29T16:24:20.340Z | Compiling base16ct v0.2.0 |
1241 | 2024-08-29T16:24:20.676Z | Compiling either v1.13.0 |
1242 | 2024-08-29T16:24:20.715Z | Compiling ipnet v2.9.0 |
1243 | 2024-08-29T16:24:20.869Z | Compiling anyhow v1.0.86 |
1244 | 2024-08-29T16:24:21.079Z | Compiling managed v0.8.0 |
1245 | 2024-08-29T16:24:21.483Z | Compiling winnow v0.5.40 |
1246 | 2024-08-29T16:24:21.534Z | Compiling bitflags v1.3.2 |
1247 | 2024-08-29T16:24:21.603Z | Compiling rustc-demangle v0.1.24 |
1248 | 2024-08-29T16:24:21.642Z | Compiling schemars v0.8.21 |
1249 | 2024-08-29T16:24:21.886Z | Compiling base64 v0.21.7 |
1250 | 2024-08-29T16:24:22.357Z | Compiling schemars_derive v0.8.21 |
1251 | 2024-08-29T16:24:22.557Z | Compiling rustls-pemfile v1.0.4 |
1252 | 2024-08-29T16:24:22.625Z | Compiling clap_builder v4.5.15 |
1253 | 2024-08-29T16:24:22.807Z | Compiling zerocopy v0.6.6 |
1254 | 2024-08-29T16:24:22.954Z | Compiling sec1 v0.7.3 |
1255 | 2024-08-29T16:24:23.674Z | Compiling group v0.13.0 |
1256 | 2024-08-29T16:24:23.694Z | Compiling phf v0.11.2 |
1257 | 2024-08-29T16:24:23.985Z | Compiling hyper v0.14.30 |
1258 | 2024-08-29T16:24:24.003Z | Compiling hubpack v0.1.2 |
1259 | 2024-08-29T16:24:24.080Z | Compiling cookie_store v0.20.0 |
1260 | 2024-08-29T16:24:25.224Z | Compiling toml_edit v0.19.15 |
1261 | 2024-08-29T16:24:25.717Z | Compiling postgres-types v0.2.7 |
1262 | 2024-08-29T16:24:27.115Z | Compiling usdt-macro v0.5.0 |
1263 | 2024-08-29T16:24:27.188Z | Compiling usdt-attr-macro v0.5.0 |
1264 | 2024-08-29T16:24:27.561Z | Compiling serde_urlencoded v0.7.1 |
1265 | 2024-08-29T16:24:27.931Z | Compiling pkcs1 v0.7.5 |
1266 | 2024-08-29T16:24:28.591Z | Compiling futures-executor v0.3.30 |
1267 | 2024-08-29T16:24:28.821Z | Compiling hkdf v0.12.4 |
1268 | 2024-08-29T16:24:28.983Z | Compiling signature v2.2.0 |
1269 | 2024-08-29T16:24:29.075Z | Compiling bstr v1.9.1 |
1270 | 2024-08-29T16:24:29.136Z | Compiling regex v1.10.6 |
1271 | 2024-08-29T16:24:29.273Z | Compiling crypto-bigint v0.5.5 |
1272 | 2024-08-29T16:24:30.212Z | Compiling strum_macros v0.25.3 |
1273 | 2024-08-29T16:24:30.388Z | Compiling enum-as-inner v0.6.0 |
1274 | 2024-08-29T16:24:30.970Z | Compiling hyper-rustls v0.24.2 |
1275 | 2024-08-29T16:24:31.324Z | Compiling hyper-tls v0.5.0 |
1276 | 2024-08-29T16:24:31.467Z | Compiling serde_repr v0.1.19 |
1277 | 2024-08-29T16:24:31.669Z | Compiling clap_derive v4.5.13 |
1278 | 2024-08-29T16:24:31.805Z | Compiling phf_shared v0.10.0 |
1279 | 2024-08-29T16:24:32.209Z | Compiling float-cmp v0.9.0 |
1280 | 2024-08-29T16:24:32.424Z | Compiling idna v0.4.0 |
1281 | 2024-08-29T16:24:32.647Z | Compiling mio v0.8.11 |
1282 | 2024-08-29T16:24:33.045Z | Compiling encoding_rs v0.8.34 |
1283 | 2024-08-29T16:24:33.907Z | Compiling minimal-lexical v0.2.1 |
1284 | 2024-08-29T16:24:33.926Z | Compiling whoami v1.5.1 |
1285 | 2024-08-29T16:24:33.989Z | Compiling data-encoding v2.6.0 |
1286 | 2024-08-29T16:24:34.261Z | Compiling dyn-clone v1.0.17 |
1287 | 2024-08-29T16:24:34.404Z | Compiling difflib v0.4.0 |
1288 | 2024-08-29T16:24:34.480Z | Compiling precomputed-hash v0.1.1 |
1289 | 2024-08-29T16:24:34.582Z | Compiling predicates-core v1.0.6 |
1290 | 2024-08-29T16:24:34.600Z | Compiling new_debug_unreachable v1.0.6 |
1291 | 2024-08-29T16:24:34.694Z | Compiling static_assertions v1.1.0 |
1292 | 2024-08-29T16:24:34.797Z | Compiling bit-vec v0.6.3 |
1293 | 2024-08-29T16:24:34.927Z | Compiling sync_wrapper v0.1.2 |
1294 | 2024-08-29T16:24:35.072Z | Compiling normalize-line-endings v0.3.0 |
1295 | 2024-08-29T16:24:35.211Z | Compiling webpki-roots v0.25.4 |
1296 | 2024-08-29T16:24:35.272Z | Compiling fixedbitset v0.4.2 |
1297 | 2024-08-29T16:24:35.376Z | Compiling mime v0.3.17 |
1298 | 2024-08-29T16:24:35.495Z | Compiling unicode-segmentation v1.11.0 |
1299 | 2024-08-29T16:24:35.729Z | Compiling reqwest v0.11.27 |
1300 | 2024-08-29T16:24:35.979Z | Compiling petgraph v0.6.5 |
1301 | 2024-08-29T16:24:35.996Z | Compiling predicates v3.1.2 |
1302 | 2024-08-29T16:24:36.332Z | Compiling similar v2.6.0 |
1303 | 2024-08-29T16:24:36.390Z | Compiling bit-set v0.5.3 |
1304 | 2024-08-29T16:24:36.625Z | Compiling clap v4.5.16 |
1305 | 2024-08-29T16:24:36.662Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1306 | 2024-08-29T16:24:36.749Z | Compiling hickory-proto v0.24.1 |
1307 | 2024-08-29T16:24:37.537Z | Compiling string_cache v0.8.7 |
1308 | 2024-08-29T16:24:37.991Z | Compiling nom v7.1.3 |
1309 | 2024-08-29T16:24:38.704Z | Compiling console v0.15.8 |
1310 | 2024-08-29T16:24:38.923Z | Compiling toml_edit v0.22.20 |
1311 | 2024-08-29T16:24:39.887Z | Compiling tokio-postgres v0.7.11 |
1312 | 2024-08-29T16:24:40.196Z | Compiling signal-hook-mio v0.2.4 |
1313 | 2024-08-29T16:24:40.369Z | Compiling usdt v0.5.0 |
1314 | 2024-08-29T16:24:40.874Z | Compiling elliptic-curve v0.13.8 |
1315 | 2024-08-29T16:24:41.486Z | Compiling rsa v0.9.6 |
1316 | 2024-08-29T16:24:41.675Z | Compiling futures v0.3.30 |
1317 | 2024-08-29T16:24:41.725Z | Compiling toml v0.7.8 |
1318 | 2024-08-29T16:24:42.836Z | Compiling flate2 v1.0.31 |
1319 | 2024-08-29T16:24:43.817Z | Compiling itertools v0.12.1 |
1320 | 2024-08-29T16:24:44.276Z | Compiling itertools v0.10.5 |
1321 | 2024-08-29T16:24:45.500Z | Compiling tokio-stream v0.1.15 |
1322 | 2024-08-29T16:24:46.527Z | Compiling openapiv3 v2.0.0 |
1323 | 2024-08-29T16:24:46.724Z | Compiling crossbeam-epoch v0.9.18 |
1324 | 2024-08-29T16:24:46.857Z | Compiling hex v0.4.3 |
1325 | 2024-08-29T16:24:46.943Z | Compiling sha1 v0.10.6 |
1326 | 2024-08-29T16:24:47.116Z | Compiling dirs-sys-next v0.1.2 |
1327 | 2024-08-29T16:24:47.267Z | Compiling unicode-xid v0.2.4 |
1328 | 2024-08-29T16:24:47.341Z | Compiling peg-runtime v0.8.3 |
1329 | 2024-08-29T16:24:47.424Z | Compiling lalrpop-util v0.19.12 |
1330 | 2024-08-29T16:24:47.467Z | Compiling dirs-next v2.0.0 |
1331 | 2024-08-29T16:24:47.470Z | Compiling thread_local v1.1.8 |
1332 | 2024-08-29T16:24:47.669Z | Compiling slog-async v2.8.0 |
1333 | 2024-08-29T16:24:47.756Z | Compiling term v0.7.0 |
1334 | 2024-08-29T16:24:47.774Z | Compiling xattr v1.3.1 |
1335 | 2024-08-29T16:24:47.961Z | Compiling crossbeam-channel v0.5.12 |
1336 | 2024-08-29T16:24:48.024Z | Compiling strum_macros v0.26.4 |
1337 | 2024-08-29T16:24:48.044Z | Compiling filetime v0.2.24 |
1338 | 2024-08-29T16:24:48.250Z | Compiling is-terminal v0.4.12 |
1339 | 2024-08-29T16:24:48.349Z | Compiling take_mut v0.2.2 |
1340 | 2024-08-29T16:24:48.374Z | Compiling slog-term v2.9.1 |
1341 | 2024-08-29T16:24:48.496Z | Compiling tar v0.4.41 |
1342 | 2024-08-29T16:24:49.250Z | Compiling camino v1.1.9 |
1343 | 2024-08-29T16:24:50.589Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1344 | 2024-08-29T16:24:51.146Z | Compiling strum v0.26.3 |
1345 | 2024-08-29T16:24:51.218Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1346 | 2024-08-29T16:24:56.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1347 | 2024-08-29T16:24:56.467Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1348 | 2024-08-29T16:24:56.510Z | Aug 29 16:24:54.651 INFO Starting download, target: Clickhouse |
1349 | 2024-08-29T16:24:56.510Z | Aug 29 16:24:54.651 INFO Starting download, target: Console |
1350 | 2024-08-29T16:24:56.510Z | Aug 29 16:24:54.651 INFO Starting download, target: Cockroach |
1351 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.651 INFO Starting download, target: DendriteOpenapi |
1352 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.651 INFO Starting download, target: DendriteStub |
1353 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.651 INFO Starting download, target: MaghemiteMgd |
1354 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.651 INFO Starting download, target: TransceiverControl |
1355 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1356 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1357 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1358 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1359 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1360 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1361 | 2024-08-29T16:24:56.513Z | Aug 29 16:24:54.652 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1362 | 2024-08-29T16:24:56.677Z | Aug 29 16:24:54.797 INFO Download complete, target: DendriteOpenapi |
1363 | 2024-08-29T16:24:56.791Z | Aug 29 16:24:54.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1364 | 2024-08-29T16:24:57.149Z | Aug 29 16:24:55.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1365 | 2024-08-29T16:24:57.287Z | Aug 29 16:24:55.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1366 | 2024-08-29T16:24:57.482Z | Aug 29 16:24:55.623 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1367 | 2024-08-29T16:24:57.537Z | Aug 29 16:24:55.679 INFO Download complete, target: Console |
1368 | 2024-08-29T16:24:57.599Z | Aug 29 16:24:55.740 INFO Download complete, target: TransceiverControl |
1369 | 2024-08-29T16:24:57.655Z | Aug 29 16:24:55.796 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1370 | 2024-08-29T16:24:57.655Z | Aug 29 16:24:55.796 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1371 | 2024-08-29T16:24:58.496Z | Aug 29 16:24:56.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1372 | 2024-08-29T16:25:00.427Z | Aug 29 16:24:58.567 INFO Download complete, target: DendriteStub |
1373 | 2024-08-29T16:25:00.660Z | Aug 29 16:24:58.800 INFO Download complete, target: MaghemiteMgd |
1374 | 2024-08-29T16:25:05.966Z | Aug 29 16:25:04.106 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1375 | 2024-08-29T16:25:06.290Z | Aug 29 16:25:04.429 INFO Checking that binary works, target: Cockroach |
1376 | 2024-08-29T16:25:06.442Z | Aug 29 16:25:04.581 INFO Download complete, target: Cockroach |
1377 | 2024-08-29T16:25:12.554Z | Aug 29 16:25:10.692 INFO Checking that binary works, target: Clickhouse |
1378 | 2024-08-29T16:25:13.481Z | Aug 29 16:25:11.619 INFO Download complete, target: Clickhouse |
1379 | 2024-08-29T16:25:13.902Z | All builder prerequisites installed successfully, and PATH looks valid |
1380 | 2024-08-29T16:25:13.905Z | |
1381 | 2024-08-29T16:25:13.905Z | real 3:55.648669228 |
1382 | 2024-08-29T16:25:13.905Z | user 11:05.510930383 |
1383 | 2024-08-29T16:25:13.905Z | sys 2:21.576668731 |
1384 | 2024-08-29T16:25:13.905Z | trap 0.388140417 |
1385 | 2024-08-29T16:25:13.906Z | tflt 10.028552527 |
1386 | 2024-08-29T16:25:13.906Z | dflt 6.927540029 |
1387 | 2024-08-29T16:25:13.906Z | kflt 0.132224169 |
1388 | 2024-08-29T16:25:13.906Z | lock 22:21.473725532 |
1389 | 2024-08-29T16:25:13.906Z | slp 45:15.490340781 |
1390 | 2024-08-29T16:25:13.906Z | lat 36.072482028 |
1391 | 2024-08-29T16:25:13.906Z | stop 1:40.257246909 |
1392 | 2024-08-29T16:25:13.906Z | + banner hack-check |
1393 | 2024-08-29T16:25:13.906Z | |
1394 | 2024-08-29T16:25:13.906Z | # # ## #### # # #### # # ###### #### # # |
1395 | 2024-08-29T16:25:13.906Z | # # # # # # # # # # # # # # # # # |
1396 | 2024-08-29T16:25:13.906Z | ###### # # # #### ##### # ###### ##### # #### |
1397 | 2024-08-29T16:25:13.906Z | # # ###### # # # # # # # # # # |
1398 | 2024-08-29T16:25:13.906Z | # # # # # # # # # # # # # # # # # |
1399 | 2024-08-29T16:25:13.906Z | # # # # #### # # #### # # ###### #### # # |
1400 | 2024-08-29T16:25:13.906Z | |
1401 | 2024-08-29T16:25:13.907Z | + export CARGO_INCREMENTAL=0 |
1402 | 2024-08-29T16:25:13.907Z | + CARGO_INCREMENTAL=0 |
1403 | 2024-08-29T16:25:13.910Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1404 | 2024-08-29T16:25:14.472Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1405 | 2024-08-29T16:25:18.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
1406 | 2024-08-29T16:25:18.240Z | Running `target/debug/xtask check-features --ci` |
1407 | 2024-08-29T16:25:18.259Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1408 | 2024-08-29T16:25:18.259Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1409 | 2024-08-29T16:25:18.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1410 | 2024-08-29T16:25:18.745Z | Running `target/debug/xtask download cargo-hack` |
1411 | 2024-08-29T16:25:19.535Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1412 | 2024-08-29T16:25:19.878Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1413 | 2024-08-29T16:25:23.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s |
1414 | 2024-08-29T16:25:24.122Z | Running `target/debug/xtask-downloader cargo-hack` |
1415 | 2024-08-29T16:25:24.156Z | Aug 29 16:25:22.292 INFO Starting download, target: CargoHack |
1416 | 2024-08-29T16:25:24.158Z | Aug 29 16:25:22.293 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1417 | 2024-08-29T16:25:24.777Z | Aug 29 16:25:22.913 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1418 | 2024-08-29T16:25:24.878Z | Aug 29 16:25:23.014 INFO Download complete, target: CargoHack |
1419 | 2024-08-29T16:25:24.881Z | 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" |
1420 | 2024-08-29T16:25:24.896Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1421 | 2024-08-29T16:25:25.047Z | info: running `cargo check --bins` on api_identity (1/158) |
1422 | 2024-08-29T16:25:25.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1423 | 2024-08-29T16:25:25.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1424 | 2024-08-29T16:25:25.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1425 | 2024-08-29T16:25:25.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1426 | 2024-08-29T16:25:25.620Z | |
1427 | 2024-08-29T16:25:25.620Z | info: running `cargo check --bins` on bootstore (2/158) |
1428 | 2024-08-29T16:25:26.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1429 | 2024-08-29T16:25:26.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1430 | 2024-08-29T16:25:26.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1431 | 2024-08-29T16:25:26.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1432 | 2024-08-29T16:25:26.238Z | |
1433 | 2024-08-29T16:25:26.238Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/158) |
1434 | 2024-08-29T16:25:26.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1435 | 2024-08-29T16:25:26.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1436 | 2024-08-29T16:25:26.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1437 | 2024-08-29T16:25:26.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1438 | 2024-08-29T16:25:26.827Z | |
1439 | 2024-08-29T16:25:26.827Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158) |
1440 | 2024-08-29T16:25:27.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1441 | 2024-08-29T16:25:27.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1442 | 2024-08-29T16:25:27.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1443 | 2024-08-29T16:25:27.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1444 | 2024-08-29T16:25:27.433Z | |
1445 | 2024-08-29T16:25:27.433Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158) |
1446 | 2024-08-29T16:25:27.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1447 | 2024-08-29T16:25:27.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1448 | 2024-08-29T16:25:27.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1449 | 2024-08-29T16:25:27.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1450 | 2024-08-29T16:25:27.880Z | |
1451 | 2024-08-29T16:25:27.880Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158) |
1452 | 2024-08-29T16:25:28.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-08-29T16:25:28.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-08-29T16:25:28.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-08-29T16:25:28.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1456 | 2024-08-29T16:25:28.332Z | |
1457 | 2024-08-29T16:25:28.332Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158) |
1458 | 2024-08-29T16:25:28.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-08-29T16:25:28.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-08-29T16:25:28.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-08-29T16:25:28.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1462 | 2024-08-29T16:25:28.776Z | |
1463 | 2024-08-29T16:25:28.776Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158) |
1464 | 2024-08-29T16:25:29.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-08-29T16:25:29.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-08-29T16:25:29.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-08-29T16:25:29.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1468 | 2024-08-29T16:25:29.236Z | |
1469 | 2024-08-29T16:25:29.236Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158) |
1470 | 2024-08-29T16:25:29.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-08-29T16:25:29.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-08-29T16:25:29.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-08-29T16:25:29.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1474 | 2024-08-29T16:25:29.689Z | |
1475 | 2024-08-29T16:25:29.689Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158) |
1476 | 2024-08-29T16:25:30.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-08-29T16:25:30.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-08-29T16:25:30.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-08-29T16:25:30.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1480 | 2024-08-29T16:25:30.141Z | |
1481 | 2024-08-29T16:25:30.141Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158) |
1482 | 2024-08-29T16:25:30.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-08-29T16:25:30.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-08-29T16:25:30.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-08-29T16:25:30.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1486 | 2024-08-29T16:25:30.596Z | |
1487 | 2024-08-29T16:25:30.596Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158) |
1488 | 2024-08-29T16:25:31.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-08-29T16:25:31.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-08-29T16:25:31.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-08-29T16:25:31.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1492 | 2024-08-29T16:25:31.053Z | |
1493 | 2024-08-29T16:25:31.054Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158) |
1494 | 2024-08-29T16:25:31.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-08-29T16:25:31.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-08-29T16:25:31.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-08-29T16:25:31.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1498 | 2024-08-29T16:25:31.508Z | |
1499 | 2024-08-29T16:25:31.508Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158) |
1500 | 2024-08-29T16:25:31.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-08-29T16:25:31.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-08-29T16:25:31.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-08-29T16:25:31.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1504 | 2024-08-29T16:25:31.954Z | |
1505 | 2024-08-29T16:25:31.954Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158) |
1506 | 2024-08-29T16:25:32.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-08-29T16:25:32.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-08-29T16:25:32.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-08-29T16:25:32.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1510 | 2024-08-29T16:25:32.409Z | |
1511 | 2024-08-29T16:25:32.409Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158) |
1512 | 2024-08-29T16:25:32.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-08-29T16:25:32.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-08-29T16:25:32.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-08-29T16:25:32.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1516 | 2024-08-29T16:25:32.856Z | |
1517 | 2024-08-29T16:25:32.856Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158) |
1518 | 2024-08-29T16:25:33.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-08-29T16:25:33.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-08-29T16:25:33.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-08-29T16:25:33.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1522 | 2024-08-29T16:25:33.305Z | |
1523 | 2024-08-29T16:25:33.305Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158) |
1524 | 2024-08-29T16:25:33.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-08-29T16:25:33.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-08-29T16:25:33.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-08-29T16:25:33.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1528 | 2024-08-29T16:25:33.763Z | |
1529 | 2024-08-29T16:25:33.763Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158) |
1530 | 2024-08-29T16:25:34.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-08-29T16:25:34.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-08-29T16:25:34.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-08-29T16:25:34.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1534 | 2024-08-29T16:25:34.219Z | |
1535 | 2024-08-29T16:25:34.219Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158) |
1536 | 2024-08-29T16:25:34.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-08-29T16:25:34.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-08-29T16:25:34.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-08-29T16:25:34.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1540 | 2024-08-29T16:25:34.670Z | |
1541 | 2024-08-29T16:25:34.670Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158) |
1542 | 2024-08-29T16:25:35.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-08-29T16:25:35.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-08-29T16:25:35.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-08-29T16:25:35.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1546 | 2024-08-29T16:25:35.134Z | |
1547 | 2024-08-29T16:25:35.134Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158) |
1548 | 2024-08-29T16:25:35.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-08-29T16:25:35.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-08-29T16:25:35.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-08-29T16:25:35.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1552 | 2024-08-29T16:25:35.607Z | |
1553 | 2024-08-29T16:25:35.607Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158) |
1554 | 2024-08-29T16:25:36.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-08-29T16:25:36.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-08-29T16:25:36.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-08-29T16:25:36.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1558 | 2024-08-29T16:25:36.080Z | |
1559 | 2024-08-29T16:25:36.080Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158) |
1560 | 2024-08-29T16:25:36.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-08-29T16:25:36.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-08-29T16:25:36.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1563 | 2024-08-29T16:25:36.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1564 | 2024-08-29T16:25:36.549Z | |
1565 | 2024-08-29T16:25:36.549Z | info: running `cargo check --bins` on sled-hardware-types (25/158) |
1566 | 2024-08-29T16:25:37.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1567 | 2024-08-29T16:25:37.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1568 | 2024-08-29T16:25:37.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1569 | 2024-08-29T16:25:37.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1570 | 2024-08-29T16:25:37.162Z | |
1571 | 2024-08-29T16:25:37.162Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/158) |
1572 | 2024-08-29T16:25:37.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1573 | 2024-08-29T16:25:37.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1574 | 2024-08-29T16:25:37.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1575 | 2024-08-29T16:25:37.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1576 | 2024-08-29T16:25:37.771Z | |
1577 | 2024-08-29T16:25:37.771Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158) |
1578 | 2024-08-29T16:25:38.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1579 | 2024-08-29T16:25:38.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1580 | 2024-08-29T16:25:38.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1581 | 2024-08-29T16:25:38.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1582 | 2024-08-29T16:25:38.384Z | |
1583 | 2024-08-29T16:25:38.384Z | info: running `cargo check --bins` on oxlog (28/158) |
1584 | 2024-08-29T16:25:38.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1585 | 2024-08-29T16:25:38.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1586 | 2024-08-29T16:25:38.965Z | Checking cfg-if v1.0.0 |
1587 | 2024-08-29T16:25:38.968Z | Checking libc v0.2.158 |
1588 | 2024-08-29T16:25:39.051Z | Checking memchr v2.7.2 |
1589 | 2024-08-29T16:25:39.063Z | Checking serde v1.0.208 |
1590 | 2024-08-29T16:25:39.066Z | Checking zeroize v1.7.0 |
1591 | 2024-08-29T16:25:39.082Z | Checking typenum v1.17.0 |
1592 | 2024-08-29T16:25:39.085Z | Checking scopeguard v1.2.0 |
1593 | 2024-08-29T16:25:39.085Z | Checking byteorder v1.5.0 |
1594 | 2024-08-29T16:25:39.117Z | Checking log v0.4.21 |
1595 | 2024-08-29T16:25:39.227Z | Checking lock_api v0.4.12 |
1596 | 2024-08-29T16:25:39.324Z | Checking subtle v2.5.0 |
1597 | 2024-08-29T16:25:39.380Z | Checking once_cell v1.19.0 |
1598 | 2024-08-29T16:25:39.462Z | Checking const-oid v0.9.6 |
1599 | 2024-08-29T16:25:39.570Z | Checking itoa v1.0.11 |
1600 | 2024-08-29T16:25:39.615Z | Checking pin-project-lite v0.2.14 |
1601 | 2024-08-29T16:25:39.660Z | Checking smallvec v1.13.2 |
1602 | 2024-08-29T16:25:39.728Z | Checking zerocopy v0.7.34 |
1603 | 2024-08-29T16:25:39.750Z | Checking spin v0.9.8 |
1604 | 2024-08-29T16:25:39.882Z | Checking tinyvec_macros v0.1.1 |
1605 | 2024-08-29T16:25:39.958Z | Checking tinyvec v1.6.0 |
1606 | 2024-08-29T16:25:40.038Z | Checking cpufeatures v0.2.12 |
1607 | 2024-08-29T16:25:40.075Z | Checking futures-core v0.3.30 |
1608 | 2024-08-29T16:25:40.125Z | Checking futures-sink v0.3.30 |
1609 | 2024-08-29T16:25:40.165Z | Checking getrandom v0.2.14 |
1610 | 2024-08-29T16:25:40.238Z | Checking parking_lot_core v0.9.10 |
1611 | 2024-08-29T16:25:40.260Z | Checking signal-hook-registry v1.4.2 |
1612 | 2024-08-29T16:25:40.351Z | Checking generic-array v0.14.7 |
1613 | 2024-08-29T16:25:40.411Z | Checking rand_core v0.6.4 |
1614 | 2024-08-29T16:25:40.473Z | Checking mio v1.0.2 |
1615 | 2024-08-29T16:25:40.553Z | Checking parking_lot v0.12.2 |
1616 | 2024-08-29T16:25:40.695Z | Checking socket2 v0.5.7 |
1617 | 2024-08-29T16:25:40.888Z | Checking allocator-api2 v0.2.18 |
1618 | 2024-08-29T16:25:41.046Z | Checking unicode-bidi v0.3.15 |
1619 | 2024-08-29T16:25:41.092Z | Checking ahash v0.8.11 |
1620 | 2024-08-29T16:25:41.163Z | Checking libm v0.2.8 |
1621 | 2024-08-29T16:25:41.176Z | Checking equivalent v1.0.1 |
1622 | 2024-08-29T16:25:41.265Z | Checking unicode-normalization v0.1.23 |
1623 | 2024-08-29T16:25:41.280Z | Checking ryu v1.0.18 |
1624 | 2024-08-29T16:25:41.503Z | Checking futures-channel v0.3.30 |
1625 | 2024-08-29T16:25:41.506Z | Checking slab v0.4.9 |
1626 | 2024-08-29T16:25:41.527Z | Checking crypto-common v0.1.6 |
1627 | 2024-08-29T16:25:41.610Z | Checking block-buffer v0.10.4 |
1628 | 2024-08-29T16:25:41.623Z | Checking block-padding v0.3.3 |
1629 | 2024-08-29T16:25:41.689Z | Checking hashbrown v0.14.5 |
1630 | 2024-08-29T16:25:41.746Z | Checking pin-utils v0.1.0 |
1631 | 2024-08-29T16:25:41.799Z | Checking inout v0.1.3 |
1632 | 2024-08-29T16:25:41.817Z | Checking digest v0.10.7 |
1633 | 2024-08-29T16:25:41.831Z | Checking futures-io v0.3.30 |
1634 | 2024-08-29T16:25:41.834Z | Checking futures-task v0.3.30 |
1635 | 2024-08-29T16:25:42.002Z | Checking base64ct v1.6.0 |
1636 | 2024-08-29T16:25:42.017Z | Checking cipher v0.4.4 |
1637 | 2024-08-29T16:25:42.029Z | Checking num-traits v0.2.19 |
1638 | 2024-08-29T16:25:42.051Z | Checking futures-util v0.3.30 |
1639 | 2024-08-29T16:25:42.135Z | Checking ppv-lite86 v0.2.17 |
1640 | 2024-08-29T16:25:42.154Z | Checking hmac v0.12.1 |
1641 | 2024-08-29T16:25:42.339Z | Checking sha2 v0.10.8 |
1642 | 2024-08-29T16:25:42.389Z | Checking percent-encoding v2.3.1 |
1643 | 2024-08-29T16:25:42.415Z | Checking pem-rfc7468 v0.7.0 |
1644 | 2024-08-29T16:25:42.578Z | Checking flagset v0.4.5 |
1645 | 2024-08-29T16:25:42.655Z | Checking salsa20 v0.10.2 |
1646 | 2024-08-29T16:25:42.756Z | Checking der v0.7.9 |
1647 | 2024-08-29T16:25:42.799Z | Checking rand_chacha v0.3.1 |
1648 | 2024-08-29T16:25:42.813Z | Checking pbkdf2 v0.12.2 |
1649 | 2024-08-29T16:25:42.848Z | Checking tracing-core v0.1.32 |
1650 | 2024-08-29T16:25:42.877Z | Checking untrusted v0.9.0 |
1651 | 2024-08-29T16:25:42.955Z | Checking fnv v1.0.7 |
1652 | 2024-08-29T16:25:43.019Z | Checking ring v0.17.8 |
1653 | 2024-08-29T16:25:43.066Z | Checking scrypt v0.11.0 |
1654 | 2024-08-29T16:25:43.161Z | Checking rand v0.8.5 |
1655 | 2024-08-29T16:25:43.276Z | Checking aes v0.8.4 |
1656 | 2024-08-29T16:25:43.450Z | Checking tracing v0.1.40 |
1657 | 2024-08-29T16:25:43.662Z | Checking cbc v0.1.2 |
1658 | 2024-08-29T16:25:43.791Z | Checking thiserror v1.0.63 |
1659 | 2024-08-29T16:25:43.841Z | Checking foreign-types-shared v0.1.1 |
1660 | 2024-08-29T16:25:43.907Z | Checking form_urlencoded v1.2.1 |
1661 | 2024-08-29T16:25:43.935Z | Checking foreign-types v0.3.2 |
1662 | 2024-08-29T16:25:43.968Z | Checking bytes v1.7.1 |
1663 | 2024-08-29T16:25:44.013Z | Checking bitflags v2.6.0 |
1664 | 2024-08-29T16:25:44.098Z | Checking indexmap v2.4.0 |
1665 | 2024-08-29T16:25:44.153Z | Checking serde_json v1.0.125 |
1666 | 2024-08-29T16:25:44.293Z | Checking openssl-sys v0.9.103 |
1667 | 2024-08-29T16:25:44.417Z | Checking aho-corasick v1.1.3 |
1668 | 2024-08-29T16:25:44.544Z | Checking spki v0.7.3 |
1669 | 2024-08-29T16:25:44.765Z | Checking tokio v1.39.3 |
1670 | 2024-08-29T16:25:44.803Z | Checking http v0.2.12 |
1671 | 2024-08-29T16:25:44.893Z | Checking pkcs5 v0.7.1 |
1672 | 2024-08-29T16:25:45.378Z | Checking unicode-ident v1.0.12 |
1673 | 2024-08-29T16:25:45.398Z | Checking try-lock v0.2.5 |
1674 | 2024-08-29T16:25:45.512Z | Checking powerfmt v0.2.0 |
1675 | 2024-08-29T16:25:45.534Z | Checking siphasher v0.3.11 |
1676 | 2024-08-29T16:25:45.561Z | Checking regex-syntax v0.8.4 |
1677 | 2024-08-29T16:25:45.759Z | Checking deranged v0.3.11 |
1678 | 2024-08-29T16:25:45.816Z | Checking openssl v0.10.66 |
1679 | 2024-08-29T16:25:45.830Z | Checking proc-macro2 v1.0.86 |
1680 | 2024-08-29T16:25:45.995Z | Checking want v0.3.1 |
1681 | 2024-08-29T16:25:46.090Z | Checking http-body v0.4.6 |
1682 | 2024-08-29T16:25:46.161Z | Checking pkcs8 v0.10.2 |
1683 | 2024-08-29T16:25:46.448Z | Checking sct v0.7.1 |
1684 | 2024-08-29T16:25:46.462Z | Checking rustls-webpki v0.101.7 |
1685 | 2024-08-29T16:25:46.480Z | Checking uuid v1.10.0 |
1686 | 2024-08-29T16:25:46.622Z | Checking idna v0.5.0 |
1687 | 2024-08-29T16:25:47.033Z | Checking httparse v1.8.0 |
1688 | 2024-08-29T16:25:47.045Z | Checking errno v0.3.9 |
1689 | 2024-08-29T16:25:47.166Z | Checking scroll v0.12.0 |
1690 | 2024-08-29T16:25:47.196Z | Checking plain v0.2.3 |
1691 | 2024-08-29T16:25:47.332Z | Checking httpdate v1.0.3 |
1692 | 2024-08-29T16:25:47.416Z | Checking num-conv v0.1.0 |
1693 | 2024-08-29T16:25:47.429Z | Checking openssl-probe v0.1.5 |
1694 | 2024-08-29T16:25:47.478Z | Checking num_threads v0.1.7 |
1695 | 2024-08-29T16:25:47.545Z | Checking ucd-trie v0.1.6 |
1696 | 2024-08-29T16:25:47.558Z | Checking adler v1.0.2 |
1697 | 2024-08-29T16:25:47.577Z | Checking iana-time-zone v0.1.60 |
1698 | 2024-08-29T16:25:47.610Z | Checking anstyle v1.0.8 |
1699 | 2024-08-29T16:25:47.649Z | Checking tower-service v0.3.2 |
1700 | 2024-08-29T16:25:47.692Z | Checking utf8parse v0.2.1 |
1701 | 2024-08-29T16:25:47.708Z | Checking finl_unicode v1.2.0 |
1702 | 2024-08-29T16:25:47.725Z | Checking time-core v0.1.2 |
1703 | 2024-08-29T16:25:47.754Z | Checking pest v2.7.10 |
1704 | 2024-08-29T16:25:47.831Z | Checking anstyle-parse v0.2.4 |
1705 | 2024-08-29T16:25:47.868Z | Checking time v0.3.36 |
1706 | 2024-08-29T16:25:47.933Z | Checking chrono v0.4.38 |
1707 | 2024-08-29T16:25:48.089Z | Checking miniz_oxide v0.7.2 |
1708 | 2024-08-29T16:25:48.249Z | Checking stringprep v0.1.4 |
1709 | 2024-08-29T16:25:48.497Z | Checking goblin v0.8.2 |
1710 | 2024-08-29T16:25:48.599Z | Checking regex-automata v0.4.6 |
1711 | 2024-08-29T16:25:48.822Z | Checking url v2.5.2 |
1712 | 2024-08-29T16:25:49.640Z | Checking rustix v0.38.34 |
1713 | 2024-08-29T16:25:50.006Z | Checking rustls v0.21.12 |
1714 | 2024-08-29T16:25:50.234Z | Checking quote v1.0.36 |
1715 | 2024-08-29T16:25:50.273Z | Checking serde_spanned v0.6.7 |
1716 | 2024-08-29T16:25:50.455Z | Checking toml_datetime v0.6.8 |
1717 | 2024-08-29T16:25:50.573Z | Checking num-integer v0.1.46 |
1718 | 2024-08-29T16:25:50.735Z | Checking md-5 v0.10.6 |
1719 | 2024-08-29T16:25:50.947Z | Checking idna v0.3.0 |
1720 | 2024-08-29T16:25:51.036Z | Checking lazy_static v1.5.0 |
1721 | 2024-08-29T16:25:51.126Z | Checking native-tls v0.2.11 |
1722 | 2024-08-29T16:25:51.146Z | Checking hash32 v0.2.1 |
1723 | 2024-08-29T16:25:51.427Z | Checking fallible-iterator v0.2.0 |
1724 | 2024-08-29T16:25:51.441Z | Checking base64 v0.22.1 |
1725 | 2024-08-29T16:25:51.558Z | Checking tokio-util v0.7.11 |
1726 | 2024-08-29T16:25:51.628Z | Checking anstyle-query v1.0.3 |
1727 | 2024-08-29T16:25:51.754Z | Checking colorchoice v1.0.1 |
1728 | 2024-08-29T16:25:51.768Z | Checking stable_deref_trait v1.2.0 |
1729 | 2024-08-29T16:25:51.859Z | Checking pretty-hex v0.4.1 |
1730 | 2024-08-29T16:25:51.878Z | Checking psl-types v2.0.11 |
1731 | 2024-08-29T16:25:51.909Z | Checking gimli v0.28.1 |
1732 | 2024-08-29T16:25:51.984Z | Checking is_terminal_polyfill v1.70.0 |
1733 | 2024-08-29T16:25:52.019Z | Checking postgres-protocol v0.6.7 |
1734 | 2024-08-29T16:25:52.050Z | Checking publicsuffix v2.2.3 |
1735 | 2024-08-29T16:25:52.087Z | Checking anstream v0.6.14 |
1736 | 2024-08-29T16:25:52.267Z | Checking heapless v0.7.17 |
1737 | 2024-08-29T16:25:52.398Z | Checking h2 v0.3.26 |
1738 | 2024-08-29T16:25:52.446Z | Checking terminal_size v0.3.0 |
1739 | 2024-08-29T16:25:52.606Z | Checking tokio-native-tls v0.3.1 |
1740 | 2024-08-29T16:25:52.641Z | Checking num-iter v0.1.45 |
1741 | 2024-08-29T16:25:52.808Z | Checking syn v2.0.74 |
1742 | 2024-08-29T16:25:52.832Z | Checking cookie v0.17.0 |
1743 | 2024-08-29T16:25:53.163Z | Checking dtrace-parser v0.2.0 |
1744 | 2024-08-29T16:25:53.218Z | Checking phf_shared v0.11.2 |
1745 | 2024-08-29T16:25:53.220Z | Checking ff v0.13.0 |
1746 | 2024-08-29T16:25:53.245Z | Checking tokio-rustls v0.24.1 |
1747 | 2024-08-29T16:25:53.369Z | Checking dof v0.3.0 |
1748 | 2024-08-29T16:25:53.427Z | Checking thread-id v4.2.1 |
1749 | 2024-08-29T16:25:53.475Z | Checking object v0.32.2 |
1750 | 2024-08-29T16:25:53.527Z | Checking bitflags v1.3.2 |
1751 | 2024-08-29T16:25:53.579Z | Checking base64 v0.21.7 |
1752 | 2024-08-29T16:25:53.602Z | Checking managed v0.8.0 |
1753 | 2024-08-29T16:25:53.616Z | Checking either v1.13.0 |
1754 | 2024-08-29T16:25:53.944Z | Checking ipnet v2.9.0 |
1755 | 2024-08-29T16:25:53.960Z | Checking strsim v0.11.1 |
1756 | 2024-08-29T16:25:53.973Z | Checking rustc-demangle v0.1.24 |
1757 | 2024-08-29T16:25:54.031Z | Checking base16ct v0.2.0 |
1758 | 2024-08-29T16:25:54.222Z | Checking winnow v0.5.40 |
1759 | 2024-08-29T16:25:54.243Z | Checking clap_lex v0.7.0 |
1760 | 2024-08-29T16:25:54.396Z | Checking sec1 v0.7.3 |
1761 | 2024-08-29T16:25:54.410Z | Checking rustls-pemfile v1.0.4 |
1762 | 2024-08-29T16:25:54.470Z | Checking clap_builder v4.5.15 |
1763 | 2024-08-29T16:25:54.592Z | Checking smoltcp v0.9.1 |
1764 | 2024-08-29T16:25:54.741Z | Checking phf v0.11.2 |
1765 | 2024-08-29T16:25:54.998Z | Checking group v0.13.0 |
1766 | 2024-08-29T16:25:55.254Z | Checking cookie_store v0.20.0 |
1767 | 2024-08-29T16:25:55.631Z | Checking addr2line v0.21.0 |
1768 | 2024-08-29T16:25:55.879Z | Checking bstr v1.9.1 |
1769 | 2024-08-29T16:25:56.056Z | Checking regex v1.10.6 |
1770 | 2024-08-29T16:25:56.128Z | Checking num-bigint-dig v0.8.4 |
1771 | 2024-08-29T16:25:56.643Z | Checking postgres-types v0.2.7 |
1772 | 2024-08-29T16:25:56.773Z | Checking futures-executor v0.3.30 |
1773 | 2024-08-29T16:25:56.989Z | Checking pkcs1 v0.7.5 |
1774 | 2024-08-29T16:25:57.193Z | Checking toml_edit v0.19.15 |
1775 | 2024-08-29T16:25:57.341Z | Checking phf_shared v0.10.0 |
1776 | 2024-08-29T16:25:57.363Z | Checking serde_urlencoded v0.7.1 |
1777 | 2024-08-29T16:25:57.458Z | Checking hubpack v0.1.2 |
1778 | 2024-08-29T16:25:57.591Z | Checking zerocopy v0.6.6 |
1779 | 2024-08-29T16:25:57.759Z | Checking float-cmp v0.9.0 |
1780 | 2024-08-29T16:25:57.761Z | Checking crc32fast v1.4.0 |
1781 | 2024-08-29T16:25:57.934Z | Checking crossbeam-utils v0.8.19 |
1782 | 2024-08-29T16:25:57.978Z | Checking signal-hook v0.3.17 |
1783 | 2024-08-29T16:25:58.233Z | Checking hkdf v0.12.4 |
1784 | 2024-08-29T16:25:58.277Z | Checking signature v2.2.0 |
1785 | 2024-08-29T16:25:58.291Z | Checking idna v0.4.0 |
1786 | 2024-08-29T16:25:58.367Z | Checking hyper v0.14.30 |
1787 | 2024-08-29T16:25:58.422Z | Checking crypto-bigint v0.5.5 |
1788 | 2024-08-29T16:25:58.447Z | Checking memmap v0.7.0 |
1789 | 2024-08-29T16:25:58.553Z | Checking mio v0.8.11 |
1790 | 2024-08-29T16:25:58.629Z | Checking encoding_rs v0.8.34 |
1791 | 2024-08-29T16:25:58.871Z | Checking usdt-impl v0.5.0 |
1792 | 2024-08-29T16:25:59.078Z | Checking mime v0.3.17 |
1793 | 2024-08-29T16:25:59.158Z | Checking precomputed-hash v0.1.1 |
1794 | 2024-08-29T16:25:59.265Z | Checking difflib v0.4.0 |
1795 | 2024-08-29T16:25:59.386Z | Checking bit-vec v0.6.3 |
1796 | 2024-08-29T16:25:59.407Z | Checking webpki-roots v0.25.4 |
1797 | 2024-08-29T16:25:59.438Z | Checking backtrace v0.3.71 |
1798 | 2024-08-29T16:25:59.548Z | Checking new_debug_unreachable v1.0.6 |
1799 | 2024-08-29T16:25:59.562Z | Checking unicode-segmentation v1.11.0 |
1800 | 2024-08-29T16:25:59.592Z | Checking minimal-lexical v0.2.1 |
1801 | 2024-08-29T16:25:59.623Z | Checking unicode-width v0.1.13 |
1802 | 2024-08-29T16:25:59.685Z | Checking normalize-line-endings v0.3.0 |
1803 | 2024-08-29T16:25:59.787Z | Checking winnow v0.6.18 |
1804 | 2024-08-29T16:25:59.790Z | Checking sync_wrapper v0.1.2 |
1805 | 2024-08-29T16:25:59.893Z | Checking fixedbitset v0.4.2 |
1806 | 2024-08-29T16:25:59.967Z | Checking predicates-core v1.0.6 |
1807 | 2024-08-29T16:25:59.982Z | Checking dyn-clone v1.0.17 |
1808 | 2024-08-29T16:26:00.106Z | Checking data-encoding v2.6.0 |
1809 | 2024-08-29T16:26:00.126Z | Checking whoami v1.5.1 |
1810 | 2024-08-29T16:26:00.139Z | Checking static_assertions v1.1.0 |
1811 | 2024-08-29T16:26:00.175Z | Checking similar v2.6.0 |
1812 | 2024-08-29T16:26:00.220Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1813 | 2024-08-29T16:26:00.412Z | Checking tokio-postgres v0.7.11 |
1814 | 2024-08-29T16:26:00.761Z | Checking hickory-proto v0.24.1 |
1815 | 2024-08-29T16:26:00.859Z | Checking petgraph v0.6.5 |
1816 | 2024-08-29T16:26:00.989Z | Checking predicates v3.1.2 |
1817 | 2024-08-29T16:26:01.240Z | Checking elliptic-curve v0.13.8 |
1818 | 2024-08-29T16:26:01.622Z | Checking schemars v0.8.21 |
1819 | 2024-08-29T16:26:01.904Z | Checking anyhow v1.0.86 |
1820 | 2024-08-29T16:26:02.273Z | Checking nom v7.1.3 |
1821 | 2024-08-29T16:26:02.671Z | Checking toml_edit v0.22.20 |
1822 | 2024-08-29T16:26:03.187Z | Checking console v0.15.8 |
1823 | 2024-08-29T16:26:03.304Z | Checking bit-set v0.5.3 |
1824 | 2024-08-29T16:26:03.556Z | Checking string_cache v0.8.7 |
1825 | 2024-08-29T16:26:03.746Z | Checking toml v0.7.8 |
1826 | 2024-08-29T16:26:03.824Z | Checking usdt v0.5.0 |
1827 | 2024-08-29T16:26:04.057Z | Checking signal-hook-mio v0.2.4 |
1828 | 2024-08-29T16:26:04.095Z | Checking crossbeam-epoch v0.9.18 |
1829 | 2024-08-29T16:26:04.195Z | Checking rsa v0.9.6 |
1830 | 2024-08-29T16:26:04.279Z | Checking hyper-tls v0.5.0 |
1831 | 2024-08-29T16:26:04.452Z | Checking hyper-rustls v0.24.2 |
1832 | 2024-08-29T16:26:04.494Z | Checking flate2 v1.0.31 |
1833 | 2024-08-29T16:26:04.544Z | Checking clap v4.5.16 |
1834 | 2024-08-29T16:26:04.648Z | Checking futures v0.3.30 |
1835 | 2024-08-29T16:26:04.720Z | Checking reqwest v0.11.27 |
1836 | 2024-08-29T16:26:04.746Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1837 | 2024-08-29T16:26:04.768Z | Checking itertools v0.12.1 |
1838 | 2024-08-29T16:26:05.065Z | Checking itertools v0.10.5 |
1839 | 2024-08-29T16:26:05.108Z | Checking tokio-stream v0.1.15 |
1840 | 2024-08-29T16:26:05.122Z | Checking fs-err v2.11.0 |
1841 | 2024-08-29T16:26:05.162Z | Checking nix v0.28.0 |
1842 | 2024-08-29T16:26:05.180Z | Checking slog v2.7.0 |
1843 | 2024-08-29T16:26:05.323Z | Checking openapiv3 v2.0.0 |
1844 | 2024-08-29T16:26:05.639Z | Checking semver v1.0.23 |
1845 | 2024-08-29T16:26:05.654Z | Checking hex v0.4.3 |
1846 | 2024-08-29T16:26:05.889Z | Checking sha1 v0.10.6 |
1847 | 2024-08-29T16:26:06.026Z | Checking peg-runtime v0.8.3 |
1848 | 2024-08-29T16:26:06.112Z | Checking lalrpop-util v0.19.12 |
1849 | 2024-08-29T16:26:06.143Z | Checking camino v1.1.9 |
1850 | 2024-08-29T16:26:06.234Z | Checking sigpipe v0.1.3 |
1851 | 2024-08-29T16:26:07.915Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1852 | 2024-08-29T16:26:08.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.80s |
1853 | 2024-08-29T16:26:08.324Z | |
1854 | 2024-08-29T16:26:08.324Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158) |
1855 | 2024-08-29T16:26:08.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2024-08-29T16:26:08.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2024-08-29T16:26:08.957Z | Compiling regress v0.9.1 |
1858 | 2024-08-29T16:26:09.052Z | Checking strum v0.26.3 |
1859 | 2024-08-29T16:26:09.067Z | Checking heck v0.5.0 |
1860 | 2024-08-29T16:26:09.079Z | Compiling getopts v0.2.21 |
1861 | 2024-08-29T16:26:09.079Z | Checking dirs-sys-next v0.1.2 |
1862 | 2024-08-29T16:26:09.079Z | Compiling unsafe-libyaml v0.2.11 |
1863 | 2024-08-29T16:26:09.176Z | Checking http v1.1.0 |
1864 | 2024-08-29T16:26:09.226Z | Checking thread_local v1.1.8 |
1865 | 2024-08-29T16:26:09.238Z | Checking dirs-next v2.0.0 |
1866 | 2024-08-29T16:26:09.350Z | Compiling ident_case v1.0.1 |
1867 | 2024-08-29T16:26:09.415Z | Checking rustls-pki-types v1.7.0 |
1868 | 2024-08-29T16:26:09.475Z | Checking term v0.7.0 |
1869 | 2024-08-29T16:26:09.535Z | Compiling darling_core v0.20.9 |
1870 | 2024-08-29T16:26:09.830Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1871 | 2024-08-29T16:26:09.885Z | Checking crossbeam-channel v0.5.12 |
1872 | 2024-08-29T16:26:09.978Z | Checking atty v0.2.14 |
1873 | 2024-08-29T16:26:10.090Z | Checking is-terminal v0.4.12 |
1874 | 2024-08-29T16:26:10.135Z | Compiling rustls v0.22.4 |
1875 | 2024-08-29T16:26:10.199Z | Compiling paste v1.0.15 |
1876 | 2024-08-29T16:26:10.392Z | Compiling serde_yaml v0.9.34+deprecated |
1877 | 2024-08-29T16:26:10.478Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1878 | 2024-08-29T16:26:10.597Z | Checking take_mut v0.2.2 |
1879 | 2024-08-29T16:26:10.702Z | Checking humantime v2.1.0 |
1880 | 2024-08-29T16:26:10.731Z | Checking utf-8 v0.7.6 |
1881 | 2024-08-29T16:26:10.820Z | Checking termcolor v1.4.1 |
1882 | 2024-08-29T16:26:10.943Z | Checking slog-async v2.8.0 |
1883 | 2024-08-29T16:26:11.027Z | Checking slog-term v2.9.1 |
1884 | 2024-08-29T16:26:11.042Z | Checking rustls-webpki v0.102.4 |
1885 | 2024-08-29T16:26:11.210Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-29T16:26:11.225Z | Checking env_logger v0.9.3 |
1887 | 2024-08-29T16:26:11.519Z | Compiling proc-macro-crate v1.3.1 |
1888 | 2024-08-29T16:26:11.560Z | Compiling bitstruct_derive v0.1.0 |
1889 | 2024-08-29T16:26:11.651Z | Compiling structmeta-derive v0.3.0 |
1890 | 2024-08-29T16:26:11.760Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-29T16:26:11.876Z | Compiling multer v3.1.0 |
1892 | 2024-08-29T16:26:12.158Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1893 | 2024-08-29T16:26:12.411Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1894 | 2024-08-29T16:26:12.434Z | Checking match_cfg v0.1.0 |
1895 | 2024-08-29T16:26:12.515Z | Checking ascii v1.1.0 |
1896 | 2024-08-29T16:26:12.540Z | Compiling num_enum_derive v0.5.11 |
1897 | 2024-08-29T16:26:12.929Z | Checking bitstruct v0.1.1 |
1898 | 2024-08-29T16:26:13.032Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1899 | 2024-08-29T16:26:13.927Z | Checking hostname v0.3.1 |
1900 | 2024-08-29T16:26:14.106Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-29T16:26:14.258Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-29T16:26:14.497Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1903 | 2024-08-29T16:26:14.605Z | Compiling structmeta v0.3.0 |
1904 | 2024-08-29T16:26:14.766Z | Checking slog-json v2.6.1 |
1905 | 2024-08-29T16:26:14.861Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-08-29T16:26:15.004Z | Checking serde_arrays v0.1.0 |
1907 | 2024-08-29T16:26:15.037Z | Checking erased-serde v0.3.31 |
1908 | 2024-08-29T16:26:15.121Z | Compiling foreign-types-macros v0.2.3 |
1909 | 2024-08-29T16:26:15.135Z | Compiling async-stream-impl v0.3.5 |
1910 | 2024-08-29T16:26:15.152Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1911 | 2024-08-29T16:26:15.451Z | Checking arc-swap v1.7.1 |
1912 | 2024-08-29T16:26:15.651Z | Checking atomic-waker v1.1.2 |
1913 | 2024-08-29T16:26:15.778Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1914 | 2024-08-29T16:26:15.854Z | Checking foreign-types-shared v0.3.1 |
1915 | 2024-08-29T16:26:15.962Z | Checking slog-scope v4.4.0 |
1916 | 2024-08-29T16:26:16.073Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-08-29T16:26:16.090Z | Checking waitgroup v0.1.2 |
1918 | 2024-08-29T16:26:16.207Z | Checking num_enum v0.5.11 |
1919 | 2024-08-29T16:26:16.222Z | Compiling parse-display-derive v0.10.0 |
1920 | 2024-08-29T16:26:16.342Z | Checking slog-bunyan v2.5.0 |
1921 | 2024-08-29T16:26:16.406Z | Checking foreign-types v0.5.0 |
1922 | 2024-08-29T16:26:16.446Z | Compiling darling_macro v0.20.9 |
1923 | 2024-08-29T16:26:16.493Z | Compiling proc-macro-error v1.0.4 |
1924 | 2024-08-29T16:26:16.521Z | Checking async-stream v0.3.5 |
1925 | 2024-08-29T16:26:16.836Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1926 | 2024-08-29T16:26:16.885Z | Checking toml v0.8.19 |
1927 | 2024-08-29T16:26:17.091Z | Checking tungstenite v0.20.1 |
1928 | 2024-08-29T16:26:17.159Z | Checking rustls-pemfile v2.1.3 |
1929 | 2024-08-29T16:26:17.389Z | Compiling heck v0.3.3 |
1930 | 2024-08-29T16:26:17.403Z | Compiling darling v0.20.9 |
1931 | 2024-08-29T16:26:17.506Z | Compiling serde_with_macros v3.9.0 |
1932 | 2024-08-29T16:26:17.583Z | Checking ipnetwork v0.20.0 |
1933 | 2024-08-29T16:26:17.658Z | Checking tokio-rustls v0.25.0 |
1934 | 2024-08-29T16:26:17.818Z | Checking newtype-uuid v1.1.0 |
1935 | 2024-08-29T16:26:17.880Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1936 | 2024-08-29T16:26:17.910Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1937 | 2024-08-29T16:26:18.017Z | Checking serde_path_to_error v0.1.16 |
1938 | 2024-08-29T16:26:18.045Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1939 | 2024-08-29T16:26:18.635Z | Checking hostname v0.4.0 |
1940 | 2024-08-29T16:26:18.730Z | Checking cstr-argument v0.1.2 |
1941 | 2024-08-29T16:26:18.762Z | Checking instant v0.1.12 |
1942 | 2024-08-29T16:26:18.792Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1943 | 2024-08-29T16:26:18.867Z | Checking fastrand v2.1.0 |
1944 | 2024-08-29T16:26:18.890Z | Checking pretty-hex v0.2.1 |
1945 | 2024-08-29T16:26:19.046Z | Checking debug-ignore v1.0.5 |
1946 | 2024-08-29T16:26:19.115Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1947 | 2024-08-29T16:26:19.188Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1948 | 2024-08-29T16:26:19.220Z | Checking tempfile v3.10.1 |
1949 | 2024-08-29T16:26:19.390Z | Checking backoff v0.4.0 |
1950 | 2024-08-29T16:26:19.496Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1951 | 2024-08-29T16:26:19.633Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1952 | 2024-08-29T16:26:19.679Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1953 | 2024-08-29T16:26:19.712Z | Checking tokio-tungstenite v0.20.1 |
1954 | 2024-08-29T16:26:19.849Z | Compiling zone_cfg_derive v0.1.2 |
1955 | 2024-08-29T16:26:20.024Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1956 | 2024-08-29T16:26:20.158Z | Checking slog-stdlog v4.1.1 |
1957 | 2024-08-29T16:26:20.303Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1958 | 2024-08-29T16:26:20.438Z | Checking tungstenite v0.21.0 |
1959 | 2024-08-29T16:26:20.477Z | Checking serde_with v3.9.0 |
1960 | 2024-08-29T16:26:20.763Z | Checking colored v2.1.0 |
1961 | 2024-08-29T16:26:20.850Z | Checking parse-display v0.10.0 |
1962 | 2024-08-29T16:26:21.046Z | Checking macaddr v1.0.1 |
1963 | 2024-08-29T16:26:21.065Z | Checking socket2 v0.4.10 |
1964 | 2024-08-29T16:26:21.252Z | Checking base64 v0.13.1 |
1965 | 2024-08-29T16:26:21.304Z | Checking zone v0.1.8 |
1966 | 2024-08-29T16:26:21.365Z | Checking tokio-tungstenite v0.21.0 |
1967 | 2024-08-29T16:26:21.645Z | Checking ron v0.7.1 |
1968 | 2024-08-29T16:26:21.821Z | Checking slog-envlogger v2.2.0 |
1969 | 2024-08-29T16:26:21.941Z | Checking pem v3.0.4 |
1970 | 2024-08-29T16:26:22.026Z | Checking tabwriter v1.4.0 |
1971 | 2024-08-29T16:26:22.206Z | Checking xattr v1.3.1 |
1972 | 2024-08-29T16:26:22.258Z | Checking portpicker v0.1.1 |
1973 | 2024-08-29T16:26:22.374Z | Checking yasna v0.5.2 |
1974 | 2024-08-29T16:26:22.393Z | Checking headers-core v0.2.0 |
1975 | 2024-08-29T16:26:22.524Z | Checking smf v0.2.3 |
1976 | 2024-08-29T16:26:22.751Z | Checking filetime v0.2.24 |
1977 | 2024-08-29T16:26:22.943Z | Checking same-file v1.0.6 |
1978 | 2024-08-29T16:26:22.957Z | Checking tar v0.4.41 |
1979 | 2024-08-29T16:26:23.103Z | Checking walkdir v2.5.0 |
1980 | 2024-08-29T16:26:23.179Z | Checking headers v0.3.9 |
1981 | 2024-08-29T16:26:23.211Z | Checking rcgen v0.12.1 |
1982 | 2024-08-29T16:26:23.361Z | Checking atomicwrites v0.4.3 |
1983 | 2024-08-29T16:26:23.531Z | Checking camino-tempfile v1.1.1 |
1984 | 2024-08-29T16:26:23.685Z | Checking subprocess v0.2.9 |
1985 | 2024-08-29T16:26:24.669Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-08-29T16:26:24.942Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1987 | 2024-08-29T16:26:26.562Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1988 | 2024-08-29T16:26:28.366Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1989 | 2024-08-29T16:26:28.427Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1990 | 2024-08-29T16:26:31.437Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1991 | 2024-08-29T16:26:37.039Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1992 | 2024-08-29T16:26:37.165Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1993 | 2024-08-29T16:26:37.168Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1994 | 2024-08-29T16:26:39.580Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1995 | 2024-08-29T16:26:40.003Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1996 | 2024-08-29T16:26:45.702Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1997 | 2024-08-29T16:26:47.092Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1998 | 2024-08-29T16:26:48.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.78s |
1999 | 2024-08-29T16:26:48.261Z | |
2000 | 2024-08-29T16:26:48.261Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158) |
2001 | 2024-08-29T16:26:48.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-29T16:26:48.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-29T16:26:48.990Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2004 | 2024-08-29T16:26:50.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
2005 | 2024-08-29T16:26:50.209Z | |
2006 | 2024-08-29T16:26:50.209Z | info: running `cargo check --bins` on nexus-config (31/158) |
2007 | 2024-08-29T16:26:50.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-29T16:26:50.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-29T16:26:50.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-29T16:26:50.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2011 | 2024-08-29T16:26:50.807Z | |
2012 | 2024-08-29T16:26:50.807Z | info: running `cargo check --bins` on omicron-rpaths (32/158) |
2013 | 2024-08-29T16:26:51.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-29T16:26:51.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-29T16:26:51.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2016 | 2024-08-29T16:26:51.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2017 | 2024-08-29T16:26:51.383Z | |
2018 | 2024-08-29T16:26:51.383Z | info: running `cargo check --bins` on omicron-certificates (33/158) |
2019 | 2024-08-29T16:26:51.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2020 | 2024-08-29T16:26:51.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2021 | 2024-08-29T16:26:51.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2022 | 2024-08-29T16:26:51.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2023 | 2024-08-29T16:26:51.997Z | |
2024 | 2024-08-29T16:26:51.997Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/158) |
2025 | 2024-08-29T16:26:52.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2026 | 2024-08-29T16:26:52.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2027 | 2024-08-29T16:26:52.618Z | Compiling heapless v0.8.0 |
2028 | 2024-08-29T16:26:52.708Z | Checking hash32 v0.3.1 |
2029 | 2024-08-29T16:26:52.715Z | Compiling smoltcp v0.11.0 |
2030 | 2024-08-29T16:26:52.723Z | Checking embedded-io v0.4.0 |
2031 | 2024-08-29T16:26:52.726Z | Checking cobs v0.2.3 |
2032 | 2024-08-29T16:26:52.742Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2033 | 2024-08-29T16:26:52.742Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2034 | 2024-08-29T16:26:52.768Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2035 | 2024-08-29T16:26:52.853Z | Compiling crucible-workspace-hack v0.1.0 |
2036 | 2024-08-29T16:26:52.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2037 | 2024-08-29T16:26:52.884Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2038 | 2024-08-29T16:26:52.886Z | Checking postcard v1.0.8 |
2039 | 2024-08-29T16:26:53.095Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2040 | 2024-08-29T16:26:53.110Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2041 | 2024-08-29T16:26:53.277Z | Checking newline-converter v0.3.0 |
2042 | 2024-08-29T16:26:53.399Z | Compiling num-derive v0.4.2 |
2043 | 2024-08-29T16:26:53.414Z | Compiling slog-dtrace v0.3.0 |
2044 | 2024-08-29T16:26:53.450Z | Compiling convert_case v0.4.0 |
2045 | 2024-08-29T16:26:53.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2046 | 2024-08-29T16:26:53.609Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2047 | 2024-08-29T16:26:53.742Z | Checking expectorate v1.1.0 |
2048 | 2024-08-29T16:26:53.841Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2049 | 2024-08-29T16:26:54.267Z | Compiling derive_more v0.99.18 |
2050 | 2024-08-29T16:26:54.500Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2051 | 2024-08-29T16:26:55.160Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2052 | 2024-08-29T16:26:56.313Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2053 | 2024-08-29T16:26:57.171Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2054 | 2024-08-29T16:26:57.761Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2055 | 2024-08-29T16:26:58.181Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2056 | 2024-08-29T16:26:59.830Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2057 | 2024-08-29T16:27:00.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s |
2058 | 2024-08-29T16:27:00.606Z | |
2059 | 2024-08-29T16:27:00.606Z | info: running `cargo check --bins` on clickhouse-admin-api (35/158) |
2060 | 2024-08-29T16:27:01.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2061 | 2024-08-29T16:27:01.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2062 | 2024-08-29T16:27:01.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2063 | 2024-08-29T16:27:01.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2064 | 2024-08-29T16:27:01.210Z | |
2065 | 2024-08-29T16:27:01.210Z | info: running `cargo check --bins` on clickhouse-admin-types (36/158) |
2066 | 2024-08-29T16:27:01.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2067 | 2024-08-29T16:27:01.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2068 | 2024-08-29T16:27:01.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2069 | 2024-08-29T16:27:01.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2070 | 2024-08-29T16:27:01.814Z | |
2071 | 2024-08-29T16:27:01.814Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158) |
2072 | 2024-08-29T16:27:02.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2073 | 2024-08-29T16:27:02.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2074 | 2024-08-29T16:27:02.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2075 | 2024-08-29T16:27:02.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2076 | 2024-08-29T16:27:02.521Z | |
2077 | 2024-08-29T16:27:02.521Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158) |
2078 | 2024-08-29T16:27:03.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-08-29T16:27:03.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-08-29T16:27:03.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-08-29T16:27:03.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2082 | 2024-08-29T16:27:03.227Z | |
2083 | 2024-08-29T16:27:03.227Z | info: running `cargo check --bins` on dns-server (39/158) |
2084 | 2024-08-29T16:27:03.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-08-29T16:27:03.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-08-29T16:27:03.830Z | Compiling parking_lot_core v0.8.6 |
2087 | 2024-08-29T16:27:03.919Z | Checking nibble_vec v0.1.0 |
2088 | 2024-08-29T16:27:03.921Z | Checking quick-error v1.2.3 |
2089 | 2024-08-29T16:27:03.921Z | Checking linked-hash-map v0.5.6 |
2090 | 2024-08-29T16:27:03.921Z | Checking endian-type v0.1.2 |
2091 | 2024-08-29T16:27:03.921Z | Checking fxhash v0.2.1 |
2092 | 2024-08-29T16:27:03.928Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2093 | 2024-08-29T16:27:03.930Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2094 | 2024-08-29T16:27:04.042Z | Checking resolv-conf v0.7.0 |
2095 | 2024-08-29T16:27:04.068Z | Checking hickory-server v0.24.1 |
2096 | 2024-08-29T16:27:04.129Z | Checking radix_trie v0.2.1 |
2097 | 2024-08-29T16:27:04.195Z | Checking lru-cache v0.1.2 |
2098 | 2024-08-29T16:27:04.359Z | Checking hickory-resolver v0.24.1 |
2099 | 2024-08-29T16:27:04.507Z | Checking hickory-client v0.24.1 |
2100 | 2024-08-29T16:27:04.640Z | Checking parking_lot v0.11.2 |
2101 | 2024-08-29T16:27:04.870Z | Checking sled v0.34.7 |
2102 | 2024-08-29T16:27:06.518Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2103 | 2024-08-29T16:27:07.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2104 | 2024-08-29T16:27:07.665Z | |
2105 | 2024-08-29T16:27:07.665Z | info: running `cargo check --bins` on dns-server-api (40/158) |
2106 | 2024-08-29T16:27:08.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-08-29T16:27:08.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-08-29T16:27:08.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2109 | 2024-08-29T16:27:08.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2110 | 2024-08-29T16:27:08.254Z | |
2111 | 2024-08-29T16:27:08.254Z | info: running `cargo check --bins` on dns-service-client (41/158) |
2112 | 2024-08-29T16:27:08.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-08-29T16:27:08.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-08-29T16:27:08.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-08-29T16:27:08.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2116 | 2024-08-29T16:27:08.835Z | |
2117 | 2024-08-29T16:27:08.836Z | info: running `cargo check --bins` on gateway-test-utils (42/158) |
2118 | 2024-08-29T16:27:09.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-08-29T16:27:09.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-08-29T16:27:09.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2121 | 2024-08-29T16:27:09.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2122 | 2024-08-29T16:27:09.496Z | |
2123 | 2024-08-29T16:27:09.496Z | info: running `cargo check --bins` on gateway-types (43/158) |
2124 | 2024-08-29T16:27:10.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2125 | 2024-08-29T16:27:10.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2126 | 2024-08-29T16:27:10.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2127 | 2024-08-29T16:27:10.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2128 | 2024-08-29T16:27:10.098Z | |
2129 | 2024-08-29T16:27:10.098Z | info: running `cargo check --bins` on ipcc (44/158) |
2130 | 2024-08-29T16:27:10.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2131 | 2024-08-29T16:27:10.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2132 | 2024-08-29T16:27:10.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2133 | 2024-08-29T16:27:10.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2134 | 2024-08-29T16:27:10.700Z | |
2135 | 2024-08-29T16:27:10.700Z | info: running `cargo check --bins` on omicron-gateway (45/158) |
2136 | 2024-08-29T16:27:11.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2137 | 2024-08-29T16:27:11.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2138 | 2024-08-29T16:27:11.377Z | Compiling rustls-pki-types v1.7.0 |
2139 | 2024-08-29T16:27:11.379Z | Compiling match_cfg v0.1.0 |
2140 | 2024-08-29T16:27:11.476Z | Checking num-rational v0.4.2 |
2141 | 2024-08-29T16:27:11.479Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2142 | 2024-08-29T16:27:11.479Z | Compiling slog-json v2.6.1 |
2143 | 2024-08-29T16:27:11.484Z | Compiling http v1.1.0 |
2144 | 2024-08-29T16:27:11.486Z | Checking num-complex v0.4.6 |
2145 | 2024-08-29T16:27:11.522Z | Compiling prettyplease v0.2.20 |
2146 | 2024-08-29T16:27:11.537Z | Compiling hostname v0.3.1 |
2147 | 2024-08-29T16:27:11.772Z | Compiling atomic-waker v1.1.2 |
2148 | 2024-08-29T16:27:11.815Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2149 | 2024-08-29T16:27:11.849Z | Compiling slog-bunyan v2.5.0 |
2150 | 2024-08-29T16:27:11.883Z | Compiling rustls-webpki v0.102.4 |
2151 | 2024-08-29T16:27:11.954Z | Compiling rustls-pemfile v2.1.3 |
2152 | 2024-08-29T16:27:12.001Z | Compiling waitgroup v0.1.2 |
2153 | 2024-08-29T16:27:12.065Z | Compiling async-stream v0.3.5 |
2154 | 2024-08-29T16:27:12.098Z | Compiling toml v0.8.19 |
2155 | 2024-08-29T16:27:12.208Z | Compiling ipnetwork v0.20.0 |
2156 | 2024-08-29T16:27:12.221Z | Compiling newtype-uuid v1.1.0 |
2157 | 2024-08-29T16:27:12.352Z | Compiling serde_path_to_error v0.1.16 |
2158 | 2024-08-29T16:27:12.367Z | Checking num v0.4.3 |
2159 | 2024-08-29T16:27:12.438Z | Compiling hostname v0.4.0 |
2160 | 2024-08-29T16:27:12.465Z | Compiling instant v0.1.12 |
2161 | 2024-08-29T16:27:12.482Z | Compiling semver v0.1.20 |
2162 | 2024-08-29T16:27:12.600Z | Compiling debug-ignore v1.0.5 |
2163 | 2024-08-29T16:27:12.698Z | Compiling rustls v0.22.4 |
2164 | 2024-08-29T16:27:12.733Z | Checking float-ord v0.3.2 |
2165 | 2024-08-29T16:27:12.862Z | Compiling radium v0.7.0 |
2166 | 2024-08-29T16:27:13.083Z | Compiling multer v3.1.0 |
2167 | 2024-08-29T16:27:13.118Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2168 | 2024-08-29T16:27:13.177Z | Compiling rustc_version v0.1.7 |
2169 | 2024-08-29T16:27:13.344Z | Compiling backoff v0.4.0 |
2170 | 2024-08-29T16:27:13.685Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2171 | 2024-08-29T16:27:13.701Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2172 | 2024-08-29T16:27:13.808Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2173 | 2024-08-29T16:27:13.905Z | Compiling parse-display v0.10.0 |
2174 | 2024-08-29T16:27:13.930Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-08-29T16:27:14.023Z | Compiling serde_with v3.9.0 |
2176 | 2024-08-29T16:27:14.105Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-08-29T16:27:14.414Z | Compiling macaddr v1.0.1 |
2178 | 2024-08-29T16:27:14.615Z | Compiling maybe-uninit v2.0.0 |
2179 | 2024-08-29T16:27:14.839Z | Checking tap v1.0.1 |
2180 | 2024-08-29T16:27:15.004Z | Checking wyz v0.5.1 |
2181 | 2024-08-29T16:27:15.278Z | Compiling newtype_derive v0.1.6 |
2182 | 2024-08-29T16:27:15.384Z | Checking password-hash v0.5.0 |
2183 | 2024-08-29T16:27:15.575Z | Checking blake2 v0.10.6 |
2184 | 2024-08-29T16:27:15.719Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2185 | 2024-08-29T16:27:15.810Z | Compiling packed_struct v0.10.1 |
2186 | 2024-08-29T16:27:16.008Z | Checking crc-catalog v2.4.0 |
2187 | 2024-08-29T16:27:16.021Z | Checking funty v2.0.0 |
2188 | 2024-08-29T16:27:16.132Z | Checking crc v3.2.1 |
2189 | 2024-08-29T16:27:16.300Z | Checking argon2 v0.5.3 |
2190 | 2024-08-29T16:27:16.539Z | Compiling packed_struct_codegen v0.10.1 |
2191 | 2024-08-29T16:27:16.871Z | Compiling tokio-rustls v0.25.0 |
2192 | 2024-08-29T16:27:16.934Z | Checking bitvec v1.0.1 |
2193 | 2024-08-29T16:27:17.277Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2194 | 2024-08-29T16:27:17.556Z | Checking half v2.4.1 |
2195 | 2024-08-29T16:27:17.840Z | Compiling cookie v0.18.1 |
2196 | 2024-08-29T16:27:18.031Z | Compiling indexmap v1.9.3 |
2197 | 2024-08-29T16:27:18.135Z | Checking nodrop v0.1.14 |
2198 | 2024-08-29T16:27:18.244Z | Checking ciborium-io v0.2.2 |
2199 | 2024-08-29T16:27:18.351Z | Checking array-init v0.0.4 |
2200 | 2024-08-29T16:27:18.365Z | Checking ciborium-ll v0.2.2 |
2201 | 2024-08-29T16:27:18.849Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2202 | 2024-08-29T16:27:19.155Z | Checking smallvec v0.6.14 |
2203 | 2024-08-29T16:27:19.391Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2204 | 2024-08-29T16:27:19.485Z | Compiling memoffset v0.9.1 |
2205 | 2024-08-29T16:27:19.570Z | Checking highway v1.2.0 |
2206 | 2024-08-29T16:27:19.799Z | Checking hashbrown v0.12.3 |
2207 | 2024-08-29T16:27:19.960Z | Checking bitfield v0.14.0 |
2208 | 2024-08-29T16:27:20.057Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2209 | 2024-08-29T16:27:20.213Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2210 | 2024-08-29T16:27:20.373Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2211 | 2024-08-29T16:27:20.457Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2212 | 2024-08-29T16:27:21.444Z | Checking env_logger v0.10.2 |
2213 | 2024-08-29T16:27:21.480Z | Checking serde-hex v0.1.0 |
2214 | 2024-08-29T16:27:21.524Z | Checking steno v0.4.1 |
2215 | 2024-08-29T16:27:21.620Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-08-29T16:27:21.745Z | Checking bzip2 v0.4.4 |
2217 | 2024-08-29T16:27:22.021Z | Checking ciborium v0.2.2 |
2218 | 2024-08-29T16:27:22.246Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2219 | 2024-08-29T16:27:22.488Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2220 | 2024-08-29T16:27:22.826Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2221 | 2024-08-29T16:27:23.050Z | Checking ron v0.8.1 |
2222 | 2024-08-29T16:27:23.404Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2223 | 2024-08-29T16:27:23.697Z | Checking x509-cert v0.2.5 |
2224 | 2024-08-29T16:27:24.017Z | Checking hashbrown v0.13.2 |
2225 | 2024-08-29T16:27:24.303Z | Compiling derive-where v1.2.7 |
2226 | 2024-08-29T16:27:25.031Z | Checking crc-any v2.5.0 |
2227 | 2024-08-29T16:27:25.369Z | Checking object v0.30.4 |
2228 | 2024-08-29T16:27:25.388Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2229 | 2024-08-29T16:27:25.650Z | Checking zip v0.6.6 |
2230 | 2024-08-29T16:27:26.081Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2231 | 2024-08-29T16:27:26.093Z | Checking path-slash v0.1.5 |
2232 | 2024-08-29T16:27:26.220Z | Checking nix v0.27.1 |
2233 | 2024-08-29T16:27:26.299Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2234 | 2024-08-29T16:27:26.433Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2235 | 2024-08-29T16:27:26.976Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2236 | 2024-08-29T16:27:27.118Z | Checking kstat-rs v0.2.4 |
2237 | 2024-08-29T16:27:27.211Z | Checking serde-big-array v0.5.1 |
2238 | 2024-08-29T16:27:27.420Z | Checking signal-hook-tokio v0.3.1 |
2239 | 2024-08-29T16:27:27.808Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2240 | 2024-08-29T16:27:29.320Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2241 | 2024-08-29T16:27:32.331Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2242 | 2024-08-29T16:27:33.715Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2243 | 2024-08-29T16:27:36.123Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2244 | 2024-08-29T16:27:38.066Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2245 | 2024-08-29T16:27:39.032Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2246 | 2024-08-29T16:27:39.305Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2247 | 2024-08-29T16:27:43.414Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-08-29T16:27:44.012Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2249 | 2024-08-29T16:27:46.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s |
2250 | 2024-08-29T16:27:46.649Z | |
2251 | 2024-08-29T16:27:46.649Z | info: running `cargo check --bins` on gateway-api (46/158) |
2252 | 2024-08-29T16:27:47.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2253 | 2024-08-29T16:27:47.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2254 | 2024-08-29T16:27:47.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2255 | 2024-08-29T16:27:47.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2256 | 2024-08-29T16:27:47.269Z | |
2257 | 2024-08-29T16:27:47.269Z | info: running `cargo check --bins` on oximeter (47/158) |
2258 | 2024-08-29T16:27:47.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2259 | 2024-08-29T16:27:47.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2260 | 2024-08-29T16:27:47.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2261 | 2024-08-29T16:27:47.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2262 | 2024-08-29T16:27:47.875Z | |
2263 | 2024-08-29T16:27:47.875Z | info: running `cargo check --bins` on oximeter-macro-impl (48/158) |
2264 | 2024-08-29T16:27:48.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2265 | 2024-08-29T16:27:48.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2266 | 2024-08-29T16:27:48.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2267 | 2024-08-29T16:27:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2268 | 2024-08-29T16:27:48.455Z | |
2269 | 2024-08-29T16:27:48.455Z | info: running `cargo check --bins` on oximeter-schema (49/158) |
2270 | 2024-08-29T16:27:48.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2271 | 2024-08-29T16:27:49.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2272 | 2024-08-29T16:27:49.060Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2273 | 2024-08-29T16:27:49.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
2274 | 2024-08-29T16:27:49.583Z | |
2275 | 2024-08-29T16:27:49.584Z | info: running `cargo check --bins` on oximeter-types (50/158) |
2276 | 2024-08-29T16:27:50.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2277 | 2024-08-29T16:27:50.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2278 | 2024-08-29T16:27:50.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2279 | 2024-08-29T16:27:50.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2280 | 2024-08-29T16:27:50.192Z | |
2281 | 2024-08-29T16:27:50.192Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/158) |
2282 | 2024-08-29T16:27:50.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2283 | 2024-08-29T16:27:50.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2284 | 2024-08-29T16:27:50.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2285 | 2024-08-29T16:27:50.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2286 | 2024-08-29T16:27:50.801Z | |
2287 | 2024-08-29T16:27:50.801Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158) |
2288 | 2024-08-29T16:27:51.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2289 | 2024-08-29T16:27:51.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2290 | 2024-08-29T16:27:51.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2291 | 2024-08-29T16:27:51.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2292 | 2024-08-29T16:27:51.386Z | |
2293 | 2024-08-29T16:27:51.386Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158) |
2294 | 2024-08-29T16:27:51.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2295 | 2024-08-29T16:27:51.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2296 | 2024-08-29T16:27:51.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2297 | 2024-08-29T16:27:51.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2298 | 2024-08-29T16:27:52.007Z | |
2299 | 2024-08-29T16:27:52.007Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158) |
2300 | 2024-08-29T16:27:52.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-08-29T16:27:52.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-08-29T16:27:52.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2303 | 2024-08-29T16:27:52.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2304 | 2024-08-29T16:27:52.624Z | |
2305 | 2024-08-29T16:27:52.625Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158) |
2306 | 2024-08-29T16:27:53.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-08-29T16:27:53.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-08-29T16:27:53.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2309 | 2024-08-29T16:27:53.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2310 | 2024-08-29T16:27:53.239Z | |
2311 | 2024-08-29T16:27:53.239Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158) |
2312 | 2024-08-29T16:27:53.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-08-29T16:27:53.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-08-29T16:27:53.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2315 | 2024-08-29T16:27:53.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2316 | 2024-08-29T16:27:53.849Z | |
2317 | 2024-08-29T16:27:53.849Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158) |
2318 | 2024-08-29T16:27:54.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-08-29T16:27:54.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-08-29T16:27:54.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2321 | 2024-08-29T16:27:54.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2322 | 2024-08-29T16:27:54.521Z | |
2323 | 2024-08-29T16:27:54.521Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158) |
2324 | 2024-08-29T16:27:54.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-08-29T16:27:55.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-08-29T16:27:55.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2327 | 2024-08-29T16:27:55.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2328 | 2024-08-29T16:27:55.062Z | |
2329 | 2024-08-29T16:27:55.062Z | info: running `cargo check --bins` on oximeter-producer (59/158) |
2330 | 2024-08-29T16:27:55.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-08-29T16:27:55.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-08-29T16:27:55.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2333 | 2024-08-29T16:27:55.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2334 | 2024-08-29T16:27:55.693Z | |
2335 | 2024-08-29T16:27:55.694Z | info: running `cargo check --bins` on internal-dns (60/158) |
2336 | 2024-08-29T16:27:56.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-08-29T16:27:56.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-08-29T16:27:56.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2339 | 2024-08-29T16:27:56.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2340 | 2024-08-29T16:27:56.304Z | |
2341 | 2024-08-29T16:27:56.304Z | info: running `cargo check --bins` on nexus-client (61/158) |
2342 | 2024-08-29T16:27:56.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-08-29T16:27:56.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-08-29T16:27:56.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-08-29T16:27:56.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2346 | 2024-08-29T16:27:56.928Z | |
2347 | 2024-08-29T16:27:56.928Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/158) |
2348 | 2024-08-29T16:27:57.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-08-29T16:27:57.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-08-29T16:27:57.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-08-29T16:27:57.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2352 | 2024-08-29T16:27:57.550Z | |
2353 | 2024-08-29T16:27:57.550Z | info: running `cargo check --bins` on omicron-passwords (63/158) |
2354 | 2024-08-29T16:27:58.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-08-29T16:27:58.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-08-29T16:27:58.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-08-29T16:27:58.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2358 | 2024-08-29T16:27:58.142Z | |
2359 | 2024-08-29T16:27:58.142Z | info: running `cargo check --bins` on nexus-types (64/158) |
2360 | 2024-08-29T16:27:58.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-08-29T16:27:58.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-08-29T16:27:58.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-08-29T16:27:58.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2364 | 2024-08-29T16:27:58.774Z | |
2365 | 2024-08-29T16:27:58.774Z | info: running `cargo check --bins` on gateway-client (65/158) |
2366 | 2024-08-29T16:27:59.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-08-29T16:27:59.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-08-29T16:27:59.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2024-08-29T16:27:59.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2370 | 2024-08-29T16:27:59.366Z | |
2371 | 2024-08-29T16:27:59.366Z | info: running `cargo check --bins` on oxql-types (66/158) |
2372 | 2024-08-29T16:27:59.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-08-29T16:27:59.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-08-29T16:27:59.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-08-29T16:27:59.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2376 | 2024-08-29T16:27:59.972Z | |
2377 | 2024-08-29T16:27:59.973Z | info: running `cargo check --bins` on sp-sim (67/158) |
2378 | 2024-08-29T16:28:00.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-08-29T16:28:00.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-08-29T16:28:00.580Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2381 | 2024-08-29T16:28:02.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
2382 | 2024-08-29T16:28:02.398Z | |
2383 | 2024-08-29T16:28:02.399Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158) |
2384 | 2024-08-29T16:28:02.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-08-29T16:28:02.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-08-29T16:28:02.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-08-29T16:28:02.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2388 | 2024-08-29T16:28:03.056Z | |
2389 | 2024-08-29T16:28:03.056Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158) |
2390 | 2024-08-29T16:28:03.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-08-29T16:28:03.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-08-29T16:28:03.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-08-29T16:28:03.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2394 | 2024-08-29T16:28:03.720Z | |
2395 | 2024-08-29T16:28:03.720Z | info: running `cargo check --bins` on db-macros (70/158) |
2396 | 2024-08-29T16:28:04.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-08-29T16:28:04.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-08-29T16:28:04.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-08-29T16:28:04.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2400 | 2024-08-29T16:28:04.304Z | |
2401 | 2024-08-29T16:28:04.304Z | info: running `cargo check --bins` on nexus-macros-common (71/158) |
2402 | 2024-08-29T16:28:04.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-08-29T16:28:04.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-08-29T16:28:04.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-08-29T16:28:04.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2406 | 2024-08-29T16:28:04.891Z | |
2407 | 2024-08-29T16:28:04.891Z | info: running `cargo check --bins` on nexus-auth (72/158) |
2408 | 2024-08-29T16:28:05.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-08-29T16:28:05.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-08-29T16:28:05.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-08-29T16:28:05.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2412 | 2024-08-29T16:28:05.542Z | |
2413 | 2024-08-29T16:28:05.542Z | info: running `cargo check --bins` on authz-macros (73/158) |
2414 | 2024-08-29T16:28:06.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-08-29T16:28:06.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-08-29T16:28:06.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-08-29T16:28:06.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2418 | 2024-08-29T16:28:06.123Z | |
2419 | 2024-08-29T16:28:06.123Z | info: running `cargo check --bins` on nexus-db-fixed-data (74/158) |
2420 | 2024-08-29T16:28:06.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-08-29T16:28:06.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-08-29T16:28:06.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-08-29T16:28:06.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2424 | 2024-08-29T16:28:06.760Z | |
2425 | 2024-08-29T16:28:06.760Z | info: running `cargo check --bins` on nexus-db-model (75/158) |
2426 | 2024-08-29T16:28:07.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-08-29T16:28:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-08-29T16:28:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-08-29T16:28:07.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2430 | 2024-08-29T16:28:07.393Z | |
2431 | 2024-08-29T16:28:07.393Z | info: running `cargo check --bins` on nexus-defaults (76/158) |
2432 | 2024-08-29T16:28:07.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-08-29T16:28:07.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-08-29T16:28:07.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-08-29T16:28:07.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2436 | 2024-08-29T16:28:08.005Z | |
2437 | 2024-08-29T16:28:08.005Z | info: running `cargo check --bins` on sled-agent-client (77/158) |
2438 | 2024-08-29T16:28:08.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-08-29T16:28:08.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-08-29T16:28:08.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-08-29T16:28:08.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2442 | 2024-08-29T16:28:08.631Z | |
2443 | 2024-08-29T16:28:08.631Z | info: running `cargo check --bins` on nexus-inventory (78/158) |
2444 | 2024-08-29T16:28:09.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-08-29T16:28:09.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-08-29T16:28:09.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-08-29T16:28:09.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2448 | 2024-08-29T16:28:09.265Z | |
2449 | 2024-08-29T16:28:09.265Z | info: running `cargo check --bins` on typed-rng (79/158) |
2450 | 2024-08-29T16:28:09.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-08-29T16:28:09.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-08-29T16:28:09.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-08-29T16:28:09.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2454 | 2024-08-29T16:28:09.853Z | |
2455 | 2024-08-29T16:28:09.853Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158) |
2456 | 2024-08-29T16:28:10.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-08-29T16:28:10.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-08-29T16:28:10.568Z | Compiling rayon-core v1.12.1 |
2459 | 2024-08-29T16:28:10.571Z | Compiling crossbeam-deque v0.8.5 |
2460 | 2024-08-29T16:28:10.571Z | Compiling curve25519-dalek v4.1.3 |
2461 | 2024-08-29T16:28:10.571Z | Compiling unicase v2.7.0 |
2462 | 2024-08-29T16:28:10.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2463 | 2024-08-29T16:28:10.665Z | Checking keccak v0.1.5 |
2464 | 2024-08-29T16:28:10.667Z | Compiling same-file v1.0.6 |
2465 | 2024-08-29T16:28:10.680Z | Compiling tempfile v3.10.1 |
2466 | 2024-08-29T16:28:10.945Z | Checking sha3 v0.10.8 |
2467 | 2024-08-29T16:28:10.957Z | Compiling walkdir v2.5.0 |
2468 | 2024-08-29T16:28:10.960Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2469 | 2024-08-29T16:28:11.100Z | Compiling thiserror-impl-no-std v2.0.2 |
2470 | 2024-08-29T16:28:11.287Z | Checking universal-hash v0.5.1 |
2471 | 2024-08-29T16:28:11.309Z | Checking secrecy v0.8.0 |
2472 | 2024-08-29T16:28:11.432Z | Compiling ring v0.16.20 |
2473 | 2024-08-29T16:28:11.467Z | Compiling blake3 v1.5.1 |
2474 | 2024-08-29T16:28:11.496Z | Compiling curve25519-dalek-derive v0.1.1 |
2475 | 2024-08-29T16:28:11.512Z | Checking opaque-debug v0.3.1 |
2476 | 2024-08-29T16:28:11.600Z | Checking poly1305 v0.8.0 |
2477 | 2024-08-29T16:28:11.698Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2478 | 2024-08-29T16:28:11.968Z | Compiling rayon v1.10.0 |
2479 | 2024-08-29T16:28:12.087Z | Checking chacha20 v0.9.1 |
2480 | 2024-08-29T16:28:12.183Z | Checking aead v0.5.2 |
2481 | 2024-08-29T16:28:12.384Z | Compiling memmap2 v0.9.4 |
2482 | 2024-08-29T16:28:12.403Z | Compiling arrayvec v0.7.4 |
2483 | 2024-08-29T16:28:12.698Z | Compiling arrayref v0.3.7 |
2484 | 2024-08-29T16:28:12.729Z | Compiling spin v0.5.2 |
2485 | 2024-08-29T16:28:12.788Z | Compiling constant_time_eq v0.3.0 |
2486 | 2024-08-29T16:28:12.804Z | Compiling untrusted v0.7.1 |
2487 | 2024-08-29T16:28:12.821Z | Compiling home v0.5.9 |
2488 | 2024-08-29T16:28:12.953Z | Compiling libefi-sys v0.1.0 |
2489 | 2024-08-29T16:28:12.966Z | Compiling toolchain_find v0.4.0 |
2490 | 2024-08-29T16:28:12.984Z | Checking chacha20poly1305 v0.10.1 |
2491 | 2024-08-29T16:28:13.255Z | Compiling camino-tempfile v1.1.1 |
2492 | 2024-08-29T16:28:13.302Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2493 | 2024-08-29T16:28:13.561Z | Compiling bitfield-struct v0.6.1 |
2494 | 2024-08-29T16:28:13.621Z | Compiling topological-sort v0.2.2 |
2495 | 2024-08-29T16:28:13.664Z | Compiling cancel-safe-futures v0.1.5 |
2496 | 2024-08-29T16:28:13.842Z | Compiling mime_guess v2.0.4 |
2497 | 2024-08-29T16:28:14.039Z | Compiling rustfmt-wrapper v0.2.1 |
2498 | 2024-08-29T16:28:14.127Z | Checking thiserror-no-std v2.0.2 |
2499 | 2024-08-29T16:28:14.264Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2500 | 2024-08-29T16:28:14.379Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2501 | 2024-08-29T16:28:14.674Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2502 | 2024-08-29T16:28:14.725Z | Checking vsss-rs v3.3.4 |
2503 | 2024-08-29T16:28:14.781Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2504 | 2024-08-29T16:28:15.011Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2505 | 2024-08-29T16:28:15.214Z | Checking gethostname v0.5.0 |
2506 | 2024-08-29T16:28:15.291Z | Checking libsw v3.3.1 |
2507 | 2024-08-29T16:28:15.329Z | Checking owo-colors v4.0.0 |
2508 | 2024-08-29T16:28:15.331Z | Checking linear-map v1.2.0 |
2509 | 2024-08-29T16:28:15.548Z | Checking swrite v0.1.0 |
2510 | 2024-08-29T16:28:15.563Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2511 | 2024-08-29T16:28:15.677Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2512 | 2024-08-29T16:28:16.028Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2513 | 2024-08-29T16:28:16.322Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2514 | 2024-08-29T16:28:16.499Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2515 | 2024-08-29T16:28:16.769Z | Checking nanorand v0.7.0 |
2516 | 2024-08-29T16:28:17.119Z | Compiling omicron-zone-package v0.11.0 |
2517 | 2024-08-29T16:28:17.140Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2518 | 2024-08-29T16:28:17.419Z | Checking http-range v0.1.5 |
2519 | 2024-08-29T16:28:17.419Z | Checking glob v0.3.1 |
2520 | 2024-08-29T16:28:17.444Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2521 | 2024-08-29T16:28:17.595Z | Checking hyper-staticfile v0.9.5 |
2522 | 2024-08-29T16:28:17.728Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2523 | 2024-08-29T16:28:17.988Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2524 | 2024-08-29T16:28:18.393Z | Checking flume v0.11.0 |
2525 | 2024-08-29T16:28:18.468Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2526 | 2024-08-29T16:28:18.658Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2527 | 2024-08-29T16:28:18.865Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2528 | 2024-08-29T16:28:19.477Z | Checking itertools v0.13.0 |
2529 | 2024-08-29T16:28:19.915Z | Checking display-error-chain v0.2.1 |
2530 | 2024-08-29T16:28:20.060Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2531 | 2024-08-29T16:28:20.568Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2532 | 2024-08-29T16:28:21.972Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2533 | 2024-08-29T16:28:23.250Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2534 | 2024-08-29T16:28:23.250Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2535 | 2024-08-29T16:28:33.305Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2024-08-29T16:28:44.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.19s |
2537 | 2024-08-29T16:28:44.220Z | |
2538 | 2024-08-29T16:28:44.220Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158) |
2539 | 2024-08-29T16:28:44.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-08-29T16:28:44.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-08-29T16:28:44.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2542 | 2024-08-29T16:28:55.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
2543 | 2024-08-29T16:28:55.834Z | |
2544 | 2024-08-29T16:28:55.834Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158) |
2545 | 2024-08-29T16:28:56.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-08-29T16:28:56.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-08-29T16:28:56.539Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2548 | 2024-08-29T16:29:07.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s |
2549 | 2024-08-29T16:29:07.408Z | |
2550 | 2024-08-29T16:29:07.408Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158) |
2551 | 2024-08-29T16:29:07.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-08-29T16:29:07.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-08-29T16:29:08.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2554 | 2024-08-29T16:29:18.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
2555 | 2024-08-29T16:29:19.021Z | |
2556 | 2024-08-29T16:29:19.021Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158) |
2557 | 2024-08-29T16:29:19.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-08-29T16:29:19.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-08-29T16:29:19.721Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2560 | 2024-08-29T16:29:30.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
2561 | 2024-08-29T16:29:30.650Z | |
2562 | 2024-08-29T16:29:30.650Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158) |
2563 | 2024-08-29T16:29:31.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-08-29T16:29:31.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-08-29T16:29:31.345Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2566 | 2024-08-29T16:29:42.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s |
2567 | 2024-08-29T16:29:42.223Z | |
2568 | 2024-08-29T16:29:42.223Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158) |
2569 | 2024-08-29T16:29:42.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-08-29T16:29:42.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-08-29T16:29:42.927Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2572 | 2024-08-29T16:29:53.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
2573 | 2024-08-29T16:29:53.891Z | |
2574 | 2024-08-29T16:29:53.891Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158) |
2575 | 2024-08-29T16:29:54.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-08-29T16:29:54.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-08-29T16:29:54.595Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2578 | 2024-08-29T16:30:05.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
2579 | 2024-08-29T16:30:05.466Z | |
2580 | 2024-08-29T16:30:05.466Z | info: running `cargo check --bins` on bootstrap-agent-api (88/158) |
2581 | 2024-08-29T16:30:06.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-08-29T16:30:06.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-08-29T16:30:06.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-08-29T16:30:06.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2585 | 2024-08-29T16:30:06.109Z | |
2586 | 2024-08-29T16:30:06.109Z | info: running `cargo check --bins` on sled-agent-types (89/158) |
2587 | 2024-08-29T16:30:06.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-08-29T16:30:06.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-08-29T16:30:06.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-08-29T16:30:06.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2591 | 2024-08-29T16:30:06.740Z | |
2592 | 2024-08-29T16:30:06.740Z | info: running `cargo check --bins` on bootstrap-agent-client (90/158) |
2593 | 2024-08-29T16:30:07.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-08-29T16:30:07.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-08-29T16:30:07.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-08-29T16:30:07.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2597 | 2024-08-29T16:30:07.357Z | |
2598 | 2024-08-29T16:30:07.357Z | info: running `cargo check --bins` on dpd-client (91/158) |
2599 | 2024-08-29T16:30:07.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-08-29T16:30:07.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-08-29T16:30:07.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-08-29T16:30:07.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2603 | 2024-08-29T16:30:07.948Z | |
2604 | 2024-08-29T16:30:07.948Z | info: running `cargo check --bins` on installinator-common (92/158) |
2605 | 2024-08-29T16:30:08.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-08-29T16:30:08.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-08-29T16:30:08.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-08-29T16:30:08.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2609 | 2024-08-29T16:30:08.569Z | |
2610 | 2024-08-29T16:30:08.570Z | info: running `cargo check --bins` on update-engine (93/158) |
2611 | 2024-08-29T16:30:09.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-08-29T16:30:09.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-08-29T16:30:09.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-08-29T16:30:09.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2615 | 2024-08-29T16:30:09.163Z | |
2616 | 2024-08-29T16:30:09.163Z | info: running `cargo check --bins` on key-manager (94/158) |
2617 | 2024-08-29T16:30:09.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-08-29T16:30:09.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-08-29T16:30:09.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-08-29T16:30:09.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2621 | 2024-08-29T16:30:09.775Z | |
2622 | 2024-08-29T16:30:09.775Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/158) |
2623 | 2024-08-29T16:30:10.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-08-29T16:30:10.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-08-29T16:30:10.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-08-29T16:30:10.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2627 | 2024-08-29T16:30:10.400Z | |
2628 | 2024-08-29T16:30:10.400Z | info: running `cargo check --bins` on sled-agent-api (96/158) |
2629 | 2024-08-29T16:30:10.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-08-29T16:30:10.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-08-29T16:30:10.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-08-29T16:30:10.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2633 | 2024-08-29T16:30:11.038Z | |
2634 | 2024-08-29T16:30:11.038Z | info: running `cargo check --bins` on sled-hardware (97/158) |
2635 | 2024-08-29T16:30:11.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-08-29T16:30:11.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-08-29T16:30:11.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-08-29T16:30:11.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2639 | 2024-08-29T16:30:11.655Z | |
2640 | 2024-08-29T16:30:11.655Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/158) |
2641 | 2024-08-29T16:30:12.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-08-29T16:30:12.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-08-29T16:30:12.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-08-29T16:30:12.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2645 | 2024-08-29T16:30:12.277Z | |
2646 | 2024-08-29T16:30:12.277Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158) |
2647 | 2024-08-29T16:30:12.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-08-29T16:30:12.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-08-29T16:30:12.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2024-08-29T16:30:12.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2651 | 2024-08-29T16:30:12.901Z | |
2652 | 2024-08-29T16:30:12.901Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/158) |
2653 | 2024-08-29T16:30:13.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2024-08-29T16:30:13.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2024-08-29T16:30:13.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2024-08-29T16:30:13.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2657 | 2024-08-29T16:30:13.543Z | |
2658 | 2024-08-29T16:30:13.543Z | info: running `cargo check --bins` on nexus-test-interface (101/158) |
2659 | 2024-08-29T16:30:14.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-08-29T16:30:14.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-08-29T16:30:14.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-08-29T16:30:14.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2663 | 2024-08-29T16:30:14.173Z | |
2664 | 2024-08-29T16:30:14.173Z | info: running `cargo check --bins` on oximeter-collector (102/158) |
2665 | 2024-08-29T16:30:14.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-08-29T16:30:14.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-08-29T16:30:14.826Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2668 | 2024-08-29T16:30:14.826Z | Checking bcs v0.1.6 |
2669 | 2024-08-29T16:30:14.826Z | Compiling async-recursion v1.1.1 |
2670 | 2024-08-29T16:30:14.826Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2671 | 2024-08-29T16:30:14.832Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2672 | 2024-08-29T16:30:15.838Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2673 | 2024-08-29T16:30:18.834Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2674 | 2024-08-29T16:30:20.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s |
2675 | 2024-08-29T16:30:20.585Z | |
2676 | 2024-08-29T16:30:20.585Z | info: running `cargo check --bins` on oximeter-api (103/158) |
2677 | 2024-08-29T16:30:21.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-08-29T16:30:21.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-08-29T16:30:21.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-08-29T16:30:21.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2681 | 2024-08-29T16:30:21.196Z | |
2682 | 2024-08-29T16:30:21.196Z | info: running `cargo check --bins` on oximeter-client (104/158) |
2683 | 2024-08-29T16:30:21.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-08-29T16:30:21.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-08-29T16:30:21.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-08-29T16:30:21.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2687 | 2024-08-29T16:30:21.800Z | |
2688 | 2024-08-29T16:30:21.800Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/158) |
2689 | 2024-08-29T16:30:22.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-08-29T16:30:22.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-08-29T16:30:22.419Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2692 | 2024-08-29T16:30:22.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
2693 | 2024-08-29T16:30:23.109Z | |
2694 | 2024-08-29T16:30:23.109Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158) |
2695 | 2024-08-29T16:30:23.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2696 | 2024-08-29T16:30:23.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2697 | 2024-08-29T16:30:23.745Z | Compiling vte_generate_state_changes v0.1.1 |
2698 | 2024-08-29T16:30:23.745Z | Checking fd-lock v4.0.2 |
2699 | 2024-08-29T16:30:23.748Z | Checking bytecount v0.6.8 |
2700 | 2024-08-29T16:30:23.748Z | Compiling tabled_derive v0.7.0 |
2701 | 2024-08-29T16:30:23.748Z | Checking crossterm v0.27.0 |
2702 | 2024-08-29T16:30:23.748Z | Compiling peg-macros v0.8.4 |
2703 | 2024-08-29T16:30:23.837Z | Compiling sqlparser_derive v0.2.2 |
2704 | 2024-08-29T16:30:23.839Z | Checking nu-ansi-term v0.50.0 |
2705 | 2024-08-29T16:30:23.969Z | Checking papergrid v0.11.0 |
2706 | 2024-08-29T16:30:23.989Z | Checking unicode_categories v0.1.1 |
2707 | 2024-08-29T16:30:24.207Z | Checking home v0.5.9 |
2708 | 2024-08-29T16:30:24.283Z | Checking sqlformat v0.2.4 |
2709 | 2024-08-29T16:30:24.342Z | Checking rustyline v14.0.0 |
2710 | 2024-08-29T16:30:24.456Z | Checking vte v0.11.1 |
2711 | 2024-08-29T16:30:24.973Z | Checking sqlparser v0.45.0 |
2712 | 2024-08-29T16:30:25.351Z | Checking crossterm v0.28.1 |
2713 | 2024-08-29T16:30:25.802Z | Checking strip-ansi-escapes v0.2.0 |
2714 | 2024-08-29T16:30:25.937Z | Checking reedline v0.33.0 |
2715 | 2024-08-29T16:30:26.326Z | Checking tabled v0.15.0 |
2716 | 2024-08-29T16:30:26.780Z | Checking peg v0.8.4 |
2717 | 2024-08-29T16:30:30.943Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2024-08-29T16:30:35.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s |
2719 | 2024-08-29T16:30:35.820Z | |
2720 | 2024-08-29T16:30:35.820Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158) |
2721 | 2024-08-29T16:30:36.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-08-29T16:30:36.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-08-29T16:30:36.452Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2724 | 2024-08-29T16:30:41.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s |
2725 | 2024-08-29T16:30:41.393Z | |
2726 | 2024-08-29T16:30:41.393Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158) |
2727 | 2024-08-29T16:30:41.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-08-29T16:30:41.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-08-29T16:30:42.018Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2730 | 2024-08-29T16:30:46.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
2731 | 2024-08-29T16:30:46.782Z | |
2732 | 2024-08-29T16:30:46.782Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158) |
2733 | 2024-08-29T16:30:47.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-08-29T16:30:47.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-08-29T16:30:47.411Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2736 | 2024-08-29T16:30:51.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2737 | 2024-08-29T16:30:51.434Z | |
2738 | 2024-08-29T16:30:51.434Z | info: running `cargo check --bins` on oximeter-test-utils (110/158) |
2739 | 2024-08-29T16:30:51.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2024-08-29T16:30:51.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2024-08-29T16:30:51.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2024-08-29T16:30:52.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2743 | 2024-08-29T16:30:52.060Z | |
2744 | 2024-08-29T16:30:52.060Z | info: running `cargo check --bins` on cockroach-admin-client (111/158) |
2745 | 2024-08-29T16:30:52.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-08-29T16:30:52.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-08-29T16:30:52.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-08-29T16:30:52.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2749 | 2024-08-29T16:30:52.646Z | |
2750 | 2024-08-29T16:30:52.646Z | info: running `cargo check --bins` on installinator-client (112/158) |
2751 | 2024-08-29T16:30:53.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-08-29T16:30:53.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-08-29T16:30:53.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-08-29T16:30:53.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2755 | 2024-08-29T16:30:53.270Z | |
2756 | 2024-08-29T16:30:53.270Z | info: running `cargo check --bins` on oxide-client (113/158) |
2757 | 2024-08-29T16:30:53.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-08-29T16:30:53.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-08-29T16:30:53.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2024-08-29T16:30:53.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2761 | 2024-08-29T16:30:53.853Z | |
2762 | 2024-08-29T16:30:53.853Z | info: running `cargo check --bins` on wicketd-client (114/158) |
2763 | 2024-08-29T16:30:54.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-08-29T16:30:54.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-08-29T16:30:54.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2024-08-29T16:30:54.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2767 | 2024-08-29T16:30:54.482Z | |
2768 | 2024-08-29T16:30:54.482Z | info: running `cargo check --bins` on wicket-common (115/158) |
2769 | 2024-08-29T16:30:55.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-08-29T16:30:55.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-08-29T16:30:55.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2024-08-29T16:30:55.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2773 | 2024-08-29T16:30:55.109Z | |
2774 | 2024-08-29T16:30:55.109Z | info: running `cargo check --bins` on omicron-cockroach-admin (116/158) |
2775 | 2024-08-29T16:30:55.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-08-29T16:30:55.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-08-29T16:30:55.738Z | Checking csv-core v0.1.11 |
2778 | 2024-08-29T16:30:55.741Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2779 | 2024-08-29T16:30:56.020Z | Checking csv v1.3.0 |
2780 | 2024-08-29T16:30:56.506Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2781 | 2024-08-29T16:30:56.820Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2782 | 2024-08-29T16:30:57.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s |
2783 | 2024-08-29T16:30:58.069Z | |
2784 | 2024-08-29T16:30:58.069Z | info: running `cargo check --bins` on cockroach-admin-api (117/158) |
2785 | 2024-08-29T16:30:58.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-08-29T16:30:58.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-08-29T16:30:58.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-08-29T16:30:58.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2789 | 2024-08-29T16:30:58.672Z | |
2790 | 2024-08-29T16:30:58.672Z | info: running `cargo check --bins` on cockroach-admin-types (118/158) |
2791 | 2024-08-29T16:30:59.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-08-29T16:30:59.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-08-29T16:30:59.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-08-29T16:30:59.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2795 | 2024-08-29T16:30:59.290Z | |
2796 | 2024-08-29T16:30:59.290Z | info: running `cargo check --bins` on cert-dev (119/158) |
2797 | 2024-08-29T16:30:59.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-08-29T16:30:59.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-08-29T16:30:59.874Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2800 | 2024-08-29T16:31:00.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2801 | 2024-08-29T16:31:00.250Z | |
2802 | 2024-08-29T16:31:00.250Z | info: running `cargo check --bins` on ch-dev (120/158) |
2803 | 2024-08-29T16:31:00.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-08-29T16:31:00.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-08-29T16:31:00.884Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2806 | 2024-08-29T16:31:01.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2807 | 2024-08-29T16:31:01.678Z | |
2808 | 2024-08-29T16:31:01.678Z | info: running `cargo check --bins` on crdb-seed (121/158) |
2809 | 2024-08-29T16:31:02.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-08-29T16:31:02.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-08-29T16:31:02.306Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2812 | 2024-08-29T16:31:02.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
2813 | 2024-08-29T16:31:02.766Z | |
2814 | 2024-08-29T16:31:02.766Z | info: running `cargo check --bins` on db-dev (122/158) |
2815 | 2024-08-29T16:31:03.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-08-29T16:31:03.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-08-29T16:31:03.404Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2818 | 2024-08-29T16:31:04.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2819 | 2024-08-29T16:31:04.217Z | |
2820 | 2024-08-29T16:31:04.217Z | info: running `cargo check --bins` on omicron-dev-lib (123/158) |
2821 | 2024-08-29T16:31:04.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-08-29T16:31:04.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-08-29T16:31:04.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2024-08-29T16:31:04.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2825 | 2024-08-29T16:31:04.846Z | |
2826 | 2024-08-29T16:31:04.846Z | info: running `cargo check --bins` on xtask-downloader (124/158) |
2827 | 2024-08-29T16:31:05.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-08-29T16:31:05.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-08-29T16:31:05.428Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2830 | 2024-08-29T16:31:06.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
2831 | 2024-08-29T16:31:06.350Z | |
2832 | 2024-08-29T16:31:06.350Z | info: running `cargo check --bins` on mgs-dev (125/158) |
2833 | 2024-08-29T16:31:06.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-08-29T16:31:06.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-08-29T16:31:07.036Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2836 | 2024-08-29T16:31:07.645Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2837 | 2024-08-29T16:31:08.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
2838 | 2024-08-29T16:31:08.271Z | |
2839 | 2024-08-29T16:31:08.271Z | info: running `cargo check --bins` on omicron-omdb (126/158) |
2840 | 2024-08-29T16:31:08.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-08-29T16:31:08.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-08-29T16:31:09.029Z | Compiling glob v0.3.1 |
2843 | 2024-08-29T16:31:09.029Z | Compiling crunchy v0.2.2 |
2844 | 2024-08-29T16:31:09.032Z | Compiling tiny-keccak v2.0.2 |
2845 | 2024-08-29T16:31:09.032Z | Compiling dsl_auto_type v0.1.2 |
2846 | 2024-08-29T16:31:09.032Z | Checking scheduled-thread-pool v0.2.7 |
2847 | 2024-08-29T16:31:09.032Z | Compiling diesel_table_macro_syntax v0.2.0 |
2848 | 2024-08-29T16:31:09.155Z | Compiling ascii-canvas v3.0.0 |
2849 | 2024-08-29T16:31:09.166Z | Compiling ena v0.14.3 |
2850 | 2024-08-29T16:31:09.366Z | Checking r2d2 v0.8.10 |
2851 | 2024-08-29T16:31:09.440Z | Compiling libloading v0.8.3 |
2852 | 2024-08-29T16:31:09.567Z | Compiling bindgen v0.69.4 |
2853 | 2024-08-29T16:31:09.582Z | Compiling regex-syntax v0.6.29 |
2854 | 2024-08-29T16:31:09.661Z | Compiling diff v0.1.13 |
2855 | 2024-08-29T16:31:09.708Z | Compiling which v4.4.2 |
2856 | 2024-08-29T16:31:09.852Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2857 | 2024-08-29T16:31:10.049Z | Compiling clang-sys v1.7.0 |
2858 | 2024-08-29T16:31:10.106Z | Compiling cexpr v0.6.0 |
2859 | 2024-08-29T16:31:10.297Z | Compiling shlex v1.3.0 |
2860 | 2024-08-29T16:31:10.326Z | Compiling ref-cast v1.0.23 |
2861 | 2024-08-29T16:31:10.351Z | Compiling lazycell v1.3.0 |
2862 | 2024-08-29T16:31:10.406Z | Compiling rustc-hash v1.1.0 |
2863 | 2024-08-29T16:31:10.518Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2864 | 2024-08-29T16:31:10.558Z | Compiling derive_builder_core v0.20.0 |
2865 | 2024-08-29T16:31:10.716Z | Compiling libxml v0.3.3 |
2866 | 2024-08-29T16:31:10.736Z | Compiling diesel_derives v2.2.2 |
2867 | 2024-08-29T16:31:10.826Z | Compiling ref-cast-impl v1.0.23 |
2868 | 2024-08-29T16:31:10.905Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2869 | 2024-08-29T16:31:11.143Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2870 | 2024-08-29T16:31:11.393Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2871 | 2024-08-29T16:31:11.685Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2872 | 2024-08-29T16:31:11.859Z | Compiling strum_macros v0.24.3 |
2873 | 2024-08-29T16:31:12.071Z | Compiling dropshot v0.10.1 |
2874 | 2024-08-29T16:31:12.146Z | Compiling indoc v1.0.9 |
2875 | 2024-08-29T16:31:12.955Z | Compiling lalrpop v0.19.12 |
2876 | 2024-08-29T16:31:13.144Z | Compiling derive_builder_macro v0.20.0 |
2877 | 2024-08-29T16:31:14.034Z | Checking derive_builder v0.20.0 |
2878 | 2024-08-29T16:31:14.300Z | Checking tungstenite v0.23.0 |
2879 | 2024-08-29T16:31:14.534Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2880 | 2024-08-29T16:31:14.832Z | Compiling dropshot_endpoint v0.10.1 |
2881 | 2024-08-29T16:31:15.238Z | Compiling oso-derive v0.27.3 |
2882 | 2024-08-29T16:31:15.317Z | Compiling impl-trait-for-tuples v0.2.2 |
2883 | 2024-08-29T16:31:15.457Z | Checking quick-xml v0.31.0 |
2884 | 2024-08-29T16:31:16.337Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2885 | 2024-08-29T16:31:16.652Z | Checking maplit v1.0.2 |
2886 | 2024-08-29T16:31:16.842Z | Checking tokio-tungstenite v0.23.1 |
2887 | 2024-08-29T16:31:17.342Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2888 | 2024-08-29T16:31:17.540Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2889 | 2024-08-29T16:31:17.836Z | Checking bb8 v0.8.5 |
2890 | 2024-08-29T16:31:18.309Z | Compiling const_format_proc_macros v0.2.32 |
2891 | 2024-08-29T16:31:19.055Z | Checking crossbeam-deque v0.8.5 |
2892 | 2024-08-29T16:31:19.422Z | Compiling portable-atomic v1.6.0 |
2893 | 2024-08-29T16:31:20.513Z | Checking const_format v0.2.32 |
2894 | 2024-08-29T16:31:20.532Z | Checking rayon-core v1.12.1 |
2895 | 2024-08-29T16:31:20.644Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2896 | 2024-08-29T16:31:21.001Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2897 | 2024-08-29T16:31:21.225Z | Checking castaway v0.2.3 |
2898 | 2024-08-29T16:31:21.318Z | Checking rayon v1.10.0 |
2899 | 2024-08-29T16:31:21.381Z | Checking compact_str v0.8.0 |
2900 | 2024-08-29T16:31:22.778Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2901 | 2024-08-29T16:31:23.024Z | Checking unicode-truncate v1.0.0 |
2902 | 2024-08-29T16:31:23.080Z | Checking lru v0.12.3 |
2903 | 2024-08-29T16:31:23.271Z | Compiling instability v0.3.2 |
2904 | 2024-08-29T16:31:23.326Z | Checking unicode-linebreak v0.1.5 |
2905 | 2024-08-29T16:31:23.366Z | Checking number_prefix v0.4.0 |
2906 | 2024-08-29T16:31:23.468Z | Checking diesel v2.2.3 |
2907 | 2024-08-29T16:31:23.563Z | Checking cassowary v0.3.0 |
2908 | 2024-08-29T16:31:23.693Z | Checking smawk v0.3.2 |
2909 | 2024-08-29T16:31:23.741Z | Checking multimap v0.10.0 |
2910 | 2024-08-29T16:31:23.900Z | Checking textwrap v0.16.1 |
2911 | 2024-08-29T16:31:24.235Z | Checking ratatui v0.28.0 |
2912 | 2024-08-29T16:31:25.025Z | Checking indicatif v0.17.8 |
2913 | 2024-08-29T16:31:44.485Z | Compiling samael v0.0.15 |
2914 | 2024-08-29T16:31:58.168Z | Checking async-bb8-diesel v0.2.1 |
2915 | 2024-08-29T16:31:58.312Z | Compiling polar-core v0.27.3 |
2916 | 2024-08-29T16:32:04.927Z | Checking oso v0.27.3 |
2917 | 2024-08-29T16:32:59.658Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2918 | 2024-08-29T16:33:04.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s |
2919 | 2024-08-29T16:33:04.729Z | |
2920 | 2024-08-29T16:33:04.729Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158) |
2921 | 2024-08-29T16:33:05.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2922 | 2024-08-29T16:33:05.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2923 | 2024-08-29T16:33:05.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2924 | 2024-08-29T16:33:05.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2925 | 2024-08-29T16:33:05.393Z | |
2926 | 2024-08-29T16:33:05.393Z | info: running `cargo check --bins` on nexus-saga-recovery (128/158) |
2927 | 2024-08-29T16:33:05.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-08-29T16:33:06.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-08-29T16:33:06.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2930 | 2024-08-29T16:33:06.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2931 | 2024-08-29T16:33:06.054Z | |
2932 | 2024-08-29T16:33:06.054Z | info: running `cargo check --bins` on nexus-test-utils-macros (129/158) |
2933 | 2024-08-29T16:33:06.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-08-29T16:33:06.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-08-29T16:33:06.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2936 | 2024-08-29T16:33:06.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2937 | 2024-08-29T16:33:06.635Z | |
2938 | 2024-08-29T16:33:06.635Z | info: running `cargo check --bins` on omicron-nexus (130/158) |
2939 | 2024-08-29T16:33:07.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-08-29T16:33:07.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-08-29T16:33:07.402Z | Compiling libz-sys v1.1.16 |
2942 | 2024-08-29T16:33:07.503Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2943 | 2024-08-29T16:33:07.512Z | Compiling vergen v8.3.2 |
2944 | 2024-08-29T16:33:07.514Z | Compiling cargo-platform v0.1.8 |
2945 | 2024-08-29T16:33:07.514Z | Compiling pin-project-internal v1.1.5 |
2946 | 2024-08-29T16:33:07.541Z | Compiling snafu-derive v0.8.2 |
2947 | 2024-08-29T16:33:07.544Z | Compiling libsqlite3-sys v0.28.0 |
2948 | 2024-08-29T16:33:07.544Z | Compiling buf-list v1.0.3 |
2949 | 2024-08-29T16:33:07.826Z | Compiling cargo_metadata v0.18.1 |
2950 | 2024-08-29T16:33:08.036Z | Checking globset v0.4.14 |
2951 | 2024-08-29T16:33:08.148Z | Checking olpc-cjson v0.1.3 |
2952 | 2024-08-29T16:33:08.269Z | Checking rand_seeder v0.3.0 |
2953 | 2024-08-29T16:33:08.356Z | Checking serde_plain v1.0.2 |
2954 | 2024-08-29T16:33:08.407Z | Checking typed-path v0.7.1 |
2955 | 2024-08-29T16:33:08.473Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2956 | 2024-08-29T16:33:08.651Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2957 | 2024-08-29T16:33:08.785Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2958 | 2024-08-29T16:33:08.947Z | Checking hashlink v0.9.1 |
2959 | 2024-08-29T16:33:09.013Z | Checking fallible-iterator v0.3.0 |
2960 | 2024-08-29T16:33:09.046Z | Checking fallible-streaming-iterator v0.1.9 |
2961 | 2024-08-29T16:33:09.294Z | Checking parse-size v1.0.0 |
2962 | 2024-08-29T16:33:09.533Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2963 | 2024-08-29T16:33:09.569Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2964 | 2024-08-29T16:33:09.657Z | Checking rusqlite v0.31.0 |
2965 | 2024-08-29T16:33:10.198Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2966 | 2024-08-29T16:33:10.387Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2967 | 2024-08-29T16:33:10.475Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2968 | 2024-08-29T16:33:10.492Z | Checking pin-project v1.1.5 |
2969 | 2024-08-29T16:33:10.551Z | Checking twox-hash v1.6.3 |
2970 | 2024-08-29T16:33:10.595Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2971 | 2024-08-29T16:33:10.973Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2972 | 2024-08-29T16:33:11.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2973 | 2024-08-29T16:33:11.240Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2974 | 2024-08-29T16:33:11.506Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2975 | 2024-08-29T16:33:11.615Z | Checking fatfs v0.3.6 |
2976 | 2024-08-29T16:33:12.253Z | Checking assert_matches v1.5.0 |
2977 | 2024-08-29T16:33:12.809Z | Checking snafu v0.8.2 |
2978 | 2024-08-29T16:33:13.210Z | Checking tough v0.17.1 |
2979 | 2024-08-29T16:33:17.015Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2980 | 2024-08-29T16:33:18.148Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2981 | 2024-08-29T16:33:18.509Z | Compiling git2 v0.19.0 |
2982 | 2024-08-29T16:33:22.981Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2983 | 2024-08-29T16:34:09.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
2984 | 2024-08-29T16:34:10.068Z | |
2985 | 2024-08-29T16:34:10.068Z | info: running `cargo check --bins` on nexus-external-api (131/158) |
2986 | 2024-08-29T16:34:10.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-08-29T16:34:10.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-08-29T16:34:10.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2024-08-29T16:34:10.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2990 | 2024-08-29T16:34:10.740Z | |
2991 | 2024-08-29T16:34:10.740Z | info: running `cargo check --bins` on openapi-manager-types (132/158) |
2992 | 2024-08-29T16:34:11.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-08-29T16:34:11.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-08-29T16:34:11.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2024-08-29T16:34:11.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2996 | 2024-08-29T16:34:11.331Z | |
2997 | 2024-08-29T16:34:11.331Z | info: running `cargo check --bins` on nexus-internal-api (133/158) |
2998 | 2024-08-29T16:34:11.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-08-29T16:34:11.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-08-29T16:34:11.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2024-08-29T16:34:11.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3002 | 2024-08-29T16:34:11.966Z | |
3003 | 2024-08-29T16:34:11.966Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (134/158) |
3004 | 2024-08-29T16:34:12.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-08-29T16:34:12.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-08-29T16:34:12.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2024-08-29T16:34:12.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3008 | 2024-08-29T16:34:12.631Z | |
3009 | 2024-08-29T16:34:12.631Z | info: running `cargo check --bins` on nexus-networking (135/158) |
3010 | 2024-08-29T16:34:13.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-08-29T16:34:13.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-08-29T16:34:13.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2024-08-29T16:34:13.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3014 | 2024-08-29T16:34:13.293Z | |
3015 | 2024-08-29T16:34:13.293Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (136/158) |
3016 | 2024-08-29T16:34:13.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-08-29T16:34:13.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-08-29T16:34:13.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-08-29T16:34:13.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3020 | 2024-08-29T16:34:13.952Z | |
3021 | 2024-08-29T16:34:13.952Z | info: running `cargo check --bins` on update-common (137/158) |
3022 | 2024-08-29T16:34:14.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-08-29T16:34:14.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-08-29T16:34:14.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-08-29T16:34:14.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3026 | 2024-08-29T16:34:14.596Z | |
3027 | 2024-08-29T16:34:14.596Z | info: running `cargo check --bins` on tufaceous-lib (138/158) |
3028 | 2024-08-29T16:34:15.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-08-29T16:34:15.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-08-29T16:34:15.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-08-29T16:34:15.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3032 | 2024-08-29T16:34:15.224Z | |
3033 | 2024-08-29T16:34:15.224Z | info: running `cargo check --bins` on tufaceous (139/158) |
3034 | 2024-08-29T16:34:15.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-08-29T16:34:15.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-08-29T16:34:15.864Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3037 | 2024-08-29T16:34:16.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
3038 | 2024-08-29T16:34:16.873Z | |
3039 | 2024-08-29T16:34:16.873Z | info: running `cargo check --bins` on omicron-dev (140/158) |
3040 | 2024-08-29T16:34:17.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-08-29T16:34:17.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-08-29T16:34:17.680Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3043 | 2024-08-29T16:34:17.680Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3044 | 2024-08-29T16:34:17.683Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3045 | 2024-08-29T16:34:18.960Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3046 | 2024-08-29T16:34:21.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3047 | 2024-08-29T16:34:21.447Z | |
3048 | 2024-08-29T16:34:21.447Z | info: running `cargo check --bins` on openapi-manager (141/158) |
3049 | 2024-08-29T16:34:22.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-08-29T16:34:22.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-08-29T16:34:22.125Z | Checking heck v0.4.1 |
3052 | 2024-08-29T16:34:22.125Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3053 | 2024-08-29T16:34:22.127Z | Checking is_ci v1.2.0 |
3054 | 2024-08-29T16:34:22.128Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3055 | 2024-08-29T16:34:22.128Z | Checking indent_write v2.2.0 |
3056 | 2024-08-29T16:34:22.315Z | Checking supports-color v3.0.0 |
3057 | 2024-08-29T16:34:22.387Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3058 | 2024-08-29T16:34:23.669Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3059 | 2024-08-29T16:34:24.451Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3060 | 2024-08-29T16:34:25.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
3061 | 2024-08-29T16:34:25.559Z | |
3062 | 2024-08-29T16:34:25.560Z | info: running `cargo check --bins` on installinator-api (142/158) |
3063 | 2024-08-29T16:34:26.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3064 | 2024-08-29T16:34:26.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3065 | 2024-08-29T16:34:26.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3066 | 2024-08-29T16:34:26.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3067 | 2024-08-29T16:34:26.184Z | |
3068 | 2024-08-29T16:34:26.184Z | info: running `cargo check --bins` on wicketd-api (143/158) |
3069 | 2024-08-29T16:34:26.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3070 | 2024-08-29T16:34:26.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3071 | 2024-08-29T16:34:26.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3072 | 2024-08-29T16:34:26.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3073 | 2024-08-29T16:34:26.827Z | |
3074 | 2024-08-29T16:34:26.827Z | info: running `cargo check --bins` on reconfigurator-cli (144/158) |
3075 | 2024-08-29T16:34:27.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3076 | 2024-08-29T16:34:27.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3077 | 2024-08-29T16:34:27.531Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3078 | 2024-08-29T16:34:28.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
3079 | 2024-08-29T16:34:28.847Z | |
3080 | 2024-08-29T16:34:28.847Z | info: running `cargo check --bins` on omicron-releng (145/158) |
3081 | 2024-08-29T16:34:29.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3082 | 2024-08-29T16:34:29.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3083 | 2024-08-29T16:34:29.502Z | Checking memmap2 v0.9.4 |
3084 | 2024-08-29T16:34:29.502Z | Checking arrayvec v0.7.4 |
3085 | 2024-08-29T16:34:29.502Z | Checking spin v0.5.2 |
3086 | 2024-08-29T16:34:29.504Z | Checking arrayref v0.3.7 |
3087 | 2024-08-29T16:34:29.504Z | Checking constant_time_eq v0.3.0 |
3088 | 2024-08-29T16:34:29.504Z | Checking untrusted v0.7.1 |
3089 | 2024-08-29T16:34:29.504Z | Checking cargo-platform v0.1.8 |
3090 | 2024-08-29T16:34:29.593Z | Checking topological-sort v0.2.2 |
3091 | 2024-08-29T16:34:29.668Z | Checking shell-words v1.1.0 |
3092 | 2024-08-29T16:34:29.771Z | Checking ring v0.16.20 |
3093 | 2024-08-29T16:34:29.882Z | Checking cargo_metadata v0.18.1 |
3094 | 2024-08-29T16:34:29.893Z | Checking blake3 v1.5.1 |
3095 | 2024-08-29T16:34:30.848Z | Checking omicron-zone-package v0.11.0 |
3096 | 2024-08-29T16:34:31.856Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3097 | 2024-08-29T16:34:32.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
3098 | 2024-08-29T16:34:32.810Z | |
3099 | 2024-08-29T16:34:32.810Z | info: running `cargo check --bins` on xtask (146/158) |
3100 | 2024-08-29T16:34:33.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-08-29T16:34:33.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-08-29T16:34:33.274Z | Checking bitflags v2.6.0 |
3103 | 2024-08-29T16:34:33.276Z | Checking serde v1.0.208 |
3104 | 2024-08-29T16:34:33.276Z | Checking thiserror v1.0.63 |
3105 | 2024-08-29T16:34:33.358Z | Checking scroll v0.12.0 |
3106 | 2024-08-29T16:34:33.361Z | Checking log v0.4.21 |
3107 | 2024-08-29T16:34:33.371Z | Checking hashbrown v0.14.5 |
3108 | 2024-08-29T16:34:33.373Z | Checking zerocopy v0.7.34 |
3109 | 2024-08-29T16:34:33.393Z | Checking syn v2.0.74 |
3110 | 2024-08-29T16:34:33.450Z | Checking pest v2.7.10 |
3111 | 2024-08-29T16:34:33.587Z | Checking rustix v0.38.34 |
3112 | 2024-08-29T16:34:33.601Z | Checking fs-err v2.11.0 |
3113 | 2024-08-29T16:34:33.792Z | Checking goblin v0.8.2 |
3114 | 2024-08-29T16:34:33.893Z | Checking anyhow v1.0.86 |
3115 | 2024-08-29T16:34:34.236Z | Checking tabled v0.15.0 |
3116 | 2024-08-29T16:34:34.491Z | Checking indexmap v2.4.0 |
3117 | 2024-08-29T16:34:35.547Z | Checking terminal_size v0.3.0 |
3118 | 2024-08-29T16:34:35.547Z | Checking tempfile v3.10.1 |
3119 | 2024-08-29T16:34:35.709Z | Checking clap_builder v4.5.15 |
3120 | 2024-08-29T16:34:35.817Z | Checking dtrace-parser v0.2.0 |
3121 | 2024-08-29T16:34:37.646Z | Checking clap v4.5.16 |
3122 | 2024-08-29T16:34:37.710Z | Checking serde_json v1.0.125 |
3123 | 2024-08-29T16:34:37.710Z | Checking toml_datetime v0.6.8 |
3124 | 2024-08-29T16:34:37.713Z | Checking serde_spanned v0.6.7 |
3125 | 2024-08-29T16:34:37.713Z | Checking camino v1.1.9 |
3126 | 2024-08-29T16:34:37.713Z | Checking semver v1.0.23 |
3127 | 2024-08-29T16:34:37.713Z | Checking cargo-platform v0.1.8 |
3128 | 2024-08-29T16:34:37.713Z | Checking macaddr v1.0.1 |
3129 | 2024-08-29T16:34:38.005Z | Checking toml_edit v0.22.20 |
3130 | 2024-08-29T16:34:38.122Z | Checking camino-tempfile v1.1.1 |
3131 | 2024-08-29T16:34:38.731Z | Checking dof v0.3.0 |
3132 | 2024-08-29T16:34:38.731Z | Checking cargo_metadata v0.18.1 |
3133 | 2024-08-29T16:34:39.120Z | Checking usdt-impl v0.5.0 |
3134 | 2024-08-29T16:34:39.473Z | Checking usdt v0.5.0 |
3135 | 2024-08-29T16:34:39.606Z | Checking toml v0.8.19 |
3136 | 2024-08-29T16:34:40.041Z | Checking cargo_toml v0.20.4 |
3137 | 2024-08-29T16:34:41.189Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3138 | 2024-08-29T16:34:41.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s |
3139 | 2024-08-29T16:34:41.849Z | |
3140 | 2024-08-29T16:34:41.849Z | info: running `cargo check --bins` on end-to-end-tests (147/158) |
3141 | 2024-08-29T16:34:42.296Z | Downloading crates ... |
3142 | 2024-08-29T16:34:42.526Z | Downloaded ed25519-dalek v2.1.1 |
3143 | 2024-08-29T16:34:42.529Z | Downloaded primeorder v0.13.6 |
3144 | 2024-08-29T16:34:42.531Z | Downloaded dhcproto-macros v0.1.0 |
3145 | 2024-08-29T16:34:42.531Z | Downloaded polyval v0.6.2 |
3146 | 2024-08-29T16:34:42.533Z | Downloaded option-ext v0.2.0 |
3147 | 2024-08-29T16:34:42.538Z | Downloaded md5 v0.7.0 |
3148 | 2024-08-29T16:34:42.538Z | Downloaded russh-cryptovec v0.7.2 |
3149 | 2024-08-29T16:34:42.544Z | Downloaded ssh-encoding v0.2.0 |
3150 | 2024-08-29T16:34:42.547Z | Downloaded dirs-sys v0.4.1 |
3151 | 2024-08-29T16:34:42.550Z | Downloaded internet-checksum v0.2.1 |
3152 | 2024-08-29T16:34:42.550Z | Downloaded hex-literal v0.4.1 |
3153 | 2024-08-29T16:34:42.550Z | Downloaded blowfish v0.9.1 |
3154 | 2024-08-29T16:34:42.550Z | Downloaded bcrypt-pbkdf v0.10.0 |
3155 | 2024-08-29T16:34:42.552Z | Downloaded ssh-cipher v0.2.0 |
3156 | 2024-08-29T16:34:42.552Z | Downloaded pbkdf2 v0.11.0 |
3157 | 2024-08-29T16:34:42.554Z | Downloaded password-hash v0.4.2 |
3158 | 2024-08-29T16:34:42.557Z | Downloaded ghash v0.5.1 |
3159 | 2024-08-29T16:34:42.557Z | Downloaded ed25519 v2.2.3 |
3160 | 2024-08-29T16:34:42.559Z | Downloaded rfc6979 v0.4.0 |
3161 | 2024-08-29T16:34:42.559Z | Downloaded dirs v5.0.1 |
3162 | 2024-08-29T16:34:42.565Z | Downloaded russh-keys v0.44.0 |
3163 | 2024-08-29T16:34:42.569Z | Downloaded ecdsa v0.16.9 |
3164 | 2024-08-29T16:34:42.573Z | Downloaded dhcproto v0.12.0 |
3165 | 2024-08-29T16:34:42.576Z | Downloaded p256 v0.13.2 |
3166 | 2024-08-29T16:34:42.586Z | Downloaded num-bigint v0.4.5 |
3167 | 2024-08-29T16:34:42.592Z | Downloaded ssh-key v0.6.6 |
3168 | 2024-08-29T16:34:42.597Z | Downloaded aes-gcm v0.10.3 |
3169 | 2024-08-29T16:34:42.600Z | Downloaded p521 v0.13.3 |
3170 | 2024-08-29T16:34:42.603Z | Downloaded p384 v0.13.0 |
3171 | 2024-08-29T16:34:42.608Z | Downloaded russh v0.44.1 |
3172 | 2024-08-29T16:34:42.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-08-29T16:34:42.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-08-29T16:34:42.739Z | Checking polyval v0.6.2 |
3175 | 2024-08-29T16:34:42.739Z | Checking rfc6979 v0.4.0 |
3176 | 2024-08-29T16:34:42.850Z | Checking primeorder v0.13.6 |
3177 | 2024-08-29T16:34:42.852Z | Checking ctr v0.9.2 |
3178 | 2024-08-29T16:34:42.868Z | Checking ed25519 v2.2.3 |
3179 | 2024-08-29T16:34:42.871Z | Checking ssh-encoding v0.2.0 |
3180 | 2024-08-29T16:34:42.871Z | Checking blowfish v0.9.1 |
3181 | 2024-08-29T16:34:42.871Z | Checking option-ext v0.2.0 |
3182 | 2024-08-29T16:34:42.963Z | Checking ecdsa v0.16.9 |
3183 | 2024-08-29T16:34:43.016Z | Checking dirs-sys v0.4.1 |
3184 | 2024-08-29T16:34:43.088Z | Checking ghash v0.5.1 |
3185 | 2024-08-29T16:34:43.117Z | Checking password-hash v0.4.2 |
3186 | 2024-08-29T16:34:43.132Z | Checking bcrypt-pbkdf v0.10.0 |
3187 | 2024-08-29T16:34:43.153Z | Checking ed25519-dalek v2.1.1 |
3188 | 2024-08-29T16:34:43.187Z | Checking matches v0.1.10 |
3189 | 2024-08-29T16:34:43.205Z | Checking dirs v5.0.1 |
3190 | 2024-08-29T16:34:43.251Z | Checking aes-gcm v0.10.3 |
3191 | 2024-08-29T16:34:43.271Z | Compiling enum-as-inner v0.5.1 |
3192 | 2024-08-29T16:34:43.285Z | Checking idna v0.2.3 |
3193 | 2024-08-29T16:34:43.329Z | Checking russh-cryptovec v0.7.2 |
3194 | 2024-08-29T16:34:43.358Z | Checking md5 v0.7.0 |
3195 | 2024-08-29T16:34:43.471Z | Checking ssh-cipher v0.2.0 |
3196 | 2024-08-29T16:34:43.492Z | Checking num-bigint v0.4.5 |
3197 | 2024-08-29T16:34:43.513Z | Checking hex-literal v0.4.1 |
3198 | 2024-08-29T16:34:43.531Z | Checking pbkdf2 v0.11.0 |
3199 | 2024-08-29T16:34:43.619Z | Compiling dhcproto-macros v0.1.0 |
3200 | 2024-08-29T16:34:43.636Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3201 | 2024-08-29T16:34:43.639Z | Checking p521 v0.13.3 |
3202 | 2024-08-29T16:34:43.747Z | Checking ssh-key v0.6.6 |
3203 | 2024-08-29T16:34:43.792Z | Checking p256 v0.13.2 |
3204 | 2024-08-29T16:34:44.082Z | Checking p384 v0.13.0 |
3205 | 2024-08-29T16:34:44.261Z | Checking trust-dns-proto v0.22.0 |
3206 | 2024-08-29T16:34:44.278Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3207 | 2024-08-29T16:34:44.568Z | Checking internet-checksum v0.2.1 |
3208 | 2024-08-29T16:34:45.252Z | Checking russh-keys v0.44.0 |
3209 | 2024-08-29T16:34:46.108Z | Checking russh v0.44.1 |
3210 | 2024-08-29T16:34:46.848Z | Checking dhcproto v0.12.0 |
3211 | 2024-08-29T16:35:02.207Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3212 | 2024-08-29T16:35:03.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.57s |
3213 | 2024-08-29T16:35:03.601Z | |
3214 | 2024-08-29T16:35:03.601Z | info: running `cargo check --bins` on gateway-cli (148/158) |
3215 | 2024-08-29T16:35:04.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-08-29T16:35:04.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-08-29T16:35:04.221Z | Checking termios v0.3.3 |
3218 | 2024-08-29T16:35:04.418Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3219 | 2024-08-29T16:35:05.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
3220 | 2024-08-29T16:35:05.264Z | |
3221 | 2024-08-29T16:35:05.264Z | info: running `cargo check --bins --no-default-features` on installinator (149/158) |
3222 | 2024-08-29T16:35:05.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2024-08-29T16:35:05.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2024-08-29T16:35:05.932Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3225 | 2024-08-29T16:35:07.798Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3226 | 2024-08-29T16:35:09.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3227 | 2024-08-29T16:35:09.598Z | |
3228 | 2024-08-29T16:35:09.599Z | info: running `cargo check --bins` on internal-dns-cli (150/158) |
3229 | 2024-08-29T16:35:10.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3230 | 2024-08-29T16:35:10.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3231 | 2024-08-29T16:35:10.211Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3232 | 2024-08-29T16:35:10.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
3233 | 2024-08-29T16:35:10.774Z | |
3234 | 2024-08-29T16:35:10.774Z | info: running `cargo check --bins` on omicron-live-tests (151/158) |
3235 | 2024-08-29T16:35:11.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3236 | 2024-08-29T16:35:11.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3237 | 2024-08-29T16:35:11.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3238 | 2024-08-29T16:35:11.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3239 | 2024-08-29T16:35:11.356Z | |
3240 | 2024-08-29T16:35:11.356Z | info: running `cargo check --bins` on live-tests-macros (152/158) |
3241 | 2024-08-29T16:35:11.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3242 | 2024-08-29T16:35:11.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3243 | 2024-08-29T16:35:11.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3244 | 2024-08-29T16:35:11.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3245 | 2024-08-29T16:35:11.939Z | |
3246 | 2024-08-29T16:35:11.939Z | info: running `cargo check --bins` on omicron-package (153/158) |
3247 | 2024-08-29T16:35:12.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2024-08-29T16:35:12.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2024-08-29T16:35:12.580Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3250 | 2024-08-29T16:35:13.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
3251 | 2024-08-29T16:35:13.885Z | |
3252 | 2024-08-29T16:35:13.885Z | info: running `cargo check --bins` on wicket-dbg (154/158) |
3253 | 2024-08-29T16:35:14.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2024-08-29T16:35:14.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2024-08-29T16:35:14.555Z | Checking rtoolbox v0.0.2 |
3256 | 2024-08-29T16:35:14.555Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3257 | 2024-08-29T16:35:14.555Z | Checking tui-tree-widget v0.22.0 |
3258 | 2024-08-29T16:35:14.767Z | Checking rpassword v7.3.1 |
3259 | 2024-08-29T16:35:18.445Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3260 | 2024-08-29T16:35:21.118Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3261 | 2024-08-29T16:35:22.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s |
3262 | 2024-08-29T16:35:22.285Z | |
3263 | 2024-08-29T16:35:22.285Z | info: running `cargo check --bins` on wicket (155/158) |
3264 | 2024-08-29T16:35:22.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2024-08-29T16:35:22.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2024-08-29T16:35:22.954Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3267 | 2024-08-29T16:35:23.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3268 | 2024-08-29T16:35:23.473Z | |
3269 | 2024-08-29T16:35:23.473Z | info: running `cargo check --bins` on wicketd (156/158) |
3270 | 2024-08-29T16:35:24.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2024-08-29T16:35:24.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2024-08-29T16:35:24.160Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3273 | 2024-08-29T16:35:27.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
3274 | 2024-08-29T16:35:27.755Z | |
3275 | 2024-08-29T16:35:27.755Z | info: running `cargo check --bins` on omicron-workspace-hack (157/158) |
3276 | 2024-08-29T16:35:28.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2024-08-29T16:35:28.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2024-08-29T16:35:28.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2024-08-29T16:35:28.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3280 | 2024-08-29T16:35:28.346Z | |
3281 | 2024-08-29T16:35:28.346Z | info: running `cargo check --bins` on zone-setup (158/158) |
3282 | 2024-08-29T16:35:28.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2024-08-29T16:35:28.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2024-08-29T16:35:29.058Z | Checking uzers v0.11.3 |
3285 | 2024-08-29T16:35:29.342Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3286 | 2024-08-29T16:35:30.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3287 | 2024-08-29T16:35:30.489Z | |
3288 | 2024-08-29T16:35:30.490Z | real 10:16.466661775 |
3289 | 2024-08-29T16:35:30.490Z | user 22:37.931803537 |
3290 | 2024-08-29T16:35:30.490Z | sys 4:54.135722720 |
3291 | 2024-08-29T16:35:30.490Z | trap 0.497609194 |
3292 | 2024-08-29T16:35:30.490Z | tflt 3.034631436 |
3293 | 2024-08-29T16:35:30.490Z | dflt 2.001243552 |
3294 | 2024-08-29T16:35:30.490Z | kflt 0.002624167 |
3295 | 2024-08-29T16:35:30.495Z | lock 39:41.540472499 |
3296 | 2024-08-29T16:35:30.495Z | slp 1:51:15.627163845 |
3297 | 2024-08-29T16:35:30.495Z | lat 57.174467462 |
3298 | 2024-08-29T16:35:30.496Z | stop 2:43.464245851 |
3299 | 2024-08-29T16:35:30.496Z | process exited: duration 852287 ms, exit code 0 |
|
3300 | 2024-08-29T16:35:30.505Z | found 0 output files |