|
|
|
1 | 2024-07-19T23:11:59.068Z | job assigned to worker 01J36M7EB3QB8431KYFR8NNQFC (queued for 34 s) |
|
2 | 2024-07-19T23:11:59.380Z | starting task 0: "setup" |
3 | 2024-07-19T23:11:59.404Z | ++ uname -s |
4 | 2024-07-19T23:11:59.404Z | + kern=SunOS |
5 | 2024-07-19T23:11:59.404Z | + case "$kern" in |
6 | 2024-07-19T23:11:59.404Z | + groupadd -g 12345 build |
7 | 2024-07-19T23:11:59.404Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T23:12:01.408Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T23:12:01.457Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T23:12:01.482Z | + home_fs=zfs |
11 | 2024-07-19T23:12:01.482Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T23:12:01.482Z | + mkdir -p /home/build |
13 | 2024-07-19T23:12:01.482Z | + chown build:build /home/build /work |
14 | 2024-07-19T23:12:03.468Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T23:12:03.492Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-07-19T23:12:03.540Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T23:12:03.565Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T23:12:03.565Z | * toolchain channel = "1.78.0" |
19 | 2024-07-19T23:12:03.565Z | ' 1.78.0 |
20 | 2024-07-19T23:12:03.565Z | * toolchain profile = "default" |
21 | 2024-07-19T23:12:03.565Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T23:12:03.565Z | ' default |
23 | 2024-07-19T23:12:03.565Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T23:12:03.565Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T23:12:03.721Z | info: downloading installer |
26 | 2024-07-19T23:12:04.301Z | info: profile set to 'default' |
27 | 2024-07-19T23:12:04.301Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T23:12:04.301Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T23:12:04.411Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T23:12:04.411Z | info: downloading component 'cargo' |
31 | 2024-07-19T23:12:04.585Z | info: downloading component 'clippy' |
32 | 2024-07-19T23:12:04.641Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T23:12:04.834Z | info: downloading component 'rust-std' |
34 | 2024-07-19T23:12:05.216Z | info: downloading component 'rustc' |
35 | 2024-07-19T23:12:06.152Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T23:12:06.201Z | info: installing component 'cargo' |
37 | 2024-07-19T23:12:07.313Z | info: installing component 'clippy' |
38 | 2024-07-19T23:12:07.722Z | info: installing component 'rust-docs' |
39 | 2024-07-19T23:12:10.432Z | info: installing component 'rust-std' |
40 | 2024-07-19T23:12:12.415Z | info: installing component 'rustc' |
41 | 2024-07-19T23:12:17.402Z | info: installing component 'rustfmt' |
42 | 2024-07-19T23:12:17.775Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T23:12:17.775Z | |
44 | 2024-07-19T23:12:17.906Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T23:12:17.906Z | |
46 | 2024-07-19T23:12:17.906Z | |
47 | 2024-07-19T23:12:17.906Z | Rust is installed now. Great! |
48 | 2024-07-19T23:12:17.906Z | |
49 | 2024-07-19T23:12:17.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T23:12:17.906Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T23:12:17.906Z | |
52 | 2024-07-19T23:12:17.906Z | To configure your current shell, you need to source |
53 | 2024-07-19T23:12:17.906Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T23:12:17.906Z | |
55 | 2024-07-19T23:12:17.906Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T23:12:17.906Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T23:12:17.931Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T23:12:17.987Z | + rustc --version |
59 | 2024-07-19T23:12:18.098Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T23:12:18.122Z | process exited: duration 14561 ms, exit code 0 |
|
61 | 2024-07-19T23:12:18.174Z | starting task 2: "authentication" |
62 | 2024-07-19T23:12:18.231Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-19T23:12:18.280Z | starting task 3: "clone repository" |
64 | 2024-07-19T23:12:18.304Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T23:12:18.304Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T23:12:18.333Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T23:12:24.165Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T23:12:24.165Z | + git fetch origin 1d58c058faa655475a46b839608a4bb871141408 |
69 | 2024-07-19T23:12:24.545Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T23:12:24.545Z | * branch 1d58c058faa655475a46b839608a4bb871141408 -> FETCH_HEAD |
71 | 2024-07-19T23:12:24.568Z | + [[ -n sunshowers/spr/oximeter-turn-api-into-a-trait ]] |
72 | 2024-07-19T23:12:24.568Z | ++ git branch --show-current |
73 | 2024-07-19T23:12:24.568Z | + current=main |
74 | 2024-07-19T23:12:24.569Z | + [[ main != sunshowers/spr/oximeter-turn-api-into-a-trait ]] |
75 | 2024-07-19T23:12:24.569Z | + git branch -f sunshowers/spr/oximeter-turn-api-into-a-trait 1d58c058faa655475a46b839608a4bb871141408 |
76 | 2024-07-19T23:12:24.569Z | + git checkout -f sunshowers/spr/oximeter-turn-api-into-a-trait |
77 | 2024-07-19T23:12:24.737Z | Switched to branch 'sunshowers/spr/oximeter-turn-api-into-a-trait' |
78 | 2024-07-19T23:12:24.760Z | + git reset --hard 1d58c058faa655475a46b839608a4bb871141408 |
79 | 2024-07-19T23:12:24.784Z | HEAD is now at 1d58c058f [𝘀𝗽𝗿] initial version |
80 | 2024-07-19T23:12:24.784Z | process exited: duration 6485 ms, exit code 0 |
|
81 | 2024-07-19T23:12:24.831Z | starting task 4: "build" |
82 | 2024-07-19T23:12:24.854Z | + cargo --version |
83 | 2024-07-19T23:12:24.906Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T23:12:24.934Z | + rustc --version |
85 | 2024-07-19T23:12:24.983Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T23:12:25.007Z | + source ./env.sh |
87 | 2024-07-19T23:12:25.007Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-19T23:12:25.007Z | ++ set -o xtrace |
89 | 2024-07-19T23:12:25.007Z | ++++ dirname ./env.sh |
90 | 2024-07-19T23:12:25.007Z | +++ readlink -f . |
91 | 2024-07-19T23:12:25.007Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ 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-19T23:12:25.007Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-19T23:12:25.007Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-19T23:12:25.007Z | + 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-19T23:12:25.007Z | + 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-19T23:12:25.007Z | + banner prerequisites |
105 | 2024-07-19T23:12:25.007Z | |
106 | 2024-07-19T23:12:25.007Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-19T23:12:25.007Z | # # # # # # # # # # # # # # # |
108 | 2024-07-19T23:12:25.007Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-19T23:12:25.007Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-19T23:12:25.007Z | # # # # # # # # # # # # # # # |
111 | 2024-07-19T23:12:25.008Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-19T23:12:25.008Z | |
113 | 2024-07-19T23:12:25.008Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-19T23:12:31.313Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-19T23:12:33.687Z | Startup: Caching catalogs ... Done |
116 | 2024-07-19T23:12:37.651Z | Planning: Solver setup ... Done (3.337s) |
117 | 2024-07-19T23:12:37.716Z | Planning: Running solver ... Done (0.065s) |
118 | 2024-07-19T23:12:37.761Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-07-19T23:12:37.838Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-19T23:12:38.189Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-19T23:12:38.245Z | Planning: Package planning ... Done (0.056s) |
122 | 2024-07-19T23:12:38.303Z | Planning: Merging actions ... Done (0.058s) |
123 | 2024-07-19T23:12:38.651Z | Planning: Checking for conflicting actions ... Done (0.347s) |
124 | 2024-07-19T23:12:38.675Z | Planning: Consolidating action changes ... Done (0.013s) |
125 | 2024-07-19T23:12:39.351Z | Planning: Evaluating mediators ... Done (0.687s) |
126 | 2024-07-19T23:12:39.375Z | Planning: Planning completed in 5.61 seconds |
127 | 2024-07-19T23:12:39.406Z | Packages to install: 4 |
128 | 2024-07-19T23:12:39.406Z | Mediators to change: 2 |
129 | 2024-07-19T23:12:39.406Z | Services to change: 1 |
130 | 2024-07-19T23:12:39.406Z | Estimated space available: 148.89 GB |
131 | 2024-07-19T23:12:39.406Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-07-19T23:12:39.406Z | Create boot environment: No |
133 | 2024-07-19T23:12:39.406Z | Create backup boot environment: No |
134 | 2024-07-19T23:12:39.406Z | Rebuild boot archive: No |
135 | 2024-07-19T23:12:39.406Z | |
136 | 2024-07-19T23:12:39.406Z | Changed mediators: |
137 | 2024-07-19T23:12:39.407Z | mediator clang: |
138 | 2024-07-19T23:12:39.407Z | version: None -> 15 (system default) |
139 | 2024-07-19T23:12:39.407Z | |
140 | 2024-07-19T23:12:39.407Z | mediator llvm: |
141 | 2024-07-19T23:12:39.407Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-19T23:12:39.407Z | |
143 | 2024-07-19T23:12:39.407Z | Changed packages: |
144 | 2024-07-19T23:12:39.407Z | helios-dev |
145 | 2024-07-19T23:12:39.407Z | developer/build-essential |
146 | 2024-07-19T23:12:39.407Z | None -> 11-2.0 |
147 | 2024-07-19T23:12:39.407Z | library/libxmlsec1 |
148 | 2024-07-19T23:12:39.407Z | None -> 1.2.35-2.0 |
149 | 2024-07-19T23:12:39.407Z | ooce/developer/clang-15 |
150 | 2024-07-19T23:12:39.407Z | None -> 15.0.7-2.0 |
151 | 2024-07-19T23:12:39.407Z | ooce/developer/llvm-15 |
152 | 2024-07-19T23:12:39.407Z | None -> 15.0.7-2.0 |
153 | 2024-07-19T23:12:39.407Z | |
154 | 2024-07-19T23:12:39.407Z | Services: |
155 | 2024-07-19T23:12:39.407Z | restart_fmri: |
156 | 2024-07-19T23:12:39.407Z | svc:/system/update-man-index:default |
157 | 2024-07-19T23:12:39.436Z | |
158 | 2024-07-19T23:12:39.436Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-19T23:12:44.436Z | Download: 1142/3290 items 44.4/212.6MB 20% complete (8.8M/s) |
160 | 2024-07-19T23:12:49.442Z | Download: 1198/3290 items 76.7/212.6MB 36% complete (7.7M/s) |
161 | 2024-07-19T23:12:54.446Z | Download: 1953/3290 items 118.7/212.6MB 55% complete (8.1M/s) |
162 | 2024-07-19T23:12:59.456Z | Download: 2605/3290 items 120.5/212.6MB 56% complete (4.4M/s) |
163 | 2024-07-19T23:13:04.451Z | Download: 3248/3290 items 200.2/212.6MB 94% complete (8.1M/s) |
164 | 2024-07-19T23:13:05.656Z | Download: Completed 212.60 MB in 26.22 seconds (8.1M/s) |
165 | 2024-07-19T23:13:05.831Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-19T23:13:10.893Z | Actions: 2990/3689 actions (Installing new actions) |
167 | 2024-07-19T23:13:11.591Z | Actions: Completed 3689 actions in 5.76 seconds. |
168 | 2024-07-19T23:13:11.951Z | Done (0.354s) |
169 | 2024-07-19T23:13:11.951Z | Done (0.000s) |
170 | 2024-07-19T23:13:12.362Z | Done (0.410s) |
171 | 2024-07-19T23:13:17.424Z | Done (4.927s) |
172 | 2024-07-19T23:13:17.517Z | Done (0.020s) |
173 | 2024-07-19T23:13:17.541Z | Done (0.000s) |
174 | 2024-07-19T23:13:17.686Z | Done (0.000s) |
175 | 2024-07-19T23:13:18.364Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-19T23:13:18.567Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-19T23:13:18.594Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-19T23:13:18.898Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-19T23:13:18.924Z | Planning: Planning completed in 0.54 seconds |
180 | 2024-07-19T23:13:18.948Z | Mediators to change: 2 |
181 | 2024-07-19T23:13:18.948Z | Create boot environment: No |
182 | 2024-07-19T23:13:18.948Z | Create backup boot environment: No |
183 | 2024-07-19T23:13:18.997Z | Done |
184 | 2024-07-19T23:13:18.997Z | Done |
185 | 2024-07-19T23:13:19.258Z | Done |
186 | 2024-07-19T23:13:23.535Z | Done |
187 | 2024-07-19T23:13:23.619Z | Done |
188 | 2024-07-19T23:13:23.619Z | Done |
189 | 2024-07-19T23:13:23.694Z | Done |
190 | 2024-07-19T23:13:24.424Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-19T23:13:24.448Z | Planning: Merging actions ... Done |
192 | 2024-07-19T23:13:24.669Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-19T23:13:24.694Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-19T23:13:24.990Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-19T23:13:25.057Z | Planning: Planning completed in 0.93 seconds |
196 | 2024-07-19T23:13:25.098Z | Packages to change: 1 |
197 | 2024-07-19T23:13:25.098Z | Mediators to change: 1 |
198 | 2024-07-19T23:13:25.098Z | Services to change: 1 |
199 | 2024-07-19T23:13:25.098Z | Create boot environment: No |
200 | 2024-07-19T23:13:25.098Z | Create backup boot environment: Yes |
201 | 2024-07-19T23:13:26.637Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-19T23:13:26.661Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-07-19T23:13:26.661Z | Done |
204 | 2024-07-19T23:13:26.661Z | Done |
205 | 2024-07-19T23:13:26.722Z | Done |
206 | 2024-07-19T23:13:31.128Z | Done |
207 | 2024-07-19T23:13:31.229Z | Done |
208 | 2024-07-19T23:13:31.230Z | Done |
209 | 2024-07-19T23:13:31.305Z | Done |
210 | 2024-07-19T23:13:31.841Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-19T23:13:31.841Z | clang system 15 system |
212 | 2024-07-19T23:13:31.841Z | csh system system illumos |
213 | 2024-07-19T23:13:31.841Z | ctags system system illumos |
214 | 2024-07-19T23:13:31.841Z | gcc vendor 12 vendor |
215 | 2024-07-19T23:13:31.841Z | gcc system 10 system |
216 | 2024-07-19T23:13:31.841Z | gcc system 7 system |
217 | 2024-07-19T23:13:31.841Z | go system 1.20 system |
218 | 2024-07-19T23:13:31.841Z | go system 1.19 system |
219 | 2024-07-19T23:13:31.841Z | llvm system 15 system |
220 | 2024-07-19T23:13:31.841Z | llvm system 14 system |
221 | 2024-07-19T23:13:31.841Z | mariadb system 10.6 system |
222 | 2024-07-19T23:13:31.841Z | mta vendor vendor dma |
223 | 2024-07-19T23:13:31.841Z | openjdk system 17 system |
224 | 2024-07-19T23:13:31.841Z | openjdk system 11 system |
225 | 2024-07-19T23:13:31.841Z | openjdk system 1.8 system |
226 | 2024-07-19T23:13:31.841Z | openssl vendor 3 vendor |
227 | 2024-07-19T23:13:31.841Z | perl system 5.36 system |
228 | 2024-07-19T23:13:31.841Z | postgresql system 15 system |
229 | 2024-07-19T23:13:31.841Z | postgresql system 13 system |
230 | 2024-07-19T23:13:31.841Z | python vendor 3 vendor |
231 | 2024-07-19T23:13:31.841Z | python system 2 system |
232 | 2024-07-19T23:13:31.841Z | python3 system 3.11 system |
233 | 2024-07-19T23:13:31.841Z | ruby system 3.0 system |
234 | 2024-07-19T23:13:31.841Z | words vendor vendor american-english |
235 | 2024-07-19T23:13:31.842Z | words system system australian-english |
236 | 2024-07-19T23:13:31.842Z | words system system british-english |
237 | 2024-07-19T23:13:31.842Z | words system system canadian-english |
238 | 2024-07-19T23:13:31.842Z | words system system french |
239 | 2024-07-19T23:13:31.842Z | words system system italian |
240 | 2024-07-19T23:13:31.842Z | words system system ngerman |
241 | 2024-07-19T23:13:31.842Z | words system system ogerman |
242 | 2024-07-19T23:13:31.842Z | words system system spanish |
243 | 2024-07-19T23:13:32.248Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-19T23:13:32.248Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-19T23:13:34.200Z | FMRI IFO |
246 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-19T23:13:34.200Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-19T23:13:34.201Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-19T23:13:34.201Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-19T23:13:34.201Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-19T23:13:34.796Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-19T23:13:35.240Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-19T23:13:35.599Z | Updating crates.io index |
261 | 2024-07-19T23:13:35.623Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-19T23:13:36.516Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-19T23:13:37.367Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-19T23:13:37.728Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-19T23:13:40.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-19T23:13:40.903Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-19T23:13:41.246Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-19T23:13:42.386Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-19T23:13:44.633Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-19T23:13:45.801Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-19T23:13:47.002Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-19T23:13:47.707Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-19T23:13:48.057Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-19T23:13:48.426Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-19T23:13:48.780Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-19T23:13:49.174Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-19T23:13:49.523Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-19T23:13:49.827Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-19T23:13:50.247Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-19T23:13:50.640Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-19T23:13:51.009Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-19T23:13:51.392Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-19T23:13:52.096Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-19T23:13:52.581Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-07-19T23:13:53.071Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-07-19T23:13:55.314Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-07-19T23:13:55.740Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-07-19T23:13:56.124Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-07-19T23:13:56.711Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-07-19T23:13:57.966Z | Downloading crates ... |
291 | 2024-07-19T23:13:58.031Z | Downloaded foreign-types v0.3.2 |
292 | 2024-07-19T23:13:58.060Z | Downloaded num-conv v0.1.0 |
293 | 2024-07-19T23:13:58.060Z | Downloaded openssl-probe v0.1.5 |
294 | 2024-07-19T23:13:58.060Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-07-19T23:13:58.060Z | Downloaded itoa v1.0.11 |
296 | 2024-07-19T23:13:58.060Z | Downloaded pretty-hex v0.4.1 |
297 | 2024-07-19T23:13:58.060Z | Downloaded proc-macro-error-attr v1.0.4 |
298 | 2024-07-19T23:13:58.060Z | Downloaded powerfmt v0.2.0 |
299 | 2024-07-19T23:13:58.060Z | Downloaded quote v1.0.36 |
300 | 2024-07-19T23:13:58.085Z | Downloaded proc-macro-error v1.0.4 |
301 | 2024-07-19T23:13:58.085Z | Downloaded swrite v0.1.0 |
302 | 2024-07-19T23:13:58.085Z | Downloaded tinyvec_macros v0.1.1 |
303 | 2024-07-19T23:13:58.085Z | Downloaded indexmap v2.2.6 |
304 | 2024-07-19T23:13:58.085Z | Downloaded pest v2.7.10 |
305 | 2024-07-19T23:13:58.109Z | Downloaded try-lock v0.2.5 |
306 | 2024-07-19T23:13:58.109Z | Downloaded pkg-config v0.3.30 |
307 | 2024-07-19T23:13:58.109Z | Downloaded sync_wrapper v0.1.2 |
308 | 2024-07-19T23:13:58.109Z | Downloaded proc-macro2 v1.0.86 |
309 | 2024-07-19T23:13:58.109Z | Downloaded time-core v0.1.2 |
310 | 2024-07-19T23:13:58.109Z | Downloaded libc v0.2.155 |
311 | 2024-07-19T23:13:58.136Z | Downloaded plain v0.2.3 |
312 | 2024-07-19T23:13:58.168Z | Downloaded want v0.3.1 |
313 | 2024-07-19T23:13:58.168Z | Downloaded version_check v0.9.4 |
314 | 2024-07-19T23:13:58.168Z | Downloaded encoding_rs v0.8.34 |
315 | 2024-07-19T23:13:58.168Z | Downloaded thread_local v1.1.8 |
316 | 2024-07-19T23:13:58.168Z | Downloaded xattr v1.3.1 |
317 | 2024-07-19T23:13:58.196Z | Downloaded usdt v0.5.0 |
318 | 2024-07-19T23:13:58.196Z | Downloaded toml_datetime v0.6.6 |
319 | 2024-07-19T23:13:58.196Z | Downloaded tokio-macros v2.3.0 |
320 | 2024-07-19T23:13:58.196Z | Downloaded term v0.7.0 |
321 | 2024-07-19T23:13:58.196Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-07-19T23:13:58.196Z | Downloaded terminal_size v0.3.0 |
323 | 2024-07-19T23:13:58.196Z | Downloaded strsim v0.11.1 |
324 | 2024-07-19T23:13:58.196Z | Downloaded smallvec v1.13.2 |
325 | 2024-07-19T23:13:58.196Z | Downloaded time-macros v0.2.18 |
326 | 2024-07-19T23:13:58.196Z | Downloaded slog-term v2.9.1 |
327 | 2024-07-19T23:13:58.196Z | Downloaded zerocopy-derive v0.7.34 |
328 | 2024-07-19T23:13:58.196Z | Downloaded socket2 v0.5.7 |
329 | 2024-07-19T23:13:58.196Z | Downloaded unicode-ident v1.0.12 |
330 | 2024-07-19T23:13:58.220Z | Downloaded strum_macros v0.26.4 |
331 | 2024-07-19T23:13:58.220Z | Downloaded slog v2.7.0 |
332 | 2024-07-19T23:13:58.220Z | Downloaded typenum v1.17.0 |
333 | 2024-07-19T23:13:58.220Z | Downloaded toml v0.8.15 |
334 | 2024-07-19T23:13:58.220Z | Downloaded ryu v1.0.18 |
335 | 2024-07-19T23:13:58.220Z | Downloaded unicode-bidi v0.3.15 |
336 | 2024-07-19T23:13:58.220Z | Downloaded tracing-core v0.1.32 |
337 | 2024-07-19T23:13:58.244Z | Downloaded tracing v0.1.40 |
338 | 2024-07-19T23:13:58.244Z | Downloaded url v2.5.0 |
339 | 2024-07-19T23:13:58.244Z | Downloaded serde v1.0.204 |
340 | 2024-07-19T23:13:58.244Z | Downloaded toml_edit v0.22.16 |
341 | 2024-07-19T23:13:58.268Z | Downloaded zerocopy v0.7.34 |
342 | 2024-07-19T23:13:58.292Z | Downloaded unicode-normalization v0.1.23 |
343 | 2024-07-19T23:13:58.292Z | Downloaded vcpkg v0.2.15 |
344 | 2024-07-19T23:13:58.334Z | Downloaded rustix v0.38.34 |
345 | 2024-07-19T23:13:58.360Z | Downloaded unicode-width v0.1.13 |
346 | 2024-07-19T23:13:58.383Z | Downloaded tokio v1.38.1 |
347 | 2024-07-19T23:13:58.410Z | Downloaded syn v1.0.109 |
348 | 2024-07-19T23:13:58.434Z | Downloaded tokio-util v0.7.11 |
349 | 2024-07-19T23:13:58.434Z | Downloaded time v0.3.36 |
350 | 2024-07-19T23:13:58.458Z | Downloaded tabled v0.15.0 |
351 | 2024-07-19T23:13:58.458Z | Downloaded syn v2.0.71 |
352 | 2024-07-19T23:13:58.482Z | Downloaded serde_json v1.0.120 |
353 | 2024-07-19T23:13:58.482Z | Downloaded reqwest v0.11.27 |
354 | 2024-07-19T23:13:58.506Z | Downloaded winnow v0.6.8 |
355 | 2024-07-19T23:13:58.506Z | Downloaded ucd-trie v0.1.6 |
356 | 2024-07-19T23:13:58.506Z | Downloaded tinyvec v1.6.0 |
357 | 2024-07-19T23:13:58.506Z | Downloaded tar v0.4.41 |
358 | 2024-07-19T23:13:58.506Z | Downloaded serde_derive v1.0.204 |
359 | 2024-07-19T23:13:58.506Z | Downloaded signal-hook-registry v1.4.2 |
360 | 2024-07-19T23:13:58.506Z | Downloaded semver v1.0.23 |
361 | 2024-07-19T23:13:58.530Z | Downloaded slog-bunyan v2.5.0 |
362 | 2024-07-19T23:13:58.530Z | Downloaded scroll v0.12.0 |
363 | 2024-07-19T23:13:58.530Z | Downloaded rustls-pemfile v1.0.4 |
364 | 2024-07-19T23:13:58.530Z | Downloaded thiserror-impl v1.0.62 |
365 | 2024-07-19T23:13:58.530Z | Downloaded sha2 v0.10.8 |
366 | 2024-07-19T23:13:58.530Z | Downloaded serde_urlencoded v0.7.1 |
367 | 2024-07-19T23:13:58.530Z | Downloaded serde_spanned v0.6.6 |
368 | 2024-07-19T23:13:58.530Z | Downloaded utf8parse v0.2.1 |
369 | 2024-07-19T23:13:58.530Z | Downloaded usdt-macro v0.5.0 |
370 | 2024-07-19T23:13:58.530Z | Downloaded usdt-impl v0.5.0 |
371 | 2024-07-19T23:13:58.530Z | Downloaded usdt-attr-macro v0.5.0 |
372 | 2024-07-19T23:13:58.530Z | Downloaded tower-service v0.3.2 |
373 | 2024-07-19T23:13:58.530Z | Downloaded tokio-native-tls v0.3.1 |
374 | 2024-07-19T23:13:58.530Z | Downloaded thread-id v4.2.1 |
375 | 2024-07-19T23:13:58.530Z | Downloaded thiserror v1.0.62 |
376 | 2024-07-19T23:13:58.555Z | Downloaded slog-json v2.6.1 |
377 | 2024-07-19T23:13:58.555Z | Downloaded slog-async v2.8.0 |
378 | 2024-07-19T23:13:58.555Z | Downloaded slab v0.4.9 |
379 | 2024-07-19T23:13:58.555Z | Downloaded serde_tokenstream v0.2.1 |
380 | 2024-07-19T23:13:58.555Z | Downloaded scopeguard v1.2.0 |
381 | 2024-07-19T23:13:58.555Z | Downloaded rustversion v1.0.17 |
382 | 2024-07-19T23:13:58.555Z | Downloaded openssl v0.10.64 |
383 | 2024-07-19T23:13:58.579Z | Downloaded idna v0.5.0 |
384 | 2024-07-19T23:13:58.579Z | Downloaded hashbrown v0.14.5 |
385 | 2024-07-19T23:13:58.579Z | Downloaded h2 v0.3.26 |
386 | 2024-07-19T23:13:58.579Z | Downloaded goblin v0.8.2 |
387 | 2024-07-19T23:13:58.604Z | Downloaded hyper v0.14.28 |
388 | 2024-07-19T23:13:58.604Z | Downloaded futures-util v0.3.30 |
389 | 2024-07-19T23:13:58.627Z | Downloaded clap_builder v4.5.9 |
390 | 2024-07-19T23:13:58.627Z | Downloaded crossbeam-channel v0.5.12 |
391 | 2024-07-19T23:13:58.627Z | Downloaded take_mut v0.2.2 |
392 | 2024-07-19T23:13:58.627Z | Downloaded scroll_derive v0.12.0 |
393 | 2024-07-19T23:13:58.627Z | Downloaded miniz_oxide v0.7.2 |
394 | 2024-07-19T23:13:58.627Z | Downloaded memchr v2.7.2 |
395 | 2024-07-19T23:13:58.627Z | Downloaded log v0.4.21 |
396 | 2024-07-19T23:13:58.651Z | Downloaded http v0.2.12 |
397 | 2024-07-19T23:13:58.651Z | Downloaded flate2 v1.0.30 |
398 | 2024-07-19T23:13:58.651Z | Downloaded cc v1.0.97 |
399 | 2024-07-19T23:13:58.651Z | Downloaded bytes v1.6.0 |
400 | 2024-07-19T23:13:58.651Z | Downloaded base64 v0.21.7 |
401 | 2024-07-19T23:13:58.651Z | Downloaded strum v0.26.3 |
402 | 2024-07-19T23:13:58.651Z | Downloaded pest_meta v2.7.10 |
403 | 2024-07-19T23:13:58.675Z | Downloaded pest_derive v2.7.10 |
404 | 2024-07-19T23:13:58.675Z | Downloaded parking_lot v0.12.2 |
405 | 2024-07-19T23:13:58.675Z | Downloaded papergrid v0.11.0 |
406 | 2024-07-19T23:13:58.676Z | Downloaded openssl-sys v0.9.102 |
407 | 2024-07-19T23:13:58.676Z | Downloaded once_cell v1.19.0 |
408 | 2024-07-19T23:13:58.676Z | Downloaded native-tls v0.2.11 |
409 | 2024-07-19T23:13:58.676Z | Downloaded mio v0.8.11 |
410 | 2024-07-19T23:13:58.699Z | Downloaded httparse v1.8.0 |
411 | 2024-07-19T23:13:58.699Z | Downloaded http-body v0.4.6 |
412 | 2024-07-19T23:13:58.699Z | Downloaded generic-array v0.14.7 |
413 | 2024-07-19T23:13:58.700Z | Downloaded futures-channel v0.3.30 |
414 | 2024-07-19T23:13:58.700Z | Downloaded futures v0.3.30 |
415 | 2024-07-19T23:13:58.700Z | Downloaded clap v4.5.9 |
416 | 2024-07-19T23:13:58.724Z | Downloaded heck v0.4.1 |
417 | 2024-07-19T23:13:58.724Z | Downloaded crossbeam-utils v0.8.19 |
418 | 2024-07-19T23:13:58.724Z | Downloaded pin-project-lite v0.2.14 |
419 | 2024-07-19T23:13:58.724Z | Downloaded percent-encoding v2.3.1 |
420 | 2024-07-19T23:13:58.724Z | Downloaded parking_lot_core v0.9.10 |
421 | 2024-07-19T23:13:58.724Z | Downloaded num_cpus v1.16.0 |
422 | 2024-07-19T23:13:58.724Z | Downloaded lock_api v0.4.12 |
423 | 2024-07-19T23:13:58.724Z | Downloaded ipnet v2.9.0 |
424 | 2024-07-19T23:13:58.724Z | Downloaded hyper-tls v0.5.0 |
425 | 2024-07-19T23:13:58.724Z | Downloaded crc32fast v1.4.0 |
426 | 2024-07-19T23:13:58.724Z | Downloaded clap_derive v4.5.8 |
427 | 2024-07-19T23:13:58.749Z | Downloaded cargo-platform v0.1.8 |
428 | 2024-07-19T23:13:58.749Z | Downloaded bitflags v2.5.0 |
429 | 2024-07-19T23:13:58.749Z | Downloaded anyhow v1.0.86 |
430 | 2024-07-19T23:13:58.749Z | Downloaded pest_generator v2.7.10 |
431 | 2024-07-19T23:13:58.749Z | Downloaded openssl-macros v0.1.1 |
432 | 2024-07-19T23:13:58.749Z | Downloaded memmap v0.7.0 |
433 | 2024-07-19T23:13:58.749Z | Downloaded match_cfg v0.1.0 |
434 | 2024-07-19T23:13:58.749Z | Downloaded is-terminal v0.4.12 |
435 | 2024-07-19T23:13:58.749Z | Downloaded httpdate v1.0.3 |
436 | 2024-07-19T23:13:58.749Z | Downloaded hostname v0.3.1 |
437 | 2024-07-19T23:13:58.749Z | Downloaded heck v0.5.0 |
438 | 2024-07-19T23:13:58.749Z | Downloaded futures-task v0.3.30 |
439 | 2024-07-19T23:13:58.749Z | Downloaded futures-sink v0.3.30 |
440 | 2024-07-19T23:13:58.749Z | Downloaded futures-macro v0.3.30 |
441 | 2024-07-19T23:13:58.749Z | Downloaded futures-executor v0.3.30 |
442 | 2024-07-19T23:13:58.774Z | Downloaded futures-core v0.3.30 |
443 | 2024-07-19T23:13:58.774Z | Downloaded digest v0.10.7 |
444 | 2024-07-19T23:13:58.774Z | Downloaded deranged v0.3.11 |
445 | 2024-07-19T23:13:58.774Z | Downloaded cargo_toml v0.20.3 |
446 | 2024-07-19T23:13:58.774Z | Downloaded anstream v0.6.14 |
447 | 2024-07-19T23:13:58.774Z | Downloaded pin-utils v0.1.0 |
448 | 2024-07-19T23:13:58.774Z | Downloaded mime v0.3.17 |
449 | 2024-07-19T23:13:58.774Z | Downloaded macaddr v1.0.1 |
450 | 2024-07-19T23:13:58.774Z | Downloaded camino v1.1.7 |
451 | 2024-07-19T23:13:58.774Z | Downloaded futures-io v0.3.30 |
452 | 2024-07-19T23:13:58.774Z | Downloaded crypto-common v0.1.6 |
453 | 2024-07-19T23:13:58.774Z | Downloaded bytecount v0.6.8 |
454 | 2024-07-19T23:13:58.774Z | Downloaded block-buffer v0.10.4 |
455 | 2024-07-19T23:13:58.774Z | Downloaded fs-err v2.11.0 |
456 | 2024-07-19T23:13:58.774Z | Downloaded foreign-types-shared v0.1.1 |
457 | 2024-07-19T23:13:58.774Z | Downloaded fnv v1.0.7 |
458 | 2024-07-19T23:13:58.774Z | Downloaded filetime v0.2.23 |
459 | 2024-07-19T23:13:58.774Z | Downloaded errno v0.3.9 |
460 | 2024-07-19T23:13:58.798Z | Downloaded equivalent v1.0.1 |
461 | 2024-07-19T23:13:58.798Z | Downloaded dof v0.3.0 |
462 | 2024-07-19T23:13:58.798Z | Downloaded dirs-sys-next v0.1.2 |
463 | 2024-07-19T23:13:58.798Z | Downloaded cpufeatures v0.2.12 |
464 | 2024-07-19T23:13:58.798Z | Downloaded colorchoice v1.0.1 |
465 | 2024-07-19T23:13:58.798Z | Downloaded clap_lex v0.7.0 |
466 | 2024-07-19T23:13:58.798Z | Downloaded cfg-if v1.0.0 |
467 | 2024-07-19T23:13:58.798Z | Downloaded cargo_metadata v0.18.1 |
468 | 2024-07-19T23:13:58.798Z | Downloaded autocfg v1.3.0 |
469 | 2024-07-19T23:13:58.798Z | Downloaded anstyle-query v1.0.3 |
470 | 2024-07-19T23:13:58.798Z | Downloaded anstyle-parse v0.2.4 |
471 | 2024-07-19T23:13:58.798Z | Downloaded anstyle v1.0.7 |
472 | 2024-07-19T23:13:58.798Z | Downloaded adler v1.0.2 |
473 | 2024-07-19T23:13:58.798Z | Downloaded num_threads v0.1.7 |
474 | 2024-07-19T23:13:58.798Z | Downloaded form_urlencoded v1.2.1 |
475 | 2024-07-19T23:13:58.798Z | Downloaded dtrace-parser v0.2.0 |
476 | 2024-07-19T23:13:58.798Z | Downloaded dirs-next v2.0.0 |
477 | 2024-07-19T23:13:58.798Z | Downloaded byteorder v1.5.0 |
478 | 2024-07-19T23:13:58.942Z | Compiling proc-macro2 v1.0.86 |
479 | 2024-07-19T23:13:58.942Z | Compiling unicode-ident v1.0.12 |
480 | 2024-07-19T23:13:58.967Z | Compiling libc v0.2.155 |
481 | 2024-07-19T23:13:58.967Z | Compiling version_check v0.9.4 |
482 | 2024-07-19T23:13:58.967Z | Compiling cfg-if v1.0.0 |
483 | 2024-07-19T23:13:58.967Z | Compiling itoa v1.0.11 |
484 | 2024-07-19T23:13:58.967Z | Compiling once_cell v1.19.0 |
485 | 2024-07-19T23:13:58.967Z | Compiling autocfg v1.3.0 |
486 | 2024-07-19T23:13:59.139Z | Compiling serde v1.0.204 |
487 | 2024-07-19T23:13:59.312Z | Compiling memchr v2.7.2 |
488 | 2024-07-19T23:13:59.454Z | Compiling thiserror v1.0.62 |
489 | 2024-07-19T23:13:59.596Z | Compiling ryu v1.0.18 |
490 | 2024-07-19T23:13:59.714Z | Compiling pin-project-lite v0.2.14 |
491 | 2024-07-19T23:13:59.813Z | Compiling bitflags v2.5.0 |
492 | 2024-07-19T23:13:59.862Z | Compiling parking_lot_core v0.9.10 |
493 | 2024-07-19T23:13:59.904Z | Compiling cc v1.0.97 |
494 | 2024-07-19T23:13:59.966Z | Compiling lock_api v0.4.12 |
495 | 2024-07-19T23:14:00.086Z | Compiling vcpkg v0.2.15 |
496 | 2024-07-19T23:14:00.195Z | Compiling pkg-config v0.3.30 |
497 | 2024-07-19T23:14:00.238Z | Compiling ucd-trie v0.1.6 |
498 | 2024-07-19T23:14:00.429Z | Compiling slab v0.4.9 |
499 | 2024-07-19T23:14:00.699Z | Compiling quote v1.0.36 |
500 | 2024-07-19T23:14:00.815Z | Compiling bytes v1.6.0 |
501 | 2024-07-19T23:14:01.026Z | Compiling syn v2.0.71 |
502 | 2024-07-19T23:14:01.175Z | Compiling smallvec v1.13.2 |
503 | 2024-07-19T23:14:01.375Z | Compiling scopeguard v1.2.0 |
504 | 2024-07-19T23:14:02.504Z | Compiling futures-core v0.3.30 |
505 | 2024-07-19T23:14:02.529Z | Compiling futures-sink v0.3.30 |
506 | 2024-07-19T23:14:02.529Z | Compiling log v0.4.21 |
507 | 2024-07-19T23:14:02.529Z | Compiling fnv v1.0.7 |
508 | 2024-07-19T23:14:02.529Z | Compiling serde_json v1.0.120 |
509 | 2024-07-19T23:14:02.529Z | Compiling equivalent v1.0.1 |
510 | 2024-07-19T23:14:02.529Z | Compiling byteorder v1.5.0 |
511 | 2024-07-19T23:14:02.529Z | Compiling hashbrown v0.14.5 |
512 | 2024-07-19T23:14:02.529Z | Compiling parking_lot v0.12.2 |
513 | 2024-07-19T23:14:02.529Z | Compiling futures-channel v0.3.30 |
514 | 2024-07-19T23:14:02.529Z | Compiling num_cpus v1.16.0 |
515 | 2024-07-19T23:14:02.529Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-19T23:14:02.529Z | Compiling socket2 v0.5.7 |
517 | 2024-07-19T23:14:02.529Z | Compiling mio v0.8.11 |
518 | 2024-07-19T23:14:02.679Z | Compiling pin-utils v0.1.0 |
519 | 2024-07-19T23:14:02.775Z | Compiling rustix v0.38.34 |
520 | 2024-07-19T23:14:03.078Z | Compiling openssl-sys v0.9.102 |
521 | 2024-07-19T23:14:03.329Z | Compiling indexmap v2.2.6 |
522 | 2024-07-19T23:14:03.376Z | Compiling futures-task v0.3.30 |
523 | 2024-07-19T23:14:03.423Z | Compiling futures-io v0.3.30 |
524 | 2024-07-19T23:14:03.476Z | Compiling typenum v1.17.0 |
525 | 2024-07-19T23:14:03.700Z | Compiling errno v0.3.9 |
526 | 2024-07-19T23:14:03.728Z | Compiling generic-array v0.14.7 |
527 | 2024-07-19T23:14:03.753Z | Compiling slog v2.7.0 |
528 | 2024-07-19T23:14:03.800Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-19T23:14:03.905Z | Compiling openssl v0.10.64 |
530 | 2024-07-19T23:14:03.929Z | Compiling foreign-types v0.3.2 |
531 | 2024-07-19T23:14:04.253Z | Compiling http v0.2.12 |
532 | 2024-07-19T23:14:04.310Z | Compiling proc-macro-error-attr v1.0.4 |
533 | 2024-07-19T23:14:04.428Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-19T23:14:04.568Z | Compiling tracing-core v0.1.32 |
535 | 2024-07-19T23:14:04.734Z | Compiling num-conv v0.1.0 |
536 | 2024-07-19T23:14:04.758Z | Compiling syn v1.0.109 |
537 | 2024-07-19T23:14:05.012Z | Compiling powerfmt v0.2.0 |
538 | 2024-07-19T23:14:05.346Z | Compiling time-core v0.1.2 |
539 | 2024-07-19T23:14:05.412Z | Compiling native-tls v0.2.11 |
540 | 2024-07-19T23:14:05.448Z | Compiling httparse v1.8.0 |
541 | 2024-07-19T23:14:05.532Z | Compiling tinyvec_macros v0.1.1 |
542 | 2024-07-19T23:14:05.639Z | Compiling tinyvec v1.6.0 |
543 | 2024-07-19T23:14:05.791Z | Compiling time-macros v0.2.18 |
544 | 2024-07-19T23:14:05.935Z | Compiling deranged v0.3.11 |
545 | 2024-07-19T23:14:05.980Z | Compiling tracing v0.1.40 |
546 | 2024-07-19T23:14:06.566Z | Compiling thread-id v4.2.1 |
547 | 2024-07-19T23:14:06.685Z | Compiling proc-macro-error v1.0.4 |
548 | 2024-07-19T23:14:06.712Z | Compiling plain v0.2.3 |
549 | 2024-07-19T23:14:06.857Z | Compiling percent-encoding v2.3.1 |
550 | 2024-07-19T23:14:06.942Z | Compiling try-lock v0.2.5 |
551 | 2024-07-19T23:14:06.965Z | Compiling num_threads v0.1.7 |
552 | 2024-07-19T23:14:07.031Z | Compiling rustversion v1.0.17 |
553 | 2024-07-19T23:14:07.086Z | Compiling crossbeam-utils v0.8.19 |
554 | 2024-07-19T23:14:07.110Z | Compiling openssl-probe v0.1.5 |
555 | 2024-07-19T23:14:07.199Z | Compiling utf8parse v0.2.1 |
556 | 2024-07-19T23:14:07.353Z | Compiling heck v0.5.0 |
557 | 2024-07-19T23:14:07.406Z | Compiling anstyle-parse v0.2.4 |
558 | 2024-07-19T23:14:07.430Z | Compiling want v0.3.1 |
559 | 2024-07-19T23:14:07.603Z | Compiling form_urlencoded v1.2.1 |
560 | 2024-07-19T23:14:07.725Z | Compiling unicode-normalization v0.1.23 |
561 | 2024-07-19T23:14:07.849Z | Compiling http-body v0.4.6 |
562 | 2024-07-19T23:14:07.911Z | Compiling dirs-sys-next v0.1.2 |
563 | 2024-07-19T23:14:08.363Z | Compiling anstyle-query v1.0.3 |
564 | 2024-07-19T23:14:08.467Z | Compiling semver v1.0.23 |
565 | 2024-07-19T23:14:08.493Z | Compiling httpdate v1.0.3 |
566 | 2024-07-19T23:14:08.522Z | Compiling pretty-hex v0.4.1 |
567 | 2024-07-19T23:14:08.546Z | Compiling winnow v0.6.8 |
568 | 2024-07-19T23:14:08.584Z | Compiling unicode-bidi v0.3.15 |
569 | 2024-07-19T23:14:08.616Z | Compiling time v0.3.36 |
570 | 2024-07-19T23:14:08.733Z | Compiling camino v1.1.7 |
571 | 2024-07-19T23:14:08.889Z | Compiling colorchoice v1.0.1 |
572 | 2024-07-19T23:14:08.913Z | Compiling crc32fast v1.4.0 |
573 | 2024-07-19T23:14:09.036Z | Compiling anstyle v1.0.7 |
574 | 2024-07-19T23:14:09.248Z | Compiling tower-service v0.3.2 |
575 | 2024-07-19T23:14:09.321Z | Compiling is_terminal_polyfill v1.70.0 |
576 | 2024-07-19T23:14:09.440Z | Compiling anstream v0.6.14 |
577 | 2024-07-19T23:14:09.472Z | Compiling idna v0.5.0 |
578 | 2024-07-19T23:14:09.750Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-19T23:14:10.707Z | Compiling crypto-common v0.1.6 |
580 | 2024-07-19T23:14:10.740Z | Compiling block-buffer v0.10.4 |
581 | 2024-07-19T23:14:10.894Z | Compiling terminal_size v0.3.0 |
582 | 2024-07-19T23:14:11.007Z | Compiling fs-err v2.11.0 |
583 | 2024-07-19T23:14:11.054Z | Compiling thread_local v1.1.8 |
584 | 2024-07-19T23:14:11.078Z | Compiling unicode-width v0.1.13 |
585 | 2024-07-19T23:14:11.172Z | Compiling clap_lex v0.7.0 |
586 | 2024-07-19T23:14:11.233Z | Compiling base64 v0.21.7 |
587 | 2024-07-19T23:14:11.357Z | Compiling strsim v0.11.1 |
588 | 2024-07-19T23:14:11.594Z | Compiling heck v0.4.1 |
589 | 2024-07-19T23:14:11.669Z | Compiling anyhow v1.0.86 |
590 | 2024-07-19T23:14:11.700Z | Compiling bytecount v0.6.8 |
591 | 2024-07-19T23:14:11.848Z | Compiling slog-async v2.8.0 |
592 | 2024-07-19T23:14:11.875Z | Compiling match_cfg v0.1.0 |
593 | 2024-07-19T23:14:11.962Z | Compiling adler v1.0.2 |
594 | 2024-07-19T23:14:11.991Z | Compiling hostname v0.3.1 |
595 | 2024-07-19T23:14:12.033Z | Compiling papergrid v0.11.0 |
596 | 2024-07-19T23:14:12.149Z | Compiling serde_derive v1.0.204 |
597 | 2024-07-19T23:14:12.183Z | Compiling thiserror-impl v1.0.62 |
598 | 2024-07-19T23:14:12.210Z | Compiling zerocopy-derive v0.7.34 |
599 | 2024-07-19T23:14:12.236Z | Compiling tokio-macros v2.3.0 |
600 | 2024-07-19T23:14:12.236Z | Compiling futures-macro v0.3.30 |
601 | 2024-07-19T23:14:12.288Z | Compiling openssl-macros v0.1.1 |
602 | 2024-07-19T23:14:12.891Z | Compiling scroll_derive v0.12.0 |
603 | 2024-07-19T23:14:13.623Z | Compiling tokio v1.38.1 |
604 | 2024-07-19T23:14:13.944Z | Compiling futures-util v0.3.30 |
605 | 2024-07-19T23:14:14.073Z | Compiling zerocopy v0.7.34 |
606 | 2024-07-19T23:14:14.137Z | Compiling scroll v0.12.0 |
607 | 2024-07-19T23:14:14.610Z | Compiling goblin v0.8.2 |
608 | 2024-07-19T23:14:15.029Z | Compiling pest v2.7.10 |
609 | 2024-07-19T23:14:15.391Z | Compiling tabled_derive v0.7.0 |
610 | 2024-07-19T23:14:15.780Z | Compiling clap_derive v4.5.8 |
611 | 2024-07-19T23:14:17.644Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-19T23:14:17.669Z | Compiling strum_macros v0.26.4 |
613 | 2024-07-19T23:14:20.047Z | Compiling pest_generator v2.7.10 |
614 | 2024-07-19T23:14:20.392Z | Compiling tokio-util v0.7.11 |
615 | 2024-07-19T23:14:21.590Z | Compiling h2 v0.3.26 |
616 | 2024-07-19T23:14:22.187Z | Compiling pest_derive v2.7.10 |
617 | 2024-07-19T23:14:22.215Z | Compiling tokio-native-tls v0.3.1 |
618 | 2024-07-19T23:14:22.303Z | Compiling futures-executor v0.3.30 |
619 | 2024-07-19T23:14:22.457Z | Compiling miniz_oxide v0.7.2 |
620 | 2024-07-19T23:14:22.821Z | Compiling rustls-pemfile v1.0.4 |
621 | 2024-07-19T23:14:22.845Z | Compiling dtrace-parser v0.2.0 |
622 | 2024-07-19T23:14:23.195Z | Compiling clap_builder v4.5.9 |
623 | 2024-07-19T23:14:23.808Z | Compiling serde_spanned v0.6.6 |
624 | 2024-07-19T23:14:24.123Z | Compiling serde_tokenstream v0.2.1 |
625 | 2024-07-19T23:14:24.348Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-19T23:14:24.610Z | Compiling toml_edit v0.22.16 |
627 | 2024-07-19T23:14:25.473Z | Compiling dof v0.3.0 |
628 | 2024-07-19T23:14:25.698Z | Compiling hyper v0.14.28 |
629 | 2024-07-19T23:14:26.500Z | Compiling slog-json v2.6.1 |
630 | 2024-07-19T23:14:26.719Z | Compiling cargo-platform v0.1.8 |
631 | 2024-07-19T23:14:26.843Z | Compiling serde_urlencoded v0.7.1 |
632 | 2024-07-19T23:14:27.327Z | Compiling toml v0.8.15 |
633 | 2024-07-19T23:14:27.861Z | Compiling usdt-macro v0.5.0 |
634 | 2024-07-19T23:14:28.052Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2024-07-19T23:14:28.345Z | Compiling digest v0.10.7 |
636 | 2024-07-19T23:14:28.648Z | Compiling crossbeam-channel v0.5.12 |
637 | 2024-07-19T23:14:28.701Z | Compiling url v2.5.0 |
638 | 2024-07-19T23:14:28.872Z | Compiling term v0.7.0 |
639 | 2024-07-19T23:14:29.247Z | Compiling hyper-tls v0.5.0 |
640 | 2024-07-19T23:14:29.300Z | Compiling xattr v1.3.1 |
641 | 2024-07-19T23:14:29.557Z | Compiling is-terminal v0.4.12 |
642 | 2024-07-19T23:14:29.580Z | Compiling filetime v0.2.23 |
643 | 2024-07-19T23:14:29.630Z | Compiling memmap v0.7.0 |
644 | 2024-07-19T23:14:29.691Z | Compiling encoding_rs v0.8.34 |
645 | 2024-07-19T23:14:29.893Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-19T23:14:29.958Z | Compiling sync_wrapper v0.1.2 |
647 | 2024-07-19T23:14:30.001Z | Compiling ipnet v2.9.0 |
648 | 2024-07-19T23:14:30.084Z | Compiling mime v0.3.17 |
649 | 2024-07-19T23:14:30.281Z | Compiling take_mut v0.2.2 |
650 | 2024-07-19T23:14:30.365Z | Compiling sha2 v0.10.8 |
651 | 2024-07-19T23:14:30.672Z | Compiling usdt v0.5.0 |
652 | 2024-07-19T23:14:31.127Z | Compiling tar v0.4.41 |
653 | 2024-07-19T23:14:31.153Z | Compiling slog-term v2.9.1 |
654 | 2024-07-19T23:14:31.177Z | Compiling flate2 v1.0.30 |
655 | 2024-07-19T23:14:31.563Z | Compiling cargo_toml v0.20.3 |
656 | 2024-07-19T23:14:31.655Z | Compiling reqwest v0.11.27 |
657 | 2024-07-19T23:14:32.052Z | Compiling cargo_metadata v0.18.1 |
658 | 2024-07-19T23:14:32.243Z | Compiling slog-bunyan v2.5.0 |
659 | 2024-07-19T23:14:32.287Z | Compiling clap v4.5.9 |
660 | 2024-07-19T23:14:32.427Z | Compiling macaddr v1.0.1 |
661 | 2024-07-19T23:14:32.805Z | Compiling futures v0.3.30 |
662 | 2024-07-19T23:14:32.911Z | Compiling strum v0.26.3 |
663 | 2024-07-19T23:14:32.935Z | Compiling tabled v0.15.0 |
664 | 2024-07-19T23:14:33.053Z | Compiling swrite v0.1.0 |
665 | 2024-07-19T23:14:37.965Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
666 | 2024-07-19T23:14:48.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
667 | 2024-07-19T23:14:49.021Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
668 | 2024-07-19T23:14:49.105Z | Jul 19 23:14:48.882 INFO Starting download, target: Clickhouse |
669 | 2024-07-19T23:14:49.105Z | Jul 19 23:14:48.883 INFO Starting download, target: DendriteOpenapi |
670 | 2024-07-19T23:14:49.105Z | Jul 19 23:14:48.883 INFO Starting download, target: Cockroach |
671 | 2024-07-19T23:14:49.105Z | Jul 19 23:14:48.883 INFO Starting download, target: Console |
672 | 2024-07-19T23:14:49.105Z | Jul 19 23:14:48.883 INFO Starting download, target: DendriteStub |
673 | 2024-07-19T23:14:49.135Z | Jul 19 23:14:48.883 INFO Starting download, target: MaghemiteMgd |
674 | 2024-07-19T23:14:49.135Z | Jul 19 23:14:48.883 INFO Starting download, target: TransceiverControl |
675 | 2024-07-19T23:14:49.135Z | Jul 19 23:14:48.884 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
676 | 2024-07-19T23:14:49.135Z | Jul 19 23:14:48.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
677 | 2024-07-19T23:14:49.135Z | Jul 19 23:14:48.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
678 | 2024-07-19T23:14:49.136Z | Jul 19 23:14:48.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
679 | 2024-07-19T23:14:49.136Z | Jul 19 23:14:48.885 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
680 | 2024-07-19T23:14:49.136Z | Jul 19 23:14:48.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-07-19T23:14:49.136Z | Jul 19 23:14:48.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
682 | 2024-07-19T23:14:49.494Z | Jul 19 23:14:49.272 INFO Download complete, target: DendriteOpenapi |
683 | 2024-07-19T23:14:50.616Z | Jul 19 23:14:50.396 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
684 | 2024-07-19T23:14:51.361Z | Jul 19 23:14:51.141 INFO Download complete, target: TransceiverControl |
685 | 2024-07-19T23:14:52.174Z | Jul 19 23:14:51.954 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
686 | 2024-07-19T23:14:54.521Z | Jul 19 23:14:54.301 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
687 | 2024-07-19T23:14:54.897Z | Jul 19 23:14:54.677 INFO Download complete, target: Console |
688 | 2024-07-19T23:14:55.343Z | Jul 19 23:14:55.122 INFO Download complete, target: DendriteStub |
689 | 2024-07-19T23:14:55.799Z | Jul 19 23:14:55.579 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
690 | 2024-07-19T23:14:55.799Z | Jul 19 23:14:55.579 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
691 | 2024-07-19T23:14:57.227Z | Jul 19 23:14:57.007 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
692 | 2024-07-19T23:15:00.640Z | Jul 19 23:15:00.419 INFO Download complete, target: MaghemiteMgd |
693 | 2024-07-19T23:15:05.964Z | Jul 19 23:15:05.744 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-19T23:15:06.081Z | Jul 19 23:15:05.853 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
695 | 2024-07-19T23:15:06.445Z | Jul 19 23:15:06.225 INFO Checking that binary works, target: Cockroach |
696 | 2024-07-19T23:15:06.667Z | Jul 19 23:15:06.447 INFO Download complete, target: Cockroach |
697 | 2024-07-19T23:15:22.755Z | Jul 19 23:15:22.535 INFO Checking that binary works, target: Clickhouse |
698 | 2024-07-19T23:15:22.962Z | Jul 19 23:15:22.741 INFO Download complete, target: Clickhouse |
699 | 2024-07-19T23:15:22.988Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2024-07-19T23:15:23.013Z | |
701 | 2024-07-19T23:15:23.013Z | real 2:57.987824465 |
702 | 2024-07-19T23:15:23.013Z | user 5:29.031201929 |
703 | 2024-07-19T23:15:23.013Z | sys 1:20.146777614 |
704 | 2024-07-19T23:15:23.013Z | trap 0.188230227 |
705 | 2024-07-19T23:15:23.013Z | tflt 0.116834413 |
706 | 2024-07-19T23:15:23.013Z | dflt 0.785504158 |
707 | 2024-07-19T23:15:23.013Z | kflt 0.007567852 |
708 | 2024-07-19T23:15:23.013Z | lock 17:45.690049121 |
709 | 2024-07-19T23:15:23.013Z | slp 15:25.033299020 |
710 | 2024-07-19T23:15:23.013Z | lat 23.796877082 |
711 | 2024-07-19T23:15:23.013Z | stop 1:04.707567045 |
712 | 2024-07-19T23:15:23.013Z | + banner hack-check |
713 | 2024-07-19T23:15:23.013Z | |
714 | 2024-07-19T23:15:23.013Z | # # ## #### # # #### # # ###### #### # # |
715 | 2024-07-19T23:15:23.013Z | # # # # # # # # # # # # # # # # # |
716 | 2024-07-19T23:15:23.013Z | ###### # # # #### ##### # ###### ##### # #### |
717 | 2024-07-19T23:15:23.013Z | # # ###### # # # # # # # # # # |
718 | 2024-07-19T23:15:23.013Z | # # # # # # # # # # # # # # # # # |
719 | 2024-07-19T23:15:23.013Z | # # # # #### # # #### # # ###### #### # # |
720 | 2024-07-19T23:15:23.013Z | |
721 | 2024-07-19T23:15:23.013Z | + export CARGO_INCREMENTAL=0 |
722 | 2024-07-19T23:15:23.013Z | + CARGO_INCREMENTAL=0 |
723 | 2024-07-19T23:15:23.013Z | + ptime -m timeout 2h cargo xtask check-features --ci |
724 | 2024-07-19T23:15:23.854Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
725 | 2024-07-19T23:15:34.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s |
726 | 2024-07-19T23:15:34.144Z | Running `target/debug/xtask check-features --ci` |
727 | 2024-07-19T23:15:34.175Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
728 | 2024-07-19T23:15:34.175Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
729 | 2024-07-19T23:15:34.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
730 | 2024-07-19T23:15:34.995Z | Running `target/debug/xtask download cargo-hack` |
731 | 2024-07-19T23:15:35.028Z | Jul 19 23:15:34.807 INFO Starting download, target: CargoHack |
732 | 2024-07-19T23:15:35.051Z | Jul 19 23:15:34.809 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
733 | 2024-07-19T23:15:35.591Z | Jul 19 23:15:35.371 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
734 | 2024-07-19T23:15:35.720Z | Jul 19 23:15:35.500 INFO Download complete, target: CargoHack |
735 | 2024-07-19T23:15:35.744Z | 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" |
736 | 2024-07-19T23:15:35.768Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
737 | 2024-07-19T23:15:35.965Z | info: running `cargo check --bins` on api_identity (1/134) |
738 | 2024-07-19T23:15:36.611Z | Downloading crates ... |
739 | 2024-07-19T23:15:36.851Z | Downloaded tokio-stream v0.1.15 |
740 | 2024-07-19T23:15:36.917Z | Downloaded zeroize_derive v1.4.2 |
741 | 2024-07-19T23:15:36.944Z | Downloaded zerocopy v0.6.6 |
742 | 2024-07-19T23:15:36.968Z | Downloaded webpki-roots v0.25.4 |
743 | 2024-07-19T23:15:36.993Z | Downloaded regex-automata v0.4.6 |
744 | 2024-07-19T23:15:36.993Z | Downloaded zerocopy-derive v0.6.6 |
745 | 2024-07-19T23:15:37.017Z | Downloaded petgraph v0.6.5 |
746 | 2024-07-19T23:15:37.044Z | Downloaded finl_unicode v1.2.0 |
747 | 2024-07-19T23:15:37.068Z | Downloaded trust-dns-proto v0.22.0 |
748 | 2024-07-19T23:15:37.091Z | Downloaded smoltcp v0.9.1 |
749 | 2024-07-19T23:15:37.091Z | Downloaded rustls v0.21.12 |
750 | 2024-07-19T23:15:37.115Z | Downloaded openapiv3 v2.0.0 |
751 | 2024-07-19T23:15:37.139Z | Downloaded gimli v0.28.1 |
752 | 2024-07-19T23:15:37.163Z | Downloaded diesel v2.1.6 |
753 | 2024-07-19T23:15:37.163Z | Downloaded chrono v0.4.38 |
754 | 2024-07-19T23:15:37.189Z | Downloaded bstr v1.9.1 |
755 | 2024-07-19T23:15:37.189Z | Downloaded yasna v0.5.2 |
756 | 2024-07-19T23:15:37.189Z | Downloaded winnow v0.5.40 |
757 | 2024-07-19T23:15:37.213Z | Downloaded uuid v1.10.0 |
758 | 2024-07-19T23:15:37.213Z | Downloaded unicode-segmentation v1.11.0 |
759 | 2024-07-19T23:15:37.213Z | Downloaded tracing-attributes v0.1.27 |
760 | 2024-07-19T23:15:37.213Z | Downloaded toml_edit v0.19.15 |
761 | 2024-07-19T23:15:37.237Z | Downloaded toml v0.7.8 |
762 | 2024-07-19T23:15:37.237Z | Downloaded tokio-rustls v0.24.1 |
763 | 2024-07-19T23:15:37.261Z | Downloaded ring v0.17.8 |
764 | 2024-07-19T23:15:37.322Z | Downloaded tokio-postgres v0.7.10 |
765 | 2024-07-19T23:15:37.347Z | Downloaded similar v2.5.0 |
766 | 2024-07-19T23:15:37.347Z | Downloaded signal-hook v0.3.17 |
767 | 2024-07-19T23:15:37.347Z | Downloaded rustls-webpki v0.101.7 |
768 | 2024-07-19T23:15:37.371Z | Downloaded regex-syntax v0.8.3 |
769 | 2024-07-19T23:15:37.395Z | Downloaded regex-automata v0.1.10 |
770 | 2024-07-19T23:15:37.395Z | Downloaded regex v1.10.5 |
771 | 2024-07-19T23:15:37.395Z | Downloaded object v0.32.2 |
772 | 2024-07-19T23:15:37.418Z | Downloaded idna v0.3.0 |
773 | 2024-07-19T23:15:37.418Z | Downloaded idna v0.2.3 |
774 | 2024-07-19T23:15:37.443Z | Downloaded der_derive v0.7.2 |
775 | 2024-07-19T23:15:37.443Z | Downloaded der v0.7.9 |
776 | 2024-07-19T23:15:37.443Z | Downloaded data-encoding v2.6.0 |
777 | 2024-07-19T23:15:37.443Z | Downloaded crypto-bigint v0.5.5 |
778 | 2024-07-19T23:15:37.443Z | Downloaded crossterm v0.27.0 |
779 | 2024-07-19T23:15:37.467Z | Downloaded crossbeam-epoch v0.9.18 |
780 | 2024-07-19T23:15:37.467Z | Downloaded cookie_store v0.20.0 |
781 | 2024-07-19T23:15:37.467Z | Downloaded cookie v0.17.0 |
782 | 2024-07-19T23:15:37.467Z | Downloaded const-oid v0.9.6 |
783 | 2024-07-19T23:15:37.467Z | Downloaded console v0.15.8 |
784 | 2024-07-19T23:15:37.467Z | Downloaded cipher v0.4.4 |
785 | 2024-07-19T23:15:37.467Z | Downloaded bstr v0.2.17 |
786 | 2024-07-19T23:15:37.491Z | Downloaded block-padding v0.3.3 |
787 | 2024-07-19T23:15:37.491Z | Downloaded bitflags v1.3.2 |
788 | 2024-07-19T23:15:37.492Z | Downloaded bit-vec v0.6.3 |
789 | 2024-07-19T23:15:37.492Z | Downloaded base64ct v1.6.0 |
790 | 2024-07-19T23:15:37.492Z | Downloaded backtrace v0.3.71 |
791 | 2024-07-19T23:15:37.516Z | Downloaded async-trait v0.1.81 |
792 | 2024-07-19T23:15:37.516Z | Downloaded allocator-api2 v0.2.18 |
793 | 2024-07-19T23:15:37.516Z | Downloaded aho-corasick v1.1.3 |
794 | 2024-07-19T23:15:37.516Z | Downloaded zeroize v1.7.0 |
795 | 2024-07-19T23:15:37.516Z | Downloaded whoami v1.5.1 |
796 | 2024-07-19T23:15:37.516Z | Downloaded untrusted v0.9.0 |
797 | 2024-07-19T23:15:37.516Z | Downloaded unicode-xid v0.2.4 |
798 | 2024-07-19T23:15:37.516Z | Downloaded siphasher v0.3.11 |
799 | 2024-07-19T23:15:37.516Z | Downloaded signal-hook-mio v0.2.3 |
800 | 2024-07-19T23:15:37.540Z | Downloaded rustc_version v0.4.0 |
801 | 2024-07-19T23:15:37.540Z | Downloaded rustc-demangle v0.1.24 |
802 | 2024-07-19T23:15:37.540Z | Downloaded rand_core v0.6.4 |
803 | 2024-07-19T23:15:37.540Z | Downloaded rand_chacha v0.3.1 |
804 | 2024-07-19T23:15:37.540Z | Downloaded rand v0.8.5 |
805 | 2024-07-19T23:15:37.540Z | Downloaded r2d2 v0.8.10 |
806 | 2024-07-19T23:15:37.540Z | Downloaded publicsuffix v2.2.3 |
807 | 2024-07-19T23:15:37.540Z | Downloaded psl-types v2.0.11 |
808 | 2024-07-19T23:15:37.540Z | Downloaded predicates-core v1.0.6 |
809 | 2024-07-19T23:15:37.540Z | Downloaded predicates v3.1.0 |
810 | 2024-07-19T23:15:37.541Z | Downloaded ppv-lite86 v0.2.17 |
811 | 2024-07-19T23:15:37.541Z | Downloaded postgres-types v0.2.6 |
812 | 2024-07-19T23:15:37.564Z | Downloaded postgres-protocol v0.6.6 |
813 | 2024-07-19T23:15:37.564Z | Downloaded pkcs8 v0.10.2 |
814 | 2024-07-19T23:15:37.564Z | Downloaded phf_shared v0.11.2 |
815 | 2024-07-19T23:15:37.564Z | Downloaded phf_shared v0.10.0 |
816 | 2024-07-19T23:15:37.564Z | Downloaded phf v0.11.2 |
817 | 2024-07-19T23:15:37.565Z | Downloaded pem-rfc7468 v0.7.0 |
818 | 2024-07-19T23:15:37.565Z | Downloaded peg-runtime v0.8.3 |
819 | 2024-07-19T23:15:37.565Z | Downloaded num-traits v0.2.19 |
820 | 2024-07-19T23:15:37.565Z | Downloaded num-iter v0.1.45 |
821 | 2024-07-19T23:15:37.565Z | Downloaded num-integer v0.1.46 |
822 | 2024-07-19T23:15:37.565Z | Downloaded num-bigint v0.4.5 |
823 | 2024-07-19T23:15:37.589Z | Downloaded nom v7.1.3 |
824 | 2024-07-19T23:15:37.589Z | Downloaded minimal-lexical v0.2.1 |
825 | 2024-07-19T23:15:37.589Z | Downloaded matches v0.1.10 |
826 | 2024-07-19T23:15:37.589Z | Downloaded managed v0.8.0 |
827 | 2024-07-19T23:15:37.589Z | Downloaded libm v0.2.8 |
828 | 2024-07-19T23:15:37.613Z | Downloaded lazy_static v1.5.0 |
829 | 2024-07-19T23:15:37.613Z | Downloaded lalrpop-util v0.19.12 |
830 | 2024-07-19T23:15:37.613Z | Downloaded itertools v0.12.1 |
831 | 2024-07-19T23:15:37.613Z | Downloaded itertools v0.10.5 |
832 | 2024-07-19T23:15:37.613Z | Downloaded ipnetwork v0.20.0 |
833 | 2024-07-19T23:15:37.637Z | Downloaded inout v0.1.3 |
834 | 2024-07-19T23:15:37.637Z | Downloaded iana-time-zone v0.1.60 |
835 | 2024-07-19T23:15:37.637Z | Downloaded hyper-rustls v0.24.2 |
836 | 2024-07-19T23:15:37.638Z | Downloaded hubpack_derive v0.1.1 |
837 | 2024-07-19T23:15:37.638Z | Downloaded hubpack v0.1.2 |
838 | 2024-07-19T23:15:37.638Z | Downloaded hmac v0.12.1 |
839 | 2024-07-19T23:15:37.638Z | Downloaded hkdf v0.12.4 |
840 | 2024-07-19T23:15:37.638Z | Downloaded hex v0.4.3 |
841 | 2024-07-19T23:15:37.638Z | Downloaded heapless v0.7.17 |
842 | 2024-07-19T23:15:37.638Z | Downloaded hash32 v0.2.1 |
843 | 2024-07-19T23:15:37.638Z | Downloaded group v0.13.0 |
844 | 2024-07-19T23:15:37.638Z | Downloaded getrandom v0.2.14 |
845 | 2024-07-19T23:15:37.662Z | Downloaded float-cmp v0.9.0 |
846 | 2024-07-19T23:15:37.662Z | Downloaded flagset v0.4.5 |
847 | 2024-07-19T23:15:37.662Z | Downloaded fixedbitset v0.4.2 |
848 | 2024-07-19T23:15:37.662Z | Downloaded ff v0.13.0 |
849 | 2024-07-19T23:15:37.662Z | Downloaded fallible-iterator v0.2.0 |
850 | 2024-07-19T23:15:37.662Z | Downloaded enum-as-inner v0.5.1 |
851 | 2024-07-19T23:15:37.662Z | Downloaded elliptic-curve v0.13.8 |
852 | 2024-07-19T23:15:37.662Z | Downloaded either v1.12.0 |
853 | 2024-07-19T23:15:37.662Z | Downloaded dyn-clone v1.0.17 |
854 | 2024-07-19T23:15:37.662Z | Downloaded difflib v0.4.0 |
855 | 2024-07-19T23:15:37.662Z | Downloaded diesel_table_macro_syntax v0.1.0 |
856 | 2024-07-19T23:15:37.662Z | Downloaded diesel_derives v2.1.4 |
857 | 2024-07-19T23:15:37.687Z | Downloaded bit-set v0.5.3 |
858 | 2024-07-19T23:15:37.687Z | Downloaded base16ct v0.2.0 |
859 | 2024-07-19T23:15:37.687Z | Downloaded ahash v0.8.11 |
860 | 2024-07-19T23:15:37.687Z | Downloaded addr2line v0.21.0 |
861 | 2024-07-19T23:15:37.687Z | Downloaded subtle v2.5.0 |
862 | 2024-07-19T23:15:37.687Z | Downloaded strum_macros v0.25.3 |
863 | 2024-07-19T23:15:37.687Z | Downloaded stringprep v0.1.4 |
864 | 2024-07-19T23:15:37.687Z | Downloaded string_cache v0.8.7 |
865 | 2024-07-19T23:15:37.687Z | Downloaded static_assertions v1.1.0 |
866 | 2024-07-19T23:15:37.687Z | Downloaded stable_deref_trait v1.2.0 |
867 | 2024-07-19T23:15:37.687Z | Downloaded spki v0.7.3 |
868 | 2024-07-19T23:15:37.687Z | Downloaded spin v0.9.8 |
869 | 2024-07-19T23:15:37.711Z | Downloaded serde_repr v0.1.19 |
870 | 2024-07-19T23:15:37.711Z | Downloaded serde_derive_internals v0.29.1 |
871 | 2024-07-19T23:15:37.711Z | Downloaded sec1 v0.7.3 |
872 | 2024-07-19T23:15:37.711Z | Downloaded sct v0.7.1 |
873 | 2024-07-19T23:15:37.711Z | Downloaded schemars_derive v0.8.21 |
874 | 2024-07-19T23:15:37.711Z | Downloaded schemars v0.8.21 |
875 | 2024-07-19T23:15:37.735Z | Downloaded scheduled-thread-pool v0.2.7 |
876 | 2024-07-19T23:15:37.735Z | Downloaded precomputed-hash v0.1.1 |
877 | 2024-07-19T23:15:37.735Z | Downloaded normalize-line-endings v0.3.0 |
878 | 2024-07-19T23:15:37.735Z | Downloaded new_debug_unreachable v1.0.6 |
879 | 2024-07-19T23:15:37.735Z | Downloaded md-5 v0.10.6 |
880 | 2024-07-19T23:15:37.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
881 | 2024-07-19T23:15:37.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
882 | 2024-07-19T23:15:37.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
883 | 2024-07-19T23:15:37.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
884 | 2024-07-19T23:15:37.800Z | |
885 | 2024-07-19T23:15:37.800Z | info: running `cargo check --bins` on bootstore (2/134) |
886 | 2024-07-19T23:15:38.465Z | Downloading crates ... |
887 | 2024-07-19T23:15:38.652Z | Downloaded async-stream-impl v0.3.5 |
888 | 2024-07-19T23:15:38.676Z | Downloaded smf v0.2.3 |
889 | 2024-07-19T23:15:38.676Z | Downloaded tabwriter v1.4.0 |
890 | 2024-07-19T23:15:38.676Z | Downloaded unsafe-libyaml v0.2.11 |
891 | 2024-07-19T23:15:38.700Z | Downloaded waitgroup v0.1.2 |
892 | 2024-07-19T23:15:38.700Z | Downloaded structmeta v0.3.0 |
893 | 2024-07-19T23:15:38.701Z | Downloaded rustls v0.22.4 |
894 | 2024-07-19T23:15:38.725Z | Downloaded smoltcp v0.11.0 |
895 | 2024-07-19T23:15:38.750Z | Downloaded hostname v0.4.0 |
896 | 2024-07-19T23:15:38.750Z | Downloaded sha3 v0.10.8 |
897 | 2024-07-19T23:15:38.750Z | Downloaded chacha20 v0.9.1 |
898 | 2024-07-19T23:15:38.750Z | Downloaded regress v0.9.1 |
899 | 2024-07-19T23:15:38.750Z | Downloaded curve25519-dalek v4.1.3 |
900 | 2024-07-19T23:15:38.784Z | Downloaded rustls-webpki v0.102.4 |
901 | 2024-07-19T23:15:38.809Z | Downloaded vsss-rs v3.3.4 |
902 | 2024-07-19T23:15:38.809Z | Downloaded universal-hash v0.5.1 |
903 | 2024-07-19T23:15:38.809Z | Downloaded thiserror-no-std v2.0.2 |
904 | 2024-07-19T23:15:38.809Z | Downloaded tempfile v3.10.1 |
905 | 2024-07-19T23:15:38.809Z | Downloaded sigpipe v0.1.3 |
906 | 2024-07-19T23:15:38.809Z | Downloaded sha1 v0.10.6 |
907 | 2024-07-19T23:15:38.809Z | Downloaded serde_with_macros v3.8.3 |
908 | 2024-07-19T23:15:38.809Z | Downloaded serde_with v3.8.3 |
909 | 2024-07-19T23:15:38.809Z | Downloaded serde_path_to_error v0.1.16 |
910 | 2024-07-19T23:15:38.809Z | Downloaded rustls-pemfile v2.1.2 |
911 | 2024-07-19T23:15:38.839Z | Downloaded pretty-hex v0.2.1 |
912 | 2024-07-19T23:15:38.839Z | Downloaded poly1305 v0.8.0 |
913 | 2024-07-19T23:15:38.839Z | Downloaded parse-display-derive v0.9.1 |
914 | 2024-07-19T23:15:38.839Z | Downloaded parse-display v0.9.1 |
915 | 2024-07-19T23:15:38.839Z | Downloaded num_enum_derive v0.5.11 |
916 | 2024-07-19T23:15:38.839Z | Downloaded num-derive v0.4.2 |
917 | 2024-07-19T23:15:38.839Z | Downloaded multer v3.1.0 |
918 | 2024-07-19T23:15:38.839Z | Downloaded indexmap v1.9.3 |
919 | 2024-07-19T23:15:38.839Z | Downloaded http v1.1.0 |
920 | 2024-07-19T23:15:38.839Z | Downloaded heapless v0.8.0 |
921 | 2024-07-19T23:15:38.866Z | Downloaded hashbrown v0.12.3 |
922 | 2024-07-19T23:15:38.867Z | Downloaded darling_core v0.20.9 |
923 | 2024-07-19T23:15:38.867Z | Downloaded tokio-rustls v0.25.0 |
924 | 2024-07-19T23:15:38.867Z | Downloaded thiserror-impl-no-std v2.0.2 |
925 | 2024-07-19T23:15:38.867Z | Downloaded socket2 v0.4.10 |
926 | 2024-07-19T23:15:38.867Z | Downloaded serde_yaml v0.9.34+deprecated |
927 | 2024-07-19T23:15:38.867Z | Downloaded rustls-pki-types v1.7.0 |
928 | 2024-07-19T23:15:38.867Z | Downloaded proc-macro-crate v1.3.1 |
929 | 2024-07-19T23:15:38.867Z | Downloaded postcard v1.0.8 |
930 | 2024-07-19T23:15:38.867Z | Downloaded paste v1.0.15 |
931 | 2024-07-19T23:15:38.892Z | Downloaded num_enum v0.5.11 |
932 | 2024-07-19T23:15:38.892Z | Downloaded half v2.4.1 |
933 | 2024-07-19T23:15:38.892Z | Downloaded getopts v0.2.21 |
934 | 2024-07-19T23:15:38.892Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2024-07-19T23:15:38.892Z | Downloaded fastrand v2.1.0 |
936 | 2024-07-19T23:15:38.892Z | Downloaded embedded-io v0.4.0 |
937 | 2024-07-19T23:15:38.892Z | Downloaded derive_more v0.99.18 |
938 | 2024-07-19T23:15:38.916Z | Downloaded defmt-macros v0.3.9 |
939 | 2024-07-19T23:15:38.916Z | Downloaded debug-ignore v1.0.5 |
940 | 2024-07-19T23:15:38.916Z | Downloaded darling v0.20.9 |
941 | 2024-07-19T23:15:38.916Z | Downloaded curve25519-dalek-derive v0.1.1 |
942 | 2024-07-19T23:15:38.916Z | Downloaded cstr-argument v0.1.2 |
943 | 2024-07-19T23:15:38.916Z | Downloaded convert_case v0.4.0 |
944 | 2024-07-19T23:15:38.916Z | Downloaded colored v2.1.0 |
945 | 2024-07-19T23:15:38.916Z | Downloaded cobs v0.2.3 |
946 | 2024-07-19T23:15:38.916Z | Downloaded ciborium-ll v0.2.2 |
947 | 2024-07-19T23:15:38.917Z | Downloaded ciborium-io v0.2.2 |
948 | 2024-07-19T23:15:38.917Z | Downloaded ciborium v0.2.2 |
949 | 2024-07-19T23:15:38.917Z | Downloaded chacha20poly1305 v0.10.1 |
950 | 2024-07-19T23:15:38.941Z | Downloaded camino-tempfile v1.1.1 |
951 | 2024-07-19T23:15:38.941Z | Downloaded base64 v0.22.1 |
952 | 2024-07-19T23:15:38.941Z | Downloaded backoff v0.4.0 |
953 | 2024-07-19T23:15:38.941Z | Downloaded atomic-waker v1.1.2 |
954 | 2024-07-19T23:15:38.941Z | Downloaded async-stream v0.3.5 |
955 | 2024-07-19T23:15:38.941Z | Downloaded aead v0.5.2 |
956 | 2024-07-19T23:15:38.941Z | Downloaded structmeta-derive v0.3.0 |
957 | 2024-07-19T23:15:38.941Z | Downloaded instant v0.1.12 |
958 | 2024-07-19T23:15:38.941Z | Downloaded hash32 v0.3.1 |
959 | 2024-07-19T23:15:38.941Z | Downloaded darling_macro v0.20.9 |
960 | 2024-07-19T23:15:38.941Z | Downloaded secrecy v0.8.0 |
961 | 2024-07-19T23:15:38.941Z | Downloaded opaque-debug v0.3.1 |
962 | 2024-07-19T23:15:38.941Z | Downloaded newtype-uuid v1.1.0 |
963 | 2024-07-19T23:15:38.965Z | Downloaded keccak v0.1.5 |
964 | 2024-07-19T23:15:38.965Z | Downloaded ident_case v1.0.1 |
965 | 2024-07-19T23:15:38.965Z | Downloaded foreign-types-shared v0.3.1 |
966 | 2024-07-19T23:15:38.965Z | Downloaded foreign-types v0.5.0 |
967 | 2024-07-19T23:15:38.965Z | Downloaded defmt-parser v0.3.4 |
968 | 2024-07-19T23:15:38.965Z | Downloaded defmt v0.3.8 |
969 | 2024-07-19T23:15:38.965Z | Downloaded crucible-workspace-hack v0.1.0 |
970 | 2024-07-19T23:15:38.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
971 | 2024-07-19T23:15:38.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
972 | 2024-07-19T23:15:38.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
973 | 2024-07-19T23:15:38.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
974 | 2024-07-19T23:15:39.038Z | |
975 | 2024-07-19T23:15:39.038Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/134) |
976 | 2024-07-19T23:15:39.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
977 | 2024-07-19T23:15:39.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
978 | 2024-07-19T23:15:39.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
979 | 2024-07-19T23:15:39.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
980 | 2024-07-19T23:15:39.837Z | |
981 | 2024-07-19T23:15:39.837Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/134) |
982 | 2024-07-19T23:15:40.501Z | Downloading crates ... |
983 | 2024-07-19T23:15:40.602Z | Downloaded test-strategy v0.3.1 |
984 | 2024-07-19T23:15:40.625Z | Downloaded wait-timeout v0.2.0 |
985 | 2024-07-19T23:15:40.625Z | Downloaded unarray v0.1.4 |
986 | 2024-07-19T23:15:40.626Z | Downloaded structmeta-derive v0.2.0 |
987 | 2024-07-19T23:15:40.626Z | Downloaded structmeta v0.2.0 |
988 | 2024-07-19T23:15:40.626Z | Downloaded rusty-fork v0.3.0 |
989 | 2024-07-19T23:15:40.626Z | Downloaded rand_xorshift v0.3.0 |
990 | 2024-07-19T23:15:40.626Z | Downloaded quick-error v1.2.3 |
991 | 2024-07-19T23:15:40.626Z | Downloaded proptest v1.4.0 |
992 | 2024-07-19T23:15:40.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
993 | 2024-07-19T23:15:40.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
994 | 2024-07-19T23:15:40.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
995 | 2024-07-19T23:15:40.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
996 | 2024-07-19T23:15:40.712Z | |
997 | 2024-07-19T23:15:40.712Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/134) |
998 | 2024-07-19T23:15:41.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
999 | 2024-07-19T23:15:41.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1000 | 2024-07-19T23:15:41.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1001 | 2024-07-19T23:15:41.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1002 | 2024-07-19T23:15:41.312Z | |
1003 | 2024-07-19T23:15:41.312Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/134) |
1004 | 2024-07-19T23:15:41.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1005 | 2024-07-19T23:15:41.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1006 | 2024-07-19T23:15:41.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1007 | 2024-07-19T23:15:41.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1008 | 2024-07-19T23:15:41.987Z | |
1009 | 2024-07-19T23:15:41.987Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/134) |
1010 | 2024-07-19T23:15:42.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1011 | 2024-07-19T23:15:42.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1012 | 2024-07-19T23:15:42.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1013 | 2024-07-19T23:15:42.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1014 | 2024-07-19T23:15:42.583Z | |
1015 | 2024-07-19T23:15:42.583Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/134) |
1016 | 2024-07-19T23:15:43.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1017 | 2024-07-19T23:15:43.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1018 | 2024-07-19T23:15:43.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1019 | 2024-07-19T23:15:43.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1020 | 2024-07-19T23:15:43.180Z | |
1021 | 2024-07-19T23:15:43.180Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/134) |
1022 | 2024-07-19T23:15:43.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1023 | 2024-07-19T23:15:43.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1024 | 2024-07-19T23:15:43.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1025 | 2024-07-19T23:15:43.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1026 | 2024-07-19T23:15:43.789Z | |
1027 | 2024-07-19T23:15:43.789Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/134) |
1028 | 2024-07-19T23:15:44.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1029 | 2024-07-19T23:15:44.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1030 | 2024-07-19T23:15:44.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1031 | 2024-07-19T23:15:44.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1032 | 2024-07-19T23:15:44.410Z | |
1033 | 2024-07-19T23:15:44.410Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/134) |
1034 | 2024-07-19T23:15:44.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1035 | 2024-07-19T23:15:44.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1036 | 2024-07-19T23:15:44.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1037 | 2024-07-19T23:15:44.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1038 | 2024-07-19T23:15:44.992Z | |
1039 | 2024-07-19T23:15:44.992Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/134) |
1040 | 2024-07-19T23:15:45.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1041 | 2024-07-19T23:15:45.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1042 | 2024-07-19T23:15:45.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1043 | 2024-07-19T23:15:45.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1044 | 2024-07-19T23:15:45.636Z | |
1045 | 2024-07-19T23:15:45.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/134) |
1046 | 2024-07-19T23:15:46.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1047 | 2024-07-19T23:15:46.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1048 | 2024-07-19T23:15:46.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1049 | 2024-07-19T23:15:46.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1050 | 2024-07-19T23:15:46.270Z | |
1051 | 2024-07-19T23:15:46.270Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/134) |
1052 | 2024-07-19T23:15:46.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1053 | 2024-07-19T23:15:46.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1054 | 2024-07-19T23:15:46.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1055 | 2024-07-19T23:15:46.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1056 | 2024-07-19T23:15:46.868Z | |
1057 | 2024-07-19T23:15:46.868Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/134) |
1058 | 2024-07-19T23:15:47.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1059 | 2024-07-19T23:15:47.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1060 | 2024-07-19T23:15:47.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1061 | 2024-07-19T23:15:47.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1062 | 2024-07-19T23:15:47.462Z | |
1063 | 2024-07-19T23:15:47.462Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/134) |
1064 | 2024-07-19T23:15:48.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1065 | 2024-07-19T23:15:48.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1066 | 2024-07-19T23:15:48.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1067 | 2024-07-19T23:15:48.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1068 | 2024-07-19T23:15:48.051Z | |
1069 | 2024-07-19T23:15:48.051Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/134) |
1070 | 2024-07-19T23:15:48.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1071 | 2024-07-19T23:15:48.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1072 | 2024-07-19T23:15:48.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1073 | 2024-07-19T23:15:48.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1074 | 2024-07-19T23:15:48.638Z | |
1075 | 2024-07-19T23:15:48.638Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/134) |
1076 | 2024-07-19T23:15:49.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1077 | 2024-07-19T23:15:49.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1078 | 2024-07-19T23:15:49.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1079 | 2024-07-19T23:15:49.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1080 | 2024-07-19T23:15:49.223Z | |
1081 | 2024-07-19T23:15:49.223Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/134) |
1082 | 2024-07-19T23:15:49.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1083 | 2024-07-19T23:15:49.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1084 | 2024-07-19T23:15:49.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1085 | 2024-07-19T23:15:49.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1086 | 2024-07-19T23:15:49.825Z | |
1087 | 2024-07-19T23:15:49.825Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/134) |
1088 | 2024-07-19T23:15:50.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1089 | 2024-07-19T23:15:50.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1090 | 2024-07-19T23:15:50.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1091 | 2024-07-19T23:15:50.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1092 | 2024-07-19T23:15:50.431Z | |
1093 | 2024-07-19T23:15:50.431Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/134) |
1094 | 2024-07-19T23:15:51.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1095 | 2024-07-19T23:15:51.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1096 | 2024-07-19T23:15:51.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1097 | 2024-07-19T23:15:51.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1098 | 2024-07-19T23:15:51.061Z | |
1099 | 2024-07-19T23:15:51.061Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/134) |
1100 | 2024-07-19T23:15:51.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1101 | 2024-07-19T23:15:51.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1102 | 2024-07-19T23:15:51.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1103 | 2024-07-19T23:15:51.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1104 | 2024-07-19T23:15:51.665Z | |
1105 | 2024-07-19T23:15:51.665Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/134) |
1106 | 2024-07-19T23:15:52.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1107 | 2024-07-19T23:15:52.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1108 | 2024-07-19T23:15:52.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1109 | 2024-07-19T23:15:52.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1110 | 2024-07-19T23:15:52.306Z | |
1111 | 2024-07-19T23:15:52.306Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/134) |
1112 | 2024-07-19T23:15:52.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1113 | 2024-07-19T23:15:52.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1114 | 2024-07-19T23:15:52.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1115 | 2024-07-19T23:15:52.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1116 | 2024-07-19T23:15:52.919Z | |
1117 | 2024-07-19T23:15:52.919Z | info: running `cargo check --bins` on sled-hardware-types (25/134) |
1118 | 2024-07-19T23:15:53.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1119 | 2024-07-19T23:15:53.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1120 | 2024-07-19T23:15:53.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1121 | 2024-07-19T23:15:53.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1122 | 2024-07-19T23:15:53.741Z | |
1123 | 2024-07-19T23:15:53.741Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/134) |
1124 | 2024-07-19T23:15:54.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1125 | 2024-07-19T23:15:54.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1126 | 2024-07-19T23:15:54.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1127 | 2024-07-19T23:15:54.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1128 | 2024-07-19T23:15:54.558Z | |
1129 | 2024-07-19T23:15:54.558Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/134) |
1130 | 2024-07-19T23:15:55.169Z | Downloading crates ... |
1131 | 2024-07-19T23:15:55.344Z | Downloaded predicates-tree v1.0.9 |
1132 | 2024-07-19T23:15:55.371Z | Downloaded termtree v0.4.1 |
1133 | 2024-07-19T23:15:55.371Z | Downloaded fragile v2.0.0 |
1134 | 2024-07-19T23:15:55.371Z | Downloaded downcast v0.11.0 |
1135 | 2024-07-19T23:15:55.371Z | Downloaded mockall_derive v0.12.1 |
1136 | 2024-07-19T23:15:55.371Z | Downloaded mockall v0.12.1 |
1137 | 2024-07-19T23:15:55.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1138 | 2024-07-19T23:15:55.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1139 | 2024-07-19T23:15:55.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1140 | 2024-07-19T23:15:55.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1141 | 2024-07-19T23:15:55.464Z | |
1142 | 2024-07-19T23:15:55.464Z | info: running `cargo check --bins` on oxlog (28/134) |
1143 | 2024-07-19T23:15:56.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1144 | 2024-07-19T23:15:56.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1145 | 2024-07-19T23:15:56.311Z | Compiling serde v1.0.204 |
1146 | 2024-07-19T23:15:56.311Z | Checking cfg-if v1.0.0 |
1147 | 2024-07-19T23:15:56.335Z | Checking libc v0.2.155 |
1148 | 2024-07-19T23:15:56.336Z | Compiling syn v2.0.71 |
1149 | 2024-07-19T23:15:56.336Z | Compiling getrandom v0.2.14 |
1150 | 2024-07-19T23:15:56.336Z | Compiling generic-array v0.14.7 |
1151 | 2024-07-19T23:15:56.336Z | Compiling scopeguard v1.2.0 |
1152 | 2024-07-19T23:15:56.492Z | Compiling lock_api v0.4.12 |
1153 | 2024-07-19T23:15:56.654Z | Compiling log v0.4.21 |
1154 | 2024-07-19T23:15:56.721Z | Compiling libm v0.2.8 |
1155 | 2024-07-19T23:15:56.795Z | Compiling ahash v0.8.11 |
1156 | 2024-07-19T23:15:56.838Z | Compiling num-traits v0.2.19 |
1157 | 2024-07-19T23:15:56.881Z | Compiling serde_json v1.0.120 |
1158 | 2024-07-19T23:15:56.906Z | Checking memchr v2.7.2 |
1159 | 2024-07-19T23:15:57.024Z | Checking byteorder v1.5.0 |
1160 | 2024-07-19T23:15:57.146Z | Checking itoa v1.0.11 |
1161 | 2024-07-19T23:15:57.183Z | Compiling smallvec v1.13.2 |
1162 | 2024-07-19T23:15:57.282Z | Compiling rand_core v0.6.4 |
1163 | 2024-07-19T23:15:57.328Z | Checking once_cell v1.19.0 |
1164 | 2024-07-19T23:15:57.384Z | Compiling ring v0.17.8 |
1165 | 2024-07-19T23:15:57.515Z | Compiling parking_lot_core v0.9.10 |
1166 | 2024-07-19T23:15:57.595Z | Checking pin-project-lite v0.2.14 |
1167 | 2024-07-19T23:15:57.666Z | Compiling mio v0.8.11 |
1168 | 2024-07-19T23:15:57.701Z | Compiling spin v0.9.8 |
1169 | 2024-07-19T23:15:57.743Z | Checking typenum v1.17.0 |
1170 | 2024-07-19T23:15:57.795Z | Checking signal-hook-registry v1.4.2 |
1171 | 2024-07-19T23:15:57.925Z | Compiling parking_lot v0.12.2 |
1172 | 2024-07-19T23:15:58.578Z | Compiling const-oid v0.9.6 |
1173 | 2024-07-19T23:15:58.634Z | Compiling subtle v2.5.0 |
1174 | 2024-07-19T23:15:58.748Z | Compiling unicode-normalization v0.1.23 |
1175 | 2024-07-19T23:15:58.772Z | Compiling unicode-bidi v0.3.15 |
1176 | 2024-07-19T23:15:58.833Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-07-19T23:15:59.268Z | Checking futures-core v0.3.30 |
1178 | 2024-07-19T23:15:59.433Z | Checking tinyvec_macros v0.1.1 |
1179 | 2024-07-19T23:15:59.508Z | Checking tinyvec v1.6.0 |
1180 | 2024-07-19T23:15:59.533Z | Checking socket2 v0.5.7 |
1181 | 2024-07-19T23:15:59.671Z | Checking num_cpus v1.16.0 |
1182 | 2024-07-19T23:16:00.147Z | Checking ryu v1.0.18 |
1183 | 2024-07-19T23:16:00.171Z | Compiling time-macros v0.2.18 |
1184 | 2024-07-19T23:16:00.344Z | Checking futures-sink v0.3.30 |
1185 | 2024-07-19T23:16:00.649Z | Compiling syn v1.0.109 |
1186 | 2024-07-19T23:16:01.065Z | Compiling rustls v0.21.12 |
1187 | 2024-07-19T23:16:01.219Z | Checking equivalent v1.0.1 |
1188 | 2024-07-19T23:16:01.343Z | Checking futures-channel v0.3.30 |
1189 | 2024-07-19T23:16:01.424Z | Checking slab v0.4.9 |
1190 | 2024-07-19T23:16:01.488Z | Checking futures-task v0.3.30 |
1191 | 2024-07-19T23:16:01.565Z | Checking futures-io v0.3.30 |
1192 | 2024-07-19T23:16:01.647Z | Checking pin-utils v0.1.0 |
1193 | 2024-07-19T23:16:01.672Z | Compiling ppv-lite86 v0.2.17 |
1194 | 2024-07-19T23:16:01.696Z | Compiling cookie v0.17.0 |
1195 | 2024-07-19T23:16:01.728Z | Compiling schemars v0.8.21 |
1196 | 2024-07-19T23:16:01.752Z | Compiling signal-hook v0.3.17 |
1197 | 2024-07-19T23:16:01.934Z | Compiling untrusted v0.9.0 |
1198 | 2024-07-19T23:16:01.995Z | Compiling base64ct v1.6.0 |
1199 | 2024-07-19T23:16:02.032Z | Compiling iana-time-zone v0.1.60 |
1200 | 2024-07-19T23:16:02.056Z | Checking percent-encoding v2.3.1 |
1201 | 2024-07-19T23:16:02.324Z | Compiling rand_chacha v0.3.1 |
1202 | 2024-07-19T23:16:02.453Z | Compiling pem-rfc7468 v0.7.0 |
1203 | 2024-07-19T23:16:02.521Z | Checking tracing-core v0.1.32 |
1204 | 2024-07-19T23:16:02.811Z | Compiling serde_derive_internals v0.29.1 |
1205 | 2024-07-19T23:16:03.086Z | Compiling rand v0.8.5 |
1206 | 2024-07-19T23:16:03.123Z | Compiling backtrace v0.3.71 |
1207 | 2024-07-19T23:16:03.420Z | Compiling siphasher v0.3.11 |
1208 | 2024-07-19T23:16:03.484Z | Compiling flagset v0.4.5 |
1209 | 2024-07-19T23:16:03.661Z | Checking fnv v1.0.7 |
1210 | 2024-07-19T23:16:03.743Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1211 | 2024-07-19T23:16:03.916Z | Compiling smoltcp v0.9.1 |
1212 | 2024-07-19T23:16:04.202Z | Compiling crossbeam-utils v0.8.19 |
1213 | 2024-07-19T23:16:04.556Z | Compiling rustls-webpki v0.101.7 |
1214 | 2024-07-19T23:16:04.748Z | Compiling sct v0.7.1 |
1215 | 2024-07-19T23:16:04.935Z | Compiling time v0.3.36 |
1216 | 2024-07-19T23:16:05.231Z | Compiling idna v0.5.0 |
1217 | 2024-07-19T23:16:05.491Z | Compiling lazy_static v1.5.0 |
1218 | 2024-07-19T23:16:05.635Z | Compiling aho-corasick v1.1.3 |
1219 | 2024-07-19T23:16:06.118Z | Checking foreign-types-shared v0.1.1 |
1220 | 2024-07-19T23:16:06.364Z | Compiling finl_unicode v1.2.0 |
1221 | 2024-07-19T23:16:06.429Z | Checking powerfmt v0.2.0 |
1222 | 2024-07-19T23:16:06.658Z | Compiling regex-syntax v0.8.3 |
1223 | 2024-07-19T23:16:06.685Z | Checking deranged v0.3.11 |
1224 | 2024-07-19T23:16:06.916Z | Compiling stringprep v0.1.4 |
1225 | 2024-07-19T23:16:07.004Z | Checking foreign-types v0.3.2 |
1226 | 2024-07-19T23:16:07.088Z | Compiling url v2.5.0 |
1227 | 2024-07-19T23:16:08.199Z | Compiling diesel_table_macro_syntax v0.1.0 |
1228 | 2024-07-19T23:16:08.558Z | Checking form_urlencoded v1.2.1 |
1229 | 2024-07-19T23:16:08.728Z | Compiling num-integer v0.1.46 |
1230 | 2024-07-19T23:16:08.752Z | Compiling idna v0.3.0 |
1231 | 2024-07-19T23:16:09.152Z | Compiling serde_derive v1.0.204 |
1232 | 2024-07-19T23:16:09.406Z | Compiling zeroize_derive v1.4.2 |
1233 | 2024-07-19T23:16:09.690Z | Compiling zerocopy-derive v0.7.34 |
1234 | 2024-07-19T23:16:10.063Z | Compiling tokio-macros v2.3.0 |
1235 | 2024-07-19T23:16:10.555Z | Compiling futures-macro v0.3.30 |
1236 | 2024-07-19T23:16:10.788Z | Compiling zeroize v1.7.0 |
1237 | 2024-07-19T23:16:11.146Z | Compiling thiserror-impl v1.0.62 |
1238 | 2024-07-19T23:16:11.724Z | Compiling zerocopy v0.7.34 |
1239 | 2024-07-19T23:16:13.036Z | Compiling tracing-attributes v0.1.27 |
1240 | 2024-07-19T23:16:13.355Z | Compiling scroll_derive v0.12.0 |
1241 | 2024-07-19T23:16:13.588Z | Compiling hashbrown v0.14.5 |
1242 | 2024-07-19T23:16:13.944Z | Compiling crypto-common v0.1.6 |
1243 | 2024-07-19T23:16:14.067Z | Compiling openssl-macros v0.1.1 |
1244 | 2024-07-19T23:16:14.092Z | Compiling thiserror v1.0.62 |
1245 | 2024-07-19T23:16:14.154Z | Compiling der_derive v0.7.2 |
1246 | 2024-07-19T23:16:14.206Z | Compiling pest v2.7.10 |
1247 | 2024-07-19T23:16:14.712Z | Compiling block-buffer v0.10.4 |
1248 | 2024-07-19T23:16:14.783Z | Compiling futures-util v0.3.30 |
1249 | 2024-07-19T23:16:14.951Z | Compiling digest v0.10.7 |
1250 | 2024-07-19T23:16:15.562Z | Compiling scroll v0.12.0 |
1251 | 2024-07-19T23:16:16.051Z | Compiling goblin v0.8.2 |
1252 | 2024-07-19T23:16:16.444Z | Compiling pest_meta v2.7.10 |
1253 | 2024-07-19T23:16:16.515Z | Compiling tracing v0.1.40 |
1254 | 2024-07-19T23:16:16.816Z | Compiling schemars_derive v0.8.21 |
1255 | 2024-07-19T23:16:16.978Z | Compiling hmac v0.12.1 |
1256 | 2024-07-19T23:16:17.481Z | Compiling pest_generator v2.7.10 |
1257 | 2024-07-19T23:16:19.081Z | Compiling der v0.7.9 |
1258 | 2024-07-19T23:16:19.746Z | Compiling hubpack_derive v0.1.1 |
1259 | 2024-07-19T23:16:20.049Z | Compiling async-trait v0.1.81 |
1260 | 2024-07-19T23:16:20.254Z | Compiling zerocopy-derive v0.6.6 |
1261 | 2024-07-19T23:16:20.726Z | Compiling sha2 v0.10.8 |
1262 | 2024-07-19T23:16:20.750Z | Checking bytes v1.6.0 |
1263 | 2024-07-19T23:16:20.891Z | Checking bitflags v2.5.0 |
1264 | 2024-07-19T23:16:22.223Z | Compiling tokio v1.38.1 |
1265 | 2024-07-19T23:16:22.583Z | Compiling indexmap v2.2.6 |
1266 | 2024-07-19T23:16:22.607Z | Compiling semver v1.0.23 |
1267 | 2024-07-19T23:16:22.631Z | Compiling pest_derive v2.7.10 |
1268 | 2024-07-19T23:16:23.282Z | Compiling rustc_version v0.4.0 |
1269 | 2024-07-19T23:16:23.346Z | Compiling http v0.2.12 |
1270 | 2024-07-19T23:16:23.800Z | Compiling uuid v1.10.0 |
1271 | 2024-07-19T23:16:23.950Z | Compiling heapless v0.7.17 |
1272 | 2024-07-19T23:16:24.357Z | Compiling dtrace-parser v0.2.0 |
1273 | 2024-07-19T23:16:24.381Z | Compiling dof v0.3.0 |
1274 | 2024-07-19T23:16:24.415Z | Compiling chrono v0.4.38 |
1275 | 2024-07-19T23:16:25.057Z | Compiling usdt-impl v0.5.0 |
1276 | 2024-07-19T23:16:25.305Z | Compiling http-body v0.4.6 |
1277 | 2024-07-19T23:16:25.565Z | Compiling openssl v0.10.64 |
1278 | 2024-07-19T23:16:26.326Z | Compiling serde_tokenstream v0.2.1 |
1279 | 2024-07-19T23:16:26.514Z | Compiling rustix v0.38.34 |
1280 | 2024-07-19T23:16:26.786Z | Compiling serde_spanned v0.6.6 |
1281 | 2024-07-19T23:16:26.880Z | Compiling toml_datetime v0.6.6 |
1282 | 2024-07-19T23:16:26.904Z | Compiling spki v0.7.3 |
1283 | 2024-07-19T23:16:27.208Z | Compiling md-5 v0.10.6 |
1284 | 2024-07-19T23:16:27.330Z | Compiling regex-automata v0.4.6 |
1285 | 2024-07-19T23:16:27.438Z | Checking openssl-sys v0.9.102 |
1286 | 2024-07-19T23:16:27.709Z | Compiling hash32 v0.2.1 |
1287 | 2024-07-19T23:16:28.048Z | Compiling fs-err v2.11.0 |
1288 | 2024-07-19T23:16:28.284Z | Compiling slog v2.7.0 |
1289 | 2024-07-19T23:16:28.500Z | Compiling stable_deref_trait v1.2.0 |
1290 | 2024-07-19T23:16:28.602Z | Compiling psl-types v2.0.11 |
1291 | 2024-07-19T23:16:28.741Z | Checking unicode-ident v1.0.12 |
1292 | 2024-07-19T23:16:28.777Z | Checking tokio-util v0.7.11 |
1293 | 2024-07-19T23:16:28.802Z | Checking time-core v0.1.2 |
1294 | 2024-07-19T23:16:28.802Z | Compiling fallible-iterator v0.2.0 |
1295 | 2024-07-19T23:16:28.895Z | Checking num_threads v0.1.7 |
1296 | 2024-07-19T23:16:28.920Z | Compiling anyhow v1.0.86 |
1297 | 2024-07-19T23:16:28.996Z | Compiling gimli v0.28.1 |
1298 | 2024-07-19T23:16:29.408Z | Checking num-conv v0.1.0 |
1299 | 2024-07-19T23:16:29.432Z | Checking base64 v0.21.7 |
1300 | 2024-07-19T23:16:29.509Z | Checking try-lock v0.2.5 |
1301 | 2024-07-19T23:16:29.610Z | Compiling dyn-clone v1.0.17 |
1302 | 2024-07-19T23:16:29.841Z | Checking want v0.3.1 |
1303 | 2024-07-19T23:16:30.505Z | Compiling h2 v0.3.26 |
1304 | 2024-07-19T23:16:31.450Z | Compiling native-tls v0.2.11 |
1305 | 2024-07-19T23:16:32.015Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-07-19T23:16:32.409Z | Compiling postgres-protocol v0.6.6 |
1307 | 2024-07-19T23:16:33.154Z | Compiling addr2line v0.21.0 |
1308 | 2024-07-19T23:16:33.178Z | Compiling tokio-rustls v0.24.1 |
1309 | 2024-07-19T23:16:33.272Z | Checking proc-macro2 v1.0.86 |
1310 | 2024-07-19T23:16:33.558Z | Compiling clap_derive v4.5.8 |
1311 | 2024-07-19T23:16:33.732Z | Compiling publicsuffix v2.2.3 |
1312 | 2024-07-19T23:16:33.986Z | Compiling terminal_size v0.3.0 |
1313 | 2024-07-19T23:16:34.320Z | Compiling pkcs8 v0.10.2 |
1314 | 2024-07-19T23:16:34.912Z | Compiling usdt-attr-macro v0.5.0 |
1315 | 2024-07-19T23:16:35.217Z | Compiling usdt-macro v0.5.0 |
1316 | 2024-07-19T23:16:36.475Z | Compiling hyper v0.14.28 |
1317 | 2024-07-19T23:16:36.554Z | Compiling enum-as-inner v0.5.1 |
1318 | 2024-07-19T23:16:36.597Z | Compiling block-padding v0.3.3 |
1319 | 2024-07-19T23:16:36.843Z | Compiling diesel_derives v2.1.4 |
1320 | 2024-07-19T23:16:37.409Z | Compiling serde_repr v0.1.19 |
1321 | 2024-07-19T23:16:37.502Z | Compiling strum_macros v0.25.3 |
1322 | 2024-07-19T23:16:38.799Z | Compiling phf_shared v0.11.2 |
1323 | 2024-07-19T23:16:39.057Z | Checking httparse v1.8.0 |
1324 | 2024-07-19T23:16:39.140Z | Compiling ff v0.13.0 |
1325 | 2024-07-19T23:16:39.408Z | Compiling scheduled-thread-pool v0.2.7 |
1326 | 2024-07-19T23:16:39.680Z | Checking errno v0.3.9 |
1327 | 2024-07-19T23:16:39.716Z | Compiling object v0.32.2 |
1328 | 2024-07-19T23:16:39.833Z | Checking openssl-probe v0.1.5 |
1329 | 2024-07-19T23:16:39.947Z | Compiling bit-vec v0.6.3 |
1330 | 2024-07-19T23:16:39.971Z | Checking httpdate v1.0.3 |
1331 | 2024-07-19T23:16:40.166Z | Compiling managed v0.8.0 |
1332 | 2024-07-19T23:16:40.349Z | Compiling regex-automata v0.1.10 |
1333 | 2024-07-19T23:16:40.564Z | Compiling either v1.12.0 |
1334 | 2024-07-19T23:16:40.799Z | Checking tower-service v0.3.2 |
1335 | 2024-07-19T23:16:40.892Z | Compiling rustc-demangle v0.1.24 |
1336 | 2024-07-19T23:16:40.916Z | Compiling winnow v0.5.40 |
1337 | 2024-07-19T23:16:40.940Z | Compiling matches v0.1.10 |
1338 | 2024-07-19T23:16:41.018Z | Compiling base16ct v0.2.0 |
1339 | 2024-07-19T23:16:41.145Z | Checking ucd-trie v0.1.6 |
1340 | 2024-07-19T23:16:41.314Z | Checking cpufeatures v0.2.12 |
1341 | 2024-07-19T23:16:41.404Z | Compiling bitflags v1.3.2 |
1342 | 2024-07-19T23:16:41.439Z | Checking anstyle v1.0.7 |
1343 | 2024-07-19T23:16:41.498Z | Checking adler v1.0.2 |
1344 | 2024-07-19T23:16:41.630Z | Checking utf8parse v0.2.1 |
1345 | 2024-07-19T23:16:41.752Z | Checking plain v0.2.3 |
1346 | 2024-07-19T23:16:41.855Z | Checking anstyle-parse v0.2.4 |
1347 | 2024-07-19T23:16:42.086Z | Checking miniz_oxide v0.7.2 |
1348 | 2024-07-19T23:16:42.418Z | Compiling hyper-tls v0.5.0 |
1349 | 2024-07-19T23:16:42.718Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-07-19T23:16:43.504Z | Compiling clap_builder v4.5.9 |
1351 | 2024-07-19T23:16:44.248Z | Compiling toml_edit v0.19.15 |
1352 | 2024-07-19T23:16:45.152Z | Compiling sec1 v0.7.3 |
1353 | 2024-07-19T23:16:45.957Z | Compiling idna v0.2.3 |
1354 | 2024-07-19T23:16:46.462Z | Compiling bstr v0.2.17 |
1355 | 2024-07-19T23:16:47.635Z | Compiling r2d2 v0.8.10 |
1356 | 2024-07-19T23:16:47.723Z | Compiling group v0.13.0 |
1357 | 2024-07-19T23:16:47.935Z | Compiling signal-hook-mio v0.2.3 |
1358 | 2024-07-19T23:16:47.959Z | Compiling phf v0.11.2 |
1359 | 2024-07-19T23:16:48.078Z | Compiling cookie_store v0.20.0 |
1360 | 2024-07-19T23:16:48.202Z | Compiling inout v0.1.3 |
1361 | 2024-07-19T23:16:48.457Z | Checking quote v1.0.36 |
1362 | 2024-07-19T23:16:48.691Z | Compiling postgres-types v0.2.6 |
1363 | 2024-07-19T23:16:48.741Z | Compiling regex v1.10.5 |
1364 | 2024-07-19T23:16:49.248Z | Compiling ipnetwork v0.20.0 |
1365 | 2024-07-19T23:16:49.431Z | Compiling zerocopy v0.6.6 |
1366 | 2024-07-19T23:16:49.680Z | Compiling serde_urlencoded v0.7.1 |
1367 | 2024-07-19T23:16:50.038Z | Compiling hubpack v0.1.2 |
1368 | 2024-07-19T23:16:50.155Z | Compiling futures-executor v0.3.30 |
1369 | 2024-07-19T23:16:50.296Z | Compiling hkdf v0.12.4 |
1370 | 2024-07-19T23:16:50.459Z | Compiling crypto-bigint v0.5.5 |
1371 | 2024-07-19T23:16:50.523Z | Compiling num-bigint v0.4.5 |
1372 | 2024-07-19T23:16:50.855Z | Compiling phf_shared v0.10.0 |
1373 | 2024-07-19T23:16:51.405Z | Compiling float-cmp v0.9.0 |
1374 | 2024-07-19T23:16:51.609Z | Compiling new_debug_unreachable v1.0.6 |
1375 | 2024-07-19T23:16:51.660Z | Compiling static_assertions v1.1.0 |
1376 | 2024-07-19T23:16:51.699Z | Compiling difflib v0.4.0 |
1377 | 2024-07-19T23:16:51.727Z | Compiling fixedbitset v0.4.2 |
1378 | 2024-07-19T23:16:51.752Z | Checking colorchoice v1.0.1 |
1379 | 2024-07-19T23:16:51.867Z | Checking anstyle-query v1.0.3 |
1380 | 2024-07-19T23:16:51.891Z | Compiling precomputed-hash v0.1.1 |
1381 | 2024-07-19T23:16:51.956Z | Compiling data-encoding v2.6.0 |
1382 | 2024-07-19T23:16:51.983Z | Checking is_terminal_polyfill v1.70.0 |
1383 | 2024-07-19T23:16:52.007Z | Compiling predicates-core v1.0.6 |
1384 | 2024-07-19T23:16:52.137Z | Compiling unicode-segmentation v1.11.0 |
1385 | 2024-07-19T23:16:52.326Z | Compiling minimal-lexical v0.2.1 |
1386 | 2024-07-19T23:16:52.652Z | Checking pretty-hex v0.4.1 |
1387 | 2024-07-19T23:16:52.812Z | Compiling normalize-line-endings v0.3.0 |
1388 | 2024-07-19T23:16:52.855Z | Compiling whoami v1.5.1 |
1389 | 2024-07-19T23:16:52.879Z | Compiling webpki-roots v0.25.4 |
1390 | 2024-07-19T23:16:53.023Z | Compiling reqwest v0.11.27 |
1391 | 2024-07-19T23:16:53.152Z | Compiling tokio-postgres v0.7.10 |
1392 | 2024-07-19T23:16:53.447Z | Compiling yasna v0.5.2 |
1393 | 2024-07-19T23:16:53.993Z | Compiling elliptic-curve v0.13.8 |
1394 | 2024-07-19T23:16:54.408Z | Compiling predicates v3.1.0 |
1395 | 2024-07-19T23:16:55.140Z | Compiling console v0.15.8 |
1396 | 2024-07-19T23:16:55.602Z | Compiling similar v2.5.0 |
1397 | 2024-07-19T23:16:55.673Z | Compiling nom v7.1.3 |
1398 | 2024-07-19T23:16:55.985Z | Compiling trust-dns-proto v0.22.0 |
1399 | 2024-07-19T23:16:56.510Z | Checking anstream v0.6.14 |
1400 | 2024-07-19T23:16:56.534Z | Compiling string_cache v0.8.7 |
1401 | 2024-07-19T23:16:56.844Z | Compiling petgraph v0.6.5 |
1402 | 2024-07-19T23:16:57.186Z | Compiling toml_edit v0.22.16 |
1403 | 2024-07-19T23:16:57.581Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1404 | 2024-07-19T23:16:57.891Z | Compiling usdt v0.5.0 |
1405 | 2024-07-19T23:16:58.338Z | Compiling crossbeam-epoch v0.9.18 |
1406 | 2024-07-19T23:16:58.709Z | Compiling diesel v2.1.6 |
1407 | 2024-07-19T23:16:59.335Z | Compiling futures v0.3.30 |
1408 | 2024-07-19T23:16:59.800Z | Compiling cipher v0.4.4 |
1409 | 2024-07-19T23:17:00.218Z | Compiling crossterm v0.27.0 |
1410 | 2024-07-19T23:17:00.491Z | Compiling toml v0.7.8 |
1411 | 2024-07-19T23:17:02.048Z | Compiling clap v4.5.9 |
1412 | 2024-07-19T23:17:03.089Z | Compiling itertools v0.12.1 |
1413 | 2024-07-19T23:17:03.357Z | Compiling itertools v0.10.5 |
1414 | 2024-07-19T23:17:03.493Z | Compiling bit-set v0.5.3 |
1415 | 2024-07-19T23:17:04.472Z | Compiling bstr v1.9.1 |
1416 | 2024-07-19T23:17:04.668Z | Compiling tokio-stream v0.1.15 |
1417 | 2024-07-19T23:17:04.881Z | Compiling openapiv3 v2.0.0 |
1418 | 2024-07-19T23:17:04.947Z | Compiling hex v0.4.3 |
1419 | 2024-07-19T23:17:05.509Z | Compiling num-iter v0.1.45 |
1420 | 2024-07-19T23:17:05.882Z | Checking thread-id v4.2.1 |
1421 | 2024-07-19T23:17:06.004Z | Compiling unicode-xid v0.2.4 |
1422 | 2024-07-19T23:17:06.549Z | Compiling lalrpop-util v0.19.12 |
1423 | 2024-07-19T23:17:06.574Z | Checking clap_lex v0.7.0 |
1424 | 2024-07-19T23:17:06.769Z | Checking strsim v0.11.1 |
1425 | 2024-07-19T23:17:06.862Z | Compiling peg-runtime v0.8.3 |
1426 | 2024-07-19T23:17:06.974Z | Checking ipnet v2.9.0 |
1427 | 2024-07-19T23:17:09.279Z | Checking rustls-pemfile v1.0.4 |
1428 | 2024-07-19T23:17:10.075Z | Checking crc32fast v1.4.0 |
1429 | 2024-07-19T23:17:10.323Z | Checking memmap v0.7.0 |
1430 | 2024-07-19T23:17:10.444Z | Checking encoding_rs v0.8.34 |
1431 | 2024-07-19T23:17:10.699Z | Checking mime v0.3.17 |
1432 | 2024-07-19T23:17:10.970Z | Checking unicode-width v0.1.13 |
1433 | 2024-07-19T23:17:11.161Z | Checking sync_wrapper v0.1.2 |
1434 | 2024-07-19T23:17:11.417Z | Checking winnow v0.6.8 |
1435 | 2024-07-19T23:17:14.945Z | Checking flate2 v1.0.30 |
1436 | 2024-07-19T23:17:17.528Z | Checking camino v1.1.7 |
1437 | 2024-07-19T23:17:17.576Z | Checking sigpipe v0.1.3 |
1438 | 2024-07-19T23:17:28.186Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1439 | 2024-07-19T23:17:40.402Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1440 | 2024-07-19T23:17:40.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s |
1441 | 2024-07-19T23:17:40.947Z | |
1442 | 2024-07-19T23:17:40.947Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/134) |
1443 | 2024-07-19T23:17:41.563Z | Downloading crates ... |
1444 | 2024-07-19T23:17:41.764Z | Downloaded pem v3.0.4 |
1445 | 2024-07-19T23:17:41.790Z | Downloaded atty v0.2.14 |
1446 | 2024-07-19T23:17:41.790Z | Downloaded atomicwrites v0.4.3 |
1447 | 2024-07-19T23:17:41.790Z | Downloaded zone_cfg_derive v0.1.2 |
1448 | 2024-07-19T23:17:41.790Z | Downloaded slog-stdlog v4.1.1 |
1449 | 2024-07-19T23:17:41.790Z | Downloaded utf-8 v0.7.6 |
1450 | 2024-07-19T23:17:41.790Z | Downloaded zone v0.1.8 |
1451 | 2024-07-19T23:17:41.790Z | Downloaded walkdir v2.5.0 |
1452 | 2024-07-19T23:17:41.790Z | Downloaded tungstenite v0.21.0 |
1453 | 2024-07-19T23:17:41.791Z | Downloaded tungstenite v0.20.1 |
1454 | 2024-07-19T23:17:41.817Z | Downloaded tokio-tungstenite v0.21.0 |
1455 | 2024-07-19T23:17:41.818Z | Downloaded tokio-tungstenite v0.20.1 |
1456 | 2024-07-19T23:17:41.818Z | Downloaded subprocess v0.2.9 |
1457 | 2024-07-19T23:17:41.818Z | Downloaded slog-scope v4.4.0 |
1458 | 2024-07-19T23:17:41.818Z | Downloaded slog-envlogger v2.2.0 |
1459 | 2024-07-19T23:17:41.818Z | Downloaded serde_arrays v0.1.0 |
1460 | 2024-07-19T23:17:41.818Z | Downloaded ron v0.7.1 |
1461 | 2024-07-19T23:17:41.818Z | Downloaded rcgen v0.12.1 |
1462 | 2024-07-19T23:17:41.818Z | Downloaded headers v0.3.9 |
1463 | 2024-07-19T23:17:41.846Z | Downloaded termcolor v1.4.1 |
1464 | 2024-07-19T23:17:41.846Z | Downloaded portpicker v0.1.1 |
1465 | 2024-07-19T23:17:41.847Z | Downloaded heck v0.3.3 |
1466 | 2024-07-19T23:17:41.847Z | Downloaded base64 v0.13.1 |
1467 | 2024-07-19T23:17:41.847Z | Downloaded arc-swap v1.7.1 |
1468 | 2024-07-19T23:17:41.847Z | Downloaded same-file v1.0.6 |
1469 | 2024-07-19T23:17:41.847Z | Downloaded humantime v2.1.0 |
1470 | 2024-07-19T23:17:41.847Z | Downloaded headers-core v0.2.0 |
1471 | 2024-07-19T23:17:41.847Z | Downloaded env_logger v0.9.3 |
1472 | 2024-07-19T23:17:41.848Z | Downloaded bitstruct_derive v0.1.0 |
1473 | 2024-07-19T23:17:41.848Z | Downloaded bitstruct v0.1.1 |
1474 | 2024-07-19T23:17:41.848Z | Downloaded erased-serde v0.3.31 |
1475 | 2024-07-19T23:17:41.848Z | Downloaded ascii v1.1.0 |
1476 | 2024-07-19T23:17:41.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-07-19T23:17:41.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-07-19T23:17:42.027Z | Compiling regress v0.9.1 |
1479 | 2024-07-19T23:17:42.076Z | Checking sha1 v0.10.6 |
1480 | 2024-07-19T23:17:42.076Z | Compiling strum_macros v0.26.4 |
1481 | 2024-07-19T23:17:42.076Z | Checking heck v0.5.0 |
1482 | 2024-07-19T23:17:42.110Z | Compiling getopts v0.2.21 |
1483 | 2024-07-19T23:17:42.110Z | Checking dirs-sys-next v0.1.2 |
1484 | 2024-07-19T23:17:42.154Z | Compiling unsafe-libyaml v0.2.11 |
1485 | 2024-07-19T23:17:42.282Z | Checking dirs-next v2.0.0 |
1486 | 2024-07-19T23:17:42.323Z | Checking http v1.1.0 |
1487 | 2024-07-19T23:17:42.368Z | Checking thread_local v1.1.8 |
1488 | 2024-07-19T23:17:42.524Z | Compiling ident_case v1.0.1 |
1489 | 2024-07-19T23:17:42.608Z | Checking rustls-pki-types v1.7.0 |
1490 | 2024-07-19T23:17:42.671Z | Compiling darling_core v0.20.9 |
1491 | 2024-07-19T23:17:42.955Z | Checking term v0.7.0 |
1492 | 2024-07-19T23:17:42.980Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1493 | 2024-07-19T23:17:43.239Z | Compiling serde_yaml v0.9.34+deprecated |
1494 | 2024-07-19T23:17:43.329Z | Checking crossbeam-channel v0.5.12 |
1495 | 2024-07-19T23:17:43.442Z | Checking atty v0.2.14 |
1496 | 2024-07-19T23:17:43.547Z | Checking is-terminal v0.4.12 |
1497 | 2024-07-19T23:17:43.647Z | Checking termcolor v1.4.1 |
1498 | 2024-07-19T23:17:43.778Z | Checking humantime v2.1.0 |
1499 | 2024-07-19T23:17:43.969Z | Checking utf-8 v0.7.6 |
1500 | 2024-07-19T23:17:44.015Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1501 | 2024-07-19T23:17:44.040Z | Checking base64 v0.22.1 |
1502 | 2024-07-19T23:17:44.144Z | Checking take_mut v0.2.2 |
1503 | 2024-07-19T23:17:44.270Z | Compiling paste v1.0.15 |
1504 | 2024-07-19T23:17:44.295Z | Compiling rustls v0.22.4 |
1505 | 2024-07-19T23:17:44.500Z | Checking slog-async v2.8.0 |
1506 | 2024-07-19T23:17:44.536Z | Checking env_logger v0.9.3 |
1507 | 2024-07-19T23:17:44.748Z | Checking slog-term v2.9.1 |
1508 | 2024-07-19T23:17:44.774Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1509 | 2024-07-19T23:17:44.798Z | Checking rustls-webpki v0.102.4 |
1510 | 2024-07-19T23:17:45.166Z | Compiling proc-macro-crate v1.3.1 |
1511 | 2024-07-19T23:17:45.440Z | Compiling bitstruct_derive v0.1.0 |
1512 | 2024-07-19T23:17:46.193Z | Compiling structmeta-derive v0.3.0 |
1513 | 2024-07-19T23:17:46.287Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1514 | 2024-07-19T23:17:46.425Z | Compiling multer v3.1.0 |
1515 | 2024-07-19T23:17:46.621Z | Checking strum v0.26.3 |
1516 | 2024-07-19T23:17:46.678Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1517 | 2024-07-19T23:17:46.705Z | Checking ascii v1.1.0 |
1518 | 2024-07-19T23:17:46.784Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1519 | 2024-07-19T23:17:46.880Z | Checking match_cfg v0.1.0 |
1520 | 2024-07-19T23:17:46.936Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1521 | 2024-07-19T23:17:46.968Z | Checking hostname v0.3.1 |
1522 | 2024-07-19T23:17:47.048Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1523 | 2024-07-19T23:17:47.085Z | Checking bitstruct v0.1.1 |
1524 | 2024-07-19T23:17:47.116Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1525 | 2024-07-19T23:17:47.170Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1526 | 2024-07-19T23:17:47.202Z | Compiling num_enum_derive v0.5.11 |
1527 | 2024-07-19T23:17:47.337Z | Checking slog-json v2.6.1 |
1528 | 2024-07-19T23:17:47.562Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1529 | 2024-07-19T23:17:47.786Z | Checking serde_arrays v0.1.0 |
1530 | 2024-07-19T23:17:47.864Z | Checking erased-serde v0.3.31 |
1531 | 2024-07-19T23:17:47.912Z | Compiling foreign-types-macros v0.2.3 |
1532 | 2024-07-19T23:17:48.337Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-07-19T23:17:48.787Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1534 | 2024-07-19T23:17:48.852Z | Compiling structmeta v0.3.0 |
1535 | 2024-07-19T23:17:49.013Z | Checking foreign-types-shared v0.3.1 |
1536 | 2024-07-19T23:17:49.037Z | Checking atomic-waker v1.1.2 |
1537 | 2024-07-19T23:17:49.100Z | Compiling darling_macro v0.20.9 |
1538 | 2024-07-19T23:17:49.124Z | Checking arc-swap v1.7.1 |
1539 | 2024-07-19T23:17:49.149Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1540 | 2024-07-19T23:17:49.278Z | Compiling parse-display-derive v0.9.1 |
1541 | 2024-07-19T23:17:49.380Z | Checking waitgroup v0.1.2 |
1542 | 2024-07-19T23:17:49.497Z | Checking slog-scope v4.4.0 |
1543 | 2024-07-19T23:17:49.521Z | Checking foreign-types v0.5.0 |
1544 | 2024-07-19T23:17:49.545Z | Checking num_enum v0.5.11 |
1545 | 2024-07-19T23:17:49.569Z | Checking async-stream v0.3.5 |
1546 | 2024-07-19T23:17:49.666Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1547 | 2024-07-19T23:17:49.690Z | Checking slog-bunyan v2.5.0 |
1548 | 2024-07-19T23:17:49.690Z | Compiling proc-macro-error v1.0.4 |
1549 | 2024-07-19T23:17:49.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1550 | 2024-07-19T23:17:49.988Z | Compiling darling v0.20.9 |
1551 | 2024-07-19T23:17:50.064Z | Checking toml v0.8.15 |
1552 | 2024-07-19T23:17:50.099Z | Compiling serde_with_macros v3.8.3 |
1553 | 2024-07-19T23:17:50.258Z | Checking rustls-pemfile v2.1.2 |
1554 | 2024-07-19T23:17:50.359Z | Checking tungstenite v0.20.1 |
1555 | 2024-07-19T23:17:50.391Z | Checking tokio-rustls v0.25.0 |
1556 | 2024-07-19T23:17:50.472Z | Compiling heck v0.3.3 |
1557 | 2024-07-19T23:17:50.751Z | Checking newtype-uuid v1.1.0 |
1558 | 2024-07-19T23:17:50.779Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1559 | 2024-07-19T23:17:50.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1560 | 2024-07-19T23:17:50.963Z | Checking serde_path_to_error v0.1.16 |
1561 | 2024-07-19T23:17:51.156Z | Checking cstr-argument v0.1.2 |
1562 | 2024-07-19T23:17:51.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1563 | 2024-07-19T23:17:51.578Z | Checking hostname v0.4.0 |
1564 | 2024-07-19T23:17:51.661Z | Checking instant v0.1.12 |
1565 | 2024-07-19T23:17:51.699Z | Checking debug-ignore v1.0.5 |
1566 | 2024-07-19T23:17:51.761Z | Checking fastrand v2.1.0 |
1567 | 2024-07-19T23:17:51.816Z | Checking pretty-hex v0.2.1 |
1568 | 2024-07-19T23:17:51.958Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1569 | 2024-07-19T23:17:51.996Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1570 | 2024-07-19T23:17:52.080Z | Checking tempfile v3.10.1 |
1571 | 2024-07-19T23:17:52.145Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1572 | 2024-07-19T23:17:52.283Z | Checking backoff v0.4.0 |
1573 | 2024-07-19T23:17:52.418Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1574 | 2024-07-19T23:17:52.515Z | Checking tokio-tungstenite v0.20.1 |
1575 | 2024-07-19T23:17:52.541Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1576 | 2024-07-19T23:17:52.674Z | Compiling zone_cfg_derive v0.1.2 |
1577 | 2024-07-19T23:17:52.709Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2024-07-19T23:17:52.913Z | Checking serde_with v3.8.3 |
1579 | 2024-07-19T23:17:52.942Z | Checking slog-stdlog v4.1.1 |
1580 | 2024-07-19T23:17:53.064Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1581 | 2024-07-19T23:17:53.232Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1582 | 2024-07-19T23:17:53.383Z | Checking tungstenite v0.21.0 |
1583 | 2024-07-19T23:17:53.526Z | Checking colored v2.1.0 |
1584 | 2024-07-19T23:17:53.719Z | Checking parse-display v0.9.1 |
1585 | 2024-07-19T23:17:53.807Z | Checking macaddr v1.0.1 |
1586 | 2024-07-19T23:17:53.872Z | Checking socket2 v0.4.10 |
1587 | 2024-07-19T23:17:53.992Z | Checking base64 v0.13.1 |
1588 | 2024-07-19T23:17:54.079Z | Checking zone v0.1.8 |
1589 | 2024-07-19T23:17:54.116Z | Checking tokio-tungstenite v0.21.0 |
1590 | 2024-07-19T23:17:54.329Z | Checking ron v0.7.1 |
1591 | 2024-07-19T23:17:54.543Z | Checking slog-envlogger v2.2.0 |
1592 | 2024-07-19T23:17:54.615Z | Checking pem v3.0.4 |
1593 | 2024-07-19T23:17:54.734Z | Checking tabwriter v1.4.0 |
1594 | 2024-07-19T23:17:54.838Z | Checking xattr v1.3.1 |
1595 | 2024-07-19T23:17:54.946Z | Checking portpicker v0.1.1 |
1596 | 2024-07-19T23:17:55.005Z | Checking headers-core v0.2.0 |
1597 | 2024-07-19T23:17:55.073Z | Checking smf v0.2.3 |
1598 | 2024-07-19T23:17:55.127Z | Checking filetime v0.2.23 |
1599 | 2024-07-19T23:17:55.301Z | Checking same-file v1.0.6 |
1600 | 2024-07-19T23:17:55.325Z | Checking tar v0.4.41 |
1601 | 2024-07-19T23:17:55.467Z | Checking walkdir v2.5.0 |
1602 | 2024-07-19T23:17:55.491Z | Checking headers v0.3.9 |
1603 | 2024-07-19T23:17:55.714Z | Checking rcgen v0.12.1 |
1604 | 2024-07-19T23:17:55.753Z | Checking camino-tempfile v1.1.1 |
1605 | 2024-07-19T23:17:55.892Z | Checking atomicwrites v0.4.3 |
1606 | 2024-07-19T23:17:55.984Z | Checking subprocess v0.2.9 |
1607 | 2024-07-19T23:17:57.600Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1608 | 2024-07-19T23:17:57.845Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1609 | 2024-07-19T23:17:58.959Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1610 | 2024-07-19T23:18:01.604Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1611 | 2024-07-19T23:18:01.718Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1612 | 2024-07-19T23:18:06.433Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1613 | 2024-07-19T23:18:16.266Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1614 | 2024-07-19T23:18:16.438Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1615 | 2024-07-19T23:18:16.438Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1616 | 2024-07-19T23:18:19.762Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1617 | 2024-07-19T23:18:20.264Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1618 | 2024-07-19T23:18:27.683Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1619 | 2024-07-19T23:18:29.494Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1620 | 2024-07-19T23:18:30.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.00s |
1621 | 2024-07-19T23:18:31.073Z | |
1622 | 2024-07-19T23:18:31.073Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/134) |
1623 | 2024-07-19T23:18:31.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-07-19T23:18:31.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-07-19T23:18:31.957Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1626 | 2024-07-19T23:18:33.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s |
1627 | 2024-07-19T23:18:33.619Z | |
1628 | 2024-07-19T23:18:33.619Z | info: running `cargo check --bins` on nexus-config (31/134) |
1629 | 2024-07-19T23:18:34.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-07-19T23:18:34.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-07-19T23:18:34.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-07-19T23:18:34.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1633 | 2024-07-19T23:18:34.493Z | |
1634 | 2024-07-19T23:18:34.494Z | info: running `cargo check --bins` on omicron-rpaths (32/134) |
1635 | 2024-07-19T23:18:35.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-07-19T23:18:35.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-07-19T23:18:35.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-07-19T23:18:35.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1639 | 2024-07-19T23:18:35.276Z | |
1640 | 2024-07-19T23:18:35.276Z | info: running `cargo check --bins` on omicron-certificates (33/134) |
1641 | 2024-07-19T23:18:35.906Z | Downloading crates ... |
1642 | 2024-07-19T23:18:36.073Z | Downloaded display-error-chain v0.2.0 |
1643 | 2024-07-19T23:18:36.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-07-19T23:18:36.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-07-19T23:18:36.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-07-19T23:18:36.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1647 | 2024-07-19T23:18:36.184Z | |
1648 | 2024-07-19T23:18:36.184Z | info: running `cargo check --bins` on bootstrap-agent-client (34/134) |
1649 | 2024-07-19T23:18:36.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-07-19T23:18:36.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-07-19T23:18:36.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-07-19T23:18:36.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1653 | 2024-07-19T23:18:37.047Z | |
1654 | 2024-07-19T23:18:37.048Z | info: running `cargo check --bins` on cockroach-admin-client (35/134) |
1655 | 2024-07-19T23:18:37.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-07-19T23:18:37.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-07-19T23:18:37.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-07-19T23:18:37.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1659 | 2024-07-19T23:18:37.850Z | |
1660 | 2024-07-19T23:18:37.850Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/134) |
1661 | 2024-07-19T23:18:38.463Z | Downloading crates ... |
1662 | 2024-07-19T23:18:38.649Z | Downloaded arrayref v0.3.7 |
1663 | 2024-07-19T23:18:38.674Z | Downloaded home v0.5.9 |
1664 | 2024-07-19T23:18:38.674Z | Downloaded toolchain_find v0.4.0 |
1665 | 2024-07-19T23:18:38.674Z | Downloaded untrusted v0.7.1 |
1666 | 2024-07-19T23:18:38.674Z | Downloaded topological-sort v0.2.2 |
1667 | 2024-07-19T23:18:38.674Z | Downloaded omicron-zone-package v0.11.0 |
1668 | 2024-07-19T23:18:38.674Z | Downloaded rayon v1.10.0 |
1669 | 2024-07-19T23:18:38.698Z | Downloaded memmap2 v0.9.4 |
1670 | 2024-07-19T23:18:38.698Z | Downloaded constant_time_eq v0.3.0 |
1671 | 2024-07-19T23:18:38.698Z | Downloaded blake3 v1.5.1 |
1672 | 2024-07-19T23:18:38.698Z | Downloaded spin v0.5.2 |
1673 | 2024-07-19T23:18:38.698Z | Downloaded rustfmt-wrapper v0.2.1 |
1674 | 2024-07-19T23:18:38.698Z | Downloaded rayon-core v1.12.1 |
1675 | 2024-07-19T23:18:38.724Z | Downloaded arrayvec v0.7.4 |
1676 | 2024-07-19T23:18:38.724Z | Downloaded crossbeam-deque v0.8.5 |
1677 | 2024-07-19T23:18:38.748Z | Downloaded ring v0.16.20 |
1678 | 2024-07-19T23:18:38.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2024-07-19T23:18:38.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2024-07-19T23:18:38.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2024-07-19T23:18:38.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
1682 | 2024-07-19T23:18:38.931Z | |
1683 | 2024-07-19T23:18:38.931Z | info: running `cargo check --bins` on dns-service-client (37/134) |
1684 | 2024-07-19T23:18:39.527Z | Downloading crates ... |
1685 | 2024-07-19T23:18:39.656Z | Downloaded newline-converter v0.3.0 |
1686 | 2024-07-19T23:18:39.681Z | Downloaded expectorate v1.1.0 |
1687 | 2024-07-19T23:18:39.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-07-19T23:18:39.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-07-19T23:18:39.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-07-19T23:18:39.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1691 | 2024-07-19T23:18:39.751Z | |
1692 | 2024-07-19T23:18:39.751Z | info: running `cargo check --bins` on dpd-client (38/134) |
1693 | 2024-07-19T23:18:40.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-07-19T23:18:40.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-07-19T23:18:40.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-07-19T23:18:40.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1697 | 2024-07-19T23:18:40.574Z | |
1698 | 2024-07-19T23:18:40.574Z | info: running `cargo check --bins` on gateway-client (39/134) |
1699 | 2024-07-19T23:18:41.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-07-19T23:18:41.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-07-19T23:18:41.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-07-19T23:18:41.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1703 | 2024-07-19T23:18:41.356Z | |
1704 | 2024-07-19T23:18:41.356Z | info: running `cargo check --bins` on installinator-client (40/134) |
1705 | 2024-07-19T23:18:41.974Z | Downloading crates ... |
1706 | 2024-07-19T23:18:42.143Z | Downloaded linear-map v1.2.0 |
1707 | 2024-07-19T23:18:42.167Z | Downloaded derive-where v1.2.7 |
1708 | 2024-07-19T23:18:42.167Z | Downloaded owo-colors v4.0.0 |
1709 | 2024-07-19T23:18:42.167Z | Downloaded libsw v3.3.1 |
1710 | 2024-07-19T23:18:42.167Z | Downloaded cancel-safe-futures v0.1.5 |
1711 | 2024-07-19T23:18:42.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-07-19T23:18:42.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-07-19T23:18:42.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-07-19T23:18:42.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1715 | 2024-07-19T23:18:42.254Z | |
1716 | 2024-07-19T23:18:42.254Z | info: running `cargo check --bins` on installinator-common (41/134) |
1717 | 2024-07-19T23:18:43.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-07-19T23:18:43.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-07-19T23:18:43.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-07-19T23:18:43.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1721 | 2024-07-19T23:18:43.089Z | |
1722 | 2024-07-19T23:18:43.089Z | info: running `cargo check --bins` on update-engine (42/134) |
1723 | 2024-07-19T23:18:43.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-07-19T23:18:43.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-07-19T23:18:43.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-07-19T23:18:43.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1727 | 2024-07-19T23:18:43.887Z | |
1728 | 2024-07-19T23:18:43.887Z | info: running `cargo check --bins` on nexus-client (43/134) |
1729 | 2024-07-19T23:18:44.492Z | Downloading crates ... |
1730 | 2024-07-19T23:18:44.662Z | Downloaded newtype_derive v0.1.6 |
1731 | 2024-07-19T23:18:44.686Z | Downloaded rustc_version v0.1.7 |
1732 | 2024-07-19T23:18:44.686Z | Downloaded password-hash v0.5.0 |
1733 | 2024-07-19T23:18:44.686Z | Downloaded blake2 v0.10.6 |
1734 | 2024-07-19T23:18:44.686Z | Downloaded semver v0.1.20 |
1735 | 2024-07-19T23:18:44.686Z | Downloaded argon2 v0.5.3 |
1736 | 2024-07-19T23:18:44.686Z | Downloaded steno v0.4.1 |
1737 | 2024-07-19T23:18:44.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-07-19T23:18:44.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-07-19T23:18:44.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-07-19T23:18:44.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1741 | 2024-07-19T23:18:44.777Z | |
1742 | 2024-07-19T23:18:44.777Z | info: running `cargo check --bins` on nexus-types (44/134) |
1743 | 2024-07-19T23:18:45.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-07-19T23:18:45.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-07-19T23:18:45.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-07-19T23:18:45.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1747 | 2024-07-19T23:18:45.625Z | |
1748 | 2024-07-19T23:18:45.625Z | info: running `cargo check --bins` on omicron-passwords (45/134) |
1749 | 2024-07-19T23:18:46.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-07-19T23:18:46.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-07-19T23:18:46.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-07-19T23:18:46.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1753 | 2024-07-19T23:18:46.432Z | |
1754 | 2024-07-19T23:18:46.432Z | info: running `cargo check --bins` on sled-agent-client (46/134) |
1755 | 2024-07-19T23:18:47.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-07-19T23:18:47.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-07-19T23:18:47.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-07-19T23:18:47.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1759 | 2024-07-19T23:18:47.253Z | |
1760 | 2024-07-19T23:18:47.253Z | info: running `cargo check --bins` on oxide-client (47/134) |
1761 | 2024-07-19T23:18:47.903Z | Downloading crates ... |
1762 | 2024-07-19T23:18:48.034Z | Downloaded resolv-conf v0.7.0 |
1763 | 2024-07-19T23:18:48.058Z | Downloaded linked-hash-map v0.5.6 |
1764 | 2024-07-19T23:18:48.058Z | Downloaded trust-dns-resolver v0.22.0 |
1765 | 2024-07-19T23:18:48.058Z | Downloaded lru-cache v0.1.2 |
1766 | 2024-07-19T23:18:48.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2024-07-19T23:18:48.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2024-07-19T23:18:48.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2024-07-19T23:18:48.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1770 | 2024-07-19T23:18:48.138Z | |
1771 | 2024-07-19T23:18:48.138Z | info: running `cargo check --bins` on oximeter-client (48/134) |
1772 | 2024-07-19T23:18:48.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2024-07-19T23:18:48.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2024-07-19T23:18:48.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2024-07-19T23:18:48.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1776 | 2024-07-19T23:18:48.980Z | |
1777 | 2024-07-19T23:18:48.980Z | info: running `cargo check --bins` on wicketd-client (49/134) |
1778 | 2024-07-19T23:18:49.638Z | Downloading crates ... |
1779 | 2024-07-19T23:18:49.761Z | Downloaded maplit v1.0.2 |
1780 | 2024-07-19T23:18:49.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2024-07-19T23:18:49.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2024-07-19T23:18:49.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2024-07-19T23:18:49.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1784 | 2024-07-19T23:18:49.858Z | |
1785 | 2024-07-19T23:18:49.858Z | info: running `cargo check --bins` on wicket-common (50/134) |
1786 | 2024-07-19T23:18:50.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2024-07-19T23:18:50.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2024-07-19T23:18:50.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2024-07-19T23:18:50.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1790 | 2024-07-19T23:18:50.726Z | |
1791 | 2024-07-19T23:18:50.726Z | info: running `cargo check --bins` on omicron-cockroach-admin (51/134) |
1792 | 2024-07-19T23:18:51.340Z | Downloading crates ... |
1793 | 2024-07-19T23:18:51.496Z | Downloaded csv-core v0.1.11 |
1794 | 2024-07-19T23:18:51.520Z | Downloaded slog-dtrace v0.3.0 |
1795 | 2024-07-19T23:18:51.520Z | Downloaded csv v1.3.0 |
1796 | 2024-07-19T23:18:51.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1797 | 2024-07-19T23:18:51.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1798 | 2024-07-19T23:18:51.668Z | Compiling heapless v0.8.0 |
1799 | 2024-07-19T23:18:51.668Z | Checking hash32 v0.3.1 |
1800 | 2024-07-19T23:18:51.692Z | Compiling smoltcp v0.11.0 |
1801 | 2024-07-19T23:18:51.716Z | Checking cobs v0.2.3 |
1802 | 2024-07-19T23:18:51.740Z | Checking embedded-io v0.4.0 |
1803 | 2024-07-19T23:18:51.764Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1804 | 2024-07-19T23:18:51.764Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-07-19T23:18:51.788Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1806 | 2024-07-19T23:18:51.865Z | Compiling crucible-workspace-hack v0.1.0 |
1807 | 2024-07-19T23:18:51.889Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1808 | 2024-07-19T23:18:51.913Z | Checking postcard v1.0.8 |
1809 | 2024-07-19T23:18:51.937Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1810 | 2024-07-19T23:18:52.053Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1811 | 2024-07-19T23:18:52.133Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1812 | 2024-07-19T23:18:52.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1813 | 2024-07-19T23:18:52.394Z | Compiling num-derive v0.4.2 |
1814 | 2024-07-19T23:18:52.429Z | Compiling slog-dtrace v0.3.0 |
1815 | 2024-07-19T23:18:52.543Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1816 | 2024-07-19T23:18:52.567Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1817 | 2024-07-19T23:18:52.591Z | Checking csv-core v0.1.11 |
1818 | 2024-07-19T23:18:52.869Z | Checking csv v1.3.0 |
1819 | 2024-07-19T23:18:53.334Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1820 | 2024-07-19T23:18:53.989Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1821 | 2024-07-19T23:18:55.630Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1822 | 2024-07-19T23:18:56.739Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1823 | 2024-07-19T23:18:58.106Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1824 | 2024-07-19T23:18:58.326Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1825 | 2024-07-19T23:19:01.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s |
1826 | 2024-07-19T23:19:02.022Z | |
1827 | 2024-07-19T23:19:02.022Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (52/134) |
1828 | 2024-07-19T23:19:02.667Z | Downloading crates ... |
1829 | 2024-07-19T23:19:02.902Z | Downloaded crunchy v0.2.2 |
1830 | 2024-07-19T23:19:02.927Z | Downloaded fxhash v0.2.1 |
1831 | 2024-07-19T23:19:02.927Z | Downloaded derive_builder_macro v0.20.0 |
1832 | 2024-07-19T23:19:02.927Z | Downloaded ascii-canvas v3.0.0 |
1833 | 2024-07-19T23:19:02.927Z | Downloaded path-slash v0.1.5 |
1834 | 2024-07-19T23:19:02.927Z | Downloaded nodrop v0.1.14 |
1835 | 2024-07-19T23:19:02.927Z | Downloaded signal-hook-tokio v0.3.1 |
1836 | 2024-07-19T23:19:02.927Z | Downloaded ena v0.14.3 |
1837 | 2024-07-19T23:19:02.952Z | Downloaded wyz v0.5.1 |
1838 | 2024-07-19T23:19:02.952Z | Downloaded smallvec v0.6.14 |
1839 | 2024-07-19T23:19:02.952Z | Downloaded toml v0.5.11 |
1840 | 2024-07-19T23:19:02.952Z | Downloaded zip v0.6.6 |
1841 | 2024-07-19T23:19:02.976Z | Downloaded x509-cert v0.2.5 |
1842 | 2024-07-19T23:19:02.976Z | Downloaded libxml v0.3.3 |
1843 | 2024-07-19T23:19:03.001Z | Downloaded regex-syntax v0.6.29 |
1844 | 2024-07-19T23:19:03.001Z | Downloaded sled v0.34.7 |
1845 | 2024-07-19T23:19:03.001Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1846 | 2024-07-19T23:19:03.025Z | Downloaded radix_trie v0.2.1 |
1847 | 2024-07-19T23:19:03.025Z | Downloaded polar-core v0.27.3 |
1848 | 2024-07-19T23:19:03.049Z | Downloaded object v0.30.4 |
1849 | 2024-07-19T23:19:03.049Z | Downloaded nix v0.27.1 |
1850 | 2024-07-19T23:19:03.073Z | Downloaded lalrpop v0.19.12 |
1851 | 2024-07-19T23:19:03.073Z | Downloaded bitvec v1.0.1 |
1852 | 2024-07-19T23:19:03.098Z | Downloaded bindgen v0.69.4 |
1853 | 2024-07-19T23:19:03.098Z | Downloaded trust-dns-client v0.22.0 |
1854 | 2024-07-19T23:19:03.122Z | Downloaded quick-xml v0.31.0 |
1855 | 2024-07-19T23:19:03.122Z | Downloaded prettyplease v0.2.20 |
1856 | 2024-07-19T23:19:03.122Z | Downloaded num-bigint-dig v0.8.4 |
1857 | 2024-07-19T23:19:03.122Z | Downloaded hashbrown v0.13.2 |
1858 | 2024-07-19T23:19:03.122Z | Downloaded flume v0.11.0 |
1859 | 2024-07-19T23:19:03.146Z | Downloaded trust-dns-server v0.22.1 |
1860 | 2024-07-19T23:19:03.146Z | Downloaded samael v0.0.15 |
1861 | 2024-07-19T23:19:03.146Z | Downloaded rustc-hash v1.1.0 |
1862 | 2024-07-19T23:19:03.146Z | Downloaded rsa v0.9.6 |
1863 | 2024-07-19T23:19:03.146Z | Downloaded ron v0.8.1 |
1864 | 2024-07-19T23:19:03.172Z | Downloaded parking_lot_core v0.8.6 |
1865 | 2024-07-19T23:19:03.172Z | Downloaded packed_struct_codegen v0.10.1 |
1866 | 2024-07-19T23:19:03.172Z | Downloaded oso v0.27.3 |
1867 | 2024-07-19T23:19:03.172Z | Downloaded num-complex v0.4.6 |
1868 | 2024-07-19T23:19:03.172Z | Downloaded const_format_proc_macros v0.2.32 |
1869 | 2024-07-19T23:19:03.172Z | Downloaded const_format v0.2.32 |
1870 | 2024-07-19T23:19:03.172Z | Downloaded clang-sys v1.7.0 |
1871 | 2024-07-19T23:19:03.172Z | Downloaded tls_codec_derive v0.4.1 |
1872 | 2024-07-19T23:19:03.172Z | Downloaded tap v1.0.1 |
1873 | 2024-07-19T23:19:03.172Z | Downloaded strum_macros v0.24.3 |
1874 | 2024-07-19T23:19:03.196Z | Downloaded pkcs1 v0.7.5 |
1875 | 2024-07-19T23:19:03.196Z | Downloaded packed_struct v0.10.1 |
1876 | 2024-07-19T23:19:03.196Z | Downloaded mime_guess v2.0.4 |
1877 | 2024-07-19T23:19:03.196Z | Downloaded lazycell v1.3.0 |
1878 | 2024-07-19T23:19:03.196Z | Downloaded diff v0.1.13 |
1879 | 2024-07-19T23:19:03.196Z | Downloaded crc-any v2.5.0 |
1880 | 2024-07-19T23:19:03.196Z | Downloaded cookie v0.18.1 |
1881 | 2024-07-19T23:19:03.196Z | Downloaded bzip2 v0.4.4 |
1882 | 2024-07-19T23:19:03.196Z | Downloaded serde-hex v0.1.0 |
1883 | 2024-07-19T23:19:03.196Z | Downloaded ref-cast v1.0.23 |
1884 | 2024-07-19T23:19:03.220Z | Downloaded radium v0.7.0 |
1885 | 2024-07-19T23:19:03.220Z | Downloaded parking_lot v0.11.2 |
1886 | 2024-07-19T23:19:03.220Z | Downloaded num-rational v0.4.2 |
1887 | 2024-07-19T23:19:03.220Z | Downloaded nibble_vec v0.1.0 |
1888 | 2024-07-19T23:19:03.220Z | Downloaded libloading v0.8.3 |
1889 | 2024-07-19T23:19:03.220Z | Downloaded funty v2.0.0 |
1890 | 2024-07-19T23:19:03.220Z | Downloaded float-ord v0.3.2 |
1891 | 2024-07-19T23:19:03.220Z | Downloaded env_logger v0.10.2 |
1892 | 2024-07-19T23:19:03.220Z | Downloaded derive_builder_core v0.20.0 |
1893 | 2024-07-19T23:19:03.220Z | Downloaded derive_builder v0.20.0 |
1894 | 2024-07-19T23:19:03.220Z | Downloaded crc-catalog v2.4.0 |
1895 | 2024-07-19T23:19:03.220Z | Downloaded bitfield-struct v0.6.1 |
1896 | 2024-07-19T23:19:03.245Z | Downloaded bcs v0.1.6 |
1897 | 2024-07-19T23:19:03.245Z | Downloaded which v4.4.2 |
1898 | 2024-07-19T23:19:03.245Z | Downloaded unicase v2.7.0 |
1899 | 2024-07-19T23:19:03.245Z | Downloaded tls_codec v0.4.1 |
1900 | 2024-07-19T23:19:03.245Z | Downloaded tiny-keccak v2.0.2 |
1901 | 2024-07-19T23:19:03.245Z | Downloaded signature v2.2.0 |
1902 | 2024-07-19T23:19:03.245Z | Downloaded shlex v1.3.0 |
1903 | 2024-07-19T23:19:03.245Z | Downloaded ref-cast-impl v1.0.23 |
1904 | 2024-07-19T23:19:03.245Z | Downloaded num v0.4.3 |
1905 | 2024-07-19T23:19:03.245Z | Downloaded maybe-uninit v2.0.0 |
1906 | 2024-07-19T23:19:03.245Z | Downloaded kstat-rs v0.2.4 |
1907 | 2024-07-19T23:19:03.246Z | Downloaded indoc v1.0.9 |
1908 | 2024-07-19T23:19:03.246Z | Downloaded impl-trait-for-tuples v0.2.2 |
1909 | 2024-07-19T23:19:03.270Z | Downloaded gethostname v0.4.3 |
1910 | 2024-07-19T23:19:03.270Z | Downloaded crc v3.2.1 |
1911 | 2024-07-19T23:19:03.270Z | Downloaded async-recursion v1.1.1 |
1912 | 2024-07-19T23:19:03.270Z | Downloaded array-init v0.0.4 |
1913 | 2024-07-19T23:19:03.270Z | Downloaded serde-big-array v0.5.1 |
1914 | 2024-07-19T23:19:03.270Z | Downloaded oso-derive v0.27.3 |
1915 | 2024-07-19T23:19:03.270Z | Downloaded nanorand v0.7.0 |
1916 | 2024-07-19T23:19:03.270Z | Downloaded memoffset v0.9.1 |
1917 | 2024-07-19T23:19:03.270Z | Downloaded libefi-sys v0.1.0 |
1918 | 2024-07-19T23:19:03.270Z | Downloaded bb8 v0.8.5 |
1919 | 2024-07-19T23:19:03.270Z | Downloaded hyper-staticfile v0.9.5 |
1920 | 2024-07-19T23:19:03.270Z | Downloaded http-range v0.1.5 |
1921 | 2024-07-19T23:19:03.270Z | Downloaded highway v1.1.0 |
1922 | 2024-07-19T23:19:03.270Z | Downloaded glob v0.3.1 |
1923 | 2024-07-19T23:19:03.294Z | Downloaded endian-type v0.1.2 |
1924 | 2024-07-19T23:19:03.294Z | Downloaded cexpr v0.6.0 |
1925 | 2024-07-19T23:19:03.294Z | Downloaded bitfield v0.14.0 |
1926 | 2024-07-19T23:19:03.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1927 | 2024-07-19T23:19:03.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1928 | 2024-07-19T23:19:03.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1929 | 2024-07-19T23:19:03.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
1930 | 2024-07-19T23:19:03.394Z | |
1931 | 2024-07-19T23:19:03.394Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/134) |
1932 | 2024-07-19T23:19:04.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1933 | 2024-07-19T23:19:04.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1934 | 2024-07-19T23:19:04.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1935 | 2024-07-19T23:19:04.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1936 | 2024-07-19T23:19:04.360Z | |
1937 | 2024-07-19T23:19:04.360Z | info: running `cargo check --bins` on dns-server (54/134) |
1938 | 2024-07-19T23:19:05.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1939 | 2024-07-19T23:19:05.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1940 | 2024-07-19T23:19:05.223Z | Compiling parking_lot_core v0.8.6 |
1941 | 2024-07-19T23:19:05.247Z | Checking nibble_vec v0.1.0 |
1942 | 2024-07-19T23:19:05.247Z | Checking endian-type v0.1.2 |
1943 | 2024-07-19T23:19:05.271Z | Checking newline-converter v0.3.0 |
1944 | 2024-07-19T23:19:05.298Z | Checking quick-error v1.2.3 |
1945 | 2024-07-19T23:19:05.298Z | Checking linked-hash-map v0.5.6 |
1946 | 2024-07-19T23:19:05.299Z | Checking toml v0.5.11 |
1947 | 2024-07-19T23:19:05.324Z | Checking fxhash v0.2.1 |
1948 | 2024-07-19T23:19:05.410Z | Checking expectorate v1.1.0 |
1949 | 2024-07-19T23:19:05.434Z | Checking resolv-conf v0.7.0 |
1950 | 2024-07-19T23:19:05.434Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1951 | 2024-07-19T23:19:05.458Z | Checking radix_trie v0.2.1 |
1952 | 2024-07-19T23:19:05.557Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1953 | 2024-07-19T23:19:05.598Z | Checking lru-cache v0.1.2 |
1954 | 2024-07-19T23:19:05.760Z | Checking trust-dns-resolver v0.22.0 |
1955 | 2024-07-19T23:19:05.828Z | Checking trust-dns-client v0.22.0 |
1956 | 2024-07-19T23:19:05.977Z | Checking parking_lot v0.11.2 |
1957 | 2024-07-19T23:19:06.270Z | Checking sled v0.34.7 |
1958 | 2024-07-19T23:19:06.898Z | Checking trust-dns-server v0.22.1 |
1959 | 2024-07-19T23:19:09.096Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1960 | 2024-07-19T23:19:10.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
1961 | 2024-07-19T23:19:10.603Z | |
1962 | 2024-07-19T23:19:10.603Z | info: running `cargo check --bins` on dns-server-api (55/134) |
1963 | 2024-07-19T23:19:11.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1964 | 2024-07-19T23:19:11.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1965 | 2024-07-19T23:19:11.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1966 | 2024-07-19T23:19:11.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1967 | 2024-07-19T23:19:11.440Z | |
1968 | 2024-07-19T23:19:11.440Z | info: running `cargo check --bins` on gateway-test-utils (56/134) |
1969 | 2024-07-19T23:19:12.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1970 | 2024-07-19T23:19:12.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1971 | 2024-07-19T23:19:12.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1972 | 2024-07-19T23:19:12.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1973 | 2024-07-19T23:19:12.306Z | |
1974 | 2024-07-19T23:19:12.306Z | info: running `cargo check --bins` on omicron-gateway (57/134) |
1975 | 2024-07-19T23:19:13.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1976 | 2024-07-19T23:19:13.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1977 | 2024-07-19T23:19:13.224Z | Compiling radium v0.7.0 |
1978 | 2024-07-19T23:19:13.248Z | Checking tap v1.0.1 |
1979 | 2024-07-19T23:19:13.248Z | Compiling maybe-uninit v2.0.0 |
1980 | 2024-07-19T23:19:13.276Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2024-07-19T23:19:13.300Z | Compiling packed_struct v0.10.1 |
1982 | 2024-07-19T23:19:13.300Z | Checking crc-catalog v2.4.0 |
1983 | 2024-07-19T23:19:13.300Z | Checking funty v2.0.0 |
1984 | 2024-07-19T23:19:13.324Z | Compiling num-bigint-dig v0.8.4 |
1985 | 2024-07-19T23:19:13.398Z | Checking wyz v0.5.1 |
1986 | 2024-07-19T23:19:13.423Z | Checking crc v3.2.1 |
1987 | 2024-07-19T23:19:13.599Z | Compiling packed_struct_codegen v0.10.1 |
1988 | 2024-07-19T23:19:13.731Z | Compiling indexmap v1.9.3 |
1989 | 2024-07-19T23:19:13.755Z | Checking nodrop v0.1.14 |
1990 | 2024-07-19T23:19:13.863Z | Checking array-init v0.0.4 |
1991 | 2024-07-19T23:19:13.887Z | Checking smallvec v0.6.14 |
1992 | 2024-07-19T23:19:13.998Z | Checking pkcs1 v0.7.5 |
1993 | 2024-07-19T23:19:14.023Z | Checking signature v2.2.0 |
1994 | 2024-07-19T23:19:14.125Z | Checking bitvec v1.0.1 |
1995 | 2024-07-19T23:19:14.192Z | Compiling memoffset v0.9.1 |
1996 | 2024-07-19T23:19:14.216Z | Checking hashbrown v0.12.3 |
1997 | 2024-07-19T23:19:14.349Z | Checking bitfield v0.14.0 |
1998 | 2024-07-19T23:19:14.409Z | Checking bzip2 v0.4.4 |
1999 | 2024-07-19T23:19:14.570Z | Checking env_logger v0.10.2 |
2000 | 2024-07-19T23:19:14.594Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2001 | 2024-07-19T23:19:14.661Z | Checking x509-cert v0.2.5 |
2002 | 2024-07-19T23:19:14.697Z | Checking serde-hex v0.1.0 |
2003 | 2024-07-19T23:19:14.812Z | Checking ron v0.8.1 |
2004 | 2024-07-19T23:19:14.940Z | Checking hashbrown v0.13.2 |
2005 | 2024-07-19T23:19:15.621Z | Checking rsa v0.9.6 |
2006 | 2024-07-19T23:19:15.667Z | Checking half v2.4.1 |
2007 | 2024-07-19T23:19:15.829Z | Checking crc-any v2.5.0 |
2008 | 2024-07-19T23:19:15.887Z | Checking ciborium-io v0.2.2 |
2009 | 2024-07-19T23:19:15.982Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2010 | 2024-07-19T23:19:16.007Z | Checking object v0.30.4 |
2011 | 2024-07-19T23:19:16.069Z | Checking ciborium-ll v0.2.2 |
2012 | 2024-07-19T23:19:16.093Z | Checking zip v0.6.6 |
2013 | 2024-07-19T23:19:16.212Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2014 | 2024-07-19T23:19:16.236Z | Checking path-slash v0.1.5 |
2015 | 2024-07-19T23:19:16.350Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2016 | 2024-07-19T23:19:16.376Z | Checking ciborium v0.2.2 |
2017 | 2024-07-19T23:19:16.527Z | Checking nix v0.27.1 |
2018 | 2024-07-19T23:19:16.569Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2019 | 2024-07-19T23:19:16.616Z | Checking serde-big-array v0.5.1 |
2020 | 2024-07-19T23:19:16.734Z | Checking signal-hook-tokio v0.3.1 |
2021 | 2024-07-19T23:19:19.375Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2022 | 2024-07-19T23:19:28.456Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2023 | 2024-07-19T23:19:29.988Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2024 | 2024-07-19T23:19:32.247Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2025 | 2024-07-19T23:19:37.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.98s |
2026 | 2024-07-19T23:19:37.423Z | |
2027 | 2024-07-19T23:19:37.423Z | info: running `cargo check --bins` on ipcc (58/134) |
2028 | 2024-07-19T23:19:38.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2029 | 2024-07-19T23:19:38.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2030 | 2024-07-19T23:19:38.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2031 | 2024-07-19T23:19:38.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2032 | 2024-07-19T23:19:38.265Z | |
2033 | 2024-07-19T23:19:38.265Z | info: running `cargo check --bins` on sp-sim (59/134) |
2034 | 2024-07-19T23:19:39.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2035 | 2024-07-19T23:19:39.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2036 | 2024-07-19T23:19:39.172Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2037 | 2024-07-19T23:19:41.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s |
2038 | 2024-07-19T23:19:41.446Z | |
2039 | 2024-07-19T23:19:41.446Z | info: running `cargo check --bins` on internal-dns (60/134) |
2040 | 2024-07-19T23:19:42.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2041 | 2024-07-19T23:19:42.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2042 | 2024-07-19T23:19:42.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2043 | 2024-07-19T23:19:42.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2044 | 2024-07-19T23:19:42.267Z | |
2045 | 2024-07-19T23:19:42.267Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (61/134) |
2046 | 2024-07-19T23:19:43.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2047 | 2024-07-19T23:19:43.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2048 | 2024-07-19T23:19:43.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2049 | 2024-07-19T23:19:43.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2050 | 2024-07-19T23:19:43.119Z | |
2051 | 2024-07-19T23:19:43.119Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/134) |
2052 | 2024-07-19T23:19:43.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2053 | 2024-07-19T23:19:43.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2054 | 2024-07-19T23:19:43.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2055 | 2024-07-19T23:19:43.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2056 | 2024-07-19T23:19:44.009Z | |
2057 | 2024-07-19T23:19:44.009Z | info: running `cargo check --bins` on db-macros (63/134) |
2058 | 2024-07-19T23:19:44.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-07-19T23:19:44.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-07-19T23:19:44.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-07-19T23:19:44.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2062 | 2024-07-19T23:19:44.795Z | |
2063 | 2024-07-19T23:19:44.795Z | info: running `cargo check --bins` on nexus-macros-common (64/134) |
2064 | 2024-07-19T23:19:45.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-07-19T23:19:45.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-07-19T23:19:45.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-07-19T23:19:45.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2068 | 2024-07-19T23:19:45.603Z | |
2069 | 2024-07-19T23:19:45.603Z | info: running `cargo check --bins` on nexus-auth (65/134) |
2070 | 2024-07-19T23:19:46.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-07-19T23:19:46.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-07-19T23:19:46.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-07-19T23:19:46.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2074 | 2024-07-19T23:19:46.460Z | |
2075 | 2024-07-19T23:19:46.460Z | info: running `cargo check --bins` on authz-macros (66/134) |
2076 | 2024-07-19T23:19:47.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-07-19T23:19:47.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-07-19T23:19:47.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-07-19T23:19:47.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2080 | 2024-07-19T23:19:47.268Z | |
2081 | 2024-07-19T23:19:47.268Z | info: running `cargo check --bins` on nexus-db-fixed-data (67/134) |
2082 | 2024-07-19T23:19:48.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-07-19T23:19:48.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-07-19T23:19:48.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-07-19T23:19:48.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2086 | 2024-07-19T23:19:48.127Z | |
2087 | 2024-07-19T23:19:48.128Z | info: running `cargo check --bins` on nexus-db-model (68/134) |
2088 | 2024-07-19T23:19:48.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-07-19T23:19:48.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-07-19T23:19:48.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-07-19T23:19:48.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2092 | 2024-07-19T23:19:48.968Z | |
2093 | 2024-07-19T23:19:48.968Z | info: running `cargo check --bins` on nexus-defaults (69/134) |
2094 | 2024-07-19T23:19:49.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-07-19T23:19:49.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-07-19T23:19:49.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2097 | 2024-07-19T23:19:49.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2098 | 2024-07-19T23:19:49.793Z | |
2099 | 2024-07-19T23:19:49.793Z | info: running `cargo check --bins` on oximeter (70/134) |
2100 | 2024-07-19T23:19:50.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-07-19T23:19:50.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-07-19T23:19:50.681Z | Compiling rustls-pki-types v1.7.0 |
2103 | 2024-07-19T23:19:50.705Z | Compiling prettyplease v0.2.20 |
2104 | 2024-07-19T23:19:50.729Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2105 | 2024-07-19T23:19:50.729Z | Compiling crossbeam-channel v0.5.12 |
2106 | 2024-07-19T23:19:50.729Z | Compiling slog-json v2.6.1 |
2107 | 2024-07-19T23:19:50.753Z | Compiling http v1.1.0 |
2108 | 2024-07-19T23:19:50.777Z | Compiling base64 v0.22.1 |
2109 | 2024-07-19T23:19:50.801Z | Compiling atomic-waker v1.1.2 |
2110 | 2024-07-19T23:19:50.974Z | Compiling waitgroup v0.1.2 |
2111 | 2024-07-19T23:19:50.999Z | Compiling slog-term v2.9.1 |
2112 | 2024-07-19T23:19:51.113Z | Compiling rustls-webpki v0.102.4 |
2113 | 2024-07-19T23:19:51.137Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2114 | 2024-07-19T23:19:51.189Z | Compiling slog-bunyan v2.5.0 |
2115 | 2024-07-19T23:19:51.353Z | Compiling rustls-pemfile v2.1.2 |
2116 | 2024-07-19T23:19:51.378Z | Compiling camino v1.1.7 |
2117 | 2024-07-19T23:19:51.450Z | Compiling slog-async v2.8.0 |
2118 | 2024-07-19T23:19:51.516Z | Compiling async-stream v0.3.5 |
2119 | 2024-07-19T23:19:51.727Z | Compiling toml v0.8.15 |
2120 | 2024-07-19T23:19:51.757Z | Compiling sha1 v0.10.6 |
2121 | 2024-07-19T23:19:51.828Z | Compiling newtype-uuid v1.1.0 |
2122 | 2024-07-19T23:19:52.094Z | Compiling rustls v0.22.4 |
2123 | 2024-07-19T23:19:52.121Z | Compiling multer v3.1.0 |
2124 | 2024-07-19T23:19:52.162Z | Compiling serde_path_to_error v0.1.16 |
2125 | 2024-07-19T23:19:52.252Z | Compiling hostname v0.4.0 |
2126 | 2024-07-19T23:19:52.477Z | Compiling instant v0.1.12 |
2127 | 2024-07-19T23:19:52.539Z | Compiling debug-ignore v1.0.5 |
2128 | 2024-07-19T23:19:52.612Z | Compiling backoff v0.4.0 |
2129 | 2024-07-19T23:19:52.675Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2130 | 2024-07-19T23:19:52.900Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2131 | 2024-07-19T23:19:52.924Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2132 | 2024-07-19T23:19:52.964Z | Compiling strum v0.26.3 |
2133 | 2024-07-19T23:19:53.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2134 | 2024-07-19T23:19:53.053Z | Compiling serde_with v3.8.3 |
2135 | 2024-07-19T23:19:53.095Z | Compiling parse-display v0.9.1 |
2136 | 2024-07-19T23:19:53.124Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2137 | 2024-07-19T23:19:53.149Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2138 | 2024-07-19T23:19:53.276Z | Compiling num-rational v0.4.2 |
2139 | 2024-07-19T23:19:53.301Z | Compiling num-complex v0.4.6 |
2140 | 2024-07-19T23:19:53.708Z | Compiling macaddr v1.0.1 |
2141 | 2024-07-19T23:19:54.110Z | Compiling num v0.4.3 |
2142 | 2024-07-19T23:19:54.214Z | Compiling float-ord v0.3.2 |
2143 | 2024-07-19T23:19:55.255Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2144 | 2024-07-19T23:19:55.847Z | Compiling tokio-rustls v0.25.0 |
2145 | 2024-07-19T23:19:56.164Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2146 | 2024-07-19T23:19:59.957Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2147 | 2024-07-19T23:20:15.254Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2148 | 2024-07-19T23:20:19.113Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2149 | 2024-07-19T23:20:19.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.07s |
2150 | 2024-07-19T23:20:20.016Z | |
2151 | 2024-07-19T23:20:20.016Z | info: running `cargo check --bins` on oximeter-impl (71/134) |
2152 | 2024-07-19T23:20:20.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2153 | 2024-07-19T23:20:20.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2154 | 2024-07-19T23:20:20.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2155 | 2024-07-19T23:20:20.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2156 | 2024-07-19T23:20:20.867Z | |
2157 | 2024-07-19T23:20:20.867Z | info: running `cargo check --bins` on oximeter-macro-impl (72/134) |
2158 | 2024-07-19T23:20:21.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2159 | 2024-07-19T23:20:21.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2160 | 2024-07-19T23:20:21.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2161 | 2024-07-19T23:20:21.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2162 | 2024-07-19T23:20:21.664Z | |
2163 | 2024-07-19T23:20:21.664Z | info: running `cargo check --bins` on oximeter-timeseries-macro (73/134) |
2164 | 2024-07-19T23:20:22.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2165 | 2024-07-19T23:20:22.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2166 | 2024-07-19T23:20:22.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2167 | 2024-07-19T23:20:22.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2168 | 2024-07-19T23:20:22.505Z | |
2169 | 2024-07-19T23:20:22.505Z | info: running `cargo check --bins` on nexus-inventory (74/134) |
2170 | 2024-07-19T23:20:23.194Z | Downloading crates ... |
2171 | 2024-07-19T23:20:23.318Z | Downloaded rand_seeder v0.2.3 |
2172 | 2024-07-19T23:20:23.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-07-19T23:20:23.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-07-19T23:20:23.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2175 | 2024-07-19T23:20:23.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2176 | 2024-07-19T23:20:23.416Z | |
2177 | 2024-07-19T23:20:23.416Z | info: running `cargo check --bins` on typed-rng (75/134) |
2178 | 2024-07-19T23:20:24.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-07-19T23:20:24.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-07-19T23:20:24.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-07-19T23:20:24.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2182 | 2024-07-19T23:20:24.222Z | |
2183 | 2024-07-19T23:20:24.222Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/134) |
2184 | 2024-07-19T23:20:25.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-07-19T23:20:25.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-07-19T23:20:25.199Z | Compiling semver v0.1.20 |
2187 | 2024-07-19T23:20:25.199Z | Compiling rayon-core v1.12.1 |
2188 | 2024-07-19T23:20:25.223Z | Compiling crossbeam-deque v0.8.5 |
2189 | 2024-07-19T23:20:25.223Z | Compiling unicase v2.7.0 |
2190 | 2024-07-19T23:20:25.223Z | Compiling same-file v1.0.6 |
2191 | 2024-07-19T23:20:25.223Z | Compiling fastrand v2.1.0 |
2192 | 2024-07-19T23:20:25.279Z | Compiling ring v0.16.20 |
2193 | 2024-07-19T23:20:25.303Z | Compiling blake3 v1.5.1 |
2194 | 2024-07-19T23:20:25.451Z | Compiling walkdir v2.5.0 |
2195 | 2024-07-19T23:20:25.513Z | Compiling rustc_version v0.1.7 |
2196 | 2024-07-19T23:20:25.594Z | Compiling tempfile v3.10.1 |
2197 | 2024-07-19T23:20:25.763Z | Compiling convert_case v0.4.0 |
2198 | 2024-07-19T23:20:25.850Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2199 | 2024-07-19T23:20:25.982Z | Compiling newtype_derive v0.1.6 |
2200 | 2024-07-19T23:20:26.149Z | Checking password-hash v0.5.0 |
2201 | 2024-07-19T23:20:26.223Z | Checking blake2 v0.10.6 |
2202 | 2024-07-19T23:20:26.338Z | Compiling xattr v1.3.1 |
2203 | 2024-07-19T23:20:26.425Z | Compiling derive-where v1.2.7 |
2204 | 2024-07-19T23:20:26.533Z | Compiling rayon v1.10.0 |
2205 | 2024-07-19T23:20:26.586Z | Compiling memmap2 v0.9.4 |
2206 | 2024-07-19T23:20:26.611Z | Compiling constant_time_eq v0.3.0 |
2207 | 2024-07-19T23:20:26.637Z | Compiling libefi-sys v0.1.0 |
2208 | 2024-07-19T23:20:26.676Z | Compiling derive_more v0.99.18 |
2209 | 2024-07-19T23:20:26.774Z | Compiling spin v0.5.2 |
2210 | 2024-07-19T23:20:26.876Z | Compiling home v0.5.9 |
2211 | 2024-07-19T23:20:26.985Z | Compiling untrusted v0.7.1 |
2212 | 2024-07-19T23:20:27.009Z | Compiling arrayvec v0.7.4 |
2213 | 2024-07-19T23:20:27.119Z | Compiling arrayref v0.3.7 |
2214 | 2024-07-19T23:20:27.149Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-07-19T23:20:27.246Z | Checking argon2 v0.5.3 |
2216 | 2024-07-19T23:20:27.355Z | Compiling tar v0.4.41 |
2217 | 2024-07-19T23:20:27.494Z | Compiling camino-tempfile v1.1.1 |
2218 | 2024-07-19T23:20:27.836Z | Compiling curve25519-dalek v4.1.3 |
2219 | 2024-07-19T23:20:27.903Z | Compiling bitfield-struct v0.6.1 |
2220 | 2024-07-19T23:20:28.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2221 | 2024-07-19T23:20:28.399Z | Compiling topological-sort v0.2.2 |
2222 | 2024-07-19T23:20:28.423Z | Compiling cancel-safe-futures v0.1.5 |
2223 | 2024-07-19T23:20:28.595Z | Checking keccak v0.1.5 |
2224 | 2024-07-19T23:20:28.870Z | Checking sha3 v0.10.8 |
2225 | 2024-07-19T23:20:28.938Z | Compiling mime_guess v2.0.4 |
2226 | 2024-07-19T23:20:29.116Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-07-19T23:20:29.183Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2228 | 2024-07-19T23:20:29.212Z | Checking steno v0.4.1 |
2229 | 2024-07-19T23:20:29.432Z | Compiling rustfmt-wrapper v0.2.1 |
2230 | 2024-07-19T23:20:29.599Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2231 | 2024-07-19T23:20:29.814Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2232 | 2024-07-19T23:20:29.860Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2233 | 2024-07-19T23:20:29.892Z | Checking universal-hash v0.5.1 |
2234 | 2024-07-19T23:20:30.071Z | Compiling thiserror-impl-no-std v2.0.2 |
2235 | 2024-07-19T23:20:30.105Z | Checking secrecy v0.8.0 |
2236 | 2024-07-19T23:20:30.631Z | Compiling curve25519-dalek-derive v0.1.1 |
2237 | 2024-07-19T23:20:31.126Z | Compiling omicron-zone-package v0.11.0 |
2238 | 2024-07-19T23:20:31.779Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2239 | 2024-07-19T23:20:31.877Z | Checking opaque-debug v0.3.1 |
2240 | 2024-07-19T23:20:31.961Z | Checking poly1305 v0.8.0 |
2241 | 2024-07-19T23:20:32.000Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2242 | 2024-07-19T23:20:32.424Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2243 | 2024-07-19T23:20:32.643Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2244 | 2024-07-19T23:20:32.916Z | Checking thiserror-no-std v2.0.2 |
2245 | 2024-07-19T23:20:33.010Z | Checking chacha20 v0.9.1 |
2246 | 2024-07-19T23:20:33.053Z | Checking aead v0.5.2 |
2247 | 2024-07-19T23:20:33.124Z | Checking libsw v3.3.1 |
2248 | 2024-07-19T23:20:33.252Z | Checking gethostname v0.4.3 |
2249 | 2024-07-19T23:20:33.298Z | Checking linear-map v1.2.0 |
2250 | 2024-07-19T23:20:33.354Z | Checking owo-colors v4.0.0 |
2251 | 2024-07-19T23:20:33.390Z | Checking swrite v0.1.0 |
2252 | 2024-07-19T23:20:33.500Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2253 | 2024-07-19T23:20:33.535Z | Checking vsss-rs v3.3.4 |
2254 | 2024-07-19T23:20:33.582Z | Checking chacha20poly1305 v0.10.1 |
2255 | 2024-07-19T23:20:33.771Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2256 | 2024-07-19T23:20:33.970Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2257 | 2024-07-19T23:20:34.116Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2258 | 2024-07-19T23:20:34.301Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2259 | 2024-07-19T23:20:34.533Z | Checking kstat-rs v0.2.4 |
2260 | 2024-07-19T23:20:34.677Z | Checking nanorand v0.7.0 |
2261 | 2024-07-19T23:20:34.705Z | Checking http-range v0.1.5 |
2262 | 2024-07-19T23:20:34.794Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2263 | 2024-07-19T23:20:34.833Z | Checking glob v0.3.1 |
2264 | 2024-07-19T23:20:34.858Z | Checking hyper-staticfile v0.9.5 |
2265 | 2024-07-19T23:20:35.008Z | Checking flume v0.11.0 |
2266 | 2024-07-19T23:20:35.032Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2267 | 2024-07-19T23:20:35.096Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2268 | 2024-07-19T23:20:35.227Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2269 | 2024-07-19T23:20:35.408Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2270 | 2024-07-19T23:20:35.606Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2271 | 2024-07-19T23:20:36.395Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2272 | 2024-07-19T23:20:36.845Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2273 | 2024-07-19T23:20:36.895Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2274 | 2024-07-19T23:20:37.092Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2275 | 2024-07-19T23:20:37.255Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2276 | 2024-07-19T23:20:37.752Z | Checking display-error-chain v0.2.0 |
2277 | 2024-07-19T23:20:48.875Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2278 | 2024-07-19T23:20:55.679Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2279 | 2024-07-19T23:20:56.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2280 | 2024-07-19T23:21:16.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.12s |
2281 | 2024-07-19T23:21:16.484Z | |
2282 | 2024-07-19T23:21:16.484Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/134) |
2283 | 2024-07-19T23:21:17.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-07-19T23:21:17.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-07-19T23:21:17.414Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2286 | 2024-07-19T23:21:36.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s |
2287 | 2024-07-19T23:21:36.117Z | |
2288 | 2024-07-19T23:21:36.117Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/134) |
2289 | 2024-07-19T23:21:36.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-07-19T23:21:36.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-07-19T23:21:37.031Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2292 | 2024-07-19T23:21:56.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s |
2293 | 2024-07-19T23:21:56.384Z | |
2294 | 2024-07-19T23:21:56.384Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/134) |
2295 | 2024-07-19T23:21:57.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-07-19T23:21:57.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-07-19T23:21:57.283Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2298 | 2024-07-19T23:22:15.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s |
2299 | 2024-07-19T23:22:15.972Z | |
2300 | 2024-07-19T23:22:15.972Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/134) |
2301 | 2024-07-19T23:22:16.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2302 | 2024-07-19T23:22:16.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2303 | 2024-07-19T23:22:16.900Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2304 | 2024-07-19T23:22:36.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.82s |
2305 | 2024-07-19T23:22:36.927Z | |
2306 | 2024-07-19T23:22:36.927Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/134) |
2307 | 2024-07-19T23:22:37.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2308 | 2024-07-19T23:22:37.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2309 | 2024-07-19T23:22:37.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2310 | 2024-07-19T23:22:57.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.22s |
2311 | 2024-07-19T23:22:57.289Z | |
2312 | 2024-07-19T23:22:57.289Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/134) |
2313 | 2024-07-19T23:22:58.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-07-19T23:22:58.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-07-19T23:22:58.233Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2316 | 2024-07-19T23:23:17.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.59s |
2317 | 2024-07-19T23:23:18.030Z | |
2318 | 2024-07-19T23:23:18.030Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/134) |
2319 | 2024-07-19T23:23:18.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-07-19T23:23:18.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-07-19T23:23:18.965Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2322 | 2024-07-19T23:23:38.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.64s |
2323 | 2024-07-19T23:23:38.814Z | |
2324 | 2024-07-19T23:23:38.814Z | info: running `cargo check --bins` on key-manager (84/134) |
2325 | 2024-07-19T23:23:39.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-07-19T23:23:39.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-07-19T23:23:39.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-07-19T23:23:39.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2329 | 2024-07-19T23:23:39.615Z | |
2330 | 2024-07-19T23:23:39.615Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/134) |
2331 | 2024-07-19T23:23:40.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-07-19T23:23:40.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-07-19T23:23:40.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-07-19T23:23:40.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2335 | 2024-07-19T23:23:40.388Z | |
2336 | 2024-07-19T23:23:40.388Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/134) |
2337 | 2024-07-19T23:23:41.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-07-19T23:23:41.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-07-19T23:23:41.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-07-19T23:23:41.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2341 | 2024-07-19T23:23:41.179Z | |
2342 | 2024-07-19T23:23:41.179Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/134) |
2343 | 2024-07-19T23:23:41.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-07-19T23:23:41.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-07-19T23:23:41.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-07-19T23:23:41.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2347 | 2024-07-19T23:23:41.995Z | |
2348 | 2024-07-19T23:23:41.995Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/134) |
2349 | 2024-07-19T23:23:42.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-07-19T23:23:42.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-07-19T23:23:42.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-07-19T23:23:42.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2353 | 2024-07-19T23:23:42.787Z | |
2354 | 2024-07-19T23:23:42.787Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/134) |
2355 | 2024-07-19T23:23:43.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-07-19T23:23:43.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-07-19T23:23:43.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-07-19T23:23:43.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2359 | 2024-07-19T23:23:43.586Z | |
2360 | 2024-07-19T23:23:43.586Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/134) |
2361 | 2024-07-19T23:23:44.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-07-19T23:23:44.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-07-19T23:23:44.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-07-19T23:23:44.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2365 | 2024-07-19T23:23:44.409Z | |
2366 | 2024-07-19T23:23:44.409Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/134) |
2367 | 2024-07-19T23:23:45.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-07-19T23:23:45.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-07-19T23:23:45.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2370 | 2024-07-19T23:23:45.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2371 | 2024-07-19T23:23:45.233Z | |
2372 | 2024-07-19T23:23:45.233Z | info: running `cargo check --bins` on oximeter-producer (92/134) |
2373 | 2024-07-19T23:23:46.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-07-19T23:23:46.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-07-19T23:23:46.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-07-19T23:23:46.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2377 | 2024-07-19T23:23:46.091Z | |
2378 | 2024-07-19T23:23:46.091Z | info: running `cargo check --bins` on sled-hardware (93/134) |
2379 | 2024-07-19T23:23:46.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-07-19T23:23:46.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-07-19T23:23:46.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-07-19T23:23:46.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2383 | 2024-07-19T23:23:46.882Z | |
2384 | 2024-07-19T23:23:46.882Z | info: running `cargo check --bins --no-default-features` on sled-storage (94/134) |
2385 | 2024-07-19T23:23:47.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-07-19T23:23:47.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-07-19T23:23:47.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-07-19T23:23:47.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2389 | 2024-07-19T23:23:47.680Z | |
2390 | 2024-07-19T23:23:47.680Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/134) |
2391 | 2024-07-19T23:23:48.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-07-19T23:23:48.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-07-19T23:23:48.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-07-19T23:23:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2395 | 2024-07-19T23:23:48.451Z | |
2396 | 2024-07-19T23:23:48.451Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (96/134) |
2397 | 2024-07-19T23:23:49.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-07-19T23:23:49.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-07-19T23:23:49.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-07-19T23:23:49.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2401 | 2024-07-19T23:23:49.253Z | |
2402 | 2024-07-19T23:23:49.253Z | info: running `cargo check --bins` on nexus-test-interface (97/134) |
2403 | 2024-07-19T23:23:49.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-07-19T23:23:49.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-07-19T23:23:49.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-07-19T23:23:49.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2407 | 2024-07-19T23:23:50.052Z | |
2408 | 2024-07-19T23:23:50.052Z | info: running `cargo check --bins` on oximeter-collector (98/134) |
2409 | 2024-07-19T23:23:50.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-07-19T23:23:50.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-07-19T23:23:50.904Z | Checking bcs v0.1.6 |
2412 | 2024-07-19T23:23:50.904Z | Compiling async-recursion v1.1.1 |
2413 | 2024-07-19T23:23:50.904Z | Checking highway v1.1.0 |
2414 | 2024-07-19T23:23:50.904Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2415 | 2024-07-19T23:23:50.928Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2024-07-19T23:23:52.068Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-07-19T23:23:56.088Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2418 | 2024-07-19T23:23:58.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s |
2419 | 2024-07-19T23:23:58.242Z | |
2420 | 2024-07-19T23:23:58.242Z | info: running `cargo check --bins` on oximeter-api (99/134) |
2421 | 2024-07-19T23:23:58.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-07-19T23:23:58.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-07-19T23:23:58.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-07-19T23:23:58.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2425 | 2024-07-19T23:23:59.028Z | |
2426 | 2024-07-19T23:23:59.028Z | info: running `cargo check --bins --no-default-features` on oximeter-db (100/134) |
2427 | 2024-07-19T23:23:59.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-07-19T23:23:59.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-07-19T23:23:59.833Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2024-07-19T23:24:00.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
2431 | 2024-07-19T23:24:00.577Z | |
2432 | 2024-07-19T23:24:00.577Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (101/134) |
2433 | 2024-07-19T23:24:01.185Z | Downloading crates ... |
2434 | 2024-07-19T23:24:01.373Z | Downloaded cfg_aliases v0.1.1 |
2435 | 2024-07-19T23:24:01.398Z | Downloaded strip-ansi-escapes v0.2.0 |
2436 | 2024-07-19T23:24:01.398Z | Downloaded vte_generate_state_changes v0.1.1 |
2437 | 2024-07-19T23:24:01.398Z | Downloaded sqlparser_derive v0.2.2 |
2438 | 2024-07-19T23:24:01.398Z | Downloaded vte v0.11.1 |
2439 | 2024-07-19T23:24:01.398Z | Downloaded unicode_categories v0.1.1 |
2440 | 2024-07-19T23:24:01.398Z | Downloaded peg-macros v0.8.3 |
2441 | 2024-07-19T23:24:01.398Z | Downloaded sqlparser v0.45.0 |
2442 | 2024-07-19T23:24:01.422Z | Downloaded rustyline v14.0.0 |
2443 | 2024-07-19T23:24:01.422Z | Downloaded reedline v0.31.0 |
2444 | 2024-07-19T23:24:01.422Z | Downloaded nix v0.28.0 |
2445 | 2024-07-19T23:24:01.447Z | Downloaded sqlformat v0.2.4 |
2446 | 2024-07-19T23:24:01.447Z | Downloaded nu-ansi-term v0.50.0 |
2447 | 2024-07-19T23:24:01.447Z | Downloaded peg v0.8.3 |
2448 | 2024-07-19T23:24:01.447Z | Downloaded fd-lock v4.0.2 |
2449 | 2024-07-19T23:24:01.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-07-19T23:24:01.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-07-19T23:24:01.560Z | Compiling cfg_aliases v0.1.1 |
2452 | 2024-07-19T23:24:01.590Z | Compiling vte_generate_state_changes v0.1.1 |
2453 | 2024-07-19T23:24:01.590Z | Checking fd-lock v4.0.2 |
2454 | 2024-07-19T23:24:01.590Z | Checking bytecount v0.6.8 |
2455 | 2024-07-19T23:24:01.616Z | Compiling tabled_derive v0.7.0 |
2456 | 2024-07-19T23:24:01.616Z | Compiling peg-macros v0.8.3 |
2457 | 2024-07-19T23:24:01.616Z | Compiling sqlparser_derive v0.2.2 |
2458 | 2024-07-19T23:24:01.616Z | Checking nu-ansi-term v0.50.0 |
2459 | 2024-07-19T23:24:01.690Z | Compiling nix v0.28.0 |
2460 | 2024-07-19T23:24:01.729Z | Checking papergrid v0.11.0 |
2461 | 2024-07-19T23:24:01.819Z | Checking unicode_categories v0.1.1 |
2462 | 2024-07-19T23:24:02.002Z | Checking home v0.5.9 |
2463 | 2024-07-19T23:24:02.058Z | Checking sqlformat v0.2.4 |
2464 | 2024-07-19T23:24:02.117Z | Checking vte v0.11.1 |
2465 | 2024-07-19T23:24:02.570Z | Checking sqlparser v0.45.0 |
2466 | 2024-07-19T23:24:03.103Z | Checking strip-ansi-escapes v0.2.0 |
2467 | 2024-07-19T23:24:03.228Z | Checking reedline v0.31.0 |
2468 | 2024-07-19T23:24:03.398Z | Checking tabled v0.15.0 |
2469 | 2024-07-19T23:24:04.063Z | Checking peg v0.8.3 |
2470 | 2024-07-19T23:24:04.409Z | Checking rustyline v14.0.0 |
2471 | 2024-07-19T23:24:09.692Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2472 | 2024-07-19T23:24:16.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.25s |
2473 | 2024-07-19T23:24:16.980Z | |
2474 | 2024-07-19T23:24:16.980Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (102/134) |
2475 | 2024-07-19T23:24:17.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-07-19T23:24:17.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-07-19T23:24:17.864Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2478 | 2024-07-19T23:24:25.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s |
2479 | 2024-07-19T23:24:25.224Z | |
2480 | 2024-07-19T23:24:25.224Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (103/134) |
2481 | 2024-07-19T23:24:25.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-07-19T23:24:26.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-07-19T23:24:26.096Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2484 | 2024-07-19T23:24:32.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
2485 | 2024-07-19T23:24:33.029Z | |
2486 | 2024-07-19T23:24:33.029Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (104/134) |
2487 | 2024-07-19T23:24:33.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-07-19T23:24:33.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-07-19T23:24:33.887Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2024-07-19T23:24:38.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s |
2491 | 2024-07-19T23:24:38.989Z | |
2492 | 2024-07-19T23:24:38.989Z | info: running `cargo check --bins` on crdb-seed (105/134) |
2493 | 2024-07-19T23:24:39.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-07-19T23:24:39.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-07-19T23:24:39.849Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2496 | 2024-07-19T23:24:40.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
2497 | 2024-07-19T23:24:40.282Z | |
2498 | 2024-07-19T23:24:40.282Z | info: running `cargo check --bins` on omicron-omdb (106/134) |
2499 | 2024-07-19T23:24:40.913Z | Downloading crates ... |
2500 | 2024-07-19T23:24:41.167Z | Downloaded smawk v0.3.2 |
2501 | 2024-07-19T23:24:41.191Z | Downloaded multimap v0.10.0 |
2502 | 2024-07-19T23:24:41.191Z | Downloaded unicode-linebreak v0.1.5 |
2503 | 2024-07-19T23:24:41.192Z | Downloaded unicode-truncate v1.0.0 |
2504 | 2024-07-19T23:24:41.192Z | Downloaded textwrap v0.16.1 |
2505 | 2024-07-19T23:24:41.192Z | Downloaded itertools v0.13.0 |
2506 | 2024-07-19T23:24:41.216Z | Downloaded portable-atomic v1.6.0 |
2507 | 2024-07-19T23:24:41.216Z | Downloaded ratatui v0.27.0 |
2508 | 2024-07-19T23:24:41.241Z | Downloaded indicatif v0.17.8 |
2509 | 2024-07-19T23:24:41.241Z | Downloaded compact_str v0.7.1 |
2510 | 2024-07-19T23:24:41.241Z | Downloaded lru v0.12.3 |
2511 | 2024-07-19T23:24:41.241Z | Downloaded castaway v0.2.2 |
2512 | 2024-07-19T23:24:41.241Z | Downloaded cassowary v0.3.0 |
2513 | 2024-07-19T23:24:41.241Z | Downloaded stability v0.2.0 |
2514 | 2024-07-19T23:24:41.241Z | Downloaded number_prefix v0.4.0 |
2515 | 2024-07-19T23:24:41.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-07-19T23:24:41.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-07-19T23:24:41.471Z | Compiling crunchy v0.2.2 |
2518 | 2024-07-19T23:24:41.471Z | Compiling glob v0.3.1 |
2519 | 2024-07-19T23:24:41.495Z | Compiling tiny-keccak v2.0.2 |
2520 | 2024-07-19T23:24:41.528Z | Compiling ascii-canvas v3.0.0 |
2521 | 2024-07-19T23:24:41.553Z | Compiling ena v0.14.3 |
2522 | 2024-07-19T23:24:41.553Z | Compiling libloading v0.8.3 |
2523 | 2024-07-19T23:24:41.577Z | Compiling regex-syntax v0.6.29 |
2524 | 2024-07-19T23:24:41.577Z | Compiling diff v0.1.13 |
2525 | 2024-07-19T23:24:41.799Z | Compiling bindgen v0.69.4 |
2526 | 2024-07-19T23:24:41.899Z | Compiling which v4.4.2 |
2527 | 2024-07-19T23:24:41.939Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2528 | 2024-07-19T23:24:42.062Z | Compiling cexpr v0.6.0 |
2529 | 2024-07-19T23:24:42.141Z | Compiling lazycell v1.3.0 |
2530 | 2024-07-19T23:24:42.206Z | Compiling ref-cast v1.0.23 |
2531 | 2024-07-19T23:24:42.303Z | Compiling shlex v1.3.0 |
2532 | 2024-07-19T23:24:42.334Z | Compiling clang-sys v1.7.0 |
2533 | 2024-07-19T23:24:42.429Z | Compiling rustc-hash v1.1.0 |
2534 | 2024-07-19T23:24:42.476Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2535 | 2024-07-19T23:24:42.569Z | Compiling derive_builder_core v0.20.0 |
2536 | 2024-07-19T23:24:42.595Z | Compiling libxml v0.3.3 |
2537 | 2024-07-19T23:24:42.686Z | Compiling ref-cast-impl v1.0.23 |
2538 | 2024-07-19T23:24:42.711Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2539 | 2024-07-19T23:24:42.750Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2540 | 2024-07-19T23:24:42.930Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2541 | 2024-07-19T23:24:43.140Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2542 | 2024-07-19T23:24:43.257Z | Compiling strum_macros v0.24.3 |
2543 | 2024-07-19T23:24:43.368Z | Compiling cookie v0.18.1 |
2544 | 2024-07-19T23:24:43.596Z | Compiling indoc v1.0.9 |
2545 | 2024-07-19T23:24:43.822Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2546 | 2024-07-19T23:24:44.043Z | Compiling impl-trait-for-tuples v0.2.2 |
2547 | 2024-07-19T23:24:44.455Z | Compiling lalrpop v0.19.12 |
2548 | 2024-07-19T23:24:44.622Z | Compiling derive_builder_macro v0.20.0 |
2549 | 2024-07-19T23:24:45.194Z | Compiling oso-derive v0.27.3 |
2550 | 2024-07-19T23:24:45.400Z | Checking derive_builder v0.20.0 |
2551 | 2024-07-19T23:24:45.526Z | Checking quick-xml v0.31.0 |
2552 | 2024-07-19T23:24:46.475Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2553 | 2024-07-19T23:24:46.558Z | Checking maplit v1.0.2 |
2554 | 2024-07-19T23:24:46.760Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2555 | 2024-07-19T23:24:47.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2556 | 2024-07-19T23:24:47.253Z | Checking bb8 v0.8.5 |
2557 | 2024-07-19T23:24:47.286Z | Compiling const_format_proc_macros v0.2.32 |
2558 | 2024-07-19T23:24:47.628Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2559 | 2024-07-19T23:24:48.170Z | Checking crossbeam-deque v0.8.5 |
2560 | 2024-07-19T23:24:48.435Z | Compiling portable-atomic v1.6.0 |
2561 | 2024-07-19T23:24:48.461Z | Checking rayon-core v1.12.1 |
2562 | 2024-07-19T23:24:49.079Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2563 | 2024-07-19T23:24:49.231Z | Checking const_format v0.2.32 |
2564 | 2024-07-19T23:24:49.339Z | Checking castaway v0.2.2 |
2565 | 2024-07-19T23:24:49.515Z | Checking compact_str v0.7.1 |
2566 | 2024-07-19T23:24:49.706Z | Checking rayon v1.10.0 |
2567 | 2024-07-19T23:24:50.244Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2568 | 2024-07-19T23:24:50.350Z | Checking unicode-truncate v1.0.0 |
2569 | 2024-07-19T23:24:50.487Z | Checking itertools v0.13.0 |
2570 | 2024-07-19T23:24:50.572Z | Checking lru v0.12.3 |
2571 | 2024-07-19T23:24:50.855Z | Compiling stability v0.2.0 |
2572 | 2024-07-19T23:24:51.689Z | Checking unicode-linebreak v0.1.5 |
2573 | 2024-07-19T23:24:51.995Z | Checking number_prefix v0.4.0 |
2574 | 2024-07-19T23:24:52.154Z | Checking smawk v0.3.2 |
2575 | 2024-07-19T23:24:52.317Z | Checking cassowary v0.3.0 |
2576 | 2024-07-19T23:24:52.673Z | Checking textwrap v0.16.1 |
2577 | 2024-07-19T23:24:52.762Z | Checking ratatui v0.27.0 |
2578 | 2024-07-19T23:24:52.980Z | Checking indicatif v0.17.8 |
2579 | 2024-07-19T23:24:53.026Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2580 | 2024-07-19T23:24:53.222Z | Checking multimap v0.10.0 |
2581 | 2024-07-19T23:25:13.165Z | Compiling samael v0.0.15 |
2582 | 2024-07-19T23:25:25.750Z | Compiling polar-core v0.27.3 |
2583 | 2024-07-19T23:25:34.706Z | Checking oso v0.27.3 |
2584 | 2024-07-19T23:26:07.210Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2585 | 2024-07-19T23:26:13.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
2586 | 2024-07-19T23:26:13.241Z | |
2587 | 2024-07-19T23:26:13.242Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (107/134) |
2588 | 2024-07-19T23:26:14.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-07-19T23:26:14.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-07-19T23:26:14.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-07-19T23:26:14.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2592 | 2024-07-19T23:26:14.125Z | |
2593 | 2024-07-19T23:26:14.125Z | info: running `cargo check --bins` on nexus-saga-recovery (108/134) |
2594 | 2024-07-19T23:26:14.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-07-19T23:26:14.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-07-19T23:26:14.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-07-19T23:26:14.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2598 | 2024-07-19T23:26:15.007Z | |
2599 | 2024-07-19T23:26:15.007Z | info: running `cargo check --bins` on nexus-test-utils-macros (109/134) |
2600 | 2024-07-19T23:26:15.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-07-19T23:26:15.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-07-19T23:26:15.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-07-19T23:26:15.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2604 | 2024-07-19T23:26:15.833Z | |
2605 | 2024-07-19T23:26:15.833Z | info: running `cargo check --bins` on omicron-nexus (110/134) |
2606 | 2024-07-19T23:26:16.457Z | Downloading crates ... |
2607 | 2024-07-19T23:26:16.711Z | Downloaded assert_matches v1.5.0 |
2608 | 2024-07-19T23:26:16.735Z | Downloaded pin-project v1.1.5 |
2609 | 2024-07-19T23:26:16.759Z | Downloaded typed-path v0.7.1 |
2610 | 2024-07-19T23:26:16.760Z | Downloaded tough v0.17.1 |
2611 | 2024-07-19T23:26:16.760Z | Downloaded snafu-derive v0.8.2 |
2612 | 2024-07-19T23:26:16.760Z | Downloaded snafu v0.8.2 |
2613 | 2024-07-19T23:26:16.784Z | Downloaded serde_plain v1.0.2 |
2614 | 2024-07-19T23:26:16.784Z | Downloaded pin-project-internal v1.1.5 |
2615 | 2024-07-19T23:26:16.784Z | Downloaded parse-size v1.0.0 |
2616 | 2024-07-19T23:26:16.784Z | Downloaded olpc-cjson v0.1.3 |
2617 | 2024-07-19T23:26:16.784Z | Downloaded globset v0.4.14 |
2618 | 2024-07-19T23:26:16.784Z | Downloaded fatfs v0.3.6 |
2619 | 2024-07-19T23:26:16.784Z | Downloaded buf-list v1.0.3 |
2620 | 2024-07-19T23:26:16.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-07-19T23:26:16.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-07-19T23:26:17.010Z | Compiling pin-project-internal v1.1.5 |
2623 | 2024-07-19T23:26:17.035Z | Compiling snafu-derive v0.8.2 |
2624 | 2024-07-19T23:26:17.059Z | Compiling buf-list v1.0.3 |
2625 | 2024-07-19T23:26:17.084Z | Checking globset v0.4.14 |
2626 | 2024-07-19T23:26:17.084Z | Checking olpc-cjson v0.1.3 |
2627 | 2024-07-19T23:26:17.084Z | Checking rand_seeder v0.2.3 |
2628 | 2024-07-19T23:26:17.084Z | Checking serde_plain v1.0.2 |
2629 | 2024-07-19T23:26:17.108Z | Checking typed-path v0.7.1 |
2630 | 2024-07-19T23:26:17.274Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2631 | 2024-07-19T23:26:17.326Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2632 | 2024-07-19T23:26:17.350Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2633 | 2024-07-19T23:26:17.500Z | Checking parse-size v1.0.0 |
2634 | 2024-07-19T23:26:17.537Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2635 | 2024-07-19T23:26:17.562Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2636 | 2024-07-19T23:26:17.601Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2637 | 2024-07-19T23:26:17.656Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2638 | 2024-07-19T23:26:17.983Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2639 | 2024-07-19T23:26:18.326Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2640 | 2024-07-19T23:26:18.404Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2641 | 2024-07-19T23:26:18.615Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2642 | 2024-07-19T23:26:18.782Z | Checking fatfs v0.3.6 |
2643 | 2024-07-19T23:26:18.809Z | Checking assert_matches v1.5.0 |
2644 | 2024-07-19T23:26:19.597Z | Checking pin-project v1.1.5 |
2645 | 2024-07-19T23:26:20.887Z | Checking snafu v0.8.2 |
2646 | 2024-07-19T23:26:21.284Z | Checking tough v0.17.1 |
2647 | 2024-07-19T23:26:25.002Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2648 | 2024-07-19T23:26:26.546Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2649 | 2024-07-19T23:27:18.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
2650 | 2024-07-19T23:27:18.809Z | |
2651 | 2024-07-19T23:27:18.809Z | info: running `cargo check --bins` on nexus-internal-api (111/134) |
2652 | 2024-07-19T23:27:19.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2024-07-19T23:27:19.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2024-07-19T23:27:19.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2024-07-19T23:27:19.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2656 | 2024-07-19T23:27:19.634Z | |
2657 | 2024-07-19T23:27:19.634Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (112/134) |
2658 | 2024-07-19T23:27:20.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-07-19T23:27:20.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-07-19T23:27:20.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-07-19T23:27:20.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2662 | 2024-07-19T23:27:20.466Z | |
2663 | 2024-07-19T23:27:20.466Z | info: running `cargo check --bins` on nexus-networking (113/134) |
2664 | 2024-07-19T23:27:21.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-07-19T23:27:21.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-07-19T23:27:21.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-07-19T23:27:21.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2668 | 2024-07-19T23:27:21.341Z | |
2669 | 2024-07-19T23:27:21.341Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (114/134) |
2670 | 2024-07-19T23:27:22.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-07-19T23:27:22.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-07-19T23:27:22.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2673 | 2024-07-19T23:27:22.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2674 | 2024-07-19T23:27:22.194Z | |
2675 | 2024-07-19T23:27:22.194Z | info: running `cargo check --bins` on update-common (115/134) |
2676 | 2024-07-19T23:27:22.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-07-19T23:27:22.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-07-19T23:27:22.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2679 | 2024-07-19T23:27:22.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2680 | 2024-07-19T23:27:23.039Z | |
2681 | 2024-07-19T23:27:23.039Z | info: running `cargo check --bins` on tufaceous-lib (116/134) |
2682 | 2024-07-19T23:27:23.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-07-19T23:27:23.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-07-19T23:27:23.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2685 | 2024-07-19T23:27:23.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2686 | 2024-07-19T23:27:23.911Z | |
2687 | 2024-07-19T23:27:23.912Z | info: running `cargo check --bins` on tufaceous (117/134) |
2688 | 2024-07-19T23:27:24.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-07-19T23:27:24.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-07-19T23:27:24.795Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2691 | 2024-07-19T23:27:25.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
2692 | 2024-07-19T23:27:25.920Z | |
2693 | 2024-07-19T23:27:25.920Z | info: running `cargo check --bins` on omicron-dev (118/134) |
2694 | 2024-07-19T23:27:26.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-07-19T23:27:26.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-07-19T23:27:26.970Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2697 | 2024-07-19T23:27:26.970Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2698 | 2024-07-19T23:27:26.995Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2699 | 2024-07-19T23:27:28.520Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2700 | 2024-07-19T23:27:31.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2701 | 2024-07-19T23:27:31.908Z | |
2702 | 2024-07-19T23:27:31.908Z | info: running `cargo check --bins` on openapi-manager (119/134) |
2703 | 2024-07-19T23:27:32.546Z | Downloading crates ... |
2704 | 2024-07-19T23:27:32.716Z | Downloaded is_ci v1.2.0 |
2705 | 2024-07-19T23:27:32.740Z | Downloaded supports-color v3.0.0 |
2706 | 2024-07-19T23:27:32.740Z | Downloaded indent_write v2.2.0 |
2707 | 2024-07-19T23:27:32.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-07-19T23:27:32.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-07-19T23:27:32.857Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2710 | 2024-07-19T23:27:32.857Z | Checking is_ci v1.2.0 |
2711 | 2024-07-19T23:27:32.857Z | Checking heck v0.4.1 |
2712 | 2024-07-19T23:27:32.881Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2713 | 2024-07-19T23:27:32.881Z | Checking indent_write v2.2.0 |
2714 | 2024-07-19T23:27:33.027Z | Checking supports-color v3.0.0 |
2715 | 2024-07-19T23:27:33.051Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2716 | 2024-07-19T23:27:34.797Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2717 | 2024-07-19T23:27:35.892Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2718 | 2024-07-19T23:27:36.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
2719 | 2024-07-19T23:27:37.091Z | |
2720 | 2024-07-19T23:27:37.091Z | info: running `cargo check --bins` on installinator-api (120/134) |
2721 | 2024-07-19T23:27:37.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2024-07-19T23:27:37.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2024-07-19T23:27:37.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2024-07-19T23:27:37.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2725 | 2024-07-19T23:27:37.902Z | |
2726 | 2024-07-19T23:27:37.902Z | info: running `cargo check --bins` on wicketd-api (121/134) |
2727 | 2024-07-19T23:27:38.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2024-07-19T23:27:38.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2024-07-19T23:27:38.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2024-07-19T23:27:38.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2731 | 2024-07-19T23:27:38.705Z | |
2732 | 2024-07-19T23:27:38.705Z | info: running `cargo check --bins` on reconfigurator-cli (122/134) |
2733 | 2024-07-19T23:27:39.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2024-07-19T23:27:39.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2024-07-19T23:27:39.584Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2736 | 2024-07-19T23:27:40.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
2737 | 2024-07-19T23:27:41.042Z | |
2738 | 2024-07-19T23:27:41.042Z | info: running `cargo check --bins` on omicron-releng (123/134) |
2739 | 2024-07-19T23:27:41.750Z | Downloading crates ... |
2740 | 2024-07-19T23:27:41.827Z | Downloaded shell-words v1.1.0 |
2741 | 2024-07-19T23:27:41.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2024-07-19T23:27:41.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2024-07-19T23:27:41.956Z | Checking memmap2 v0.9.4 |
2744 | 2024-07-19T23:27:41.956Z | Checking constant_time_eq v0.3.0 |
2745 | 2024-07-19T23:27:41.956Z | Checking spin v0.5.2 |
2746 | 2024-07-19T23:27:41.980Z | Checking untrusted v0.7.1 |
2747 | 2024-07-19T23:27:41.980Z | Checking arrayvec v0.7.4 |
2748 | 2024-07-19T23:27:41.980Z | Checking arrayref v0.3.7 |
2749 | 2024-07-19T23:27:41.980Z | Checking cargo-platform v0.1.8 |
2750 | 2024-07-19T23:27:41.980Z | Checking topological-sort v0.2.2 |
2751 | 2024-07-19T23:27:42.086Z | Checking shell-words v1.1.0 |
2752 | 2024-07-19T23:27:42.193Z | Checking ring v0.16.20 |
2753 | 2024-07-19T23:27:42.279Z | Checking cargo_metadata v0.18.1 |
2754 | 2024-07-19T23:27:42.325Z | Checking blake3 v1.5.1 |
2755 | 2024-07-19T23:27:43.635Z | Checking omicron-zone-package v0.11.0 |
2756 | 2024-07-19T23:27:45.039Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2757 | 2024-07-19T23:27:46.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
2758 | 2024-07-19T23:27:46.248Z | |
2759 | 2024-07-19T23:27:46.248Z | info: running `cargo check --bins` on xtask (124/134) |
2760 | 2024-07-19T23:27:46.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2761 | 2024-07-19T23:27:46.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2762 | 2024-07-19T23:27:46.967Z | Checking bitflags v2.5.0 |
2763 | 2024-07-19T23:27:46.967Z | Checking serde v1.0.204 |
2764 | 2024-07-19T23:27:46.967Z | Checking bytes v1.6.0 |
2765 | 2024-07-19T23:27:46.967Z | Checking smallvec v1.13.2 |
2766 | 2024-07-19T23:27:46.997Z | Checking scopeguard v1.2.0 |
2767 | 2024-07-19T23:27:47.029Z | Checking hashbrown v0.14.5 |
2768 | 2024-07-19T23:27:47.054Z | Checking log v0.4.21 |
2769 | 2024-07-19T23:27:47.054Z | Checking mio v0.8.11 |
2770 | 2024-07-19T23:27:47.116Z | Checking lock_api v0.4.12 |
2771 | 2024-07-19T23:27:47.211Z | Checking futures-util v0.3.30 |
2772 | 2024-07-19T23:27:47.259Z | Checking thiserror v1.0.62 |
2773 | 2024-07-19T23:27:47.307Z | Checking parking_lot_core v0.9.10 |
2774 | 2024-07-19T23:27:47.384Z | Checking rustix v0.38.34 |
2775 | 2024-07-19T23:27:47.463Z | Checking tracing v0.1.40 |
2776 | 2024-07-19T23:27:47.575Z | Checking scroll v0.12.0 |
2777 | 2024-07-19T23:27:47.602Z | Checking parking_lot v0.12.2 |
2778 | 2024-07-19T23:27:47.648Z | Checking http v0.2.12 |
2779 | 2024-07-19T23:27:47.729Z | Checking openssl v0.10.64 |
2780 | 2024-07-19T23:27:47.901Z | Checking tokio v1.38.1 |
2781 | 2024-07-19T23:27:47.972Z | Checking generic-array v0.14.7 |
2782 | 2024-07-19T23:27:47.996Z | Checking indexmap v2.2.6 |
2783 | 2024-07-19T23:27:48.721Z | Checking slog v2.7.0 |
2784 | 2024-07-19T23:27:48.859Z | Checking zerocopy v0.7.34 |
2785 | 2024-07-19T23:27:48.946Z | Checking time v0.3.36 |
2786 | 2024-07-19T23:27:49.002Z | Checking goblin v0.8.2 |
2787 | 2024-07-19T23:27:49.135Z | Checking pest v2.7.10 |
2788 | 2024-07-19T23:27:50.002Z | Checking http-body v0.4.6 |
2789 | 2024-07-19T23:27:50.328Z | Checking unicode-normalization v0.1.23 |
2790 | 2024-07-19T23:27:50.417Z | Checking unicode-bidi v0.3.15 |
2791 | 2024-07-19T23:27:50.957Z | Checking syn v2.0.71 |
2792 | 2024-07-19T23:27:51.046Z | Checking idna v0.5.0 |
2793 | 2024-07-19T23:27:51.141Z | Checking dtrace-parser v0.2.0 |
2794 | 2024-07-19T23:27:51.215Z | Checking serde_json v1.0.120 |
2795 | 2024-07-19T23:27:51.450Z | Checking serde_spanned v0.6.6 |
2796 | 2024-07-19T23:27:51.571Z | Checking toml_datetime v0.6.6 |
2797 | 2024-07-19T23:27:51.617Z | Checking crossbeam-utils v0.8.19 |
2798 | 2024-07-19T23:27:51.719Z | Checking terminal_size v0.3.0 |
2799 | 2024-07-19T23:27:51.808Z | Checking toml_edit v0.22.16 |
2800 | 2024-07-19T23:27:51.865Z | Checking crypto-common v0.1.6 |
2801 | 2024-07-19T23:27:52.013Z | Checking block-buffer v0.10.4 |
2802 | 2024-07-19T23:27:52.184Z | Checking clap_builder v4.5.9 |
2803 | 2024-07-19T23:27:52.226Z | Checking crossbeam-channel v0.5.12 |
2804 | 2024-07-19T23:27:52.251Z | Checking native-tls v0.2.11 |
2805 | 2024-07-19T23:27:52.498Z | Checking slog-json v2.6.1 |
2806 | 2024-07-19T23:27:52.523Z | Checking digest v0.10.7 |
2807 | 2024-07-19T23:27:52.724Z | Checking url v2.5.0 |
2808 | 2024-07-19T23:27:52.799Z | Checking futures-executor v0.3.30 |
2809 | 2024-07-19T23:27:52.848Z | Checking semver v1.0.23 |
2810 | 2024-07-19T23:27:53.008Z | Checking serde_urlencoded v0.7.1 |
2811 | 2024-07-19T23:27:53.187Z | Checking dof v0.3.0 |
2812 | 2024-07-19T23:27:53.211Z | Checking cargo-platform v0.1.8 |
2813 | 2024-07-19T23:27:53.379Z | Checking camino v1.1.7 |
2814 | 2024-07-19T23:27:53.403Z | Checking xattr v1.3.1 |
2815 | 2024-07-19T23:27:53.455Z | Checking slog-async v2.8.0 |
2816 | 2024-07-19T23:27:53.552Z | Checking tar v0.4.41 |
2817 | 2024-07-19T23:27:53.701Z | Checking sha2 v0.10.8 |
2818 | 2024-07-19T23:27:53.726Z | Checking slog-term v2.9.1 |
2819 | 2024-07-19T23:27:53.848Z | Checking cargo_metadata v0.18.1 |
2820 | 2024-07-19T23:27:53.947Z | Checking toml v0.8.15 |
2821 | 2024-07-19T23:27:53.974Z | Checking tokio-util v0.7.11 |
2822 | 2024-07-19T23:27:54.118Z | Checking tokio-native-tls v0.3.1 |
2823 | 2024-07-19T23:27:54.159Z | Checking futures v0.3.30 |
2824 | 2024-07-19T23:27:54.184Z | Checking strum v0.26.3 |
2825 | 2024-07-19T23:27:54.268Z | Checking slog-bunyan v2.5.0 |
2826 | 2024-07-19T23:27:54.330Z | Checking fs-err v2.11.0 |
2827 | 2024-07-19T23:27:54.354Z | Checking anyhow v1.0.86 |
2828 | 2024-07-19T23:27:54.413Z | Checking tabled v0.15.0 |
2829 | 2024-07-19T23:27:54.582Z | Checking cargo_toml v0.20.3 |
2830 | 2024-07-19T23:27:54.607Z | Checking macaddr v1.0.1 |
2831 | 2024-07-19T23:27:54.665Z | Checking clap v4.5.9 |
2832 | 2024-07-19T23:27:54.703Z | Checking h2 v0.3.26 |
2833 | 2024-07-19T23:27:55.053Z | Checking usdt-impl v0.5.0 |
2834 | 2024-07-19T23:27:55.484Z | Checking usdt v0.5.0 |
2835 | 2024-07-19T23:27:57.946Z | Checking hyper v0.14.28 |
2836 | 2024-07-19T23:28:00.537Z | Checking hyper-tls v0.5.0 |
2837 | 2024-07-19T23:28:00.755Z | Checking reqwest v0.11.27 |
2838 | 2024-07-19T23:28:01.663Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2839 | 2024-07-19T23:28:02.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.60s |
2840 | 2024-07-19T23:28:02.944Z | |
2841 | 2024-07-19T23:28:02.944Z | info: running `cargo check --bins` on end-to-end-tests (125/134) |
2842 | 2024-07-19T23:28:03.504Z | Downloading crates ... |
2843 | 2024-07-19T23:28:03.751Z | Downloaded ed25519 v2.2.3 |
2844 | 2024-07-19T23:28:03.776Z | Downloaded ctr v0.9.2 |
2845 | 2024-07-19T23:28:03.776Z | Downloaded russh-cryptovec v0.7.2 |
2846 | 2024-07-19T23:28:03.776Z | Downloaded dhcproto-macros v0.1.0 |
2847 | 2024-07-19T23:28:03.776Z | Downloaded md5 v0.7.0 |
2848 | 2024-07-19T23:28:03.776Z | Downloaded hex-literal v0.4.1 |
2849 | 2024-07-19T23:28:03.776Z | Downloaded dirs-sys v0.4.1 |
2850 | 2024-07-19T23:28:03.776Z | Downloaded rand_chacha v0.2.2 |
2851 | 2024-07-19T23:28:03.776Z | Downloaded primeorder v0.13.6 |
2852 | 2024-07-19T23:28:03.776Z | Downloaded rfc6979 v0.4.0 |
2853 | 2024-07-19T23:28:03.776Z | Downloaded pbkdf2 v0.11.0 |
2854 | 2024-07-19T23:28:03.776Z | Downloaded russh-keys v0.43.0 |
2855 | 2024-07-19T23:28:03.800Z | Downloaded polyval v0.6.2 |
2856 | 2024-07-19T23:28:03.800Z | Downloaded p256 v0.13.2 |
2857 | 2024-07-19T23:28:03.800Z | Downloaded ecdsa v0.16.9 |
2858 | 2024-07-19T23:28:03.800Z | Downloaded russh v0.43.0 |
2859 | 2024-07-19T23:28:03.800Z | Downloaded rand v0.7.3 |
2860 | 2024-07-19T23:28:03.800Z | Downloaded p521 v0.13.3 |
2861 | 2024-07-19T23:28:03.824Z | Downloaded aes v0.8.4 |
2862 | 2024-07-19T23:28:03.825Z | Downloaded ed25519-dalek v2.1.1 |
2863 | 2024-07-19T23:28:03.825Z | Downloaded dhcproto v0.11.0 |
2864 | 2024-07-19T23:28:03.825Z | Downloaded dirs v5.0.1 |
2865 | 2024-07-19T23:28:03.825Z | Downloaded cbc v0.1.2 |
2866 | 2024-07-19T23:28:03.825Z | Downloaded rand_core v0.5.1 |
2867 | 2024-07-19T23:28:03.825Z | Downloaded aes-gcm v0.10.3 |
2868 | 2024-07-19T23:28:03.825Z | Downloaded password-hash v0.4.2 |
2869 | 2024-07-19T23:28:03.825Z | Downloaded internet-checksum v0.2.1 |
2870 | 2024-07-19T23:28:03.825Z | Downloaded ghash v0.5.1 |
2871 | 2024-07-19T23:28:03.825Z | Downloaded getrandom v0.1.16 |
2872 | 2024-07-19T23:28:03.850Z | Downloaded blowfish v0.9.1 |
2873 | 2024-07-19T23:28:03.850Z | Downloaded bcrypt-pbkdf v0.10.0 |
2874 | 2024-07-19T23:28:03.850Z | Downloaded pbkdf2 v0.12.2 |
2875 | 2024-07-19T23:28:03.850Z | Downloaded option-ext v0.2.0 |
2876 | 2024-07-19T23:28:03.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-07-19T23:28:03.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-07-19T23:28:04.010Z | Compiling getrandom v0.1.16 |
2879 | 2024-07-19T23:28:04.034Z | Checking rfc6979 v0.4.0 |
2880 | 2024-07-19T23:28:04.059Z | Checking primeorder v0.13.6 |
2881 | 2024-07-19T23:28:04.059Z | Checking option-ext v0.2.0 |
2882 | 2024-07-19T23:28:04.086Z | Checking ed25519 v2.2.3 |
2883 | 2024-07-19T23:28:04.110Z | Checking polyval v0.6.2 |
2884 | 2024-07-19T23:28:04.110Z | Checking blowfish v0.9.1 |
2885 | 2024-07-19T23:28:04.110Z | Checking aes v0.8.4 |
2886 | 2024-07-19T23:28:04.182Z | Checking dirs-sys v0.4.1 |
2887 | 2024-07-19T23:28:04.216Z | Checking ecdsa v0.16.9 |
2888 | 2024-07-19T23:28:04.295Z | Checking ctr v0.9.2 |
2889 | 2024-07-19T23:28:04.337Z | Checking password-hash v0.4.2 |
2890 | 2024-07-19T23:28:04.337Z | Checking pbkdf2 v0.12.2 |
2891 | 2024-07-19T23:28:04.366Z | Checking dirs v5.0.1 |
2892 | 2024-07-19T23:28:04.450Z | Checking ghash v0.5.1 |
2893 | 2024-07-19T23:28:04.483Z | Checking ed25519-dalek v2.1.1 |
2894 | 2024-07-19T23:28:04.511Z | Checking bcrypt-pbkdf v0.10.0 |
2895 | 2024-07-19T23:28:04.536Z | Checking cbc v0.1.2 |
2896 | 2024-07-19T23:28:04.591Z | Checking russh-cryptovec v0.7.2 |
2897 | 2024-07-19T23:28:04.698Z | Checking pbkdf2 v0.11.0 |
2898 | 2024-07-19T23:28:04.723Z | Checking md5 v0.7.0 |
2899 | 2024-07-19T23:28:04.747Z | Compiling dhcproto-macros v0.1.0 |
2900 | 2024-07-19T23:28:04.772Z | Checking hex-literal v0.4.1 |
2901 | 2024-07-19T23:28:04.796Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2902 | 2024-07-19T23:28:04.823Z | Checking p256 v0.13.2 |
2903 | 2024-07-19T23:28:04.847Z | Checking p521 v0.13.3 |
2904 | 2024-07-19T23:28:04.871Z | Checking rand_core v0.5.1 |
2905 | 2024-07-19T23:28:04.896Z | Checking aes-gcm v0.10.3 |
2906 | 2024-07-19T23:28:04.942Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2907 | 2024-07-19T23:28:04.966Z | Checking internet-checksum v0.2.1 |
2908 | 2024-07-19T23:28:05.125Z | Checking rand_chacha v0.2.2 |
2909 | 2024-07-19T23:28:05.400Z | Checking rand v0.7.3 |
2910 | 2024-07-19T23:28:05.466Z | Checking dhcproto v0.11.0 |
2911 | 2024-07-19T23:28:06.542Z | Checking russh-keys v0.43.0 |
2912 | 2024-07-19T23:28:07.478Z | Checking russh v0.43.0 |
2913 | 2024-07-19T23:28:29.410Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2914 | 2024-07-19T23:28:31.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.37s |
2915 | 2024-07-19T23:28:31.472Z | |
2916 | 2024-07-19T23:28:31.472Z | info: running `cargo check --bins` on gateway-cli (126/134) |
2917 | 2024-07-19T23:28:32.145Z | Downloading crates ... |
2918 | 2024-07-19T23:28:32.204Z | Downloaded termios v0.3.3 |
2919 | 2024-07-19T23:28:32.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2024-07-19T23:28:32.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2024-07-19T23:28:32.311Z | Checking termios v0.3.3 |
2922 | 2024-07-19T23:28:32.488Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2923 | 2024-07-19T23:28:33.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
2924 | 2024-07-19T23:28:33.566Z | |
2925 | 2024-07-19T23:28:33.566Z | info: running `cargo check --bins --no-default-features` on installinator (127/134) |
2926 | 2024-07-19T23:28:34.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-07-19T23:28:34.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-07-19T23:28:34.449Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2929 | 2024-07-19T23:28:36.814Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2930 | 2024-07-19T23:28:38.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2931 | 2024-07-19T23:28:39.119Z | |
2932 | 2024-07-19T23:28:39.119Z | info: running `cargo check --bins` on internal-dns-cli (128/134) |
2933 | 2024-07-19T23:28:39.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2934 | 2024-07-19T23:28:39.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2935 | 2024-07-19T23:28:39.938Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2936 | 2024-07-19T23:28:40.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2937 | 2024-07-19T23:28:40.516Z | |
2938 | 2024-07-19T23:28:40.516Z | info: running `cargo check --bins` on omicron-package (129/134) |
2939 | 2024-07-19T23:28:41.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2940 | 2024-07-19T23:28:41.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2941 | 2024-07-19T23:28:41.390Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2942 | 2024-07-19T23:28:42.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s |
2943 | 2024-07-19T23:28:42.915Z | |
2944 | 2024-07-19T23:28:42.915Z | info: running `cargo check --bins` on wicket-dbg (130/134) |
2945 | 2024-07-19T23:28:43.587Z | Downloading crates ... |
2946 | 2024-07-19T23:28:43.708Z | Downloaded rtoolbox v0.0.2 |
2947 | 2024-07-19T23:28:43.733Z | Downloaded rpassword v7.3.1 |
2948 | 2024-07-19T23:28:43.733Z | Downloaded tui-tree-widget v0.21.0 |
2949 | 2024-07-19T23:28:43.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2950 | 2024-07-19T23:28:43.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2951 | 2024-07-19T23:28:44.042Z | Checking rtoolbox v0.0.2 |
2952 | 2024-07-19T23:28:44.042Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2953 | 2024-07-19T23:28:44.066Z | Checking tui-tree-widget v0.21.0 |
2954 | 2024-07-19T23:28:44.216Z | Checking rpassword v7.3.1 |
2955 | 2024-07-19T23:28:49.051Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2956 | 2024-07-19T23:28:52.581Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2957 | 2024-07-19T23:28:53.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.01s |
2958 | 2024-07-19T23:28:54.060Z | |
2959 | 2024-07-19T23:28:54.060Z | info: running `cargo check --bins` on wicket (131/134) |
2960 | 2024-07-19T23:28:54.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-07-19T23:28:54.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-07-19T23:28:54.957Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2963 | 2024-07-19T23:28:55.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2964 | 2024-07-19T23:28:55.435Z | |
2965 | 2024-07-19T23:28:55.435Z | info: running `cargo check --bins` on wicketd (132/134) |
2966 | 2024-07-19T23:28:56.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-07-19T23:28:56.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-07-19T23:28:56.330Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2969 | 2024-07-19T23:29:00.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
2970 | 2024-07-19T23:29:00.650Z | |
2971 | 2024-07-19T23:29:00.650Z | info: running `cargo check --bins` on omicron-workspace-hack (133/134) |
2972 | 2024-07-19T23:29:01.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-07-19T23:29:01.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-07-19T23:29:01.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2024-07-19T23:29:01.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2976 | 2024-07-19T23:29:01.577Z | |
2977 | 2024-07-19T23:29:01.577Z | info: running `cargo check --bins` on zone-setup (134/134) |
2978 | 2024-07-19T23:29:02.173Z | Downloading crates ... |
2979 | 2024-07-19T23:29:02.244Z | Downloaded uzers v0.11.3 |
2980 | 2024-07-19T23:29:02.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-07-19T23:29:02.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-07-19T23:29:02.358Z | Checking uzers v0.11.3 |
2983 | 2024-07-19T23:29:02.628Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2984 | 2024-07-19T23:29:03.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s |
2985 | 2024-07-19T23:29:03.386Z | |
2986 | 2024-07-19T23:29:03.410Z | real 13:40.387582724 |
2987 | 2024-07-19T23:29:03.410Z | user 29:17.779535171 |
2988 | 2024-07-19T23:29:03.411Z | sys 6:39.824420003 |
2989 | 2024-07-19T23:29:03.411Z | trap 0.845249962 |
2990 | 2024-07-19T23:29:03.411Z | tflt 1.178287290 |
2991 | 2024-07-19T23:29:03.411Z | dflt 3.156841928 |
2992 | 2024-07-19T23:29:03.411Z | kflt 0.001626812 |
2993 | 2024-07-19T23:29:03.411Z | lock 2:30:39.318129796 |
2994 | 2024-07-19T23:29:03.411Z | slp 2:15:25.187267104 |
2995 | 2024-07-19T23:29:03.411Z | lat 1:16.551786947 |
2996 | 2024-07-19T23:29:03.411Z | stop 2:51.666766092 |
2997 | 2024-07-19T23:29:03.411Z | process exited: duration 998554 ms, exit code 0 |
|
2998 | 2024-07-19T23:29:03.459Z | found 0 output files |