|
|
|
1 | 2024-07-25T05:08:14.296Z | job assigned to worker 01J3M4KBEWFG3FQSD7JG45QVV7 (queued for 33 s) |
|
2 | 2024-07-25T05:08:14.809Z | starting task 0: "setup" |
3 | 2024-07-25T05:08:14.833Z | ++ uname -s |
4 | 2024-07-25T05:08:14.833Z | + kern=SunOS |
5 | 2024-07-25T05:08:14.833Z | + case "$kern" in |
6 | 2024-07-25T05:08:14.833Z | + groupadd -g 12345 build |
7 | 2024-07-25T05:08:14.833Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T05:08:16.839Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T05:08:16.879Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T05:08:16.902Z | + home_fs=zfs |
11 | 2024-07-25T05:08:16.902Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T05:08:16.903Z | + mkdir -p /home/build |
13 | 2024-07-25T05:08:16.903Z | + chown build:build /home/build /work |
14 | 2024-07-25T05:08:18.888Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T05:08:18.912Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-07-25T05:08:18.962Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T05:08:18.986Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T05:08:18.986Z | ' 1.78.0 |
19 | 2024-07-25T05:08:18.986Z | * toolchain channel = "1.78.0" |
20 | 2024-07-25T05:08:18.986Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-25T05:08:18.986Z | * toolchain profile = "default" |
22 | 2024-07-25T05:08:18.986Z | ' default |
23 | 2024-07-25T05:08:18.986Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T05:08:18.986Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T05:08:19.114Z | info: downloading installer |
26 | 2024-07-25T05:08:19.755Z | info: profile set to 'default' |
27 | 2024-07-25T05:08:19.755Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T05:08:19.780Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T05:08:19.865Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T05:08:19.865Z | info: downloading component 'cargo' |
31 | 2024-07-25T05:08:20.093Z | info: downloading component 'clippy' |
32 | 2024-07-25T05:08:20.163Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T05:08:20.427Z | info: downloading component 'rust-std' |
34 | 2024-07-25T05:08:20.760Z | info: downloading component 'rustc' |
35 | 2024-07-25T05:08:21.383Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T05:08:21.424Z | info: installing component 'cargo' |
37 | 2024-07-25T05:08:22.491Z | info: installing component 'clippy' |
38 | 2024-07-25T05:08:22.909Z | info: installing component 'rust-docs' |
39 | 2024-07-25T05:08:25.440Z | info: installing component 'rust-std' |
40 | 2024-07-25T05:08:27.429Z | info: installing component 'rustc' |
41 | 2024-07-25T05:08:32.331Z | info: installing component 'rustfmt' |
42 | 2024-07-25T05:08:32.705Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T05:08:32.705Z | |
44 | 2024-07-25T05:08:32.824Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T05:08:32.824Z | |
46 | 2024-07-25T05:08:32.824Z | |
47 | 2024-07-25T05:08:32.824Z | Rust is installed now. Great! |
48 | 2024-07-25T05:08:32.824Z | |
49 | 2024-07-25T05:08:32.824Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T05:08:32.848Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T05:08:32.848Z | |
52 | 2024-07-25T05:08:32.848Z | To configure your current shell, you need to source |
53 | 2024-07-25T05:08:32.848Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T05:08:32.848Z | |
55 | 2024-07-25T05:08:32.848Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T05:08:32.848Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T05:08:32.848Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T05:08:32.887Z | + rustc --version |
59 | 2024-07-25T05:08:32.993Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T05:08:33.017Z | process exited: duration 14034 ms, exit code 0 |
|
61 | 2024-07-25T05:08:33.064Z | starting task 2: "authentication" |
62 | 2024-07-25T05:08:33.121Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-07-25T05:08:33.169Z | starting task 3: "clone repository" |
64 | 2024-07-25T05:08:33.193Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T05:08:33.193Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T05:08:33.216Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T05:08:39.420Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T05:08:39.420Z | + git fetch origin a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
69 | 2024-07-25T05:08:39.775Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T05:08:39.775Z | * branch a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 -> FETCH_HEAD |
71 | 2024-07-25T05:08:39.798Z | + [[ -n max-firewall-rules ]] |
72 | 2024-07-25T05:08:39.798Z | ++ git branch --show-current |
73 | 2024-07-25T05:08:39.798Z | + current=main |
74 | 2024-07-25T05:08:39.798Z | + [[ main != max-firewall-rules ]] |
75 | 2024-07-25T05:08:39.798Z | + git branch -f max-firewall-rules a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
76 | 2024-07-25T05:08:39.846Z | + git checkout -f max-firewall-rules |
77 | 2024-07-25T05:08:40.004Z | Switched to branch 'max-firewall-rules' |
78 | 2024-07-25T05:08:40.028Z | + git reset --hard a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
79 | 2024-07-25T05:08:40.063Z | HEAD is now at a1ecf5ab6 had to update the sled agent API JSON for the first time in my dang life |
80 | 2024-07-25T05:08:40.086Z | process exited: duration 6896 ms, exit code 0 |
|
81 | 2024-07-25T05:08:40.134Z | starting task 4: "build" |
82 | 2024-07-25T05:08:40.158Z | + cargo --version |
83 | 2024-07-25T05:08:40.218Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T05:08:40.242Z | + rustc --version |
85 | 2024-07-25T05:08:40.309Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T05:08:40.333Z | + source ./env.sh |
87 | 2024-07-25T05:08:40.333Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-25T05:08:40.333Z | ++ set -o xtrace |
89 | 2024-07-25T05:08:40.333Z | ++++ dirname ./env.sh |
90 | 2024-07-25T05:08:40.333Z | +++ readlink -f . |
91 | 2024-07-25T05:08:40.333Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ 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-07-25T05:08:40.333Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-25T05:08:40.334Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-25T05:08:40.334Z | + 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-07-25T05:08:40.334Z | + 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-07-25T05:08:40.334Z | + banner prerequisites |
105 | 2024-07-25T05:08:40.334Z | |
106 | 2024-07-25T05:08:40.334Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-25T05:08:40.334Z | # # # # # # # # # # # # # # # |
108 | 2024-07-25T05:08:40.334Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-25T05:08:40.334Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-25T05:08:40.334Z | # # # # # # # # # # # # # # # |
111 | 2024-07-25T05:08:40.334Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-25T05:08:40.334Z | |
113 | 2024-07-25T05:08:40.334Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-25T05:08:46.830Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-25T05:08:49.208Z | Startup: Caching catalogs ... Done |
116 | 2024-07-25T05:08:53.272Z | Planning: Solver setup ... Done (3.477s) |
117 | 2024-07-25T05:08:53.340Z | Planning: Running solver ... Done (0.067s) |
118 | 2024-07-25T05:08:53.388Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-07-25T05:08:53.466Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-25T05:08:53.807Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-25T05:08:53.867Z | Planning: Package planning ... Done (0.061s) |
122 | 2024-07-25T05:08:54.046Z | Planning: Merging actions ... Done (0.179s) |
123 | 2024-07-25T05:08:54.387Z | Planning: Checking for conflicting actions ... Done (0.341s) |
124 | 2024-07-25T05:08:54.411Z | Planning: Consolidating action changes ... Done (0.013s) |
125 | 2024-07-25T05:08:55.062Z | Planning: Evaluating mediators ... Done (0.653s) |
126 | 2024-07-25T05:08:55.103Z | Planning: Planning completed in 5.80 seconds |
127 | 2024-07-25T05:08:55.103Z | Packages to install: 4 |
128 | 2024-07-25T05:08:55.104Z | Mediators to change: 2 |
129 | 2024-07-25T05:08:55.104Z | Services to change: 1 |
130 | 2024-07-25T05:08:55.104Z | Estimated space available: 148.89 GB |
131 | 2024-07-25T05:08:55.104Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-25T05:08:55.104Z | Create boot environment: No |
133 | 2024-07-25T05:08:55.104Z | Create backup boot environment: No |
134 | 2024-07-25T05:08:55.104Z | Rebuild boot archive: No |
135 | 2024-07-25T05:08:55.105Z | |
136 | 2024-07-25T05:08:55.105Z | Changed mediators: |
137 | 2024-07-25T05:08:55.105Z | mediator clang: |
138 | 2024-07-25T05:08:55.105Z | version: None -> 15 (system default) |
139 | 2024-07-25T05:08:55.105Z | |
140 | 2024-07-25T05:08:55.105Z | mediator llvm: |
141 | 2024-07-25T05:08:55.105Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-25T05:08:55.105Z | |
143 | 2024-07-25T05:08:55.105Z | Changed packages: |
144 | 2024-07-25T05:08:55.105Z | helios-dev |
145 | 2024-07-25T05:08:55.105Z | developer/build-essential |
146 | 2024-07-25T05:08:55.106Z | None -> 11-2.0 |
147 | 2024-07-25T05:08:55.106Z | library/libxmlsec1 |
148 | 2024-07-25T05:08:55.106Z | None -> 1.2.35-2.0 |
149 | 2024-07-25T05:08:55.106Z | ooce/developer/clang-15 |
150 | 2024-07-25T05:08:55.106Z | None -> 15.0.7-2.0 |
151 | 2024-07-25T05:08:55.106Z | ooce/developer/llvm-15 |
152 | 2024-07-25T05:08:55.106Z | None -> 15.0.7-2.0 |
153 | 2024-07-25T05:08:55.106Z | |
154 | 2024-07-25T05:08:55.106Z | Services: |
155 | 2024-07-25T05:08:55.107Z | restart_fmri: |
156 | 2024-07-25T05:08:55.107Z | svc:/system/update-man-index:default |
157 | 2024-07-25T05:08:55.165Z | |
158 | 2024-07-25T05:08:55.165Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-25T05:09:00.135Z | Download: 725/3290 items 18.2/212.6MB 8% complete (3.8M/s) |
160 | 2024-07-25T05:09:06.100Z | Download: 1198/3290 items 65.0/212.6MB 30% complete (7.0M/s) |
161 | 2024-07-25T05:09:11.103Z | Download: 2047/3290 items 118.7/212.6MB 55% complete (10.0M/s) |
162 | 2024-07-25T05:09:16.103Z | Download: 2423/3290 items 120.1/212.6MB 56% complete (5.5M/s) |
163 | 2024-07-25T05:09:21.108Z | Download: 3240/3290 items 168.7/212.6MB 79% complete (4.9M/s) |
164 | 2024-07-25T05:09:26.109Z | Download: 3290/3290 items 212.6/212.6MB 100% complete (9.2M/s) |
165 | 2024-07-25T05:09:26.132Z | Download: Completed 212.60 MB in 31.00 seconds (6.9M/s) |
166 | 2024-07-25T05:09:26.314Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-07-25T05:09:31.470Z | Actions: 3004/3689 actions (Installing new actions) |
168 | 2024-07-25T05:09:32.145Z | Actions: Completed 3689 actions in 5.83 seconds. |
169 | 2024-07-25T05:09:32.520Z | Done (0.367s) |
170 | 2024-07-25T05:09:32.520Z | Done (0.000s) |
171 | 2024-07-25T05:09:32.933Z | Done (0.413s) |
172 | 2024-07-25T05:09:37.907Z | Done (4.840s) |
173 | 2024-07-25T05:09:38.005Z | Done (0.019s) |
174 | 2024-07-25T05:09:38.029Z | Done (0.000s) |
175 | 2024-07-25T05:09:38.154Z | Done (0.000s) |
176 | 2024-07-25T05:09:38.768Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-07-25T05:09:38.964Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-07-25T05:09:38.988Z | Planning: Consolidating action changes ... Done |
179 | 2024-07-25T05:09:39.274Z | Planning: Evaluating mediators ... Done |
180 | 2024-07-25T05:09:39.298Z | Planning: Planning completed in 0.51 seconds |
181 | 2024-07-25T05:09:39.321Z | Mediators to change: 2 |
182 | 2024-07-25T05:09:39.322Z | Create boot environment: No |
183 | 2024-07-25T05:09:39.322Z | Create backup boot environment: No |
184 | 2024-07-25T05:09:39.374Z | Done |
185 | 2024-07-25T05:09:39.374Z | Done |
186 | 2024-07-25T05:09:39.642Z | Done |
187 | 2024-07-25T05:09:43.819Z | Done |
188 | 2024-07-25T05:09:43.907Z | Done |
189 | 2024-07-25T05:09:43.931Z | Done |
190 | 2024-07-25T05:09:43.982Z | Done |
191 | 2024-07-25T05:09:44.713Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-07-25T05:09:44.736Z | Planning: Merging actions ... Done |
193 | 2024-07-25T05:09:44.944Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-07-25T05:09:44.968Z | Planning: Consolidating action changes ... Done |
195 | 2024-07-25T05:09:45.257Z | Planning: Evaluating mediators ... Done |
196 | 2024-07-25T05:09:45.324Z | Planning: Planning completed in 0.90 seconds |
197 | 2024-07-25T05:09:45.364Z | Packages to change: 1 |
198 | 2024-07-25T05:09:45.364Z | Mediators to change: 1 |
199 | 2024-07-25T05:09:45.364Z | Services to change: 1 |
200 | 2024-07-25T05:09:45.364Z | Create boot environment: No |
201 | 2024-07-25T05:09:45.388Z | Create backup boot environment: Yes |
202 | 2024-07-25T05:09:46.892Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-07-25T05:09:46.916Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2024-07-25T05:09:46.916Z | Done |
205 | 2024-07-25T05:09:46.916Z | Done |
206 | 2024-07-25T05:09:46.981Z | Done |
207 | 2024-07-25T05:09:51.056Z | Done |
208 | 2024-07-25T05:09:51.147Z | Done |
209 | 2024-07-25T05:09:51.171Z | Done |
210 | 2024-07-25T05:09:51.240Z | Done |
211 | 2024-07-25T05:09:51.751Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-07-25T05:09:51.752Z | clang system 15 system |
213 | 2024-07-25T05:09:51.752Z | csh system system illumos |
214 | 2024-07-25T05:09:51.752Z | ctags system system illumos |
215 | 2024-07-25T05:09:51.752Z | gcc vendor 12 vendor |
216 | 2024-07-25T05:09:51.752Z | gcc system 10 system |
217 | 2024-07-25T05:09:51.752Z | gcc system 7 system |
218 | 2024-07-25T05:09:51.752Z | go system 1.20 system |
219 | 2024-07-25T05:09:51.752Z | go system 1.19 system |
220 | 2024-07-25T05:09:51.752Z | llvm system 15 system |
221 | 2024-07-25T05:09:51.752Z | llvm system 14 system |
222 | 2024-07-25T05:09:51.752Z | mariadb system 10.6 system |
223 | 2024-07-25T05:09:51.752Z | mta vendor vendor dma |
224 | 2024-07-25T05:09:51.752Z | openjdk system 17 system |
225 | 2024-07-25T05:09:51.752Z | openjdk system 11 system |
226 | 2024-07-25T05:09:51.752Z | openjdk system 1.8 system |
227 | 2024-07-25T05:09:51.752Z | openssl vendor 3 vendor |
228 | 2024-07-25T05:09:51.752Z | perl system 5.36 system |
229 | 2024-07-25T05:09:51.752Z | postgresql system 15 system |
230 | 2024-07-25T05:09:51.752Z | postgresql system 13 system |
231 | 2024-07-25T05:09:51.752Z | python vendor 3 vendor |
232 | 2024-07-25T05:09:51.752Z | python system 2 system |
233 | 2024-07-25T05:09:51.752Z | python3 system 3.11 system |
234 | 2024-07-25T05:09:51.752Z | ruby system 3.0 system |
235 | 2024-07-25T05:09:51.752Z | words vendor vendor american-english |
236 | 2024-07-25T05:09:51.752Z | words system system australian-english |
237 | 2024-07-25T05:09:51.752Z | words system system british-english |
238 | 2024-07-25T05:09:51.752Z | words system system canadian-english |
239 | 2024-07-25T05:09:51.752Z | words system system french |
240 | 2024-07-25T05:09:51.752Z | words system system italian |
241 | 2024-07-25T05:09:51.752Z | words system system ngerman |
242 | 2024-07-25T05:09:51.752Z | words system system ogerman |
243 | 2024-07-25T05:09:51.752Z | words system system spanish |
244 | 2024-07-25T05:09:52.157Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-07-25T05:09:52.157Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-07-25T05:09:54.079Z | FMRI IFO |
247 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-07-25T05:09:54.080Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-07-25T05:09:54.654Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-07-25T05:09:55.239Z | Updating git repository `https://github.com/oxidecomputer/zone` |
261 | 2024-07-25T05:09:55.774Z | Updating crates.io index |
262 | 2024-07-25T05:09:55.798Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
263 | 2024-07-25T05:09:56.738Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2024-07-25T05:09:57.759Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2024-07-25T05:09:58.236Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
266 | 2024-07-25T05:10:00.319Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-07-25T05:10:00.764Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-07-25T05:10:01.303Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-07-25T05:10:02.689Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-07-25T05:10:04.838Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-07-25T05:10:05.974Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-07-25T05:10:06.844Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-07-25T05:10:07.615Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-07-25T05:10:08.120Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-07-25T05:10:08.598Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-07-25T05:10:09.193Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-07-25T05:10:09.550Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-07-25T05:10:10.026Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-07-25T05:10:10.352Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-07-25T05:10:10.881Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-07-25T05:10:11.264Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-07-25T05:10:11.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-07-25T05:10:12.027Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-07-25T05:10:12.893Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-07-25T05:10:13.285Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-07-25T05:10:13.803Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-07-25T05:10:15.928Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-07-25T05:10:16.380Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-07-25T05:10:16.776Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-07-25T05:10:17.542Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-07-25T05:10:18.821Z | Downloading crates ... |
292 | 2024-07-25T05:10:18.890Z | Downloaded cfg-if v1.0.0 |
293 | 2024-07-25T05:10:18.916Z | Downloaded scopeguard v1.2.0 |
294 | 2024-07-25T05:10:18.916Z | Downloaded rustls-pemfile v1.0.4 |
295 | 2024-07-25T05:10:18.916Z | Downloaded proc-macro-error v1.0.4 |
296 | 2024-07-25T05:10:18.941Z | Downloaded want v0.3.1 |
297 | 2024-07-25T05:10:18.941Z | Downloaded time-core v0.1.2 |
298 | 2024-07-25T05:10:18.941Z | Downloaded tokio-native-tls v0.3.1 |
299 | 2024-07-25T05:10:18.941Z | Downloaded terminal_size v0.3.0 |
300 | 2024-07-25T05:10:18.941Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2024-07-25T05:10:18.941Z | Downloaded xattr v1.3.1 |
302 | 2024-07-25T05:10:18.941Z | Downloaded swrite v0.1.0 |
303 | 2024-07-25T05:10:18.941Z | Downloaded itoa v1.0.11 |
304 | 2024-07-25T05:10:18.941Z | Downloaded plain v0.2.3 |
305 | 2024-07-25T05:10:18.967Z | Downloaded strum_macros v0.26.4 |
306 | 2024-07-25T05:10:18.967Z | Downloaded hyper-tls v0.5.0 |
307 | 2024-07-25T05:10:18.967Z | Downloaded tinyvec_macros v0.1.1 |
308 | 2024-07-25T05:10:18.967Z | Downloaded serde_urlencoded v0.7.1 |
309 | 2024-07-25T05:10:18.967Z | Downloaded version_check v0.9.4 |
310 | 2024-07-25T05:10:18.967Z | Downloaded take_mut v0.2.2 |
311 | 2024-07-25T05:10:18.967Z | Downloaded futures-core v0.3.30 |
312 | 2024-07-25T05:10:18.967Z | Downloaded tower-service v0.3.2 |
313 | 2024-07-25T05:10:18.967Z | Downloaded tinyvec v1.6.0 |
314 | 2024-07-25T05:10:18.967Z | Downloaded byteorder v1.5.0 |
315 | 2024-07-25T05:10:18.967Z | Downloaded slog-bunyan v2.5.0 |
316 | 2024-07-25T05:10:18.967Z | Downloaded errno v0.3.9 |
317 | 2024-07-25T05:10:18.993Z | Downloaded memmap v0.7.0 |
318 | 2024-07-25T05:10:18.993Z | Downloaded num_threads v0.1.7 |
319 | 2024-07-25T05:10:18.993Z | Downloaded tar v0.4.41 |
320 | 2024-07-25T05:10:18.993Z | Downloaded is_terminal_polyfill v1.70.0 |
321 | 2024-07-25T05:10:18.993Z | Downloaded toml_datetime v0.6.6 |
322 | 2024-07-25T05:10:18.993Z | Downloaded cargo_metadata v0.18.1 |
323 | 2024-07-25T05:10:18.993Z | Downloaded utf8parse v0.2.1 |
324 | 2024-07-25T05:10:18.993Z | Downloaded tokio-macros v2.3.0 |
325 | 2024-07-25T05:10:18.994Z | Downloaded crc32fast v1.4.0 |
326 | 2024-07-25T05:10:18.994Z | Downloaded clap_derive v4.5.8 |
327 | 2024-07-25T05:10:18.994Z | Downloaded anstream v0.6.14 |
328 | 2024-07-25T05:10:19.018Z | Downloaded thread-id v4.2.1 |
329 | 2024-07-25T05:10:19.018Z | Downloaded usdt-impl v0.5.0 |
330 | 2024-07-25T05:10:19.018Z | Downloaded usdt v0.5.0 |
331 | 2024-07-25T05:10:19.018Z | Downloaded semver v1.0.23 |
332 | 2024-07-25T05:10:19.018Z | Downloaded futures-task v0.3.30 |
333 | 2024-07-25T05:10:19.018Z | Downloaded unicode-bidi v0.3.15 |
334 | 2024-07-25T05:10:19.018Z | Downloaded heck v0.4.1 |
335 | 2024-07-25T05:10:19.018Z | Downloaded httpdate v1.0.3 |
336 | 2024-07-25T05:10:19.018Z | Downloaded typenum v1.17.0 |
337 | 2024-07-25T05:10:19.018Z | Downloaded fnv v1.0.7 |
338 | 2024-07-25T05:10:19.018Z | Downloaded term v0.7.0 |
339 | 2024-07-25T05:10:19.018Z | Downloaded scroll v0.12.0 |
340 | 2024-07-25T05:10:19.043Z | Downloaded zerocopy-derive v0.7.34 |
341 | 2024-07-25T05:10:19.043Z | Downloaded socket2 v0.5.7 |
342 | 2024-07-25T05:10:19.043Z | Downloaded url v2.5.2 |
343 | 2024-07-25T05:10:19.043Z | Downloaded toml v0.8.15 |
344 | 2024-07-25T05:10:19.043Z | Downloaded unicode-ident v1.0.12 |
345 | 2024-07-25T05:10:19.043Z | Downloaded tracing-core v0.1.32 |
346 | 2024-07-25T05:10:19.067Z | Downloaded ucd-trie v0.1.6 |
347 | 2024-07-25T05:10:19.067Z | Downloaded tracing v0.1.40 |
348 | 2024-07-25T05:10:19.067Z | Downloaded toml_edit v0.22.16 |
349 | 2024-07-25T05:10:19.092Z | Downloaded time v0.3.36 |
350 | 2024-07-25T05:10:19.115Z | Downloaded zerocopy v0.7.34 |
351 | 2024-07-25T05:10:19.139Z | Downloaded vcpkg v0.2.15 |
352 | 2024-07-25T05:10:19.180Z | Downloaded unicode-width v0.1.13 |
353 | 2024-07-25T05:10:19.212Z | Downloaded pest v2.7.10 |
354 | 2024-07-25T05:10:19.212Z | Downloaded idna v0.5.0 |
355 | 2024-07-25T05:10:19.236Z | Downloaded tokio v1.38.1 |
356 | 2024-07-25T05:10:19.260Z | Downloaded openssl v0.10.66 |
357 | 2024-07-25T05:10:19.285Z | Downloaded mio v0.8.11 |
358 | 2024-07-25T05:10:19.285Z | Downloaded libc v0.2.155 |
359 | 2024-07-25T05:10:19.309Z | Downloaded memchr v2.7.2 |
360 | 2024-07-25T05:10:19.333Z | Downloaded hyper v0.14.28 |
361 | 2024-07-25T05:10:19.333Z | Downloaded encoding_rs v0.8.34 |
362 | 2024-07-25T05:10:19.358Z | Downloaded hashbrown v0.14.5 |
363 | 2024-07-25T05:10:19.382Z | Downloaded h2 v0.3.26 |
364 | 2024-07-25T05:10:19.382Z | Downloaded goblin v0.8.2 |
365 | 2024-07-25T05:10:19.382Z | Downloaded futures-util v0.3.30 |
366 | 2024-07-25T05:10:19.407Z | Downloaded crossbeam-channel v0.5.12 |
367 | 2024-07-25T05:10:19.407Z | Downloaded clap_builder v4.5.9 |
368 | 2024-07-25T05:10:19.407Z | Downloaded syn v2.0.72 |
369 | 2024-07-25T05:10:19.432Z | Downloaded rustix v0.38.34 |
370 | 2024-07-25T05:10:19.456Z | Downloaded miniz_oxide v0.7.2 |
371 | 2024-07-25T05:10:19.456Z | Downloaded http v0.2.12 |
372 | 2024-07-25T05:10:19.456Z | Downloaded futures-channel v0.3.30 |
373 | 2024-07-25T05:10:19.456Z | Downloaded flate2 v1.0.30 |
374 | 2024-07-25T05:10:19.480Z | Downloaded cc v1.0.97 |
375 | 2024-07-25T05:10:19.480Z | Downloaded base64 v0.21.7 |
376 | 2024-07-25T05:10:19.480Z | Downloaded papergrid v0.11.0 |
377 | 2024-07-25T05:10:19.480Z | Downloaded openssl-sys v0.9.103 |
378 | 2024-07-25T05:10:19.503Z | Downloaded lock_api v0.4.12 |
379 | 2024-07-25T05:10:19.503Z | Downloaded indexmap v2.2.6 |
380 | 2024-07-25T05:10:19.503Z | Downloaded futures-executor v0.3.30 |
381 | 2024-07-25T05:10:19.504Z | Downloaded winnow v0.6.8 |
382 | 2024-07-25T05:10:19.504Z | Downloaded unicode-normalization v0.1.23 |
383 | 2024-07-25T05:10:19.527Z | Downloaded tokio-util v0.7.11 |
384 | 2024-07-25T05:10:19.527Z | Downloaded tabled v0.15.0 |
385 | 2024-07-25T05:10:19.550Z | Downloaded syn v1.0.109 |
386 | 2024-07-25T05:10:19.550Z | Downloaded serde_json v1.0.120 |
387 | 2024-07-25T05:10:19.575Z | Downloaded pest_meta v2.7.10 |
388 | 2024-07-25T05:10:19.575Z | Downloaded parking_lot_core v0.9.10 |
389 | 2024-07-25T05:10:19.575Z | Downloaded parking_lot v0.12.2 |
390 | 2024-07-25T05:10:19.575Z | Downloaded mime v0.3.17 |
391 | 2024-07-25T05:10:19.575Z | Downloaded log v0.4.21 |
392 | 2024-07-25T05:10:19.575Z | Downloaded ipnet v2.9.0 |
393 | 2024-07-25T05:10:19.575Z | Downloaded futures v0.3.30 |
394 | 2024-07-25T05:10:19.599Z | Downloaded fs-err v2.11.0 |
395 | 2024-07-25T05:10:19.599Z | Downloaded filetime v0.2.23 |
396 | 2024-07-25T05:10:19.599Z | Downloaded crossbeam-utils v0.8.19 |
397 | 2024-07-25T05:10:19.599Z | Downloaded clap v4.5.9 |
398 | 2024-07-25T05:10:19.599Z | Downloaded bytes v1.6.0 |
399 | 2024-07-25T05:10:19.623Z | Downloaded anstyle-query v1.0.3 |
400 | 2024-07-25T05:10:19.623Z | Downloaded reqwest v0.11.27 |
401 | 2024-07-25T05:10:19.623Z | Downloaded httparse v1.8.0 |
402 | 2024-07-25T05:10:19.623Z | Downloaded hostname v0.3.1 |
403 | 2024-07-25T05:10:19.623Z | Downloaded http-body v0.4.6 |
404 | 2024-07-25T05:10:19.623Z | Downloaded futures-sink v0.3.30 |
405 | 2024-07-25T05:10:19.623Z | Downloaded futures-io v0.3.30 |
406 | 2024-07-25T05:10:19.623Z | Downloaded pest_generator v2.7.10 |
407 | 2024-07-25T05:10:19.623Z | Downloaded serde v1.0.204 |
408 | 2024-07-25T05:10:19.647Z | Downloaded anyhow v1.0.86 |
409 | 2024-07-25T05:10:19.647Z | Downloaded serde_derive v1.0.204 |
410 | 2024-07-25T05:10:19.647Z | Downloaded slog v2.7.0 |
411 | 2024-07-25T05:10:19.647Z | Downloaded macaddr v1.0.1 |
412 | 2024-07-25T05:10:19.647Z | Downloaded crypto-common v0.1.6 |
413 | 2024-07-25T05:10:19.647Z | Downloaded bitflags v2.5.0 |
414 | 2024-07-25T05:10:19.647Z | Downloaded dirs-sys-next v0.1.2 |
415 | 2024-07-25T05:10:19.648Z | Downloaded pest_derive v2.7.10 |
416 | 2024-07-25T05:10:19.681Z | Downloaded dtrace-parser v0.2.0 |
417 | 2024-07-25T05:10:19.681Z | Downloaded digest v0.10.7 |
418 | 2024-07-25T05:10:19.681Z | Downloaded time-macros v0.2.18 |
419 | 2024-07-25T05:10:19.681Z | Downloaded once_cell v1.19.0 |
420 | 2024-07-25T05:10:19.681Z | Downloaded native-tls v0.2.11 |
421 | 2024-07-25T05:10:19.681Z | Downloaded slog-term v2.9.1 |
422 | 2024-07-25T05:10:19.681Z | Downloaded futures-macro v0.3.30 |
423 | 2024-07-25T05:10:19.681Z | Downloaded thiserror v1.0.62 |
424 | 2024-07-25T05:10:19.681Z | Downloaded signal-hook-registry v1.4.2 |
425 | 2024-07-25T05:10:19.706Z | Downloaded camino v1.1.7 |
426 | 2024-07-25T05:10:19.706Z | Downloaded ryu v1.0.18 |
427 | 2024-07-25T05:10:19.706Z | Downloaded num-conv v0.1.0 |
428 | 2024-07-25T05:10:19.706Z | Downloaded cargo_toml v0.20.4 |
429 | 2024-07-25T05:10:19.706Z | Downloaded serde_spanned v0.6.6 |
430 | 2024-07-25T05:10:19.706Z | Downloaded openssl-probe v0.1.5 |
431 | 2024-07-25T05:10:19.706Z | Downloaded equivalent v1.0.1 |
432 | 2024-07-25T05:10:19.706Z | Downloaded num_cpus v1.16.0 |
433 | 2024-07-25T05:10:19.706Z | Downloaded foreign-types-shared v0.1.1 |
434 | 2024-07-25T05:10:19.706Z | Downloaded smallvec v1.13.2 |
435 | 2024-07-25T05:10:19.706Z | Downloaded sha2 v0.10.8 |
436 | 2024-07-25T05:10:19.706Z | Downloaded percent-encoding v2.3.1 |
437 | 2024-07-25T05:10:19.706Z | Downloaded generic-array v0.14.7 |
438 | 2024-07-25T05:10:19.706Z | Downloaded is-terminal v0.4.12 |
439 | 2024-07-25T05:10:19.706Z | Downloaded form_urlencoded v1.2.1 |
440 | 2024-07-25T05:10:19.706Z | Downloaded dof v0.3.0 |
441 | 2024-07-25T05:10:19.706Z | Downloaded dirs-next v2.0.0 |
442 | 2024-07-25T05:10:19.706Z | Downloaded heck v0.5.0 |
443 | 2024-07-25T05:10:19.731Z | Downloaded deranged v0.3.11 |
444 | 2024-07-25T05:10:19.731Z | Downloaded colorchoice v1.0.1 |
445 | 2024-07-25T05:10:19.731Z | Downloaded usdt-macro v0.5.0 |
446 | 2024-07-25T05:10:19.731Z | Downloaded thread_local v1.1.8 |
447 | 2024-07-25T05:10:19.731Z | Downloaded strum v0.26.3 |
448 | 2024-07-25T05:10:19.731Z | Downloaded quote v1.0.36 |
449 | 2024-07-25T05:10:19.731Z | Downloaded block-buffer v0.10.4 |
450 | 2024-07-25T05:10:19.731Z | Downloaded thiserror-impl v1.0.62 |
451 | 2024-07-25T05:10:19.731Z | Downloaded slog-json v2.6.1 |
452 | 2024-07-25T05:10:19.731Z | Downloaded slog-async v2.8.0 |
453 | 2024-07-25T05:10:19.731Z | Downloaded cargo-platform v0.1.8 |
454 | 2024-07-25T05:10:19.731Z | Downloaded autocfg v1.3.0 |
455 | 2024-07-25T05:10:19.731Z | Downloaded anstyle-parse v0.2.4 |
456 | 2024-07-25T05:10:19.755Z | Downloaded anstyle v1.0.7 |
457 | 2024-07-25T05:10:19.755Z | Downloaded adler v1.0.2 |
458 | 2024-07-25T05:10:19.755Z | Downloaded strsim v0.11.1 |
459 | 2024-07-25T05:10:19.755Z | Downloaded slab v0.4.9 |
460 | 2024-07-25T05:10:19.755Z | Downloaded serde_tokenstream v0.2.1 |
461 | 2024-07-25T05:10:19.755Z | Downloaded pin-utils v0.1.0 |
462 | 2024-07-25T05:10:19.755Z | Downloaded cpufeatures v0.2.12 |
463 | 2024-07-25T05:10:19.755Z | Downloaded bytecount v0.6.8 |
464 | 2024-07-25T05:10:19.755Z | Downloaded tabled_derive v0.7.0 |
465 | 2024-07-25T05:10:19.755Z | Downloaded scroll_derive v0.12.0 |
466 | 2024-07-25T05:10:19.756Z | Downloaded rustversion v1.0.17 |
467 | 2024-07-25T05:10:19.756Z | Downloaded clap_lex v0.7.0 |
468 | 2024-07-25T05:10:19.780Z | Downloaded sync_wrapper v0.1.2 |
469 | 2024-07-25T05:10:19.780Z | Downloaded proc-macro2 v1.0.86 |
470 | 2024-07-25T05:10:19.780Z | Downloaded proc-macro-error-attr v1.0.4 |
471 | 2024-07-25T05:10:19.780Z | Downloaded pretty-hex v0.4.1 |
472 | 2024-07-25T05:10:19.780Z | Downloaded pin-project-lite v0.2.14 |
473 | 2024-07-25T05:10:19.780Z | Downloaded openssl-macros v0.1.1 |
474 | 2024-07-25T05:10:19.780Z | Downloaded match_cfg v0.1.0 |
475 | 2024-07-25T05:10:19.780Z | Downloaded foreign-types v0.3.2 |
476 | 2024-07-25T05:10:19.780Z | Downloaded try-lock v0.2.5 |
477 | 2024-07-25T05:10:19.780Z | Downloaded powerfmt v0.2.0 |
478 | 2024-07-25T05:10:19.780Z | Downloaded pkg-config v0.3.30 |
479 | 2024-07-25T05:10:19.933Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-07-25T05:10:19.933Z | Compiling unicode-ident v1.0.12 |
481 | 2024-07-25T05:10:19.957Z | Compiling libc v0.2.155 |
482 | 2024-07-25T05:10:19.957Z | Compiling version_check v0.9.4 |
483 | 2024-07-25T05:10:19.957Z | Compiling cfg-if v1.0.0 |
484 | 2024-07-25T05:10:19.957Z | Compiling once_cell v1.19.0 |
485 | 2024-07-25T05:10:19.981Z | Compiling itoa v1.0.11 |
486 | 2024-07-25T05:10:19.981Z | Compiling serde v1.0.204 |
487 | 2024-07-25T05:10:20.130Z | Compiling autocfg v1.3.0 |
488 | 2024-07-25T05:10:20.243Z | Compiling memchr v2.7.2 |
489 | 2024-07-25T05:10:20.334Z | Compiling thiserror v1.0.62 |
490 | 2024-07-25T05:10:20.435Z | Compiling ryu v1.0.18 |
491 | 2024-07-25T05:10:20.677Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-07-25T05:10:20.764Z | Compiling bitflags v2.5.0 |
493 | 2024-07-25T05:10:20.819Z | Compiling ucd-trie v0.1.6 |
494 | 2024-07-25T05:10:20.871Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-07-25T05:10:20.989Z | Compiling lock_api v0.4.12 |
496 | 2024-07-25T05:10:21.014Z | Compiling vcpkg v0.2.15 |
497 | 2024-07-25T05:10:21.177Z | Compiling pkg-config v0.3.30 |
498 | 2024-07-25T05:10:21.292Z | Compiling cc v1.0.97 |
499 | 2024-07-25T05:10:21.523Z | Compiling slab v0.4.9 |
500 | 2024-07-25T05:10:21.596Z | Compiling quote v1.0.36 |
501 | 2024-07-25T05:10:21.785Z | Compiling futures-sink v0.3.30 |
502 | 2024-07-25T05:10:21.860Z | Compiling smallvec v1.13.2 |
503 | 2024-07-25T05:10:22.185Z | Compiling syn v2.0.72 |
504 | 2024-07-25T05:10:22.213Z | Compiling scopeguard v1.2.0 |
505 | 2024-07-25T05:10:22.238Z | Compiling futures-core v0.3.30 |
506 | 2024-07-25T05:10:22.340Z | Compiling bytes v1.6.0 |
507 | 2024-07-25T05:10:22.621Z | Compiling hashbrown v0.14.5 |
508 | 2024-07-25T05:10:22.663Z | Compiling fnv v1.0.7 |
509 | 2024-07-25T05:10:22.777Z | Compiling serde_json v1.0.120 |
510 | 2024-07-25T05:10:22.824Z | Compiling equivalent v1.0.1 |
511 | 2024-07-25T05:10:22.961Z | Compiling byteorder v1.5.0 |
512 | 2024-07-25T05:10:23.061Z | Compiling log v0.4.21 |
513 | 2024-07-25T05:10:23.131Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-25T05:10:23.392Z | Compiling futures-channel v0.3.30 |
515 | 2024-07-25T05:10:23.416Z | Compiling mio v0.8.11 |
516 | 2024-07-25T05:10:23.445Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-25T05:10:23.468Z | Compiling signal-hook-registry v1.4.2 |
518 | 2024-07-25T05:10:23.573Z | Compiling socket2 v0.5.7 |
519 | 2024-07-25T05:10:23.744Z | Compiling indexmap v2.2.6 |
520 | 2024-07-25T05:10:23.935Z | Compiling rustix v0.38.34 |
521 | 2024-07-25T05:10:24.036Z | Compiling futures-io v0.3.30 |
522 | 2024-07-25T05:10:24.183Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-25T05:10:24.271Z | Compiling typenum v1.17.0 |
524 | 2024-07-25T05:10:24.324Z | Compiling futures-task v0.3.30 |
525 | 2024-07-25T05:10:24.365Z | Compiling openssl-sys v0.9.103 |
526 | 2024-07-25T05:10:24.518Z | Compiling errno v0.3.9 |
527 | 2024-07-25T05:10:24.621Z | Compiling generic-array v0.14.7 |
528 | 2024-07-25T05:10:24.706Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-25T05:10:24.757Z | Compiling slog v2.7.0 |
530 | 2024-07-25T05:10:24.833Z | Compiling openssl v0.10.66 |
531 | 2024-07-25T05:10:24.857Z | Compiling foreign-types v0.3.2 |
532 | 2024-07-25T05:10:24.994Z | Compiling http v0.2.12 |
533 | 2024-07-25T05:10:25.196Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-25T05:10:25.325Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-07-25T05:10:25.459Z | Compiling tracing-core v0.1.32 |
536 | 2024-07-25T05:10:25.554Z | Compiling powerfmt v0.2.0 |
537 | 2024-07-25T05:10:25.828Z | Compiling native-tls v0.2.11 |
538 | 2024-07-25T05:10:25.966Z | Compiling tinyvec_macros v0.1.1 |
539 | 2024-07-25T05:10:26.069Z | Compiling num-conv v0.1.0 |
540 | 2024-07-25T05:10:26.146Z | Compiling time-core v0.1.2 |
541 | 2024-07-25T05:10:26.391Z | Compiling httparse v1.8.0 |
542 | 2024-07-25T05:10:26.415Z | Compiling syn v1.0.109 |
543 | 2024-07-25T05:10:26.832Z | Compiling time-macros v0.2.18 |
544 | 2024-07-25T05:10:26.905Z | Compiling tracing v0.1.40 |
545 | 2024-07-25T05:10:26.928Z | Compiling tinyvec v1.6.0 |
546 | 2024-07-25T05:10:27.081Z | Compiling deranged v0.3.11 |
547 | 2024-07-25T05:10:27.317Z | Compiling thread-id v4.2.1 |
548 | 2024-07-25T05:10:27.584Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-07-25T05:10:27.608Z | Compiling openssl-probe v0.1.5 |
550 | 2024-07-25T05:10:27.867Z | Compiling plain v0.2.3 |
551 | 2024-07-25T05:10:27.939Z | Compiling crossbeam-utils v0.8.19 |
552 | 2024-07-25T05:10:27.964Z | Compiling utf8parse v0.2.1 |
553 | 2024-07-25T05:10:28.021Z | Compiling num_threads v0.1.7 |
554 | 2024-07-25T05:10:28.120Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-25T05:10:28.151Z | Compiling rustversion v1.0.17 |
556 | 2024-07-25T05:10:28.204Z | Compiling heck v0.5.0 |
557 | 2024-07-25T05:10:28.261Z | Compiling try-lock v0.2.5 |
558 | 2024-07-25T05:10:28.414Z | Compiling want v0.3.1 |
559 | 2024-07-25T05:10:28.489Z | Compiling form_urlencoded v1.2.1 |
560 | 2024-07-25T05:10:28.560Z | Compiling unicode-normalization v0.1.23 |
561 | 2024-07-25T05:10:28.688Z | Compiling anstyle-parse v0.2.4 |
562 | 2024-07-25T05:10:28.903Z | Compiling http-body v0.4.6 |
563 | 2024-07-25T05:10:28.992Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-07-25T05:10:29.439Z | Compiling tower-service v0.3.2 |
565 | 2024-07-25T05:10:29.503Z | Compiling semver v1.0.23 |
566 | 2024-07-25T05:10:29.547Z | Compiling pretty-hex v0.4.1 |
567 | 2024-07-25T05:10:29.573Z | Compiling anstyle-query v1.0.3 |
568 | 2024-07-25T05:10:29.596Z | Compiling httpdate v1.0.3 |
569 | 2024-07-25T05:10:29.596Z | Compiling colorchoice v1.0.1 |
570 | 2024-07-25T05:10:29.736Z | Compiling camino v1.1.7 |
571 | 2024-07-25T05:10:29.760Z | Compiling winnow v0.6.8 |
572 | 2024-07-25T05:10:29.784Z | Compiling time v0.3.36 |
573 | 2024-07-25T05:10:29.833Z | Compiling crc32fast v1.4.0 |
574 | 2024-07-25T05:10:29.967Z | Compiling anstyle v1.0.7 |
575 | 2024-07-25T05:10:30.012Z | Compiling unicode-bidi v0.3.15 |
576 | 2024-07-25T05:10:30.226Z | Compiling is_terminal_polyfill v1.70.0 |
577 | 2024-07-25T05:10:30.345Z | Compiling anstream v0.6.14 |
578 | 2024-07-25T05:10:30.467Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-25T05:10:30.586Z | Compiling idna v0.5.0 |
580 | 2024-07-25T05:10:31.901Z | Compiling block-buffer v0.10.4 |
581 | 2024-07-25T05:10:31.941Z | Compiling crypto-common v0.1.6 |
582 | 2024-07-25T05:10:31.991Z | Compiling terminal_size v0.3.0 |
583 | 2024-07-25T05:10:32.123Z | Compiling fs-err v2.11.0 |
584 | 2024-07-25T05:10:32.146Z | Compiling thread_local v1.1.8 |
585 | 2024-07-25T05:10:32.170Z | Compiling unicode-width v0.1.13 |
586 | 2024-07-25T05:10:32.203Z | Compiling clap_lex v0.7.0 |
587 | 2024-07-25T05:10:32.362Z | Compiling adler v1.0.2 |
588 | 2024-07-25T05:10:32.386Z | Compiling base64 v0.21.7 |
589 | 2024-07-25T05:10:32.569Z | Compiling bytecount v0.6.8 |
590 | 2024-07-25T05:10:32.625Z | Compiling match_cfg v0.1.0 |
591 | 2024-07-25T05:10:32.658Z | Compiling heck v0.4.1 |
592 | 2024-07-25T05:10:32.719Z | Compiling anyhow v1.0.86 |
593 | 2024-07-25T05:10:32.761Z | Compiling slog-async v2.8.0 |
594 | 2024-07-25T05:10:32.874Z | Compiling strsim v0.11.1 |
595 | 2024-07-25T05:10:33.017Z | Compiling rustls-pemfile v1.0.4 |
596 | 2024-07-25T05:10:33.042Z | Compiling hostname v0.3.1 |
597 | 2024-07-25T05:10:33.077Z | Compiling serde_derive v1.0.204 |
598 | 2024-07-25T05:10:33.103Z | Compiling thiserror-impl v1.0.62 |
599 | 2024-07-25T05:10:33.188Z | Compiling zerocopy-derive v0.7.34 |
600 | 2024-07-25T05:10:33.218Z | Compiling futures-macro v0.3.30 |
601 | 2024-07-25T05:10:33.270Z | Compiling tokio-macros v2.3.0 |
602 | 2024-07-25T05:10:33.393Z | Compiling openssl-macros v0.1.1 |
603 | 2024-07-25T05:10:33.660Z | Compiling scroll_derive v0.12.0 |
604 | 2024-07-25T05:10:34.434Z | Compiling tabled_derive v0.7.0 |
605 | 2024-07-25T05:10:34.710Z | Compiling tokio v1.38.1 |
606 | 2024-07-25T05:10:34.930Z | Compiling scroll v0.12.0 |
607 | 2024-07-25T05:10:34.986Z | Compiling futures-util v0.3.30 |
608 | 2024-07-25T05:10:35.093Z | Compiling zerocopy v0.7.34 |
609 | 2024-07-25T05:10:35.421Z | Compiling goblin v0.8.2 |
610 | 2024-07-25T05:10:35.969Z | Compiling pest v2.7.10 |
611 | 2024-07-25T05:10:36.562Z | Compiling clap_builder v4.5.9 |
612 | 2024-07-25T05:10:36.585Z | Compiling strum_macros v0.26.4 |
613 | 2024-07-25T05:10:38.388Z | Compiling pest_meta v2.7.10 |
614 | 2024-07-25T05:10:40.806Z | Compiling pest_generator v2.7.10 |
615 | 2024-07-25T05:10:41.683Z | Compiling tokio-util v0.7.11 |
616 | 2024-07-25T05:10:42.441Z | Compiling h2 v0.3.26 |
617 | 2024-07-25T05:10:42.734Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-25T05:10:42.760Z | Compiling tokio-native-tls v0.3.1 |
619 | 2024-07-25T05:10:42.999Z | Compiling futures-executor v0.3.30 |
620 | 2024-07-25T05:10:43.367Z | Compiling dtrace-parser v0.2.0 |
621 | 2024-07-25T05:10:43.506Z | Compiling clap_derive v4.5.8 |
622 | 2024-07-25T05:10:43.911Z | Compiling papergrid v0.11.0 |
623 | 2024-07-25T05:10:45.165Z | Compiling serde_tokenstream v0.2.1 |
624 | 2024-07-25T05:10:45.188Z | Compiling toml_datetime v0.6.6 |
625 | 2024-07-25T05:10:45.616Z | Compiling serde_spanned v0.6.6 |
626 | 2024-07-25T05:10:45.640Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-07-25T05:10:45.812Z | Compiling toml_edit v0.22.16 |
628 | 2024-07-25T05:10:46.082Z | Compiling dof v0.3.0 |
629 | 2024-07-25T05:10:47.127Z | Compiling hyper v0.14.28 |
630 | 2024-07-25T05:10:47.469Z | Compiling slog-json v2.6.1 |
631 | 2024-07-25T05:10:47.975Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-25T05:10:48.470Z | Compiling toml v0.8.15 |
633 | 2024-07-25T05:10:48.517Z | Compiling miniz_oxide v0.7.2 |
634 | 2024-07-25T05:10:48.628Z | Compiling digest v0.10.7 |
635 | 2024-07-25T05:10:48.743Z | Compiling crossbeam-channel v0.5.12 |
636 | 2024-07-25T05:10:48.812Z | Compiling url v2.5.2 |
637 | 2024-07-25T05:10:48.993Z | Compiling term v0.7.0 |
638 | 2024-07-25T05:10:49.063Z | Compiling usdt-attr-macro v0.5.0 |
639 | 2024-07-25T05:10:49.668Z | Compiling usdt-macro v0.5.0 |
640 | 2024-07-25T05:10:49.978Z | Compiling xattr v1.3.1 |
641 | 2024-07-25T05:10:50.125Z | Compiling filetime v0.2.23 |
642 | 2024-07-25T05:10:50.220Z | Compiling hyper-tls v0.5.0 |
643 | 2024-07-25T05:10:50.278Z | Compiling is-terminal v0.4.12 |
644 | 2024-07-25T05:10:50.354Z | Compiling memmap v0.7.0 |
645 | 2024-07-25T05:10:50.392Z | Compiling encoding_rs v0.8.34 |
646 | 2024-07-25T05:10:50.416Z | Compiling sync_wrapper v0.1.2 |
647 | 2024-07-25T05:10:50.447Z | Compiling take_mut v0.2.2 |
648 | 2024-07-25T05:10:50.512Z | Compiling mime v0.3.17 |
649 | 2024-07-25T05:10:50.554Z | Compiling cpufeatures v0.2.12 |
650 | 2024-07-25T05:10:50.588Z | Compiling ipnet v2.9.0 |
651 | 2024-07-25T05:10:50.660Z | Compiling sha2 v0.10.8 |
652 | 2024-07-25T05:10:50.796Z | Compiling usdt v0.5.0 |
653 | 2024-07-25T05:10:51.038Z | Compiling slog-term v2.9.1 |
654 | 2024-07-25T05:10:51.231Z | Compiling tar v0.4.41 |
655 | 2024-07-25T05:10:51.717Z | Compiling flate2 v1.0.30 |
656 | 2024-07-25T05:10:51.779Z | Compiling cargo_toml v0.20.4 |
657 | 2024-07-25T05:10:52.346Z | Compiling reqwest v0.11.27 |
658 | 2024-07-25T05:10:52.481Z | Compiling cargo_metadata v0.18.1 |
659 | 2024-07-25T05:10:52.578Z | Compiling slog-bunyan v2.5.0 |
660 | 2024-07-25T05:10:52.744Z | Compiling clap v4.5.9 |
661 | 2024-07-25T05:10:52.846Z | Compiling tabled v0.15.0 |
662 | 2024-07-25T05:10:53.007Z | Compiling macaddr v1.0.1 |
663 | 2024-07-25T05:10:53.045Z | Compiling futures v0.3.30 |
664 | 2024-07-25T05:10:53.159Z | Compiling strum v0.26.3 |
665 | 2024-07-25T05:10:53.325Z | Compiling swrite v0.1.0 |
666 | 2024-07-25T05:10:58.353Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
667 | 2024-07-25T05:11:08.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
668 | 2024-07-25T05:11:08.843Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
669 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: Console |
670 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: Cockroach |
671 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: DendriteOpenapi |
672 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: Clickhouse |
673 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: DendriteStub |
674 | 2024-07-25T05:11:08.919Z | Jul 25 05:11:08.150 INFO Starting download, target: MaghemiteMgd |
675 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.150 INFO Starting download, target: TransceiverControl |
676 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.152 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.152 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
679 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
681 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
682 | 2024-07-25T05:11:08.943Z | Jul 25 05:11:08.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
683 | 2024-07-25T05:11:09.425Z | Jul 25 05:11:08.633 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-07-25T05:11:09.555Z | Jul 25 05:11:08.739 INFO Download complete, target: DendriteOpenapi |
685 | 2024-07-25T05:11:09.781Z | Jul 25 05:11:09.006 INFO Download complete, target: Console |
686 | 2024-07-25T05:11:10.019Z | Jul 25 05:11:09.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-07-25T05:11:10.726Z | Jul 25 05:11:09.958 INFO Download complete, target: TransceiverControl |
688 | 2024-07-25T05:11:12.965Z | Jul 25 05:11:12.197 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-07-25T05:11:13.248Z | Jul 25 05:11:12.480 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-07-25T05:11:16.203Z | Jul 25 05:11:15.435 INFO Download complete, target: DendriteStub |
691 | 2024-07-25T05:11:16.962Z | Jul 25 05:11:16.193 INFO Download complete, target: MaghemiteMgd |
692 | 2024-07-25T05:11:18.043Z | Jul 25 05:11:17.274 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
693 | 2024-07-25T05:11:18.043Z | Jul 25 05:11:17.275 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
694 | 2024-07-25T05:11:27.159Z | Jul 25 05:11:26.391 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
695 | 2024-07-25T05:11:28.035Z | Jul 25 05:11:27.267 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
696 | 2024-07-25T05:11:28.476Z | Jul 25 05:11:27.707 INFO Checking that binary works, target: Cockroach |
697 | 2024-07-25T05:11:28.682Z | Jul 25 05:11:27.913 INFO Download complete, target: Cockroach |
698 | 2024-07-25T05:11:44.160Z | Jul 25 05:11:43.392 INFO Checking that binary works, target: Clickhouse |
699 | 2024-07-25T05:11:44.315Z | Jul 25 05:11:43.547 INFO Download complete, target: Clickhouse |
700 | 2024-07-25T05:11:44.343Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-07-25T05:11:44.367Z | |
702 | 2024-07-25T05:11:44.367Z | real 3:04.015080822 |
703 | 2024-07-25T05:11:44.367Z | user 5:20.789494301 |
704 | 2024-07-25T05:11:44.367Z | sys 1:18.907848586 |
705 | 2024-07-25T05:11:44.367Z | trap 0.174165108 |
706 | 2024-07-25T05:11:44.367Z | tflt 0.099848478 |
707 | 2024-07-25T05:11:44.367Z | dflt 0.726872160 |
708 | 2024-07-25T05:11:44.368Z | kflt 0.007390099 |
709 | 2024-07-25T05:11:44.368Z | lock 17:37.003947797 |
710 | 2024-07-25T05:11:44.368Z | slp 15:18.156574249 |
711 | 2024-07-25T05:11:44.368Z | lat 24.159976966 |
712 | 2024-07-25T05:11:44.368Z | stop 1:03.614164623 |
713 | 2024-07-25T05:11:44.368Z | + banner hack-check |
714 | 2024-07-25T05:11:44.368Z | |
715 | 2024-07-25T05:11:44.368Z | # # ## #### # # #### # # ###### #### # # |
716 | 2024-07-25T05:11:44.368Z | # # # # # # # # # # # # # # # # # |
717 | 2024-07-25T05:11:44.368Z | ###### # # # #### ##### # ###### ##### # #### |
718 | 2024-07-25T05:11:44.368Z | # # ###### # # # # # # # # # # |
719 | 2024-07-25T05:11:44.368Z | # # # # # # # # # # # # # # # # # |
720 | 2024-07-25T05:11:44.368Z | # # # # #### # # #### # # ###### #### # # |
721 | 2024-07-25T05:11:44.368Z | |
722 | 2024-07-25T05:11:44.368Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-07-25T05:11:44.368Z | + CARGO_INCREMENTAL=0 |
724 | 2024-07-25T05:11:44.368Z | + ptime -m timeout 2h cargo xtask check-features --ci |
725 | 2024-07-25T05:11:45.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
726 | 2024-07-25T05:11:55.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s |
727 | 2024-07-25T05:11:55.095Z | Running `target/debug/xtask check-features --ci` |
728 | 2024-07-25T05:11:55.132Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
729 | 2024-07-25T05:11:55.132Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
730 | 2024-07-25T05:11:55.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
731 | 2024-07-25T05:11:55.905Z | Running `target/debug/xtask download cargo-hack` |
732 | 2024-07-25T05:11:55.936Z | Jul 25 05:11:55.168 INFO Starting download, target: CargoHack |
733 | 2024-07-25T05:11:55.960Z | Jul 25 05:11:55.169 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
734 | 2024-07-25T05:11:56.609Z | Jul 25 05:11:55.840 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
735 | 2024-07-25T05:11:56.734Z | Jul 25 05:11:55.966 INFO Download complete, target: CargoHack |
736 | 2024-07-25T05:11:56.759Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
737 | 2024-07-25T05:11:56.784Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
738 | 2024-07-25T05:11:56.950Z | info: running `cargo check --bins` on api_identity (1/138) |
739 | 2024-07-25T05:11:57.484Z | Downloading crates ... |
740 | 2024-07-25T05:11:57.613Z | Downloaded new_debug_unreachable v1.0.6 |
741 | 2024-07-25T05:11:57.637Z | Downloaded difflib v0.4.0 |
742 | 2024-07-25T05:11:57.637Z | Downloaded hubpack_derive v0.1.1 |
743 | 2024-07-25T05:11:57.637Z | Downloaded psl-types v2.0.11 |
744 | 2024-07-25T05:11:57.637Z | Downloaded bitflags v1.3.2 |
745 | 2024-07-25T05:11:57.637Z | Downloaded md-5 v0.10.6 |
746 | 2024-07-25T05:11:57.637Z | Downloaded signal-hook-mio v0.2.3 |
747 | 2024-07-25T05:11:57.637Z | Downloaded scheduled-thread-pool v0.2.7 |
748 | 2024-07-25T05:11:57.637Z | Downloaded rustc_version v0.4.0 |
749 | 2024-07-25T05:11:57.661Z | Downloaded serde_repr v0.1.19 |
750 | 2024-07-25T05:11:57.661Z | Downloaded schemars_derive v0.8.21 |
751 | 2024-07-25T05:11:57.661Z | Downloaded elliptic-curve v0.13.8 |
752 | 2024-07-25T05:11:57.661Z | Downloaded siphasher v0.3.11 |
753 | 2024-07-25T05:11:57.686Z | Downloaded zeroize_derive v1.4.2 |
754 | 2024-07-25T05:11:57.686Z | Downloaded tokio-stream v0.1.15 |
755 | 2024-07-25T05:11:57.686Z | Downloaded hmac v0.12.1 |
756 | 2024-07-25T05:11:57.686Z | Downloaded zeroize v1.7.0 |
757 | 2024-07-25T05:11:57.686Z | Downloaded tokio-rustls v0.24.1 |
758 | 2024-07-25T05:11:57.686Z | Downloaded untrusted v0.9.0 |
759 | 2024-07-25T05:11:57.711Z | Downloaded uuid v1.10.0 |
760 | 2024-07-25T05:11:57.711Z | Downloaded zerocopy v0.6.6 |
761 | 2024-07-25T05:11:57.711Z | Downloaded tokio-postgres v0.7.10 |
762 | 2024-07-25T05:11:57.711Z | Downloaded toml_edit v0.19.15 |
763 | 2024-07-25T05:11:57.737Z | Downloaded unicode-segmentation v1.11.0 |
764 | 2024-07-25T05:11:57.760Z | Downloaded winnow v0.5.40 |
765 | 2024-07-25T05:11:57.761Z | Downloaded trust-dns-proto v0.22.0 |
766 | 2024-07-25T05:11:57.785Z | Downloaded zerocopy-derive v0.6.6 |
767 | 2024-07-25T05:11:57.785Z | Downloaded regex-automata v0.4.6 |
768 | 2024-07-25T05:11:57.810Z | Downloaded petgraph v0.6.5 |
769 | 2024-07-25T05:11:57.834Z | Downloaded finl_unicode v1.2.0 |
770 | 2024-07-25T05:11:57.834Z | Downloaded regex-syntax v0.8.3 |
771 | 2024-07-25T05:11:57.858Z | Downloaded openapiv3 v2.0.0 |
772 | 2024-07-25T05:11:57.858Z | Downloaded diesel v2.1.6 |
773 | 2024-07-25T05:11:57.882Z | Downloaded bstr v1.9.1 |
774 | 2024-07-25T05:11:57.908Z | Downloaded webpki-roots v0.25.4 |
775 | 2024-07-25T05:11:57.908Z | Downloaded smoltcp v0.9.1 |
776 | 2024-07-25T05:11:57.908Z | Downloaded rustls-webpki v0.101.7 |
777 | 2024-07-25T05:11:57.933Z | Downloaded object v0.32.2 |
778 | 2024-07-25T05:11:57.933Z | Downloaded normalize-line-endings v0.3.0 |
779 | 2024-07-25T05:11:57.957Z | Downloaded idna v0.2.3 |
780 | 2024-07-25T05:11:57.957Z | Downloaded gimli v0.28.1 |
781 | 2024-07-25T05:11:57.957Z | Downloaded bstr v0.2.17 |
782 | 2024-07-25T05:11:57.982Z | Downloaded regex v1.10.5 |
783 | 2024-07-25T05:11:57.982Z | Downloaded idna v0.3.0 |
784 | 2024-07-25T05:11:58.007Z | Downloaded der_derive v0.7.2 |
785 | 2024-07-25T05:11:58.007Z | Downloaded chrono v0.4.38 |
786 | 2024-07-25T05:11:58.007Z | Downloaded ring v0.17.8 |
787 | 2024-07-25T05:11:58.079Z | Downloaded serde_derive_internals v0.29.1 |
788 | 2024-07-25T05:11:58.104Z | Downloaded toml v0.7.8 |
789 | 2024-07-25T05:11:58.104Z | Downloaded signal-hook v0.3.17 |
790 | 2024-07-25T05:11:58.104Z | Downloaded rustls v0.21.12 |
791 | 2024-07-25T05:11:58.104Z | Downloaded regex-automata v0.1.10 |
792 | 2024-07-25T05:11:58.128Z | Downloaded tracing-attributes v0.1.27 |
793 | 2024-07-25T05:11:58.128Z | Downloaded similar v2.5.0 |
794 | 2024-07-25T05:11:58.128Z | Downloaded schemars v0.8.21 |
795 | 2024-07-25T05:11:58.152Z | Downloaded nom v7.1.3 |
796 | 2024-07-25T05:11:58.152Z | Downloaded libm v0.2.8 |
797 | 2024-07-25T05:11:58.152Z | Downloaded itertools v0.10.5 |
798 | 2024-07-25T05:11:58.152Z | Downloaded rand v0.8.5 |
799 | 2024-07-25T05:11:58.176Z | Downloaded publicsuffix v2.2.3 |
800 | 2024-07-25T05:11:58.176Z | Downloaded minimal-lexical v0.2.1 |
801 | 2024-07-25T05:11:58.177Z | Downloaded hkdf v0.12.4 |
802 | 2024-07-25T05:11:58.177Z | Downloaded aho-corasick v1.1.3 |
803 | 2024-07-25T05:11:58.177Z | Downloaded yasna v0.5.2 |
804 | 2024-07-25T05:11:58.177Z | Downloaded subtle v2.5.0 |
805 | 2024-07-25T05:11:58.177Z | Downloaded stringprep v0.1.4 |
806 | 2024-07-25T05:11:58.201Z | Downloaded static_assertions v1.1.0 |
807 | 2024-07-25T05:11:58.201Z | Downloaded spki v0.7.3 |
808 | 2024-07-25T05:11:58.201Z | Downloaded spin v0.9.8 |
809 | 2024-07-25T05:11:58.201Z | Downloaded sct v0.7.1 |
810 | 2024-07-25T05:11:58.201Z | Downloaded rustc-demangle v0.1.24 |
811 | 2024-07-25T05:11:58.201Z | Downloaded num-traits v0.2.19 |
812 | 2024-07-25T05:11:58.201Z | Downloaded itertools v0.12.1 |
813 | 2024-07-25T05:11:58.201Z | Downloaded der v0.7.9 |
814 | 2024-07-25T05:11:58.226Z | Downloaded crypto-bigint v0.5.5 |
815 | 2024-07-25T05:11:58.226Z | Downloaded crossterm v0.27.0 |
816 | 2024-07-25T05:11:58.226Z | Downloaded crossbeam-epoch v0.9.18 |
817 | 2024-07-25T05:11:58.226Z | Downloaded cookie v0.17.0 |
818 | 2024-07-25T05:11:58.250Z | Downloaded predicates-core v1.0.6 |
819 | 2024-07-25T05:11:58.250Z | Downloaded postgres-types v0.2.6 |
820 | 2024-07-25T05:11:58.250Z | Downloaded pkcs8 v0.10.2 |
821 | 2024-07-25T05:11:58.250Z | Downloaded num-integer v0.1.46 |
822 | 2024-07-25T05:11:58.250Z | Downloaded num-bigint v0.4.5 |
823 | 2024-07-25T05:11:58.250Z | Downloaded fixedbitset v0.4.2 |
824 | 2024-07-25T05:11:58.250Z | Downloaded dyn-clone v1.0.17 |
825 | 2024-07-25T05:11:58.250Z | Downloaded whoami v1.5.1 |
826 | 2024-07-25T05:11:58.250Z | Downloaded unicode-xid v0.2.4 |
827 | 2024-07-25T05:11:58.250Z | Downloaded strum_macros v0.25.3 |
828 | 2024-07-25T05:11:58.274Z | Downloaded string_cache v0.8.7 |
829 | 2024-07-25T05:11:58.274Z | Downloaded stable_deref_trait v1.2.0 |
830 | 2024-07-25T05:11:58.274Z | Downloaded sec1 v0.7.3 |
831 | 2024-07-25T05:11:58.274Z | Downloaded rand_core v0.6.4 |
832 | 2024-07-25T05:11:58.274Z | Downloaded precomputed-hash v0.1.1 |
833 | 2024-07-25T05:11:58.274Z | Downloaded phf_shared v0.10.0 |
834 | 2024-07-25T05:11:58.274Z | Downloaded peg-runtime v0.8.3 |
835 | 2024-07-25T05:11:58.274Z | Downloaded matches v0.1.10 |
836 | 2024-07-25T05:11:58.274Z | Downloaded inout v0.1.3 |
837 | 2024-07-25T05:11:58.274Z | Downloaded hyper-rustls v0.24.2 |
838 | 2024-07-25T05:11:58.274Z | Downloaded hex v0.4.3 |
839 | 2024-07-25T05:11:58.274Z | Downloaded heapless v0.7.17 |
840 | 2024-07-25T05:11:58.274Z | Downloaded hash32 v0.2.1 |
841 | 2024-07-25T05:11:58.274Z | Downloaded float-cmp v0.9.0 |
842 | 2024-07-25T05:11:58.274Z | Downloaded ff v0.13.0 |
843 | 2024-07-25T05:11:58.275Z | Downloaded enum-as-inner v0.5.1 |
844 | 2024-07-25T05:11:58.299Z | Downloaded either v1.12.0 |
845 | 2024-07-25T05:11:58.299Z | Downloaded diesel_table_macro_syntax v0.1.0 |
846 | 2024-07-25T05:11:58.299Z | Downloaded console v0.15.8 |
847 | 2024-07-25T05:11:58.299Z | Downloaded bit-vec v0.6.3 |
848 | 2024-07-25T05:11:58.299Z | Downloaded lalrpop-util v0.19.12 |
849 | 2024-07-25T05:11:58.299Z | Downloaded diesel_derives v2.1.4 |
850 | 2024-07-25T05:11:58.299Z | Downloaded block-padding v0.3.3 |
851 | 2024-07-25T05:11:58.299Z | Downloaded const-oid v0.9.6 |
852 | 2024-07-25T05:11:58.299Z | Downloaded backtrace v0.3.71 |
853 | 2024-07-25T05:11:58.299Z | Downloaded rand_chacha v0.3.1 |
854 | 2024-07-25T05:11:58.299Z | Downloaded r2d2 v0.8.10 |
855 | 2024-07-25T05:11:58.299Z | Downloaded predicates v3.1.0 |
856 | 2024-07-25T05:11:58.324Z | Downloaded ppv-lite86 v0.2.17 |
857 | 2024-07-25T05:11:58.324Z | Downloaded postgres-protocol v0.6.6 |
858 | 2024-07-25T05:11:58.324Z | Downloaded phf_shared v0.11.2 |
859 | 2024-07-25T05:11:58.324Z | Downloaded phf v0.11.2 |
860 | 2024-07-25T05:11:58.324Z | Downloaded pem-rfc7468 v0.7.0 |
861 | 2024-07-25T05:11:58.324Z | Downloaded num-iter v0.1.45 |
862 | 2024-07-25T05:11:58.324Z | Downloaded managed v0.8.0 |
863 | 2024-07-25T05:11:58.324Z | Downloaded lazy_static v1.5.0 |
864 | 2024-07-25T05:11:58.324Z | Downloaded ipnetwork v0.20.0 |
865 | 2024-07-25T05:11:58.324Z | Downloaded iana-time-zone v0.1.60 |
866 | 2024-07-25T05:11:58.324Z | Downloaded hubpack v0.1.2 |
867 | 2024-07-25T05:11:58.324Z | Downloaded getrandom v0.2.14 |
868 | 2024-07-25T05:11:58.324Z | Downloaded cookie_store v0.20.0 |
869 | 2024-07-25T05:11:58.348Z | Downloaded base64ct v1.6.0 |
870 | 2024-07-25T05:11:58.348Z | Downloaded async-trait v0.1.81 |
871 | 2024-07-25T05:11:58.348Z | Downloaded allocator-api2 v0.2.18 |
872 | 2024-07-25T05:11:58.348Z | Downloaded addr2line v0.21.0 |
873 | 2024-07-25T05:11:58.348Z | Downloaded group v0.13.0 |
874 | 2024-07-25T05:11:58.348Z | Downloaded flagset v0.4.5 |
875 | 2024-07-25T05:11:58.348Z | Downloaded fallible-iterator v0.2.0 |
876 | 2024-07-25T05:11:58.348Z | Downloaded bit-set v0.5.3 |
877 | 2024-07-25T05:11:58.348Z | Downloaded data-encoding v2.6.0 |
878 | 2024-07-25T05:11:58.348Z | Downloaded cipher v0.4.4 |
879 | 2024-07-25T05:11:58.348Z | Downloaded base16ct v0.2.0 |
880 | 2024-07-25T05:11:58.348Z | Downloaded ahash v0.8.11 |
881 | 2024-07-25T05:11:58.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
882 | 2024-07-25T05:11:58.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
883 | 2024-07-25T05:11:58.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
884 | 2024-07-25T05:11:58.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
885 | 2024-07-25T05:11:58.434Z | |
886 | 2024-07-25T05:11:58.434Z | info: running `cargo check --bins` on bootstore (2/138) |
887 | 2024-07-25T05:11:58.982Z | Downloading crates ... |
888 | 2024-07-25T05:11:59.149Z | Downloaded async-stream-impl v0.3.5 |
889 | 2024-07-25T05:11:59.175Z | Downloaded ciborium-ll v0.2.2 |
890 | 2024-07-25T05:11:59.175Z | Downloaded defmt v0.3.8 |
891 | 2024-07-25T05:11:59.202Z | Downloaded unsafe-libyaml v0.2.11 |
892 | 2024-07-25T05:11:59.226Z | Downloaded waitgroup v0.1.2 |
893 | 2024-07-25T05:11:59.226Z | Downloaded sha1 v0.10.6 |
894 | 2024-07-25T05:11:59.227Z | Downloaded rustls-webpki v0.102.4 |
895 | 2024-07-25T05:11:59.251Z | Downloaded serde_with_macros v3.8.3 |
896 | 2024-07-25T05:11:59.251Z | Downloaded smoltcp v0.11.0 |
897 | 2024-07-25T05:11:59.251Z | Downloaded sha3 v0.10.8 |
898 | 2024-07-25T05:11:59.275Z | Downloaded rustls v0.22.4 |
899 | 2024-07-25T05:11:59.275Z | Downloaded serde_with v3.8.3 |
900 | 2024-07-25T05:11:59.299Z | Downloaded serde_path_to_error v0.1.16 |
901 | 2024-07-25T05:11:59.299Z | Downloaded secrecy v0.8.0 |
902 | 2024-07-25T05:11:59.299Z | Downloaded rustls-pemfile v2.1.2 |
903 | 2024-07-25T05:11:59.299Z | Downloaded regress v0.9.1 |
904 | 2024-07-25T05:11:59.299Z | Downloaded curve25519-dalek v4.1.3 |
905 | 2024-07-25T05:11:59.323Z | Downloaded vsss-rs v3.3.4 |
906 | 2024-07-25T05:11:59.323Z | Downloaded universal-hash v0.5.1 |
907 | 2024-07-25T05:11:59.323Z | Downloaded thiserror-no-std v2.0.2 |
908 | 2024-07-25T05:11:59.323Z | Downloaded thiserror-impl-no-std v2.0.2 |
909 | 2024-07-25T05:11:59.323Z | Downloaded tempfile v3.10.1 |
910 | 2024-07-25T05:11:59.323Z | Downloaded tabwriter v1.4.0 |
911 | 2024-07-25T05:11:59.323Z | Downloaded structmeta-derive v0.3.0 |
912 | 2024-07-25T05:11:59.323Z | Downloaded structmeta v0.3.0 |
913 | 2024-07-25T05:11:59.323Z | Downloaded socket2 v0.4.10 |
914 | 2024-07-25T05:11:59.323Z | Downloaded smf v0.2.3 |
915 | 2024-07-25T05:11:59.324Z | Downloaded sigpipe v0.1.3 |
916 | 2024-07-25T05:11:59.324Z | Downloaded proc-macro-crate v1.3.1 |
917 | 2024-07-25T05:11:59.324Z | Downloaded pretty-hex v0.2.1 |
918 | 2024-07-25T05:11:59.324Z | Downloaded postcard v1.0.8 |
919 | 2024-07-25T05:11:59.348Z | Downloaded poly1305 v0.8.0 |
920 | 2024-07-25T05:11:59.348Z | Downloaded paste v1.0.15 |
921 | 2024-07-25T05:11:59.348Z | Downloaded parse-display-derive v0.9.1 |
922 | 2024-07-25T05:11:59.348Z | Downloaded parse-display v0.9.1 |
923 | 2024-07-25T05:11:59.348Z | Downloaded opaque-debug v0.3.1 |
924 | 2024-07-25T05:11:59.348Z | Downloaded num_enum_derive v0.5.11 |
925 | 2024-07-25T05:11:59.348Z | Downloaded num_enum v0.5.11 |
926 | 2024-07-25T05:11:59.348Z | Downloaded num-derive v0.4.2 |
927 | 2024-07-25T05:11:59.348Z | Downloaded newtype-uuid v1.1.0 |
928 | 2024-07-25T05:11:59.348Z | Downloaded multer v3.1.0 |
929 | 2024-07-25T05:11:59.348Z | Downloaded keccak v0.1.5 |
930 | 2024-07-25T05:11:59.348Z | Downloaded instant v0.1.12 |
931 | 2024-07-25T05:11:59.348Z | Downloaded indexmap v1.9.3 |
932 | 2024-07-25T05:11:59.372Z | Downloaded ident_case v1.0.1 |
933 | 2024-07-25T05:11:59.372Z | Downloaded http v1.1.0 |
934 | 2024-07-25T05:11:59.373Z | Downloaded hostname v0.4.0 |
935 | 2024-07-25T05:11:59.373Z | Downloaded heapless v0.8.0 |
936 | 2024-07-25T05:11:59.373Z | Downloaded hashbrown v0.12.3 |
937 | 2024-07-25T05:11:59.373Z | Downloaded hash32 v0.3.1 |
938 | 2024-07-25T05:11:59.373Z | Downloaded half v2.4.1 |
939 | 2024-07-25T05:11:59.373Z | Downloaded getopts v0.2.21 |
940 | 2024-07-25T05:11:59.373Z | Downloaded foreign-types-shared v0.3.1 |
941 | 2024-07-25T05:11:59.373Z | Downloaded foreign-types-macros v0.2.3 |
942 | 2024-07-25T05:11:59.397Z | Downloaded foreign-types v0.5.0 |
943 | 2024-07-25T05:11:59.397Z | Downloaded fastrand v2.1.0 |
944 | 2024-07-25T05:11:59.397Z | Downloaded embedded-io v0.4.0 |
945 | 2024-07-25T05:11:59.397Z | Downloaded derive_more v0.99.18 |
946 | 2024-07-25T05:11:59.397Z | Downloaded defmt-parser v0.3.4 |
947 | 2024-07-25T05:11:59.397Z | Downloaded defmt-macros v0.3.9 |
948 | 2024-07-25T05:11:59.397Z | Downloaded debug-ignore v1.0.5 |
949 | 2024-07-25T05:11:59.397Z | Downloaded darling_core v0.20.9 |
950 | 2024-07-25T05:11:59.397Z | Downloaded darling v0.20.9 |
951 | 2024-07-25T05:11:59.397Z | Downloaded curve25519-dalek-derive v0.1.1 |
952 | 2024-07-25T05:11:59.421Z | Downloaded cstr-argument v0.1.2 |
953 | 2024-07-25T05:11:59.421Z | Downloaded convert_case v0.4.0 |
954 | 2024-07-25T05:11:59.421Z | Downloaded cobs v0.2.3 |
955 | 2024-07-25T05:11:59.421Z | Downloaded ciborium-io v0.2.2 |
956 | 2024-07-25T05:11:59.421Z | Downloaded chacha20poly1305 v0.10.1 |
957 | 2024-07-25T05:11:59.421Z | Downloaded chacha20 v0.9.1 |
958 | 2024-07-25T05:11:59.421Z | Downloaded camino-tempfile v1.1.1 |
959 | 2024-07-25T05:11:59.421Z | Downloaded base64 v0.22.1 |
960 | 2024-07-25T05:11:59.421Z | Downloaded tokio-rustls v0.25.0 |
961 | 2024-07-25T05:11:59.422Z | Downloaded serde_yaml v0.9.34+deprecated |
962 | 2024-07-25T05:11:59.422Z | Downloaded rustls-pki-types v1.7.0 |
963 | 2024-07-25T05:11:59.422Z | Downloaded darling_macro v0.20.9 |
964 | 2024-07-25T05:11:59.422Z | Downloaded crucible-workspace-hack v0.1.0 |
965 | 2024-07-25T05:11:59.422Z | Downloaded colored v2.1.0 |
966 | 2024-07-25T05:11:59.446Z | Downloaded ciborium v0.2.2 |
967 | 2024-07-25T05:11:59.446Z | Downloaded backoff v0.4.0 |
968 | 2024-07-25T05:11:59.446Z | Downloaded atomic-waker v1.1.2 |
969 | 2024-07-25T05:11:59.446Z | Downloaded async-stream v0.3.5 |
970 | 2024-07-25T05:11:59.446Z | Downloaded aead v0.5.2 |
971 | 2024-07-25T05:11:59.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
972 | 2024-07-25T05:11:59.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
973 | 2024-07-25T05:11:59.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
974 | 2024-07-25T05:11:59.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
975 | 2024-07-25T05:11:59.527Z | |
976 | 2024-07-25T05:11:59.527Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/138) |
977 | 2024-07-25T05:12:00.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
978 | 2024-07-25T05:12:00.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
979 | 2024-07-25T05:12:00.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
980 | 2024-07-25T05:12:00.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
981 | 2024-07-25T05:12:00.328Z | |
982 | 2024-07-25T05:12:00.328Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/138) |
983 | 2024-07-25T05:12:00.950Z | Downloading crates ... |
984 | 2024-07-25T05:12:01.044Z | Downloaded rusty-fork v0.3.0 |
985 | 2024-07-25T05:12:01.068Z | Downloaded structmeta-derive v0.2.0 |
986 | 2024-07-25T05:12:01.068Z | Downloaded unarray v0.1.4 |
987 | 2024-07-25T05:12:01.068Z | Downloaded rand_xorshift v0.3.0 |
988 | 2024-07-25T05:12:01.068Z | Downloaded wait-timeout v0.2.0 |
989 | 2024-07-25T05:12:01.068Z | Downloaded test-strategy v0.3.1 |
990 | 2024-07-25T05:12:01.068Z | Downloaded structmeta v0.2.0 |
991 | 2024-07-25T05:12:01.068Z | Downloaded proptest v1.4.0 |
992 | 2024-07-25T05:12:01.093Z | Downloaded quick-error v1.2.3 |
993 | 2024-07-25T05:12:01.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
994 | 2024-07-25T05:12:01.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
995 | 2024-07-25T05:12:01.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
996 | 2024-07-25T05:12:01.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
997 | 2024-07-25T05:12:01.160Z | |
998 | 2024-07-25T05:12:01.160Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/138) |
999 | 2024-07-25T05:12:01.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1000 | 2024-07-25T05:12:01.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1001 | 2024-07-25T05:12:01.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1002 | 2024-07-25T05:12:01.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1003 | 2024-07-25T05:12:01.798Z | |
1004 | 2024-07-25T05:12:01.798Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/138) |
1005 | 2024-07-25T05:12:02.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1006 | 2024-07-25T05:12:02.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1007 | 2024-07-25T05:12:02.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1008 | 2024-07-25T05:12:02.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1009 | 2024-07-25T05:12:02.404Z | |
1010 | 2024-07-25T05:12:02.404Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/138) |
1011 | 2024-07-25T05:12:02.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1012 | 2024-07-25T05:12:02.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1013 | 2024-07-25T05:12:02.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1014 | 2024-07-25T05:12:02.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1015 | 2024-07-25T05:12:02.959Z | |
1016 | 2024-07-25T05:12:02.959Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/138) |
1017 | 2024-07-25T05:12:03.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1018 | 2024-07-25T05:12:03.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1019 | 2024-07-25T05:12:03.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1020 | 2024-07-25T05:12:03.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1021 | 2024-07-25T05:12:03.535Z | |
1022 | 2024-07-25T05:12:03.535Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/138) |
1023 | 2024-07-25T05:12:04.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1024 | 2024-07-25T05:12:04.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1025 | 2024-07-25T05:12:04.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1026 | 2024-07-25T05:12:04.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1027 | 2024-07-25T05:12:04.092Z | |
1028 | 2024-07-25T05:12:04.092Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/138) |
1029 | 2024-07-25T05:12:04.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1030 | 2024-07-25T05:12:04.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1031 | 2024-07-25T05:12:04.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1032 | 2024-07-25T05:12:04.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1033 | 2024-07-25T05:12:04.635Z | |
1034 | 2024-07-25T05:12:04.635Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/138) |
1035 | 2024-07-25T05:12:05.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1036 | 2024-07-25T05:12:05.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1037 | 2024-07-25T05:12:05.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1038 | 2024-07-25T05:12:05.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1039 | 2024-07-25T05:12:05.237Z | |
1040 | 2024-07-25T05:12:05.237Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/138) |
1041 | 2024-07-25T05:12:05.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1042 | 2024-07-25T05:12:05.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1043 | 2024-07-25T05:12:05.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1044 | 2024-07-25T05:12:05.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1045 | 2024-07-25T05:12:05.800Z | |
1046 | 2024-07-25T05:12:05.800Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/138) |
1047 | 2024-07-25T05:12:06.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1048 | 2024-07-25T05:12:06.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1049 | 2024-07-25T05:12:06.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1050 | 2024-07-25T05:12:06.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1051 | 2024-07-25T05:12:06.360Z | |
1052 | 2024-07-25T05:12:06.360Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/138) |
1053 | 2024-07-25T05:12:06.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1054 | 2024-07-25T05:12:06.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1055 | 2024-07-25T05:12:06.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1056 | 2024-07-25T05:12:06.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1057 | 2024-07-25T05:12:06.910Z | |
1058 | 2024-07-25T05:12:06.910Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/138) |
1059 | 2024-07-25T05:12:07.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1060 | 2024-07-25T05:12:07.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1061 | 2024-07-25T05:12:07.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1062 | 2024-07-25T05:12:07.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1063 | 2024-07-25T05:12:07.478Z | |
1064 | 2024-07-25T05:12:07.478Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/138) |
1065 | 2024-07-25T05:12:07.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1066 | 2024-07-25T05:12:07.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1067 | 2024-07-25T05:12:07.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1068 | 2024-07-25T05:12:07.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1069 | 2024-07-25T05:12:08.014Z | |
1070 | 2024-07-25T05:12:08.014Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/138) |
1071 | 2024-07-25T05:12:08.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1072 | 2024-07-25T05:12:08.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1073 | 2024-07-25T05:12:08.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1074 | 2024-07-25T05:12:08.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1075 | 2024-07-25T05:12:08.603Z | |
1076 | 2024-07-25T05:12:08.603Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/138) |
1077 | 2024-07-25T05:12:09.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1078 | 2024-07-25T05:12:09.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1079 | 2024-07-25T05:12:09.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1080 | 2024-07-25T05:12:09.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1081 | 2024-07-25T05:12:09.164Z | |
1082 | 2024-07-25T05:12:09.164Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/138) |
1083 | 2024-07-25T05:12:09.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1084 | 2024-07-25T05:12:09.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1085 | 2024-07-25T05:12:09.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1086 | 2024-07-25T05:12:09.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1087 | 2024-07-25T05:12:09.734Z | |
1088 | 2024-07-25T05:12:09.734Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/138) |
1089 | 2024-07-25T05:12:10.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1090 | 2024-07-25T05:12:10.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1091 | 2024-07-25T05:12:10.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1092 | 2024-07-25T05:12:10.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1093 | 2024-07-25T05:12:10.289Z | |
1094 | 2024-07-25T05:12:10.289Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/138) |
1095 | 2024-07-25T05:12:10.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1096 | 2024-07-25T05:12:10.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1097 | 2024-07-25T05:12:10.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1098 | 2024-07-25T05:12:10.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1099 | 2024-07-25T05:12:10.861Z | |
1100 | 2024-07-25T05:12:10.861Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/138) |
1101 | 2024-07-25T05:12:11.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1102 | 2024-07-25T05:12:11.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1103 | 2024-07-25T05:12:11.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1104 | 2024-07-25T05:12:11.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1105 | 2024-07-25T05:12:11.426Z | |
1106 | 2024-07-25T05:12:11.426Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/138) |
1107 | 2024-07-25T05:12:11.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1108 | 2024-07-25T05:12:11.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1109 | 2024-07-25T05:12:11.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1110 | 2024-07-25T05:12:11.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1111 | 2024-07-25T05:12:11.993Z | |
1112 | 2024-07-25T05:12:11.993Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/138) |
1113 | 2024-07-25T05:12:12.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1114 | 2024-07-25T05:12:12.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1115 | 2024-07-25T05:12:12.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1116 | 2024-07-25T05:12:12.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1117 | 2024-07-25T05:12:12.545Z | |
1118 | 2024-07-25T05:12:12.546Z | info: running `cargo check --bins` on sled-hardware-types (25/138) |
1119 | 2024-07-25T05:12:13.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1120 | 2024-07-25T05:12:13.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1121 | 2024-07-25T05:12:13.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1122 | 2024-07-25T05:12:13.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1123 | 2024-07-25T05:12:13.316Z | |
1124 | 2024-07-25T05:12:13.316Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/138) |
1125 | 2024-07-25T05:12:14.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1126 | 2024-07-25T05:12:14.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1127 | 2024-07-25T05:12:14.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1128 | 2024-07-25T05:12:14.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1129 | 2024-07-25T05:12:14.104Z | |
1130 | 2024-07-25T05:12:14.104Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/138) |
1131 | 2024-07-25T05:12:14.685Z | Downloading crates ... |
1132 | 2024-07-25T05:12:14.863Z | Downloaded downcast v0.11.0 |
1133 | 2024-07-25T05:12:14.887Z | Downloaded predicates-tree v1.0.9 |
1134 | 2024-07-25T05:12:14.888Z | Downloaded mockall_derive v0.12.1 |
1135 | 2024-07-25T05:12:14.888Z | Downloaded termtree v0.4.1 |
1136 | 2024-07-25T05:12:14.888Z | Downloaded mockall v0.12.1 |
1137 | 2024-07-25T05:12:14.888Z | Downloaded fragile v2.0.0 |
1138 | 2024-07-25T05:12:14.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1139 | 2024-07-25T05:12:14.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1140 | 2024-07-25T05:12:14.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1141 | 2024-07-25T05:12:14.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1142 | 2024-07-25T05:12:14.964Z | |
1143 | 2024-07-25T05:12:14.964Z | info: running `cargo check --bins` on oxlog (28/138) |
1144 | 2024-07-25T05:12:15.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1145 | 2024-07-25T05:12:15.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1146 | 2024-07-25T05:12:15.734Z | Compiling serde v1.0.204 |
1147 | 2024-07-25T05:12:15.734Z | Checking cfg-if v1.0.0 |
1148 | 2024-07-25T05:12:15.758Z | Checking libc v0.2.155 |
1149 | 2024-07-25T05:12:15.758Z | Compiling syn v2.0.72 |
1150 | 2024-07-25T05:12:15.758Z | Compiling getrandom v0.2.14 |
1151 | 2024-07-25T05:12:15.758Z | Compiling generic-array v0.14.7 |
1152 | 2024-07-25T05:12:15.758Z | Compiling scopeguard v1.2.0 |
1153 | 2024-07-25T05:12:15.844Z | Compiling libm v0.2.8 |
1154 | 2024-07-25T05:12:15.916Z | Compiling lock_api v0.4.12 |
1155 | 2024-07-25T05:12:16.106Z | Compiling log v0.4.21 |
1156 | 2024-07-25T05:12:16.160Z | Compiling num-traits v0.2.19 |
1157 | 2024-07-25T05:12:16.240Z | Compiling ahash v0.8.11 |
1158 | 2024-07-25T05:12:16.270Z | Compiling serde_json v1.0.120 |
1159 | 2024-07-25T05:12:16.295Z | Checking memchr v2.7.2 |
1160 | 2024-07-25T05:12:16.507Z | Checking byteorder v1.5.0 |
1161 | 2024-07-25T05:12:16.554Z | Compiling smallvec v1.13.2 |
1162 | 2024-07-25T05:12:16.579Z | Checking itoa v1.0.11 |
1163 | 2024-07-25T05:12:16.604Z | Compiling rand_core v0.6.4 |
1164 | 2024-07-25T05:12:16.628Z | Checking once_cell v1.19.0 |
1165 | 2024-07-25T05:12:16.845Z | Compiling parking_lot_core v0.9.10 |
1166 | 2024-07-25T05:12:16.869Z | Compiling ring v0.17.8 |
1167 | 2024-07-25T05:12:16.896Z | Checking pin-project-lite v0.2.14 |
1168 | 2024-07-25T05:12:16.999Z | Compiling mio v0.8.11 |
1169 | 2024-07-25T05:12:17.025Z | Compiling spin v0.9.8 |
1170 | 2024-07-25T05:12:17.051Z | Checking typenum v1.17.0 |
1171 | 2024-07-25T05:12:17.185Z | Compiling parking_lot v0.12.2 |
1172 | 2024-07-25T05:12:17.364Z | Checking signal-hook-registry v1.4.2 |
1173 | 2024-07-25T05:12:17.862Z | Compiling const-oid v0.9.6 |
1174 | 2024-07-25T05:12:17.931Z | Compiling subtle v2.5.0 |
1175 | 2024-07-25T05:12:17.996Z | Compiling unicode-normalization v0.1.23 |
1176 | 2024-07-25T05:12:18.020Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-07-25T05:12:18.089Z | Checking futures-core v0.3.30 |
1178 | 2024-07-25T05:12:18.225Z | Checking tinyvec_macros v0.1.1 |
1179 | 2024-07-25T05:12:18.248Z | Compiling unicode-bidi v0.3.15 |
1180 | 2024-07-25T05:12:18.304Z | Checking tinyvec v1.6.0 |
1181 | 2024-07-25T05:12:18.698Z | Checking num_cpus v1.16.0 |
1182 | 2024-07-25T05:12:18.801Z | Checking socket2 v0.5.7 |
1183 | 2024-07-25T05:12:19.321Z | Checking ryu v1.0.18 |
1184 | 2024-07-25T05:12:19.394Z | Compiling time-macros v0.2.18 |
1185 | 2024-07-25T05:12:19.523Z | Compiling syn v1.0.109 |
1186 | 2024-07-25T05:12:20.007Z | Checking futures-sink v0.3.30 |
1187 | 2024-07-25T05:12:20.264Z | Checking equivalent v1.0.1 |
1188 | 2024-07-25T05:12:20.288Z | Compiling rustls v0.21.12 |
1189 | 2024-07-25T05:12:20.501Z | Checking futures-channel v0.3.30 |
1190 | 2024-07-25T05:12:20.635Z | Checking slab v0.4.9 |
1191 | 2024-07-25T05:12:20.684Z | Checking pin-utils v0.1.0 |
1192 | 2024-07-25T05:12:20.707Z | Checking futures-task v0.3.30 |
1193 | 2024-07-25T05:12:20.763Z | Compiling ppv-lite86 v0.2.17 |
1194 | 2024-07-25T05:12:20.804Z | Checking futures-io v0.3.30 |
1195 | 2024-07-25T05:12:20.853Z | Compiling cookie v0.17.0 |
1196 | 2024-07-25T05:12:20.878Z | Compiling signal-hook v0.3.17 |
1197 | 2024-07-25T05:12:20.902Z | Compiling untrusted v0.9.0 |
1198 | 2024-07-25T05:12:20.963Z | Compiling schemars v0.8.21 |
1199 | 2024-07-25T05:12:21.118Z | Compiling iana-time-zone v0.1.60 |
1200 | 2024-07-25T05:12:21.143Z | Checking percent-encoding v2.3.1 |
1201 | 2024-07-25T05:12:21.283Z | Compiling base64ct v1.6.0 |
1202 | 2024-07-25T05:12:21.428Z | Compiling rand_chacha v0.3.1 |
1203 | 2024-07-25T05:12:21.547Z | Checking tracing-core v0.1.32 |
1204 | 2024-07-25T05:12:21.785Z | Compiling serde_derive_internals v0.29.1 |
1205 | 2024-07-25T05:12:21.914Z | Compiling rand v0.8.5 |
1206 | 2024-07-25T05:12:22.119Z | Compiling pem-rfc7468 v0.7.0 |
1207 | 2024-07-25T05:12:22.420Z | Compiling backtrace v0.3.71 |
1208 | 2024-07-25T05:12:22.781Z | Compiling crossbeam-utils v0.8.19 |
1209 | 2024-07-25T05:12:22.934Z | Compiling flagset v0.4.5 |
1210 | 2024-07-25T05:12:23.108Z | Compiling siphasher v0.3.11 |
1211 | 2024-07-25T05:12:23.242Z | Compiling smoltcp v0.9.1 |
1212 | 2024-07-25T05:12:23.292Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1213 | 2024-07-25T05:12:23.425Z | Checking fnv v1.0.7 |
1214 | 2024-07-25T05:12:23.530Z | Compiling time v0.3.36 |
1215 | 2024-07-25T05:12:23.881Z | Compiling rustls-webpki v0.101.7 |
1216 | 2024-07-25T05:12:23.982Z | Compiling sct v0.7.1 |
1217 | 2024-07-25T05:12:24.252Z | Compiling idna v0.5.0 |
1218 | 2024-07-25T05:12:24.328Z | Compiling lazy_static v1.5.0 |
1219 | 2024-07-25T05:12:24.434Z | Compiling aho-corasick v1.1.3 |
1220 | 2024-07-25T05:12:25.190Z | Compiling regex-syntax v0.8.3 |
1221 | 2024-07-25T05:12:25.214Z | Checking foreign-types-shared v0.1.1 |
1222 | 2024-07-25T05:12:25.292Z | Checking powerfmt v0.2.0 |
1223 | 2024-07-25T05:12:25.491Z | Compiling finl_unicode v1.2.0 |
1224 | 2024-07-25T05:12:25.532Z | Checking deranged v0.3.11 |
1225 | 2024-07-25T05:12:26.023Z | Compiling stringprep v0.1.4 |
1226 | 2024-07-25T05:12:26.179Z | Checking foreign-types v0.3.2 |
1227 | 2024-07-25T05:12:26.283Z | Compiling url v2.5.2 |
1228 | 2024-07-25T05:12:27.154Z | Compiling diesel_table_macro_syntax v0.1.0 |
1229 | 2024-07-25T05:12:27.542Z | Checking form_urlencoded v1.2.1 |
1230 | 2024-07-25T05:12:27.694Z | Compiling serde_derive v1.0.204 |
1231 | 2024-07-25T05:12:27.721Z | Compiling zeroize_derive v1.4.2 |
1232 | 2024-07-25T05:12:27.922Z | Compiling zerocopy-derive v0.7.34 |
1233 | 2024-07-25T05:12:28.088Z | Compiling tokio-macros v2.3.0 |
1234 | 2024-07-25T05:12:29.080Z | Compiling zeroize v1.7.0 |
1235 | 2024-07-25T05:12:29.147Z | Compiling futures-macro v0.3.30 |
1236 | 2024-07-25T05:12:29.393Z | Compiling thiserror-impl v1.0.62 |
1237 | 2024-07-25T05:12:29.868Z | Compiling zerocopy v0.7.34 |
1238 | 2024-07-25T05:12:30.913Z | Compiling tracing-attributes v0.1.27 |
1239 | 2024-07-25T05:12:31.689Z | Compiling scroll_derive v0.12.0 |
1240 | 2024-07-25T05:12:31.740Z | Compiling hashbrown v0.14.5 |
1241 | 2024-07-25T05:12:32.119Z | Compiling thiserror v1.0.62 |
1242 | 2024-07-25T05:12:32.245Z | Compiling pest v2.7.10 |
1243 | 2024-07-25T05:12:32.288Z | Compiling crypto-common v0.1.6 |
1244 | 2024-07-25T05:12:32.371Z | Compiling der_derive v0.7.2 |
1245 | 2024-07-25T05:12:32.494Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-07-25T05:12:32.917Z | Compiling block-buffer v0.10.4 |
1247 | 2024-07-25T05:12:33.102Z | Compiling futures-util v0.3.30 |
1248 | 2024-07-25T05:12:33.147Z | Compiling digest v0.10.7 |
1249 | 2024-07-25T05:12:33.693Z | Compiling scroll v0.12.0 |
1250 | 2024-07-25T05:12:34.157Z | Compiling pest_meta v2.7.10 |
1251 | 2024-07-25T05:12:34.185Z | Compiling tracing v0.1.40 |
1252 | 2024-07-25T05:12:34.628Z | Compiling goblin v0.8.2 |
1253 | 2024-07-25T05:12:34.652Z | Compiling schemars_derive v0.8.21 |
1254 | 2024-07-25T05:12:34.953Z | Compiling hmac v0.12.1 |
1255 | 2024-07-25T05:12:35.155Z | Compiling pest_generator v2.7.10 |
1256 | 2024-07-25T05:12:36.740Z | Compiling der v0.7.9 |
1257 | 2024-07-25T05:12:37.649Z | Compiling hubpack_derive v0.1.1 |
1258 | 2024-07-25T05:12:38.216Z | Compiling async-trait v0.1.81 |
1259 | 2024-07-25T05:12:38.281Z | Compiling zerocopy-derive v0.6.6 |
1260 | 2024-07-25T05:12:38.453Z | Compiling pest_derive v2.7.10 |
1261 | 2024-07-25T05:12:38.487Z | Checking bytes v1.6.0 |
1262 | 2024-07-25T05:12:38.540Z | Checking bitflags v2.5.0 |
1263 | 2024-07-25T05:12:39.500Z | Checking tokio v1.38.1 |
1264 | 2024-07-25T05:12:39.627Z | Compiling indexmap v2.2.6 |
1265 | 2024-07-25T05:12:40.116Z | Compiling semver v1.0.23 |
1266 | 2024-07-25T05:12:40.512Z | Compiling rustc_version v0.4.0 |
1267 | 2024-07-25T05:12:40.745Z | Compiling http v0.2.12 |
1268 | 2024-07-25T05:12:40.769Z | Compiling uuid v1.10.0 |
1269 | 2024-07-25T05:12:41.134Z | Compiling dof v0.3.0 |
1270 | 2024-07-25T05:12:41.158Z | Compiling heapless v0.7.17 |
1271 | 2024-07-25T05:12:41.629Z | Compiling dtrace-parser v0.2.0 |
1272 | 2024-07-25T05:12:41.653Z | Compiling chrono v0.4.38 |
1273 | 2024-07-25T05:12:41.997Z | Compiling http-body v0.4.6 |
1274 | 2024-07-25T05:12:42.375Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-07-25T05:12:42.827Z | Compiling openssl v0.10.66 |
1276 | 2024-07-25T05:12:43.114Z | Compiling serde_tokenstream v0.2.1 |
1277 | 2024-07-25T05:12:43.551Z | Compiling rustix v0.38.34 |
1278 | 2024-07-25T05:12:43.711Z | Compiling toml_datetime v0.6.6 |
1279 | 2024-07-25T05:12:43.890Z | Compiling serde_spanned v0.6.6 |
1280 | 2024-07-25T05:12:44.132Z | Compiling spki v0.7.3 |
1281 | 2024-07-25T05:12:44.155Z | Compiling sha2 v0.10.8 |
1282 | 2024-07-25T05:12:44.440Z | Compiling md-5 v0.10.6 |
1283 | 2024-07-25T05:12:44.647Z | Compiling regex-automata v0.4.6 |
1284 | 2024-07-25T05:12:44.696Z | Compiling num-integer v0.1.46 |
1285 | 2024-07-25T05:12:45.222Z | Checking tokio-util v0.7.11 |
1286 | 2024-07-25T05:12:45.330Z | Compiling idna v0.3.0 |
1287 | 2024-07-25T05:12:45.653Z | Checking openssl-sys v0.9.103 |
1288 | 2024-07-25T05:12:45.903Z | Compiling hash32 v0.2.1 |
1289 | 2024-07-25T05:12:45.927Z | Compiling fs-err v2.11.0 |
1290 | 2024-07-25T05:12:46.135Z | Compiling psl-types v2.0.11 |
1291 | 2024-07-25T05:12:46.458Z | Compiling slog v2.7.0 |
1292 | 2024-07-25T05:12:46.481Z | Checking base64 v0.21.7 |
1293 | 2024-07-25T05:12:46.547Z | Checking time-core v0.1.2 |
1294 | 2024-07-25T05:12:46.688Z | Compiling gimli v0.28.1 |
1295 | 2024-07-25T05:12:46.712Z | Checking try-lock v0.2.5 |
1296 | 2024-07-25T05:12:46.819Z | Checking num-conv v0.1.0 |
1297 | 2024-07-25T05:12:46.854Z | Checking unicode-ident v1.0.12 |
1298 | 2024-07-25T05:12:46.878Z | Compiling stable_deref_trait v1.2.0 |
1299 | 2024-07-25T05:12:46.964Z | Compiling anyhow v1.0.86 |
1300 | 2024-07-25T05:12:46.991Z | Checking num_threads v0.1.7 |
1301 | 2024-07-25T05:12:47.037Z | Compiling dyn-clone v1.0.17 |
1302 | 2024-07-25T05:12:47.090Z | Compiling fallible-iterator v0.2.0 |
1303 | 2024-07-25T05:12:47.239Z | Compiling clap_derive v4.5.8 |
1304 | 2024-07-25T05:12:47.451Z | Compiling h2 v0.3.26 |
1305 | 2024-07-25T05:12:47.659Z | Compiling native-tls v0.2.11 |
1306 | 2024-07-25T05:12:47.755Z | Compiling postgres-protocol v0.6.6 |
1307 | 2024-07-25T05:12:48.180Z | Compiling tokio-native-tls v0.3.1 |
1308 | 2024-07-25T05:12:49.874Z | Checking proc-macro2 v1.0.86 |
1309 | 2024-07-25T05:12:50.422Z | Compiling addr2line v0.21.0 |
1310 | 2024-07-25T05:12:50.824Z | Checking want v0.3.1 |
1311 | 2024-07-25T05:12:50.989Z | Compiling tokio-rustls v0.24.1 |
1312 | 2024-07-25T05:12:51.352Z | Compiling publicsuffix v2.2.3 |
1313 | 2024-07-25T05:12:51.608Z | Compiling terminal_size v0.3.0 |
1314 | 2024-07-25T05:12:51.673Z | Compiling pkcs8 v0.10.2 |
1315 | 2024-07-25T05:12:52.097Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-07-25T05:12:52.137Z | Compiling usdt-attr-macro v0.5.0 |
1317 | 2024-07-25T05:12:52.807Z | Compiling hyper v0.14.28 |
1318 | 2024-07-25T05:12:53.014Z | Compiling enum-as-inner v0.5.1 |
1319 | 2024-07-25T05:12:53.299Z | Compiling block-padding v0.3.3 |
1320 | 2024-07-25T05:12:53.461Z | Compiling diesel_derives v2.1.4 |
1321 | 2024-07-25T05:12:53.513Z | Compiling strum_macros v0.25.3 |
1322 | 2024-07-25T05:12:53.826Z | Compiling serde_repr v0.1.19 |
1323 | 2024-07-25T05:12:55.619Z | Compiling phf_shared v0.11.2 |
1324 | 2024-07-25T05:12:55.977Z | Checking httparse v1.8.0 |
1325 | 2024-07-25T05:12:56.109Z | Compiling ff v0.13.0 |
1326 | 2024-07-25T05:12:56.416Z | Compiling scheduled-thread-pool v0.2.7 |
1327 | 2024-07-25T05:12:56.589Z | Checking errno v0.3.9 |
1328 | 2024-07-25T05:12:56.646Z | Compiling object v0.32.2 |
1329 | 2024-07-25T05:12:56.763Z | Checking openssl-probe v0.1.5 |
1330 | 2024-07-25T05:12:56.885Z | Checking plain v0.2.3 |
1331 | 2024-07-25T05:12:56.977Z | Checking utf8parse v0.2.1 |
1332 | 2024-07-25T05:12:57.008Z | Checking httpdate v1.0.3 |
1333 | 2024-07-25T05:12:57.105Z | Checking cpufeatures v0.2.12 |
1334 | 2024-07-25T05:12:57.189Z | Compiling winnow v0.5.40 |
1335 | 2024-07-25T05:12:57.212Z | Compiling bitflags v1.3.2 |
1336 | 2024-07-25T05:12:57.311Z | Compiling base16ct v0.2.0 |
1337 | 2024-07-25T05:12:57.559Z | Checking adler v1.0.2 |
1338 | 2024-07-25T05:12:57.597Z | Compiling bit-vec v0.6.3 |
1339 | 2024-07-25T05:12:57.693Z | Checking ucd-trie v0.1.6 |
1340 | 2024-07-25T05:12:57.835Z | Checking tower-service v0.3.2 |
1341 | 2024-07-25T05:12:57.871Z | Compiling either v1.12.0 |
1342 | 2024-07-25T05:12:57.939Z | Compiling managed v0.8.0 |
1343 | 2024-07-25T05:12:57.973Z | Compiling rustc-demangle v0.1.24 |
1344 | 2024-07-25T05:12:58.209Z | Compiling regex-automata v0.1.10 |
1345 | 2024-07-25T05:12:58.300Z | Compiling matches v0.1.10 |
1346 | 2024-07-25T05:12:58.379Z | Checking anstyle v1.0.7 |
1347 | 2024-07-25T05:12:58.615Z | Compiling bstr v0.2.17 |
1348 | 2024-07-25T05:12:58.662Z | Compiling idna v0.2.3 |
1349 | 2024-07-25T05:12:59.833Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-07-25T05:12:59.910Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-07-25T05:13:00.113Z | Compiling toml_edit v0.19.15 |
1352 | 2024-07-25T05:13:00.485Z | Checking miniz_oxide v0.7.2 |
1353 | 2024-07-25T05:13:00.902Z | Compiling clap_builder v4.5.9 |
1354 | 2024-07-25T05:13:01.299Z | Compiling sec1 v0.7.3 |
1355 | 2024-07-25T05:13:02.203Z | Checking anstyle-parse v0.2.4 |
1356 | 2024-07-25T05:13:03.485Z | Compiling r2d2 v0.8.10 |
1357 | 2024-07-25T05:13:03.748Z | Compiling group v0.13.0 |
1358 | 2024-07-25T05:13:03.780Z | Compiling signal-hook-mio v0.2.3 |
1359 | 2024-07-25T05:13:04.023Z | Compiling phf v0.11.2 |
1360 | 2024-07-25T05:13:04.255Z | Compiling cookie_store v0.20.0 |
1361 | 2024-07-25T05:13:04.280Z | Compiling inout v0.1.3 |
1362 | 2024-07-25T05:13:04.732Z | Checking quote v1.0.36 |
1363 | 2024-07-25T05:13:05.018Z | Compiling ipnetwork v0.20.0 |
1364 | 2024-07-25T05:13:05.053Z | Compiling regex v1.10.5 |
1365 | 2024-07-25T05:13:05.242Z | Compiling postgres-types v0.2.6 |
1366 | 2024-07-25T05:13:05.547Z | Compiling num-bigint v0.4.5 |
1367 | 2024-07-25T05:13:05.772Z | Compiling zerocopy v0.6.6 |
1368 | 2024-07-25T05:13:05.939Z | Compiling hubpack v0.1.2 |
1369 | 2024-07-25T05:13:06.380Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-07-25T05:13:06.540Z | Compiling futures-executor v0.3.30 |
1371 | 2024-07-25T05:13:06.563Z | Compiling hkdf v0.12.4 |
1372 | 2024-07-25T05:13:06.674Z | Compiling crypto-bigint v0.5.5 |
1373 | 2024-07-25T05:13:06.813Z | Compiling phf_shared v0.10.0 |
1374 | 2024-07-25T05:13:07.060Z | Compiling float-cmp v0.9.0 |
1375 | 2024-07-25T05:13:07.260Z | Compiling precomputed-hash v0.1.1 |
1376 | 2024-07-25T05:13:07.373Z | Checking anstyle-query v1.0.3 |
1377 | 2024-07-25T05:13:07.425Z | Compiling minimal-lexical v0.2.1 |
1378 | 2024-07-25T05:13:07.486Z | Compiling webpki-roots v0.25.4 |
1379 | 2024-07-25T05:13:07.579Z | Compiling static_assertions v1.1.0 |
1380 | 2024-07-25T05:13:07.624Z | Checking colorchoice v1.0.1 |
1381 | 2024-07-25T05:13:07.669Z | Compiling whoami v1.5.1 |
1382 | 2024-07-25T05:13:07.833Z | Compiling normalize-line-endings v0.3.0 |
1383 | 2024-07-25T05:13:07.856Z | Checking is_terminal_polyfill v1.70.0 |
1384 | 2024-07-25T05:13:07.940Z | Compiling data-encoding v2.6.0 |
1385 | 2024-07-25T05:13:07.964Z | Compiling unicode-segmentation v1.11.0 |
1386 | 2024-07-25T05:13:08.028Z | Compiling fixedbitset v0.4.2 |
1387 | 2024-07-25T05:13:08.241Z | Compiling new_debug_unreachable v1.0.6 |
1388 | 2024-07-25T05:13:08.407Z | Compiling predicates-core v1.0.6 |
1389 | 2024-07-25T05:13:08.436Z | Compiling difflib v0.4.0 |
1390 | 2024-07-25T05:13:08.650Z | Checking pretty-hex v0.4.1 |
1391 | 2024-07-25T05:13:08.725Z | Compiling similar v2.5.0 |
1392 | 2024-07-25T05:13:09.290Z | Compiling elliptic-curve v0.13.8 |
1393 | 2024-07-25T05:13:09.787Z | Compiling predicates v3.1.0 |
1394 | 2024-07-25T05:13:09.876Z | Compiling trust-dns-proto v0.22.0 |
1395 | 2024-07-25T05:13:09.955Z | Compiling string_cache v0.8.7 |
1396 | 2024-07-25T05:13:10.022Z | Compiling petgraph v0.6.5 |
1397 | 2024-07-25T05:13:10.560Z | Compiling reqwest v0.11.27 |
1398 | 2024-07-25T05:13:10.912Z | Checking anstream v0.6.14 |
1399 | 2024-07-25T05:13:11.169Z | Compiling tokio-postgres v0.7.10 |
1400 | 2024-07-25T05:13:11.227Z | Compiling yasna v0.5.2 |
1401 | 2024-07-25T05:13:11.458Z | Compiling nom v7.1.3 |
1402 | 2024-07-25T05:13:11.759Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1403 | 2024-07-25T05:13:12.804Z | Compiling console v0.15.8 |
1404 | 2024-07-25T05:13:13.220Z | Compiling toml_edit v0.22.16 |
1405 | 2024-07-25T05:13:14.063Z | Compiling crossbeam-epoch v0.9.18 |
1406 | 2024-07-25T05:13:14.260Z | Compiling usdt v0.5.0 |
1407 | 2024-07-25T05:13:14.682Z | Compiling diesel v2.1.6 |
1408 | 2024-07-25T05:13:14.707Z | Compiling futures v0.3.30 |
1409 | 2024-07-25T05:13:15.300Z | Compiling cipher v0.4.4 |
1410 | 2024-07-25T05:13:15.453Z | Compiling crossterm v0.27.0 |
1411 | 2024-07-25T05:13:15.742Z | Compiling clap v4.5.9 |
1412 | 2024-07-25T05:13:16.747Z | Compiling toml v0.7.8 |
1413 | 2024-07-25T05:13:16.839Z | Compiling itertools v0.12.1 |
1414 | 2024-07-25T05:13:17.141Z | Compiling itertools v0.10.5 |
1415 | 2024-07-25T05:13:18.156Z | Compiling bit-set v0.5.3 |
1416 | 2024-07-25T05:13:19.178Z | Compiling bstr v1.9.1 |
1417 | 2024-07-25T05:13:19.354Z | Compiling tokio-stream v0.1.15 |
1418 | 2024-07-25T05:13:19.427Z | Compiling num-iter v0.1.45 |
1419 | 2024-07-25T05:13:19.584Z | Compiling openapiv3 v2.0.0 |
1420 | 2024-07-25T05:13:19.612Z | Compiling hex v0.4.3 |
1421 | 2024-07-25T05:13:20.267Z | Checking thread-id v4.2.1 |
1422 | 2024-07-25T05:13:20.357Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-07-25T05:13:20.381Z | Checking strsim v0.11.1 |
1424 | 2024-07-25T05:13:20.665Z | Compiling peg-runtime v0.8.3 |
1425 | 2024-07-25T05:13:20.689Z | Checking ipnet v2.9.0 |
1426 | 2024-07-25T05:13:21.183Z | Checking clap_lex v0.7.0 |
1427 | 2024-07-25T05:13:21.345Z | Compiling unicode-xid v0.2.4 |
1428 | 2024-07-25T05:13:23.894Z | Checking rustls-pemfile v1.0.4 |
1429 | 2024-07-25T05:13:24.607Z | Checking crc32fast v1.4.0 |
1430 | 2024-07-25T05:13:24.796Z | Checking memmap v0.7.0 |
1431 | 2024-07-25T05:13:24.893Z | Checking encoding_rs v0.8.34 |
1432 | 2024-07-25T05:13:24.963Z | Checking mime v0.3.17 |
1433 | 2024-07-25T05:13:25.519Z | Checking unicode-width v0.1.13 |
1434 | 2024-07-25T05:13:25.675Z | Checking winnow v0.6.8 |
1435 | 2024-07-25T05:13:25.702Z | Checking sync_wrapper v0.1.2 |
1436 | 2024-07-25T05:13:28.676Z | Checking flate2 v1.0.30 |
1437 | 2024-07-25T05:13:31.475Z | Checking camino v1.1.7 |
1438 | 2024-07-25T05:13:31.509Z | Checking sigpipe v0.1.3 |
1439 | 2024-07-25T05:13:41.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1440 | 2024-07-25T05:13:52.006Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1441 | 2024-07-25T05:13:52.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
1442 | 2024-07-25T05:13:52.527Z | |
1443 | 2024-07-25T05:13:52.527Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/138) |
1444 | 2024-07-25T05:13:53.095Z | Downloading crates ... |
1445 | 2024-07-25T05:13:53.293Z | Downloaded arc-swap v1.7.1 |
1446 | 2024-07-25T05:13:53.317Z | Downloaded zone_cfg_derive v0.1.2 |
1447 | 2024-07-25T05:13:53.317Z | Downloaded walkdir v2.5.0 |
1448 | 2024-07-25T05:13:53.317Z | Downloaded tungstenite v0.21.0 |
1449 | 2024-07-25T05:13:53.317Z | Downloaded utf-8 v0.7.6 |
1450 | 2024-07-25T05:13:53.317Z | Downloaded slog-envlogger v2.2.0 |
1451 | 2024-07-25T05:13:53.317Z | Downloaded same-file v1.0.6 |
1452 | 2024-07-25T05:13:53.317Z | Downloaded portpicker v0.1.1 |
1453 | 2024-07-25T05:13:53.317Z | Downloaded pem v3.0.4 |
1454 | 2024-07-25T05:13:53.317Z | Downloaded humantime v2.1.0 |
1455 | 2024-07-25T05:13:53.341Z | Downloaded heck v0.3.3 |
1456 | 2024-07-25T05:13:53.341Z | Downloaded headers-core v0.2.0 |
1457 | 2024-07-25T05:13:53.341Z | Downloaded headers v0.3.9 |
1458 | 2024-07-25T05:13:53.341Z | Downloaded erased-serde v0.3.31 |
1459 | 2024-07-25T05:13:53.341Z | Downloaded env_logger v0.9.3 |
1460 | 2024-07-25T05:13:53.341Z | Downloaded bitstruct_derive v0.1.0 |
1461 | 2024-07-25T05:13:53.341Z | Downloaded bitstruct v0.1.1 |
1462 | 2024-07-25T05:13:53.341Z | Downloaded base64 v0.13.1 |
1463 | 2024-07-25T05:13:53.341Z | Downloaded atty v0.2.14 |
1464 | 2024-07-25T05:13:53.341Z | Downloaded atomicwrites v0.4.3 |
1465 | 2024-07-25T05:13:53.341Z | Downloaded ascii v1.1.0 |
1466 | 2024-07-25T05:13:53.341Z | Downloaded zone v0.1.8 |
1467 | 2024-07-25T05:13:53.341Z | Downloaded tungstenite v0.20.1 |
1468 | 2024-07-25T05:13:53.365Z | Downloaded tokio-tungstenite v0.21.0 |
1469 | 2024-07-25T05:13:53.365Z | Downloaded tokio-tungstenite v0.20.1 |
1470 | 2024-07-25T05:13:53.365Z | Downloaded termcolor v1.4.1 |
1471 | 2024-07-25T05:13:53.365Z | Downloaded subprocess v0.2.9 |
1472 | 2024-07-25T05:13:53.365Z | Downloaded slog-stdlog v4.1.1 |
1473 | 2024-07-25T05:13:53.365Z | Downloaded slog-scope v4.4.0 |
1474 | 2024-07-25T05:13:53.365Z | Downloaded serde_arrays v0.1.0 |
1475 | 2024-07-25T05:13:53.365Z | Downloaded ron v0.7.1 |
1476 | 2024-07-25T05:13:53.365Z | Downloaded rcgen v0.12.1 |
1477 | 2024-07-25T05:13:53.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1478 | 2024-07-25T05:13:53.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1479 | 2024-07-25T05:13:53.480Z | Compiling regress v0.9.1 |
1480 | 2024-07-25T05:13:53.504Z | Checking sha1 v0.10.6 |
1481 | 2024-07-25T05:13:53.528Z | Compiling strum_macros v0.26.4 |
1482 | 2024-07-25T05:13:53.551Z | Checking heck v0.5.0 |
1483 | 2024-07-25T05:13:53.575Z | Compiling getopts v0.2.21 |
1484 | 2024-07-25T05:13:53.575Z | Checking dirs-sys-next v0.1.2 |
1485 | 2024-07-25T05:13:53.598Z | Compiling unsafe-libyaml v0.2.11 |
1486 | 2024-07-25T05:13:53.743Z | Checking dirs-next v2.0.0 |
1487 | 2024-07-25T05:13:53.767Z | Checking http v1.1.0 |
1488 | 2024-07-25T05:13:53.849Z | Checking thread_local v1.1.8 |
1489 | 2024-07-25T05:13:53.964Z | Checking rustls-pki-types v1.7.0 |
1490 | 2024-07-25T05:13:54.069Z | Compiling ident_case v1.0.1 |
1491 | 2024-07-25T05:13:54.216Z | Compiling darling_core v0.20.9 |
1492 | 2024-07-25T05:13:54.299Z | Checking term v0.7.0 |
1493 | 2024-07-25T05:13:54.402Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1494 | 2024-07-25T05:13:54.632Z | Compiling serde_yaml v0.9.34+deprecated |
1495 | 2024-07-25T05:13:54.661Z | Checking crossbeam-channel v0.5.12 |
1496 | 2024-07-25T05:13:54.843Z | Checking atty v0.2.14 |
1497 | 2024-07-25T05:13:54.947Z | Checking is-terminal v0.4.12 |
1498 | 2024-07-25T05:13:55.046Z | Checking utf-8 v0.7.6 |
1499 | 2024-07-25T05:13:55.101Z | Compiling paste v1.0.15 |
1500 | 2024-07-25T05:13:55.213Z | Checking take_mut v0.2.2 |
1501 | 2024-07-25T05:13:55.264Z | Checking termcolor v1.4.1 |
1502 | 2024-07-25T05:13:55.342Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1503 | 2024-07-25T05:13:55.504Z | Compiling rustls v0.22.4 |
1504 | 2024-07-25T05:13:55.608Z | Checking humantime v2.1.0 |
1505 | 2024-07-25T05:13:55.634Z | Checking base64 v0.22.1 |
1506 | 2024-07-25T05:13:55.815Z | Checking slog-async v2.8.0 |
1507 | 2024-07-25T05:13:55.846Z | Checking env_logger v0.9.3 |
1508 | 2024-07-25T05:13:56.014Z | Checking slog-term v2.9.1 |
1509 | 2024-07-25T05:13:56.055Z | Checking rustls-webpki v0.102.4 |
1510 | 2024-07-25T05:13:56.084Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1511 | 2024-07-25T05:13:56.420Z | Compiling proc-macro-crate v1.3.1 |
1512 | 2024-07-25T05:13:56.717Z | Compiling bitstruct_derive v0.1.0 |
1513 | 2024-07-25T05:13:57.361Z | Compiling structmeta-derive v0.3.0 |
1514 | 2024-07-25T05:13:57.459Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1515 | 2024-07-25T05:13:57.566Z | Compiling multer v3.1.0 |
1516 | 2024-07-25T05:13:57.781Z | Checking strum v0.26.3 |
1517 | 2024-07-25T05:13:57.809Z | Checking ascii v1.1.0 |
1518 | 2024-07-25T05:13:57.851Z | Checking match_cfg v0.1.0 |
1519 | 2024-07-25T05:13:57.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1520 | 2024-07-25T05:13:58.009Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1521 | 2024-07-25T05:13:58.032Z | Checking hostname v0.3.1 |
1522 | 2024-07-25T05:13:58.212Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1523 | 2024-07-25T05:13:58.236Z | Checking bitstruct v0.1.1 |
1524 | 2024-07-25T05:13:58.261Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1525 | 2024-07-25T05:13:58.328Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1526 | 2024-07-25T05:13:58.352Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1527 | 2024-07-25T05:13:58.378Z | Compiling num_enum_derive v0.5.11 |
1528 | 2024-07-25T05:13:58.535Z | Checking slog-json v2.6.1 |
1529 | 2024-07-25T05:13:58.741Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1530 | 2024-07-25T05:13:58.953Z | Checking erased-serde v0.3.31 |
1531 | 2024-07-25T05:13:58.987Z | Checking serde_arrays v0.1.0 |
1532 | 2024-07-25T05:13:59.110Z | Compiling foreign-types-macros v0.2.3 |
1533 | 2024-07-25T05:13:59.465Z | Compiling async-stream-impl v0.3.5 |
1534 | 2024-07-25T05:13:59.831Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1535 | 2024-07-25T05:13:59.981Z | Compiling structmeta v0.3.0 |
1536 | 2024-07-25T05:14:00.057Z | Checking arc-swap v1.7.1 |
1537 | 2024-07-25T05:14:00.137Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1538 | 2024-07-25T05:14:00.226Z | Compiling darling_macro v0.20.9 |
1539 | 2024-07-25T05:14:00.360Z | Checking foreign-types-shared v0.3.1 |
1540 | 2024-07-25T05:14:00.384Z | Checking atomic-waker v1.1.2 |
1541 | 2024-07-25T05:14:00.407Z | Checking slog-scope v4.4.0 |
1542 | 2024-07-25T05:14:00.462Z | Checking foreign-types v0.5.0 |
1543 | 2024-07-25T05:14:00.489Z | Checking waitgroup v0.1.2 |
1544 | 2024-07-25T05:14:00.583Z | Compiling parse-display-derive v0.9.1 |
1545 | 2024-07-25T05:14:00.617Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1546 | 2024-07-25T05:14:00.643Z | Checking async-stream v0.3.5 |
1547 | 2024-07-25T05:14:00.667Z | Checking num_enum v0.5.11 |
1548 | 2024-07-25T05:14:00.690Z | Checking slog-bunyan v2.5.0 |
1549 | 2024-07-25T05:14:00.787Z | Compiling proc-macro-error v1.0.4 |
1550 | 2024-07-25T05:14:00.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1551 | 2024-07-25T05:14:01.047Z | Checking rustls-pemfile v2.1.2 |
1552 | 2024-07-25T05:14:01.073Z | Compiling darling v0.20.9 |
1553 | 2024-07-25T05:14:01.176Z | Compiling serde_with_macros v3.8.3 |
1554 | 2024-07-25T05:14:01.313Z | Checking toml v0.8.15 |
1555 | 2024-07-25T05:14:01.345Z | Checking tungstenite v0.20.1 |
1556 | 2024-07-25T05:14:01.449Z | Compiling heck v0.3.3 |
1557 | 2024-07-25T05:14:01.474Z | Checking tokio-rustls v0.25.0 |
1558 | 2024-07-25T05:14:01.761Z | Checking newtype-uuid v1.1.0 |
1559 | 2024-07-25T05:14:01.815Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1560 | 2024-07-25T05:14:01.904Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1561 | 2024-07-25T05:14:01.961Z | Checking serde_path_to_error v0.1.16 |
1562 | 2024-07-25T05:14:02.046Z | Checking cstr-argument v0.1.2 |
1563 | 2024-07-25T05:14:02.199Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-07-25T05:14:02.498Z | Checking hostname v0.4.0 |
1565 | 2024-07-25T05:14:02.590Z | Checking instant v0.1.12 |
1566 | 2024-07-25T05:14:02.618Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1567 | 2024-07-25T05:14:02.691Z | Checking fastrand v2.1.0 |
1568 | 2024-07-25T05:14:02.824Z | Checking debug-ignore v1.0.5 |
1569 | 2024-07-25T05:14:02.847Z | Checking pretty-hex v0.2.1 |
1570 | 2024-07-25T05:14:02.969Z | Checking tempfile v3.10.1 |
1571 | 2024-07-25T05:14:02.992Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1572 | 2024-07-25T05:14:02.992Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1573 | 2024-07-25T05:14:03.112Z | Checking backoff v0.4.0 |
1574 | 2024-07-25T05:14:03.275Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1575 | 2024-07-25T05:14:03.351Z | Checking tokio-tungstenite v0.20.1 |
1576 | 2024-07-25T05:14:03.374Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1577 | 2024-07-25T05:14:03.529Z | Compiling zone_cfg_derive v0.1.2 |
1578 | 2024-07-25T05:14:03.556Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1579 | 2024-07-25T05:14:03.742Z | Checking slog-stdlog v4.1.1 |
1580 | 2024-07-25T05:14:03.807Z | Checking serde_with v3.8.3 |
1581 | 2024-07-25T05:14:03.883Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-07-25T05:14:04.014Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1583 | 2024-07-25T05:14:04.170Z | Checking tungstenite v0.21.0 |
1584 | 2024-07-25T05:14:04.298Z | Checking colored v2.1.0 |
1585 | 2024-07-25T05:14:04.534Z | Checking macaddr v1.0.1 |
1586 | 2024-07-25T05:14:04.592Z | Checking parse-display v0.9.1 |
1587 | 2024-07-25T05:14:04.732Z | Checking socket2 v0.4.10 |
1588 | 2024-07-25T05:14:04.791Z | Checking base64 v0.13.1 |
1589 | 2024-07-25T05:14:04.815Z | Checking zone v0.1.8 |
1590 | 2024-07-25T05:14:04.873Z | Checking tokio-tungstenite v0.21.0 |
1591 | 2024-07-25T05:14:05.119Z | Checking ron v0.7.1 |
1592 | 2024-07-25T05:14:05.266Z | Checking slog-envlogger v2.2.0 |
1593 | 2024-07-25T05:14:05.332Z | Checking pem v3.0.4 |
1594 | 2024-07-25T05:14:05.446Z | Checking tabwriter v1.4.0 |
1595 | 2024-07-25T05:14:05.550Z | Checking xattr v1.3.1 |
1596 | 2024-07-25T05:14:05.637Z | Checking portpicker v0.1.1 |
1597 | 2024-07-25T05:14:05.715Z | Checking headers-core v0.2.0 |
1598 | 2024-07-25T05:14:05.751Z | Checking smf v0.2.3 |
1599 | 2024-07-25T05:14:05.827Z | Checking filetime v0.2.23 |
1600 | 2024-07-25T05:14:05.983Z | Checking same-file v1.0.6 |
1601 | 2024-07-25T05:14:06.015Z | Checking tar v0.4.41 |
1602 | 2024-07-25T05:14:06.112Z | Checking headers v0.3.9 |
1603 | 2024-07-25T05:14:06.136Z | Checking walkdir v2.5.0 |
1604 | 2024-07-25T05:14:06.418Z | Checking rcgen v0.12.1 |
1605 | 2024-07-25T05:14:06.511Z | Checking camino-tempfile v1.1.1 |
1606 | 2024-07-25T05:14:06.539Z | Checking atomicwrites v0.4.3 |
1607 | 2024-07-25T05:14:06.659Z | Checking subprocess v0.2.9 |
1608 | 2024-07-25T05:14:07.822Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1609 | 2024-07-25T05:14:08.055Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1610 | 2024-07-25T05:14:09.366Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1611 | 2024-07-25T05:14:11.816Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1612 | 2024-07-25T05:14:11.913Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1613 | 2024-07-25T05:14:16.305Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1614 | 2024-07-25T05:14:25.573Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1615 | 2024-07-25T05:14:25.737Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1616 | 2024-07-25T05:14:25.761Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1617 | 2024-07-25T05:14:28.838Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1618 | 2024-07-25T05:14:29.231Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1619 | 2024-07-25T05:14:35.954Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1620 | 2024-07-25T05:14:37.652Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1621 | 2024-07-25T05:14:39.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.46s |
1622 | 2024-07-25T05:14:39.117Z | |
1623 | 2024-07-25T05:14:39.117Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/138) |
1624 | 2024-07-25T05:14:39.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1625 | 2024-07-25T05:14:39.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1626 | 2024-07-25T05:14:39.909Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1627 | 2024-07-25T05:14:41.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
1628 | 2024-07-25T05:14:41.478Z | |
1629 | 2024-07-25T05:14:41.478Z | info: running `cargo check --bins` on nexus-config (31/138) |
1630 | 2024-07-25T05:14:42.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1631 | 2024-07-25T05:14:42.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1632 | 2024-07-25T05:14:42.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1633 | 2024-07-25T05:14:42.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1634 | 2024-07-25T05:14:42.235Z | |
1635 | 2024-07-25T05:14:42.235Z | info: running `cargo check --bins` on omicron-rpaths (32/138) |
1636 | 2024-07-25T05:14:42.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1637 | 2024-07-25T05:14:42.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1638 | 2024-07-25T05:14:42.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1639 | 2024-07-25T05:14:42.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1640 | 2024-07-25T05:14:42.969Z | |
1641 | 2024-07-25T05:14:42.969Z | info: running `cargo check --bins` on omicron-certificates (33/138) |
1642 | 2024-07-25T05:14:43.533Z | Downloading crates ... |
1643 | 2024-07-25T05:14:43.707Z | Downloaded display-error-chain v0.2.0 |
1644 | 2024-07-25T05:14:43.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-07-25T05:14:43.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-07-25T05:14:43.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-07-25T05:14:43.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1648 | 2024-07-25T05:14:43.797Z | |
1649 | 2024-07-25T05:14:43.797Z | info: running `cargo check --bins` on bootstrap-agent-client (34/138) |
1650 | 2024-07-25T05:14:44.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-07-25T05:14:44.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-07-25T05:14:44.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-07-25T05:14:44.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1654 | 2024-07-25T05:14:44.586Z | |
1655 | 2024-07-25T05:14:44.586Z | info: running `cargo check --bins` on cockroach-admin-client (35/138) |
1656 | 2024-07-25T05:14:45.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-07-25T05:14:45.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-07-25T05:14:45.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-07-25T05:14:45.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1660 | 2024-07-25T05:14:45.321Z | |
1661 | 2024-07-25T05:14:45.321Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/138) |
1662 | 2024-07-25T05:14:45.870Z | Downloading crates ... |
1663 | 2024-07-25T05:14:46.045Z | Downloaded arrayvec v0.7.4 |
1664 | 2024-07-25T05:14:46.078Z | Downloaded rayon-core v1.12.1 |
1665 | 2024-07-25T05:14:46.078Z | Downloaded untrusted v0.7.1 |
1666 | 2024-07-25T05:14:46.078Z | Downloaded rayon v1.10.0 |
1667 | 2024-07-25T05:14:46.078Z | Downloaded blake3 v1.5.1 |
1668 | 2024-07-25T05:14:46.102Z | Downloaded arrayref v0.3.7 |
1669 | 2024-07-25T05:14:46.102Z | Downloaded topological-sort v0.2.2 |
1670 | 2024-07-25T05:14:46.102Z | Downloaded toolchain_find v0.4.0 |
1671 | 2024-07-25T05:14:46.102Z | Downloaded spin v0.5.2 |
1672 | 2024-07-25T05:14:46.102Z | Downloaded rustfmt-wrapper v0.2.1 |
1673 | 2024-07-25T05:14:46.103Z | Downloaded omicron-zone-package v0.11.0 |
1674 | 2024-07-25T05:14:46.103Z | Downloaded memmap2 v0.9.4 |
1675 | 2024-07-25T05:14:46.103Z | Downloaded home v0.5.9 |
1676 | 2024-07-25T05:14:46.103Z | Downloaded crossbeam-deque v0.8.5 |
1677 | 2024-07-25T05:14:46.103Z | Downloaded constant_time_eq v0.3.0 |
1678 | 2024-07-25T05:14:46.126Z | Downloaded ring v0.16.20 |
1679 | 2024-07-25T05:14:46.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-07-25T05:14:46.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-07-25T05:14:46.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-07-25T05:14:46.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
1683 | 2024-07-25T05:14:46.315Z | |
1684 | 2024-07-25T05:14:46.315Z | info: running `cargo check --bins` on dns-service-client (37/138) |
1685 | 2024-07-25T05:14:46.877Z | Downloading crates ... |
1686 | 2024-07-25T05:14:47.004Z | Downloaded newline-converter v0.3.0 |
1687 | 2024-07-25T05:14:47.028Z | Downloaded expectorate v1.1.0 |
1688 | 2024-07-25T05:14:47.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2024-07-25T05:14:47.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2024-07-25T05:14:47.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2024-07-25T05:14:47.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1692 | 2024-07-25T05:14:47.088Z | |
1693 | 2024-07-25T05:14:47.088Z | info: running `cargo check --bins` on dpd-client (38/138) |
1694 | 2024-07-25T05:14:47.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2024-07-25T05:14:47.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2024-07-25T05:14:47.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2024-07-25T05:14:47.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1698 | 2024-07-25T05:14:47.866Z | |
1699 | 2024-07-25T05:14:47.866Z | info: running `cargo check --bins` on gateway-client (39/138) |
1700 | 2024-07-25T05:14:48.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2024-07-25T05:14:48.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2024-07-25T05:14:48.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2024-07-25T05:14:48.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1704 | 2024-07-25T05:14:48.579Z | |
1705 | 2024-07-25T05:14:48.579Z | info: running `cargo check --bins` on installinator-client (40/138) |
1706 | 2024-07-25T05:14:49.113Z | Downloading crates ... |
1707 | 2024-07-25T05:14:49.279Z | Downloaded owo-colors v4.0.0 |
1708 | 2024-07-25T05:14:49.303Z | Downloaded linear-map v1.2.0 |
1709 | 2024-07-25T05:14:49.303Z | Downloaded libsw v3.3.1 |
1710 | 2024-07-25T05:14:49.303Z | Downloaded derive-where v1.2.7 |
1711 | 2024-07-25T05:14:49.303Z | Downloaded cancel-safe-futures v0.1.5 |
1712 | 2024-07-25T05:14:49.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2024-07-25T05:14:49.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2024-07-25T05:14:49.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2024-07-25T05:14:49.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1716 | 2024-07-25T05:14:49.387Z | |
1717 | 2024-07-25T05:14:49.387Z | info: running `cargo check --bins` on installinator-common (41/138) |
1718 | 2024-07-25T05:14:50.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2024-07-25T05:14:50.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2024-07-25T05:14:50.113Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2024-07-25T05:14:50.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1722 | 2024-07-25T05:14:50.166Z | |
1723 | 2024-07-25T05:14:50.166Z | info: running `cargo check --bins` on update-engine (42/138) |
1724 | 2024-07-25T05:14:50.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2024-07-25T05:14:50.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2024-07-25T05:14:50.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2024-07-25T05:14:50.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1728 | 2024-07-25T05:14:50.900Z | |
1729 | 2024-07-25T05:14:50.900Z | info: running `cargo check --bins` on nexus-client (43/138) |
1730 | 2024-07-25T05:14:51.457Z | Downloading crates ... |
1731 | 2024-07-25T05:14:51.628Z | Downloaded blake2 v0.10.6 |
1732 | 2024-07-25T05:14:51.652Z | Downloaded steno v0.4.1 |
1733 | 2024-07-25T05:14:51.652Z | Downloaded semver v0.1.20 |
1734 | 2024-07-25T05:14:51.652Z | Downloaded rustc_version v0.1.7 |
1735 | 2024-07-25T05:14:51.652Z | Downloaded password-hash v0.5.0 |
1736 | 2024-07-25T05:14:51.652Z | Downloaded newtype_derive v0.1.6 |
1737 | 2024-07-25T05:14:51.652Z | Downloaded argon2 v0.5.3 |
1738 | 2024-07-25T05:14:51.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2024-07-25T05:14:51.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2024-07-25T05:14:51.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2024-07-25T05:14:51.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1742 | 2024-07-25T05:14:51.737Z | |
1743 | 2024-07-25T05:14:51.737Z | info: running `cargo check --bins` on nexus-types (44/138) |
1744 | 2024-07-25T05:14:52.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2024-07-25T05:14:52.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2024-07-25T05:14:52.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2024-07-25T05:14:52.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1748 | 2024-07-25T05:14:52.526Z | |
1749 | 2024-07-25T05:14:52.526Z | info: running `cargo check --bins` on omicron-passwords (45/138) |
1750 | 2024-07-25T05:14:53.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2024-07-25T05:14:53.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2024-07-25T05:14:53.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2024-07-25T05:14:53.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1754 | 2024-07-25T05:14:53.286Z | |
1755 | 2024-07-25T05:14:53.286Z | info: running `cargo check --bins` on sled-agent-client (46/138) |
1756 | 2024-07-25T05:14:53.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2024-07-25T05:14:54.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2024-07-25T05:14:54.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2024-07-25T05:14:54.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1760 | 2024-07-25T05:14:54.056Z | |
1761 | 2024-07-25T05:14:54.056Z | info: running `cargo check --bins` on oxide-client (47/138) |
1762 | 2024-07-25T05:14:54.638Z | Downloading crates ... |
1763 | 2024-07-25T05:14:54.739Z | Downloaded linked-hash-map v0.5.6 |
1764 | 2024-07-25T05:14:54.763Z | Downloaded trust-dns-resolver v0.22.0 |
1765 | 2024-07-25T05:14:54.763Z | Downloaded resolv-conf v0.7.0 |
1766 | 2024-07-25T05:14:54.763Z | Downloaded lru-cache v0.1.2 |
1767 | 2024-07-25T05:14:54.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-07-25T05:14:54.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-07-25T05:14:54.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-07-25T05:14:54.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1771 | 2024-07-25T05:14:54.844Z | |
1772 | 2024-07-25T05:14:54.844Z | info: running `cargo check --bins` on oximeter-client (48/138) |
1773 | 2024-07-25T05:14:55.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-07-25T05:14:55.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-07-25T05:14:55.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-07-25T05:14:55.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1777 | 2024-07-25T05:14:55.606Z | |
1778 | 2024-07-25T05:14:55.606Z | info: running `cargo check --bins` on wicketd-client (49/138) |
1779 | 2024-07-25T05:14:56.219Z | Downloading crates ... |
1780 | 2024-07-25T05:14:56.343Z | Downloaded maplit v1.0.2 |
1781 | 2024-07-25T05:14:56.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2024-07-25T05:14:56.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2024-07-25T05:14:56.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2024-07-25T05:14:56.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1785 | 2024-07-25T05:14:56.438Z | |
1786 | 2024-07-25T05:14:56.438Z | info: running `cargo check --bins` on wicket-common (50/138) |
1787 | 2024-07-25T05:14:57.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2024-07-25T05:14:57.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2024-07-25T05:14:57.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2024-07-25T05:14:57.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1791 | 2024-07-25T05:14:57.238Z | |
1792 | 2024-07-25T05:14:57.238Z | info: running `cargo check --bins` on omicron-cockroach-admin (51/138) |
1793 | 2024-07-25T05:14:57.800Z | Downloading crates ... |
1794 | 2024-07-25T05:14:57.954Z | Downloaded csv-core v0.1.11 |
1795 | 2024-07-25T05:14:57.978Z | Downloaded slog-dtrace v0.3.0 |
1796 | 2024-07-25T05:14:57.978Z | Downloaded csv v1.3.0 |
1797 | 2024-07-25T05:14:58.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2024-07-25T05:14:58.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2024-07-25T05:14:58.107Z | Compiling heapless v0.8.0 |
1800 | 2024-07-25T05:14:58.131Z | Checking hash32 v0.3.1 |
1801 | 2024-07-25T05:14:58.155Z | Compiling smoltcp v0.11.0 |
1802 | 2024-07-25T05:14:58.179Z | Checking embedded-io v0.4.0 |
1803 | 2024-07-25T05:14:58.179Z | Checking cobs v0.2.3 |
1804 | 2024-07-25T05:14:58.204Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-07-25T05:14:58.204Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1806 | 2024-07-25T05:14:58.228Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1807 | 2024-07-25T05:14:58.296Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1808 | 2024-07-25T05:14:58.320Z | Compiling crucible-workspace-hack v0.1.0 |
1809 | 2024-07-25T05:14:58.345Z | Checking csv-core v0.1.11 |
1810 | 2024-07-25T05:14:58.368Z | Checking postcard v1.0.8 |
1811 | 2024-07-25T05:14:58.502Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1812 | 2024-07-25T05:14:58.618Z | Checking csv v1.3.0 |
1813 | 2024-07-25T05:14:58.661Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1814 | 2024-07-25T05:14:58.696Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1815 | 2024-07-25T05:14:58.798Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1816 | 2024-07-25T05:14:58.948Z | Compiling num-derive v0.4.2 |
1817 | 2024-07-25T05:14:58.972Z | Compiling slog-dtrace v0.3.0 |
1818 | 2024-07-25T05:14:58.996Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1819 | 2024-07-25T05:14:59.094Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1820 | 2024-07-25T05:14:59.324Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
1821 | 2024-07-25T05:14:59.760Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
1822 | 2024-07-25T05:14:59.837Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1823 | 2024-07-25T05:15:00.472Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1824 | 2024-07-25T05:15:02.011Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1825 | 2024-07-25T05:15:03.070Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1826 | 2024-07-25T05:15:04.378Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1827 | 2024-07-25T05:15:04.601Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1828 | 2024-07-25T05:15:07.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s |
1829 | 2024-07-25T05:15:07.827Z | |
1830 | 2024-07-25T05:15:07.827Z | info: running `cargo check --bins` on cockroach-admin-api (52/138) |
1831 | 2024-07-25T05:15:08.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2024-07-25T05:15:08.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2024-07-25T05:15:08.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2024-07-25T05:15:08.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1835 | 2024-07-25T05:15:08.585Z | |
1836 | 2024-07-25T05:15:08.585Z | info: running `cargo check --bins` on cockroach-admin-types (53/138) |
1837 | 2024-07-25T05:15:09.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2024-07-25T05:15:09.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2024-07-25T05:15:09.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2024-07-25T05:15:09.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1841 | 2024-07-25T05:15:09.339Z | |
1842 | 2024-07-25T05:15:09.339Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (54/138) |
1843 | 2024-07-25T05:15:09.893Z | Downloading crates ... |
1844 | 2024-07-25T05:15:10.118Z | Downloaded crunchy v0.2.2 |
1845 | 2024-07-25T05:15:10.146Z | Downloaded http-range v0.1.5 |
1846 | 2024-07-25T05:15:10.146Z | Downloaded strum_macros v0.24.3 |
1847 | 2024-07-25T05:15:10.146Z | Downloaded ref-cast v1.0.23 |
1848 | 2024-07-25T05:15:10.146Z | Downloaded which v4.4.2 |
1849 | 2024-07-25T05:15:10.146Z | Downloaded trust-dns-server v0.22.1 |
1850 | 2024-07-25T05:15:10.173Z | Downloaded x509-cert v0.2.5 |
1851 | 2024-07-25T05:15:10.173Z | Downloaded ron v0.8.1 |
1852 | 2024-07-25T05:15:10.197Z | Downloaded zip v0.6.6 |
1853 | 2024-07-25T05:15:10.197Z | Downloaded serde-hex v0.1.0 |
1854 | 2024-07-25T05:15:10.197Z | Downloaded sled v0.34.7 |
1855 | 2024-07-25T05:15:10.197Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1856 | 2024-07-25T05:15:10.222Z | Downloaded indoc v1.0.9 |
1857 | 2024-07-25T05:15:10.222Z | Downloaded trust-dns-client v0.22.0 |
1858 | 2024-07-25T05:15:10.223Z | Downloaded regex-syntax v0.6.29 |
1859 | 2024-07-25T05:15:10.246Z | Downloaded radix_trie v0.2.1 |
1860 | 2024-07-25T05:15:10.246Z | Downloaded quick-xml v0.31.0 |
1861 | 2024-07-25T05:15:10.246Z | Downloaded polar-core v0.27.3 |
1862 | 2024-07-25T05:15:10.247Z | Downloaded object v0.30.4 |
1863 | 2024-07-25T05:15:10.270Z | Downloaded num-complex v0.4.6 |
1864 | 2024-07-25T05:15:10.270Z | Downloaded num-bigint-dig v0.8.4 |
1865 | 2024-07-25T05:15:10.270Z | Downloaded nix v0.27.1 |
1866 | 2024-07-25T05:15:10.294Z | Downloaded libxml v0.3.3 |
1867 | 2024-07-25T05:15:10.294Z | Downloaded lalrpop v0.19.12 |
1868 | 2024-07-25T05:15:10.294Z | Downloaded flume v0.11.0 |
1869 | 2024-07-25T05:15:10.318Z | Downloaded ref-cast-impl v1.0.23 |
1870 | 2024-07-25T05:15:10.318Z | Downloaded oso-derive v0.27.3 |
1871 | 2024-07-25T05:15:10.318Z | Downloaded nanorand v0.7.0 |
1872 | 2024-07-25T05:15:10.318Z | Downloaded memoffset v0.9.1 |
1873 | 2024-07-25T05:15:10.318Z | Downloaded const_format v0.2.32 |
1874 | 2024-07-25T05:15:10.318Z | Downloaded bitvec v1.0.1 |
1875 | 2024-07-25T05:15:10.343Z | Downloaded bindgen v0.69.4 |
1876 | 2024-07-25T05:15:10.343Z | Downloaded wyz v0.5.1 |
1877 | 2024-07-25T05:15:10.343Z | Downloaded unicase v2.7.0 |
1878 | 2024-07-25T05:15:10.343Z | Downloaded tls_codec_derive v0.4.1 |
1879 | 2024-07-25T05:15:10.343Z | Downloaded tiny-keccak v2.0.2 |
1880 | 2024-07-25T05:15:10.343Z | Downloaded tap v1.0.1 |
1881 | 2024-07-25T05:15:10.343Z | Downloaded smallvec v0.6.14 |
1882 | 2024-07-25T05:15:10.343Z | Downloaded signature v2.2.0 |
1883 | 2024-07-25T05:15:10.371Z | Downloaded shlex v1.3.0 |
1884 | 2024-07-25T05:15:10.371Z | Downloaded serde-big-array v0.5.1 |
1885 | 2024-07-25T05:15:10.371Z | Downloaded rustc-hash v1.1.0 |
1886 | 2024-07-25T05:15:10.371Z | Downloaded rsa v0.9.6 |
1887 | 2024-07-25T05:15:10.372Z | Downloaded pkcs1 v0.7.5 |
1888 | 2024-07-25T05:15:10.372Z | Downloaded parking_lot_core v0.8.6 |
1889 | 2024-07-25T05:15:10.372Z | Downloaded packed_struct_codegen v0.10.1 |
1890 | 2024-07-25T05:15:10.372Z | Downloaded num v0.4.3 |
1891 | 2024-07-25T05:15:10.372Z | Downloaded libefi-sys v0.1.0 |
1892 | 2024-07-25T05:15:10.372Z | Downloaded hyper-staticfile v0.9.5 |
1893 | 2024-07-25T05:15:10.372Z | Downloaded highway v1.1.0 |
1894 | 2024-07-25T05:15:10.372Z | Downloaded hashbrown v0.13.2 |
1895 | 2024-07-25T05:15:10.372Z | Downloaded fxhash v0.2.1 |
1896 | 2024-07-25T05:15:10.397Z | Downloaded env_logger v0.10.2 |
1897 | 2024-07-25T05:15:10.397Z | Downloaded ena v0.14.3 |
1898 | 2024-07-25T05:15:10.397Z | Downloaded diff v0.1.13 |
1899 | 2024-07-25T05:15:10.397Z | Downloaded derive_builder_macro v0.20.0 |
1900 | 2024-07-25T05:15:10.397Z | Downloaded derive_builder v0.20.0 |
1901 | 2024-07-25T05:15:10.397Z | Downloaded clang-sys v1.7.0 |
1902 | 2024-07-25T05:15:10.397Z | Downloaded signal-hook-tokio v0.3.1 |
1903 | 2024-07-25T05:15:10.397Z | Downloaded samael v0.0.15 |
1904 | 2024-07-25T05:15:10.397Z | Downloaded prettyplease v0.2.20 |
1905 | 2024-07-25T05:15:10.421Z | Downloaded parking_lot v0.11.2 |
1906 | 2024-07-25T05:15:10.421Z | Downloaded num-rational v0.4.2 |
1907 | 2024-07-25T05:15:10.421Z | Downloaded mime_guess v2.0.4 |
1908 | 2024-07-25T05:15:10.421Z | Downloaded lazycell v1.3.0 |
1909 | 2024-07-25T05:15:10.421Z | Downloaded glob v0.3.1 |
1910 | 2024-07-25T05:15:10.421Z | Downloaded funty v2.0.0 |
1911 | 2024-07-25T05:15:10.421Z | Downloaded cookie v0.18.1 |
1912 | 2024-07-25T05:15:10.421Z | Downloaded const_format_proc_macros v0.2.32 |
1913 | 2024-07-25T05:15:10.421Z | Downloaded cexpr v0.6.0 |
1914 | 2024-07-25T05:15:10.421Z | Downloaded bzip2 v0.4.4 |
1915 | 2024-07-25T05:15:10.421Z | Downloaded bcs v0.1.6 |
1916 | 2024-07-25T05:15:10.421Z | Downloaded toml v0.5.11 |
1917 | 2024-07-25T05:15:10.445Z | Downloaded tls_codec v0.4.1 |
1918 | 2024-07-25T05:15:10.446Z | Downloaded oso v0.27.3 |
1919 | 2024-07-25T05:15:10.446Z | Downloaded nodrop v0.1.14 |
1920 | 2024-07-25T05:15:10.446Z | Downloaded nibble_vec v0.1.0 |
1921 | 2024-07-25T05:15:10.446Z | Downloaded maybe-uninit v2.0.0 |
1922 | 2024-07-25T05:15:10.446Z | Downloaded libloading v0.8.3 |
1923 | 2024-07-25T05:15:10.446Z | Downloaded kstat-rs v0.2.4 |
1924 | 2024-07-25T05:15:10.446Z | Downloaded impl-trait-for-tuples v0.2.2 |
1925 | 2024-07-25T05:15:10.446Z | Downloaded derive_builder_core v0.20.0 |
1926 | 2024-07-25T05:15:10.446Z | Downloaded crc-any v2.5.0 |
1927 | 2024-07-25T05:15:10.446Z | Downloaded float-ord v0.3.2 |
1928 | 2024-07-25T05:15:10.446Z | Downloaded async-recursion v1.1.1 |
1929 | 2024-07-25T05:15:10.470Z | Downloaded ascii-canvas v3.0.0 |
1930 | 2024-07-25T05:15:10.470Z | Downloaded array-init v0.0.4 |
1931 | 2024-07-25T05:15:10.470Z | Downloaded radium v0.7.0 |
1932 | 2024-07-25T05:15:10.470Z | Downloaded path-slash v0.1.5 |
1933 | 2024-07-25T05:15:10.470Z | Downloaded packed_struct v0.10.1 |
1934 | 2024-07-25T05:15:10.470Z | Downloaded gethostname v0.4.3 |
1935 | 2024-07-25T05:15:10.470Z | Downloaded crc-catalog v2.4.0 |
1936 | 2024-07-25T05:15:10.470Z | Downloaded crc v3.2.1 |
1937 | 2024-07-25T05:15:10.470Z | Downloaded bitfield-struct v0.6.1 |
1938 | 2024-07-25T05:15:10.470Z | Downloaded bitfield v0.14.0 |
1939 | 2024-07-25T05:15:10.470Z | Downloaded bb8 v0.8.5 |
1940 | 2024-07-25T05:15:10.470Z | Downloaded endian-type v0.1.2 |
1941 | 2024-07-25T05:15:10.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2024-07-25T05:15:10.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2024-07-25T05:15:10.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2024-07-25T05:15:10.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
1945 | 2024-07-25T05:15:10.577Z | |
1946 | 2024-07-25T05:15:10.577Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (55/138) |
1947 | 2024-07-25T05:15:11.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2024-07-25T05:15:11.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2024-07-25T05:15:11.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2024-07-25T05:15:11.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1951 | 2024-07-25T05:15:11.490Z | |
1952 | 2024-07-25T05:15:11.490Z | info: running `cargo check --bins` on dns-server (56/138) |
1953 | 2024-07-25T05:15:12.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2024-07-25T05:15:12.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2024-07-25T05:15:12.264Z | Compiling parking_lot_core v0.8.6 |
1956 | 2024-07-25T05:15:12.288Z | Checking nibble_vec v0.1.0 |
1957 | 2024-07-25T05:15:12.288Z | Checking endian-type v0.1.2 |
1958 | 2024-07-25T05:15:12.313Z | Checking newline-converter v0.3.0 |
1959 | 2024-07-25T05:15:12.337Z | Checking quick-error v1.2.3 |
1960 | 2024-07-25T05:15:12.337Z | Checking linked-hash-map v0.5.6 |
1961 | 2024-07-25T05:15:12.337Z | Checking fxhash v0.2.1 |
1962 | 2024-07-25T05:15:12.337Z | Checking toml v0.5.11 |
1963 | 2024-07-25T05:15:12.448Z | Checking expectorate v1.1.0 |
1964 | 2024-07-25T05:15:12.472Z | Checking resolv-conf v0.7.0 |
1965 | 2024-07-25T05:15:12.472Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1966 | 2024-07-25T05:15:12.496Z | Checking radix_trie v0.2.1 |
1967 | 2024-07-25T05:15:12.587Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1968 | 2024-07-25T05:15:12.615Z | Checking lru-cache v0.1.2 |
1969 | 2024-07-25T05:15:12.770Z | Checking trust-dns-resolver v0.22.0 |
1970 | 2024-07-25T05:15:12.842Z | Checking trust-dns-client v0.22.0 |
1971 | 2024-07-25T05:15:12.957Z | Checking parking_lot v0.11.2 |
1972 | 2024-07-25T05:15:13.258Z | Checking sled v0.34.7 |
1973 | 2024-07-25T05:15:13.793Z | Checking trust-dns-server v0.22.1 |
1974 | 2024-07-25T05:15:15.666Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1975 | 2024-07-25T05:15:17.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
1976 | 2024-07-25T05:15:17.117Z | |
1977 | 2024-07-25T05:15:17.117Z | info: running `cargo check --bins` on dns-server-api (57/138) |
1978 | 2024-07-25T05:15:17.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1979 | 2024-07-25T05:15:17.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1980 | 2024-07-25T05:15:17.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1981 | 2024-07-25T05:15:17.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1982 | 2024-07-25T05:15:17.865Z | |
1983 | 2024-07-25T05:15:17.865Z | info: running `cargo check --bins` on gateway-test-utils (58/138) |
1984 | 2024-07-25T05:15:18.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1985 | 2024-07-25T05:15:18.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1986 | 2024-07-25T05:15:18.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1987 | 2024-07-25T05:15:18.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1988 | 2024-07-25T05:15:18.683Z | |
1989 | 2024-07-25T05:15:18.683Z | info: running `cargo check --bins` on omicron-gateway (59/138) |
1990 | 2024-07-25T05:15:19.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1991 | 2024-07-25T05:15:19.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1992 | 2024-07-25T05:15:19.474Z | Compiling radium v0.7.0 |
1993 | 2024-07-25T05:15:19.498Z | Checking tap v1.0.1 |
1994 | 2024-07-25T05:15:19.498Z | Compiling maybe-uninit v2.0.0 |
1995 | 2024-07-25T05:15:19.524Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1996 | 2024-07-25T05:15:19.548Z | Compiling num-bigint-dig v0.8.4 |
1997 | 2024-07-25T05:15:19.548Z | Compiling packed_struct v0.10.1 |
1998 | 2024-07-25T05:15:19.548Z | Checking funty v2.0.0 |
1999 | 2024-07-25T05:15:19.572Z | Checking crc-catalog v2.4.0 |
2000 | 2024-07-25T05:15:19.642Z | Checking wyz v0.5.1 |
2001 | 2024-07-25T05:15:19.704Z | Checking crc v3.2.1 |
2002 | 2024-07-25T05:15:19.800Z | Compiling packed_struct_codegen v0.10.1 |
2003 | 2024-07-25T05:15:19.942Z | Compiling indexmap v1.9.3 |
2004 | 2024-07-25T05:15:19.977Z | Checking nodrop v0.1.14 |
2005 | 2024-07-25T05:15:20.072Z | Checking smallvec v0.6.14 |
2006 | 2024-07-25T05:15:20.095Z | Checking array-init v0.0.4 |
2007 | 2024-07-25T05:15:20.192Z | Checking pkcs1 v0.7.5 |
2008 | 2024-07-25T05:15:20.216Z | Checking signature v2.2.0 |
2009 | 2024-07-25T05:15:20.313Z | Checking bitvec v1.0.1 |
2010 | 2024-07-25T05:15:20.383Z | Compiling memoffset v0.9.1 |
2011 | 2024-07-25T05:15:20.409Z | Checking hashbrown v0.12.3 |
2012 | 2024-07-25T05:15:20.508Z | Checking bitfield v0.14.0 |
2013 | 2024-07-25T05:15:20.639Z | Checking bzip2 v0.4.4 |
2014 | 2024-07-25T05:15:20.733Z | Checking env_logger v0.10.2 |
2015 | 2024-07-25T05:15:20.761Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-07-25T05:15:20.870Z | Checking serde-hex v0.1.0 |
2017 | 2024-07-25T05:15:20.894Z | Checking x509-cert v0.2.5 |
2018 | 2024-07-25T05:15:20.971Z | Checking ron v0.8.1 |
2019 | 2024-07-25T05:15:21.073Z | Checking hashbrown v0.13.2 |
2020 | 2024-07-25T05:15:21.781Z | Checking rsa v0.9.6 |
2021 | 2024-07-25T05:15:21.816Z | Checking half v2.4.1 |
2022 | 2024-07-25T05:15:21.945Z | Checking ciborium-io v0.2.2 |
2023 | 2024-07-25T05:15:21.981Z | Checking crc-any v2.5.0 |
2024 | 2024-07-25T05:15:22.051Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2025 | 2024-07-25T05:15:22.181Z | Checking object v0.30.4 |
2026 | 2024-07-25T05:15:22.205Z | Checking zip v0.6.6 |
2027 | 2024-07-25T05:15:22.229Z | Checking ciborium-ll v0.2.2 |
2028 | 2024-07-25T05:15:22.290Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2029 | 2024-07-25T05:15:22.368Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2030 | 2024-07-25T05:15:22.467Z | Checking path-slash v0.1.5 |
2031 | 2024-07-25T05:15:22.589Z | Checking ciborium v0.2.2 |
2032 | 2024-07-25T05:15:22.613Z | Checking nix v0.27.1 |
2033 | 2024-07-25T05:15:22.637Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2034 | 2024-07-25T05:15:22.660Z | Checking serde-big-array v0.5.1 |
2035 | 2024-07-25T05:15:22.757Z | Checking signal-hook-tokio v0.3.1 |
2036 | 2024-07-25T05:15:25.300Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2037 | 2024-07-25T05:15:33.600Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2038 | 2024-07-25T05:15:35.106Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2039 | 2024-07-25T05:15:37.227Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2040 | 2024-07-25T05:15:41.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s |
2041 | 2024-07-25T05:15:41.999Z | |
2042 | 2024-07-25T05:15:41.999Z | info: running `cargo check --bins` on ipcc (60/138) |
2043 | 2024-07-25T05:15:42.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-07-25T05:15:42.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-07-25T05:15:42.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-07-25T05:15:42.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2047 | 2024-07-25T05:15:42.775Z | |
2048 | 2024-07-25T05:15:42.775Z | info: running `cargo check --bins` on sp-sim (61/138) |
2049 | 2024-07-25T05:15:43.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-07-25T05:15:43.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-07-25T05:15:43.611Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2052 | 2024-07-25T05:15:45.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s |
2053 | 2024-07-25T05:15:45.740Z | |
2054 | 2024-07-25T05:15:45.740Z | info: running `cargo check --bins` on internal-dns (62/138) |
2055 | 2024-07-25T05:15:46.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-07-25T05:15:46.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-07-25T05:15:46.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-07-25T05:15:46.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2059 | 2024-07-25T05:15:46.508Z | |
2060 | 2024-07-25T05:15:46.508Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (63/138) |
2061 | 2024-07-25T05:15:47.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-07-25T05:15:47.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-07-25T05:15:47.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-07-25T05:15:47.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2065 | 2024-07-25T05:15:47.333Z | |
2066 | 2024-07-25T05:15:47.333Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (64/138) |
2067 | 2024-07-25T05:15:48.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-07-25T05:15:48.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-07-25T05:15:48.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2070 | 2024-07-25T05:15:48.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2071 | 2024-07-25T05:15:48.168Z | |
2072 | 2024-07-25T05:15:48.168Z | info: running `cargo check --bins` on db-macros (65/138) |
2073 | 2024-07-25T05:15:48.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2074 | 2024-07-25T05:15:48.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2075 | 2024-07-25T05:15:48.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2076 | 2024-07-25T05:15:48.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2077 | 2024-07-25T05:15:48.906Z | |
2078 | 2024-07-25T05:15:48.906Z | info: running `cargo check --bins` on nexus-macros-common (66/138) |
2079 | 2024-07-25T05:15:49.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2080 | 2024-07-25T05:15:49.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2081 | 2024-07-25T05:15:49.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2082 | 2024-07-25T05:15:49.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2083 | 2024-07-25T05:15:49.641Z | |
2084 | 2024-07-25T05:15:49.642Z | info: running `cargo check --bins` on nexus-auth (67/138) |
2085 | 2024-07-25T05:15:50.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2086 | 2024-07-25T05:15:50.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2087 | 2024-07-25T05:15:50.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2088 | 2024-07-25T05:15:50.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2089 | 2024-07-25T05:15:50.417Z | |
2090 | 2024-07-25T05:15:50.417Z | info: running `cargo check --bins` on authz-macros (68/138) |
2091 | 2024-07-25T05:15:51.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2092 | 2024-07-25T05:15:51.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2093 | 2024-07-25T05:15:51.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2094 | 2024-07-25T05:15:51.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2095 | 2024-07-25T05:15:51.139Z | |
2096 | 2024-07-25T05:15:51.139Z | info: running `cargo check --bins` on nexus-db-fixed-data (69/138) |
2097 | 2024-07-25T05:15:51.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-07-25T05:15:51.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-07-25T05:15:51.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-07-25T05:15:51.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2101 | 2024-07-25T05:15:51.891Z | |
2102 | 2024-07-25T05:15:51.891Z | info: running `cargo check --bins` on nexus-db-model (70/138) |
2103 | 2024-07-25T05:15:52.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-07-25T05:15:52.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-07-25T05:15:52.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-07-25T05:15:52.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2107 | 2024-07-25T05:15:52.667Z | |
2108 | 2024-07-25T05:15:52.667Z | info: running `cargo check --bins` on nexus-defaults (71/138) |
2109 | 2024-07-25T05:15:53.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-07-25T05:15:53.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-07-25T05:15:53.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-07-25T05:15:53.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2113 | 2024-07-25T05:15:53.426Z | |
2114 | 2024-07-25T05:15:53.426Z | info: running `cargo check --bins` on oximeter (72/138) |
2115 | 2024-07-25T05:15:54.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-07-25T05:15:54.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-07-25T05:15:54.197Z | Compiling rustls-pki-types v1.7.0 |
2118 | 2024-07-25T05:15:54.221Z | Compiling prettyplease v0.2.20 |
2119 | 2024-07-25T05:15:54.244Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2120 | 2024-07-25T05:15:54.244Z | Compiling crossbeam-channel v0.5.12 |
2121 | 2024-07-25T05:15:54.244Z | Compiling slog-json v2.6.1 |
2122 | 2024-07-25T05:15:54.268Z | Compiling http v1.1.0 |
2123 | 2024-07-25T05:15:54.291Z | Compiling atomic-waker v1.1.2 |
2124 | 2024-07-25T05:15:54.315Z | Compiling base64 v0.22.1 |
2125 | 2024-07-25T05:15:54.468Z | Compiling waitgroup v0.1.2 |
2126 | 2024-07-25T05:15:54.492Z | Compiling slog-term v2.9.1 |
2127 | 2024-07-25T05:15:54.603Z | Compiling rustls-webpki v0.102.4 |
2128 | 2024-07-25T05:15:54.626Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2129 | 2024-07-25T05:15:54.666Z | Compiling slog-bunyan v2.5.0 |
2130 | 2024-07-25T05:15:54.831Z | Compiling rustls-pemfile v2.1.2 |
2131 | 2024-07-25T05:15:54.855Z | Compiling async-stream v0.3.5 |
2132 | 2024-07-25T05:15:54.935Z | Compiling slog-async v2.8.0 |
2133 | 2024-07-25T05:15:54.959Z | Compiling camino v1.1.7 |
2134 | 2024-07-25T05:15:55.123Z | Compiling toml v0.8.15 |
2135 | 2024-07-25T05:15:55.185Z | Compiling sha1 v0.10.6 |
2136 | 2024-07-25T05:15:55.209Z | Compiling newtype-uuid v1.1.0 |
2137 | 2024-07-25T05:15:55.461Z | Compiling rustls v0.22.4 |
2138 | 2024-07-25T05:15:55.521Z | Compiling multer v3.1.0 |
2139 | 2024-07-25T05:15:55.558Z | Compiling serde_path_to_error v0.1.16 |
2140 | 2024-07-25T05:15:55.757Z | Compiling hostname v0.4.0 |
2141 | 2024-07-25T05:15:55.967Z | Compiling instant v0.1.12 |
2142 | 2024-07-25T05:15:55.990Z | Compiling debug-ignore v1.0.5 |
2143 | 2024-07-25T05:15:56.098Z | Compiling backoff v0.4.0 |
2144 | 2024-07-25T05:15:56.121Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2145 | 2024-07-25T05:15:56.272Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2146 | 2024-07-25T05:15:56.387Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2147 | 2024-07-25T05:15:56.419Z | Compiling strum v0.26.3 |
2148 | 2024-07-25T05:15:56.443Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2149 | 2024-07-25T05:15:56.443Z | Compiling serde_with v3.8.3 |
2150 | 2024-07-25T05:15:56.490Z | Compiling parse-display v0.9.1 |
2151 | 2024-07-25T05:15:56.576Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2152 | 2024-07-25T05:15:56.599Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2153 | 2024-07-25T05:15:56.627Z | Compiling num-rational v0.4.2 |
2154 | 2024-07-25T05:15:56.719Z | Compiling num-complex v0.4.6 |
2155 | 2024-07-25T05:15:57.071Z | Compiling macaddr v1.0.1 |
2156 | 2024-07-25T05:15:57.453Z | Compiling num v0.4.3 |
2157 | 2024-07-25T05:15:57.568Z | Compiling float-ord v0.3.2 |
2158 | 2024-07-25T05:15:58.537Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2159 | 2024-07-25T05:15:58.872Z | Compiling tokio-rustls v0.25.0 |
2160 | 2024-07-25T05:15:59.161Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2161 | 2024-07-25T05:16:02.526Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2162 | 2024-07-25T05:16:16.406Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2163 | 2024-07-25T05:16:20.142Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2164 | 2024-07-25T05:16:20.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s |
2165 | 2024-07-25T05:16:21.072Z | |
2166 | 2024-07-25T05:16:21.072Z | info: running `cargo check --bins` on oximeter-impl (73/138) |
2167 | 2024-07-25T05:16:21.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-07-25T05:16:21.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-07-25T05:16:21.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2170 | 2024-07-25T05:16:21.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2171 | 2024-07-25T05:16:21.962Z | |
2172 | 2024-07-25T05:16:21.962Z | info: running `cargo check --bins` on oximeter-macro-impl (74/138) |
2173 | 2024-07-25T05:16:22.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-07-25T05:16:22.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-07-25T05:16:22.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-07-25T05:16:22.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2177 | 2024-07-25T05:16:22.809Z | |
2178 | 2024-07-25T05:16:22.809Z | info: running `cargo check --bins` on oximeter-timeseries-macro (75/138) |
2179 | 2024-07-25T05:16:23.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-07-25T05:16:23.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-07-25T05:16:23.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-07-25T05:16:23.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2183 | 2024-07-25T05:16:23.671Z | |
2184 | 2024-07-25T05:16:23.671Z | info: running `cargo check --bins` on nexus-inventory (76/138) |
2185 | 2024-07-25T05:16:24.304Z | Downloading crates ... |
2186 | 2024-07-25T05:16:24.419Z | Downloaded rand_seeder v0.2.3 |
2187 | 2024-07-25T05:16:24.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2188 | 2024-07-25T05:16:24.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2189 | 2024-07-25T05:16:24.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2190 | 2024-07-25T05:16:24.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2191 | 2024-07-25T05:16:24.511Z | |
2192 | 2024-07-25T05:16:24.511Z | info: running `cargo check --bins` on typed-rng (77/138) |
2193 | 2024-07-25T05:16:25.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2194 | 2024-07-25T05:16:25.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2195 | 2024-07-25T05:16:25.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2196 | 2024-07-25T05:16:25.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2197 | 2024-07-25T05:16:25.221Z | |
2198 | 2024-07-25T05:16:25.221Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (78/138) |
2199 | 2024-07-25T05:16:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2200 | 2024-07-25T05:16:26.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2201 | 2024-07-25T05:16:26.136Z | Compiling semver v0.1.20 |
2202 | 2024-07-25T05:16:26.160Z | Compiling rayon-core v1.12.1 |
2203 | 2024-07-25T05:16:26.160Z | Compiling convert_case v0.4.0 |
2204 | 2024-07-25T05:16:26.160Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2205 | 2024-07-25T05:16:26.160Z | Checking password-hash v0.5.0 |
2206 | 2024-07-25T05:16:26.184Z | Compiling crossbeam-deque v0.8.5 |
2207 | 2024-07-25T05:16:26.184Z | Checking blake2 v0.10.6 |
2208 | 2024-07-25T05:16:26.184Z | Compiling derive-where v1.2.7 |
2209 | 2024-07-25T05:16:26.485Z | Compiling rustc_version v0.1.7 |
2210 | 2024-07-25T05:16:26.532Z | Compiling unicase v2.7.0 |
2211 | 2024-07-25T05:16:26.556Z | Compiling fastrand v2.1.0 |
2212 | 2024-07-25T05:16:26.556Z | Compiling same-file v1.0.6 |
2213 | 2024-07-25T05:16:26.719Z | Compiling walkdir v2.5.0 |
2214 | 2024-07-25T05:16:26.776Z | Checking argon2 v0.5.3 |
2215 | 2024-07-25T05:16:26.912Z | Compiling newtype_derive v0.1.6 |
2216 | 2024-07-25T05:16:26.940Z | Compiling tempfile v3.10.1 |
2217 | 2024-07-25T05:16:27.029Z | Compiling curve25519-dalek v4.1.3 |
2218 | 2024-07-25T05:16:27.053Z | Compiling derive_more v0.99.18 |
2219 | 2024-07-25T05:16:27.296Z | Compiling blake3 v1.5.1 |
2220 | 2024-07-25T05:16:27.341Z | Compiling ring v0.16.20 |
2221 | 2024-07-25T05:16:27.381Z | Checking keccak v0.1.5 |
2222 | 2024-07-25T05:16:27.633Z | Compiling rayon v1.10.0 |
2223 | 2024-07-25T05:16:27.657Z | Checking sha3 v0.10.8 |
2224 | 2024-07-25T05:16:27.689Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2225 | 2024-07-25T05:16:27.930Z | Checking steno v0.4.1 |
2226 | 2024-07-25T05:16:27.974Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2227 | 2024-07-25T05:16:28.120Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2228 | 2024-07-25T05:16:28.320Z | Compiling xattr v1.3.1 |
2229 | 2024-07-25T05:16:28.564Z | Checking universal-hash v0.5.1 |
2230 | 2024-07-25T05:16:28.720Z | Compiling thiserror-impl-no-std v2.0.2 |
2231 | 2024-07-25T05:16:29.070Z | Checking secrecy v0.8.0 |
2232 | 2024-07-25T05:16:29.241Z | Compiling curve25519-dalek-derive v0.1.1 |
2233 | 2024-07-25T05:16:29.718Z | Compiling memmap2 v0.9.4 |
2234 | 2024-07-25T05:16:30.092Z | Compiling untrusted v0.7.1 |
2235 | 2024-07-25T05:16:30.251Z | Compiling home v0.5.9 |
2236 | 2024-07-25T05:16:30.368Z | Compiling libefi-sys v0.1.0 |
2237 | 2024-07-25T05:16:30.443Z | Checking opaque-debug v0.3.1 |
2238 | 2024-07-25T05:16:30.487Z | Compiling constant_time_eq v0.3.0 |
2239 | 2024-07-25T05:16:30.531Z | Compiling arrayvec v0.7.4 |
2240 | 2024-07-25T05:16:30.598Z | Compiling arrayref v0.3.7 |
2241 | 2024-07-25T05:16:30.648Z | Compiling spin v0.5.2 |
2242 | 2024-07-25T05:16:30.706Z | Checking poly1305 v0.8.0 |
2243 | 2024-07-25T05:16:31.333Z | Checking thiserror-no-std v2.0.2 |
2244 | 2024-07-25T05:16:31.432Z | Compiling toolchain_find v0.4.0 |
2245 | 2024-07-25T05:16:31.463Z | Compiling tar v0.4.41 |
2246 | 2024-07-25T05:16:31.522Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2247 | 2024-07-25T05:16:31.739Z | Compiling camino-tempfile v1.1.1 |
2248 | 2024-07-25T05:16:32.114Z | Checking chacha20 v0.9.1 |
2249 | 2024-07-25T05:16:32.337Z | Checking aead v0.5.2 |
2250 | 2024-07-25T05:16:32.366Z | Compiling bitfield-struct v0.6.1 |
2251 | 2024-07-25T05:16:32.406Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-07-25T05:16:32.474Z | Compiling topological-sort v0.2.2 |
2253 | 2024-07-25T05:16:32.520Z | Compiling cancel-safe-futures v0.1.5 |
2254 | 2024-07-25T05:16:32.650Z | Compiling omicron-zone-package v0.11.0 |
2255 | 2024-07-25T05:16:32.803Z | Checking chacha20poly1305 v0.10.1 |
2256 | 2024-07-25T05:16:32.826Z | Checking vsss-rs v3.3.4 |
2257 | 2024-07-25T05:16:32.957Z | Compiling mime_guess v2.0.4 |
2258 | 2024-07-25T05:16:33.204Z | Compiling rustfmt-wrapper v0.2.1 |
2259 | 2024-07-25T05:16:33.502Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-07-25T05:16:33.958Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2261 | 2024-07-25T05:16:33.982Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2262 | 2024-07-25T05:16:33.982Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2263 | 2024-07-25T05:16:34.079Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2264 | 2024-07-25T05:16:34.196Z | Checking libsw v3.3.1 |
2265 | 2024-07-25T05:16:34.300Z | Checking gethostname v0.4.3 |
2266 | 2024-07-25T05:16:34.413Z | Checking linear-map v1.2.0 |
2267 | 2024-07-25T05:16:34.437Z | Checking swrite v0.1.0 |
2268 | 2024-07-25T05:16:34.460Z | Checking owo-colors v4.0.0 |
2269 | 2024-07-25T05:16:34.484Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2270 | 2024-07-25T05:16:34.542Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2271 | 2024-07-25T05:16:34.674Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2272 | 2024-07-25T05:16:34.697Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2273 | 2024-07-25T05:16:34.956Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2274 | 2024-07-25T05:16:35.158Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2275 | 2024-07-25T05:16:35.213Z | Checking kstat-rs v0.2.4 |
2276 | 2024-07-25T05:16:35.382Z | Checking nanorand v0.7.0 |
2277 | 2024-07-25T05:16:35.495Z | Checking glob v0.3.1 |
2278 | 2024-07-25T05:16:35.592Z | Checking http-range v0.1.5 |
2279 | 2024-07-25T05:16:35.677Z | Checking flume v0.11.0 |
2280 | 2024-07-25T05:16:35.743Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2281 | 2024-07-25T05:16:35.766Z | Checking hyper-staticfile v0.9.5 |
2282 | 2024-07-25T05:16:35.797Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2283 | 2024-07-25T05:16:35.822Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2284 | 2024-07-25T05:16:36.072Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2285 | 2024-07-25T05:16:36.106Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2286 | 2024-07-25T05:16:36.419Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2287 | 2024-07-25T05:16:37.239Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2288 | 2024-07-25T05:16:37.382Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2289 | 2024-07-25T05:16:37.502Z | Checking display-error-chain v0.2.0 |
2290 | 2024-07-25T05:16:37.988Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2291 | 2024-07-25T05:16:38.188Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2292 | 2024-07-25T05:16:45.767Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2293 | 2024-07-25T05:16:52.289Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2294 | 2024-07-25T05:16:52.289Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2295 | 2024-07-25T05:16:53.651Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2296 | 2024-07-25T05:16:54.178Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2297 | 2024-07-25T05:17:11.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.96s |
2298 | 2024-07-25T05:17:11.317Z | |
2299 | 2024-07-25T05:17:11.317Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (79/138) |
2300 | 2024-07-25T05:17:12.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2301 | 2024-07-25T05:17:12.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2302 | 2024-07-25T05:17:12.222Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2303 | 2024-07-25T05:17:29.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s |
2304 | 2024-07-25T05:17:29.395Z | |
2305 | 2024-07-25T05:17:29.395Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (80/138) |
2306 | 2024-07-25T05:17:30.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2307 | 2024-07-25T05:17:30.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2308 | 2024-07-25T05:17:30.307Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2309 | 2024-07-25T05:17:47.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s |
2310 | 2024-07-25T05:17:47.530Z | |
2311 | 2024-07-25T05:17:47.530Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (81/138) |
2312 | 2024-07-25T05:17:48.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2313 | 2024-07-25T05:17:48.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2314 | 2024-07-25T05:17:48.447Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2315 | 2024-07-25T05:18:05.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.34s |
2316 | 2024-07-25T05:18:06.006Z | |
2317 | 2024-07-25T05:18:06.007Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (82/138) |
2318 | 2024-07-25T05:18:06.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2024-07-25T05:18:06.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2024-07-25T05:18:06.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2321 | 2024-07-25T05:18:24.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.02s |
2322 | 2024-07-25T05:18:24.151Z | |
2323 | 2024-07-25T05:18:24.151Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (83/138) |
2324 | 2024-07-25T05:18:24.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2325 | 2024-07-25T05:18:24.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2326 | 2024-07-25T05:18:25.068Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2327 | 2024-07-25T05:18:42.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.90s |
2328 | 2024-07-25T05:18:42.186Z | |
2329 | 2024-07-25T05:18:42.186Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (84/138) |
2330 | 2024-07-25T05:18:42.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2331 | 2024-07-25T05:18:42.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2332 | 2024-07-25T05:18:43.106Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2333 | 2024-07-25T05:19:00.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.15s |
2334 | 2024-07-25T05:19:00.481Z | |
2335 | 2024-07-25T05:19:00.481Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (85/138) |
2336 | 2024-07-25T05:19:01.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2337 | 2024-07-25T05:19:01.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2338 | 2024-07-25T05:19:01.414Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2339 | 2024-07-25T05:19:18.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.22s |
2340 | 2024-07-25T05:19:18.843Z | |
2341 | 2024-07-25T05:19:18.843Z | info: running `cargo check --bins` on bootstrap-agent-api (86/138) |
2342 | 2024-07-25T05:19:19.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2343 | 2024-07-25T05:19:19.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2344 | 2024-07-25T05:19:19.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2345 | 2024-07-25T05:19:19.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2346 | 2024-07-25T05:19:19.645Z | |
2347 | 2024-07-25T05:19:19.645Z | info: running `cargo check --bins` on sled-agent-types (87/138) |
2348 | 2024-07-25T05:19:21.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2349 | 2024-07-25T05:19:21.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2350 | 2024-07-25T05:19:21.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2351 | 2024-07-25T05:19:21.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2352 | 2024-07-25T05:19:21.425Z | |
2353 | 2024-07-25T05:19:21.425Z | info: running `cargo check --bins` on key-manager (88/138) |
2354 | 2024-07-25T05:19:21.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2355 | 2024-07-25T05:19:21.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2356 | 2024-07-25T05:19:21.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2357 | 2024-07-25T05:19:21.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2358 | 2024-07-25T05:19:21.425Z | |
2359 | 2024-07-25T05:19:21.425Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/138) |
2360 | 2024-07-25T05:19:21.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2361 | 2024-07-25T05:19:21.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2362 | 2024-07-25T05:19:21.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2363 | 2024-07-25T05:19:21.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2364 | 2024-07-25T05:19:21.960Z | |
2365 | 2024-07-25T05:19:21.960Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/138) |
2366 | 2024-07-25T05:19:22.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2367 | 2024-07-25T05:19:22.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2368 | 2024-07-25T05:19:22.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2369 | 2024-07-25T05:19:22.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2370 | 2024-07-25T05:19:22.753Z | |
2371 | 2024-07-25T05:19:22.754Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/138) |
2372 | 2024-07-25T05:19:23.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2373 | 2024-07-25T05:19:23.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2374 | 2024-07-25T05:19:23.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2375 | 2024-07-25T05:19:23.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2376 | 2024-07-25T05:19:23.635Z | |
2377 | 2024-07-25T05:19:23.635Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/138) |
2378 | 2024-07-25T05:19:24.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-07-25T05:19:24.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-07-25T05:19:24.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2381 | 2024-07-25T05:19:24.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2382 | 2024-07-25T05:19:24.331Z | |
2383 | 2024-07-25T05:19:24.331Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/138) |
2384 | 2024-07-25T05:19:25.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-07-25T05:19:25.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-07-25T05:19:25.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2387 | 2024-07-25T05:19:25.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2388 | 2024-07-25T05:19:25.120Z | |
2389 | 2024-07-25T05:19:25.120Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/138) |
2390 | 2024-07-25T05:19:25.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-07-25T05:19:25.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-07-25T05:19:25.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2393 | 2024-07-25T05:19:25.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2394 | 2024-07-25T05:19:25.887Z | |
2395 | 2024-07-25T05:19:25.887Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/138) |
2396 | 2024-07-25T05:19:26.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-07-25T05:19:26.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-07-25T05:19:26.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2399 | 2024-07-25T05:19:26.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2400 | 2024-07-25T05:19:26.664Z | |
2401 | 2024-07-25T05:19:26.664Z | info: running `cargo check --bins` on oximeter-producer (96/138) |
2402 | 2024-07-25T05:19:27.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-07-25T05:19:27.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-07-25T05:19:27.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2405 | 2024-07-25T05:19:27.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2406 | 2024-07-25T05:19:27.456Z | |
2407 | 2024-07-25T05:19:27.456Z | info: running `cargo check --bins` on sled-hardware (97/138) |
2408 | 2024-07-25T05:19:28.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-07-25T05:19:28.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-07-25T05:19:28.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2411 | 2024-07-25T05:19:28.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2412 | 2024-07-25T05:19:28.227Z | |
2413 | 2024-07-25T05:19:28.227Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/138) |
2414 | 2024-07-25T05:19:28.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-07-25T05:19:28.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-07-25T05:19:28.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2417 | 2024-07-25T05:19:28.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2418 | 2024-07-25T05:19:29.005Z | |
2419 | 2024-07-25T05:19:29.005Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/138) |
2420 | 2024-07-25T05:19:29.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-07-25T05:19:29.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-07-25T05:19:29.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-07-25T05:19:29.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2424 | 2024-07-25T05:19:29.783Z | |
2425 | 2024-07-25T05:19:29.783Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/138) |
2426 | 2024-07-25T05:19:30.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-07-25T05:19:30.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-07-25T05:19:30.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-07-25T05:19:30.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2430 | 2024-07-25T05:19:30.559Z | |
2431 | 2024-07-25T05:19:30.559Z | info: running `cargo check --bins` on nexus-test-interface (101/138) |
2432 | 2024-07-25T05:19:31.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-07-25T05:19:31.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-07-25T05:19:31.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2435 | 2024-07-25T05:19:31.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2436 | 2024-07-25T05:19:31.330Z | |
2437 | 2024-07-25T05:19:31.330Z | info: running `cargo check --bins` on oximeter-collector (102/138) |
2438 | 2024-07-25T05:19:32.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-07-25T05:19:32.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-07-25T05:19:32.145Z | Checking bcs v0.1.6 |
2441 | 2024-07-25T05:19:32.145Z | Compiling async-recursion v1.1.1 |
2442 | 2024-07-25T05:19:32.146Z | Checking highway v1.1.0 |
2443 | 2024-07-25T05:19:32.146Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2444 | 2024-07-25T05:19:32.170Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2445 | 2024-07-25T05:19:33.338Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2446 | 2024-07-25T05:19:37.078Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2447 | 2024-07-25T05:19:39.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s |
2448 | 2024-07-25T05:19:39.158Z | |
2449 | 2024-07-25T05:19:39.158Z | info: running `cargo check --bins` on oximeter-api (103/138) |
2450 | 2024-07-25T05:19:39.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-07-25T05:19:39.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-07-25T05:19:39.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-07-25T05:19:39.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2454 | 2024-07-25T05:19:39.937Z | |
2455 | 2024-07-25T05:19:39.937Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/138) |
2456 | 2024-07-25T05:19:40.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-07-25T05:19:40.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-07-25T05:19:40.738Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2459 | 2024-07-25T05:19:41.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
2460 | 2024-07-25T05:19:41.469Z | |
2461 | 2024-07-25T05:19:41.469Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/138) |
2462 | 2024-07-25T05:19:42.029Z | Downloading crates ... |
2463 | 2024-07-25T05:19:42.227Z | Downloaded fd-lock v4.0.2 |
2464 | 2024-07-25T05:19:42.252Z | Downloaded cfg_aliases v0.1.1 |
2465 | 2024-07-25T05:19:42.252Z | Downloaded vte_generate_state_changes v0.1.1 |
2466 | 2024-07-25T05:19:42.252Z | Downloaded sqlparser_derive v0.2.2 |
2467 | 2024-07-25T05:19:42.252Z | Downloaded unicode_categories v0.1.1 |
2468 | 2024-07-25T05:19:42.252Z | Downloaded rustyline v14.0.0 |
2469 | 2024-07-25T05:19:42.252Z | Downloaded vte v0.11.1 |
2470 | 2024-07-25T05:19:42.252Z | Downloaded nix v0.28.0 |
2471 | 2024-07-25T05:19:42.276Z | Downloaded sqlparser v0.45.0 |
2472 | 2024-07-25T05:19:42.276Z | Downloaded reedline v0.31.0 |
2473 | 2024-07-25T05:19:42.300Z | Downloaded peg-macros v0.8.4 |
2474 | 2024-07-25T05:19:42.300Z | Downloaded strip-ansi-escapes v0.2.0 |
2475 | 2024-07-25T05:19:42.300Z | Downloaded sqlformat v0.2.4 |
2476 | 2024-07-25T05:19:42.300Z | Downloaded peg v0.8.4 |
2477 | 2024-07-25T05:19:42.300Z | Downloaded nu-ansi-term v0.50.0 |
2478 | 2024-07-25T05:19:42.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-07-25T05:19:42.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-07-25T05:19:42.429Z | Compiling cfg_aliases v0.1.1 |
2481 | 2024-07-25T05:19:42.453Z | Compiling vte_generate_state_changes v0.1.1 |
2482 | 2024-07-25T05:19:42.453Z | Checking fd-lock v4.0.2 |
2483 | 2024-07-25T05:19:42.453Z | Checking bytecount v0.6.8 |
2484 | 2024-07-25T05:19:42.453Z | Compiling tabled_derive v0.7.0 |
2485 | 2024-07-25T05:19:42.477Z | Compiling peg-macros v0.8.4 |
2486 | 2024-07-25T05:19:42.477Z | Compiling sqlparser_derive v0.2.2 |
2487 | 2024-07-25T05:19:42.477Z | Checking home v0.5.9 |
2488 | 2024-07-25T05:19:42.550Z | Compiling nix v0.28.0 |
2489 | 2024-07-25T05:19:42.637Z | Checking unicode_categories v0.1.1 |
2490 | 2024-07-25T05:19:42.661Z | Checking papergrid v0.11.0 |
2491 | 2024-07-25T05:19:42.685Z | Checking nu-ansi-term v0.50.0 |
2492 | 2024-07-25T05:19:42.872Z | Checking sqlformat v0.2.4 |
2493 | 2024-07-25T05:19:43.000Z | Checking vte v0.11.1 |
2494 | 2024-07-25T05:19:43.391Z | Checking sqlparser v0.45.0 |
2495 | 2024-07-25T05:19:43.953Z | Checking strip-ansi-escapes v0.2.0 |
2496 | 2024-07-25T05:19:44.079Z | Checking reedline v0.31.0 |
2497 | 2024-07-25T05:19:44.150Z | Checking tabled v0.15.0 |
2498 | 2024-07-25T05:19:44.864Z | Checking peg v0.8.4 |
2499 | 2024-07-25T05:19:45.147Z | Checking rustyline v14.0.0 |
2500 | 2024-07-25T05:19:50.180Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2501 | 2024-07-25T05:19:57.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s |
2502 | 2024-07-25T05:19:57.272Z | |
2503 | 2024-07-25T05:19:57.273Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/138) |
2504 | 2024-07-25T05:19:58.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-07-25T05:19:58.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-07-25T05:19:58.122Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2507 | 2024-07-25T05:20:04.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
2508 | 2024-07-25T05:20:05.082Z | |
2509 | 2024-07-25T05:20:05.082Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/138) |
2510 | 2024-07-25T05:20:05.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-07-25T05:20:05.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-07-25T05:20:05.919Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2513 | 2024-07-25T05:20:12.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s |
2514 | 2024-07-25T05:20:12.606Z | |
2515 | 2024-07-25T05:20:12.606Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/138) |
2516 | 2024-07-25T05:20:13.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-07-25T05:20:13.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-07-25T05:20:13.417Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2519 | 2024-07-25T05:20:18.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
2520 | 2024-07-25T05:20:18.513Z | |
2521 | 2024-07-25T05:20:18.513Z | info: running `cargo check --bins` on crdb-seed (109/138) |
2522 | 2024-07-25T05:20:19.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-07-25T05:20:19.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-07-25T05:20:19.337Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2525 | 2024-07-25T05:20:19.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
2526 | 2024-07-25T05:20:19.775Z | |
2527 | 2024-07-25T05:20:19.775Z | info: running `cargo check --bins` on omicron-omdb (110/138) |
2528 | 2024-07-25T05:20:20.359Z | Downloading crates ... |
2529 | 2024-07-25T05:20:20.588Z | Downloaded number_prefix v0.4.0 |
2530 | 2024-07-25T05:20:20.612Z | Downloaded textwrap v0.16.1 |
2531 | 2024-07-25T05:20:20.612Z | Downloaded unicode-truncate v1.0.0 |
2532 | 2024-07-25T05:20:20.612Z | Downloaded itertools v0.13.0 |
2533 | 2024-07-25T05:20:20.612Z | Downloaded ratatui v0.27.0 |
2534 | 2024-07-25T05:20:20.636Z | Downloaded indicatif v0.17.8 |
2535 | 2024-07-25T05:20:20.636Z | Downloaded lru v0.12.3 |
2536 | 2024-07-25T05:20:20.636Z | Downloaded compact_str v0.7.1 |
2537 | 2024-07-25T05:20:20.660Z | Downloaded unicode-linebreak v0.1.5 |
2538 | 2024-07-25T05:20:20.661Z | Downloaded smawk v0.3.2 |
2539 | 2024-07-25T05:20:20.661Z | Downloaded portable-atomic v1.6.0 |
2540 | 2024-07-25T05:20:20.661Z | Downloaded stability v0.2.0 |
2541 | 2024-07-25T05:20:20.661Z | Downloaded multimap v0.10.0 |
2542 | 2024-07-25T05:20:20.661Z | Downloaded castaway v0.2.2 |
2543 | 2024-07-25T05:20:20.661Z | Downloaded cassowary v0.3.0 |
2544 | 2024-07-25T05:20:20.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-07-25T05:20:20.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-07-25T05:20:20.860Z | Compiling crunchy v0.2.2 |
2547 | 2024-07-25T05:20:20.860Z | Compiling glob v0.3.1 |
2548 | 2024-07-25T05:20:20.884Z | Compiling tiny-keccak v2.0.2 |
2549 | 2024-07-25T05:20:20.915Z | Compiling ascii-canvas v3.0.0 |
2550 | 2024-07-25T05:20:20.939Z | Compiling ena v0.14.3 |
2551 | 2024-07-25T05:20:20.939Z | Compiling libloading v0.8.3 |
2552 | 2024-07-25T05:20:20.939Z | Compiling regex-syntax v0.6.29 |
2553 | 2024-07-25T05:20:20.963Z | Compiling diff v0.1.13 |
2554 | 2024-07-25T05:20:21.170Z | Compiling bindgen v0.69.4 |
2555 | 2024-07-25T05:20:21.301Z | Compiling which v4.4.2 |
2556 | 2024-07-25T05:20:21.343Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2557 | 2024-07-25T05:20:21.418Z | Compiling cexpr v0.6.0 |
2558 | 2024-07-25T05:20:21.545Z | Compiling rustc-hash v1.1.0 |
2559 | 2024-07-25T05:20:21.580Z | Compiling shlex v1.3.0 |
2560 | 2024-07-25T05:20:21.686Z | Compiling lazycell v1.3.0 |
2561 | 2024-07-25T05:20:21.752Z | Compiling clang-sys v1.7.0 |
2562 | 2024-07-25T05:20:21.778Z | Compiling ref-cast v1.0.23 |
2563 | 2024-07-25T05:20:21.841Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2564 | 2024-07-25T05:20:21.865Z | Compiling derive_builder_core v0.20.0 |
2565 | 2024-07-25T05:20:21.958Z | Compiling libxml v0.3.3 |
2566 | 2024-07-25T05:20:22.009Z | Compiling ref-cast-impl v1.0.23 |
2567 | 2024-07-25T05:20:22.063Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2568 | 2024-07-25T05:20:22.307Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2569 | 2024-07-25T05:20:22.332Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2570 | 2024-07-25T05:20:22.479Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2571 | 2024-07-25T05:20:22.668Z | Compiling strum_macros v0.24.3 |
2572 | 2024-07-25T05:20:22.698Z | Compiling cookie v0.18.1 |
2573 | 2024-07-25T05:20:22.929Z | Compiling indoc v1.0.9 |
2574 | 2024-07-25T05:20:23.094Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2575 | 2024-07-25T05:20:23.315Z | Compiling oso-derive v0.27.3 |
2576 | 2024-07-25T05:20:23.779Z | Compiling lalrpop v0.19.12 |
2577 | 2024-07-25T05:20:23.887Z | Compiling derive_builder_macro v0.20.0 |
2578 | 2024-07-25T05:20:24.167Z | Compiling impl-trait-for-tuples v0.2.2 |
2579 | 2024-07-25T05:20:24.384Z | Checking quick-xml v0.31.0 |
2580 | 2024-07-25T05:20:24.596Z | Checking derive_builder v0.20.0 |
2581 | 2024-07-25T05:20:24.732Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2582 | 2024-07-25T05:20:24.976Z | Checking maplit v1.0.2 |
2583 | 2024-07-25T05:20:25.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2584 | 2024-07-25T05:20:25.995Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2585 | 2024-07-25T05:20:26.178Z | Checking bb8 v0.8.5 |
2586 | 2024-07-25T05:20:26.288Z | Compiling const_format_proc_macros v0.2.32 |
2587 | 2024-07-25T05:20:26.672Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2588 | 2024-07-25T05:20:27.229Z | Checking crossbeam-deque v0.8.5 |
2589 | 2024-07-25T05:20:27.448Z | Compiling portable-atomic v1.6.0 |
2590 | 2024-07-25T05:20:27.508Z | Checking rayon-core v1.12.1 |
2591 | 2024-07-25T05:20:28.045Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2592 | 2024-07-25T05:20:28.114Z | Checking const_format v0.2.32 |
2593 | 2024-07-25T05:20:28.265Z | Checking castaway v0.2.2 |
2594 | 2024-07-25T05:20:28.403Z | Checking compact_str v0.7.1 |
2595 | 2024-07-25T05:20:28.540Z | Checking rayon v1.10.0 |
2596 | 2024-07-25T05:20:29.089Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2597 | 2024-07-25T05:20:29.239Z | Checking unicode-truncate v1.0.0 |
2598 | 2024-07-25T05:20:29.348Z | Checking itertools v0.13.0 |
2599 | 2024-07-25T05:20:29.452Z | Checking lru v0.12.3 |
2600 | 2024-07-25T05:20:29.718Z | Compiling stability v0.2.0 |
2601 | 2024-07-25T05:20:30.631Z | Checking number_prefix v0.4.0 |
2602 | 2024-07-25T05:20:30.808Z | Checking cassowary v0.3.0 |
2603 | 2024-07-25T05:20:31.152Z | Checking unicode-linebreak v0.1.5 |
2604 | 2024-07-25T05:20:31.526Z | Checking smawk v0.3.2 |
2605 | 2024-07-25T05:20:31.623Z | Checking ratatui v0.27.0 |
2606 | 2024-07-25T05:20:31.701Z | Checking textwrap v0.16.1 |
2607 | 2024-07-25T05:20:31.874Z | Checking indicatif v0.17.8 |
2608 | 2024-07-25T05:20:32.048Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2609 | 2024-07-25T05:20:32.482Z | Checking multimap v0.10.0 |
2610 | 2024-07-25T05:20:51.536Z | Compiling samael v0.0.15 |
2611 | 2024-07-25T05:21:03.649Z | Compiling polar-core v0.27.3 |
2612 | 2024-07-25T05:21:12.931Z | Checking oso v0.27.3 |
2613 | 2024-07-25T05:21:43.053Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2614 | 2024-07-25T05:21:48.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
2615 | 2024-07-25T05:21:48.812Z | |
2616 | 2024-07-25T05:21:48.812Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (111/138) |
2617 | 2024-07-25T05:21:49.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2024-07-25T05:21:49.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2024-07-25T05:21:49.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2024-07-25T05:21:49.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2621 | 2024-07-25T05:21:49.618Z | |
2622 | 2024-07-25T05:21:49.618Z | info: running `cargo check --bins` on nexus-saga-recovery (112/138) |
2623 | 2024-07-25T05:21:50.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-07-25T05:21:50.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-07-25T05:21:50.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-07-25T05:21:50.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2627 | 2024-07-25T05:21:50.437Z | |
2628 | 2024-07-25T05:21:50.437Z | info: running `cargo check --bins` on nexus-test-utils-macros (113/138) |
2629 | 2024-07-25T05:21:51.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-07-25T05:21:51.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-07-25T05:21:51.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-07-25T05:21:51.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2633 | 2024-07-25T05:21:51.157Z | |
2634 | 2024-07-25T05:21:51.157Z | info: running `cargo check --bins` on omicron-nexus (114/138) |
2635 | 2024-07-25T05:21:51.727Z | Downloading crates ... |
2636 | 2024-07-25T05:21:51.997Z | Downloaded assert_matches v1.5.0 |
2637 | 2024-07-25T05:21:52.023Z | Downloaded pin-project v1.1.5 |
2638 | 2024-07-25T05:21:52.023Z | Downloaded typed-path v0.7.1 |
2639 | 2024-07-25T05:21:52.047Z | Downloaded tough v0.17.1 |
2640 | 2024-07-25T05:21:52.047Z | Downloaded snafu-derive v0.8.2 |
2641 | 2024-07-25T05:21:52.047Z | Downloaded snafu v0.8.2 |
2642 | 2024-07-25T05:21:52.048Z | Downloaded serde_plain v1.0.2 |
2643 | 2024-07-25T05:21:52.048Z | Downloaded pin-project-internal v1.1.5 |
2644 | 2024-07-25T05:21:52.048Z | Downloaded parse-size v1.0.0 |
2645 | 2024-07-25T05:21:52.048Z | Downloaded olpc-cjson v0.1.3 |
2646 | 2024-07-25T05:21:52.048Z | Downloaded globset v0.4.14 |
2647 | 2024-07-25T05:21:52.072Z | Downloaded fatfs v0.3.6 |
2648 | 2024-07-25T05:21:52.072Z | Downloaded buf-list v1.0.3 |
2649 | 2024-07-25T05:21:52.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-07-25T05:21:52.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-07-25T05:21:52.271Z | Compiling pin-project-internal v1.1.5 |
2652 | 2024-07-25T05:21:52.300Z | Compiling snafu-derive v0.8.2 |
2653 | 2024-07-25T05:21:52.300Z | Compiling buf-list v1.0.3 |
2654 | 2024-07-25T05:21:52.331Z | Checking globset v0.4.14 |
2655 | 2024-07-25T05:21:52.355Z | Checking olpc-cjson v0.1.3 |
2656 | 2024-07-25T05:21:52.356Z | Checking rand_seeder v0.2.3 |
2657 | 2024-07-25T05:21:52.356Z | Checking serde_plain v1.0.2 |
2658 | 2024-07-25T05:21:52.356Z | Checking typed-path v0.7.1 |
2659 | 2024-07-25T05:21:52.560Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2660 | 2024-07-25T05:21:52.584Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2661 | 2024-07-25T05:21:52.584Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2662 | 2024-07-25T05:21:52.725Z | Checking parse-size v1.0.0 |
2663 | 2024-07-25T05:21:52.771Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2664 | 2024-07-25T05:21:52.828Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2665 | 2024-07-25T05:21:52.852Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2666 | 2024-07-25T05:21:52.881Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2667 | 2024-07-25T05:21:53.160Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2668 | 2024-07-25T05:21:53.478Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2669 | 2024-07-25T05:21:53.607Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2670 | 2024-07-25T05:21:53.763Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2671 | 2024-07-25T05:21:53.951Z | Checking fatfs v0.3.6 |
2672 | 2024-07-25T05:21:53.979Z | Checking assert_matches v1.5.0 |
2673 | 2024-07-25T05:21:54.830Z | Checking pin-project v1.1.5 |
2674 | 2024-07-25T05:21:55.827Z | Checking snafu v0.8.2 |
2675 | 2024-07-25T05:21:56.207Z | Checking tough v0.17.1 |
2676 | 2024-07-25T05:21:59.711Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2677 | 2024-07-25T05:22:01.026Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2678 | 2024-07-25T05:22:47.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.31s |
2679 | 2024-07-25T05:22:47.613Z | |
2680 | 2024-07-25T05:22:47.613Z | info: running `cargo check --bins` on nexus-internal-api (115/138) |
2681 | 2024-07-25T05:22:48.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-07-25T05:22:48.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-07-25T05:22:48.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-07-25T05:22:48.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2685 | 2024-07-25T05:22:48.394Z | |
2686 | 2024-07-25T05:22:48.394Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (116/138) |
2687 | 2024-07-25T05:22:49.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-07-25T05:22:49.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-07-25T05:22:49.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2690 | 2024-07-25T05:22:49.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2691 | 2024-07-25T05:22:49.180Z | |
2692 | 2024-07-25T05:22:49.181Z | info: running `cargo check --bins` on nexus-networking (117/138) |
2693 | 2024-07-25T05:22:49.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-07-25T05:22:49.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-07-25T05:22:49.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2696 | 2024-07-25T05:22:49.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2697 | 2024-07-25T05:22:49.985Z | |
2698 | 2024-07-25T05:22:49.985Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (118/138) |
2699 | 2024-07-25T05:22:50.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-07-25T05:22:50.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-07-25T05:22:50.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2702 | 2024-07-25T05:22:50.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2703 | 2024-07-25T05:22:50.796Z | |
2704 | 2024-07-25T05:22:50.796Z | info: running `cargo check --bins` on update-common (119/138) |
2705 | 2024-07-25T05:22:51.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-07-25T05:22:51.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-07-25T05:22:51.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-07-25T05:22:51.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2709 | 2024-07-25T05:22:51.603Z | |
2710 | 2024-07-25T05:22:51.603Z | info: running `cargo check --bins` on tufaceous-lib (120/138) |
2711 | 2024-07-25T05:22:52.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-07-25T05:22:52.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-07-25T05:22:52.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-07-25T05:22:52.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2715 | 2024-07-25T05:22:52.405Z | |
2716 | 2024-07-25T05:22:52.405Z | info: running `cargo check --bins` on tufaceous (121/138) |
2717 | 2024-07-25T05:22:53.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-07-25T05:22:53.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-07-25T05:22:53.206Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2720 | 2024-07-25T05:22:54.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
2721 | 2024-07-25T05:22:54.308Z | |
2722 | 2024-07-25T05:22:54.308Z | info: running `cargo check --bins` on omicron-dev (122/138) |
2723 | 2024-07-25T05:22:55.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-07-25T05:22:55.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-07-25T05:22:55.318Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2726 | 2024-07-25T05:22:55.318Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2727 | 2024-07-25T05:22:55.342Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2728 | 2024-07-25T05:22:56.743Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2729 | 2024-07-25T05:22:59.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
2730 | 2024-07-25T05:22:59.855Z | |
2731 | 2024-07-25T05:22:59.855Z | info: running `cargo check --bins` on openapi-manager (123/138) |
2732 | 2024-07-25T05:23:00.458Z | Downloading crates ... |
2733 | 2024-07-25T05:23:00.627Z | Downloaded is_ci v1.2.0 |
2734 | 2024-07-25T05:23:00.651Z | Downloaded supports-color v3.0.0 |
2735 | 2024-07-25T05:23:00.651Z | Downloaded indent_write v2.2.0 |
2736 | 2024-07-25T05:23:00.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-07-25T05:23:00.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-07-25T05:23:00.768Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2739 | 2024-07-25T05:23:00.768Z | Checking is_ci v1.2.0 |
2740 | 2024-07-25T05:23:00.792Z | Checking heck v0.4.1 |
2741 | 2024-07-25T05:23:00.792Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2742 | 2024-07-25T05:23:00.792Z | Checking indent_write v2.2.0 |
2743 | 2024-07-25T05:23:00.908Z | Checking supports-color v3.0.0 |
2744 | 2024-07-25T05:23:01.012Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2745 | 2024-07-25T05:23:02.549Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2746 | 2024-07-25T05:23:03.528Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2747 | 2024-07-25T05:23:04.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
2748 | 2024-07-25T05:23:04.776Z | |
2749 | 2024-07-25T05:23:04.777Z | info: running `cargo check --bins` on installinator-api (124/138) |
2750 | 2024-07-25T05:23:05.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-07-25T05:23:05.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-07-25T05:23:05.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-07-25T05:23:05.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2754 | 2024-07-25T05:23:05.512Z | |
2755 | 2024-07-25T05:23:05.512Z | info: running `cargo check --bins` on wicketd-api (125/138) |
2756 | 2024-07-25T05:23:06.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-07-25T05:23:06.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-07-25T05:23:06.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2024-07-25T05:23:06.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2760 | 2024-07-25T05:23:06.272Z | |
2761 | 2024-07-25T05:23:06.272Z | info: running `cargo check --bins` on reconfigurator-cli (126/138) |
2762 | 2024-07-25T05:23:06.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-07-25T05:23:06.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-07-25T05:23:07.094Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2765 | 2024-07-25T05:23:08.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
2766 | 2024-07-25T05:23:08.493Z | |
2767 | 2024-07-25T05:23:08.493Z | info: running `cargo check --bins` on omicron-releng (127/138) |
2768 | 2024-07-25T05:23:09.137Z | Downloading crates ... |
2769 | 2024-07-25T05:23:09.211Z | Downloaded shell-words v1.1.0 |
2770 | 2024-07-25T05:23:09.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-07-25T05:23:09.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-07-25T05:23:09.323Z | Checking memmap2 v0.9.4 |
2773 | 2024-07-25T05:23:09.323Z | Checking arrayvec v0.7.4 |
2774 | 2024-07-25T05:23:09.347Z | Checking arrayref v0.3.7 |
2775 | 2024-07-25T05:23:09.347Z | Checking constant_time_eq v0.3.0 |
2776 | 2024-07-25T05:23:09.347Z | Checking spin v0.5.2 |
2777 | 2024-07-25T05:23:09.347Z | Checking untrusted v0.7.1 |
2778 | 2024-07-25T05:23:09.347Z | Checking cargo-platform v0.1.8 |
2779 | 2024-07-25T05:23:09.347Z | Checking topological-sort v0.2.2 |
2780 | 2024-07-25T05:23:09.455Z | Checking shell-words v1.1.0 |
2781 | 2024-07-25T05:23:09.578Z | Checking ring v0.16.20 |
2782 | 2024-07-25T05:23:09.624Z | Checking cargo_metadata v0.18.1 |
2783 | 2024-07-25T05:23:09.723Z | Checking blake3 v1.5.1 |
2784 | 2024-07-25T05:23:10.951Z | Checking omicron-zone-package v0.11.0 |
2785 | 2024-07-25T05:23:12.280Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2786 | 2024-07-25T05:23:13.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
2787 | 2024-07-25T05:23:13.432Z | |
2788 | 2024-07-25T05:23:13.432Z | info: running `cargo check --bins` on xtask (128/138) |
2789 | 2024-07-25T05:23:14.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2790 | 2024-07-25T05:23:14.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2791 | 2024-07-25T05:23:14.080Z | Checking bitflags v2.5.0 |
2792 | 2024-07-25T05:23:14.080Z | Checking bytes v1.6.0 |
2793 | 2024-07-25T05:23:14.080Z | Checking serde v1.0.204 |
2794 | 2024-07-25T05:23:14.080Z | Checking smallvec v1.13.2 |
2795 | 2024-07-25T05:23:14.080Z | Checking scopeguard v1.2.0 |
2796 | 2024-07-25T05:23:14.125Z | Checking log v0.4.21 |
2797 | 2024-07-25T05:23:14.149Z | Checking hashbrown v0.14.5 |
2798 | 2024-07-25T05:23:14.174Z | Checking mio v0.8.11 |
2799 | 2024-07-25T05:23:14.236Z | Checking lock_api v0.4.12 |
2800 | 2024-07-25T05:23:14.309Z | Checking futures-util v0.3.30 |
2801 | 2024-07-25T05:23:14.356Z | Checking thiserror v1.0.62 |
2802 | 2024-07-25T05:23:14.406Z | Checking parking_lot_core v0.9.10 |
2803 | 2024-07-25T05:23:14.472Z | Checking rustix v0.38.34 |
2804 | 2024-07-25T05:23:14.559Z | Checking tracing v0.1.40 |
2805 | 2024-07-25T05:23:14.663Z | Checking openssl v0.10.66 |
2806 | 2024-07-25T05:23:14.696Z | Checking parking_lot v0.12.2 |
2807 | 2024-07-25T05:23:14.720Z | Checking http v0.2.12 |
2808 | 2024-07-25T05:23:14.826Z | Checking scroll v0.12.0 |
2809 | 2024-07-25T05:23:14.980Z | Checking tokio v1.38.1 |
2810 | 2024-07-25T05:23:15.041Z | Checking indexmap v2.2.6 |
2811 | 2024-07-25T05:23:15.214Z | Checking generic-array v0.14.7 |
2812 | 2024-07-25T05:23:15.755Z | Checking slog v2.7.0 |
2813 | 2024-07-25T05:23:15.961Z | Checking time v0.3.36 |
2814 | 2024-07-25T05:23:15.985Z | Checking zerocopy v0.7.34 |
2815 | 2024-07-25T05:23:16.076Z | Checking goblin v0.8.2 |
2816 | 2024-07-25T05:23:16.135Z | Checking pest v2.7.10 |
2817 | 2024-07-25T05:23:17.054Z | Checking http-body v0.4.6 |
2818 | 2024-07-25T05:23:17.359Z | Checking unicode-normalization v0.1.23 |
2819 | 2024-07-25T05:23:17.387Z | Checking unicode-bidi v0.3.15 |
2820 | 2024-07-25T05:23:17.863Z | Checking syn v2.0.72 |
2821 | 2024-07-25T05:23:18.019Z | Checking idna v0.5.0 |
2822 | 2024-07-25T05:23:18.044Z | Checking dtrace-parser v0.2.0 |
2823 | 2024-07-25T05:23:18.110Z | Checking serde_json v1.0.120 |
2824 | 2024-07-25T05:23:18.394Z | Checking serde_spanned v0.6.6 |
2825 | 2024-07-25T05:23:18.432Z | Checking toml_datetime v0.6.6 |
2826 | 2024-07-25T05:23:18.560Z | Checking crypto-common v0.1.6 |
2827 | 2024-07-25T05:23:18.622Z | Checking block-buffer v0.10.4 |
2828 | 2024-07-25T05:23:18.657Z | Checking toml_edit v0.22.16 |
2829 | 2024-07-25T05:23:18.706Z | Checking crossbeam-utils v0.8.19 |
2830 | 2024-07-25T05:23:18.791Z | Checking terminal_size v0.3.0 |
2831 | 2024-07-25T05:23:18.875Z | Checking native-tls v0.2.11 |
2832 | 2024-07-25T05:23:18.929Z | Checking clap_builder v4.5.9 |
2833 | 2024-07-25T05:23:19.132Z | Checking digest v0.10.7 |
2834 | 2024-07-25T05:23:19.260Z | Checking crossbeam-channel v0.5.12 |
2835 | 2024-07-25T05:23:19.289Z | Checking slog-json v2.6.1 |
2836 | 2024-07-25T05:23:19.405Z | Checking url v2.5.2 |
2837 | 2024-07-25T05:23:19.507Z | Checking futures-executor v0.3.30 |
2838 | 2024-07-25T05:23:19.707Z | Checking semver v1.0.23 |
2839 | 2024-07-25T05:23:19.849Z | Checking camino v1.1.7 |
2840 | 2024-07-25T05:23:19.963Z | Checking dof v0.3.0 |
2841 | 2024-07-25T05:23:20.041Z | Checking serde_urlencoded v0.7.1 |
2842 | 2024-07-25T05:23:20.065Z | Checking cargo-platform v0.1.8 |
2843 | 2024-07-25T05:23:20.294Z | Checking xattr v1.3.1 |
2844 | 2024-07-25T05:23:20.318Z | Checking sha2 v0.10.8 |
2845 | 2024-07-25T05:23:20.382Z | Checking slog-async v2.8.0 |
2846 | 2024-07-25T05:23:20.453Z | Checking tar v0.4.41 |
2847 | 2024-07-25T05:23:20.477Z | Checking slog-term v2.9.1 |
2848 | 2024-07-25T05:23:20.624Z | Checking cargo_metadata v0.18.1 |
2849 | 2024-07-25T05:23:20.650Z | Checking toml v0.8.15 |
2850 | 2024-07-25T05:23:20.715Z | Checking tokio-util v0.7.11 |
2851 | 2024-07-25T05:23:20.755Z | Checking tokio-native-tls v0.3.1 |
2852 | 2024-07-25T05:23:20.871Z | Checking futures v0.3.30 |
2853 | 2024-07-25T05:23:20.963Z | Checking strum v0.26.3 |
2854 | 2024-07-25T05:23:20.987Z | Checking slog-bunyan v2.5.0 |
2855 | 2024-07-25T05:23:21.052Z | Checking fs-err v2.11.0 |
2856 | 2024-07-25T05:23:21.101Z | Checking tabled v0.15.0 |
2857 | 2024-07-25T05:23:21.125Z | Checking anyhow v1.0.86 |
2858 | 2024-07-25T05:23:21.265Z | Checking cargo_toml v0.20.4 |
2859 | 2024-07-25T05:23:21.318Z | Checking macaddr v1.0.1 |
2860 | 2024-07-25T05:23:21.363Z | Checking clap v4.5.9 |
2861 | 2024-07-25T05:23:21.450Z | Checking h2 v0.3.26 |
2862 | 2024-07-25T05:23:21.708Z | Checking usdt-impl v0.5.0 |
2863 | 2024-07-25T05:23:22.130Z | Checking usdt v0.5.0 |
2864 | 2024-07-25T05:23:24.467Z | Checking hyper v0.14.28 |
2865 | 2024-07-25T05:23:26.960Z | Checking hyper-tls v0.5.0 |
2866 | 2024-07-25T05:23:27.169Z | Checking reqwest v0.11.27 |
2867 | 2024-07-25T05:23:28.027Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2868 | 2024-07-25T05:23:29.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s |
2869 | 2024-07-25T05:23:29.250Z | |
2870 | 2024-07-25T05:23:29.251Z | info: running `cargo check --bins` on end-to-end-tests (129/138) |
2871 | 2024-07-25T05:23:29.788Z | Downloading crates ... |
2872 | 2024-07-25T05:23:30.010Z | Downloaded dhcproto-macros v0.1.0 |
2873 | 2024-07-25T05:23:30.035Z | Downloaded dhcproto v0.11.0 |
2874 | 2024-07-25T05:23:30.035Z | Downloaded polyval v0.6.2 |
2875 | 2024-07-25T05:23:30.035Z | Downloaded russh-cryptovec v0.7.2 |
2876 | 2024-07-25T05:23:30.035Z | Downloaded russh-keys v0.43.0 |
2877 | 2024-07-25T05:23:30.035Z | Downloaded primeorder v0.13.6 |
2878 | 2024-07-25T05:23:30.035Z | Downloaded pbkdf2 v0.12.2 |
2879 | 2024-07-25T05:23:30.035Z | Downloaded russh v0.43.0 |
2880 | 2024-07-25T05:23:30.059Z | Downloaded rand v0.7.3 |
2881 | 2024-07-25T05:23:30.059Z | Downloaded p521 v0.13.3 |
2882 | 2024-07-25T05:23:30.059Z | Downloaded p256 v0.13.2 |
2883 | 2024-07-25T05:23:30.059Z | Downloaded ed25519-dalek v2.1.1 |
2884 | 2024-07-25T05:23:30.059Z | Downloaded aes-gcm v0.10.3 |
2885 | 2024-07-25T05:23:30.083Z | Downloaded password-hash v0.4.2 |
2886 | 2024-07-25T05:23:30.084Z | Downloaded rfc6979 v0.4.0 |
2887 | 2024-07-25T05:23:30.084Z | Downloaded rand_core v0.5.1 |
2888 | 2024-07-25T05:23:30.084Z | Downloaded rand_chacha v0.2.2 |
2889 | 2024-07-25T05:23:30.084Z | Downloaded hex-literal v0.4.1 |
2890 | 2024-07-25T05:23:30.084Z | Downloaded ghash v0.5.1 |
2891 | 2024-07-25T05:23:30.084Z | Downloaded getrandom v0.1.16 |
2892 | 2024-07-25T05:23:30.084Z | Downloaded ed25519 v2.2.3 |
2893 | 2024-07-25T05:23:30.084Z | Downloaded ecdsa v0.16.9 |
2894 | 2024-07-25T05:23:30.084Z | Downloaded dirs-sys v0.4.1 |
2895 | 2024-07-25T05:23:30.084Z | Downloaded ctr v0.9.2 |
2896 | 2024-07-25T05:23:30.084Z | Downloaded cbc v0.1.2 |
2897 | 2024-07-25T05:23:30.084Z | Downloaded blowfish v0.9.1 |
2898 | 2024-07-25T05:23:30.084Z | Downloaded bcrypt-pbkdf v0.10.0 |
2899 | 2024-07-25T05:23:30.084Z | Downloaded aes v0.8.4 |
2900 | 2024-07-25T05:23:30.108Z | Downloaded pbkdf2 v0.11.0 |
2901 | 2024-07-25T05:23:30.108Z | Downloaded option-ext v0.2.0 |
2902 | 2024-07-25T05:23:30.108Z | Downloaded md5 v0.7.0 |
2903 | 2024-07-25T05:23:30.108Z | Downloaded internet-checksum v0.2.1 |
2904 | 2024-07-25T05:23:30.108Z | Downloaded dirs v5.0.1 |
2905 | 2024-07-25T05:23:30.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2906 | 2024-07-25T05:23:30.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2907 | 2024-07-25T05:23:30.266Z | Compiling getrandom v0.1.16 |
2908 | 2024-07-25T05:23:30.291Z | Checking rfc6979 v0.4.0 |
2909 | 2024-07-25T05:23:30.315Z | Checking primeorder v0.13.6 |
2910 | 2024-07-25T05:23:30.315Z | Checking option-ext v0.2.0 |
2911 | 2024-07-25T05:23:30.315Z | Checking ed25519 v2.2.3 |
2912 | 2024-07-25T05:23:30.315Z | Checking polyval v0.6.2 |
2913 | 2024-07-25T05:23:30.315Z | Checking aes v0.8.4 |
2914 | 2024-07-25T05:23:30.315Z | Checking blowfish v0.9.1 |
2915 | 2024-07-25T05:23:30.432Z | Checking dirs-sys v0.4.1 |
2916 | 2024-07-25T05:23:30.457Z | Checking ecdsa v0.16.9 |
2917 | 2024-07-25T05:23:30.537Z | Checking ctr v0.9.2 |
2918 | 2024-07-25T05:23:30.561Z | Checking password-hash v0.4.2 |
2919 | 2024-07-25T05:23:30.591Z | Checking pbkdf2 v0.12.2 |
2920 | 2024-07-25T05:23:30.615Z | Checking dirs v5.0.1 |
2921 | 2024-07-25T05:23:30.727Z | Checking bcrypt-pbkdf v0.10.0 |
2922 | 2024-07-25T05:23:30.751Z | Checking ghash v0.5.1 |
2923 | 2024-07-25T05:23:30.775Z | Checking ed25519-dalek v2.1.1 |
2924 | 2024-07-25T05:23:30.805Z | Checking cbc v0.1.2 |
2925 | 2024-07-25T05:23:30.887Z | Checking russh-cryptovec v0.7.2 |
2926 | 2024-07-25T05:23:30.919Z | Checking pbkdf2 v0.11.0 |
2927 | 2024-07-25T05:23:30.944Z | Checking md5 v0.7.0 |
2928 | 2024-07-25T05:23:30.986Z | Checking hex-literal v0.4.1 |
2929 | 2024-07-25T05:23:31.028Z | Checking p521 v0.13.3 |
2930 | 2024-07-25T05:23:31.067Z | Checking p256 v0.13.2 |
2931 | 2024-07-25T05:23:31.092Z | Checking aes-gcm v0.10.3 |
2932 | 2024-07-25T05:23:31.116Z | Compiling dhcproto-macros v0.1.0 |
2933 | 2024-07-25T05:23:31.140Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2934 | 2024-07-25T05:23:31.164Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2935 | 2024-07-25T05:23:31.188Z | Checking rand_core v0.5.1 |
2936 | 2024-07-25T05:23:31.188Z | Checking internet-checksum v0.2.1 |
2937 | 2024-07-25T05:23:31.439Z | Checking rand_chacha v0.2.2 |
2938 | 2024-07-25T05:23:31.701Z | Checking rand v0.7.3 |
2939 | 2024-07-25T05:23:31.848Z | Checking dhcproto v0.11.0 |
2940 | 2024-07-25T05:23:32.768Z | Checking russh-keys v0.43.0 |
2941 | 2024-07-25T05:23:33.649Z | Checking russh v0.43.0 |
2942 | 2024-07-25T05:23:53.705Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2943 | 2024-07-25T05:23:55.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.13s |
2944 | 2024-07-25T05:23:55.526Z | |
2945 | 2024-07-25T05:23:55.526Z | info: running `cargo check --bins` on gateway-cli (130/138) |
2946 | 2024-07-25T05:23:56.163Z | Downloading crates ... |
2947 | 2024-07-25T05:23:56.245Z | Downloaded termios v0.3.3 |
2948 | 2024-07-25T05:23:56.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2949 | 2024-07-25T05:23:56.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2950 | 2024-07-25T05:23:56.357Z | Checking termios v0.3.3 |
2951 | 2024-07-25T05:23:56.533Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2952 | 2024-07-25T05:23:57.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
2953 | 2024-07-25T05:23:57.560Z | |
2954 | 2024-07-25T05:23:57.560Z | info: running `cargo check --bins --no-default-features` on installinator (131/138) |
2955 | 2024-07-25T05:23:58.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2956 | 2024-07-25T05:23:58.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2957 | 2024-07-25T05:23:58.414Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2958 | 2024-07-25T05:24:00.648Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2959 | 2024-07-25T05:24:02.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s |
2960 | 2024-07-25T05:24:02.805Z | |
2961 | 2024-07-25T05:24:02.805Z | info: running `cargo check --bins` on internal-dns-cli (132/138) |
2962 | 2024-07-25T05:24:03.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-07-25T05:24:03.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-07-25T05:24:03.573Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2965 | 2024-07-25T05:24:04.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2966 | 2024-07-25T05:24:04.136Z | |
2967 | 2024-07-25T05:24:04.136Z | info: running `cargo check --bins` on omicron-package (133/138) |
2968 | 2024-07-25T05:24:04.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-07-25T05:24:04.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-07-25T05:24:04.942Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2971 | 2024-07-25T05:24:06.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
2972 | 2024-07-25T05:24:06.429Z | |
2973 | 2024-07-25T05:24:06.429Z | info: running `cargo check --bins` on wicket-dbg (134/138) |
2974 | 2024-07-25T05:24:07.086Z | Downloading crates ... |
2975 | 2024-07-25T05:24:07.185Z | Downloaded rpassword v7.3.1 |
2976 | 2024-07-25T05:24:07.209Z | Downloaded tui-tree-widget v0.21.0 |
2977 | 2024-07-25T05:24:07.209Z | Downloaded rtoolbox v0.0.2 |
2978 | 2024-07-25T05:24:07.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-07-25T05:24:07.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-07-25T05:24:07.319Z | Checking rtoolbox v0.0.2 |
2981 | 2024-07-25T05:24:07.344Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2982 | 2024-07-25T05:24:07.344Z | Checking tui-tree-widget v0.21.0 |
2983 | 2024-07-25T05:24:07.497Z | Checking rpassword v7.3.1 |
2984 | 2024-07-25T05:24:12.209Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2985 | 2024-07-25T05:24:15.635Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2986 | 2024-07-25T05:24:16.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s |
2987 | 2024-07-25T05:24:17.087Z | |
2988 | 2024-07-25T05:24:17.087Z | info: running `cargo check --bins` on wicket (135/138) |
2989 | 2024-07-25T05:24:17.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-07-25T05:24:17.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-07-25T05:24:17.894Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2992 | 2024-07-25T05:24:18.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
2993 | 2024-07-25T05:24:18.366Z | |
2994 | 2024-07-25T05:24:18.366Z | info: running `cargo check --bins` on wicketd (136/138) |
2995 | 2024-07-25T05:24:19.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-07-25T05:24:19.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-07-25T05:24:19.225Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2998 | 2024-07-25T05:24:23.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s |
2999 | 2024-07-25T05:24:23.374Z | |
3000 | 2024-07-25T05:24:23.374Z | info: running `cargo check --bins` on omicron-workspace-hack (137/138) |
3001 | 2024-07-25T05:24:24.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-07-25T05:24:24.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-07-25T05:24:24.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3004 | 2024-07-25T05:24:24.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3005 | 2024-07-25T05:24:24.087Z | |
3006 | 2024-07-25T05:24:24.087Z | info: running `cargo check --bins` on zone-setup (138/138) |
3007 | 2024-07-25T05:24:24.825Z | Downloading crates ... |
3008 | 2024-07-25T05:24:24.860Z | Downloaded uzers v0.11.3 |
3009 | 2024-07-25T05:24:24.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3010 | 2024-07-25T05:24:24.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3011 | 2024-07-25T05:24:25.009Z | Checking uzers v0.11.3 |
3012 | 2024-07-25T05:24:25.279Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3013 | 2024-07-25T05:24:26.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
3014 | 2024-07-25T05:24:26.693Z | |
3015 | 2024-07-25T05:24:26.693Z | real 12:42.348983823 |
3016 | 2024-07-25T05:24:26.693Z | user 27:19.121957778 |
3017 | 2024-07-25T05:24:26.693Z | sys 6:23.179036282 |
3018 | 2024-07-25T05:24:26.693Z | trap 0.694107094 |
3019 | 2024-07-25T05:24:26.693Z | tflt 1.175972365 |
3020 | 2024-07-25T05:24:26.718Z | dflt 2.936769786 |
3021 | 2024-07-25T05:24:26.718Z | kflt 0.001310303 |
3022 | 2024-07-25T05:24:26.718Z | lock 2:19:09.756430209 |
3023 | 2024-07-25T05:24:26.718Z | slp 2:06:10.505434376 |
3024 | 2024-07-25T05:24:26.718Z | lat 1:12.890738709 |
3025 | 2024-07-25T05:24:26.718Z | stop 2:45.084448653 |
3026 | 2024-07-25T05:24:26.718Z | process exited: duration 946570 ms, exit code 0 |
|
3027 | 2024-07-25T05:24:26.767Z | found 0 output files |