|
|
|
1 | 2024-08-13T18:39:51.879Z | job assigned to worker 01J56GJTQMFR6X77AS4GD4W4CY (queued for 47 s) |
|
2 | 2024-08-13T18:39:59.216Z | starting task 0: "setup" |
3 | 2024-08-13T18:39:59.247Z | ++ uname -s |
4 | 2024-08-13T18:39:59.249Z | + kern=SunOS |
5 | 2024-08-13T18:39:59.249Z | + case "$kern" in |
6 | 2024-08-13T18:39:59.249Z | + groupadd -g 12345 build |
7 | 2024-08-13T18:39:59.252Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-13T18:40:01.262Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-13T18:40:01.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-13T18:40:01.386Z | + home_fs=zfs |
11 | 2024-08-13T18:40:01.386Z | + [[ zfs == autofs ]] |
12 | 2024-08-13T18:40:01.386Z | + mkdir -p /home/build |
13 | 2024-08-13T18:40:01.388Z | + chown build:build /home/build /work |
14 | 2024-08-13T18:40:02.390Z | + chmod 0700 /home/build /work |
15 | 2024-08-13T18:40:02.393Z | process exited: duration 3177 ms, exit code 0 |
|
16 | 2024-08-13T18:40:02.398Z | starting task 1: "rust-toolchain" |
17 | 2024-08-13T18:40:02.403Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-13T18:40:02.403Z | ' 1.80.1 |
19 | 2024-08-13T18:40:02.403Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-13T18:40:02.403Z | ' default |
21 | 2024-08-13T18:40:02.406Z | * toolchain channel = "1.80.1" |
22 | 2024-08-13T18:40:02.406Z | * toolchain profile = "default" |
23 | 2024-08-13T18:40:02.406Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-13T18:40:02.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-13T18:40:02.520Z | info: downloading installer |
26 | 2024-08-13T18:40:03.725Z | info: profile set to 'default' |
27 | 2024-08-13T18:40:03.725Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-13T18:40:03.728Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-13T18:40:03.880Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-13T18:40:03.880Z | info: downloading component 'cargo' |
31 | 2024-08-13T18:40:04.793Z | info: downloading component 'clippy' |
32 | 2024-08-13T18:40:05.099Z | info: downloading component 'rust-docs' |
33 | 2024-08-13T18:40:06.311Z | info: downloading component 'rust-std' |
34 | 2024-08-13T18:40:08.023Z | info: downloading component 'rustc' |
35 | 2024-08-13T18:40:12.855Z | info: downloading component 'rustfmt' |
36 | 2024-08-13T18:40:13.106Z | info: installing component 'cargo' |
37 | 2024-08-13T18:40:13.944Z | info: installing component 'clippy' |
38 | 2024-08-13T18:40:14.322Z | info: installing component 'rust-docs' |
39 | 2024-08-13T18:40:15.980Z | info: installing component 'rust-std' |
40 | 2024-08-13T18:40:17.697Z | info: installing component 'rustc' |
41 | 2024-08-13T18:40:21.818Z | info: installing component 'rustfmt' |
42 | 2024-08-13T18:40:22.161Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-13T18:40:22.161Z | |
44 | 2024-08-13T18:40:22.411Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-13T18:40:22.411Z | |
46 | 2024-08-13T18:40:22.414Z | |
47 | 2024-08-13T18:40:22.414Z | Rust is installed now. Great! |
48 | 2024-08-13T18:40:22.414Z | |
49 | 2024-08-13T18:40:22.414Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-13T18:40:22.414Z | environment variable. This has not been done automatically. |
51 | 2024-08-13T18:40:22.414Z | |
52 | 2024-08-13T18:40:22.414Z | To configure your current shell, you need to source |
53 | 2024-08-13T18:40:22.414Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-13T18:40:22.414Z | |
55 | 2024-08-13T18:40:22.414Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-13T18:40:22.414Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-13T18:40:22.414Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-13T18:40:22.463Z | + rustc --version |
59 | 2024-08-13T18:40:22.525Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-13T18:40:22.529Z | process exited: duration 20128 ms, exit code 0 |
|
61 | 2024-08-13T18:40:22.537Z | starting task 2: "authentication" |
62 | 2024-08-13T18:40:22.556Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-13T18:40:22.562Z | starting task 3: "clone repository" |
64 | 2024-08-13T18:40:22.567Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-13T18:40:22.570Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-13T18:40:22.604Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-13T18:40:29.084Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-13T18:40:29.084Z | + git fetch origin 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
69 | 2024-08-13T18:40:29.380Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-13T18:40:29.380Z | * branch 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 -> FETCH_HEAD |
71 | 2024-08-13T18:40:29.390Z | + [[ -n gjcolombo/instance-migrate-internal ]] |
72 | 2024-08-13T18:40:29.392Z | ++ git branch --show-current |
73 | 2024-08-13T18:40:29.394Z | + current=main |
74 | 2024-08-13T18:40:29.394Z | + [[ main != gjcolombo/instance-migrate-internal ]] |
75 | 2024-08-13T18:40:29.394Z | + git branch -f gjcolombo/instance-migrate-internal 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
76 | 2024-08-13T18:40:29.401Z | + git checkout -f gjcolombo/instance-migrate-internal |
77 | 2024-08-13T18:40:29.540Z | Switched to branch 'gjcolombo/instance-migrate-internal' |
78 | 2024-08-13T18:40:29.543Z | + git reset --hard 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
79 | 2024-08-13T18:40:29.577Z | HEAD is now at 3055edfe9 clean up type names/includes |
80 | 2024-08-13T18:40:29.579Z | process exited: duration 7015 ms, exit code 0 |
|
81 | 2024-08-13T18:40:29.584Z | starting task 4: "build" |
82 | 2024-08-13T18:40:29.590Z | + cargo --version |
83 | 2024-08-13T18:40:29.644Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-13T18:40:29.648Z | + rustc --version |
85 | 2024-08-13T18:40:29.703Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-13T18:40:29.705Z | + source ./env.sh |
87 | 2024-08-13T18:40:29.705Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-13T18:40:29.708Z | ++ set -o xtrace |
89 | 2024-08-13T18:40:29.710Z | ++++ dirname ./env.sh |
90 | 2024-08-13T18:40:29.710Z | +++ readlink -f . |
91 | 2024-08-13T18:40:29.713Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ 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-13T18:40:29.716Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-13T18:40:29.716Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-13T18:40:29.716Z | + 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-13T18:40:29.716Z | + 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-13T18:40:29.716Z | + banner prerequisites |
105 | 2024-08-13T18:40:29.719Z | |
106 | 2024-08-13T18:40:29.719Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-13T18:40:29.719Z | # # # # # # # # # # # # # # # |
108 | 2024-08-13T18:40:29.719Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-13T18:40:29.719Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-13T18:40:29.719Z | # # # # # # # # # # # # # # # |
111 | 2024-08-13T18:40:29.719Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-13T18:40:29.719Z | |
113 | 2024-08-13T18:40:29.719Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-13T18:40:36.072Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-13T18:40:38.165Z | Startup: Caching catalogs ... Done |
116 | 2024-08-13T18:40:42.489Z | Planning: Solver setup ... Done (3.752s) |
117 | 2024-08-13T18:40:42.556Z | Planning: Running solver ... Done (0.067s) |
118 | 2024-08-13T18:40:42.610Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-13T18:40:42.622Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-13T18:40:42.767Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-13T18:40:42.816Z | Planning: Package planning ... Done (0.048s) |
122 | 2024-08-13T18:40:42.866Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-08-13T18:40:43.153Z | Planning: Checking for conflicting actions ... Done (0.288s) |
124 | 2024-08-13T18:40:43.165Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-13T18:40:44.184Z | Planning: Evaluating mediators ... Done (1.019s) |
126 | 2024-08-13T18:40:44.193Z | Planning: Planning completed in 5.96 seconds |
127 | 2024-08-13T18:40:44.208Z | Packages to install: 4 |
128 | 2024-08-13T18:40:44.208Z | Mediators to change: 2 |
129 | 2024-08-13T18:40:44.211Z | Services to change: 1 |
130 | 2024-08-13T18:40:44.211Z | Estimated space available: 155.75 GB |
131 | 2024-08-13T18:40:44.211Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-13T18:40:44.211Z | Create boot environment: No |
133 | 2024-08-13T18:40:44.211Z | Create backup boot environment: No |
134 | 2024-08-13T18:40:44.211Z | Rebuild boot archive: No |
135 | 2024-08-13T18:40:44.211Z | |
136 | 2024-08-13T18:40:44.211Z | Changed mediators: |
137 | 2024-08-13T18:40:44.211Z | mediator clang: |
138 | 2024-08-13T18:40:44.211Z | version: None -> 15 (system default) |
139 | 2024-08-13T18:40:44.211Z | |
140 | 2024-08-13T18:40:44.211Z | mediator llvm: |
141 | 2024-08-13T18:40:44.211Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-13T18:40:44.211Z | |
143 | 2024-08-13T18:40:44.211Z | Changed packages: |
144 | 2024-08-13T18:40:44.211Z | helios-dev |
145 | 2024-08-13T18:40:44.211Z | developer/build-essential |
146 | 2024-08-13T18:40:44.211Z | None -> 11-2.0 |
147 | 2024-08-13T18:40:44.211Z | library/libxmlsec1 |
148 | 2024-08-13T18:40:44.211Z | None -> 1.2.35-2.0 |
149 | 2024-08-13T18:40:44.211Z | ooce/developer/clang-15 |
150 | 2024-08-13T18:40:44.211Z | None -> 15.0.7-2.0 |
151 | 2024-08-13T18:40:44.211Z | ooce/developer/llvm-15 |
152 | 2024-08-13T18:40:44.211Z | None -> 15.0.7-2.0 |
153 | 2024-08-13T18:40:44.211Z | |
154 | 2024-08-13T18:40:44.211Z | Services: |
155 | 2024-08-13T18:40:44.211Z | restart_fmri: |
156 | 2024-08-13T18:40:44.211Z | svc:/system/update-man-index:default |
157 | 2024-08-13T18:40:44.257Z | |
158 | 2024-08-13T18:40:44.258Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-13T18:40:49.261Z | Download: 1043/3290 items 19.6/212.6MB 9% complete (4.0M/s) |
160 | 2024-08-13T18:40:54.343Z | Download: 1431/3290 items 117.1/212.6MB 55% complete (11.9M/s) |
161 | 2024-08-13T18:40:59.426Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
162 | 2024-08-13T18:41:04.429Z | Download: 3156/3290 items 144.9/212.6MB 68% complete (2.7M/s) |
163 | 2024-08-13T18:41:09.429Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
164 | 2024-08-13T18:41:15.568Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s) |
165 | 2024-08-13T18:41:15.593Z | Download: Completed 212.60 MB in 31.33 seconds (6.8M/s) |
166 | 2024-08-13T18:41:15.752Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-08-13T18:41:20.340Z | Actions: Completed 3689 actions in 4.59 seconds. |
168 | 2024-08-13T18:41:20.611Z | Done (0.266s) |
169 | 2024-08-13T18:41:20.611Z | Done (0.000s) |
170 | 2024-08-13T18:41:20.979Z | Done (0.368s) |
171 | 2024-08-13T18:41:25.256Z | Done (4.111s) |
172 | 2024-08-13T18:41:25.343Z | Done (0.019s) |
173 | 2024-08-13T18:41:25.345Z | Done (0.000s) |
174 | 2024-08-13T18:41:25.482Z | Done (0.000s) |
175 | 2024-08-13T18:41:26.069Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-13T18:41:26.227Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-13T18:41:26.230Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-13T18:41:26.493Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-13T18:41:26.496Z | Planning: Planning completed in 0.42 seconds |
180 | 2024-08-13T18:41:26.526Z | Mediators to change: 2 |
181 | 2024-08-13T18:41:26.526Z | Create boot environment: No |
182 | 2024-08-13T18:41:26.529Z | Create backup boot environment: No |
183 | 2024-08-13T18:41:26.585Z | Done |
184 | 2024-08-13T18:41:26.585Z | Done |
185 | 2024-08-13T18:41:26.805Z | Done |
186 | 2024-08-13T18:41:30.250Z | Done |
187 | 2024-08-13T18:41:30.333Z | Done |
188 | 2024-08-13T18:41:30.336Z | Done |
189 | 2024-08-13T18:41:30.441Z | Done |
190 | 2024-08-13T18:41:31.044Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-13T18:41:31.047Z | Planning: Merging actions ... Done |
192 | 2024-08-13T18:41:31.234Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-13T18:41:31.236Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-13T18:41:31.497Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-13T18:41:31.552Z | Planning: Planning completed in 0.75 seconds |
196 | 2024-08-13T18:41:31.587Z | Packages to change: 1 |
197 | 2024-08-13T18:41:31.587Z | Mediators to change: 1 |
198 | 2024-08-13T18:41:31.590Z | Services to change: 1 |
199 | 2024-08-13T18:41:31.590Z | Create boot environment: No |
200 | 2024-08-13T18:41:31.590Z | Create backup boot environment: Yes |
201 | 2024-08-13T18:41:33.319Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-13T18:41:33.322Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-08-13T18:41:33.322Z | Done |
204 | 2024-08-13T18:41:33.322Z | Done |
205 | 2024-08-13T18:41:33.397Z | Done |
206 | 2024-08-13T18:41:36.995Z | Done |
207 | 2024-08-13T18:41:37.083Z | Done |
208 | 2024-08-13T18:41:37.085Z | Done |
209 | 2024-08-13T18:41:37.185Z | Done |
210 | 2024-08-13T18:41:37.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-13T18:41:37.620Z | clang system 15 system |
212 | 2024-08-13T18:41:37.620Z | csh system system illumos |
213 | 2024-08-13T18:41:37.620Z | ctags system system illumos |
214 | 2024-08-13T18:41:37.620Z | gcc vendor 12 vendor |
215 | 2024-08-13T18:41:37.620Z | gcc system 10 system |
216 | 2024-08-13T18:41:37.620Z | gcc system 7 system |
217 | 2024-08-13T18:41:37.620Z | go system 1.20 system |
218 | 2024-08-13T18:41:37.620Z | go system 1.19 system |
219 | 2024-08-13T18:41:37.620Z | llvm system 15 system |
220 | 2024-08-13T18:41:37.620Z | llvm system 14 system |
221 | 2024-08-13T18:41:37.620Z | mariadb system 10.6 system |
222 | 2024-08-13T18:41:37.620Z | mta vendor vendor dma |
223 | 2024-08-13T18:41:37.620Z | openjdk system 17 system |
224 | 2024-08-13T18:41:37.620Z | openjdk system 11 system |
225 | 2024-08-13T18:41:37.620Z | openjdk system 1.8 system |
226 | 2024-08-13T18:41:37.620Z | openssl vendor 3 vendor |
227 | 2024-08-13T18:41:37.620Z | perl system 5.36 system |
228 | 2024-08-13T18:41:37.620Z | postgresql system 15 system |
229 | 2024-08-13T18:41:37.620Z | postgresql system 13 system |
230 | 2024-08-13T18:41:37.620Z | python vendor 3 vendor |
231 | 2024-08-13T18:41:37.620Z | python system 2 system |
232 | 2024-08-13T18:41:37.620Z | python3 system 3.11 system |
233 | 2024-08-13T18:41:37.620Z | ruby system 3.0 system |
234 | 2024-08-13T18:41:37.620Z | words vendor vendor american-english |
235 | 2024-08-13T18:41:37.620Z | words system system australian-english |
236 | 2024-08-13T18:41:37.620Z | words system system british-english |
237 | 2024-08-13T18:41:37.620Z | words system system canadian-english |
238 | 2024-08-13T18:41:37.620Z | words system system french |
239 | 2024-08-13T18:41:37.620Z | words system system italian |
240 | 2024-08-13T18:41:37.620Z | words system system ngerman |
241 | 2024-08-13T18:41:37.621Z | words system system ogerman |
242 | 2024-08-13T18:41:37.621Z | words system system spanish |
243 | 2024-08-13T18:41:37.949Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-13T18:41:37.949Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-13T18:41:39.660Z | FMRI IFO |
246 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-13T18:41:39.660Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-13T18:41:40.246Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-13T18:41:40.515Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-13T18:41:40.792Z | Updating crates.io index |
261 | 2024-08-13T18:41:40.795Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-13T18:41:41.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-13T18:41:42.430Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-13T18:41:42.726Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-13T18:41:44.264Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-13T18:41:44.509Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-13T18:41:44.774Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-13T18:41:47.235Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-13T18:41:49.254Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-13T18:41:50.659Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-13T18:41:51.394Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-13T18:41:51.919Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-13T18:41:52.257Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-13T18:41:52.510Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-13T18:41:52.780Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-13T18:41:53.072Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-13T18:41:53.320Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-13T18:41:53.549Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-13T18:41:53.856Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-13T18:41:54.149Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-13T18:41:54.399Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-13T18:41:54.725Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-13T18:41:55.043Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-13T18:41:55.510Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-13T18:41:55.858Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-13T18:41:56.229Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-13T18:41:58.552Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-13T18:41:58.797Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-13T18:41:59.043Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-13T18:41:59.425Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-13T18:42:00.477Z | Downloading crates ... |
292 | 2024-08-13T18:42:00.573Z | Downloaded equivalent v1.0.1 |
293 | 2024-08-13T18:42:00.576Z | Downloaded anstyle-parse v0.2.4 |
294 | 2024-08-13T18:42:00.578Z | Downloaded anstream v0.6.14 |
295 | 2024-08-13T18:42:00.585Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-08-13T18:42:00.591Z | Downloaded swrite v0.1.0 |
297 | 2024-08-13T18:42:00.593Z | Downloaded scroll_derive v0.12.0 |
298 | 2024-08-13T18:42:00.594Z | Downloaded is_terminal_polyfill v1.70.0 |
299 | 2024-08-13T18:42:00.596Z | Downloaded clap_lex v0.7.0 |
300 | 2024-08-13T18:42:00.598Z | Downloaded dof v0.3.0 |
301 | 2024-08-13T18:42:00.598Z | Downloaded digest v0.10.7 |
302 | 2024-08-13T18:42:00.600Z | Downloaded crypto-common v0.1.6 |
303 | 2024-08-13T18:42:00.604Z | Downloaded colorchoice v1.0.1 |
304 | 2024-08-13T18:42:00.604Z | Downloaded autocfg v1.3.0 |
305 | 2024-08-13T18:42:00.606Z | Downloaded anstyle-query v1.0.3 |
306 | 2024-08-13T18:42:00.606Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-08-13T18:42:00.609Z | Downloaded fs-err v2.11.0 |
308 | 2024-08-13T18:42:00.609Z | Downloaded byteorder v1.5.0 |
309 | 2024-08-13T18:42:00.612Z | Downloaded utf8parse v0.2.1 |
310 | 2024-08-13T18:42:00.612Z | Downloaded heck v0.5.0 |
311 | 2024-08-13T18:42:00.615Z | Downloaded generic-array v0.14.7 |
312 | 2024-08-13T18:42:00.615Z | Downloaded fnv v1.0.7 |
313 | 2024-08-13T18:42:00.615Z | Downloaded block-buffer v0.10.4 |
314 | 2024-08-13T18:42:00.617Z | Downloaded cfg-if v1.0.0 |
315 | 2024-08-13T18:42:00.621Z | Downloaded usdt-impl v0.5.0 |
316 | 2024-08-13T18:42:00.624Z | Downloaded macaddr v1.0.1 |
317 | 2024-08-13T18:42:00.627Z | Downloaded plain v0.2.3 |
318 | 2024-08-13T18:42:00.627Z | Downloaded cargo_toml v0.20.4 |
319 | 2024-08-13T18:42:00.629Z | Downloaded dtrace-parser v0.2.0 |
320 | 2024-08-13T18:42:00.629Z | Downloaded toml_datetime v0.6.8 |
321 | 2024-08-13T18:42:00.632Z | Downloaded thread-id v4.2.1 |
322 | 2024-08-13T18:42:00.632Z | Downloaded usdt v0.5.0 |
323 | 2024-08-13T18:42:00.635Z | Downloaded terminal_size v0.3.0 |
324 | 2024-08-13T18:42:00.635Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-08-13T18:42:00.635Z | Downloaded once_cell v1.19.0 |
326 | 2024-08-13T18:42:00.638Z | Downloaded thiserror-impl v1.0.63 |
327 | 2024-08-13T18:42:00.646Z | Downloaded sha2 v0.10.8 |
328 | 2024-08-13T18:42:00.652Z | Downloaded quote v1.0.36 |
329 | 2024-08-13T18:42:00.655Z | Downloaded bytecount v0.6.8 |
330 | 2024-08-13T18:42:00.655Z | Downloaded anstyle v1.0.8 |
331 | 2024-08-13T18:42:00.658Z | Downloaded pest_generator v2.7.10 |
332 | 2024-08-13T18:42:00.658Z | Downloaded zerocopy-derive v0.7.34 |
333 | 2024-08-13T18:42:00.661Z | Downloaded errno v0.3.9 |
334 | 2024-08-13T18:42:00.666Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-08-13T18:42:00.671Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-08-13T18:42:00.674Z | Downloaded unicode-ident v1.0.12 |
337 | 2024-08-13T18:42:00.678Z | Downloaded cpufeatures v0.2.12 |
338 | 2024-08-13T18:42:00.681Z | Downloaded typenum v1.17.0 |
339 | 2024-08-13T18:42:00.683Z | Downloaded cargo_metadata v0.18.1 |
340 | 2024-08-13T18:42:00.686Z | Downloaded ryu v1.0.18 |
341 | 2024-08-13T18:42:00.689Z | Downloaded camino v1.1.7 |
342 | 2024-08-13T18:42:00.689Z | Downloaded serde_spanned v0.6.7 |
343 | 2024-08-13T18:42:00.692Z | Downloaded itoa v1.0.11 |
344 | 2024-08-13T18:42:00.692Z | Downloaded heck v0.4.1 |
345 | 2024-08-13T18:42:00.696Z | Downloaded version_check v0.9.5 |
346 | 2024-08-13T18:42:00.696Z | Downloaded strsim v0.11.1 |
347 | 2024-08-13T18:42:00.699Z | Downloaded bitflags v2.6.0 |
348 | 2024-08-13T18:42:00.705Z | Downloaded thiserror v1.0.63 |
349 | 2024-08-13T18:42:00.709Z | Downloaded tabled_derive v0.7.0 |
350 | 2024-08-13T18:42:00.712Z | Downloaded memmap v0.7.0 |
351 | 2024-08-13T18:42:00.713Z | Downloaded clap_derive v4.5.13 |
352 | 2024-08-13T18:42:00.716Z | Downloaded semver v1.0.23 |
353 | 2024-08-13T18:42:00.718Z | Downloaded pest_derive v2.7.10 |
354 | 2024-08-13T18:42:00.721Z | Downloaded serde_tokenstream v0.2.1 |
355 | 2024-08-13T18:42:00.729Z | Downloaded serde v1.0.206 |
356 | 2024-08-13T18:42:00.732Z | Downloaded scroll v0.12.0 |
357 | 2024-08-13T18:42:00.746Z | Downloaded proc-macro2 v1.0.86 |
358 | 2024-08-13T18:42:00.750Z | Downloaded log v0.4.21 |
359 | 2024-08-13T18:42:00.753Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-08-13T18:42:00.757Z | Downloaded ucd-trie v0.1.6 |
361 | 2024-08-13T18:42:00.757Z | Downloaded anyhow v1.0.86 |
362 | 2024-08-13T18:42:00.760Z | Downloaded pest_meta v2.7.10 |
363 | 2024-08-13T18:42:00.766Z | Downloaded memchr v2.7.2 |
364 | 2024-08-13T18:42:00.770Z | Downloaded clap v4.5.15 |
365 | 2024-08-13T18:42:00.776Z | Downloaded toml v0.8.19 |
366 | 2024-08-13T18:42:00.779Z | Downloaded serde_derive v1.0.206 |
367 | 2024-08-13T18:42:00.782Z | Downloaded papergrid v0.11.0 |
368 | 2024-08-13T18:42:00.791Z | Downloaded indexmap v2.3.0 |
369 | 2024-08-13T18:42:00.795Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-13T18:42:00.805Z | Downloaded pest v2.7.10 |
371 | 2024-08-13T18:42:00.815Z | Downloaded toml_edit v0.22.20 |
372 | 2024-08-13T18:42:00.836Z | Downloaded winnow v0.6.18 |
373 | 2024-08-13T18:42:00.848Z | Downloaded serde_json v1.0.122 |
374 | 2024-08-13T18:42:00.852Z | Downloaded clap_builder v4.5.15 |
375 | 2024-08-13T18:42:00.858Z | Downloaded zerocopy v0.7.34 |
376 | 2024-08-13T18:42:00.872Z | Downloaded goblin v0.8.2 |
377 | 2024-08-13T18:42:00.878Z | Downloaded tabled v0.15.0 |
378 | 2024-08-13T18:42:00.893Z | Downloaded syn v2.0.72 |
379 | 2024-08-13T18:42:00.903Z | Downloaded syn v1.0.109 |
380 | 2024-08-13T18:42:00.912Z | Downloaded rustix v0.38.34 |
381 | 2024-08-13T18:42:00.934Z | Downloaded unicode-width v0.1.13 |
382 | 2024-08-13T18:42:00.944Z | Downloaded libc v0.2.155 |
383 | 2024-08-13T18:42:01.233Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-13T18:42:01.233Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-13T18:42:01.236Z | Compiling version_check v0.9.5 |
386 | 2024-08-13T18:42:01.236Z | Compiling serde v1.0.206 |
387 | 2024-08-13T18:42:01.236Z | Compiling memchr v2.7.2 |
388 | 2024-08-13T18:42:01.236Z | Compiling thiserror v1.0.63 |
389 | 2024-08-13T18:42:01.236Z | Compiling libc v0.2.155 |
390 | 2024-08-13T18:42:01.265Z | Compiling itoa v1.0.11 |
391 | 2024-08-13T18:42:01.495Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-13T18:42:01.584Z | Compiling ryu v1.0.18 |
393 | 2024-08-13T18:42:02.036Z | Compiling once_cell v1.19.0 |
394 | 2024-08-13T18:42:02.062Z | Compiling byteorder v1.5.0 |
395 | 2024-08-13T18:42:02.104Z | Compiling serde_json v1.0.122 |
396 | 2024-08-13T18:42:02.528Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-13T18:42:02.597Z | Compiling usdt-impl v0.5.0 |
398 | 2024-08-13T18:42:02.652Z | Compiling rustix v0.38.34 |
399 | 2024-08-13T18:42:02.834Z | Compiling syn v1.0.109 |
400 | 2024-08-13T18:42:02.962Z | Compiling quote v1.0.36 |
401 | 2024-08-13T18:42:03.062Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-13T18:42:03.126Z | Compiling equivalent v1.0.1 |
403 | 2024-08-13T18:42:03.242Z | Compiling hashbrown v0.14.5 |
404 | 2024-08-13T18:42:03.372Z | Compiling syn v2.0.72 |
405 | 2024-08-13T18:42:03.531Z | Compiling errno v0.3.9 |
406 | 2024-08-13T18:42:03.566Z | Compiling utf8parse v0.2.1 |
407 | 2024-08-13T18:42:03.649Z | Compiling thread-id v4.2.1 |
408 | 2024-08-13T18:42:03.716Z | Compiling plain v0.2.3 |
409 | 2024-08-13T18:42:03.740Z | Compiling bitflags v2.6.0 |
410 | 2024-08-13T18:42:03.764Z | Compiling log v0.4.21 |
411 | 2024-08-13T18:42:03.767Z | Compiling anstyle-parse v0.2.4 |
412 | 2024-08-13T18:42:04.149Z | Compiling winnow v0.6.18 |
413 | 2024-08-13T18:42:04.171Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-13T18:42:04.298Z | Compiling colorchoice v1.0.1 |
415 | 2024-08-13T18:42:04.452Z | Compiling indexmap v2.3.0 |
416 | 2024-08-13T18:42:04.455Z | Compiling anstyle-query v1.0.3 |
417 | 2024-08-13T18:42:04.529Z | Compiling anstyle v1.0.8 |
418 | 2024-08-13T18:42:04.636Z | Compiling camino v1.1.7 |
419 | 2024-08-13T18:42:04.730Z | Compiling pretty-hex v0.4.1 |
420 | 2024-08-13T18:42:04.947Z | Compiling semver v1.0.23 |
421 | 2024-08-13T18:42:05.012Z | Compiling autocfg v1.3.0 |
422 | 2024-08-13T18:42:05.383Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-13T18:42:05.561Z | Compiling anstream v0.6.14 |
424 | 2024-08-13T18:42:05.729Z | Compiling heck v0.4.1 |
425 | 2024-08-13T18:42:05.732Z | Compiling anyhow v1.0.86 |
426 | 2024-08-13T18:42:05.831Z | Compiling strsim v0.11.1 |
427 | 2024-08-13T18:42:05.933Z | Compiling fs-err v2.11.0 |
428 | 2024-08-13T18:42:06.221Z | Compiling bytecount v0.6.8 |
429 | 2024-08-13T18:42:06.244Z | Compiling clap_lex v0.7.0 |
430 | 2024-08-13T18:42:06.307Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-13T18:42:06.373Z | Compiling heck v0.5.0 |
432 | 2024-08-13T18:42:06.429Z | Compiling fnv v1.0.7 |
433 | 2024-08-13T18:42:06.552Z | Compiling clap_builder v4.5.15 |
434 | 2024-08-13T18:42:06.576Z | Compiling papergrid v0.11.0 |
435 | 2024-08-13T18:42:06.965Z | Compiling memmap v0.7.0 |
436 | 2024-08-13T18:42:07.487Z | Compiling swrite v0.1.0 |
437 | 2024-08-13T18:42:09.001Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-13T18:42:10.551Z | Compiling tabled v0.15.0 |
439 | 2024-08-13T18:42:12.040Z | Compiling serde_derive v1.0.206 |
440 | 2024-08-13T18:42:12.040Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-13T18:42:12.043Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-13T18:42:12.043Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-13T18:42:12.331Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-13T18:42:13.401Z | Compiling scroll v0.12.0 |
445 | 2024-08-13T18:42:13.880Z | Compiling goblin v0.8.2 |
446 | 2024-08-13T18:42:13.980Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-13T18:42:14.573Z | Compiling pest v2.7.10 |
448 | 2024-08-13T18:42:16.307Z | Compiling clap v4.5.15 |
449 | 2024-08-13T18:42:16.812Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-13T18:42:17.719Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-13T18:42:19.351Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-13T18:42:19.956Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-13T18:42:22.176Z | Compiling serde_tokenstream v0.2.1 |
454 | 2024-08-13T18:42:22.337Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-13T18:42:22.337Z | Compiling serde_spanned v0.6.7 |
456 | 2024-08-13T18:42:22.439Z | Compiling cargo-platform v0.1.8 |
457 | 2024-08-13T18:42:22.689Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-13T18:42:22.736Z | Compiling macaddr v1.0.1 |
459 | 2024-08-13T18:42:23.596Z | Compiling dof v0.3.0 |
460 | 2024-08-13T18:42:23.751Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-13T18:42:25.248Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-13T18:42:25.248Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-13T18:42:25.526Z | Compiling toml v0.8.19 |
464 | 2024-08-13T18:42:26.395Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-13T18:42:26.540Z | Compiling usdt v0.5.0 |
466 | 2024-08-13T18:42:30.077Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-13T18:42:33.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.84s |
468 | 2024-08-13T18:42:34.102Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-13T18:42:34.637Z | Downloading crates ... |
470 | 2024-08-13T18:42:34.745Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-13T18:42:34.762Z | Downloaded addr2line v0.21.0 |
472 | 2024-08-13T18:42:34.765Z | Downloaded bitstruct v0.1.1 |
473 | 2024-08-13T18:42:34.767Z | Downloaded atty v0.2.14 |
474 | 2024-08-13T18:42:34.771Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-13T18:42:34.773Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-08-13T18:42:34.779Z | Downloaded ascii-canvas v3.0.0 |
477 | 2024-08-13T18:42:34.781Z | Downloaded cfg_aliases v0.1.1 |
478 | 2024-08-13T18:42:34.785Z | Downloaded is-terminal v0.4.12 |
479 | 2024-08-13T18:42:34.787Z | Downloaded atomicwrites v0.4.3 |
480 | 2024-08-13T18:42:34.790Z | Downloaded convert_case v0.4.0 |
481 | 2024-08-13T18:42:34.792Z | Downloaded assert_matches v1.5.0 |
482 | 2024-08-13T18:42:34.792Z | Downloaded bitstruct_derive v0.1.0 |
483 | 2024-08-13T18:42:34.794Z | Downloaded instant v0.1.12 |
484 | 2024-08-13T18:42:34.797Z | Downloaded linear-map v1.2.0 |
485 | 2024-08-13T18:42:34.799Z | Downloaded lazycell v1.3.0 |
486 | 2024-08-13T18:42:34.801Z | Downloaded lalrpop-util v0.19.12 |
487 | 2024-08-13T18:42:34.801Z | Downloaded indoc v1.0.9 |
488 | 2024-08-13T18:42:34.803Z | Downloaded newline-converter v0.3.0 |
489 | 2024-08-13T18:42:34.806Z | Downloaded openssl-macros v0.1.1 |
490 | 2024-08-13T18:42:34.809Z | Downloaded crc-catalog v2.4.0 |
491 | 2024-08-13T18:42:34.809Z | Downloaded cipher v0.4.4 |
492 | 2024-08-13T18:42:34.811Z | Downloaded camino-tempfile v1.1.1 |
493 | 2024-08-13T18:42:34.814Z | Downloaded bb8 v0.8.5 |
494 | 2024-08-13T18:42:34.814Z | Downloaded async-recursion v1.1.1 |
495 | 2024-08-13T18:42:34.817Z | Downloaded castaway v0.2.3 |
496 | 2024-08-13T18:42:34.821Z | Downloaded path-slash v0.1.5 |
497 | 2024-08-13T18:42:34.823Z | Downloaded newtype_derive v0.1.6 |
498 | 2024-08-13T18:42:34.823Z | Downloaded opaque-debug v0.3.1 |
499 | 2024-08-13T18:42:34.823Z | Downloaded parse-size v1.0.0 |
500 | 2024-08-13T18:42:34.826Z | Downloaded libloading v0.8.3 |
501 | 2024-08-13T18:42:34.828Z | Downloaded linked-hash-map v0.5.6 |
502 | 2024-08-13T18:42:34.828Z | Downloaded lazy_static v1.5.0 |
503 | 2024-08-13T18:42:34.831Z | Downloaded ipnetwork v0.20.0 |
504 | 2024-08-13T18:42:34.834Z | Downloaded number_prefix v0.4.0 |
505 | 2024-08-13T18:42:34.834Z | Downloaded bitflags v1.3.2 |
506 | 2024-08-13T18:42:34.836Z | Downloaded matches v0.1.10 |
507 | 2024-08-13T18:42:34.838Z | Downloaded num_threads v0.1.7 |
508 | 2024-08-13T18:42:34.840Z | Downloaded multimap v0.10.0 |
509 | 2024-08-13T18:42:34.840Z | Downloaded base16ct v0.2.0 |
510 | 2024-08-13T18:42:34.843Z | Downloaded block-padding v0.3.3 |
511 | 2024-08-13T18:42:34.843Z | Downloaded olpc-cjson v0.1.3 |
512 | 2024-08-13T18:42:34.845Z | Downloaded num_enum v0.5.11 |
513 | 2024-08-13T18:42:34.850Z | Downloaded num-derive v0.4.2 |
514 | 2024-08-13T18:42:34.852Z | Downloaded managed v0.8.0 |
515 | 2024-08-13T18:42:34.854Z | Downloaded mockall v0.13.0 |
516 | 2024-08-13T18:42:34.857Z | Downloaded lru-cache v0.1.2 |
517 | 2024-08-13T18:42:34.857Z | Downloaded openssl-probe v0.1.5 |
518 | 2024-08-13T18:42:34.859Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2024-08-13T18:42:34.859Z | Downloaded keccak v0.1.5 |
520 | 2024-08-13T18:42:34.861Z | Downloaded paste v1.0.15 |
521 | 2024-08-13T18:42:34.864Z | Downloaded arrayvec v0.7.4 |
522 | 2024-08-13T18:42:34.867Z | Downloaded maybe-uninit v2.0.0 |
523 | 2024-08-13T18:42:34.867Z | Downloaded const_format_proc_macros v0.2.32 |
524 | 2024-08-13T18:42:34.869Z | Downloaded parse-display v0.10.0 |
525 | 2024-08-13T18:42:34.871Z | Downloaded ipnet v2.9.0 |
526 | 2024-08-13T18:42:34.874Z | Downloaded normalize-line-endings v0.3.0 |
527 | 2024-08-13T18:42:34.874Z | Downloaded cancel-safe-futures v0.1.5 |
528 | 2024-08-13T18:42:34.877Z | Downloaded sqlparser_derive v0.2.2 |
529 | 2024-08-13T18:42:34.880Z | Downloaded nanorand v0.7.0 |
530 | 2024-08-13T18:42:34.882Z | Downloaded memoffset v0.9.1 |
531 | 2024-08-13T18:42:34.885Z | Downloaded tinyvec_macros v0.1.1 |
532 | 2024-08-13T18:42:34.885Z | Downloaded vte_generate_state_changes v0.1.1 |
533 | 2024-08-13T18:42:34.885Z | Downloaded termtree v0.4.1 |
534 | 2024-08-13T18:42:34.887Z | Downloaded oso-derive v0.27.3 |
535 | 2024-08-13T18:42:34.887Z | Downloaded signal-hook-tokio v0.3.1 |
536 | 2024-08-13T18:42:34.889Z | Downloaded arrayref v0.3.7 |
537 | 2024-08-13T18:42:34.889Z | Downloaded lock_api v0.4.12 |
538 | 2024-08-13T18:42:34.892Z | Downloaded nibble_vec v0.1.0 |
539 | 2024-08-13T18:42:34.894Z | Downloaded newtype-uuid v1.1.0 |
540 | 2024-08-13T18:42:34.894Z | Downloaded crc v3.2.1 |
541 | 2024-08-13T18:42:34.897Z | Downloaded backoff v0.4.0 |
542 | 2024-08-13T18:42:34.900Z | Downloaded owo-colors v4.0.0 |
543 | 2024-08-13T18:42:34.902Z | Downloaded downcast v0.11.0 |
544 | 2024-08-13T18:42:34.905Z | Downloaded constant_time_eq v0.3.0 |
545 | 2024-08-13T18:42:34.907Z | Downloaded num_cpus v1.16.0 |
546 | 2024-08-13T18:42:34.910Z | Downloaded colored v2.1.0 |
547 | 2024-08-13T18:42:34.912Z | Downloaded parking_lot_core v0.8.6 |
548 | 2024-08-13T18:42:34.914Z | Downloaded native-tls v0.2.11 |
549 | 2024-08-13T18:42:34.917Z | Downloaded display-error-chain v0.2.0 |
550 | 2024-08-13T18:42:34.921Z | Downloaded headers-core v0.2.0 |
551 | 2024-08-13T18:42:34.921Z | Downloaded futures-sink v0.3.30 |
552 | 2024-08-13T18:42:34.924Z | Downloaded spin v0.5.2 |
553 | 2024-08-13T18:42:34.924Z | Downloaded packed_struct v0.10.1 |
554 | 2024-08-13T18:42:34.924Z | Downloaded packed_struct_codegen v0.10.1 |
555 | 2024-08-13T18:42:34.926Z | Downloaded derive_builder_macro v0.20.0 |
556 | 2024-08-13T18:42:34.926Z | Downloaded waitgroup v0.1.2 |
557 | 2024-08-13T18:42:34.928Z | Downloaded lru v0.12.3 |
558 | 2024-08-13T18:42:34.928Z | Downloaded num_enum_derive v0.5.11 |
559 | 2024-08-13T18:42:34.931Z | Downloaded const-oid v0.9.6 |
560 | 2024-08-13T18:42:34.934Z | Downloaded num v0.4.3 |
561 | 2024-08-13T18:42:34.937Z | Downloaded defmt v0.3.8 |
562 | 2024-08-13T18:42:34.940Z | Downloaded termcolor v1.4.1 |
563 | 2024-08-13T18:42:34.941Z | Downloaded parse-display-derive v0.10.0 |
564 | 2024-08-13T18:42:34.943Z | Downloaded strum_macros v0.25.3 |
565 | 2024-08-13T18:42:34.946Z | Downloaded slog-envlogger v2.2.0 |
566 | 2024-08-13T18:42:34.946Z | Downloaded strip-ansi-escapes v0.2.0 |
567 | 2024-08-13T18:42:34.949Z | Downloaded stringprep v0.1.4 |
568 | 2024-08-13T18:42:34.952Z | Downloaded smallvec v0.6.14 |
569 | 2024-08-13T18:42:34.952Z | Downloaded pretty-hex v0.2.1 |
570 | 2024-08-13T18:42:34.954Z | Downloaded tls_codec v0.4.1 |
571 | 2024-08-13T18:42:34.954Z | Downloaded oso v0.27.3 |
572 | 2024-08-13T18:42:34.958Z | Downloaded parking_lot v0.11.2 |
573 | 2024-08-13T18:42:34.961Z | Downloaded num-rational v0.4.2 |
574 | 2024-08-13T18:42:34.963Z | Downloaded debug-ignore v1.0.5 |
575 | 2024-08-13T18:42:34.966Z | Downloaded universal-hash v0.5.1 |
576 | 2024-08-13T18:42:34.968Z | Downloaded ahash v0.8.11 |
577 | 2024-08-13T18:42:34.971Z | Downloaded console v0.15.8 |
578 | 2024-08-13T18:42:34.973Z | Downloaded indicatif v0.17.8 |
579 | 2024-08-13T18:42:34.976Z | Downloaded cookie v0.17.0 |
580 | 2024-08-13T18:42:34.980Z | Downloaded futures-task v0.3.30 |
581 | 2024-08-13T18:42:34.982Z | Downloaded omicron-zone-package v0.11.0 |
582 | 2024-08-13T18:42:34.985Z | Downloaded darling v0.20.9 |
583 | 2024-08-13T18:42:34.988Z | Downloaded strum v0.26.3 |
584 | 2024-08-13T18:42:34.991Z | Downloaded num-traits v0.2.19 |
585 | 2024-08-13T18:42:34.999Z | Downloaded structmeta-derive v0.2.0 |
586 | 2024-08-13T18:42:35.002Z | Downloaded impl-trait-for-tuples v0.2.2 |
587 | 2024-08-13T18:42:35.002Z | Downloaded ref-cast-impl v1.0.23 |
588 | 2024-08-13T18:42:35.002Z | Downloaded want v0.3.1 |
589 | 2024-08-13T18:42:35.002Z | Downloaded serde_with_macros v3.8.3 |
590 | 2024-08-13T18:42:35.002Z | Downloaded miniz_oxide v0.7.2 |
591 | 2024-08-13T18:42:35.005Z | Downloaded ref-cast v1.0.23 |
592 | 2024-08-13T18:42:35.007Z | Downloaded wait-timeout v0.2.0 |
593 | 2024-08-13T18:42:35.010Z | Downloaded tokio-tungstenite v0.21.0 |
594 | 2024-08-13T18:42:35.012Z | Downloaded heck v0.3.3 |
595 | 2024-08-13T18:42:35.014Z | Downloaded rustls-pemfile v1.0.4 |
596 | 2024-08-13T18:42:35.017Z | Downloaded foreign-types-shared v0.1.1 |
597 | 2024-08-13T18:42:35.017Z | Downloaded peg-runtime v0.8.3 |
598 | 2024-08-13T18:42:35.017Z | Downloaded ppv-lite86 v0.2.17 |
599 | 2024-08-13T18:42:35.020Z | Downloaded signal-hook-registry v1.4.2 |
600 | 2024-08-13T18:42:35.022Z | Downloaded signal-hook-mio v0.2.4 |
601 | 2024-08-13T18:42:35.022Z | Downloaded serde_path_to_error v0.1.16 |
602 | 2024-08-13T18:42:35.024Z | Downloaded fastrand v2.1.0 |
603 | 2024-08-13T18:42:35.024Z | Downloaded darling_core v0.20.9 |
604 | 2024-08-13T18:42:35.029Z | Downloaded slog-bunyan v2.5.0 |
605 | 2024-08-13T18:42:35.031Z | Downloaded compact_str v0.8.0 |
606 | 2024-08-13T18:42:35.034Z | Downloaded bytes v1.7.1 |
607 | 2024-08-13T18:42:35.038Z | Downloaded env_logger v0.10.2 |
608 | 2024-08-13T18:42:35.041Z | Downloaded rustc-hash v1.1.0 |
609 | 2024-08-13T18:42:35.044Z | Downloaded parking_lot v0.12.2 |
610 | 2024-08-13T18:42:35.046Z | Downloaded tls_codec_derive v0.4.1 |
611 | 2024-08-13T18:42:35.048Z | Downloaded hyper-rustls v0.24.2 |
612 | 2024-08-13T18:42:35.050Z | Downloaded slog-dtrace v0.3.0 |
613 | 2024-08-13T18:42:35.053Z | Downloaded sync_wrapper v0.1.2 |
614 | 2024-08-13T18:42:35.053Z | Downloaded derive_builder_core v0.20.0 |
615 | 2024-08-13T18:42:35.055Z | Downloaded zeroize_derive v1.4.2 |
616 | 2024-08-13T18:42:35.057Z | Downloaded zeroize v1.7.0 |
617 | 2024-08-13T18:42:35.057Z | Downloaded tui-tree-widget v0.22.0 |
618 | 2024-08-13T18:42:35.060Z | Downloaded take_mut v0.2.2 |
619 | 2024-08-13T18:42:35.060Z | Downloaded cc v1.0.97 |
620 | 2024-08-13T18:42:35.063Z | Downloaded structmeta-derive v0.3.0 |
621 | 2024-08-13T18:42:35.065Z | Downloaded http-body v0.4.6 |
622 | 2024-08-13T18:42:35.068Z | Downloaded sqlformat v0.2.4 |
623 | 2024-08-13T18:42:35.070Z | Downloaded wyz v0.5.1 |
624 | 2024-08-13T18:42:35.070Z | Downloaded fallible-iterator v0.2.0 |
625 | 2024-08-13T18:42:35.072Z | Downloaded futures-executor v0.3.30 |
626 | 2024-08-13T18:42:35.074Z | Downloaded hex v0.4.3 |
627 | 2024-08-13T18:42:35.074Z | Downloaded group v0.13.0 |
628 | 2024-08-13T18:42:35.078Z | Downloaded ident_case v1.0.1 |
629 | 2024-08-13T18:42:35.078Z | Downloaded hubpack_derive v0.1.1 |
630 | 2024-08-13T18:42:35.081Z | Downloaded futures-core v0.3.30 |
631 | 2024-08-13T18:42:35.081Z | Downloaded zone v0.1.8 |
632 | 2024-08-13T18:42:35.081Z | Downloaded mio v0.8.11 |
633 | 2024-08-13T18:42:35.086Z | Downloaded unicode-linebreak v0.1.5 |
634 | 2024-08-13T18:42:35.089Z | Downloaded pem v3.0.4 |
635 | 2024-08-13T18:42:35.089Z | Downloaded backtrace v0.3.71 |
636 | 2024-08-13T18:42:35.094Z | Downloaded tokio-tungstenite v0.20.1 |
637 | 2024-08-13T18:42:35.097Z | Downloaded serde_repr v0.1.19 |
638 | 2024-08-13T18:42:35.101Z | Downloaded serde_plain v1.0.2 |
639 | 2024-08-13T18:42:35.104Z | Downloaded zerocopy v0.6.6 |
640 | 2024-08-13T18:42:35.104Z | Downloaded serde-big-array v0.5.1 |
641 | 2024-08-13T18:42:35.106Z | Downloaded slog-scope v4.4.0 |
642 | 2024-08-13T18:42:35.106Z | Downloaded slog-json v2.6.1 |
643 | 2024-08-13T18:42:35.109Z | Downloaded rustc_version v0.1.7 |
644 | 2024-08-13T18:42:35.109Z | Downloaded pin-utils v0.1.0 |
645 | 2024-08-13T18:42:35.111Z | Downloaded base64 v0.22.1 |
646 | 2024-08-13T18:42:35.114Z | Downloaded time-core v0.1.2 |
647 | 2024-08-13T18:42:35.116Z | Downloaded tap v1.0.1 |
648 | 2024-08-13T18:42:35.116Z | Downloaded zone_cfg_derive v0.1.2 |
649 | 2024-08-13T18:42:35.119Z | Downloaded serde_arrays v0.1.0 |
650 | 2024-08-13T18:42:35.119Z | Downloaded r2d2 v0.8.10 |
651 | 2024-08-13T18:42:35.123Z | Downloaded psl-types v2.0.11 |
652 | 2024-08-13T18:42:35.123Z | Downloaded tokio-stream v0.1.15 |
653 | 2024-08-13T18:42:35.126Z | Downloaded spki v0.7.3 |
654 | 2024-08-13T18:42:35.128Z | Downloaded difflib v0.4.0 |
655 | 2024-08-13T18:42:35.131Z | Downloaded foreign-types v0.3.2 |
656 | 2024-08-13T18:42:35.131Z | Downloaded embedded-io v0.4.0 |
657 | 2024-08-13T18:42:35.134Z | Downloaded scopeguard v1.2.0 |
658 | 2024-08-13T18:42:35.134Z | Downloaded rustc-demangle v0.1.24 |
659 | 2024-08-13T18:42:35.136Z | Downloaded num-bigint v0.4.5 |
660 | 2024-08-13T18:42:35.139Z | Downloaded untrusted v0.7.1 |
661 | 2024-08-13T18:42:35.142Z | Downloaded base64 v0.21.7 |
662 | 2024-08-13T18:42:35.146Z | Downloaded peg v0.8.4 |
663 | 2024-08-13T18:42:35.149Z | Downloaded crypto-bigint v0.5.5 |
664 | 2024-08-13T18:42:35.156Z | Downloaded itertools v0.10.5 |
665 | 2024-08-13T18:42:35.162Z | Downloaded siphasher v0.3.11 |
666 | 2024-08-13T18:42:35.164Z | Downloaded percent-encoding v2.3.1 |
667 | 2024-08-13T18:42:35.172Z | Downloaded funty v2.0.0 |
668 | 2024-08-13T18:42:35.176Z | Downloaded phf_shared v0.10.0 |
669 | 2024-08-13T18:42:35.176Z | Downloaded untrusted v0.9.0 |
670 | 2024-08-13T18:42:35.178Z | Downloaded tiny-keccak v2.0.2 |
671 | 2024-08-13T18:42:35.181Z | Downloaded deranged v0.3.11 |
672 | 2024-08-13T18:42:35.181Z | Downloaded structmeta v0.2.0 |
673 | 2024-08-13T18:42:35.184Z | Downloaded indexmap v1.9.3 |
674 | 2024-08-13T18:42:35.186Z | Downloaded secrecy v0.8.0 |
675 | 2024-08-13T18:42:35.189Z | Downloaded diesel_table_macro_syntax v0.2.0 |
676 | 2024-08-13T18:42:35.189Z | Downloaded strum_macros v0.24.3 |
677 | 2024-08-13T18:42:35.193Z | Downloaded ena v0.14.3 |
678 | 2024-08-13T18:42:35.193Z | Downloaded test-strategy v0.3.1 |
679 | 2024-08-13T18:42:35.195Z | Downloaded schemars v0.8.21 |
680 | 2024-08-13T18:42:35.208Z | Downloaded humantime v2.1.0 |
681 | 2024-08-13T18:42:35.211Z | Downloaded sigpipe v0.1.3 |
682 | 2024-08-13T18:42:35.211Z | Downloaded serde_derive_internals v0.29.1 |
683 | 2024-08-13T18:42:35.214Z | Downloaded hyper-staticfile v0.9.5 |
684 | 2024-08-13T18:42:35.214Z | Downloaded proc-macro-crate v1.3.1 |
685 | 2024-08-13T18:42:35.220Z | Downloaded rustls-pemfile v2.1.3 |
686 | 2024-08-13T18:42:35.224Z | Downloaded unicode_categories v0.1.1 |
687 | 2024-08-13T18:42:35.224Z | Downloaded tungstenite v0.21.0 |
688 | 2024-08-13T18:42:35.228Z | Downloaded signature v2.2.0 |
689 | 2024-08-13T18:42:35.228Z | Downloaded shlex v1.3.0 |
690 | 2024-08-13T18:42:35.228Z | Downloaded schemars_derive v0.8.21 |
691 | 2024-08-13T18:42:35.231Z | Downloaded rustversion v1.0.17 |
692 | 2024-08-13T18:42:35.234Z | Downloaded hubpack v0.1.2 |
693 | 2024-08-13T18:42:35.234Z | Downloaded sec1 v0.7.3 |
694 | 2024-08-13T18:42:35.236Z | Downloaded rustls-pki-types v1.7.0 |
695 | 2024-08-13T18:42:35.236Z | Downloaded pem-rfc7468 v0.7.0 |
696 | 2024-08-13T18:42:35.239Z | Downloaded supports-color v3.0.0 |
697 | 2024-08-13T18:42:35.242Z | Downloaded der_derive v0.7.2 |
698 | 2024-08-13T18:42:35.245Z | Downloaded time-macros v0.2.18 |
699 | 2024-08-13T18:42:35.245Z | Downloaded snafu v0.8.2 |
700 | 2024-08-13T18:42:35.250Z | Downloaded float-ord v0.3.2 |
701 | 2024-08-13T18:42:35.253Z | Downloaded serde_urlencoded v0.7.1 |
702 | 2024-08-13T18:42:35.256Z | Downloaded glob v0.3.1 |
703 | 2024-08-13T18:42:35.256Z | Downloaded hyper-tls v0.5.0 |
704 | 2024-08-13T18:42:35.259Z | Downloaded erased-serde v0.3.31 |
705 | 2024-08-13T18:42:35.259Z | Downloaded env_logger v0.9.3 |
706 | 2024-08-13T18:42:35.262Z | Downloaded flagset v0.4.5 |
707 | 2024-08-13T18:42:35.265Z | Downloaded portpicker v0.1.1 |
708 | 2024-08-13T18:42:35.265Z | Downloaded socket2 v0.5.7 |
709 | 2024-08-13T18:42:35.268Z | Downloaded http-range v0.1.5 |
710 | 2024-08-13T18:42:35.269Z | Downloaded derive_more v0.99.18 |
711 | 2024-08-13T18:42:35.271Z | Downloaded fatfs v0.3.6 |
712 | 2024-08-13T18:42:35.274Z | Downloaded thiserror-no-std v2.0.2 |
713 | 2024-08-13T18:42:35.278Z | Downloaded precomputed-hash v0.1.1 |
714 | 2024-08-13T18:42:35.280Z | Downloaded unicode-truncate v1.0.0 |
715 | 2024-08-13T18:42:35.280Z | Downloaded unarray v0.1.4 |
716 | 2024-08-13T18:42:35.283Z | Downloaded topological-sort v0.2.2 |
717 | 2024-08-13T18:42:35.285Z | Downloaded typed-path v0.7.1 |
718 | 2024-08-13T18:42:35.290Z | Downloaded hash32 v0.3.1 |
719 | 2024-08-13T18:42:35.294Z | Downloaded powerfmt v0.2.0 |
720 | 2024-08-13T18:42:35.294Z | Downloaded mio v1.0.1 |
721 | 2024-08-13T18:42:35.297Z | Downloaded libm v0.2.8 |
722 | 2024-08-13T18:42:35.305Z | Downloaded rpassword v7.3.1 |
723 | 2024-08-13T18:42:35.308Z | Downloaded try-lock v0.2.5 |
724 | 2024-08-13T18:42:35.308Z | Downloaded resolv-conf v0.7.0 |
725 | 2024-08-13T18:42:35.310Z | Downloaded tokio-macros v2.3.0 |
726 | 2024-08-13T18:42:35.313Z | Downloaded phf_shared v0.11.2 |
727 | 2024-08-13T18:42:35.313Z | Downloaded tracing v0.1.40 |
728 | 2024-08-13T18:42:35.315Z | Downloaded fixedbitset v0.4.2 |
729 | 2024-08-13T18:42:35.322Z | Downloaded tracing-core v0.1.32 |
730 | 2024-08-13T18:42:35.324Z | Downloaded publicsuffix v2.2.3 |
731 | 2024-08-13T18:42:35.324Z | Downloaded toolchain_find v0.4.0 |
732 | 2024-08-13T18:42:35.325Z | Downloaded futures v0.3.30 |
733 | 2024-08-13T18:42:35.328Z | Downloaded futures-channel v0.3.30 |
734 | 2024-08-13T18:42:35.331Z | Downloaded slab v0.4.9 |
735 | 2024-08-13T18:42:35.334Z | Downloaded httpdate v1.0.3 |
736 | 2024-08-13T18:42:35.334Z | Downloaded crossterm v0.28.1 |
737 | 2024-08-13T18:42:35.339Z | Downloaded half v2.4.1 |
738 | 2024-08-13T18:42:35.342Z | Downloaded same-file v1.0.6 |
739 | 2024-08-13T18:42:35.345Z | Downloaded either v1.13.0 |
740 | 2024-08-13T18:42:35.345Z | Downloaded uzers v0.11.3 |
741 | 2024-08-13T18:42:35.348Z | Downloaded predicates-tree v1.0.9 |
742 | 2024-08-13T18:42:35.350Z | Downloaded predicates-core v1.0.6 |
743 | 2024-08-13T18:42:35.350Z | Downloaded fxhash v0.2.1 |
744 | 2024-08-13T18:42:35.350Z | Downloaded hostname v0.4.0 |
745 | 2024-08-13T18:42:35.353Z | Downloaded hostname v0.3.1 |
746 | 2024-08-13T18:42:35.355Z | Downloaded rand_xorshift v0.3.0 |
747 | 2024-08-13T18:42:35.355Z | Downloaded diff v0.1.13 |
748 | 2024-08-13T18:42:35.358Z | Downloaded vte v0.11.1 |
749 | 2024-08-13T18:42:35.361Z | Downloaded home v0.5.9 |
750 | 2024-08-13T18:42:35.361Z | Downloaded utf-8 v0.7.6 |
751 | 2024-08-13T18:42:35.363Z | Downloaded smawk v0.3.2 |
752 | 2024-08-13T18:42:35.363Z | Downloaded pkcs8 v0.10.2 |
753 | 2024-08-13T18:42:35.366Z | Downloaded tokio-postgres v0.7.11 |
754 | 2024-08-13T18:42:35.371Z | Downloaded enum-as-inner v0.5.1 |
755 | 2024-08-13T18:42:35.373Z | Downloaded endian-type v0.1.2 |
756 | 2024-08-13T18:42:35.373Z | Downloaded rustc_version v0.4.0 |
757 | 2024-08-13T18:42:35.376Z | Downloaded der v0.7.9 |
758 | 2024-08-13T18:42:35.379Z | Downloaded x509-cert v0.2.5 |
759 | 2024-08-13T18:42:35.385Z | Downloaded sct v0.7.1 |
760 | 2024-08-13T18:42:35.388Z | Downloaded unicode-bidi v0.3.15 |
761 | 2024-08-13T18:42:35.390Z | Downloaded stable_deref_trait v1.2.0 |
762 | 2024-08-13T18:42:35.393Z | Downloaded scheduled-thread-pool v0.2.7 |
763 | 2024-08-13T18:42:35.393Z | Downloaded httparse v1.8.0 |
764 | 2024-08-13T18:42:35.396Z | Downloaded rusty-fork v0.3.0 |
765 | 2024-08-13T18:42:35.398Z | Downloaded slog-stdlog v4.1.1 |
766 | 2024-08-13T18:42:35.398Z | Downloaded rayon-core v1.12.1 |
767 | 2024-08-13T18:42:35.401Z | Downloaded smf v0.2.3 |
768 | 2024-08-13T18:42:35.404Z | Downloaded which v4.4.2 |
769 | 2024-08-13T18:42:35.404Z | Downloaded getopts v0.2.21 |
770 | 2024-08-13T18:42:35.406Z | Downloaded futures-io v0.3.30 |
771 | 2024-08-13T18:42:35.406Z | Downloaded gethostname v0.5.0 |
772 | 2024-08-13T18:42:35.409Z | Downloaded walkdir v2.5.0 |
773 | 2024-08-13T18:42:35.409Z | Downloaded signal-hook v0.3.17 |
774 | 2024-08-13T18:42:35.412Z | Downloaded postgres-types v0.2.7 |
775 | 2024-08-13T18:42:35.421Z | Downloaded diesel_derives v2.2.2 |
776 | 2024-08-13T18:42:35.423Z | Downloaded itertools v0.12.1 |
777 | 2024-08-13T18:42:35.426Z | Downloaded thread_local v1.1.8 |
778 | 2024-08-13T18:42:35.428Z | Downloaded string_cache v0.8.7 |
779 | 2024-08-13T18:42:35.428Z | Downloaded static_assertions v1.1.0 |
780 | 2024-08-13T18:42:35.431Z | Downloaded smallvec v1.13.2 |
781 | 2024-08-13T18:42:35.431Z | Downloaded derive_builder v0.20.0 |
782 | 2024-08-13T18:42:35.435Z | Downloaded whoami v1.5.1 |
783 | 2024-08-13T18:42:35.445Z | Downloaded derive-where v1.2.7 |
784 | 2024-08-13T18:42:35.448Z | Downloaded subtle v2.5.0 |
785 | 2024-08-13T18:42:35.448Z | Downloaded postgres-protocol v0.6.7 |
786 | 2024-08-13T18:42:35.448Z | Downloaded rand v0.8.5 |
787 | 2024-08-13T18:42:35.448Z | Downloaded crossterm v0.27.0 |
788 | 2024-08-13T18:42:35.453Z | Downloaded tokio-rustls v0.25.0 |
789 | 2024-08-13T18:42:35.457Z | Downloaded aho-corasick v1.1.3 |
790 | 2024-08-13T18:42:35.462Z | Downloaded tokio-util v0.7.11 |
791 | 2024-08-13T18:42:35.466Z | Downloaded unicode-normalization v0.1.23 |
792 | 2024-08-13T18:42:35.470Z | Downloaded slog v2.7.0 |
793 | 2024-08-13T18:42:35.473Z | Downloaded pin-project v1.1.5 |
794 | 2024-08-13T18:42:35.483Z | Downloaded http v0.2.12 |
795 | 2024-08-13T18:42:35.487Z | Downloaded postcard v1.0.8 |
796 | 2024-08-13T18:42:35.490Z | Downloaded regex-automata v0.1.10 |
797 | 2024-08-13T18:42:35.495Z | Downloaded samael v0.0.15 |
798 | 2024-08-13T18:42:35.503Z | Downloaded socket2 v0.4.10 |
799 | 2024-08-13T18:42:35.507Z | Downloaded reedline v0.33.0 |
800 | 2024-08-13T18:42:35.510Z | Downloaded steno v0.4.1 |
801 | 2024-08-13T18:42:35.514Z | Downloaded toml v0.7.8 |
802 | 2024-08-13T18:42:35.517Z | Downloaded prettyplease v0.2.20 |
803 | 2024-08-13T18:42:35.521Z | Downloaded url v2.5.2 |
804 | 2024-08-13T18:42:35.524Z | Downloaded textwrap v0.16.1 |
805 | 2024-08-13T18:42:35.527Z | Downloaded subprocess v0.2.9 |
806 | 2024-08-13T18:42:35.530Z | Downloaded elliptic-curve v0.13.8 |
807 | 2024-08-13T18:42:35.535Z | Downloaded rsa v0.9.6 |
808 | 2024-08-13T18:42:35.538Z | Downloaded futures-util v0.3.30 |
809 | 2024-08-13T18:42:35.548Z | Downloaded unsafe-libyaml v0.2.11 |
810 | 2024-08-13T18:42:35.551Z | Downloaded heapless v0.8.0 |
811 | 2024-08-13T18:42:35.555Z | Downloaded expectorate v1.1.0 |
812 | 2024-08-13T18:42:35.557Z | Downloaded trust-dns-client v0.22.0 |
813 | 2024-08-13T18:42:35.562Z | Downloaded quick-xml v0.31.0 |
814 | 2024-08-13T18:42:35.568Z | Downloaded trust-dns-resolver v0.22.0 |
815 | 2024-08-13T18:42:35.573Z | Downloaded unicode-segmentation v1.11.0 |
816 | 2024-08-13T18:42:35.576Z | Downloaded hkdf v0.12.4 |
817 | 2024-08-13T18:42:35.578Z | Downloaded bindgen v0.69.4 |
818 | 2024-08-13T18:42:35.585Z | Downloaded hashbrown v0.13.2 |
819 | 2024-08-13T18:42:35.590Z | Downloaded trust-dns-server v0.22.1 |
820 | 2024-08-13T18:42:35.595Z | Downloaded lalrpop v0.19.12 |
821 | 2024-08-13T18:42:35.605Z | Downloaded chrono v0.4.38 |
822 | 2024-08-13T18:42:35.613Z | Downloaded hashbrown v0.12.3 |
823 | 2024-08-13T18:42:35.616Z | Downloaded bitvec v1.0.1 |
824 | 2024-08-13T18:42:35.631Z | Downloaded similar v2.5.0 |
825 | 2024-08-13T18:42:35.636Z | Downloaded flate2 v1.0.31 |
826 | 2024-08-13T18:42:35.642Z | Downloaded proptest v1.5.0 |
827 | 2024-08-13T18:42:35.651Z | Downloaded rustyline v14.0.0 |
828 | 2024-08-13T18:42:35.655Z | Downloaded serde_with v3.8.3 |
829 | 2024-08-13T18:42:35.663Z | Downloaded sqlparser v0.45.0 |
830 | 2024-08-13T18:42:35.669Z | Downloaded openssl v0.10.66 |
831 | 2024-08-13T18:42:35.678Z | Downloaded h2 v0.3.26 |
832 | 2024-08-13T18:42:35.684Z | Downloaded portable-atomic v1.6.0 |
833 | 2024-08-13T18:42:35.692Z | Downloaded hyper v0.14.30 |
834 | 2024-08-13T18:42:35.698Z | Downloaded idna v0.5.0 |
835 | 2024-08-13T18:42:35.705Z | Downloaded winnow v0.5.40 |
836 | 2024-08-13T18:42:35.713Z | Downloaded idna v0.2.3 |
837 | 2024-08-13T18:42:35.719Z | Downloaded rustls-webpki v0.102.4 |
838 | 2024-08-13T18:42:35.737Z | Downloaded reqwest v0.11.27 |
839 | 2024-08-13T18:42:35.744Z | Downloaded rustls-webpki v0.101.7 |
840 | 2024-08-13T18:42:35.757Z | Downloaded rayon v1.10.0 |
841 | 2024-08-13T18:42:35.766Z | Downloaded gimli v0.28.1 |
842 | 2024-08-13T18:42:35.774Z | Downloaded webpki-roots v0.25.4 |
843 | 2024-08-13T18:42:35.778Z | Downloaded curve25519-dalek v4.1.3 |
844 | 2024-08-13T18:42:35.786Z | Downloaded regress v0.9.1 |
845 | 2024-08-13T18:42:35.794Z | Downloaded smoltcp v0.11.0 |
846 | 2024-08-13T18:42:35.807Z | Downloaded regex-syntax v0.6.29 |
847 | 2024-08-13T18:42:35.816Z | Downloaded vcpkg v0.2.15 |
848 | 2024-08-13T18:42:35.853Z | Downloaded rustls v0.22.4 |
849 | 2024-08-13T18:42:35.866Z | Downloaded smoltcp v0.9.1 |
850 | 2024-08-13T18:42:35.877Z | Downloaded bstr v1.9.1 |
851 | 2024-08-13T18:42:35.888Z | Downloaded trust-dns-proto v0.22.0 |
852 | 2024-08-13T18:42:35.899Z | Downloaded ratatui v0.28.0 |
853 | 2024-08-13T18:42:35.919Z | Downloaded regex-syntax v0.8.4 |
854 | 2024-08-13T18:42:35.927Z | Downloaded regex-automata v0.4.6 |
855 | 2024-08-13T18:42:35.945Z | Downloaded diesel v2.2.2 |
856 | 2024-08-13T18:42:35.966Z | Downloaded petgraph v0.6.5 |
857 | 2024-08-13T18:42:35.982Z | Downloaded sled v0.34.7 |
858 | 2024-08-13T18:42:35.992Z | Downloaded zerocopy-derive v0.6.6 |
859 | 2024-08-13T18:42:36.003Z | Downloaded rustls v0.21.12 |
860 | 2024-08-13T18:42:36.013Z | Downloaded openapiv3 v2.0.0 |
861 | 2024-08-13T18:42:36.025Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
862 | 2024-08-13T18:42:36.038Z | Downloaded radix_trie v0.2.1 |
863 | 2024-08-13T18:42:36.043Z | Downloaded encoding_rs v0.8.34 |
864 | 2024-08-13T18:42:36.065Z | Downloaded idna v0.3.0 |
865 | 2024-08-13T18:42:36.071Z | Downloaded bstr v0.2.17 |
866 | 2024-08-13T18:42:36.080Z | Downloaded polar-core v0.27.3 |
867 | 2024-08-13T18:42:36.090Z | Downloaded finl_unicode v1.2.0 |
868 | 2024-08-13T18:42:36.102Z | Downloaded tokio v1.38.1 |
869 | 2024-08-13T18:42:36.140Z | Downloaded sha3 v0.10.8 |
870 | 2024-08-13T18:42:36.145Z | Downloaded csv v1.3.0 |
871 | 2024-08-13T18:42:36.165Z | Downloaded regex v1.10.6 |
872 | 2024-08-13T18:42:36.178Z | Downloaded nix v0.28.0 |
873 | 2024-08-13T18:42:36.189Z | Downloaded object v0.32.2 |
874 | 2024-08-13T18:42:36.200Z | Downloaded nix v0.27.1 |
875 | 2024-08-13T18:42:36.211Z | Downloaded time v0.3.36 |
876 | 2024-08-13T18:42:36.218Z | Downloaded tough v0.17.1 |
877 | 2024-08-13T18:42:36.226Z | Downloaded object v0.30.4 |
878 | 2024-08-13T18:42:36.236Z | Downloaded float-cmp v0.9.0 |
879 | 2024-08-13T18:42:36.238Z | Downloaded predicates v3.1.2 |
880 | 2024-08-13T18:42:36.240Z | Downloaded tokio-rustls v0.24.1 |
881 | 2024-08-13T18:42:36.242Z | Downloaded getrandom v0.2.14 |
882 | 2024-08-13T18:42:36.245Z | Downloaded tar v0.4.41 |
883 | 2024-08-13T18:42:36.248Z | Downloaded tungstenite v0.20.1 |
884 | 2024-08-13T18:42:36.250Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2024-08-13T18:42:36.255Z | Downloaded rand_seeder v0.3.0 |
886 | 2024-08-13T18:42:36.258Z | Downloaded strum_macros v0.26.4 |
887 | 2024-08-13T18:42:36.260Z | Downloaded poly1305 v0.8.0 |
888 | 2024-08-13T18:42:36.263Z | Downloaded dyn-clone v1.0.17 |
889 | 2024-08-13T18:42:36.263Z | Downloaded dsl_auto_type v0.1.2 |
890 | 2024-08-13T18:42:36.265Z | Downloaded dirs-next v2.0.0 |
891 | 2024-08-13T18:42:36.265Z | Downloaded rcgen v0.12.1 |
892 | 2024-08-13T18:42:36.267Z | Downloaded toml_edit v0.19.15 |
893 | 2024-08-13T18:42:36.283Z | Downloaded http v1.1.0 |
894 | 2024-08-13T18:42:36.287Z | Downloaded ring v0.17.8 |
895 | 2024-08-13T18:42:36.357Z | Downloaded slog-async v2.8.0 |
896 | 2024-08-13T18:42:36.359Z | Downloaded tempfile v3.10.1 |
897 | 2024-08-13T18:42:36.362Z | Downloaded flume v0.11.0 |
898 | 2024-08-13T18:42:36.365Z | Downloaded thiserror-impl-no-std v2.0.2 |
899 | 2024-08-13T18:42:36.365Z | Downloaded sha1 v0.10.6 |
900 | 2024-08-13T18:42:36.368Z | Downloaded serde-hex v0.1.0 |
901 | 2024-08-13T18:42:36.368Z | Downloaded rtoolbox v0.0.2 |
902 | 2024-08-13T18:42:36.371Z | Downloaded nom v7.1.3 |
903 | 2024-08-13T18:42:36.374Z | Downloaded libxml v0.3.3 |
904 | 2024-08-13T18:42:36.380Z | Downloaded itertools v0.13.0 |
905 | 2024-08-13T18:42:36.387Z | Downloaded zip v0.6.6 |
906 | 2024-08-13T18:42:36.394Z | Downloaded snafu-derive v0.8.2 |
907 | 2024-08-13T18:42:36.397Z | Downloaded heapless v0.7.17 |
908 | 2024-08-13T18:42:36.397Z | Downloaded peg-macros v0.8.4 |
909 | 2024-08-13T18:42:36.400Z | Downloaded rand_chacha v0.3.1 |
910 | 2024-08-13T18:42:36.401Z | Downloaded slog-term v2.9.1 |
911 | 2024-08-13T18:42:36.403Z | Downloaded radium v0.7.0 |
912 | 2024-08-13T18:42:36.403Z | Downloaded phf v0.11.2 |
913 | 2024-08-13T18:42:36.403Z | Downloaded fragile v2.0.0 |
914 | 2024-08-13T18:42:36.406Z | Downloaded hmac v0.12.1 |
915 | 2024-08-13T18:42:36.410Z | Downloaded serde_yaml v0.9.34+deprecated |
916 | 2024-08-13T18:42:36.412Z | Downloaded iana-time-zone v0.1.60 |
917 | 2024-08-13T18:42:36.412Z | Downloaded vsss-rs v3.3.4 |
918 | 2024-08-13T18:42:36.416Z | Downloaded tracing-attributes v0.1.27 |
919 | 2024-08-13T18:42:36.427Z | Downloaded ron v0.8.1 |
920 | 2024-08-13T18:42:36.430Z | Downloaded hash32 v0.2.1 |
921 | 2024-08-13T18:42:36.430Z | Downloaded uuid v1.10.0 |
922 | 2024-08-13T18:42:36.430Z | Downloaded term v0.7.0 |
923 | 2024-08-13T18:42:36.430Z | Downloaded blake3 v1.5.1 |
924 | 2024-08-13T18:42:36.436Z | Downloaded tower-service v0.3.2 |
925 | 2024-08-13T18:42:36.438Z | Downloaded structmeta v0.3.0 |
926 | 2024-08-13T18:42:36.438Z | Downloaded rand_core v0.6.4 |
927 | 2024-08-13T18:42:36.440Z | Downloaded tokio-native-tls v0.3.1 |
928 | 2024-08-13T18:42:36.441Z | Downloaded foreign-types-macros v0.2.3 |
929 | 2024-08-13T18:42:36.443Z | Downloaded foreign-types v0.5.0 |
930 | 2024-08-13T18:42:36.443Z | Downloaded pkcs1 v0.7.5 |
931 | 2024-08-13T18:42:36.445Z | Downloaded pin-project-lite v0.2.14 |
932 | 2024-08-13T18:42:36.448Z | Downloaded tinyvec v1.6.0 |
933 | 2024-08-13T18:42:36.452Z | Downloaded headers v0.3.9 |
934 | 2024-08-13T18:42:36.456Z | Downloaded rustfmt-wrapper v0.2.1 |
935 | 2024-08-13T18:42:36.458Z | Downloaded spin v0.9.8 |
936 | 2024-08-13T18:42:36.462Z | Downloaded pin-project-internal v1.1.5 |
937 | 2024-08-13T18:42:36.464Z | Downloaded highway v1.2.0 |
938 | 2024-08-13T18:42:36.464Z | Downloaded chacha20poly1305 v0.10.1 |
939 | 2024-08-13T18:42:36.464Z | Downloaded const_format v0.2.32 |
940 | 2024-08-13T18:42:36.468Z | Downloaded unicase v2.7.0 |
941 | 2024-08-13T18:42:36.472Z | Downloaded crossbeam-channel v0.5.12 |
942 | 2024-08-13T18:42:36.474Z | Downloaded toml v0.5.11 |
943 | 2024-08-13T18:42:36.478Z | Downloaded ring v0.16.20 |
944 | 2024-08-13T18:42:36.559Z | Downloaded minimal-lexical v0.2.1 |
945 | 2024-08-13T18:42:36.562Z | Downloaded globset v0.4.14 |
946 | 2024-08-13T18:42:36.565Z | Downloaded yasna v0.5.2 |
947 | 2024-08-13T18:42:36.567Z | Downloaded ron v0.7.1 |
948 | 2024-08-13T18:42:36.570Z | Downloaded base64 v0.13.1 |
949 | 2024-08-13T18:42:36.572Z | Downloaded nu-ansi-term v0.50.0 |
950 | 2024-08-13T18:42:36.575Z | Downloaded mockall_derive v0.13.0 |
951 | 2024-08-13T18:42:36.578Z | Downloaded csv-core v0.1.11 |
952 | 2024-08-13T18:42:36.578Z | Downloaded crossbeam-epoch v0.9.18 |
953 | 2024-08-13T18:42:36.581Z | Downloaded crc-any v2.5.0 |
954 | 2024-08-13T18:42:36.585Z | Downloaded cookie_store v0.20.0 |
955 | 2024-08-13T18:42:36.585Z | Downloaded allocator-api2 v0.2.18 |
956 | 2024-08-13T18:42:36.587Z | Downloaded semver v0.1.20 |
957 | 2024-08-13T18:42:36.587Z | Downloaded clang-sys v1.7.0 |
958 | 2024-08-13T18:42:36.590Z | Downloaded xattr v1.3.1 |
959 | 2024-08-13T18:42:36.592Z | Downloaded openssl-sys v0.9.103 |
960 | 2024-08-13T18:42:36.595Z | Downloaded quick-error v1.2.3 |
961 | 2024-08-13T18:42:36.600Z | Downloaded futures-macro v0.3.30 |
962 | 2024-08-13T18:42:36.600Z | Downloaded fd-lock v4.0.2 |
963 | 2024-08-13T18:42:36.600Z | Downloaded pkg-config v0.3.30 |
964 | 2024-08-13T18:42:36.602Z | Downloaded indent_write v2.2.0 |
965 | 2024-08-13T18:42:36.602Z | Downloaded dirs-sys-next v0.1.2 |
966 | 2024-08-13T18:42:36.602Z | Downloaded termios v0.3.3 |
967 | 2024-08-13T18:42:36.605Z | Downloaded password-hash v0.5.0 |
968 | 2024-08-13T18:42:36.608Z | Downloaded parking_lot_core v0.9.10 |
969 | 2024-08-13T18:42:36.608Z | Downloaded mime_guess v2.0.4 |
970 | 2024-08-13T18:42:36.610Z | Downloaded arc-swap v1.7.1 |
971 | 2024-08-13T18:42:36.612Z | Downloaded form_urlencoded v1.2.1 |
972 | 2024-08-13T18:42:36.615Z | Downloaded filetime v0.2.24 |
973 | 2024-08-13T18:42:36.615Z | Downloaded ff v0.13.0 |
974 | 2024-08-13T18:42:36.617Z | Downloaded crc32fast v1.4.0 |
975 | 2024-08-13T18:42:36.620Z | Downloaded ciborium v0.2.2 |
976 | 2024-08-13T18:42:36.620Z | Downloaded blake2 v0.10.6 |
977 | 2024-08-13T18:42:36.622Z | Downloaded tabwriter v1.4.0 |
978 | 2024-08-13T18:42:36.625Z | Downloaded unicode-xid v0.2.4 |
979 | 2024-08-13T18:42:36.625Z | Downloaded shell-words v1.1.0 |
980 | 2024-08-13T18:42:36.625Z | Downloaded crossbeam-utils v0.8.19 |
981 | 2024-08-13T18:42:36.628Z | Downloaded cookie v0.18.1 |
982 | 2024-08-13T18:42:37.633Z | Downloaded bzip2 v0.4.4 |
983 | 2024-08-13T18:42:37.637Z | Downloaded maplit v1.0.2 |
984 | 2024-08-13T18:42:37.637Z | Downloaded foreign-types-shared v0.3.1 |
985 | 2024-08-13T18:42:37.637Z | Downloaded num-integer v0.1.46 |
986 | 2024-08-13T18:42:37.637Z | Downloaded crossbeam-deque v0.8.5 |
987 | 2024-08-13T18:42:37.637Z | Downloaded multer v3.1.0 |
988 | 2024-08-13T18:42:37.637Z | Downloaded ciborium-ll v0.2.2 |
989 | 2024-08-13T18:42:37.637Z | Downloaded chacha20 v0.9.1 |
990 | 2024-08-13T18:42:37.637Z | Downloaded cassowary v0.3.0 |
991 | 2024-08-13T18:42:37.637Z | Downloaded md-5 v0.10.6 |
992 | 2024-08-13T18:42:37.637Z | Downloaded cexpr v0.6.0 |
993 | 2024-08-13T18:42:37.637Z | Downloaded bcs v0.1.6 |
994 | 2024-08-13T18:42:37.637Z | Downloaded num-complex v0.4.6 |
995 | 2024-08-13T18:42:37.637Z | Downloaded memmap2 v0.9.4 |
996 | 2024-08-13T18:42:37.637Z | Downloaded libsw v3.3.1 |
997 | 2024-08-13T18:42:37.637Z | Downloaded base64ct v1.6.0 |
998 | 2024-08-13T18:42:37.637Z | Downloaded async-stream v0.3.5 |
999 | 2024-08-13T18:42:37.637Z | Downloaded ascii v1.1.0 |
1000 | 2024-08-13T18:42:37.637Z | Downloaded argon2 v0.5.3 |
1001 | 2024-08-13T18:42:37.637Z | Downloaded async-trait v0.1.81 |
1002 | 2024-08-13T18:42:37.637Z | Downloaded cobs v0.2.3 |
1003 | 2024-08-13T18:42:37.637Z | Downloaded darling_macro v0.20.9 |
1004 | 2024-08-13T18:42:37.637Z | Downloaded libefi-sys v0.1.0 |
1005 | 2024-08-13T18:42:37.637Z | Downloaded bit-set v0.5.3 |
1006 | 2024-08-13T18:42:37.637Z | Downloaded mime v0.3.17 |
1007 | 2024-08-13T18:42:37.637Z | Downloaded num-iter v0.1.45 |
1008 | 2024-08-13T18:42:37.637Z | Downloaded num-conv v0.1.0 |
1009 | 2024-08-13T18:42:37.637Z | Downloaded new_debug_unreachable v1.0.6 |
1010 | 2024-08-13T18:42:37.637Z | Downloaded defmt-parser v0.3.4 |
1011 | 2024-08-13T18:42:37.637Z | Downloaded bitfield v0.14.0 |
1012 | 2024-08-13T18:42:37.637Z | Downloaded nodrop v0.1.14 |
1013 | 2024-08-13T18:42:37.637Z | Downloaded bitfield-struct v0.6.1 |
1014 | 2024-08-13T18:42:37.638Z | Downloaded inout v0.1.3 |
1015 | 2024-08-13T18:42:37.638Z | Downloaded defmt-macros v0.3.9 |
1016 | 2024-08-13T18:42:37.638Z | Downloaded kstat-rs v0.2.4 |
1017 | 2024-08-13T18:42:37.638Z | Downloaded data-encoding v2.6.0 |
1018 | 2024-08-13T18:42:37.638Z | Downloaded curve25519-dalek-derive v0.1.1 |
1019 | 2024-08-13T18:42:37.638Z | Downloaded aead v0.5.2 |
1020 | 2024-08-13T18:42:37.638Z | Downloaded is_ci v1.2.0 |
1021 | 2024-08-13T18:42:37.638Z | Downloaded buf-list v1.0.3 |
1022 | 2024-08-13T18:42:37.638Z | Downloaded match_cfg v0.1.0 |
1023 | 2024-08-13T18:42:37.638Z | Downloaded bit-vec v0.6.3 |
1024 | 2024-08-13T18:42:37.638Z | Downloaded atomic-waker v1.1.2 |
1025 | 2024-08-13T18:42:37.638Z | Downloaded array-init v0.0.4 |
1026 | 2024-08-13T18:42:37.638Z | Downloaded adler v1.0.2 |
1027 | 2024-08-13T18:42:37.638Z | Downloaded crunchy v0.2.2 |
1028 | 2024-08-13T18:42:37.638Z | Downloaded instability v0.3.2 |
1029 | 2024-08-13T18:42:37.638Z | Compiling cfg-if v1.0.0 |
1030 | 2024-08-13T18:42:37.638Z | Compiling serde v1.0.206 |
1031 | 2024-08-13T18:42:37.638Z | Compiling lock_api v0.4.12 |
1032 | 2024-08-13T18:42:37.638Z | Compiling scopeguard v1.2.0 |
1033 | 2024-08-13T18:42:37.638Z | Compiling log v0.4.21 |
1034 | 2024-08-13T18:42:37.638Z | Compiling cc v1.0.97 |
1035 | 2024-08-13T18:42:37.638Z | Compiling syn v2.0.72 |
1036 | 2024-08-13T18:42:37.638Z | Compiling typenum v1.17.0 |
1037 | 2024-08-13T18:42:37.638Z | Compiling getrandom v0.2.14 |
1038 | 2024-08-13T18:42:37.638Z | Compiling generic-array v0.14.7 |
1039 | 2024-08-13T18:42:37.638Z | Compiling rand_core v0.6.4 |
1040 | 2024-08-13T18:42:37.638Z | Compiling pin-project-lite v0.2.14 |
1041 | 2024-08-13T18:42:37.638Z | Compiling parking_lot_core v0.9.10 |
1042 | 2024-08-13T18:42:37.647Z | Compiling smallvec v1.13.2 |
1043 | 2024-08-13T18:42:37.682Z | Compiling signal-hook-registry v1.4.2 |
1044 | 2024-08-13T18:42:37.900Z | Compiling spin v0.9.8 |
1045 | 2024-08-13T18:42:38.022Z | Compiling mio v0.8.11 |
1046 | 2024-08-13T18:42:38.057Z | Compiling ahash v0.8.11 |
1047 | 2024-08-13T18:42:38.394Z | Compiling tinyvec_macros v0.1.1 |
1048 | 2024-08-13T18:42:38.495Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-13T18:42:38.540Z | Compiling parking_lot v0.12.2 |
1050 | 2024-08-13T18:42:38.558Z | Compiling num_cpus v1.16.0 |
1051 | 2024-08-13T18:42:38.680Z | Compiling socket2 v0.5.7 |
1052 | 2024-08-13T18:42:38.831Z | Compiling serde_json v1.0.122 |
1053 | 2024-08-13T18:42:39.203Z | Compiling subtle v2.5.0 |
1054 | 2024-08-13T18:42:39.454Z | Compiling const-oid v0.9.6 |
1055 | 2024-08-13T18:42:39.547Z | Compiling futures-core v0.3.30 |
1056 | 2024-08-13T18:42:39.562Z | Compiling libm v0.2.8 |
1057 | 2024-08-13T18:42:39.681Z | Compiling num-traits v0.2.19 |
1058 | 2024-08-13T18:42:39.784Z | Compiling slab v0.4.9 |
1059 | 2024-08-13T18:42:39.920Z | Compiling unicode-bidi v0.3.15 |
1060 | 2024-08-13T18:42:39.953Z | Compiling futures-sink v0.3.30 |
1061 | 2024-08-13T18:42:39.973Z | Compiling allocator-api2 v0.2.18 |
1062 | 2024-08-13T18:42:40.050Z | Compiling unicode-normalization v0.1.23 |
1063 | 2024-08-13T18:42:40.614Z | Compiling futures-channel v0.3.30 |
1064 | 2024-08-13T18:42:40.631Z | Compiling futures-task v0.3.30 |
1065 | 2024-08-13T18:42:40.730Z | Compiling futures-io v0.3.30 |
1066 | 2024-08-13T18:42:40.944Z | Compiling pin-utils v0.1.0 |
1067 | 2024-08-13T18:42:41.020Z | Compiling pkg-config v0.3.30 |
1068 | 2024-08-13T18:42:41.037Z | Compiling vcpkg v0.2.15 |
1069 | 2024-08-13T18:42:41.040Z | Compiling ring v0.17.8 |
1070 | 2024-08-13T18:42:41.122Z | Compiling ppv-lite86 v0.2.17 |
1071 | 2024-08-13T18:42:41.401Z | Compiling percent-encoding v2.3.1 |
1072 | 2024-08-13T18:42:41.638Z | Compiling tracing-core v0.1.32 |
1073 | 2024-08-13T18:42:41.756Z | Compiling untrusted v0.9.0 |
1074 | 2024-08-13T18:42:41.886Z | Compiling rand_chacha v0.3.1 |
1075 | 2024-08-13T18:42:41.930Z | Compiling powerfmt v0.2.0 |
1076 | 2024-08-13T18:42:42.331Z | Compiling time-core v0.1.2 |
1077 | 2024-08-13T18:42:42.508Z | Compiling num-conv v0.1.0 |
1078 | 2024-08-13T18:42:42.587Z | Compiling rustix v0.38.34 |
1079 | 2024-08-13T18:42:42.789Z | Compiling syn v1.0.109 |
1080 | 2024-08-13T18:42:43.090Z | Compiling time-macros v0.2.18 |
1081 | 2024-08-13T18:42:43.210Z | Compiling openssl-sys v0.9.103 |
1082 | 2024-08-13T18:42:43.385Z | Compiling rand v0.8.5 |
1083 | 2024-08-13T18:42:43.461Z | Compiling deranged v0.3.11 |
1084 | 2024-08-13T18:42:43.463Z | Compiling num_threads v0.1.7 |
1085 | 2024-08-13T18:42:43.596Z | Compiling foreign-types-shared v0.1.1 |
1086 | 2024-08-13T18:42:43.711Z | Compiling base64ct v1.6.0 |
1087 | 2024-08-13T18:42:44.245Z | Compiling httparse v1.8.0 |
1088 | 2024-08-13T18:42:44.294Z | Compiling openssl v0.10.66 |
1089 | 2024-08-13T18:42:44.319Z | Compiling rustversion v1.0.17 |
1090 | 2024-08-13T18:42:44.758Z | Compiling pem-rfc7468 v0.7.0 |
1091 | 2024-08-13T18:42:45.117Z | Compiling foreign-types v0.3.2 |
1092 | 2024-08-13T18:42:45.370Z | Compiling form_urlencoded v1.2.1 |
1093 | 2024-08-13T18:42:45.397Z | Compiling flagset v0.4.5 |
1094 | 2024-08-13T18:42:45.476Z | Compiling siphasher v0.3.11 |
1095 | 2024-08-13T18:42:45.603Z | Compiling crossbeam-utils v0.8.19 |
1096 | 2024-08-13T18:42:45.681Z | Compiling try-lock v0.2.5 |
1097 | 2024-08-13T18:42:45.826Z | Compiling rustls v0.21.12 |
1098 | 2024-08-13T18:42:45.845Z | Compiling native-tls v0.2.11 |
1099 | 2024-08-13T18:42:46.113Z | Compiling want v0.3.1 |
1100 | 2024-08-13T18:42:46.249Z | Compiling idna v0.5.0 |
1101 | 2024-08-13T18:42:46.383Z | Compiling lazy_static v1.5.0 |
1102 | 2024-08-13T18:42:46.386Z | Compiling time v0.3.36 |
1103 | 2024-08-13T18:42:46.506Z | Compiling cookie v0.17.0 |
1104 | 2024-08-13T18:42:46.794Z | Compiling aho-corasick v1.1.3 |
1105 | 2024-08-13T18:42:46.885Z | Compiling finl_unicode v1.2.0 |
1106 | 2024-08-13T18:42:47.529Z | Compiling rustls-webpki v0.101.7 |
1107 | 2024-08-13T18:42:47.648Z | Compiling sct v0.7.1 |
1108 | 2024-08-13T18:42:47.822Z | Compiling httpdate v1.0.3 |
1109 | 2024-08-13T18:42:47.961Z | Compiling regex-syntax v0.8.4 |
1110 | 2024-08-13T18:42:48.282Z | Compiling cpufeatures v0.2.12 |
1111 | 2024-08-13T18:42:48.383Z | Compiling openssl-probe v0.1.5 |
1112 | 2024-08-13T18:42:48.738Z | Compiling iana-time-zone v0.1.60 |
1113 | 2024-08-13T18:42:49.116Z | Compiling adler v1.0.2 |
1114 | 2024-08-13T18:42:49.185Z | Compiling tower-service v0.3.2 |
1115 | 2024-08-13T18:42:49.316Z | Compiling slog v2.7.0 |
1116 | 2024-08-13T18:42:49.349Z | Compiling miniz_oxide v0.7.2 |
1117 | 2024-08-13T18:42:49.918Z | Compiling stringprep v0.1.4 |
1118 | 2024-08-13T18:42:50.905Z | Compiling url v2.5.2 |
1119 | 2024-08-13T18:42:51.498Z | Compiling serde_derive v1.0.206 |
1120 | 2024-08-13T18:42:51.769Z | Compiling zeroize_derive v1.4.2 |
1121 | 2024-08-13T18:42:52.250Z | Compiling zerocopy-derive v0.7.34 |
1122 | 2024-08-13T18:42:52.473Z | Compiling tokio-macros v2.3.0 |
1123 | 2024-08-13T18:42:52.730Z | Compiling thiserror-impl v1.0.63 |
1124 | 2024-08-13T18:42:53.446Z | Compiling zeroize v1.7.0 |
1125 | 2024-08-13T18:42:54.027Z | Compiling futures-macro v0.3.30 |
1126 | 2024-08-13T18:42:54.481Z | Compiling tracing-attributes v0.1.27 |
1127 | 2024-08-13T18:42:54.508Z | Compiling zerocopy v0.7.34 |
1128 | 2024-08-13T18:42:55.304Z | Compiling crypto-common v0.1.6 |
1129 | 2024-08-13T18:42:55.543Z | Compiling block-buffer v0.10.4 |
1130 | 2024-08-13T18:42:55.803Z | Compiling digest v0.10.7 |
1131 | 2024-08-13T18:42:56.083Z | Compiling thiserror v1.0.63 |
1132 | 2024-08-13T18:42:56.144Z | Compiling futures-util v0.3.30 |
1133 | 2024-08-13T18:42:56.209Z | Compiling pest v2.7.10 |
1134 | 2024-08-13T18:42:56.316Z | Compiling scroll_derive v0.12.0 |
1135 | 2024-08-13T18:42:56.648Z | Compiling hashbrown v0.14.5 |
1136 | 2024-08-13T18:42:57.862Z | Compiling scroll v0.12.0 |
1137 | 2024-08-13T18:42:58.118Z | Compiling hmac v0.12.1 |
1138 | 2024-08-13T18:42:58.327Z | Compiling tracing v0.1.40 |
1139 | 2024-08-13T18:42:58.377Z | Compiling goblin v0.8.2 |
1140 | 2024-08-13T18:42:58.423Z | Compiling der_derive v0.7.2 |
1141 | 2024-08-13T18:42:58.548Z | Compiling openssl-macros v0.1.1 |
1142 | 2024-08-13T18:42:58.836Z | Compiling pest_meta v2.7.10 |
1143 | 2024-08-13T18:42:59.254Z | Compiling md-5 v0.10.6 |
1144 | 2024-08-13T18:42:59.271Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-13T18:42:59.308Z | Compiling regex-automata v0.4.6 |
1146 | 2024-08-13T18:42:59.485Z | Compiling num-integer v0.1.46 |
1147 | 2024-08-13T18:43:00.260Z | Compiling pest_generator v2.7.10 |
1148 | 2024-08-13T18:43:00.997Z | Compiling der v0.7.9 |
1149 | 2024-08-13T18:43:02.348Z | Compiling idna v0.3.0 |
1150 | 2024-08-13T18:43:02.365Z | Compiling backtrace v0.3.71 |
1151 | 2024-08-13T18:43:02.832Z | Compiling hash32 v0.2.1 |
1152 | 2024-08-13T18:43:02.889Z | Compiling signal-hook v0.3.17 |
1153 | 2024-08-13T18:43:03.178Z | Compiling spki v0.7.3 |
1154 | 2024-08-13T18:43:03.195Z | Compiling psl-types v2.0.11 |
1155 | 2024-08-13T18:43:03.389Z | Compiling base64 v0.22.1 |
1156 | 2024-08-13T18:43:03.543Z | Compiling stable_deref_trait v1.2.0 |
1157 | 2024-08-13T18:43:03.650Z | Compiling crc32fast v1.4.0 |
1158 | 2024-08-13T18:43:03.848Z | Compiling pest_derive v2.7.10 |
1159 | 2024-08-13T18:43:03.967Z | Compiling fallible-iterator v0.2.0 |
1160 | 2024-08-13T18:43:04.152Z | Compiling smoltcp v0.9.1 |
1161 | 2024-08-13T18:43:04.170Z | Compiling gimli v0.28.1 |
1162 | 2024-08-13T18:43:04.465Z | Compiling pkcs8 v0.10.2 |
1163 | 2024-08-13T18:43:04.628Z | Compiling dtrace-parser v0.2.0 |
1164 | 2024-08-13T18:43:04.649Z | Compiling publicsuffix v2.2.3 |
1165 | 2024-08-13T18:43:04.934Z | Compiling hubpack_derive v0.1.1 |
1166 | 2024-08-13T18:43:04.953Z | Compiling block-padding v0.3.3 |
1167 | 2024-08-13T18:43:05.001Z | Compiling zerocopy-derive v0.6.6 |
1168 | 2024-08-13T18:43:05.196Z | Compiling async-trait v0.1.81 |
1169 | 2024-08-13T18:43:05.850Z | Compiling bytes v1.7.1 |
1170 | 2024-08-13T18:43:06.110Z | Compiling bitflags v2.6.0 |
1171 | 2024-08-13T18:43:06.821Z | Compiling tokio v1.38.1 |
1172 | 2024-08-13T18:43:07.131Z | Compiling indexmap v2.3.0 |
1173 | 2024-08-13T18:43:07.276Z | Compiling http v0.2.12 |
1174 | 2024-08-13T18:43:08.027Z | Compiling semver v1.0.23 |
1175 | 2024-08-13T18:43:08.627Z | Compiling rustc_version v0.4.0 |
1176 | 2024-08-13T18:43:08.747Z | Compiling dof v0.3.0 |
1177 | 2024-08-13T18:43:09.118Z | Compiling http-body v0.4.6 |
1178 | 2024-08-13T18:43:09.435Z | Compiling heapless v0.7.17 |
1179 | 2024-08-13T18:43:09.680Z | Compiling uuid v1.10.0 |
1180 | 2024-08-13T18:43:09.769Z | Compiling usdt-impl v0.5.0 |
1181 | 2024-08-13T18:43:09.940Z | Compiling serde_tokenstream v0.2.1 |
1182 | 2024-08-13T18:43:10.498Z | Compiling serde_spanned v0.6.7 |
1183 | 2024-08-13T18:43:10.732Z | Compiling chrono v0.4.38 |
1184 | 2024-08-13T18:43:10.943Z | Compiling toml_datetime v0.6.8 |
1185 | 2024-08-13T18:43:11.103Z | Compiling terminal_size v0.3.0 |
1186 | 2024-08-13T18:43:11.346Z | Compiling addr2line v0.21.0 |
1187 | 2024-08-13T18:43:11.455Z | Compiling postgres-protocol v0.6.7 |
1188 | 2024-08-13T18:43:12.164Z | Compiling phf_shared v0.11.2 |
1189 | 2024-08-13T18:43:12.531Z | Compiling serde_derive_internals v0.29.1 |
1190 | 2024-08-13T18:43:12.559Z | Compiling ff v0.13.0 |
1191 | 2024-08-13T18:43:12.783Z | Compiling object v0.32.2 |
1192 | 2024-08-13T18:43:12.801Z | Compiling fs-err v2.11.0 |
1193 | 2024-08-13T18:43:12.847Z | Compiling base64 v0.21.7 |
1194 | 2024-08-13T18:43:12.877Z | Compiling regex-automata v0.1.10 |
1195 | 2024-08-13T18:43:13.086Z | Compiling schemars v0.8.21 |
1196 | 2024-08-13T18:43:13.381Z | Compiling rustc-demangle v0.1.24 |
1197 | 2024-08-13T18:43:13.458Z | Compiling bitflags v1.3.2 |
1198 | 2024-08-13T18:43:13.567Z | Compiling bit-vec v0.6.3 |
1199 | 2024-08-13T18:43:13.585Z | Compiling winnow v0.5.40 |
1200 | 2024-08-13T18:43:14.044Z | Compiling base16ct v0.2.0 |
1201 | 2024-08-13T18:43:14.361Z | Compiling ipnet v2.9.0 |
1202 | 2024-08-13T18:43:14.380Z | Compiling matches v0.1.10 |
1203 | 2024-08-13T18:43:14.475Z | Compiling managed v0.8.0 |
1204 | 2024-08-13T18:43:14.505Z | Compiling either v1.13.0 |
1205 | 2024-08-13T18:43:14.927Z | Compiling anyhow v1.0.86 |
1206 | 2024-08-13T18:43:15.295Z | Compiling tokio-util v0.7.11 |
1207 | 2024-08-13T18:43:15.515Z | Compiling tokio-rustls v0.24.1 |
1208 | 2024-08-13T18:43:15.920Z | Compiling schemars_derive v0.8.21 |
1209 | 2024-08-13T18:43:16.340Z | Compiling h2 v0.3.26 |
1210 | 2024-08-13T18:43:16.712Z | Compiling tokio-native-tls v0.3.1 |
1211 | 2024-08-13T18:43:16.990Z | Compiling toml_edit v0.19.15 |
1212 | 2024-08-13T18:43:17.023Z | Compiling idna v0.2.3 |
1213 | 2024-08-13T18:43:17.394Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-13T18:43:17.981Z | Compiling clap_builder v4.5.15 |
1215 | 2024-08-13T18:43:18.431Z | Compiling rustls-pemfile v1.0.4 |
1216 | 2024-08-13T18:43:18.697Z | Compiling bstr v0.2.17 |
1217 | 2024-08-13T18:43:19.026Z | Compiling postgres-types v0.2.7 |
1218 | 2024-08-13T18:43:20.083Z | Compiling group v0.13.0 |
1219 | 2024-08-13T18:43:20.170Z | Compiling phf v0.11.2 |
1220 | 2024-08-13T18:43:20.408Z | Compiling cookie_store v0.20.0 |
1221 | 2024-08-13T18:43:20.464Z | Compiling usdt-macro v0.5.0 |
1222 | 2024-08-13T18:43:20.555Z | Compiling usdt-attr-macro v0.5.0 |
1223 | 2024-08-13T18:43:21.894Z | Compiling zerocopy v0.6.6 |
1224 | 2024-08-13T18:43:21.950Z | Compiling hubpack v0.1.2 |
1225 | 2024-08-13T18:43:22.231Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-08-13T18:43:22.266Z | Compiling inout v0.1.3 |
1227 | 2024-08-13T18:43:22.557Z | Compiling regex v1.10.6 |
1228 | 2024-08-13T18:43:22.788Z | Compiling futures-executor v0.3.30 |
1229 | 2024-08-13T18:43:22.946Z | Compiling num-bigint v0.4.5 |
1230 | 2024-08-13T18:43:23.093Z | Compiling enum-as-inner v0.5.1 |
1231 | 2024-08-13T18:43:23.363Z | Compiling hyper v0.14.30 |
1232 | 2024-08-13T18:43:23.406Z | Compiling hkdf v0.12.4 |
1233 | 2024-08-13T18:43:23.617Z | Compiling crypto-bigint v0.5.5 |
1234 | 2024-08-13T18:43:23.670Z | Compiling serde_repr v0.1.19 |
1235 | 2024-08-13T18:43:24.124Z | Compiling strum_macros v0.25.3 |
1236 | 2024-08-13T18:43:24.881Z | Compiling clap_derive v4.5.13 |
1237 | 2024-08-13T18:43:24.940Z | Compiling phf_shared v0.10.0 |
1238 | 2024-08-13T18:43:25.341Z | Compiling float-cmp v0.9.0 |
1239 | 2024-08-13T18:43:25.563Z | Compiling mio v1.0.1 |
1240 | 2024-08-13T18:43:26.740Z | Compiling encoding_rs v0.8.34 |
1241 | 2024-08-13T18:43:26.742Z | Compiling difflib v0.4.0 |
1242 | 2024-08-13T18:43:27.164Z | Compiling minimal-lexical v0.2.1 |
1243 | 2024-08-13T18:43:27.702Z | Compiling webpki-roots v0.25.4 |
1244 | 2024-08-13T18:43:27.852Z | Compiling whoami v1.5.1 |
1245 | 2024-08-13T18:43:28.211Z | Compiling data-encoding v2.6.0 |
1246 | 2024-08-13T18:43:28.423Z | Compiling sync_wrapper v0.1.2 |
1247 | 2024-08-13T18:43:28.500Z | Compiling new_debug_unreachable v1.0.6 |
1248 | 2024-08-13T18:43:28.559Z | Compiling dyn-clone v1.0.17 |
1249 | 2024-08-13T18:43:28.593Z | Compiling precomputed-hash v0.1.1 |
1250 | 2024-08-13T18:43:28.708Z | Compiling static_assertions v1.1.0 |
1251 | 2024-08-13T18:43:28.783Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-13T18:43:28.812Z | Compiling fixedbitset v0.4.2 |
1253 | 2024-08-13T18:43:29.296Z | Compiling normalize-line-endings v0.3.0 |
1254 | 2024-08-13T18:43:29.420Z | Compiling mime v0.3.17 |
1255 | 2024-08-13T18:43:29.633Z | Compiling predicates-core v1.0.6 |
1256 | 2024-08-13T18:43:29.733Z | Compiling similar v2.5.0 |
1257 | 2024-08-13T18:43:29.975Z | Compiling predicates v3.1.2 |
1258 | 2024-08-13T18:43:30.034Z | Compiling console v0.15.8 |
1259 | 2024-08-13T18:43:30.052Z | Compiling clap v4.5.15 |
1260 | 2024-08-13T18:43:30.163Z | Compiling petgraph v0.6.5 |
1261 | 2024-08-13T18:43:30.633Z | Compiling hyper-rustls v0.24.2 |
1262 | 2024-08-13T18:43:30.996Z | Compiling hyper-tls v0.5.0 |
1263 | 2024-08-13T18:43:31.205Z | Compiling trust-dns-proto v0.22.0 |
1264 | 2024-08-13T18:43:31.335Z | Compiling reqwest v0.11.27 |
1265 | 2024-08-13T18:43:31.532Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1266 | 2024-08-13T18:43:32.320Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-13T18:43:32.808Z | Compiling toml_edit v0.22.20 |
1268 | 2024-08-13T18:43:33.313Z | Compiling tokio-postgres v0.7.11 |
1269 | 2024-08-13T18:43:33.879Z | Compiling nom v7.1.3 |
1270 | 2024-08-13T18:43:34.257Z | Compiling usdt v0.5.0 |
1271 | 2024-08-13T18:43:34.779Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-13T18:43:35.589Z | Compiling signal-hook-mio v0.2.4 |
1273 | 2024-08-13T18:43:35.617Z | Compiling yasna v0.5.2 |
1274 | 2024-08-13T18:43:35.763Z | Compiling futures v0.3.30 |
1275 | 2024-08-13T18:43:35.886Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-13T18:43:36.866Z | Compiling cipher v0.4.4 |
1277 | 2024-08-13T18:43:37.542Z | Compiling toml v0.7.8 |
1278 | 2024-08-13T18:43:37.945Z | Compiling tokio-stream v0.1.15 |
1279 | 2024-08-13T18:43:38.330Z | Compiling itertools v0.10.5 |
1280 | 2024-08-13T18:43:38.418Z | Compiling itertools v0.12.1 |
1281 | 2024-08-13T18:43:38.823Z | Compiling bit-set v0.5.3 |
1282 | 2024-08-13T18:43:38.921Z | Compiling openapiv3 v2.0.0 |
1283 | 2024-08-13T18:43:39.114Z | Compiling hex v0.4.3 |
1284 | 2024-08-13T18:43:39.218Z | Compiling bstr v1.9.1 |
1285 | 2024-08-13T18:43:39.652Z | Compiling num-iter v0.1.45 |
1286 | 2024-08-13T18:43:39.695Z | Compiling crossbeam-epoch v0.9.18 |
1287 | 2024-08-13T18:43:39.837Z | Compiling dirs-sys-next v0.1.2 |
1288 | 2024-08-13T18:43:40.434Z | Compiling lalrpop-util v0.19.12 |
1289 | 2024-08-13T18:43:40.511Z | Compiling unicode-xid v0.2.4 |
1290 | 2024-08-13T18:43:40.679Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-13T18:43:40.850Z | Compiling dirs-next v2.0.0 |
1292 | 2024-08-13T18:43:40.992Z | Compiling thread_local v1.1.8 |
1293 | 2024-08-13T18:43:41.034Z | Compiling slog-async v2.8.0 |
1294 | 2024-08-13T18:43:41.072Z | Compiling term v0.7.0 |
1295 | 2024-08-13T18:43:41.165Z | Compiling xattr v1.3.1 |
1296 | 2024-08-13T18:43:41.324Z | Compiling crossbeam-channel v0.5.12 |
1297 | 2024-08-13T18:43:41.444Z | Compiling strum_macros v0.26.4 |
1298 | 2024-08-13T18:43:41.521Z | Compiling filetime v0.2.24 |
1299 | 2024-08-13T18:43:41.586Z | Compiling is-terminal v0.4.12 |
1300 | 2024-08-13T18:43:41.634Z | Compiling take_mut v0.2.2 |
1301 | 2024-08-13T18:43:41.713Z | Compiling tar v0.4.41 |
1302 | 2024-08-13T18:43:41.795Z | Compiling slog-term v2.9.1 |
1303 | 2024-08-13T18:43:41.813Z | Compiling camino v1.1.7 |
1304 | 2024-08-13T18:43:44.346Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1305 | 2024-08-13T18:43:44.628Z | Compiling strum v0.26.3 |
1306 | 2024-08-13T18:43:44.704Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1307 | 2024-08-13T18:43:50.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
1308 | 2024-08-13T18:43:50.143Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1309 | 2024-08-13T18:43:50.188Z | Aug 13 18:43:49.907 INFO Starting download, target: Cockroach |
1310 | 2024-08-13T18:43:50.188Z | Aug 13 18:43:49.907 INFO Starting download, target: Clickhouse |
1311 | 2024-08-13T18:43:50.188Z | Aug 13 18:43:49.907 INFO Starting download, target: Console |
1312 | 2024-08-13T18:43:50.188Z | Aug 13 18:43:49.907 INFO Starting download, target: DendriteOpenapi |
1313 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.907 INFO Starting download, target: DendriteStub |
1314 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.907 INFO Starting download, target: MaghemiteMgd |
1315 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.907 INFO Starting download, target: TransceiverControl |
1316 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1317 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1318 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1319 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1320 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1321 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1322 | 2024-08-13T18:43:50.190Z | Aug 13 18:43:49.908 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1323 | 2024-08-13T18:43:50.407Z | Aug 13 18:43:50.125 INFO Download complete, target: DendriteOpenapi |
1324 | 2024-08-13T18:43:50.424Z | Aug 13 18:43:50.140 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1325 | 2024-08-13T18:43:50.867Z | Aug 13 18:43:50.586 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1326 | 2024-08-13T18:43:51.154Z | Aug 13 18:43:50.872 INFO Download complete, target: TransceiverControl |
1327 | 2024-08-13T18:43:51.234Z | Aug 13 18:43:50.952 INFO Download complete, target: Console |
1328 | 2024-08-13T18:43:51.417Z | Aug 13 18:43:51.136 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1329 | 2024-08-13T18:43:51.496Z | Aug 13 18:43:51.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1330 | 2024-08-13T18:43:53.119Z | Aug 13 18:43:52.838 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1331 | 2024-08-13T18:43:53.146Z | Aug 13 18:43:52.865 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1332 | 2024-08-13T18:43:53.146Z | Aug 13 18:43:52.865 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1333 | 2024-08-13T18:43:54.437Z | Aug 13 18:43:54.156 INFO Download complete, target: DendriteStub |
1334 | 2024-08-13T18:43:54.611Z | Aug 13 18:43:54.328 INFO Download complete, target: MaghemiteMgd |
1335 | 2024-08-13T18:44:01.082Z | Aug 13 18:44:00.800 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1336 | 2024-08-13T18:44:01.388Z | Aug 13 18:44:01.107 INFO Checking that binary works, target: Cockroach |
1337 | 2024-08-13T18:44:01.554Z | Aug 13 18:44:01.273 INFO Download complete, target: Cockroach |
1338 | 2024-08-13T18:44:06.889Z | Aug 13 18:44:06.607 INFO Checking that binary works, target: Clickhouse |
1339 | 2024-08-13T18:44:07.017Z | Aug 13 18:44:06.735 INFO Download complete, target: Clickhouse |
1340 | 2024-08-13T18:44:07.037Z | All builder prerequisites installed successfully, and PATH looks valid |
1341 | 2024-08-13T18:44:07.040Z | |
1342 | 2024-08-13T18:44:07.040Z | real 3:37.299045841 |
1343 | 2024-08-13T18:44:07.040Z | user 11:01.593451299 |
1344 | 2024-08-13T18:44:07.040Z | sys 2:22.231767614 |
1345 | 2024-08-13T18:44:07.040Z | trap 0.412208677 |
1346 | 2024-08-13T18:44:07.040Z | tflt 1.009288018 |
1347 | 2024-08-13T18:44:07.040Z | dflt 1.574303573 |
1348 | 2024-08-13T18:44:07.040Z | kflt 0.024246947 |
1349 | 2024-08-13T18:44:07.040Z | lock 20:51.672963362 |
1350 | 2024-08-13T18:44:07.040Z | slp 41:45.000436760 |
1351 | 2024-08-13T18:44:07.040Z | lat 42.284588291 |
1352 | 2024-08-13T18:44:07.040Z | stop 1:41.809612776 |
1353 | 2024-08-13T18:44:07.040Z | + banner hack-check |
1354 | 2024-08-13T18:44:07.043Z | |
1355 | 2024-08-13T18:44:07.043Z | # # ## #### # # #### # # ###### #### # # |
1356 | 2024-08-13T18:44:07.043Z | # # # # # # # # # # # # # # # # # |
1357 | 2024-08-13T18:44:07.043Z | ###### # # # #### ##### # ###### ##### # #### |
1358 | 2024-08-13T18:44:07.043Z | # # ###### # # # # # # # # # # |
1359 | 2024-08-13T18:44:07.043Z | # # # # # # # # # # # # # # # # # |
1360 | 2024-08-13T18:44:07.043Z | # # # # #### # # #### # # ###### #### # # |
1361 | 2024-08-13T18:44:07.043Z | |
1362 | 2024-08-13T18:44:07.043Z | + export CARGO_INCREMENTAL=0 |
1363 | 2024-08-13T18:44:07.043Z | + CARGO_INCREMENTAL=0 |
1364 | 2024-08-13T18:44:07.043Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1365 | 2024-08-13T18:44:07.587Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1366 | 2024-08-13T18:44:11.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1367 | 2024-08-13T18:44:11.079Z | Running `target/debug/xtask check-features --ci` |
1368 | 2024-08-13T18:44:11.100Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1369 | 2024-08-13T18:44:11.102Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1370 | 2024-08-13T18:44:11.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1371 | 2024-08-13T18:44:11.600Z | Running `target/debug/xtask download cargo-hack` |
1372 | 2024-08-13T18:44:12.380Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1373 | 2024-08-13T18:44:12.731Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1374 | 2024-08-13T18:44:17.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s |
1375 | 2024-08-13T18:44:17.499Z | Running `target/debug/xtask-downloader cargo-hack` |
1376 | 2024-08-13T18:44:17.533Z | Aug 13 18:44:17.250 INFO Starting download, target: CargoHack |
1377 | 2024-08-13T18:44:17.535Z | Aug 13 18:44:17.250 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1378 | 2024-08-13T18:44:18.111Z | Aug 13 18:44:17.828 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1379 | 2024-08-13T18:44:18.209Z | Aug 13 18:44:17.927 INFO Download complete, target: CargoHack |
1380 | 2024-08-13T18:44:18.213Z | 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" |
1381 | 2024-08-13T18:44:18.229Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1382 | 2024-08-13T18:44:18.376Z | info: running `cargo check --bins` on api_identity (1/147) |
1383 | 2024-08-13T18:44:18.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1384 | 2024-08-13T18:44:18.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1385 | 2024-08-13T18:44:18.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1386 | 2024-08-13T18:44:18.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1387 | 2024-08-13T18:44:18.950Z | |
1388 | 2024-08-13T18:44:18.950Z | info: running `cargo check --bins` on bootstore (2/147) |
1389 | 2024-08-13T18:44:19.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1390 | 2024-08-13T18:44:19.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1391 | 2024-08-13T18:44:19.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1392 | 2024-08-13T18:44:19.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1393 | 2024-08-13T18:44:19.593Z | |
1394 | 2024-08-13T18:44:19.593Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/147) |
1395 | 2024-08-13T18:44:20.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1396 | 2024-08-13T18:44:20.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1397 | 2024-08-13T18:44:20.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1398 | 2024-08-13T18:44:20.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1399 | 2024-08-13T18:44:20.196Z | |
1400 | 2024-08-13T18:44:20.197Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147) |
1401 | 2024-08-13T18:44:20.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1402 | 2024-08-13T18:44:20.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1403 | 2024-08-13T18:44:20.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1404 | 2024-08-13T18:44:20.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1405 | 2024-08-13T18:44:20.812Z | |
1406 | 2024-08-13T18:44:20.812Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147) |
1407 | 2024-08-13T18:44:21.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1408 | 2024-08-13T18:44:21.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1409 | 2024-08-13T18:44:21.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1410 | 2024-08-13T18:44:21.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1411 | 2024-08-13T18:44:21.260Z | |
1412 | 2024-08-13T18:44:21.261Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147) |
1413 | 2024-08-13T18:44:21.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1414 | 2024-08-13T18:44:21.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1415 | 2024-08-13T18:44:21.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1416 | 2024-08-13T18:44:21.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1417 | 2024-08-13T18:44:21.706Z | |
1418 | 2024-08-13T18:44:21.706Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147) |
1419 | 2024-08-13T18:44:22.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1420 | 2024-08-13T18:44:22.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1421 | 2024-08-13T18:44:22.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1422 | 2024-08-13T18:44:22.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1423 | 2024-08-13T18:44:22.148Z | |
1424 | 2024-08-13T18:44:22.148Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147) |
1425 | 2024-08-13T18:44:22.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1426 | 2024-08-13T18:44:22.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1427 | 2024-08-13T18:44:22.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1428 | 2024-08-13T18:44:22.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1429 | 2024-08-13T18:44:22.608Z | |
1430 | 2024-08-13T18:44:22.608Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147) |
1431 | 2024-08-13T18:44:23.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1432 | 2024-08-13T18:44:23.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1433 | 2024-08-13T18:44:23.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1434 | 2024-08-13T18:44:23.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1435 | 2024-08-13T18:44:23.069Z | |
1436 | 2024-08-13T18:44:23.069Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147) |
1437 | 2024-08-13T18:44:23.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1438 | 2024-08-13T18:44:23.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1439 | 2024-08-13T18:44:23.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1440 | 2024-08-13T18:44:23.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1441 | 2024-08-13T18:44:23.529Z | |
1442 | 2024-08-13T18:44:23.529Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147) |
1443 | 2024-08-13T18:44:23.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1444 | 2024-08-13T18:44:23.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1445 | 2024-08-13T18:44:23.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1446 | 2024-08-13T18:44:23.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1447 | 2024-08-13T18:44:23.984Z | |
1448 | 2024-08-13T18:44:23.984Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147) |
1449 | 2024-08-13T18:44:24.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1450 | 2024-08-13T18:44:24.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1451 | 2024-08-13T18:44:24.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1452 | 2024-08-13T18:44:24.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1453 | 2024-08-13T18:44:24.442Z | |
1454 | 2024-08-13T18:44:24.442Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147) |
1455 | 2024-08-13T18:44:24.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1456 | 2024-08-13T18:44:24.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1457 | 2024-08-13T18:44:24.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1458 | 2024-08-13T18:44:24.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1459 | 2024-08-13T18:44:24.898Z | |
1460 | 2024-08-13T18:44:24.898Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147) |
1461 | 2024-08-13T18:44:25.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-08-13T18:44:25.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-08-13T18:44:25.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-08-13T18:44:25.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1465 | 2024-08-13T18:44:25.349Z | |
1466 | 2024-08-13T18:44:25.349Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147) |
1467 | 2024-08-13T18:44:25.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-08-13T18:44:25.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-08-13T18:44:25.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-08-13T18:44:25.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1471 | 2024-08-13T18:44:25.799Z | |
1472 | 2024-08-13T18:44:25.799Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147) |
1473 | 2024-08-13T18:44:26.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-08-13T18:44:26.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-08-13T18:44:26.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-08-13T18:44:26.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1477 | 2024-08-13T18:44:26.259Z | |
1478 | 2024-08-13T18:44:26.259Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147) |
1479 | 2024-08-13T18:44:26.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-08-13T18:44:26.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-08-13T18:44:26.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-08-13T18:44:26.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1483 | 2024-08-13T18:44:26.717Z | |
1484 | 2024-08-13T18:44:26.717Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147) |
1485 | 2024-08-13T18:44:27.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-08-13T18:44:27.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-08-13T18:44:27.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-08-13T18:44:27.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1489 | 2024-08-13T18:44:27.177Z | |
1490 | 2024-08-13T18:44:27.179Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147) |
1491 | 2024-08-13T18:44:27.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-08-13T18:44:27.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-08-13T18:44:27.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-08-13T18:44:27.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1495 | 2024-08-13T18:44:27.630Z | |
1496 | 2024-08-13T18:44:27.630Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147) |
1497 | 2024-08-13T18:44:28.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-08-13T18:44:28.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-08-13T18:44:28.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-08-13T18:44:28.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1501 | 2024-08-13T18:44:28.084Z | |
1502 | 2024-08-13T18:44:28.084Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147) |
1503 | 2024-08-13T18:44:28.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-08-13T18:44:28.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-08-13T18:44:28.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-08-13T18:44:28.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1507 | 2024-08-13T18:44:28.537Z | |
1508 | 2024-08-13T18:44:28.537Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147) |
1509 | 2024-08-13T18:44:28.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-08-13T18:44:28.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-08-13T18:44:28.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-08-13T18:44:28.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1513 | 2024-08-13T18:44:28.991Z | |
1514 | 2024-08-13T18:44:28.991Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147) |
1515 | 2024-08-13T18:44:29.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-08-13T18:44:29.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-08-13T18:44:29.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-08-13T18:44:29.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1519 | 2024-08-13T18:44:29.453Z | |
1520 | 2024-08-13T18:44:29.453Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147) |
1521 | 2024-08-13T18:44:29.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-08-13T18:44:29.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-08-13T18:44:29.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-08-13T18:44:29.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1525 | 2024-08-13T18:44:29.906Z | |
1526 | 2024-08-13T18:44:29.906Z | info: running `cargo check --bins` on sled-hardware-types (25/147) |
1527 | 2024-08-13T18:44:30.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-08-13T18:44:30.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-08-13T18:44:30.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-08-13T18:44:30.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1531 | 2024-08-13T18:44:30.526Z | |
1532 | 2024-08-13T18:44:30.526Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/147) |
1533 | 2024-08-13T18:44:31.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-08-13T18:44:31.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-08-13T18:44:31.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-08-13T18:44:31.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1537 | 2024-08-13T18:44:31.147Z | |
1538 | 2024-08-13T18:44:31.147Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147) |
1539 | 2024-08-13T18:44:31.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-08-13T18:44:31.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-08-13T18:44:31.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-08-13T18:44:31.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1543 | 2024-08-13T18:44:31.762Z | |
1544 | 2024-08-13T18:44:31.762Z | info: running `cargo check --bins` on oxlog (28/147) |
1545 | 2024-08-13T18:44:32.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-08-13T18:44:32.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-08-13T18:44:32.346Z | Checking cfg-if v1.0.0 |
1548 | 2024-08-13T18:44:32.349Z | Checking libc v0.2.155 |
1549 | 2024-08-13T18:44:32.429Z | Checking memchr v2.7.2 |
1550 | 2024-08-13T18:44:32.445Z | Checking serde v1.0.206 |
1551 | 2024-08-13T18:44:32.455Z | Checking scopeguard v1.2.0 |
1552 | 2024-08-13T18:44:32.465Z | Checking byteorder v1.5.0 |
1553 | 2024-08-13T18:44:32.475Z | Checking log v0.4.21 |
1554 | 2024-08-13T18:44:32.488Z | Checking zeroize v1.7.0 |
1555 | 2024-08-13T18:44:32.500Z | Checking once_cell v1.19.0 |
1556 | 2024-08-13T18:44:32.579Z | Checking lock_api v0.4.12 |
1557 | 2024-08-13T18:44:32.726Z | Checking itoa v1.0.11 |
1558 | 2024-08-13T18:44:32.754Z | Checking pin-project-lite v0.2.14 |
1559 | 2024-08-13T18:44:32.783Z | Checking typenum v1.17.0 |
1560 | 2024-08-13T18:44:32.858Z | Checking zerocopy v0.7.34 |
1561 | 2024-08-13T18:44:32.874Z | Checking smallvec v1.13.2 |
1562 | 2024-08-13T18:44:32.925Z | Checking tinyvec_macros v0.1.1 |
1563 | 2024-08-13T18:44:32.978Z | Checking spin v0.9.8 |
1564 | 2024-08-13T18:44:33.002Z | Checking tinyvec v1.6.0 |
1565 | 2024-08-13T18:44:33.212Z | Checking subtle v2.5.0 |
1566 | 2024-08-13T18:44:33.297Z | Checking const-oid v0.9.6 |
1567 | 2024-08-13T18:44:33.310Z | Checking futures-core v0.3.30 |
1568 | 2024-08-13T18:44:33.465Z | Checking unicode-bidi v0.3.15 |
1569 | 2024-08-13T18:44:33.478Z | Checking futures-sink v0.3.30 |
1570 | 2024-08-13T18:44:33.534Z | Checking getrandom v0.2.14 |
1571 | 2024-08-13T18:44:33.612Z | Checking signal-hook-registry v1.4.2 |
1572 | 2024-08-13T18:44:33.767Z | Checking rand_core v0.6.4 |
1573 | 2024-08-13T18:44:33.831Z | Checking parking_lot_core v0.9.10 |
1574 | 2024-08-13T18:44:34.069Z | Checking generic-array v0.14.7 |
1575 | 2024-08-13T18:44:34.085Z | Checking mio v0.8.11 |
1576 | 2024-08-13T18:44:34.087Z | Checking num_cpus v1.16.0 |
1577 | 2024-08-13T18:44:34.150Z | Checking parking_lot v0.12.2 |
1578 | 2024-08-13T18:44:34.193Z | Checking socket2 v0.5.7 |
1579 | 2024-08-13T18:44:34.271Z | Checking ahash v0.8.11 |
1580 | 2024-08-13T18:44:34.302Z | Checking unicode-normalization v0.1.23 |
1581 | 2024-08-13T18:44:34.481Z | Checking allocator-api2 v0.2.18 |
1582 | 2024-08-13T18:44:34.640Z | Checking libm v0.2.8 |
1583 | 2024-08-13T18:44:34.682Z | Checking ryu v1.0.18 |
1584 | 2024-08-13T18:44:34.834Z | Checking equivalent v1.0.1 |
1585 | 2024-08-13T18:44:34.916Z | Checking futures-channel v0.3.30 |
1586 | 2024-08-13T18:44:34.933Z | Checking slab v0.4.9 |
1587 | 2024-08-13T18:44:35.097Z | Checking hashbrown v0.14.5 |
1588 | 2024-08-13T18:44:35.135Z | Checking futures-io v0.3.30 |
1589 | 2024-08-13T18:44:35.179Z | Checking pin-utils v0.1.0 |
1590 | 2024-08-13T18:44:35.194Z | Checking futures-task v0.3.30 |
1591 | 2024-08-13T18:44:35.227Z | Checking crypto-common v0.1.6 |
1592 | 2024-08-13T18:44:35.248Z | Checking block-buffer v0.10.4 |
1593 | 2024-08-13T18:44:35.263Z | Checking ppv-lite86 v0.2.17 |
1594 | 2024-08-13T18:44:35.297Z | Checking percent-encoding v2.3.1 |
1595 | 2024-08-13T18:44:35.406Z | Checking tracing-core v0.1.32 |
1596 | 2024-08-13T18:44:35.420Z | Checking futures-util v0.3.30 |
1597 | 2024-08-13T18:44:35.473Z | Checking digest v0.10.7 |
1598 | 2024-08-13T18:44:35.502Z | Checking untrusted v0.9.0 |
1599 | 2024-08-13T18:44:35.524Z | Checking num-traits v0.2.19 |
1600 | 2024-08-13T18:44:35.657Z | Checking fnv v1.0.7 |
1601 | 2024-08-13T18:44:35.785Z | Checking ring v0.17.8 |
1602 | 2024-08-13T18:44:35.828Z | Checking thiserror v1.0.63 |
1603 | 2024-08-13T18:44:35.939Z | Checking rand_chacha v0.3.1 |
1604 | 2024-08-13T18:44:35.956Z | Checking base64ct v1.6.0 |
1605 | 2024-08-13T18:44:36.051Z | Checking tracing v0.1.40 |
1606 | 2024-08-13T18:44:36.287Z | Checking foreign-types-shared v0.1.1 |
1607 | 2024-08-13T18:44:36.324Z | Checking rand v0.8.5 |
1608 | 2024-08-13T18:44:36.378Z | Checking powerfmt v0.2.0 |
1609 | 2024-08-13T18:44:36.390Z | Checking foreign-types v0.3.2 |
1610 | 2024-08-13T18:44:36.402Z | Checking pem-rfc7468 v0.7.0 |
1611 | 2024-08-13T18:44:36.476Z | Checking hmac v0.12.1 |
1612 | 2024-08-13T18:44:36.623Z | Checking deranged v0.3.11 |
1613 | 2024-08-13T18:44:36.655Z | Checking form_urlencoded v1.2.1 |
1614 | 2024-08-13T18:44:36.671Z | Checking openssl-sys v0.9.103 |
1615 | 2024-08-13T18:44:36.847Z | Checking time-core v0.1.2 |
1616 | 2024-08-13T18:44:36.990Z | Checking siphasher v0.3.11 |
1617 | 2024-08-13T18:44:37.173Z | Checking num-conv v0.1.0 |
1618 | 2024-08-13T18:44:37.304Z | Checking num_threads v0.1.7 |
1619 | 2024-08-13T18:44:37.372Z | Checking bytes v1.7.1 |
1620 | 2024-08-13T18:44:37.396Z | Checking indexmap v2.3.0 |
1621 | 2024-08-13T18:44:37.412Z | Checking bitflags v2.6.0 |
1622 | 2024-08-13T18:44:37.547Z | Checking serde_json v1.0.122 |
1623 | 2024-08-13T18:44:37.615Z | Checking try-lock v0.2.5 |
1624 | 2024-08-13T18:44:37.701Z | Checking unicode-ident v1.0.12 |
1625 | 2024-08-13T18:44:37.740Z | Checking flagset v0.4.5 |
1626 | 2024-08-13T18:44:37.865Z | Checking proc-macro2 v1.0.86 |
1627 | 2024-08-13T18:44:37.935Z | Checking der v0.7.9 |
1628 | 2024-08-13T18:44:37.959Z | Checking openssl v0.10.66 |
1629 | 2024-08-13T18:44:38.170Z | Checking tokio v1.38.1 |
1630 | 2024-08-13T18:44:38.344Z | Checking http v0.2.12 |
1631 | 2024-08-13T18:44:38.547Z | Checking time v0.3.36 |
1632 | 2024-08-13T18:44:38.624Z | Checking want v0.3.1 |
1633 | 2024-08-13T18:44:38.795Z | Checking rustls-webpki v0.101.7 |
1634 | 2024-08-13T18:44:39.171Z | Checking sct v0.7.1 |
1635 | 2024-08-13T18:44:39.377Z | Checking uuid v1.10.0 |
1636 | 2024-08-13T18:44:39.504Z | Checking idna v0.5.0 |
1637 | 2024-08-13T18:44:39.674Z | Checking http-body v0.4.6 |
1638 | 2024-08-13T18:44:39.760Z | Checking errno v0.3.9 |
1639 | 2024-08-13T18:44:39.925Z | Checking httparse v1.8.0 |
1640 | 2024-08-13T18:44:39.960Z | Checking lazy_static v1.5.0 |
1641 | 2024-08-13T18:44:40.049Z | Checking aho-corasick v1.1.3 |
1642 | 2024-08-13T18:44:40.079Z | Checking scroll v0.12.0 |
1643 | 2024-08-13T18:44:40.320Z | Checking openssl-probe v0.1.5 |
1644 | 2024-08-13T18:44:40.339Z | Checking ucd-trie v0.1.6 |
1645 | 2024-08-13T18:44:40.468Z | Checking httpdate v1.0.3 |
1646 | 2024-08-13T18:44:40.538Z | Checking adler v1.0.2 |
1647 | 2024-08-13T18:44:40.552Z | Checking regex-syntax v0.8.4 |
1648 | 2024-08-13T18:44:40.566Z | Checking tower-service v0.3.2 |
1649 | 2024-08-13T18:44:40.683Z | Checking iana-time-zone v0.1.60 |
1650 | 2024-08-13T18:44:40.692Z | Checking anstyle v1.0.8 |
1651 | 2024-08-13T18:44:40.694Z | Checking utf8parse v0.2.1 |
1652 | 2024-08-13T18:44:40.826Z | Checking plain v0.2.3 |
1653 | 2024-08-13T18:44:40.838Z | Checking finl_unicode v1.2.0 |
1654 | 2024-08-13T18:44:40.963Z | Checking cpufeatures v0.2.12 |
1655 | 2024-08-13T18:44:41.031Z | Checking goblin v0.8.2 |
1656 | 2024-08-13T18:44:41.054Z | Checking sha2 v0.10.8 |
1657 | 2024-08-13T18:44:41.069Z | Checking anstyle-parse v0.2.4 |
1658 | 2024-08-13T18:44:41.328Z | Checking chrono v0.4.38 |
1659 | 2024-08-13T18:44:41.414Z | Checking stringprep v0.1.4 |
1660 | 2024-08-13T18:44:41.575Z | Checking miniz_oxide v0.7.2 |
1661 | 2024-08-13T18:44:41.674Z | Checking pest v2.7.10 |
1662 | 2024-08-13T18:44:41.737Z | Checking url v2.5.2 |
1663 | 2024-08-13T18:44:42.270Z | Checking rustix v0.38.34 |
1664 | 2024-08-13T18:44:42.567Z | Checking spki v0.7.3 |
1665 | 2024-08-13T18:44:42.854Z | Checking rustls v0.21.12 |
1666 | 2024-08-13T18:44:43.407Z | Checking native-tls v0.2.11 |
1667 | 2024-08-13T18:44:43.444Z | Checking quote v1.0.36 |
1668 | 2024-08-13T18:44:43.678Z | Checking regex-automata v0.4.6 |
1669 | 2024-08-13T18:44:43.718Z | Checking serde_spanned v0.6.7 |
1670 | 2024-08-13T18:44:43.745Z | Checking toml_datetime v0.6.8 |
1671 | 2024-08-13T18:44:43.913Z | Checking num-integer v0.1.46 |
1672 | 2024-08-13T18:44:44.020Z | Checking md-5 v0.10.6 |
1673 | 2024-08-13T18:44:44.141Z | Checking idna v0.3.0 |
1674 | 2024-08-13T18:44:44.231Z | Checking hash32 v0.2.1 |
1675 | 2024-08-13T18:44:44.305Z | Checking pretty-hex v0.4.1 |
1676 | 2024-08-13T18:44:44.372Z | Checking anstyle-query v1.0.3 |
1677 | 2024-08-13T18:44:44.474Z | Checking is_terminal_polyfill v1.70.0 |
1678 | 2024-08-13T18:44:44.493Z | Checking psl-types v2.0.11 |
1679 | 2024-08-13T18:44:44.519Z | Checking base64 v0.22.1 |
1680 | 2024-08-13T18:44:44.582Z | Checking gimli v0.28.1 |
1681 | 2024-08-13T18:44:44.670Z | Checking fallible-iterator v0.2.0 |
1682 | 2024-08-13T18:44:44.956Z | Checking stable_deref_trait v1.2.0 |
1683 | 2024-08-13T18:44:44.973Z | Checking colorchoice v1.0.1 |
1684 | 2024-08-13T18:44:45.055Z | Checking heapless v0.7.17 |
1685 | 2024-08-13T18:44:45.098Z | Checking anstream v0.6.14 |
1686 | 2024-08-13T18:44:45.119Z | Checking tokio-util v0.7.11 |
1687 | 2024-08-13T18:44:45.267Z | Checking postgres-protocol v0.6.7 |
1688 | 2024-08-13T18:44:45.446Z | Checking tokio-native-tls v0.3.1 |
1689 | 2024-08-13T18:44:45.715Z | Checking publicsuffix v2.2.3 |
1690 | 2024-08-13T18:44:45.943Z | Checking terminal_size v0.3.0 |
1691 | 2024-08-13T18:44:45.969Z | Checking dtrace-parser v0.2.0 |
1692 | 2024-08-13T18:44:45.994Z | Checking h2 v0.3.26 |
1693 | 2024-08-13T18:44:46.011Z | Checking tokio-rustls v0.24.1 |
1694 | 2024-08-13T18:44:46.027Z | Checking dof v0.3.0 |
1695 | 2024-08-13T18:44:46.092Z | Checking syn v2.0.72 |
1696 | 2024-08-13T18:44:46.114Z | Checking pkcs8 v0.10.2 |
1697 | 2024-08-13T18:44:46.348Z | Checking cookie v0.17.0 |
1698 | 2024-08-13T18:44:46.362Z | Checking phf_shared v0.11.2 |
1699 | 2024-08-13T18:44:46.438Z | Checking block-padding v0.3.3 |
1700 | 2024-08-13T18:44:46.634Z | Checking ff v0.13.0 |
1701 | 2024-08-13T18:44:46.637Z | Checking thread-id v4.2.1 |
1702 | 2024-08-13T18:44:46.656Z | Checking object v0.32.2 |
1703 | 2024-08-13T18:44:46.727Z | Checking winnow v0.5.40 |
1704 | 2024-08-13T18:44:46.741Z | Checking managed v0.8.0 |
1705 | 2024-08-13T18:44:46.848Z | Checking bit-vec v0.6.3 |
1706 | 2024-08-13T18:44:47.120Z | Checking matches v0.1.10 |
1707 | 2024-08-13T18:44:47.171Z | Checking bitflags v1.3.2 |
1708 | 2024-08-13T18:44:47.206Z | Checking ipnet v2.9.0 |
1709 | 2024-08-13T18:44:47.270Z | Checking rustc-demangle v0.1.24 |
1710 | 2024-08-13T18:44:47.642Z | Checking base16ct v0.2.0 |
1711 | 2024-08-13T18:44:47.721Z | Checking clap_lex v0.7.0 |
1712 | 2024-08-13T18:44:47.834Z | Checking regex-automata v0.1.10 |
1713 | 2024-08-13T18:44:47.945Z | Checking strsim v0.11.1 |
1714 | 2024-08-13T18:44:48.213Z | Checking either v1.13.0 |
1715 | 2024-08-13T18:44:48.233Z | Checking base64 v0.21.7 |
1716 | 2024-08-13T18:44:48.290Z | Checking regex v1.10.6 |
1717 | 2024-08-13T18:44:48.494Z | Checking addr2line v0.21.0 |
1718 | 2024-08-13T18:44:48.567Z | Checking clap_builder v4.5.15 |
1719 | 2024-08-13T18:44:48.687Z | Checking rustls-pemfile v1.0.4 |
1720 | 2024-08-13T18:44:48.884Z | Checking bstr v0.2.17 |
1721 | 2024-08-13T18:44:48.917Z | Checking sec1 v0.7.3 |
1722 | 2024-08-13T18:44:48.994Z | Checking smoltcp v0.9.1 |
1723 | 2024-08-13T18:44:49.309Z | Checking idna v0.2.3 |
1724 | 2024-08-13T18:44:49.715Z | Checking group v0.13.0 |
1725 | 2024-08-13T18:44:49.780Z | Checking toml_edit v0.19.15 |
1726 | 2024-08-13T18:44:50.009Z | Checking cookie_store v0.20.0 |
1727 | 2024-08-13T18:44:50.149Z | Checking inout v0.1.3 |
1728 | 2024-08-13T18:44:50.380Z | Checking phf v0.11.2 |
1729 | 2024-08-13T18:44:50.486Z | Checking postgres-types v0.2.7 |
1730 | 2024-08-13T18:44:50.621Z | Checking num-bigint v0.4.5 |
1731 | 2024-08-13T18:44:50.641Z | Checking futures-executor v0.3.30 |
1732 | 2024-08-13T18:44:50.859Z | Checking hubpack v0.1.2 |
1733 | 2024-08-13T18:44:51.188Z | Checking serde_urlencoded v0.7.1 |
1734 | 2024-08-13T18:44:51.203Z | Checking phf_shared v0.10.0 |
1735 | 2024-08-13T18:44:51.458Z | Checking float-cmp v0.9.0 |
1736 | 2024-08-13T18:44:51.559Z | Checking hkdf v0.12.4 |
1737 | 2024-08-13T18:44:51.603Z | Checking zerocopy v0.6.6 |
1738 | 2024-08-13T18:44:51.632Z | Checking signal-hook v0.3.17 |
1739 | 2024-08-13T18:44:51.754Z | Checking crc32fast v1.4.0 |
1740 | 2024-08-13T18:44:51.943Z | Checking crossbeam-utils v0.8.19 |
1741 | 2024-08-13T18:44:51.990Z | Checking crypto-bigint v0.5.5 |
1742 | 2024-08-13T18:44:52.088Z | Checking hyper v0.14.30 |
1743 | 2024-08-13T18:44:52.283Z | Checking mio v1.0.1 |
1744 | 2024-08-13T18:44:52.319Z | Checking memmap v0.7.0 |
1745 | 2024-08-13T18:44:52.349Z | Checking usdt-impl v0.5.0 |
1746 | 2024-08-13T18:44:52.512Z | Checking encoding_rs v0.8.34 |
1747 | 2024-08-13T18:44:52.623Z | Checking new_debug_unreachable v1.0.6 |
1748 | 2024-08-13T18:44:52.654Z | Checking backtrace v0.3.71 |
1749 | 2024-08-13T18:44:52.707Z | Checking sync_wrapper v0.1.2 |
1750 | 2024-08-13T18:44:52.827Z | Checking data-encoding v2.6.0 |
1751 | 2024-08-13T18:44:52.869Z | Checking predicates-core v1.0.6 |
1752 | 2024-08-13T18:44:52.872Z | Checking dyn-clone v1.0.17 |
1753 | 2024-08-13T18:44:53.001Z | Checking difflib v0.4.0 |
1754 | 2024-08-13T18:44:53.046Z | Checking mime v0.3.17 |
1755 | 2024-08-13T18:44:53.132Z | Checking whoami v1.5.1 |
1756 | 2024-08-13T18:44:53.196Z | Checking static_assertions v1.1.0 |
1757 | 2024-08-13T18:44:53.293Z | Checking precomputed-hash v0.1.1 |
1758 | 2024-08-13T18:44:53.308Z | Checking normalize-line-endings v0.3.0 |
1759 | 2024-08-13T18:44:53.341Z | Checking winnow v0.6.18 |
1760 | 2024-08-13T18:44:53.401Z | Checking unicode-segmentation v1.11.0 |
1761 | 2024-08-13T18:44:53.416Z | Checking unicode-width v0.1.13 |
1762 | 2024-08-13T18:44:53.428Z | Checking fixedbitset v0.4.2 |
1763 | 2024-08-13T18:44:53.459Z | Checking webpki-roots v0.25.4 |
1764 | 2024-08-13T18:44:53.597Z | Checking minimal-lexical v0.2.1 |
1765 | 2024-08-13T18:44:53.611Z | Checking console v0.15.8 |
1766 | 2024-08-13T18:44:53.680Z | Checking petgraph v0.6.5 |
1767 | 2024-08-13T18:44:54.005Z | Checking nom v7.1.3 |
1768 | 2024-08-13T18:44:54.046Z | Checking similar v2.5.0 |
1769 | 2024-08-13T18:44:54.153Z | Checking trust-dns-proto v0.22.0 |
1770 | 2024-08-13T18:44:54.736Z | Checking elliptic-curve v0.13.8 |
1771 | 2024-08-13T18:44:54.789Z | Checking tokio-postgres v0.7.11 |
1772 | 2024-08-13T18:44:54.887Z | Checking predicates v3.1.2 |
1773 | 2024-08-13T18:44:55.385Z | Checking string_cache v0.8.7 |
1774 | 2024-08-13T18:44:55.602Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1775 | 2024-08-13T18:44:55.683Z | Checking anyhow v1.0.86 |
1776 | 2024-08-13T18:44:56.067Z | Checking yasna v0.5.2 |
1777 | 2024-08-13T18:44:56.326Z | Checking toml_edit v0.22.20 |
1778 | 2024-08-13T18:44:56.876Z | Checking schemars v0.8.21 |
1779 | 2024-08-13T18:44:56.961Z | Checking usdt v0.5.0 |
1780 | 2024-08-13T18:44:56.996Z | Checking signal-hook-mio v0.2.4 |
1781 | 2024-08-13T18:44:57.142Z | Checking crossbeam-epoch v0.9.18 |
1782 | 2024-08-13T18:44:57.207Z | Checking toml v0.7.8 |
1783 | 2024-08-13T18:44:57.586Z | Checking flate2 v1.0.31 |
1784 | 2024-08-13T18:44:57.824Z | Checking clap v4.5.15 |
1785 | 2024-08-13T18:44:57.929Z | Checking futures v0.3.30 |
1786 | 2024-08-13T18:44:57.944Z | Checking cipher v0.4.4 |
1787 | 2024-08-13T18:44:58.029Z | Checking itertools v0.10.5 |
1788 | 2024-08-13T18:44:58.076Z | Checking itertools v0.12.1 |
1789 | 2024-08-13T18:44:58.100Z | Checking hyper-rustls v0.24.2 |
1790 | 2024-08-13T18:44:58.231Z | Checking hyper-tls v0.5.0 |
1791 | 2024-08-13T18:44:58.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1792 | 2024-08-13T18:44:58.364Z | Checking bstr v1.9.1 |
1793 | 2024-08-13T18:44:58.390Z | Checking bit-set v0.5.3 |
1794 | 2024-08-13T18:44:58.484Z | Checking fs-err v2.11.0 |
1795 | 2024-08-13T18:44:58.500Z | Checking reqwest v0.11.27 |
1796 | 2024-08-13T18:44:58.630Z | Checking tokio-stream v0.1.15 |
1797 | 2024-08-13T18:44:58.947Z | Checking num-iter v0.1.45 |
1798 | 2024-08-13T18:44:59.022Z | Checking slog v2.7.0 |
1799 | 2024-08-13T18:44:59.113Z | Checking openapiv3 v2.0.0 |
1800 | 2024-08-13T18:44:59.310Z | Checking semver v1.0.23 |
1801 | 2024-08-13T18:44:59.404Z | Checking hex v0.4.3 |
1802 | 2024-08-13T18:44:59.510Z | Checking peg-runtime v0.8.3 |
1803 | 2024-08-13T18:44:59.703Z | Checking lalrpop-util v0.19.12 |
1804 | 2024-08-13T18:44:59.736Z | Checking camino v1.1.7 |
1805 | 2024-08-13T18:44:59.900Z | Checking sigpipe v0.1.3 |
1806 | 2024-08-13T18:45:01.762Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1807 | 2024-08-13T18:45:02.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.29s |
1808 | 2024-08-13T18:45:02.195Z | |
1809 | 2024-08-13T18:45:02.195Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147) |
1810 | 2024-08-13T18:45:02.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2024-08-13T18:45:02.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2024-08-13T18:45:02.840Z | Compiling regress v0.9.1 |
1813 | 2024-08-13T18:45:02.931Z | Checking sha1 v0.10.6 |
1814 | 2024-08-13T18:45:02.941Z | Checking strum v0.26.3 |
1815 | 2024-08-13T18:45:02.962Z | Checking heck v0.5.0 |
1816 | 2024-08-13T18:45:02.974Z | Compiling getopts v0.2.21 |
1817 | 2024-08-13T18:45:02.976Z | Checking dirs-sys-next v0.1.2 |
1818 | 2024-08-13T18:45:02.998Z | Compiling unsafe-libyaml v0.2.11 |
1819 | 2024-08-13T18:45:03.128Z | Checking http v1.1.0 |
1820 | 2024-08-13T18:45:03.147Z | Checking dirs-next v2.0.0 |
1821 | 2024-08-13T18:45:03.164Z | Checking thread_local v1.1.8 |
1822 | 2024-08-13T18:45:03.260Z | Checking rustls-pki-types v1.7.0 |
1823 | 2024-08-13T18:45:03.378Z | Compiling ident_case v1.0.1 |
1824 | 2024-08-13T18:45:03.423Z | Checking term v0.7.0 |
1825 | 2024-08-13T18:45:03.547Z | Compiling darling_core v0.20.9 |
1826 | 2024-08-13T18:45:03.690Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1827 | 2024-08-13T18:45:03.837Z | Checking crossbeam-channel v0.5.12 |
1828 | 2024-08-13T18:45:03.897Z | Checking is-terminal v0.4.12 |
1829 | 2024-08-13T18:45:04.010Z | Checking atty v0.2.14 |
1830 | 2024-08-13T18:45:04.026Z | Compiling rustls v0.22.4 |
1831 | 2024-08-13T18:45:04.128Z | Checking utf-8 v0.7.6 |
1832 | 2024-08-13T18:45:04.298Z | Compiling serde_yaml v0.9.34+deprecated |
1833 | 2024-08-13T18:45:04.325Z | Checking take_mut v0.2.2 |
1834 | 2024-08-13T18:45:04.461Z | Checking humantime v2.1.0 |
1835 | 2024-08-13T18:45:04.505Z | Compiling paste v1.0.15 |
1836 | 2024-08-13T18:45:04.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-08-13T18:45:04.740Z | Checking termcolor v1.4.1 |
1838 | 2024-08-13T18:45:04.902Z | Checking slog-async v2.8.0 |
1839 | 2024-08-13T18:45:04.943Z | Checking slog-term v2.9.1 |
1840 | 2024-08-13T18:45:05.126Z | Checking rustls-webpki v0.102.4 |
1841 | 2024-08-13T18:45:05.154Z | Checking env_logger v0.9.3 |
1842 | 2024-08-13T18:45:05.191Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1843 | 2024-08-13T18:45:05.445Z | Compiling proc-macro-crate v1.3.1 |
1844 | 2024-08-13T18:45:05.557Z | Compiling bitstruct_derive v0.1.0 |
1845 | 2024-08-13T18:45:05.605Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-08-13T18:45:05.901Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-08-13T18:45:06.017Z | Compiling multer v3.1.0 |
1848 | 2024-08-13T18:45:06.320Z | Checking ascii v1.1.0 |
1849 | 2024-08-13T18:45:06.351Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1850 | 2024-08-13T18:45:06.722Z | Checking match_cfg v0.1.0 |
1851 | 2024-08-13T18:45:06.814Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1852 | 2024-08-13T18:45:06.934Z | Checking bitstruct v0.1.1 |
1853 | 2024-08-13T18:45:07.039Z | Checking hostname v0.3.1 |
1854 | 2024-08-13T18:45:07.126Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1855 | 2024-08-13T18:45:07.173Z | Compiling num_enum_derive v0.5.11 |
1856 | 2024-08-13T18:45:07.980Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1857 | 2024-08-13T18:45:08.140Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-13T18:45:08.455Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1859 | 2024-08-13T18:45:08.590Z | Compiling structmeta v0.3.0 |
1860 | 2024-08-13T18:45:08.737Z | Checking slog-json v2.6.1 |
1861 | 2024-08-13T18:45:08.753Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-13T18:45:08.998Z | Checking erased-serde v0.3.31 |
1863 | 2024-08-13T18:45:09.013Z | Checking serde_arrays v0.1.0 |
1864 | 2024-08-13T18:45:09.027Z | Compiling foreign-types-macros v0.2.3 |
1865 | 2024-08-13T18:45:09.160Z | Compiling async-stream-impl v0.3.5 |
1866 | 2024-08-13T18:45:09.584Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1867 | 2024-08-13T18:45:09.851Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1868 | 2024-08-13T18:45:09.893Z | Checking atomic-waker v1.1.2 |
1869 | 2024-08-13T18:45:10.018Z | Checking arc-swap v1.7.1 |
1870 | 2024-08-13T18:45:10.055Z | Checking foreign-types-shared v0.3.1 |
1871 | 2024-08-13T18:45:10.159Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1872 | 2024-08-13T18:45:10.173Z | Checking waitgroup v0.1.2 |
1873 | 2024-08-13T18:45:10.324Z | Checking foreign-types v0.5.0 |
1874 | 2024-08-13T18:45:10.361Z | Checking num_enum v0.5.11 |
1875 | 2024-08-13T18:45:10.463Z | Compiling parse-display-derive v0.10.0 |
1876 | 2024-08-13T18:45:10.478Z | Checking slog-scope v4.4.0 |
1877 | 2024-08-13T18:45:10.509Z | Compiling darling_macro v0.20.9 |
1878 | 2024-08-13T18:45:10.533Z | Checking slog-bunyan v2.5.0 |
1879 | 2024-08-13T18:45:10.624Z | Checking async-stream v0.3.5 |
1880 | 2024-08-13T18:45:10.663Z | Compiling proc-macro-error v1.0.4 |
1881 | 2024-08-13T18:45:10.961Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1882 | 2024-08-13T18:45:11.068Z | Checking toml v0.8.19 |
1883 | 2024-08-13T18:45:11.252Z | Checking tungstenite v0.20.1 |
1884 | 2024-08-13T18:45:11.315Z | Checking rustls-pemfile v2.1.3 |
1885 | 2024-08-13T18:45:11.473Z | Compiling darling v0.20.9 |
1886 | 2024-08-13T18:45:11.548Z | Compiling heck v0.3.3 |
1887 | 2024-08-13T18:45:11.592Z | Compiling serde_with_macros v3.8.3 |
1888 | 2024-08-13T18:45:11.618Z | Checking tokio-rustls v0.25.0 |
1889 | 2024-08-13T18:45:11.806Z | Checking ipnetwork v0.20.0 |
1890 | 2024-08-13T18:45:11.984Z | Checking newtype-uuid v1.1.0 |
1891 | 2024-08-13T18:45:12.000Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1892 | 2024-08-13T18:45:12.116Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1893 | 2024-08-13T18:45:12.161Z | Checking serde_path_to_error v0.1.16 |
1894 | 2024-08-13T18:45:12.237Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1895 | 2024-08-13T18:45:12.780Z | Checking hostname v0.4.0 |
1896 | 2024-08-13T18:45:12.921Z | Checking cstr-argument v0.1.2 |
1897 | 2024-08-13T18:45:12.975Z | Checking instant v0.1.12 |
1898 | 2024-08-13T18:45:13.012Z | Checking debug-ignore v1.0.5 |
1899 | 2024-08-13T18:45:13.085Z | Checking fastrand v2.1.0 |
1900 | 2024-08-13T18:45:13.099Z | Checking pretty-hex v0.2.1 |
1901 | 2024-08-13T18:45:13.143Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1902 | 2024-08-13T18:45:13.252Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-08-13T18:45:13.421Z | Checking tempfile v3.10.1 |
1904 | 2024-08-13T18:45:13.466Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-08-13T18:45:13.528Z | Checking backoff v0.4.0 |
1906 | 2024-08-13T18:45:13.775Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1907 | 2024-08-13T18:45:13.820Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1908 | 2024-08-13T18:45:13.915Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1909 | 2024-08-13T18:45:13.931Z | Checking tokio-tungstenite v0.20.1 |
1910 | 2024-08-13T18:45:14.029Z | Compiling zone_cfg_derive v0.1.2 |
1911 | 2024-08-13T18:45:14.268Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1912 | 2024-08-13T18:45:14.418Z | Checking slog-stdlog v4.1.1 |
1913 | 2024-08-13T18:45:14.502Z | Checking serde_with v3.8.3 |
1914 | 2024-08-13T18:45:14.582Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1915 | 2024-08-13T18:45:14.733Z | Checking tungstenite v0.21.0 |
1916 | 2024-08-13T18:45:15.055Z | Checking colored v2.1.0 |
1917 | 2024-08-13T18:45:15.091Z | Checking parse-display v0.10.0 |
1918 | 2024-08-13T18:45:15.316Z | Checking macaddr v1.0.1 |
1919 | 2024-08-13T18:45:15.361Z | Checking socket2 v0.4.10 |
1920 | 2024-08-13T18:45:15.612Z | Checking base64 v0.13.1 |
1921 | 2024-08-13T18:45:15.681Z | Checking zone v0.1.8 |
1922 | 2024-08-13T18:45:15.684Z | Checking tokio-tungstenite v0.21.0 |
1923 | 2024-08-13T18:45:16.022Z | Checking ron v0.7.1 |
1924 | 2024-08-13T18:45:16.189Z | Checking slog-envlogger v2.2.0 |
1925 | 2024-08-13T18:45:16.366Z | Checking pem v3.0.4 |
1926 | 2024-08-13T18:45:16.416Z | Checking tabwriter v1.4.0 |
1927 | 2024-08-13T18:45:16.638Z | Checking xattr v1.3.1 |
1928 | 2024-08-13T18:45:16.652Z | Checking portpicker v0.1.1 |
1929 | 2024-08-13T18:45:16.782Z | Checking headers-core v0.2.0 |
1930 | 2024-08-13T18:45:16.817Z | Checking smf v0.2.3 |
1931 | 2024-08-13T18:45:16.921Z | Checking filetime v0.2.24 |
1932 | 2024-08-13T18:45:17.132Z | Checking same-file v1.0.6 |
1933 | 2024-08-13T18:45:17.135Z | Checking tar v0.4.41 |
1934 | 2024-08-13T18:45:17.262Z | Checking headers v0.3.9 |
1935 | 2024-08-13T18:45:17.305Z | Checking walkdir v2.5.0 |
1936 | 2024-08-13T18:45:17.573Z | Checking rcgen v0.12.1 |
1937 | 2024-08-13T18:45:17.588Z | Checking atomicwrites v0.4.3 |
1938 | 2024-08-13T18:45:17.784Z | Checking camino-tempfile v1.1.1 |
1939 | 2024-08-13T18:45:17.830Z | Checking subprocess v0.2.9 |
1940 | 2024-08-13T18:45:19.085Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-08-13T18:45:19.292Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-08-13T18:45:20.973Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1943 | 2024-08-13T18:45:23.002Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1944 | 2024-08-13T18:45:23.067Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-13T18:45:26.237Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1946 | 2024-08-13T18:45:32.482Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1947 | 2024-08-13T18:45:32.611Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1948 | 2024-08-13T18:45:32.611Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-08-13T18:45:35.094Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1950 | 2024-08-13T18:45:35.469Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1951 | 2024-08-13T18:45:41.221Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1952 | 2024-08-13T18:45:42.630Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1953 | 2024-08-13T18:45:43.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.53s |
1954 | 2024-08-13T18:45:43.883Z | |
1955 | 2024-08-13T18:45:43.883Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147) |
1956 | 2024-08-13T18:45:44.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1957 | 2024-08-13T18:45:44.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1958 | 2024-08-13T18:45:44.521Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1959 | 2024-08-13T18:45:45.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
1960 | 2024-08-13T18:45:45.906Z | |
1961 | 2024-08-13T18:45:45.906Z | info: running `cargo check --bins` on nexus-config (31/147) |
1962 | 2024-08-13T18:45:46.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1963 | 2024-08-13T18:45:46.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1964 | 2024-08-13T18:45:46.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1965 | 2024-08-13T18:45:46.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1966 | 2024-08-13T18:45:46.519Z | |
1967 | 2024-08-13T18:45:46.519Z | info: running `cargo check --bins` on omicron-rpaths (32/147) |
1968 | 2024-08-13T18:45:47.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1969 | 2024-08-13T18:45:47.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1970 | 2024-08-13T18:45:47.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1971 | 2024-08-13T18:45:47.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1972 | 2024-08-13T18:45:47.101Z | |
1973 | 2024-08-13T18:45:47.101Z | info: running `cargo check --bins` on omicron-certificates (33/147) |
1974 | 2024-08-13T18:45:47.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1975 | 2024-08-13T18:45:47.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1976 | 2024-08-13T18:45:47.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1977 | 2024-08-13T18:45:47.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1978 | 2024-08-13T18:45:47.710Z | |
1979 | 2024-08-13T18:45:47.710Z | info: running `cargo check --bins` on bootstrap-agent-client (34/147) |
1980 | 2024-08-13T18:45:48.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1981 | 2024-08-13T18:45:48.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1982 | 2024-08-13T18:45:48.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1983 | 2024-08-13T18:45:48.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1984 | 2024-08-13T18:45:48.334Z | |
1985 | 2024-08-13T18:45:48.335Z | info: running `cargo check --bins` on cockroach-admin-client (35/147) |
1986 | 2024-08-13T18:45:48.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1987 | 2024-08-13T18:45:48.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1988 | 2024-08-13T18:45:48.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1989 | 2024-08-13T18:45:48.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1990 | 2024-08-13T18:45:48.922Z | |
1991 | 2024-08-13T18:45:48.922Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/147) |
1992 | 2024-08-13T18:45:49.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1993 | 2024-08-13T18:45:49.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1994 | 2024-08-13T18:45:49.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1995 | 2024-08-13T18:45:49.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1996 | 2024-08-13T18:45:49.553Z | |
1997 | 2024-08-13T18:45:49.553Z | info: running `cargo check --bins` on dns-service-client (37/147) |
1998 | 2024-08-13T18:45:50.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1999 | 2024-08-13T18:45:50.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2000 | 2024-08-13T18:45:50.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2001 | 2024-08-13T18:45:50.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2002 | 2024-08-13T18:45:50.147Z | |
2003 | 2024-08-13T18:45:50.147Z | info: running `cargo check --bins` on dpd-client (38/147) |
2004 | 2024-08-13T18:45:50.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2005 | 2024-08-13T18:45:50.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2006 | 2024-08-13T18:45:50.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2007 | 2024-08-13T18:45:50.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2008 | 2024-08-13T18:45:50.745Z | |
2009 | 2024-08-13T18:45:50.745Z | info: running `cargo check --bins` on gateway-client (39/147) |
2010 | 2024-08-13T18:45:51.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2011 | 2024-08-13T18:45:51.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2012 | 2024-08-13T18:45:51.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2013 | 2024-08-13T18:45:51.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2014 | 2024-08-13T18:45:51.336Z | |
2015 | 2024-08-13T18:45:51.336Z | info: running `cargo check --bins` on installinator-client (40/147) |
2016 | 2024-08-13T18:45:51.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2017 | 2024-08-13T18:45:51.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2018 | 2024-08-13T18:45:51.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2019 | 2024-08-13T18:45:51.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2020 | 2024-08-13T18:45:51.963Z | |
2021 | 2024-08-13T18:45:51.963Z | info: running `cargo check --bins` on installinator-common (41/147) |
2022 | 2024-08-13T18:45:52.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2023 | 2024-08-13T18:45:52.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2024 | 2024-08-13T18:45:52.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2025 | 2024-08-13T18:45:52.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2026 | 2024-08-13T18:45:52.602Z | |
2027 | 2024-08-13T18:45:52.602Z | info: running `cargo check --bins` on update-engine (42/147) |
2028 | 2024-08-13T18:45:53.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-08-13T18:45:53.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-08-13T18:45:53.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-08-13T18:45:53.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2032 | 2024-08-13T18:45:53.202Z | |
2033 | 2024-08-13T18:45:53.202Z | info: running `cargo check --bins` on nexus-client (43/147) |
2034 | 2024-08-13T18:45:53.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-08-13T18:45:53.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-08-13T18:45:53.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2037 | 2024-08-13T18:45:53.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2038 | 2024-08-13T18:45:53.837Z | |
2039 | 2024-08-13T18:45:53.837Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/147) |
2040 | 2024-08-13T18:45:54.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-08-13T18:45:54.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-08-13T18:45:54.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-08-13T18:45:54.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2044 | 2024-08-13T18:45:54.471Z | |
2045 | 2024-08-13T18:45:54.471Z | info: running `cargo check --bins` on omicron-passwords (45/147) |
2046 | 2024-08-13T18:45:55.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-08-13T18:45:55.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-08-13T18:45:55.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-08-13T18:45:55.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2050 | 2024-08-13T18:45:55.073Z | |
2051 | 2024-08-13T18:45:55.073Z | info: running `cargo check --bins` on nexus-types (46/147) |
2052 | 2024-08-13T18:45:55.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-08-13T18:45:55.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-08-13T18:45:55.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-08-13T18:45:55.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2056 | 2024-08-13T18:45:55.705Z | |
2057 | 2024-08-13T18:45:55.705Z | info: running `cargo check --bins` on oxide-client (47/147) |
2058 | 2024-08-13T18:45:56.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-08-13T18:45:56.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-08-13T18:45:56.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-08-13T18:45:56.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2062 | 2024-08-13T18:45:56.302Z | |
2063 | 2024-08-13T18:45:56.302Z | info: running `cargo check --bins` on oximeter-client (48/147) |
2064 | 2024-08-13T18:45:56.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-08-13T18:45:56.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-08-13T18:45:56.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-08-13T18:45:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2068 | 2024-08-13T18:45:56.923Z | |
2069 | 2024-08-13T18:45:56.924Z | info: running `cargo check --bins` on sled-agent-client (49/147) |
2070 | 2024-08-13T18:45:57.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-08-13T18:45:57.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-08-13T18:45:57.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-08-13T18:45:57.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2074 | 2024-08-13T18:45:57.549Z | |
2075 | 2024-08-13T18:45:57.549Z | info: running `cargo check --bins` on wicketd-client (50/147) |
2076 | 2024-08-13T18:45:58.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-08-13T18:45:58.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-08-13T18:45:58.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-08-13T18:45:58.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2080 | 2024-08-13T18:45:58.189Z | |
2081 | 2024-08-13T18:45:58.189Z | info: running `cargo check --bins` on wicket-common (51/147) |
2082 | 2024-08-13T18:45:58.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-08-13T18:45:58.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-08-13T18:45:58.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-08-13T18:45:58.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2086 | 2024-08-13T18:45:58.822Z | |
2087 | 2024-08-13T18:45:58.822Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/147) |
2088 | 2024-08-13T18:45:59.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-08-13T18:45:59.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-08-13T18:45:59.456Z | Compiling heapless v0.8.0 |
2091 | 2024-08-13T18:45:59.543Z | Checking hash32 v0.3.1 |
2092 | 2024-08-13T18:45:59.552Z | Compiling smoltcp v0.11.0 |
2093 | 2024-08-13T18:45:59.560Z | Checking cobs v0.2.3 |
2094 | 2024-08-13T18:45:59.562Z | Checking embedded-io v0.4.0 |
2095 | 2024-08-13T18:45:59.578Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2096 | 2024-08-13T18:45:59.580Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2097 | 2024-08-13T18:45:59.600Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2098 | 2024-08-13T18:45:59.697Z | Compiling crucible-workspace-hack v0.1.0 |
2099 | 2024-08-13T18:45:59.716Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2100 | 2024-08-13T18:45:59.726Z | Checking csv-core v0.1.11 |
2101 | 2024-08-13T18:45:59.748Z | Checking postcard v1.0.8 |
2102 | 2024-08-13T18:45:59.931Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2103 | 2024-08-13T18:46:00.013Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2104 | 2024-08-13T18:46:00.025Z | Checking csv v1.3.0 |
2105 | 2024-08-13T18:46:00.245Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2106 | 2024-08-13T18:46:00.322Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2107 | 2024-08-13T18:46:00.421Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2108 | 2024-08-13T18:46:00.489Z | Compiling num-derive v0.4.2 |
2109 | 2024-08-13T18:46:00.692Z | Compiling slog-dtrace v0.3.0 |
2110 | 2024-08-13T18:46:00.728Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2111 | 2024-08-13T18:46:00.787Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2112 | 2024-08-13T18:46:00.849Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2113 | 2024-08-13T18:46:01.087Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2114 | 2024-08-13T18:46:01.388Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2115 | 2024-08-13T18:46:01.755Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2116 | 2024-08-13T18:46:02.219Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2117 | 2024-08-13T18:46:03.311Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2118 | 2024-08-13T18:46:04.163Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2119 | 2024-08-13T18:46:05.213Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2120 | 2024-08-13T18:46:07.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s |
2121 | 2024-08-13T18:46:08.048Z | |
2122 | 2024-08-13T18:46:08.048Z | info: running `cargo check --bins` on cockroach-admin-api (53/147) |
2123 | 2024-08-13T18:46:08.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-08-13T18:46:08.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-08-13T18:46:08.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2126 | 2024-08-13T18:46:08.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2127 | 2024-08-13T18:46:08.660Z | |
2128 | 2024-08-13T18:46:08.660Z | info: running `cargo check --bins` on cockroach-admin-types (54/147) |
2129 | 2024-08-13T18:46:09.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2130 | 2024-08-13T18:46:09.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2131 | 2024-08-13T18:46:09.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2132 | 2024-08-13T18:46:09.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2133 | 2024-08-13T18:46:09.277Z | |
2134 | 2024-08-13T18:46:09.277Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147) |
2135 | 2024-08-13T18:46:09.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2136 | 2024-08-13T18:46:09.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2137 | 2024-08-13T18:46:09.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2138 | 2024-08-13T18:46:09.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2139 | 2024-08-13T18:46:10.003Z | |
2140 | 2024-08-13T18:46:10.003Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147) |
2141 | 2024-08-13T18:46:10.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-08-13T18:46:10.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-08-13T18:46:10.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2144 | 2024-08-13T18:46:10.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2145 | 2024-08-13T18:46:10.724Z | |
2146 | 2024-08-13T18:46:10.724Z | info: running `cargo check --bins` on dns-server (57/147) |
2147 | 2024-08-13T18:46:11.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2148 | 2024-08-13T18:46:11.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2149 | 2024-08-13T18:46:11.339Z | Compiling parking_lot_core v0.8.6 |
2150 | 2024-08-13T18:46:11.424Z | Checking nibble_vec v0.1.0 |
2151 | 2024-08-13T18:46:11.426Z | Checking endian-type v0.1.2 |
2152 | 2024-08-13T18:46:11.441Z | Checking newline-converter v0.3.0 |
2153 | 2024-08-13T18:46:11.444Z | Checking quick-error v1.2.3 |
2154 | 2024-08-13T18:46:11.444Z | Checking linked-hash-map v0.5.6 |
2155 | 2024-08-13T18:46:11.452Z | Checking fxhash v0.2.1 |
2156 | 2024-08-13T18:46:11.462Z | Checking toml v0.5.11 |
2157 | 2024-08-13T18:46:11.566Z | Checking resolv-conf v0.7.0 |
2158 | 2024-08-13T18:46:11.566Z | Checking expectorate v1.1.0 |
2159 | 2024-08-13T18:46:11.596Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2160 | 2024-08-13T18:46:11.608Z | Checking radix_trie v0.2.1 |
2161 | 2024-08-13T18:46:11.713Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2162 | 2024-08-13T18:46:11.755Z | Checking lru-cache v0.1.2 |
2163 | 2024-08-13T18:46:11.917Z | Checking trust-dns-resolver v0.22.0 |
2164 | 2024-08-13T18:46:11.989Z | Checking trust-dns-client v0.22.0 |
2165 | 2024-08-13T18:46:12.181Z | Checking parking_lot v0.11.2 |
2166 | 2024-08-13T18:46:12.484Z | Checking sled v0.34.7 |
2167 | 2024-08-13T18:46:12.876Z | Checking trust-dns-server v0.22.1 |
2168 | 2024-08-13T18:46:14.454Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2169 | 2024-08-13T18:46:15.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
2170 | 2024-08-13T18:46:15.677Z | |
2171 | 2024-08-13T18:46:15.677Z | info: running `cargo check --bins` on dns-server-api (58/147) |
2172 | 2024-08-13T18:46:16.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-08-13T18:46:16.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-08-13T18:46:16.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2175 | 2024-08-13T18:46:16.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2176 | 2024-08-13T18:46:16.280Z | |
2177 | 2024-08-13T18:46:16.280Z | info: running `cargo check --bins` on gateway-test-utils (59/147) |
2178 | 2024-08-13T18:46:16.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-08-13T18:46:16.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-08-13T18:46:16.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-08-13T18:46:16.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2182 | 2024-08-13T18:46:16.940Z | |
2183 | 2024-08-13T18:46:16.940Z | info: running `cargo check --bins` on gateway-types (60/147) |
2184 | 2024-08-13T18:46:17.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-08-13T18:46:17.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-08-13T18:46:17.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-08-13T18:46:17.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2188 | 2024-08-13T18:46:17.553Z | |
2189 | 2024-08-13T18:46:17.554Z | info: running `cargo check --bins` on ipcc (61/147) |
2190 | 2024-08-13T18:46:18.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-08-13T18:46:18.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-08-13T18:46:18.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2193 | 2024-08-13T18:46:18.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2194 | 2024-08-13T18:46:18.170Z | |
2195 | 2024-08-13T18:46:18.170Z | info: running `cargo check --bins` on omicron-gateway (62/147) |
2196 | 2024-08-13T18:46:18.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-08-13T18:46:18.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-08-13T18:46:18.831Z | Compiling radium v0.7.0 |
2199 | 2024-08-13T18:46:18.920Z | Checking tap v1.0.1 |
2200 | 2024-08-13T18:46:18.923Z | Compiling maybe-uninit v2.0.0 |
2201 | 2024-08-13T18:46:18.940Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2202 | 2024-08-13T18:46:18.942Z | Compiling packed_struct v0.10.1 |
2203 | 2024-08-13T18:46:18.942Z | Checking crc-catalog v2.4.0 |
2204 | 2024-08-13T18:46:18.943Z | Compiling num-bigint-dig v0.8.4 |
2205 | 2024-08-13T18:46:18.951Z | Checking funty v2.0.0 |
2206 | 2024-08-13T18:46:19.044Z | Checking wyz v0.5.1 |
2207 | 2024-08-13T18:46:19.086Z | Checking crc v3.2.1 |
2208 | 2024-08-13T18:46:19.295Z | Compiling packed_struct_codegen v0.10.1 |
2209 | 2024-08-13T18:46:19.410Z | Compiling indexmap v1.9.3 |
2210 | 2024-08-13T18:46:19.446Z | Checking half v2.4.1 |
2211 | 2024-08-13T18:46:19.473Z | Checking ciborium-io v0.2.2 |
2212 | 2024-08-13T18:46:19.583Z | Checking nodrop v0.1.14 |
2213 | 2024-08-13T18:46:19.586Z | Checking smallvec v0.6.14 |
2214 | 2024-08-13T18:46:19.702Z | Checking array-init v0.0.4 |
2215 | 2024-08-13T18:46:19.780Z | Checking pkcs1 v0.7.5 |
2216 | 2024-08-13T18:46:19.870Z | Checking bitvec v1.0.1 |
2217 | 2024-08-13T18:46:19.916Z | Checking ciborium-ll v0.2.2 |
2218 | 2024-08-13T18:46:19.996Z | Checking signature v2.2.0 |
2219 | 2024-08-13T18:46:20.155Z | Compiling memoffset v0.9.1 |
2220 | 2024-08-13T18:46:20.199Z | Checking bitfield v0.14.0 |
2221 | 2024-08-13T18:46:20.214Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2222 | 2024-08-13T18:46:20.216Z | Checking hashbrown v0.12.3 |
2223 | 2024-08-13T18:46:20.494Z | Checking env_logger v0.10.2 |
2224 | 2024-08-13T18:46:20.546Z | Checking bzip2 v0.4.4 |
2225 | 2024-08-13T18:46:20.634Z | Checking ciborium v0.2.2 |
2226 | 2024-08-13T18:46:20.688Z | Checking serde-hex v0.1.0 |
2227 | 2024-08-13T18:46:20.810Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2228 | 2024-08-13T18:46:20.912Z | Checking ron v0.8.1 |
2229 | 2024-08-13T18:46:21.063Z | Checking x509-cert v0.2.5 |
2230 | 2024-08-13T18:46:21.633Z | Checking hashbrown v0.13.2 |
2231 | 2024-08-13T18:46:21.960Z | Checking crc-any v2.5.0 |
2232 | 2024-08-13T18:46:21.977Z | Checking rsa v0.9.6 |
2233 | 2024-08-13T18:46:22.192Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2234 | 2024-08-13T18:46:22.303Z | Checking zip v0.6.6 |
2235 | 2024-08-13T18:46:22.544Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2236 | 2024-08-13T18:46:22.631Z | Checking object v0.30.4 |
2237 | 2024-08-13T18:46:22.687Z | Checking path-slash v0.1.5 |
2238 | 2024-08-13T18:46:22.728Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2239 | 2024-08-13T18:46:22.824Z | Checking nix v0.27.1 |
2240 | 2024-08-13T18:46:22.916Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2241 | 2024-08-13T18:46:22.975Z | Checking serde-big-array v0.5.1 |
2242 | 2024-08-13T18:46:23.005Z | Checking signal-hook-tokio v0.3.1 |
2243 | 2024-08-13T18:46:24.943Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2244 | 2024-08-13T18:46:25.423Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2245 | 2024-08-13T18:46:32.101Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2246 | 2024-08-13T18:46:33.348Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2247 | 2024-08-13T18:46:35.050Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2248 | 2024-08-13T18:46:36.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s |
2249 | 2024-08-13T18:46:36.952Z | |
2250 | 2024-08-13T18:46:36.952Z | info: running `cargo check --bins` on gateway-api (63/147) |
2251 | 2024-08-13T18:46:37.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-08-13T18:46:37.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-08-13T18:46:37.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-08-13T18:46:37.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2255 | 2024-08-13T18:46:37.572Z | |
2256 | 2024-08-13T18:46:37.572Z | info: running `cargo check --bins` on sp-sim (64/147) |
2257 | 2024-08-13T18:46:38.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-08-13T18:46:38.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-08-13T18:46:38.187Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2260 | 2024-08-13T18:46:39.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
2261 | 2024-08-13T18:46:39.924Z | |
2262 | 2024-08-13T18:46:39.925Z | info: running `cargo check --bins` on internal-dns (65/147) |
2263 | 2024-08-13T18:46:40.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-08-13T18:46:40.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-08-13T18:46:40.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2024-08-13T18:46:40.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2267 | 2024-08-13T18:46:40.544Z | |
2268 | 2024-08-13T18:46:40.544Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147) |
2269 | 2024-08-13T18:46:41.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-08-13T18:46:41.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-08-13T18:46:41.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2024-08-13T18:46:41.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2273 | 2024-08-13T18:46:41.196Z | |
2274 | 2024-08-13T18:46:41.196Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147) |
2275 | 2024-08-13T18:46:41.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2024-08-13T18:46:41.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2024-08-13T18:46:41.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2278 | 2024-08-13T18:46:41.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2279 | 2024-08-13T18:46:41.866Z | |
2280 | 2024-08-13T18:46:41.866Z | info: running `cargo check --bins` on db-macros (68/147) |
2281 | 2024-08-13T18:46:42.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2024-08-13T18:46:42.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2024-08-13T18:46:42.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2284 | 2024-08-13T18:46:42.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2285 | 2024-08-13T18:46:42.458Z | |
2286 | 2024-08-13T18:46:42.458Z | info: running `cargo check --bins` on nexus-macros-common (69/147) |
2287 | 2024-08-13T18:46:42.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2024-08-13T18:46:42.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2024-08-13T18:46:42.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2290 | 2024-08-13T18:46:42.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2291 | 2024-08-13T18:46:43.045Z | |
2292 | 2024-08-13T18:46:43.045Z | info: running `cargo check --bins` on nexus-auth (70/147) |
2293 | 2024-08-13T18:46:43.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-08-13T18:46:43.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-08-13T18:46:43.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-08-13T18:46:43.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2297 | 2024-08-13T18:46:43.700Z | |
2298 | 2024-08-13T18:46:43.700Z | info: running `cargo check --bins` on authz-macros (71/147) |
2299 | 2024-08-13T18:46:44.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-08-13T18:46:44.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-08-13T18:46:44.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-08-13T18:46:44.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2303 | 2024-08-13T18:46:44.293Z | |
2304 | 2024-08-13T18:46:44.293Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/147) |
2305 | 2024-08-13T18:46:44.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-08-13T18:46:44.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-08-13T18:46:44.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2308 | 2024-08-13T18:46:44.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2309 | 2024-08-13T18:46:44.934Z | |
2310 | 2024-08-13T18:46:44.934Z | info: running `cargo check --bins` on nexus-db-model (73/147) |
2311 | 2024-08-13T18:46:45.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-08-13T18:46:45.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-08-13T18:46:45.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-08-13T18:46:45.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2315 | 2024-08-13T18:46:45.572Z | |
2316 | 2024-08-13T18:46:45.572Z | info: running `cargo check --bins` on nexus-defaults (74/147) |
2317 | 2024-08-13T18:46:46.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-13T18:46:46.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-13T18:46:46.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-13T18:46:46.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2321 | 2024-08-13T18:46:46.187Z | |
2322 | 2024-08-13T18:46:46.187Z | info: running `cargo check --bins` on oximeter (75/147) |
2323 | 2024-08-13T18:46:46.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-13T18:46:46.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-13T18:46:46.811Z | Compiling rustls-pki-types v1.7.0 |
2326 | 2024-08-13T18:46:46.898Z | Compiling prettyplease v0.2.20 |
2327 | 2024-08-13T18:46:46.901Z | Compiling match_cfg v0.1.0 |
2328 | 2024-08-13T18:46:46.916Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2329 | 2024-08-13T18:46:46.918Z | Compiling slog-json v2.6.1 |
2330 | 2024-08-13T18:46:46.918Z | Compiling http v1.1.0 |
2331 | 2024-08-13T18:46:46.949Z | Compiling atomic-waker v1.1.2 |
2332 | 2024-08-13T18:46:46.961Z | Compiling hostname v0.3.1 |
2333 | 2024-08-13T18:46:46.977Z | Compiling async-stream v0.3.5 |
2334 | 2024-08-13T18:46:47.133Z | Compiling waitgroup v0.1.2 |
2335 | 2024-08-13T18:46:47.182Z | Compiling slog-bunyan v2.5.0 |
2336 | 2024-08-13T18:46:47.196Z | Compiling toml v0.8.19 |
2337 | 2024-08-13T18:46:47.254Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2338 | 2024-08-13T18:46:47.274Z | Compiling sha1 v0.10.6 |
2339 | 2024-08-13T18:46:47.344Z | Compiling rustls-webpki v0.102.4 |
2340 | 2024-08-13T18:46:47.359Z | Compiling rustls-pemfile v2.1.3 |
2341 | 2024-08-13T18:46:47.375Z | Compiling newtype-uuid v1.1.0 |
2342 | 2024-08-13T18:46:47.464Z | Compiling ipnetwork v0.20.0 |
2343 | 2024-08-13T18:46:47.672Z | Compiling serde_path_to_error v0.1.16 |
2344 | 2024-08-13T18:46:47.676Z | Compiling hostname v0.4.0 |
2345 | 2024-08-13T18:46:47.695Z | Compiling instant v0.1.12 |
2346 | 2024-08-13T18:46:47.813Z | Compiling debug-ignore v1.0.5 |
2347 | 2024-08-13T18:46:47.836Z | Compiling backoff v0.4.0 |
2348 | 2024-08-13T18:46:47.932Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2349 | 2024-08-13T18:46:47.963Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2350 | 2024-08-13T18:46:48.187Z | Compiling rustls v0.22.4 |
2351 | 2024-08-13T18:46:48.291Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2352 | 2024-08-13T18:46:48.393Z | Compiling multer v3.1.0 |
2353 | 2024-08-13T18:46:48.499Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2354 | 2024-08-13T18:46:48.657Z | Compiling serde_with v3.8.3 |
2355 | 2024-08-13T18:46:48.678Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2356 | 2024-08-13T18:46:49.002Z | Compiling parse-display v0.10.0 |
2357 | 2024-08-13T18:46:49.368Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2358 | 2024-08-13T18:46:49.453Z | Compiling num-rational v0.4.2 |
2359 | 2024-08-13T18:46:49.457Z | Compiling num-complex v0.4.6 |
2360 | 2024-08-13T18:46:49.525Z | Compiling macaddr v1.0.1 |
2361 | 2024-08-13T18:46:50.495Z | Compiling num v0.4.3 |
2362 | 2024-08-13T18:46:50.555Z | Compiling float-ord v0.3.2 |
2363 | 2024-08-13T18:46:51.654Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2364 | 2024-08-13T18:46:52.046Z | Compiling tokio-rustls v0.25.0 |
2365 | 2024-08-13T18:46:52.394Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2366 | 2024-08-13T18:46:55.725Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2367 | 2024-08-13T18:47:07.185Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2368 | 2024-08-13T18:47:10.191Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2369 | 2024-08-13T18:47:10.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s |
2370 | 2024-08-13T18:47:10.960Z | |
2371 | 2024-08-13T18:47:10.960Z | info: running `cargo check --bins` on oximeter-impl (76/147) |
2372 | 2024-08-13T18:47:11.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-08-13T18:47:11.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-08-13T18:47:11.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-08-13T18:47:11.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2376 | 2024-08-13T18:47:11.582Z | |
2377 | 2024-08-13T18:47:11.582Z | info: running `cargo check --bins` on oximeter-macro-impl (77/147) |
2378 | 2024-08-13T18:47:12.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-08-13T18:47:12.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-08-13T18:47:12.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-08-13T18:47:12.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2382 | 2024-08-13T18:47:12.158Z | |
2383 | 2024-08-13T18:47:12.158Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/147) |
2384 | 2024-08-13T18:47:12.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-08-13T18:47:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-08-13T18:47:12.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-08-13T18:47:12.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2388 | 2024-08-13T18:47:12.773Z | |
2389 | 2024-08-13T18:47:12.773Z | info: running `cargo check --bins` on nexus-inventory (79/147) |
2390 | 2024-08-13T18:47:13.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-08-13T18:47:13.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-08-13T18:47:13.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-08-13T18:47:13.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2394 | 2024-08-13T18:47:13.411Z | |
2395 | 2024-08-13T18:47:13.411Z | info: running `cargo check --bins` on typed-rng (80/147) |
2396 | 2024-08-13T18:47:13.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-08-13T18:47:13.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-08-13T18:47:13.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-08-13T18:47:13.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2400 | 2024-08-13T18:47:14.004Z | |
2401 | 2024-08-13T18:47:14.004Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147) |
2402 | 2024-08-13T18:47:14.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-08-13T18:47:14.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-08-13T18:47:14.724Z | Checking password-hash v0.5.0 |
2405 | 2024-08-13T18:47:14.724Z | Checking blake2 v0.10.6 |
2406 | 2024-08-13T18:47:14.727Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2407 | 2024-08-13T18:47:14.727Z | Compiling semver v0.1.20 |
2408 | 2024-08-13T18:47:14.826Z | Compiling rayon-core v1.12.1 |
2409 | 2024-08-13T18:47:14.830Z | Compiling convert_case v0.4.0 |
2410 | 2024-08-13T18:47:14.862Z | Compiling crossbeam-deque v0.8.5 |
2411 | 2024-08-13T18:47:14.865Z | Compiling unicase v2.7.0 |
2412 | 2024-08-13T18:47:15.125Z | Compiling fastrand v2.1.0 |
2413 | 2024-08-13T18:47:15.183Z | Compiling rustc_version v0.1.7 |
2414 | 2024-08-13T18:47:15.183Z | Compiling libefi-sys v0.1.0 |
2415 | 2024-08-13T18:47:15.207Z | Compiling same-file v1.0.6 |
2416 | 2024-08-13T18:47:15.275Z | Checking argon2 v0.5.3 |
2417 | 2024-08-13T18:47:15.474Z | Compiling tempfile v3.10.1 |
2418 | 2024-08-13T18:47:15.490Z | Compiling walkdir v2.5.0 |
2419 | 2024-08-13T18:47:15.678Z | Compiling newtype_derive v0.1.6 |
2420 | 2024-08-13T18:47:15.693Z | Compiling curve25519-dalek v4.1.3 |
2421 | 2024-08-13T18:47:15.708Z | Compiling derive-where v1.2.7 |
2422 | 2024-08-13T18:47:15.792Z | Compiling derive_more v0.99.18 |
2423 | 2024-08-13T18:47:15.981Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2424 | 2024-08-13T18:47:16.060Z | Compiling bitfield-struct v0.6.1 |
2425 | 2024-08-13T18:47:16.202Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2426 | 2024-08-13T18:47:16.256Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2427 | 2024-08-13T18:47:16.315Z | Compiling ring v0.16.20 |
2428 | 2024-08-13T18:47:16.332Z | Compiling blake3 v1.5.1 |
2429 | 2024-08-13T18:47:16.575Z | Checking keccak v0.1.5 |
2430 | 2024-08-13T18:47:16.887Z | Checking sha3 v0.10.8 |
2431 | 2024-08-13T18:47:17.305Z | Compiling rayon v1.10.0 |
2432 | 2024-08-13T18:47:17.491Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2433 | 2024-08-13T18:47:17.494Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2434 | 2024-08-13T18:47:17.600Z | Checking universal-hash v0.5.1 |
2435 | 2024-08-13T18:47:17.757Z | Compiling thiserror-impl-no-std v2.0.2 |
2436 | 2024-08-13T18:47:17.793Z | Checking secrecy v0.8.0 |
2437 | 2024-08-13T18:47:17.796Z | Compiling curve25519-dalek-derive v0.1.1 |
2438 | 2024-08-13T18:47:18.017Z | Compiling memmap2 v0.9.4 |
2439 | 2024-08-13T18:47:18.070Z | Compiling arrayvec v0.7.4 |
2440 | 2024-08-13T18:47:18.463Z | Compiling constant_time_eq v0.3.0 |
2441 | 2024-08-13T18:47:18.492Z | Compiling home v0.5.9 |
2442 | 2024-08-13T18:47:18.651Z | Compiling spin v0.5.2 |
2443 | 2024-08-13T18:47:18.752Z | Compiling arrayref v0.3.7 |
2444 | 2024-08-13T18:47:18.860Z | Checking opaque-debug v0.3.1 |
2445 | 2024-08-13T18:47:18.903Z | Compiling untrusted v0.7.1 |
2446 | 2024-08-13T18:47:18.947Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2447 | 2024-08-13T18:47:19.071Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2448 | 2024-08-13T18:47:19.222Z | Checking poly1305 v0.8.0 |
2449 | 2024-08-13T18:47:19.227Z | Compiling toolchain_find v0.4.0 |
2450 | 2024-08-13T18:47:19.573Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2451 | 2024-08-13T18:47:19.769Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2452 | 2024-08-13T18:47:19.819Z | Checking steno v0.4.1 |
2453 | 2024-08-13T18:47:19.868Z | Compiling camino-tempfile v1.1.1 |
2454 | 2024-08-13T18:47:20.325Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2455 | 2024-08-13T18:47:20.484Z | Checking chacha20 v0.9.1 |
2456 | 2024-08-13T18:47:20.831Z | Checking gethostname v0.5.0 |
2457 | 2024-08-13T18:47:20.959Z | Checking aead v0.5.2 |
2458 | 2024-08-13T18:47:20.976Z | Checking thiserror-no-std v2.0.2 |
2459 | 2024-08-13T18:47:21.092Z | Compiling cancel-safe-futures v0.1.5 |
2460 | 2024-08-13T18:47:21.185Z | Compiling topological-sort v0.2.2 |
2461 | 2024-08-13T18:47:21.260Z | Checking vsss-rs v3.3.4 |
2462 | 2024-08-13T18:47:21.399Z | Checking chacha20poly1305 v0.10.1 |
2463 | 2024-08-13T18:47:21.494Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2464 | 2024-08-13T18:47:21.590Z | Compiling mime_guess v2.0.4 |
2465 | 2024-08-13T18:47:22.145Z | Compiling rustfmt-wrapper v0.2.1 |
2466 | 2024-08-13T18:47:22.726Z | Compiling omicron-zone-package v0.11.0 |
2467 | 2024-08-13T18:47:22.851Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2468 | 2024-08-13T18:47:22.868Z | Checking glob v0.3.1 |
2469 | 2024-08-13T18:47:23.414Z | Checking libsw v3.3.1 |
2470 | 2024-08-13T18:47:23.537Z | Checking linear-map v1.2.0 |
2471 | 2024-08-13T18:47:23.657Z | Checking owo-colors v4.0.0 |
2472 | 2024-08-13T18:47:23.685Z | Checking swrite v0.1.0 |
2473 | 2024-08-13T18:47:23.790Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2474 | 2024-08-13T18:47:23.805Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2475 | 2024-08-13T18:47:23.861Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2476 | 2024-08-13T18:47:24.349Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2477 | 2024-08-13T18:47:24.610Z | Checking kstat-rs v0.2.4 |
2478 | 2024-08-13T18:47:24.673Z | Checking nanorand v0.7.0 |
2479 | 2024-08-13T18:47:24.856Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2480 | 2024-08-13T18:47:24.946Z | Checking http-range v0.1.5 |
2481 | 2024-08-13T18:47:24.972Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2482 | 2024-08-13T18:47:25.020Z | Checking flume v0.11.0 |
2483 | 2024-08-13T18:47:25.123Z | Checking hyper-staticfile v0.9.5 |
2484 | 2024-08-13T18:47:25.482Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2485 | 2024-08-13T18:47:25.537Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2486 | 2024-08-13T18:47:25.568Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2487 | 2024-08-13T18:47:25.688Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2488 | 2024-08-13T18:47:25.740Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2489 | 2024-08-13T18:47:27.010Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2490 | 2024-08-13T18:47:27.134Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2491 | 2024-08-13T18:47:28.498Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2492 | 2024-08-13T18:47:28.857Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2493 | 2024-08-13T18:47:29.141Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2494 | 2024-08-13T18:47:29.508Z | Checking itertools v0.13.0 |
2495 | 2024-08-13T18:47:29.745Z | Checking display-error-chain v0.2.0 |
2496 | 2024-08-13T18:47:36.158Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2497 | 2024-08-13T18:47:41.520Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2498 | 2024-08-13T18:47:41.520Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2499 | 2024-08-13T18:47:42.172Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2500 | 2024-08-13T18:47:55.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.87s |
2501 | 2024-08-13T18:47:56.039Z | |
2502 | 2024-08-13T18:47:56.039Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147) |
2503 | 2024-08-13T18:47:56.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-08-13T18:47:56.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-08-13T18:47:56.756Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2506 | 2024-08-13T18:48:10.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s |
2507 | 2024-08-13T18:48:10.616Z | |
2508 | 2024-08-13T18:48:10.616Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147) |
2509 | 2024-08-13T18:48:11.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-08-13T18:48:11.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-08-13T18:48:11.332Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-08-13T18:48:25.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s |
2513 | 2024-08-13T18:48:25.347Z | |
2514 | 2024-08-13T18:48:25.347Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147) |
2515 | 2024-08-13T18:48:25.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-08-13T18:48:25.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-08-13T18:48:26.055Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-08-13T18:48:40.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s |
2519 | 2024-08-13T18:48:40.237Z | |
2520 | 2024-08-13T18:48:40.237Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147) |
2521 | 2024-08-13T18:48:40.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-08-13T18:48:40.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-08-13T18:48:40.944Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2024-08-13T18:48:54.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
2525 | 2024-08-13T18:48:54.914Z | |
2526 | 2024-08-13T18:48:54.914Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147) |
2527 | 2024-08-13T18:48:55.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-08-13T18:48:55.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-08-13T18:48:55.632Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2530 | 2024-08-13T18:49:09.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s |
2531 | 2024-08-13T18:49:09.668Z | |
2532 | 2024-08-13T18:49:09.668Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147) |
2533 | 2024-08-13T18:49:10.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-08-13T18:49:10.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-08-13T18:49:10.375Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2024-08-13T18:49:24.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s |
2537 | 2024-08-13T18:49:24.217Z | |
2538 | 2024-08-13T18:49:24.217Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147) |
2539 | 2024-08-13T18:49:24.810Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-08-13T18:49:24.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-08-13T18:49:24.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2542 | 2024-08-13T18:49:38.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
2543 | 2024-08-13T18:49:38.801Z | |
2544 | 2024-08-13T18:49:38.801Z | info: running `cargo check --bins` on bootstrap-agent-api (89/147) |
2545 | 2024-08-13T18:49:39.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-08-13T18:49:39.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-08-13T18:49:39.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-08-13T18:49:39.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2549 | 2024-08-13T18:49:39.445Z | |
2550 | 2024-08-13T18:49:39.445Z | info: running `cargo check --bins` on sled-agent-types (90/147) |
2551 | 2024-08-13T18:49:40.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-08-13T18:49:40.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-08-13T18:49:40.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-08-13T18:49:40.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2555 | 2024-08-13T18:49:40.085Z | |
2556 | 2024-08-13T18:49:40.085Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/147) |
2557 | 2024-08-13T18:49:40.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-08-13T18:49:40.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-08-13T18:49:40.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-08-13T18:49:40.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2561 | 2024-08-13T18:49:40.718Z | |
2562 | 2024-08-13T18:49:40.718Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147) |
2563 | 2024-08-13T18:49:41.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-08-13T18:49:41.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-08-13T18:49:41.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-08-13T18:49:41.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2567 | 2024-08-13T18:49:41.347Z | |
2568 | 2024-08-13T18:49:41.347Z | info: running `cargo check --bins` on key-manager (93/147) |
2569 | 2024-08-13T18:49:41.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-08-13T18:49:41.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-08-13T18:49:41.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-08-13T18:49:41.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2573 | 2024-08-13T18:49:41.959Z | |
2574 | 2024-08-13T18:49:41.959Z | info: running `cargo check --bins` on sled-hardware (94/147) |
2575 | 2024-08-13T18:49:42.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-08-13T18:49:42.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-08-13T18:49:42.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-08-13T18:49:42.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2579 | 2024-08-13T18:49:42.588Z | |
2580 | 2024-08-13T18:49:42.588Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147) |
2581 | 2024-08-13T18:49:43.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-08-13T18:49:43.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-08-13T18:49:43.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-08-13T18:49:43.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2585 | 2024-08-13T18:49:43.170Z | |
2586 | 2024-08-13T18:49:43.170Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147) |
2587 | 2024-08-13T18:49:43.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-08-13T18:49:43.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-08-13T18:49:43.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-08-13T18:49:43.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2591 | 2024-08-13T18:49:43.787Z | |
2592 | 2024-08-13T18:49:43.787Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147) |
2593 | 2024-08-13T18:49:44.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-08-13T18:49:44.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-08-13T18:49:44.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-08-13T18:49:44.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2597 | 2024-08-13T18:49:44.411Z | |
2598 | 2024-08-13T18:49:44.411Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147) |
2599 | 2024-08-13T18:49:44.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-08-13T18:49:44.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-08-13T18:49:44.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-08-13T18:49:44.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2603 | 2024-08-13T18:49:45.033Z | |
2604 | 2024-08-13T18:49:45.033Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147) |
2605 | 2024-08-13T18:49:45.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-08-13T18:49:45.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-08-13T18:49:45.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-08-13T18:49:45.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2609 | 2024-08-13T18:49:45.655Z | |
2610 | 2024-08-13T18:49:45.655Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147) |
2611 | 2024-08-13T18:49:46.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-08-13T18:49:46.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-08-13T18:49:46.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2024-08-13T18:49:46.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2615 | 2024-08-13T18:49:46.274Z | |
2616 | 2024-08-13T18:49:46.274Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147) |
2617 | 2024-08-13T18:49:46.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-08-13T18:49:46.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-08-13T18:49:46.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-08-13T18:49:46.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2621 | 2024-08-13T18:49:46.890Z | |
2622 | 2024-08-13T18:49:46.890Z | info: running `cargo check --bins` on oximeter-producer (102/147) |
2623 | 2024-08-13T18:49:47.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-08-13T18:49:47.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-08-13T18:49:47.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-08-13T18:49:47.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2627 | 2024-08-13T18:49:47.531Z | |
2628 | 2024-08-13T18:49:47.531Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/147) |
2629 | 2024-08-13T18:49:48.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-08-13T18:49:48.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-08-13T18:49:48.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-08-13T18:49:48.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2633 | 2024-08-13T18:49:48.174Z | |
2634 | 2024-08-13T18:49:48.174Z | info: running `cargo check --bins` on nexus-test-interface (104/147) |
2635 | 2024-08-13T18:49:48.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-08-13T18:49:48.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-08-13T18:49:48.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-08-13T18:49:48.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2639 | 2024-08-13T18:49:48.806Z | |
2640 | 2024-08-13T18:49:48.806Z | info: running `cargo check --bins` on oximeter-collector (105/147) |
2641 | 2024-08-13T18:49:49.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-08-13T18:49:49.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-08-13T18:49:49.471Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2644 | 2024-08-13T18:49:49.471Z | Checking bcs v0.1.6 |
2645 | 2024-08-13T18:49:49.474Z | Compiling async-recursion v1.1.1 |
2646 | 2024-08-13T18:49:49.474Z | Checking highway v1.2.0 |
2647 | 2024-08-13T18:49:49.474Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2648 | 2024-08-13T18:49:49.474Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2649 | 2024-08-13T18:49:50.570Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2024-08-13T18:49:53.710Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2651 | 2024-08-13T18:49:55.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
2652 | 2024-08-13T18:49:55.493Z | |
2653 | 2024-08-13T18:49:55.493Z | info: running `cargo check --bins` on oximeter-api (106/147) |
2654 | 2024-08-13T18:49:56.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2024-08-13T18:49:56.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2024-08-13T18:49:56.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2024-08-13T18:49:56.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2658 | 2024-08-13T18:49:56.112Z | |
2659 | 2024-08-13T18:49:56.112Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/147) |
2660 | 2024-08-13T18:49:56.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2024-08-13T18:49:56.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2024-08-13T18:49:56.741Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2663 | 2024-08-13T18:49:57.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
2664 | 2024-08-13T18:49:57.466Z | |
2665 | 2024-08-13T18:49:57.466Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147) |
2666 | 2024-08-13T18:49:58.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2024-08-13T18:49:58.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2024-08-13T18:49:58.118Z | Compiling cfg_aliases v0.1.1 |
2669 | 2024-08-13T18:49:58.121Z | Compiling vte_generate_state_changes v0.1.1 |
2670 | 2024-08-13T18:49:58.121Z | Checking fd-lock v4.0.2 |
2671 | 2024-08-13T18:49:58.216Z | Checking bytecount v0.6.8 |
2672 | 2024-08-13T18:49:58.235Z | Compiling tabled_derive v0.7.0 |
2673 | 2024-08-13T18:49:58.235Z | Checking crossterm v0.27.0 |
2674 | 2024-08-13T18:49:58.238Z | Compiling peg-macros v0.8.4 |
2675 | 2024-08-13T18:49:58.238Z | Compiling sqlparser_derive v0.2.2 |
2676 | 2024-08-13T18:49:58.278Z | Compiling nix v0.28.0 |
2677 | 2024-08-13T18:49:58.355Z | Checking papergrid v0.11.0 |
2678 | 2024-08-13T18:49:58.370Z | Checking nu-ansi-term v0.50.0 |
2679 | 2024-08-13T18:49:58.748Z | Checking home v0.5.9 |
2680 | 2024-08-13T18:49:58.841Z | Checking vte v0.11.1 |
2681 | 2024-08-13T18:49:58.894Z | Checking unicode_categories v0.1.1 |
2682 | 2024-08-13T18:49:59.193Z | Checking sqlformat v0.2.4 |
2683 | 2024-08-13T18:49:59.317Z | Checking sqlparser v0.45.0 |
2684 | 2024-08-13T18:49:59.785Z | Checking crossterm v0.28.1 |
2685 | 2024-08-13T18:50:00.217Z | Checking strip-ansi-escapes v0.2.0 |
2686 | 2024-08-13T18:50:00.362Z | Checking reedline v0.33.0 |
2687 | 2024-08-13T18:50:00.737Z | Checking tabled v0.15.0 |
2688 | 2024-08-13T18:50:01.379Z | Checking peg v0.8.4 |
2689 | 2024-08-13T18:50:01.540Z | Checking rustyline v14.0.0 |
2690 | 2024-08-13T18:50:05.706Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-13T18:50:11.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s |
2692 | 2024-08-13T18:50:11.498Z | |
2693 | 2024-08-13T18:50:11.498Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147) |
2694 | 2024-08-13T18:50:12.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-13T18:50:12.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-13T18:50:12.148Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-13T18:50:17.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
2698 | 2024-08-13T18:50:17.955Z | |
2699 | 2024-08-13T18:50:17.955Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147) |
2700 | 2024-08-13T18:50:18.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-13T18:50:18.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-13T18:50:18.601Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-13T18:50:24.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s |
2704 | 2024-08-13T18:50:24.213Z | |
2705 | 2024-08-13T18:50:24.213Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147) |
2706 | 2024-08-13T18:50:24.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-13T18:50:24.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-13T18:50:24.852Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2709 | 2024-08-13T18:50:28.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2710 | 2024-08-13T18:50:29.027Z | |
2711 | 2024-08-13T18:50:29.027Z | info: running `cargo check --bins` on cert-dev (112/147) |
2712 | 2024-08-13T18:50:29.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-13T18:50:29.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-13T18:50:29.615Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2715 | 2024-08-13T18:50:29.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2716 | 2024-08-13T18:50:29.996Z | |
2717 | 2024-08-13T18:50:29.996Z | info: running `cargo check --bins` on ch-dev (113/147) |
2718 | 2024-08-13T18:50:30.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-13T18:50:30.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-13T18:50:30.649Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2721 | 2024-08-13T18:50:31.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2722 | 2024-08-13T18:50:31.470Z | |
2723 | 2024-08-13T18:50:31.470Z | info: running `cargo check --bins` on crdb-seed (114/147) |
2724 | 2024-08-13T18:50:32.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-13T18:50:32.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-13T18:50:32.121Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2727 | 2024-08-13T18:50:32.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2728 | 2024-08-13T18:50:32.595Z | |
2729 | 2024-08-13T18:50:32.595Z | info: running `cargo check --bins` on db-dev (115/147) |
2730 | 2024-08-13T18:50:33.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-13T18:50:33.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-13T18:50:33.239Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2733 | 2024-08-13T18:50:33.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2734 | 2024-08-13T18:50:34.072Z | |
2735 | 2024-08-13T18:50:34.072Z | info: running `cargo check --bins` on omicron-dev-lib (116/147) |
2736 | 2024-08-13T18:50:34.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-13T18:50:34.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-13T18:50:34.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-08-13T18:50:34.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2740 | 2024-08-13T18:50:34.717Z | |
2741 | 2024-08-13T18:50:34.717Z | info: running `cargo check --bins` on xtask-downloader (117/147) |
2742 | 2024-08-13T18:50:35.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-08-13T18:50:35.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-08-13T18:50:35.307Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2745 | 2024-08-13T18:50:36.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
2746 | 2024-08-13T18:50:36.262Z | |
2747 | 2024-08-13T18:50:36.262Z | info: running `cargo check --bins` on mgs-dev (118/147) |
2748 | 2024-08-13T18:50:36.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2749 | 2024-08-13T18:50:36.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2750 | 2024-08-13T18:50:36.946Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2751 | 2024-08-13T18:50:37.475Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2752 | 2024-08-13T18:50:37.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
2753 | 2024-08-13T18:50:37.998Z | |
2754 | 2024-08-13T18:50:37.998Z | info: running `cargo check --bins` on omicron-omdb (119/147) |
2755 | 2024-08-13T18:50:38.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2756 | 2024-08-13T18:50:38.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2757 | 2024-08-13T18:50:38.767Z | Compiling crunchy v0.2.2 |
2758 | 2024-08-13T18:50:38.767Z | Compiling glob v0.3.1 |
2759 | 2024-08-13T18:50:38.770Z | Compiling tiny-keccak v2.0.2 |
2760 | 2024-08-13T18:50:38.770Z | Compiling dsl_auto_type v0.1.2 |
2761 | 2024-08-13T18:50:38.866Z | Checking scheduled-thread-pool v0.2.7 |
2762 | 2024-08-13T18:50:38.876Z | Compiling diesel_table_macro_syntax v0.2.0 |
2763 | 2024-08-13T18:50:38.920Z | Compiling ascii-canvas v3.0.0 |
2764 | 2024-08-13T18:50:38.922Z | Compiling ena v0.14.3 |
2765 | 2024-08-13T18:50:39.096Z | Checking r2d2 v0.8.10 |
2766 | 2024-08-13T18:50:39.207Z | Compiling libloading v0.8.3 |
2767 | 2024-08-13T18:50:39.315Z | Compiling regex-syntax v0.6.29 |
2768 | 2024-08-13T18:50:39.337Z | Compiling diff v0.1.13 |
2769 | 2024-08-13T18:50:39.396Z | Compiling bindgen v0.69.4 |
2770 | 2024-08-13T18:50:39.453Z | Compiling which v4.4.2 |
2771 | 2024-08-13T18:50:39.619Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2772 | 2024-08-13T18:50:39.799Z | Compiling clang-sys v1.7.0 |
2773 | 2024-08-13T18:50:39.831Z | Compiling cexpr v0.6.0 |
2774 | 2024-08-13T18:50:40.021Z | Compiling shlex v1.3.0 |
2775 | 2024-08-13T18:50:40.060Z | Compiling lazycell v1.3.0 |
2776 | 2024-08-13T18:50:40.125Z | Compiling rustc-hash v1.1.0 |
2777 | 2024-08-13T18:50:40.195Z | Compiling ref-cast v1.0.23 |
2778 | 2024-08-13T18:50:40.234Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2779 | 2024-08-13T18:50:40.284Z | Compiling derive_builder_core v0.20.0 |
2780 | 2024-08-13T18:50:40.456Z | Compiling libxml v0.3.3 |
2781 | 2024-08-13T18:50:40.507Z | Compiling diesel_derives v2.2.2 |
2782 | 2024-08-13T18:50:40.540Z | Compiling ref-cast-impl v1.0.23 |
2783 | 2024-08-13T18:50:40.808Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2784 | 2024-08-13T18:50:40.896Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2785 | 2024-08-13T18:50:41.302Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2786 | 2024-08-13T18:50:41.604Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2787 | 2024-08-13T18:50:41.642Z | Compiling strum_macros v0.24.3 |
2788 | 2024-08-13T18:50:41.889Z | Compiling cookie v0.18.1 |
2789 | 2024-08-13T18:50:41.972Z | Compiling indoc v1.0.9 |
2790 | 2024-08-13T18:50:42.731Z | Compiling lalrpop v0.19.12 |
2791 | 2024-08-13T18:50:42.936Z | Compiling derive_builder_macro v0.20.0 |
2792 | 2024-08-13T18:50:43.830Z | Checking derive_builder v0.20.0 |
2793 | 2024-08-13T18:50:43.980Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2794 | 2024-08-13T18:50:44.275Z | Compiling oso-derive v0.27.3 |
2795 | 2024-08-13T18:50:44.408Z | Compiling impl-trait-for-tuples v0.2.2 |
2796 | 2024-08-13T18:50:45.183Z | Checking quick-xml v0.31.0 |
2797 | 2024-08-13T18:50:45.319Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2798 | 2024-08-13T18:50:45.390Z | Checking maplit v1.0.2 |
2799 | 2024-08-13T18:50:45.744Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2800 | 2024-08-13T18:50:46.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2801 | 2024-08-13T18:50:46.332Z | Checking bb8 v0.8.5 |
2802 | 2024-08-13T18:50:46.806Z | Compiling const_format_proc_macros v0.2.32 |
2803 | 2024-08-13T18:50:47.341Z | Checking crossbeam-deque v0.8.5 |
2804 | 2024-08-13T18:50:47.520Z | Compiling portable-atomic v1.6.0 |
2805 | 2024-08-13T18:50:47.671Z | Checking rayon-core v1.12.1 |
2806 | 2024-08-13T18:50:48.385Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2807 | 2024-08-13T18:50:48.660Z | Checking castaway v0.2.3 |
2808 | 2024-08-13T18:50:48.828Z | Checking compact_str v0.8.0 |
2809 | 2024-08-13T18:50:49.009Z | Checking const_format v0.2.32 |
2810 | 2024-08-13T18:50:49.529Z | Checking rayon v1.10.0 |
2811 | 2024-08-13T18:50:49.693Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2812 | 2024-08-13T18:50:49.740Z | Checking unicode-truncate v1.0.0 |
2813 | 2024-08-13T18:50:49.982Z | Checking lru v0.12.3 |
2814 | 2024-08-13T18:50:49.999Z | Compiling instability v0.3.2 |
2815 | 2024-08-13T18:50:50.296Z | Checking cassowary v0.3.0 |
2816 | 2024-08-13T18:50:50.747Z | Checking smawk v0.3.2 |
2817 | 2024-08-13T18:50:50.974Z | Checking number_prefix v0.4.0 |
2818 | 2024-08-13T18:50:51.093Z | Checking unicode-linebreak v0.1.5 |
2819 | 2024-08-13T18:50:51.166Z | Checking ratatui v0.28.0 |
2820 | 2024-08-13T18:50:51.498Z | Checking textwrap v0.16.1 |
2821 | 2024-08-13T18:50:51.927Z | Checking multimap v0.10.0 |
2822 | 2024-08-13T18:50:53.312Z | Checking diesel v2.2.2 |
2823 | 2024-08-13T18:50:53.468Z | Checking indicatif v0.17.8 |
2824 | 2024-08-13T18:51:16.229Z | Compiling samael v0.0.15 |
2825 | 2024-08-13T18:51:27.610Z | Compiling polar-core v0.27.3 |
2826 | 2024-08-13T18:51:28.410Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2827 | 2024-08-13T18:51:34.516Z | Checking oso v0.27.3 |
2828 | 2024-08-13T18:52:33.720Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2829 | 2024-08-13T18:52:38.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
2830 | 2024-08-13T18:52:38.911Z | |
2831 | 2024-08-13T18:52:38.912Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147) |
2832 | 2024-08-13T18:52:39.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2024-08-13T18:52:39.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2024-08-13T18:52:39.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2024-08-13T18:52:39.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2836 | 2024-08-13T18:52:39.588Z | |
2837 | 2024-08-13T18:52:39.588Z | info: running `cargo check --bins` on nexus-saga-recovery (121/147) |
2838 | 2024-08-13T18:52:40.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2024-08-13T18:52:40.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2024-08-13T18:52:40.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2024-08-13T18:52:40.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2842 | 2024-08-13T18:52:40.243Z | |
2843 | 2024-08-13T18:52:40.243Z | info: running `cargo check --bins` on nexus-test-utils-macros (122/147) |
2844 | 2024-08-13T18:52:40.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2024-08-13T18:52:40.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2024-08-13T18:52:40.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2024-08-13T18:52:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2848 | 2024-08-13T18:52:40.839Z | |
2849 | 2024-08-13T18:52:40.839Z | info: running `cargo check --bins` on omicron-nexus (123/147) |
2850 | 2024-08-13T18:52:41.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2024-08-13T18:52:41.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2024-08-13T18:52:41.604Z | Compiling pin-project-internal v1.1.5 |
2853 | 2024-08-13T18:52:41.701Z | Compiling snafu-derive v0.8.2 |
2854 | 2024-08-13T18:52:41.710Z | Compiling buf-list v1.0.3 |
2855 | 2024-08-13T18:52:41.721Z | Checking globset v0.4.14 |
2856 | 2024-08-13T18:52:41.723Z | Checking olpc-cjson v0.1.3 |
2857 | 2024-08-13T18:52:41.723Z | Checking rand_seeder v0.3.0 |
2858 | 2024-08-13T18:52:41.723Z | Checking serde_plain v1.0.2 |
2859 | 2024-08-13T18:52:41.723Z | Checking typed-path v0.7.1 |
2860 | 2024-08-13T18:52:41.950Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2861 | 2024-08-13T18:52:41.952Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2862 | 2024-08-13T18:52:42.008Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2863 | 2024-08-13T18:52:42.134Z | Checking parse-size v1.0.0 |
2864 | 2024-08-13T18:52:42.192Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2865 | 2024-08-13T18:52:42.286Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2866 | 2024-08-13T18:52:42.301Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2867 | 2024-08-13T18:52:42.337Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2868 | 2024-08-13T18:52:42.720Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2869 | 2024-08-13T18:52:43.108Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2870 | 2024-08-13T18:52:43.209Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2871 | 2024-08-13T18:52:43.234Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2872 | 2024-08-13T18:52:43.474Z | Checking fatfs v0.3.6 |
2873 | 2024-08-13T18:52:43.549Z | Checking assert_matches v1.5.0 |
2874 | 2024-08-13T18:52:44.485Z | Checking pin-project v1.1.5 |
2875 | 2024-08-13T18:52:45.454Z | Checking snafu v0.8.2 |
2876 | 2024-08-13T18:52:45.756Z | Checking tough v0.17.1 |
2877 | 2024-08-13T18:52:48.608Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2878 | 2024-08-13T18:52:49.689Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2879 | 2024-08-13T18:53:31.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.79s |
2880 | 2024-08-13T18:53:31.803Z | |
2881 | 2024-08-13T18:53:31.803Z | info: running `cargo check --bins` on nexus-internal-api (124/147) |
2882 | 2024-08-13T18:53:32.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-08-13T18:53:32.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-08-13T18:53:32.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-08-13T18:53:32.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2886 | 2024-08-13T18:53:32.444Z | |
2887 | 2024-08-13T18:53:32.444Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (125/147) |
2888 | 2024-08-13T18:53:33.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-08-13T18:53:33.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-08-13T18:53:33.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-08-13T18:53:33.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2892 | 2024-08-13T18:53:33.106Z | |
2893 | 2024-08-13T18:53:33.106Z | info: running `cargo check --bins` on nexus-networking (126/147) |
2894 | 2024-08-13T18:53:33.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-08-13T18:53:33.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-08-13T18:53:33.696Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-08-13T18:53:33.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2898 | 2024-08-13T18:53:33.763Z | |
2899 | 2024-08-13T18:53:33.763Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (127/147) |
2900 | 2024-08-13T18:53:34.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-08-13T18:53:34.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-08-13T18:53:34.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2903 | 2024-08-13T18:53:34.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2904 | 2024-08-13T18:53:34.436Z | |
2905 | 2024-08-13T18:53:34.436Z | info: running `cargo check --bins` on update-common (128/147) |
2906 | 2024-08-13T18:53:35.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2907 | 2024-08-13T18:53:35.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2908 | 2024-08-13T18:53:35.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2909 | 2024-08-13T18:53:35.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2910 | 2024-08-13T18:53:35.086Z | |
2911 | 2024-08-13T18:53:35.086Z | info: running `cargo check --bins` on tufaceous-lib (129/147) |
2912 | 2024-08-13T18:53:35.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2024-08-13T18:53:35.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2024-08-13T18:53:35.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2024-08-13T18:53:35.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2916 | 2024-08-13T18:53:35.735Z | |
2917 | 2024-08-13T18:53:35.735Z | info: running `cargo check --bins` on tufaceous (130/147) |
2918 | 2024-08-13T18:53:36.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2024-08-13T18:53:36.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2024-08-13T18:53:36.385Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2921 | 2024-08-13T18:53:37.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
2922 | 2024-08-13T18:53:37.407Z | |
2923 | 2024-08-13T18:53:37.407Z | info: running `cargo check --bins` on omicron-dev (131/147) |
2924 | 2024-08-13T18:53:38.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2024-08-13T18:53:38.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2024-08-13T18:53:38.220Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2927 | 2024-08-13T18:53:38.223Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2928 | 2024-08-13T18:53:38.223Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2929 | 2024-08-13T18:53:39.543Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2930 | 2024-08-13T18:53:41.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s |
2931 | 2024-08-13T18:53:42.008Z | |
2932 | 2024-08-13T18:53:42.008Z | info: running `cargo check --bins` on openapi-manager (132/147) |
2933 | 2024-08-13T18:53:42.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-08-13T18:53:42.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-08-13T18:53:42.691Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2936 | 2024-08-13T18:53:42.691Z | Checking heck v0.4.1 |
2937 | 2024-08-13T18:53:42.693Z | Checking is_ci v1.2.0 |
2938 | 2024-08-13T18:53:42.693Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2939 | 2024-08-13T18:53:42.693Z | Checking indent_write v2.2.0 |
2940 | 2024-08-13T18:53:42.898Z | Checking supports-color v3.0.0 |
2941 | 2024-08-13T18:53:42.926Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2942 | 2024-08-13T18:53:44.242Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2943 | 2024-08-13T18:53:45.058Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2944 | 2024-08-13T18:53:45.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
2945 | 2024-08-13T18:53:46.095Z | |
2946 | 2024-08-13T18:53:46.095Z | info: running `cargo check --bins` on installinator-api (133/147) |
2947 | 2024-08-13T18:53:46.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-08-13T18:53:46.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-08-13T18:53:46.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2024-08-13T18:53:46.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2951 | 2024-08-13T18:53:46.731Z | |
2952 | 2024-08-13T18:53:46.732Z | info: running `cargo check --bins` on wicketd-api (134/147) |
2953 | 2024-08-13T18:53:47.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-08-13T18:53:47.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-08-13T18:53:47.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2024-08-13T18:53:47.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2957 | 2024-08-13T18:53:47.374Z | |
2958 | 2024-08-13T18:53:47.374Z | info: running `cargo check --bins` on reconfigurator-cli (135/147) |
2959 | 2024-08-13T18:53:47.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-13T18:53:47.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-13T18:53:48.079Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2962 | 2024-08-13T18:53:49.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2963 | 2024-08-13T18:53:49.408Z | |
2964 | 2024-08-13T18:53:49.408Z | info: running `cargo check --bins` on omicron-releng (136/147) |
2965 | 2024-08-13T18:53:49.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-13T18:53:49.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-13T18:53:50.071Z | Checking memmap2 v0.9.4 |
2968 | 2024-08-13T18:53:50.071Z | Checking arrayvec v0.7.4 |
2969 | 2024-08-13T18:53:50.071Z | Checking untrusted v0.7.1 |
2970 | 2024-08-13T18:53:50.074Z | Checking arrayref v0.3.7 |
2971 | 2024-08-13T18:53:50.074Z | Checking constant_time_eq v0.3.0 |
2972 | 2024-08-13T18:53:50.074Z | Checking spin v0.5.2 |
2973 | 2024-08-13T18:53:50.074Z | Checking cargo-platform v0.1.8 |
2974 | 2024-08-13T18:53:50.074Z | Checking topological-sort v0.2.2 |
2975 | 2024-08-13T18:53:50.242Z | Checking shell-words v1.1.0 |
2976 | 2024-08-13T18:53:50.376Z | Checking ring v0.16.20 |
2977 | 2024-08-13T18:53:50.423Z | Checking cargo_metadata v0.18.1 |
2978 | 2024-08-13T18:53:50.436Z | Checking blake3 v1.5.1 |
2979 | 2024-08-13T18:53:51.536Z | Checking omicron-zone-package v0.11.0 |
2980 | 2024-08-13T18:53:52.617Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2981 | 2024-08-13T18:53:53.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
2982 | 2024-08-13T18:53:53.599Z | |
2983 | 2024-08-13T18:53:53.599Z | info: running `cargo check --bins` on xtask (137/147) |
2984 | 2024-08-13T18:53:54.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-08-13T18:53:54.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-08-13T18:53:54.070Z | Checking serde v1.0.206 |
2987 | 2024-08-13T18:53:54.070Z | Checking thiserror v1.0.63 |
2988 | 2024-08-13T18:53:54.073Z | Checking scroll v0.12.0 |
2989 | 2024-08-13T18:53:54.073Z | Checking hashbrown v0.14.5 |
2990 | 2024-08-13T18:53:54.073Z | Checking bitflags v2.6.0 |
2991 | 2024-08-13T18:53:54.148Z | Checking log v0.4.21 |
2992 | 2024-08-13T18:53:54.161Z | Checking zerocopy v0.7.34 |
2993 | 2024-08-13T18:53:54.189Z | Checking syn v2.0.72 |
2994 | 2024-08-13T18:53:54.238Z | Checking pest v2.7.10 |
2995 | 2024-08-13T18:53:54.408Z | Checking rustix v0.38.34 |
2996 | 2024-08-13T18:53:54.424Z | Checking fs-err v2.11.0 |
2997 | 2024-08-13T18:53:54.604Z | Checking goblin v0.8.2 |
2998 | 2024-08-13T18:53:54.716Z | Checking anyhow v1.0.86 |
2999 | 2024-08-13T18:53:55.087Z | Checking tabled v0.15.0 |
3000 | 2024-08-13T18:53:55.281Z | Checking indexmap v2.3.0 |
3001 | 2024-08-13T18:53:55.424Z | Checking terminal_size v0.3.0 |
3002 | 2024-08-13T18:53:55.578Z | Checking clap_builder v4.5.15 |
3003 | 2024-08-13T18:53:56.668Z | Checking dtrace-parser v0.2.0 |
3004 | 2024-08-13T18:53:57.899Z | Checking clap v4.5.15 |
3005 | 2024-08-13T18:53:58.409Z | Checking serde_json v1.0.122 |
3006 | 2024-08-13T18:53:58.409Z | Checking toml_datetime v0.6.8 |
3007 | 2024-08-13T18:53:58.412Z | Checking serde_spanned v0.6.7 |
3008 | 2024-08-13T18:53:58.412Z | Checking camino v1.1.7 |
3009 | 2024-08-13T18:53:58.412Z | Checking semver v1.0.23 |
3010 | 2024-08-13T18:53:58.412Z | Checking cargo-platform v0.1.8 |
3011 | 2024-08-13T18:53:58.412Z | Checking macaddr v1.0.1 |
3012 | 2024-08-13T18:53:58.661Z | Checking toml_edit v0.22.20 |
3013 | 2024-08-13T18:53:59.453Z | Checking dof v0.3.0 |
3014 | 2024-08-13T18:53:59.453Z | Checking cargo_metadata v0.18.1 |
3015 | 2024-08-13T18:53:59.847Z | Checking usdt-impl v0.5.0 |
3016 | 2024-08-13T18:54:00.199Z | Checking usdt v0.5.0 |
3017 | 2024-08-13T18:54:00.326Z | Checking toml v0.8.19 |
3018 | 2024-08-13T18:54:00.800Z | Checking cargo_toml v0.20.4 |
3019 | 2024-08-13T18:54:02.000Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3020 | 2024-08-13T18:54:02.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s |
3021 | 2024-08-13T18:54:02.661Z | |
3022 | 2024-08-13T18:54:02.661Z | info: running `cargo check --bins` on end-to-end-tests (138/147) |
3023 | 2024-08-13T18:54:03.108Z | Downloading crates ... |
3024 | 2024-08-13T18:54:03.344Z | Downloaded option-ext v0.2.0 |
3025 | 2024-08-13T18:54:03.346Z | Downloaded dhcproto-macros v0.1.0 |
3026 | 2024-08-13T18:54:03.346Z | Downloaded russh-cryptovec v0.7.2 |
3027 | 2024-08-13T18:54:03.354Z | Downloaded md5 v0.7.0 |
3028 | 2024-08-13T18:54:03.356Z | Downloaded internet-checksum v0.2.1 |
3029 | 2024-08-13T18:54:03.363Z | Downloaded rfc6979 v0.4.0 |
3030 | 2024-08-13T18:54:03.365Z | Downloaded dirs v5.0.1 |
3031 | 2024-08-13T18:54:03.365Z | Downloaded polyval v0.6.2 |
3032 | 2024-08-13T18:54:03.367Z | Downloaded rand_core v0.5.1 |
3033 | 2024-08-13T18:54:03.370Z | Downloaded bcrypt-pbkdf v0.10.0 |
3034 | 2024-08-13T18:54:03.370Z | Downloaded ed25519 v2.2.3 |
3035 | 2024-08-13T18:54:03.372Z | Downloaded blowfish v0.9.1 |
3036 | 2024-08-13T18:54:03.372Z | Downloaded ctr v0.9.2 |
3037 | 2024-08-13T18:54:03.375Z | Downloaded primeorder v0.13.6 |
3038 | 2024-08-13T18:54:03.375Z | Downloaded pbkdf2 v0.12.2 |
3039 | 2024-08-13T18:54:03.378Z | Downloaded hex-literal v0.4.1 |
3040 | 2024-08-13T18:54:03.378Z | Downloaded ghash v0.5.1 |
3041 | 2024-08-13T18:54:03.378Z | Downloaded dirs-sys v0.4.1 |
3042 | 2024-08-13T18:54:03.382Z | Downloaded rand_chacha v0.2.2 |
3043 | 2024-08-13T18:54:03.382Z | Downloaded password-hash v0.4.2 |
3044 | 2024-08-13T18:54:03.385Z | Downloaded getrandom v0.1.16 |
3045 | 2024-08-13T18:54:03.385Z | Downloaded pbkdf2 v0.11.0 |
3046 | 2024-08-13T18:54:03.387Z | Downloaded russh-keys v0.43.0 |
3047 | 2024-08-13T18:54:03.389Z | Downloaded cbc v0.1.2 |
3048 | 2024-08-13T18:54:03.392Z | Downloaded ecdsa v0.16.9 |
3049 | 2024-08-13T18:54:03.394Z | Downloaded aes-gcm v0.10.3 |
3050 | 2024-08-13T18:54:03.399Z | Downloaded dhcproto v0.12.0 |
3051 | 2024-08-13T18:54:03.405Z | Downloaded ed25519-dalek v2.1.1 |
3052 | 2024-08-13T18:54:03.408Z | Downloaded p256 v0.13.2 |
3053 | 2024-08-13T18:54:03.413Z | Downloaded russh v0.43.0 |
3054 | 2024-08-13T18:54:03.418Z | Downloaded rand v0.7.3 |
3055 | 2024-08-13T18:54:03.423Z | Downloaded p521 v0.13.3 |
3056 | 2024-08-13T18:54:03.426Z | Downloaded aes v0.8.4 |
3057 | 2024-08-13T18:54:03.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3058 | 2024-08-13T18:54:03.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3059 | 2024-08-13T18:54:03.555Z | Compiling getrandom v0.1.16 |
3060 | 2024-08-13T18:54:03.655Z | Checking rfc6979 v0.4.0 |
3061 | 2024-08-13T18:54:03.667Z | Checking primeorder v0.13.6 |
3062 | 2024-08-13T18:54:03.670Z | Checking option-ext v0.2.0 |
3063 | 2024-08-13T18:54:03.690Z | Checking ed25519 v2.2.3 |
3064 | 2024-08-13T18:54:03.693Z | Checking polyval v0.6.2 |
3065 | 2024-08-13T18:54:03.693Z | Checking ctr v0.9.2 |
3066 | 2024-08-13T18:54:03.693Z | Checking blowfish v0.9.1 |
3067 | 2024-08-13T18:54:03.781Z | Checking dirs-sys v0.4.1 |
3068 | 2024-08-13T18:54:03.803Z | Checking ecdsa v0.16.9 |
3069 | 2024-08-13T18:54:03.941Z | Checking aes v0.8.4 |
3070 | 2024-08-13T18:54:03.960Z | Checking password-hash v0.4.2 |
3071 | 2024-08-13T18:54:03.976Z | Checking pbkdf2 v0.12.2 |
3072 | 2024-08-13T18:54:03.994Z | Checking dirs v5.0.1 |
3073 | 2024-08-13T18:54:04.010Z | Checking ghash v0.5.1 |
3074 | 2024-08-13T18:54:04.106Z | Checking ed25519-dalek v2.1.1 |
3075 | 2024-08-13T18:54:04.123Z | Checking bcrypt-pbkdf v0.10.0 |
3076 | 2024-08-13T18:54:04.141Z | Checking cbc v0.1.2 |
3077 | 2024-08-13T18:54:04.160Z | Checking russh-cryptovec v0.7.2 |
3078 | 2024-08-13T18:54:04.349Z | Checking md5 v0.7.0 |
3079 | 2024-08-13T18:54:04.383Z | Checking hex-literal v0.4.1 |
3080 | 2024-08-13T18:54:04.389Z | Checking pbkdf2 v0.11.0 |
3081 | 2024-08-13T18:54:04.389Z | Compiling dhcproto-macros v0.1.0 |
3082 | 2024-08-13T18:54:04.440Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3083 | 2024-08-13T18:54:04.485Z | Checking p521 v0.13.3 |
3084 | 2024-08-13T18:54:04.503Z | Checking p256 v0.13.2 |
3085 | 2024-08-13T18:54:04.604Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3086 | 2024-08-13T18:54:04.661Z | Checking internet-checksum v0.2.1 |
3087 | 2024-08-13T18:54:04.678Z | Checking rand_core v0.5.1 |
3088 | 2024-08-13T18:54:04.770Z | Checking aes-gcm v0.10.3 |
3089 | 2024-08-13T18:54:04.979Z | Checking rand_chacha v0.2.2 |
3090 | 2024-08-13T18:54:05.188Z | Checking dhcproto v0.12.0 |
3091 | 2024-08-13T18:54:05.205Z | Checking rand v0.7.3 |
3092 | 2024-08-13T18:54:06.180Z | Checking russh-keys v0.43.0 |
3093 | 2024-08-13T18:54:06.927Z | Checking russh v0.43.0 |
3094 | 2024-08-13T18:54:23.432Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3095 | 2024-08-13T18:54:24.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.04s |
3096 | 2024-08-13T18:54:24.879Z | |
3097 | 2024-08-13T18:54:24.879Z | info: running `cargo check --bins` on gateway-cli (139/147) |
3098 | 2024-08-13T18:54:25.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-08-13T18:54:25.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-08-13T18:54:25.512Z | Checking termios v0.3.3 |
3101 | 2024-08-13T18:54:25.714Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3102 | 2024-08-13T18:54:26.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3103 | 2024-08-13T18:54:26.594Z | |
3104 | 2024-08-13T18:54:26.594Z | info: running `cargo check --bins --no-default-features` on installinator (140/147) |
3105 | 2024-08-13T18:54:27.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3106 | 2024-08-13T18:54:27.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3107 | 2024-08-13T18:54:27.278Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3108 | 2024-08-13T18:54:29.232Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3109 | 2024-08-13T18:54:30.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3110 | 2024-08-13T18:54:31.110Z | |
3111 | 2024-08-13T18:54:31.110Z | info: running `cargo check --bins` on internal-dns-cli (141/147) |
3112 | 2024-08-13T18:54:31.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-13T18:54:31.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-13T18:54:31.735Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3115 | 2024-08-13T18:54:32.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
3116 | 2024-08-13T18:54:32.316Z | |
3117 | 2024-08-13T18:54:32.316Z | info: running `cargo check --bins` on omicron-package (142/147) |
3118 | 2024-08-13T18:54:32.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3119 | 2024-08-13T18:54:32.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3120 | 2024-08-13T18:54:32.968Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3121 | 2024-08-13T18:54:34.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
3122 | 2024-08-13T18:54:34.313Z | |
3123 | 2024-08-13T18:54:34.313Z | info: running `cargo check --bins` on wicket-dbg (143/147) |
3124 | 2024-08-13T18:54:34.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3125 | 2024-08-13T18:54:34.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3126 | 2024-08-13T18:54:34.994Z | Checking rtoolbox v0.0.2 |
3127 | 2024-08-13T18:54:34.994Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3128 | 2024-08-13T18:54:34.996Z | Checking tui-tree-widget v0.22.0 |
3129 | 2024-08-13T18:54:35.200Z | Checking rpassword v7.3.1 |
3130 | 2024-08-13T18:54:39.049Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3131 | 2024-08-13T18:54:41.862Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3132 | 2024-08-13T18:54:42.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s |
3133 | 2024-08-13T18:54:43.072Z | |
3134 | 2024-08-13T18:54:43.072Z | info: running `cargo check --bins` on wicket (144/147) |
3135 | 2024-08-13T18:54:43.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2024-08-13T18:54:43.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2024-08-13T18:54:43.740Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3138 | 2024-08-13T18:54:44.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3139 | 2024-08-13T18:54:44.261Z | |
3140 | 2024-08-13T18:54:44.261Z | info: running `cargo check --bins` on wicketd (145/147) |
3141 | 2024-08-13T18:54:44.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2024-08-13T18:54:44.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2024-08-13T18:54:44.951Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3144 | 2024-08-13T18:54:48.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
3145 | 2024-08-13T18:54:48.658Z | |
3146 | 2024-08-13T18:54:48.658Z | info: running `cargo check --bins` on omicron-workspace-hack (146/147) |
3147 | 2024-08-13T18:54:49.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3148 | 2024-08-13T18:54:49.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3149 | 2024-08-13T18:54:49.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3150 | 2024-08-13T18:54:49.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3151 | 2024-08-13T18:54:49.245Z | |
3152 | 2024-08-13T18:54:49.246Z | info: running `cargo check --bins` on zone-setup (147/147) |
3153 | 2024-08-13T18:54:49.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-08-13T18:54:49.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-08-13T18:54:49.946Z | Checking uzers v0.11.3 |
3156 | 2024-08-13T18:54:50.239Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3157 | 2024-08-13T18:54:51.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3158 | 2024-08-13T18:54:51.434Z | |
3159 | 2024-08-13T18:54:51.434Z | real 10:44.334661341 |
3160 | 2024-08-13T18:54:51.434Z | user 22:25.569076235 |
3161 | 2024-08-13T18:54:51.434Z | sys 4:50.429356167 |
3162 | 2024-08-13T18:54:51.434Z | trap 0.470572809 |
3163 | 2024-08-13T18:54:51.434Z | tflt 2.473976045 |
3164 | 2024-08-13T18:54:51.434Z | dflt 2.274450923 |
3165 | 2024-08-13T18:54:51.434Z | kflt 0.002336706 |
3166 | 2024-08-13T18:54:51.437Z | lock 41:06.947232116 |
3167 | 2024-08-13T18:54:51.437Z | slp 1:51:08.436828767 |
3168 | 2024-08-13T18:54:51.437Z | lat 57.466916557 |
3169 | 2024-08-13T18:54:51.437Z | stop 2:44.102498543 |
3170 | 2024-08-13T18:54:51.437Z | process exited: duration 861776 ms, exit code 0 |
|
3171 | 2024-08-13T18:54:51.443Z | found 0 output files |