|
|
|
1 | 2024-07-16T03:11:05.781Z | job assigned to worker 01J2WRACA6A3B5TX3PNH79SGMR (queued for 38 s) |
|
2 | 2024-07-16T03:11:05.989Z | starting task 0: "setup" |
3 | 2024-07-16T03:11:06.014Z | ++ uname -s |
4 | 2024-07-16T03:11:06.014Z | + kern=SunOS |
5 | 2024-07-16T03:11:06.014Z | + case "$kern" in |
6 | 2024-07-16T03:11:06.014Z | + groupadd -g 12345 build |
7 | 2024-07-16T03:11:06.014Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-16T03:11:08.020Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-16T03:11:08.066Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-16T03:11:08.090Z | + home_fs=zfs |
11 | 2024-07-16T03:11:08.090Z | + [[ zfs == autofs ]] |
12 | 2024-07-16T03:11:08.091Z | + mkdir -p /home/build |
13 | 2024-07-16T03:11:08.091Z | + chown build:build /home/build /work |
14 | 2024-07-16T03:11:10.077Z | + chmod 0700 /home/build /work |
15 | 2024-07-16T03:11:10.102Z | process exited: duration 4093 ms, exit code 0 |
|
16 | 2024-07-16T03:11:10.151Z | starting task 1: "rust-toolchain" |
17 | 2024-07-16T03:11:10.176Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-16T03:11:10.176Z | ' 1.78.0 |
19 | 2024-07-16T03:11:10.176Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-16T03:11:10.176Z | ' default |
21 | 2024-07-16T03:11:10.176Z | * toolchain channel = "1.78.0" |
22 | 2024-07-16T03:11:10.176Z | * toolchain profile = "default" |
23 | 2024-07-16T03:11:10.176Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-16T03:11:10.176Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-16T03:11:10.323Z | info: downloading installer |
26 | 2024-07-16T03:11:11.038Z | info: profile set to 'default' |
27 | 2024-07-16T03:11:11.038Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-16T03:11:11.038Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-16T03:11:11.151Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-16T03:11:11.151Z | info: downloading component 'cargo' |
31 | 2024-07-16T03:11:11.343Z | info: downloading component 'clippy' |
32 | 2024-07-16T03:11:11.413Z | info: downloading component 'rust-docs' |
33 | 2024-07-16T03:11:11.677Z | info: downloading component 'rust-std' |
34 | 2024-07-16T03:11:12.284Z | info: downloading component 'rustc' |
35 | 2024-07-16T03:11:13.274Z | info: downloading component 'rustfmt' |
36 | 2024-07-16T03:11:13.316Z | info: installing component 'cargo' |
37 | 2024-07-16T03:11:14.374Z | info: installing component 'clippy' |
38 | 2024-07-16T03:11:14.777Z | info: installing component 'rust-docs' |
39 | 2024-07-16T03:11:17.279Z | info: installing component 'rust-std' |
40 | 2024-07-16T03:11:19.236Z | info: installing component 'rustc' |
41 | 2024-07-16T03:11:24.278Z | info: installing component 'rustfmt' |
42 | 2024-07-16T03:11:24.665Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-16T03:11:24.665Z | |
44 | 2024-07-16T03:11:24.784Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-16T03:11:24.784Z | |
46 | 2024-07-16T03:11:24.784Z | |
47 | 2024-07-16T03:11:24.784Z | Rust is installed now. Great! |
48 | 2024-07-16T03:11:24.784Z | |
49 | 2024-07-16T03:11:24.809Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-16T03:11:24.809Z | environment variable. This has not been done automatically. |
51 | 2024-07-16T03:11:24.809Z | |
52 | 2024-07-16T03:11:24.809Z | To configure your current shell, you need to source |
53 | 2024-07-16T03:11:24.809Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-16T03:11:24.809Z | |
55 | 2024-07-16T03:11:24.809Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-16T03:11:24.809Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-16T03:11:24.809Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-16T03:11:24.868Z | + rustc --version |
59 | 2024-07-16T03:11:24.977Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-16T03:11:25.002Z | process exited: duration 14830 ms, exit code 0 |
|
61 | 2024-07-16T03:11:25.055Z | starting task 2: "authentication" |
62 | 2024-07-16T03:11:25.112Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-16T03:11:25.164Z | starting task 3: "clone repository" |
64 | 2024-07-16T03:11:25.189Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-16T03:11:25.189Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-16T03:11:25.213Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-16T03:11:30.611Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-16T03:11:30.612Z | + git fetch origin 4d4789761a08d0457fe7f356515df24f4e8b73a6 |
69 | 2024-07-16T03:11:30.973Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-16T03:11:30.973Z | * branch 4d4789761a08d0457fe7f356515df24f4e8b73a6 -> FETCH_HEAD |
71 | 2024-07-16T03:11:30.997Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
72 | 2024-07-16T03:11:30.997Z | ++ git branch --show-current |
73 | 2024-07-16T03:11:31.022Z | + current=main |
74 | 2024-07-16T03:11:31.022Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
75 | 2024-07-16T03:11:31.022Z | + git branch -f renovate/taiki-e-install-action-digest 4d4789761a08d0457fe7f356515df24f4e8b73a6 |
76 | 2024-07-16T03:11:31.022Z | + git checkout -f renovate/taiki-e-install-action-digest |
77 | 2024-07-16T03:11:31.166Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
78 | 2024-07-16T03:11:31.191Z | + git reset --hard 4d4789761a08d0457fe7f356515df24f4e8b73a6 |
79 | 2024-07-16T03:11:31.191Z | HEAD is now at 4d4789761 Update taiki-e/install-action digest to 3e71e71 |
80 | 2024-07-16T03:11:31.191Z | process exited: duration 6024 ms, exit code 0 |
|
81 | 2024-07-16T03:11:31.239Z | starting task 4: "build" |
82 | 2024-07-16T03:11:31.263Z | + cargo --version |
83 | 2024-07-16T03:11:31.312Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-16T03:11:31.336Z | + rustc --version |
85 | 2024-07-16T03:11:31.388Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-16T03:11:31.413Z | + source ./env.sh |
87 | 2024-07-16T03:11:31.413Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-16T03:11:31.413Z | ++ set -o xtrace |
89 | 2024-07-16T03:11:31.413Z | ++++ dirname ./env.sh |
90 | 2024-07-16T03:11:31.413Z | +++ readlink -f . |
91 | 2024-07-16T03:11:31.413Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ 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-16T03:11:31.413Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-16T03:11:31.413Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-16T03:11:31.413Z | + 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-16T03:11:31.414Z | + 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-16T03:11:31.414Z | + banner prerequisites |
105 | 2024-07-16T03:11:31.414Z | |
106 | 2024-07-16T03:11:31.414Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-07-16T03:11:31.414Z | # # # # # # # # # # # # # # # |
108 | 2024-07-16T03:11:31.414Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-07-16T03:11:31.414Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-07-16T03:11:31.414Z | # # # # # # # # # # # # # # # |
111 | 2024-07-16T03:11:31.414Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-07-16T03:11:31.414Z | |
113 | 2024-07-16T03:11:31.414Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-07-16T03:11:37.616Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-07-16T03:11:39.805Z | Startup: Caching catalogs ... Done |
116 | 2024-07-16T03:11:43.274Z | Planning: Solver setup ... Done (2.823s) |
117 | 2024-07-16T03:11:43.342Z | Planning: Running solver ... Done (0.068s) |
118 | 2024-07-16T03:11:43.388Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-07-16T03:11:43.464Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-07-16T03:11:43.836Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-07-16T03:11:43.900Z | Planning: Package planning ... Done (0.064s) |
122 | 2024-07-16T03:11:43.959Z | Planning: Merging actions ... Done (0.059s) |
123 | 2024-07-16T03:11:44.307Z | Planning: Checking for conflicting actions ... Done (0.347s) |
124 | 2024-07-16T03:11:44.331Z | Planning: Consolidating action changes ... Done (0.013s) |
125 | 2024-07-16T03:11:44.957Z | Planning: Evaluating mediators ... Done (0.635s) |
126 | 2024-07-16T03:11:44.981Z | Planning: Planning completed in 5.10 seconds |
127 | 2024-07-16T03:11:45.006Z | Packages to install: 4 |
128 | 2024-07-16T03:11:45.006Z | Mediators to change: 2 |
129 | 2024-07-16T03:11:45.006Z | Services to change: 1 |
130 | 2024-07-16T03:11:45.006Z | Estimated space available: 148.89 GB |
131 | 2024-07-16T03:11:45.006Z | Estimated space to be consumed: 1.46 GB |
132 | 2024-07-16T03:11:45.006Z | Create boot environment: No |
133 | 2024-07-16T03:11:45.006Z | Create backup boot environment: No |
134 | 2024-07-16T03:11:45.006Z | Rebuild boot archive: No |
135 | 2024-07-16T03:11:45.006Z | |
136 | 2024-07-16T03:11:45.006Z | Changed mediators: |
137 | 2024-07-16T03:11:45.006Z | mediator clang: |
138 | 2024-07-16T03:11:45.006Z | version: None -> 15 (system default) |
139 | 2024-07-16T03:11:45.006Z | |
140 | 2024-07-16T03:11:45.006Z | mediator llvm: |
141 | 2024-07-16T03:11:45.006Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-07-16T03:11:45.006Z | |
143 | 2024-07-16T03:11:45.006Z | Changed packages: |
144 | 2024-07-16T03:11:45.006Z | helios-dev |
145 | 2024-07-16T03:11:45.006Z | developer/build-essential |
146 | 2024-07-16T03:11:45.007Z | None -> 11-2.0 |
147 | 2024-07-16T03:11:45.007Z | library/libxmlsec1 |
148 | 2024-07-16T03:11:45.007Z | None -> 1.2.35-2.0 |
149 | 2024-07-16T03:11:45.007Z | ooce/developer/clang-15 |
150 | 2024-07-16T03:11:45.007Z | None -> 15.0.7-2.0 |
151 | 2024-07-16T03:11:45.007Z | ooce/developer/llvm-15 |
152 | 2024-07-16T03:11:45.007Z | None -> 15.0.7-2.0 |
153 | 2024-07-16T03:11:45.007Z | |
154 | 2024-07-16T03:11:45.007Z | Services: |
155 | 2024-07-16T03:11:45.007Z | restart_fmri: |
156 | 2024-07-16T03:11:45.007Z | svc:/system/update-man-index:default |
157 | 2024-07-16T03:11:45.031Z | |
158 | 2024-07-16T03:11:45.031Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-07-16T03:11:50.031Z | Download: 1190/3290 items 67.7/212.6MB 31% complete (13.5M/s) |
160 | 2024-07-16T03:11:55.034Z | Download: 1666/3290 items 118.0/212.6MB 55% complete (12.0M/s) |
161 | 2024-07-16T03:12:00.860Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (9.7M/s) |
162 | 2024-07-16T03:12:05.859Z | Download: 2847/3290 items 121.1/212.6MB 56% complete (282k/s) |
163 | 2024-07-16T03:12:10.861Z | Download: 3277/3290 items 209.0/212.6MB 98% complete (9.1M/s) |
164 | 2024-07-16T03:12:12.041Z | Download: Completed 212.60 MB in 27.01 seconds (7.9M/s) |
165 | 2024-07-16T03:12:12.202Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-07-16T03:12:17.744Z | Actions: 2690/3689 actions (Installing new actions) |
167 | 2024-07-16T03:12:18.024Z | Actions: Completed 3689 actions in 5.82 seconds. |
168 | 2024-07-16T03:12:18.362Z | Done (0.332s) |
169 | 2024-07-16T03:12:18.362Z | Done (0.000s) |
170 | 2024-07-16T03:12:18.811Z | Done (0.448s) |
171 | 2024-07-16T03:12:23.992Z | Done (5.016s) |
172 | 2024-07-16T03:12:24.092Z | Done (0.020s) |
173 | 2024-07-16T03:12:24.117Z | Done (0.000s) |
174 | 2024-07-16T03:12:24.271Z | Done (0.000s) |
175 | 2024-07-16T03:12:24.953Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-07-16T03:12:25.169Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-07-16T03:12:25.193Z | Planning: Consolidating action changes ... Done |
178 | 2024-07-16T03:12:25.487Z | Planning: Evaluating mediators ... Done |
179 | 2024-07-16T03:12:25.511Z | Planning: Planning completed in 0.54 seconds |
180 | 2024-07-16T03:12:25.535Z | Mediators to change: 2 |
181 | 2024-07-16T03:12:25.535Z | Create boot environment: No |
182 | 2024-07-16T03:12:25.535Z | Create backup boot environment: No |
183 | 2024-07-16T03:12:25.587Z | Done |
184 | 2024-07-16T03:12:25.587Z | Done |
185 | 2024-07-16T03:12:25.838Z | Done |
186 | 2024-07-16T03:12:30.046Z | Done |
187 | 2024-07-16T03:12:30.151Z | Done |
188 | 2024-07-16T03:12:30.151Z | Done |
189 | 2024-07-16T03:12:30.225Z | Done |
190 | 2024-07-16T03:12:30.954Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-07-16T03:12:30.978Z | Planning: Merging actions ... Done |
192 | 2024-07-16T03:12:31.187Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-07-16T03:12:31.215Z | Planning: Consolidating action changes ... Done |
194 | 2024-07-16T03:12:31.503Z | Planning: Evaluating mediators ... Done |
195 | 2024-07-16T03:12:31.568Z | Planning: Planning completed in 0.91 seconds |
196 | 2024-07-16T03:12:31.609Z | Packages to change: 1 |
197 | 2024-07-16T03:12:31.609Z | Mediators to change: 1 |
198 | 2024-07-16T03:12:31.609Z | Services to change: 1 |
199 | 2024-07-16T03:12:31.609Z | Create boot environment: No |
200 | 2024-07-16T03:12:31.609Z | Create backup boot environment: Yes |
201 | 2024-07-16T03:12:33.139Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-07-16T03:12:33.163Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-07-16T03:12:33.164Z | Done |
204 | 2024-07-16T03:12:33.164Z | Done |
205 | 2024-07-16T03:12:33.232Z | Done |
206 | 2024-07-16T03:12:37.568Z | Done |
207 | 2024-07-16T03:12:37.664Z | Done |
208 | 2024-07-16T03:12:37.689Z | Done |
209 | 2024-07-16T03:12:37.740Z | Done |
210 | 2024-07-16T03:12:38.266Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-07-16T03:12:38.267Z | clang system 15 system |
212 | 2024-07-16T03:12:38.267Z | csh system system illumos |
213 | 2024-07-16T03:12:38.267Z | ctags system system illumos |
214 | 2024-07-16T03:12:38.267Z | gcc vendor 12 vendor |
215 | 2024-07-16T03:12:38.267Z | gcc system 10 system |
216 | 2024-07-16T03:12:38.267Z | gcc system 7 system |
217 | 2024-07-16T03:12:38.267Z | go system 1.20 system |
218 | 2024-07-16T03:12:38.267Z | go system 1.19 system |
219 | 2024-07-16T03:12:38.267Z | llvm system 15 system |
220 | 2024-07-16T03:12:38.267Z | llvm system 14 system |
221 | 2024-07-16T03:12:38.267Z | mariadb system 10.6 system |
222 | 2024-07-16T03:12:38.267Z | mta vendor vendor dma |
223 | 2024-07-16T03:12:38.267Z | openjdk system 17 system |
224 | 2024-07-16T03:12:38.267Z | openjdk system 11 system |
225 | 2024-07-16T03:12:38.267Z | openjdk system 1.8 system |
226 | 2024-07-16T03:12:38.267Z | openssl vendor 3 vendor |
227 | 2024-07-16T03:12:38.267Z | perl system 5.36 system |
228 | 2024-07-16T03:12:38.267Z | postgresql system 15 system |
229 | 2024-07-16T03:12:38.267Z | postgresql system 13 system |
230 | 2024-07-16T03:12:38.267Z | python vendor 3 vendor |
231 | 2024-07-16T03:12:38.267Z | python system 2 system |
232 | 2024-07-16T03:12:38.267Z | python3 system 3.11 system |
233 | 2024-07-16T03:12:38.267Z | ruby system 3.0 system |
234 | 2024-07-16T03:12:38.267Z | words vendor vendor american-english |
235 | 2024-07-16T03:12:38.267Z | words system system australian-english |
236 | 2024-07-16T03:12:38.267Z | words system system british-english |
237 | 2024-07-16T03:12:38.267Z | words system system canadian-english |
238 | 2024-07-16T03:12:38.267Z | words system system french |
239 | 2024-07-16T03:12:38.267Z | words system system italian |
240 | 2024-07-16T03:12:38.267Z | words system system ngerman |
241 | 2024-07-16T03:12:38.267Z | words system system ogerman |
242 | 2024-07-16T03:12:38.267Z | words system system spanish |
243 | 2024-07-16T03:12:38.678Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-07-16T03:12:38.678Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-07-16T03:12:40.590Z | FMRI IFO |
246 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-07-16T03:12:40.590Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-07-16T03:12:40.591Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-07-16T03:12:40.591Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-07-16T03:12:40.591Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-07-16T03:12:40.591Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-07-16T03:12:40.591Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-07-16T03:12:41.166Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-07-16T03:12:41.592Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-07-16T03:12:41.965Z | Updating crates.io index |
261 | 2024-07-16T03:12:41.990Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-07-16T03:12:42.827Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-07-16T03:12:43.641Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-07-16T03:12:44.003Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-07-16T03:12:46.030Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-07-16T03:12:46.361Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-07-16T03:12:46.690Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-07-16T03:12:47.804Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-07-16T03:12:49.768Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-07-16T03:12:50.877Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-07-16T03:12:51.624Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-07-16T03:12:52.241Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-07-16T03:12:52.659Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
274 | 2024-07-16T03:12:53.066Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
275 | 2024-07-16T03:12:53.409Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
276 | 2024-07-16T03:12:53.747Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2024-07-16T03:12:54.159Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2024-07-16T03:12:54.477Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2024-07-16T03:12:54.807Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2024-07-16T03:12:55.218Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-07-16T03:12:55.624Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-07-16T03:12:56.015Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-07-16T03:12:56.463Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-07-16T03:12:57.185Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-07-16T03:12:57.627Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
286 | 2024-07-16T03:12:58.131Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2024-07-16T03:12:58.612Z | Updating git repository `https://github.com/oxidecomputer/typify` |
288 | 2024-07-16T03:13:01.177Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2024-07-16T03:13:01.585Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2024-07-16T03:13:01.956Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2024-07-16T03:13:02.594Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
292 | 2024-07-16T03:13:04.135Z | Downloading crates ... |
293 | 2024-07-16T03:13:04.240Z | Downloaded foreign-types-shared v0.1.1 |
294 | 2024-07-16T03:13:04.271Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-07-16T03:13:04.271Z | Downloaded match_cfg v0.1.0 |
296 | 2024-07-16T03:13:04.271Z | Downloaded openssl-macros v0.1.1 |
297 | 2024-07-16T03:13:04.271Z | Downloaded digest v0.10.7 |
298 | 2024-07-16T03:13:04.271Z | Downloaded autocfg v1.3.0 |
299 | 2024-07-16T03:13:04.271Z | Downloaded crypto-common v0.1.6 |
300 | 2024-07-16T03:13:04.271Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-07-16T03:13:04.271Z | Downloaded take_mut v0.2.2 |
302 | 2024-07-16T03:13:04.272Z | Downloaded strum v0.26.3 |
303 | 2024-07-16T03:13:04.272Z | Downloaded serde_tokenstream v0.2.1 |
304 | 2024-07-16T03:13:04.272Z | Downloaded tower-service v0.3.2 |
305 | 2024-07-16T03:13:04.272Z | Downloaded version_check v0.9.4 |
306 | 2024-07-16T03:13:04.272Z | Downloaded xattr v1.3.1 |
307 | 2024-07-16T03:13:04.272Z | Downloaded want v0.3.1 |
308 | 2024-07-16T03:13:04.272Z | Downloaded usdt-impl v0.5.0 |
309 | 2024-07-16T03:13:04.272Z | Downloaded zerocopy-derive v0.7.34 |
310 | 2024-07-16T03:13:04.272Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-07-16T03:13:04.856Z | Downloaded unicode-ident v1.0.12 |
312 | 2024-07-16T03:13:04.856Z | Downloaded serde v1.0.204 |
313 | 2024-07-16T03:13:04.856Z | Downloaded tinyvec v1.6.0 |
314 | 2024-07-16T03:13:04.856Z | Downloaded tar v0.4.41 |
315 | 2024-07-16T03:13:04.857Z | Downloaded url v2.5.0 |
316 | 2024-07-16T03:13:04.857Z | Downloaded unicode-bidi v0.3.15 |
317 | 2024-07-16T03:13:04.857Z | Downloaded winnow v0.6.8 |
318 | 2024-07-16T03:13:04.857Z | Downloaded zerocopy v0.7.34 |
319 | 2024-07-16T03:13:04.857Z | Downloaded vcpkg v0.2.15 |
320 | 2024-07-16T03:13:04.857Z | Downloaded pest v2.7.10 |
321 | 2024-07-16T03:13:04.858Z | Downloaded openssl v0.10.64 |
322 | 2024-07-16T03:13:04.858Z | Downloaded tokio v1.38.0 |
323 | 2024-07-16T03:13:04.858Z | Downloaded libc v0.2.155 |
324 | 2024-07-16T03:13:04.858Z | Downloaded idna v0.5.0 |
325 | 2024-07-16T03:13:04.858Z | Downloaded hyper v0.14.28 |
326 | 2024-07-16T03:13:04.858Z | Downloaded hashbrown v0.14.5 |
327 | 2024-07-16T03:13:04.858Z | Downloaded encoding_rs v0.8.34 |
328 | 2024-07-16T03:13:04.859Z | Downloaded h2 v0.3.26 |
329 | 2024-07-16T03:13:04.859Z | Downloaded goblin v0.8.2 |
330 | 2024-07-16T03:13:04.859Z | Downloaded futures-util v0.3.30 |
331 | 2024-07-16T03:13:04.859Z | Downloaded clap_builder v4.5.9 |
332 | 2024-07-16T03:13:04.859Z | Downloaded unicode-width v0.1.13 |
333 | 2024-07-16T03:13:04.859Z | Downloaded syn v2.0.71 |
334 | 2024-07-16T03:13:04.859Z | Downloaded syn v1.0.109 |
335 | 2024-07-16T03:13:04.860Z | Downloaded rustix v0.38.34 |
336 | 2024-07-16T03:13:04.860Z | Downloaded memchr v2.7.2 |
337 | 2024-07-16T03:13:04.860Z | Downloaded http v0.2.12 |
338 | 2024-07-16T03:13:04.860Z | Downloaded unicode-normalization v0.1.23 |
339 | 2024-07-16T03:13:04.860Z | Downloaded tabled v0.15.0 |
340 | 2024-07-16T03:13:04.860Z | Downloaded mio v0.8.11 |
341 | 2024-07-16T03:13:04.860Z | Downloaded toml_edit v0.22.14 |
342 | 2024-07-16T03:13:04.860Z | Downloaded indexmap v2.2.6 |
343 | 2024-07-16T03:13:04.860Z | Downloaded flate2 v1.0.30 |
344 | 2024-07-16T03:13:04.860Z | Downloaded tracing v0.1.40 |
345 | 2024-07-16T03:13:04.860Z | Downloaded tokio-util v0.7.11 |
346 | 2024-07-16T03:13:04.860Z | Downloaded time v0.3.36 |
347 | 2024-07-16T03:13:04.860Z | Downloaded serde_json v1.0.120 |
348 | 2024-07-16T03:13:04.860Z | Downloaded reqwest v0.11.27 |
349 | 2024-07-16T03:13:04.861Z | Downloaded toml v0.8.14 |
350 | 2024-07-16T03:13:04.861Z | Downloaded pest_meta v2.7.10 |
351 | 2024-07-16T03:13:04.861Z | Downloaded pest_derive v2.7.10 |
352 | 2024-07-16T03:13:04.861Z | Downloaded papergrid v0.11.0 |
353 | 2024-07-16T03:13:04.861Z | Downloaded futures v0.3.30 |
354 | 2024-07-16T03:13:04.861Z | Downloaded crossbeam-channel v0.5.12 |
355 | 2024-07-16T03:13:04.861Z | Downloaded strum_macros v0.26.4 |
356 | 2024-07-16T03:13:04.861Z | Downloaded smallvec v1.13.2 |
357 | 2024-07-16T03:13:04.861Z | Downloaded parking_lot_core v0.9.10 |
358 | 2024-07-16T03:13:04.861Z | Downloaded base64 v0.21.7 |
359 | 2024-07-16T03:13:04.861Z | Downloaded openssl-sys v0.9.102 |
360 | 2024-07-16T03:13:04.861Z | Downloaded cc v1.0.97 |
361 | 2024-07-16T03:13:04.861Z | Downloaded tracing-core v0.1.32 |
362 | 2024-07-16T03:13:04.861Z | Downloaded terminal_size v0.3.0 |
363 | 2024-07-16T03:13:04.861Z | Downloaded tabled_derive v0.7.0 |
364 | 2024-07-16T03:13:04.861Z | Downloaded strsim v0.11.1 |
365 | 2024-07-16T03:13:04.862Z | Downloaded serde_derive v1.0.204 |
366 | 2024-07-16T03:13:04.862Z | Downloaded parking_lot v0.12.2 |
367 | 2024-07-16T03:13:04.862Z | Downloaded miniz_oxide v0.7.2 |
368 | 2024-07-16T03:13:04.862Z | Downloaded lock_api v0.4.12 |
369 | 2024-07-16T03:13:04.862Z | Downloaded httparse v1.8.0 |
370 | 2024-07-16T03:13:04.862Z | Downloaded heck v0.5.0 |
371 | 2024-07-16T03:13:04.862Z | Downloaded clap v4.5.9 |
372 | 2024-07-16T03:13:04.862Z | Downloaded ucd-trie v0.1.6 |
373 | 2024-07-16T03:13:04.863Z | Downloaded typenum v1.17.0 |
374 | 2024-07-16T03:13:04.863Z | Downloaded try-lock v0.2.5 |
375 | 2024-07-16T03:13:04.863Z | Downloaded tokio-native-tls v0.3.1 |
376 | 2024-07-16T03:13:04.863Z | Downloaded time-core v0.1.2 |
377 | 2024-07-16T03:13:04.863Z | Downloaded thread_local v1.1.8 |
378 | 2024-07-16T03:13:04.863Z | Downloaded thiserror-impl v1.0.60 |
379 | 2024-07-16T03:13:04.863Z | Downloaded ryu v1.0.18 |
380 | 2024-07-16T03:13:04.864Z | Downloaded mime v0.3.17 |
381 | 2024-07-16T03:13:04.864Z | Downloaded macaddr v1.0.1 |
382 | 2024-07-16T03:13:04.864Z | Downloaded futures-sink v0.3.30 |
383 | 2024-07-16T03:13:04.864Z | Downloaded errno v0.3.9 |
384 | 2024-07-16T03:13:04.864Z | Downloaded bytes v1.6.0 |
385 | 2024-07-16T03:13:04.864Z | Downloaded anyhow v1.0.86 |
386 | 2024-07-16T03:13:04.864Z | Downloaded time-macros v0.2.18 |
387 | 2024-07-16T03:13:04.865Z | Downloaded socket2 v0.5.7 |
388 | 2024-07-16T03:13:04.915Z | Downloaded slog-json v2.6.1 |
389 | 2024-07-16T03:13:04.915Z | Downloaded semver v1.0.23 |
390 | 2024-07-16T03:13:04.916Z | Downloaded proc-macro2 v1.0.86 |
391 | 2024-07-16T03:13:04.916Z | Downloaded log v0.4.21 |
392 | 2024-07-16T03:13:04.916Z | Downloaded futures-core v0.3.30 |
393 | 2024-07-16T03:13:04.916Z | Downloaded form_urlencoded v1.2.1 |
394 | 2024-07-16T03:13:04.916Z | Downloaded dirs-sys-next v0.1.2 |
395 | 2024-07-16T03:13:04.916Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2024-07-16T03:13:04.916Z | Downloaded term v0.7.0 |
397 | 2024-07-16T03:13:04.917Z | Downloaded sync_wrapper v0.1.2 |
398 | 2024-07-16T03:13:04.917Z | Downloaded slog-term v2.9.1 |
399 | 2024-07-16T03:13:04.917Z | Downloaded slog v2.7.0 |
400 | 2024-07-16T03:13:04.917Z | Downloaded once_cell v1.19.0 |
401 | 2024-07-16T03:13:04.917Z | Downloaded num_threads v0.1.7 |
402 | 2024-07-16T03:13:04.917Z | Downloaded itoa v1.0.11 |
403 | 2024-07-16T03:13:04.917Z | Downloaded crossbeam-utils v0.8.19 |
404 | 2024-07-16T03:13:04.918Z | Downloaded bitflags v2.5.0 |
405 | 2024-07-16T03:13:04.918Z | Downloaded serde_urlencoded v0.7.1 |
406 | 2024-07-16T03:13:04.918Z | Downloaded serde_spanned v0.6.6 |
407 | 2024-07-16T03:13:04.918Z | Downloaded equivalent v1.0.1 |
408 | 2024-07-16T03:13:04.918Z | Downloaded dof v0.3.0 |
409 | 2024-07-16T03:13:04.918Z | Downloaded crc32fast v1.4.0 |
410 | 2024-07-16T03:13:04.919Z | Downloaded thiserror v1.0.60 |
411 | 2024-07-16T03:13:04.919Z | Downloaded slog-async v2.8.0 |
412 | 2024-07-16T03:13:04.919Z | Downloaded signal-hook-registry v1.4.2 |
413 | 2024-07-16T03:13:04.919Z | Downloaded scroll v0.12.0 |
414 | 2024-07-16T03:13:04.919Z | Downloaded rustls-pemfile v1.0.4 |
415 | 2024-07-16T03:13:04.919Z | Downloaded num-conv v0.1.0 |
416 | 2024-07-16T03:13:04.919Z | Downloaded fs-err v2.11.0 |
417 | 2024-07-16T03:13:04.920Z | Downloaded dtrace-parser v0.2.0 |
418 | 2024-07-16T03:13:04.920Z | Downloaded utf8parse v0.2.1 |
419 | 2024-07-16T03:13:04.920Z | Downloaded usdt v0.5.0 |
420 | 2024-07-16T03:13:04.920Z | Downloaded toml_datetime v0.6.6 |
421 | 2024-07-16T03:13:04.920Z | Downloaded tokio-macros v2.3.0 |
422 | 2024-07-16T03:13:04.920Z | Downloaded thread-id v4.2.1 |
423 | 2024-07-16T03:13:04.920Z | Downloaded slog-bunyan v2.5.0 |
424 | 2024-07-16T03:13:04.920Z | Downloaded slab v0.4.9 |
425 | 2024-07-16T03:13:04.921Z | Downloaded sha2 v0.10.8 |
426 | 2024-07-16T03:13:04.921Z | Downloaded scopeguard v1.2.0 |
427 | 2024-07-16T03:13:04.921Z | Downloaded quote v1.0.36 |
428 | 2024-07-16T03:13:04.921Z | Downloaded proc-macro-error v1.0.4 |
429 | 2024-07-16T03:13:04.958Z | Downloaded pin-project-lite v0.2.14 |
430 | 2024-07-16T03:13:04.958Z | Downloaded openssl-probe v0.1.5 |
431 | 2024-07-16T03:13:04.958Z | Downloaded native-tls v0.2.11 |
432 | 2024-07-16T03:13:04.958Z | Downloaded memmap v0.7.0 |
433 | 2024-07-16T03:13:04.958Z | Downloaded is-terminal v0.4.12 |
434 | 2024-07-16T03:13:04.958Z | Downloaded ipnet v2.9.0 |
435 | 2024-07-16T03:13:04.959Z | Downloaded futures-io v0.3.30 |
436 | 2024-07-16T03:13:04.959Z | Downloaded foreign-types v0.3.2 |
437 | 2024-07-16T03:13:04.959Z | Downloaded fnv v1.0.7 |
438 | 2024-07-16T03:13:04.959Z | Downloaded clap_derive v4.5.8 |
439 | 2024-07-16T03:13:04.959Z | Downloaded cargo_metadata v0.18.1 |
440 | 2024-07-16T03:13:04.959Z | Downloaded camino v1.1.7 |
441 | 2024-07-16T03:13:04.959Z | Downloaded tinyvec_macros v0.1.1 |
442 | 2024-07-16T03:13:04.960Z | Downloaded swrite v0.1.0 |
443 | 2024-07-16T03:13:04.960Z | Downloaded rustversion v1.0.17 |
444 | 2024-07-16T03:13:04.960Z | Downloaded proc-macro-error-attr v1.0.4 |
445 | 2024-07-16T03:13:04.960Z | Downloaded plain v0.2.3 |
446 | 2024-07-16T03:13:04.960Z | Downloaded pkg-config v0.3.30 |
447 | 2024-07-16T03:13:04.960Z | Downloaded pin-utils v0.1.0 |
448 | 2024-07-16T03:13:04.960Z | Downloaded num_cpus v1.16.0 |
449 | 2024-07-16T03:13:04.960Z | Downloaded hyper-tls v0.5.0 |
450 | 2024-07-16T03:13:04.960Z | Downloaded futures-channel v0.3.30 |
451 | 2024-07-16T03:13:04.961Z | Downloaded anstyle-parse v0.2.4 |
452 | 2024-07-16T03:13:04.961Z | Downloaded anstream v0.6.14 |
453 | 2024-07-16T03:13:04.961Z | Downloaded powerfmt v0.2.0 |
454 | 2024-07-16T03:13:04.961Z | Downloaded httpdate v1.0.3 |
455 | 2024-07-16T03:13:04.961Z | Downloaded futures-macro v0.3.30 |
456 | 2024-07-16T03:13:04.961Z | Downloaded dirs-next v2.0.0 |
457 | 2024-07-16T03:13:04.961Z | Downloaded cargo_toml v0.20.3 |
458 | 2024-07-16T03:13:04.961Z | Downloaded percent-encoding v2.3.1 |
459 | 2024-07-16T03:13:04.961Z | Downloaded http-body v0.4.6 |
460 | 2024-07-16T03:13:04.962Z | Downloaded hostname v0.3.1 |
461 | 2024-07-16T03:13:04.962Z | Downloaded heck v0.4.1 |
462 | 2024-07-16T03:13:04.962Z | Downloaded generic-array v0.14.7 |
463 | 2024-07-16T03:13:04.962Z | Downloaded filetime v0.2.23 |
464 | 2024-07-16T03:13:04.962Z | Downloaded pest_generator v2.7.10 |
465 | 2024-07-16T03:13:05.014Z | Downloaded futures-task v0.3.30 |
466 | 2024-07-16T03:13:05.015Z | Downloaded futures-executor v0.3.30 |
467 | 2024-07-16T03:13:05.015Z | Downloaded pretty-hex v0.4.1 |
468 | 2024-07-16T03:13:05.015Z | Downloaded deranged v0.3.11 |
469 | 2024-07-16T03:13:05.015Z | Downloaded byteorder v1.5.0 |
470 | 2024-07-16T03:13:05.015Z | Downloaded block-buffer v0.10.4 |
471 | 2024-07-16T03:13:05.015Z | Downloaded cpufeatures v0.2.12 |
472 | 2024-07-16T03:13:05.015Z | Downloaded colorchoice v1.0.1 |
473 | 2024-07-16T03:13:05.016Z | Downloaded clap_lex v0.7.0 |
474 | 2024-07-16T03:13:05.016Z | Downloaded cfg-if v1.0.0 |
475 | 2024-07-16T03:13:05.016Z | Downloaded cargo-platform v0.1.8 |
476 | 2024-07-16T03:13:05.016Z | Downloaded bytecount v0.6.8 |
477 | 2024-07-16T03:13:05.016Z | Downloaded anstyle-query v1.0.3 |
478 | 2024-07-16T03:13:05.016Z | Downloaded anstyle v1.0.7 |
479 | 2024-07-16T03:13:05.017Z | Downloaded adler v1.0.2 |
480 | 2024-07-16T03:13:05.149Z | Compiling proc-macro2 v1.0.86 |
481 | 2024-07-16T03:13:05.150Z | Compiling unicode-ident v1.0.12 |
482 | 2024-07-16T03:13:05.150Z | Compiling libc v0.2.155 |
483 | 2024-07-16T03:13:05.150Z | Compiling version_check v0.9.4 |
484 | 2024-07-16T03:13:05.177Z | Compiling cfg-if v1.0.0 |
485 | 2024-07-16T03:13:05.177Z | Compiling itoa v1.0.11 |
486 | 2024-07-16T03:13:05.177Z | Compiling once_cell v1.19.0 |
487 | 2024-07-16T03:13:05.178Z | Compiling autocfg v1.3.0 |
488 | 2024-07-16T03:13:05.414Z | Compiling serde v1.0.204 |
489 | 2024-07-16T03:13:05.444Z | Compiling memchr v2.7.2 |
490 | 2024-07-16T03:13:05.444Z | Compiling thiserror v1.0.60 |
491 | 2024-07-16T03:13:05.632Z | Compiling ryu v1.0.18 |
492 | 2024-07-16T03:13:05.923Z | Compiling pin-project-lite v0.2.14 |
493 | 2024-07-16T03:13:05.953Z | Compiling bitflags v2.5.0 |
494 | 2024-07-16T03:13:05.982Z | Compiling parking_lot_core v0.9.10 |
495 | 2024-07-16T03:13:06.093Z | Compiling cc v1.0.97 |
496 | 2024-07-16T03:13:06.118Z | Compiling vcpkg v0.2.15 |
497 | 2024-07-16T03:13:06.142Z | Compiling lock_api v0.4.12 |
498 | 2024-07-16T03:13:06.350Z | Compiling ucd-trie v0.1.6 |
499 | 2024-07-16T03:13:06.388Z | Compiling pkg-config v0.3.30 |
500 | 2024-07-16T03:13:06.592Z | Compiling slab v0.4.9 |
501 | 2024-07-16T03:13:06.882Z | Compiling quote v1.0.36 |
502 | 2024-07-16T03:13:06.941Z | Compiling futures-sink v0.3.30 |
503 | 2024-07-16T03:13:07.095Z | Compiling smallvec v1.13.2 |
504 | 2024-07-16T03:13:07.251Z | Compiling syn v2.0.71 |
505 | 2024-07-16T03:13:07.390Z | Compiling bytes v1.6.0 |
506 | 2024-07-16T03:13:07.454Z | Compiling futures-core v0.3.30 |
507 | 2024-07-16T03:13:07.485Z | Compiling scopeguard v1.2.0 |
508 | 2024-07-16T03:13:07.808Z | Compiling equivalent v1.0.1 |
509 | 2024-07-16T03:13:07.955Z | Compiling byteorder v1.5.0 |
510 | 2024-07-16T03:13:07.979Z | Compiling serde_json v1.0.120 |
511 | 2024-07-16T03:13:08.156Z | Compiling log v0.4.21 |
512 | 2024-07-16T03:13:08.181Z | Compiling hashbrown v0.14.5 |
513 | 2024-07-16T03:13:08.273Z | Compiling fnv v1.0.7 |
514 | 2024-07-16T03:13:08.334Z | Compiling parking_lot v0.12.2 |
515 | 2024-07-16T03:13:08.403Z | Compiling futures-channel v0.3.30 |
516 | 2024-07-16T03:13:08.502Z | Compiling mio v0.8.11 |
517 | 2024-07-16T03:13:08.585Z | Compiling num_cpus v1.16.0 |
518 | 2024-07-16T03:13:08.619Z | Compiling signal-hook-registry v1.4.2 |
519 | 2024-07-16T03:13:08.701Z | Compiling socket2 v0.5.7 |
520 | 2024-07-16T03:13:08.765Z | Compiling typenum v1.17.0 |
521 | 2024-07-16T03:13:09.152Z | Compiling futures-task v0.3.30 |
522 | 2024-07-16T03:13:09.265Z | Compiling openssl-sys v0.9.102 |
523 | 2024-07-16T03:13:09.353Z | Compiling indexmap v2.2.6 |
524 | 2024-07-16T03:13:09.400Z | Compiling rustix v0.38.34 |
525 | 2024-07-16T03:13:09.631Z | Compiling pin-utils v0.1.0 |
526 | 2024-07-16T03:13:09.743Z | Compiling futures-io v0.3.30 |
527 | 2024-07-16T03:13:09.940Z | Compiling errno v0.3.9 |
528 | 2024-07-16T03:13:10.071Z | Compiling generic-array v0.14.7 |
529 | 2024-07-16T03:13:10.099Z | Compiling foreign-types-shared v0.1.1 |
530 | 2024-07-16T03:13:10.221Z | Compiling slog v2.7.0 |
531 | 2024-07-16T03:13:10.248Z | Compiling openssl v0.10.64 |
532 | 2024-07-16T03:13:10.568Z | Compiling foreign-types v0.3.2 |
533 | 2024-07-16T03:13:10.645Z | Compiling http v0.2.12 |
534 | 2024-07-16T03:13:10.729Z | Compiling usdt-impl v0.5.0 |
535 | 2024-07-16T03:13:10.825Z | Compiling proc-macro-error-attr v1.0.4 |
536 | 2024-07-16T03:13:10.996Z | Compiling tracing-core v0.1.32 |
537 | 2024-07-16T03:13:11.148Z | Compiling native-tls v0.2.11 |
538 | 2024-07-16T03:13:11.148Z | Compiling syn v1.0.109 |
539 | 2024-07-16T03:13:11.342Z | Compiling powerfmt v0.2.0 |
540 | 2024-07-16T03:13:11.547Z | Compiling time-core v0.1.2 |
541 | 2024-07-16T03:13:11.625Z | Compiling httparse v1.8.0 |
542 | 2024-07-16T03:13:11.663Z | Compiling tinyvec_macros v0.1.1 |
543 | 2024-07-16T03:13:11.697Z | Compiling num-conv v0.1.0 |
544 | 2024-07-16T03:13:11.757Z | Compiling tinyvec v1.6.0 |
545 | 2024-07-16T03:13:11.972Z | Compiling time-macros v0.2.18 |
546 | 2024-07-16T03:13:12.067Z | Compiling tracing v0.1.40 |
547 | 2024-07-16T03:13:12.325Z | Compiling deranged v0.3.11 |
548 | 2024-07-16T03:13:12.851Z | Compiling thread-id v4.2.1 |
549 | 2024-07-16T03:13:13.197Z | Compiling proc-macro-error v1.0.4 |
550 | 2024-07-16T03:13:13.198Z | Compiling heck v0.5.0 |
551 | 2024-07-16T03:13:13.198Z | Compiling num_threads v0.1.7 |
552 | 2024-07-16T03:13:13.547Z | Compiling utf8parse v0.2.1 |
553 | 2024-07-16T03:13:13.547Z | Compiling openssl-probe v0.1.5 |
554 | 2024-07-16T03:13:13.547Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-16T03:13:13.548Z | Compiling crossbeam-utils v0.8.19 |
556 | 2024-07-16T03:13:13.548Z | Compiling try-lock v0.2.5 |
557 | 2024-07-16T03:13:13.849Z | Compiling plain v0.2.3 |
558 | 2024-07-16T03:13:13.849Z | Compiling rustversion v1.0.17 |
559 | 2024-07-16T03:13:13.849Z | Compiling want v0.3.1 |
560 | 2024-07-16T03:13:13.850Z | Compiling form_urlencoded v1.2.1 |
561 | 2024-07-16T03:13:13.850Z | Compiling anstyle-parse v0.2.4 |
562 | 2024-07-16T03:13:14.120Z | Compiling unicode-normalization v0.1.23 |
563 | 2024-07-16T03:13:14.120Z | Compiling http-body v0.4.6 |
564 | 2024-07-16T03:13:14.340Z | Compiling dirs-sys-next v0.1.2 |
565 | 2024-07-16T03:13:14.576Z | Compiling is_terminal_polyfill v1.70.0 |
566 | 2024-07-16T03:13:14.687Z | Compiling unicode-bidi v0.3.15 |
567 | 2024-07-16T03:13:14.791Z | Compiling winnow v0.6.8 |
568 | 2024-07-16T03:13:14.791Z | Compiling anstyle v1.0.7 |
569 | 2024-07-16T03:13:14.836Z | Compiling camino v1.1.7 |
570 | 2024-07-16T03:13:14.836Z | Compiling colorchoice v1.0.1 |
571 | 2024-07-16T03:13:14.933Z | Compiling time v0.3.36 |
572 | 2024-07-16T03:13:14.988Z | Compiling httpdate v1.0.3 |
573 | 2024-07-16T03:13:15.119Z | Compiling anstyle-query v1.0.3 |
574 | 2024-07-16T03:13:15.248Z | Compiling pretty-hex v0.4.1 |
575 | 2024-07-16T03:13:15.318Z | Compiling semver v1.0.23 |
576 | 2024-07-16T03:13:15.471Z | Compiling tower-service v0.3.2 |
577 | 2024-07-16T03:13:15.619Z | Compiling crc32fast v1.4.0 |
578 | 2024-07-16T03:13:15.817Z | Compiling anstream v0.6.14 |
579 | 2024-07-16T03:13:16.025Z | Compiling idna v0.5.0 |
580 | 2024-07-16T03:13:16.406Z | Compiling dirs-next v2.0.0 |
581 | 2024-07-16T03:13:17.121Z | Compiling crypto-common v0.1.6 |
582 | 2024-07-16T03:13:17.426Z | Compiling block-buffer v0.10.4 |
583 | 2024-07-16T03:13:17.426Z | Compiling terminal_size v0.3.0 |
584 | 2024-07-16T03:13:17.735Z | Compiling fs-err v2.11.0 |
585 | 2024-07-16T03:13:17.735Z | Compiling thread_local v1.1.8 |
586 | 2024-07-16T03:13:17.735Z | Compiling unicode-width v0.1.13 |
587 | 2024-07-16T03:13:17.735Z | Compiling adler v1.0.2 |
588 | 2024-07-16T03:13:17.929Z | Compiling bytecount v0.6.8 |
589 | 2024-07-16T03:13:17.929Z | Compiling match_cfg v0.1.0 |
590 | 2024-07-16T03:13:17.929Z | Compiling strsim v0.11.1 |
591 | 2024-07-16T03:13:17.929Z | Compiling clap_lex v0.7.0 |
592 | 2024-07-16T03:13:17.929Z | Compiling anyhow v1.0.86 |
593 | 2024-07-16T03:13:17.929Z | Compiling heck v0.4.1 |
594 | 2024-07-16T03:13:18.080Z | Compiling base64 v0.21.7 |
595 | 2024-07-16T03:13:18.331Z | Compiling slog-async v2.8.0 |
596 | 2024-07-16T03:13:18.526Z | Compiling clap_builder v4.5.9 |
597 | 2024-07-16T03:13:18.526Z | Compiling papergrid v0.11.0 |
598 | 2024-07-16T03:13:18.526Z | Compiling serde_derive v1.0.204 |
599 | 2024-07-16T03:13:18.714Z | Compiling thiserror-impl v1.0.60 |
600 | 2024-07-16T03:13:18.714Z | Compiling zerocopy-derive v0.7.34 |
601 | 2024-07-16T03:13:18.714Z | Compiling tokio-macros v2.3.0 |
602 | 2024-07-16T03:13:18.867Z | Compiling futures-macro v0.3.30 |
603 | 2024-07-16T03:13:19.663Z | Compiling scroll_derive v0.12.0 |
604 | 2024-07-16T03:13:20.167Z | Compiling tokio v1.38.0 |
605 | 2024-07-16T03:13:20.506Z | Compiling futures-util v0.3.30 |
606 | 2024-07-16T03:13:20.709Z | Compiling zerocopy v0.7.34 |
607 | 2024-07-16T03:13:20.978Z | Compiling openssl-macros v0.1.1 |
608 | 2024-07-16T03:13:21.446Z | Compiling pest v2.7.10 |
609 | 2024-07-16T03:13:21.897Z | Compiling scroll v0.12.0 |
610 | 2024-07-16T03:13:22.071Z | Compiling tabled_derive v0.7.0 |
611 | 2024-07-16T03:13:22.370Z | Compiling goblin v0.8.2 |
612 | 2024-07-16T03:13:24.345Z | Compiling pest_meta v2.7.10 |
613 | 2024-07-16T03:13:24.602Z | Compiling strum_macros v0.26.4 |
614 | 2024-07-16T03:13:26.770Z | Compiling pest_generator v2.7.10 |
615 | 2024-07-16T03:13:28.485Z | Compiling tokio-util v0.7.11 |
616 | 2024-07-16T03:13:28.614Z | Compiling pest_derive v2.7.10 |
617 | 2024-07-16T03:13:28.925Z | Compiling futures-executor v0.3.30 |
618 | 2024-07-16T03:13:29.287Z | Compiling h2 v0.3.26 |
619 | 2024-07-16T03:13:29.339Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-07-16T03:13:29.430Z | Compiling tokio-native-tls v0.3.1 |
621 | 2024-07-16T03:13:29.600Z | Compiling clap_derive v4.5.8 |
622 | 2024-07-16T03:13:29.662Z | Compiling rustls-pemfile v1.0.4 |
623 | 2024-07-16T03:13:30.044Z | Compiling hostname v0.3.1 |
624 | 2024-07-16T03:13:30.601Z | Compiling toml_datetime v0.6.6 |
625 | 2024-07-16T03:13:31.014Z | Compiling serde_tokenstream v0.2.1 |
626 | 2024-07-16T03:13:31.137Z | Compiling serde_spanned v0.6.6 |
627 | 2024-07-16T03:13:31.337Z | Compiling toml_edit v0.22.14 |
628 | 2024-07-16T03:13:31.943Z | Compiling dof v0.3.0 |
629 | 2024-07-16T03:13:32.352Z | Compiling slog-json v2.6.1 |
630 | 2024-07-16T03:13:33.366Z | Compiling hyper v0.14.28 |
631 | 2024-07-16T03:13:33.618Z | Compiling cargo-platform v0.1.8 |
632 | 2024-07-16T03:13:33.647Z | Compiling serde_urlencoded v0.7.1 |
633 | 2024-07-16T03:13:33.869Z | Compiling miniz_oxide v0.7.2 |
634 | 2024-07-16T03:13:34.135Z | Compiling toml v0.8.14 |
635 | 2024-07-16T03:13:34.226Z | Compiling digest v0.10.7 |
636 | 2024-07-16T03:13:34.321Z | Compiling crossbeam-channel v0.5.12 |
637 | 2024-07-16T03:13:34.593Z | Compiling url v2.5.0 |
638 | 2024-07-16T03:13:34.882Z | Compiling usdt-macro v0.5.0 |
639 | 2024-07-16T03:13:35.210Z | Compiling usdt-attr-macro v0.5.0 |
640 | 2024-07-16T03:13:35.284Z | Compiling term v0.7.0 |
641 | 2024-07-16T03:13:35.631Z | Compiling xattr v1.3.1 |
642 | 2024-07-16T03:13:35.832Z | Compiling filetime v0.2.23 |
643 | 2024-07-16T03:13:35.870Z | Compiling memmap v0.7.0 |
644 | 2024-07-16T03:13:35.974Z | Compiling is-terminal v0.4.12 |
645 | 2024-07-16T03:13:36.094Z | Compiling encoding_rs v0.8.34 |
646 | 2024-07-16T03:13:36.146Z | Compiling sync_wrapper v0.1.2 |
647 | 2024-07-16T03:13:36.194Z | Compiling mime v0.3.17 |
648 | 2024-07-16T03:13:36.231Z | Compiling take_mut v0.2.2 |
649 | 2024-07-16T03:13:36.282Z | Compiling ipnet v2.9.0 |
650 | 2024-07-16T03:13:36.375Z | Compiling cpufeatures v0.2.12 |
651 | 2024-07-16T03:13:36.472Z | Compiling usdt v0.5.0 |
652 | 2024-07-16T03:13:36.496Z | Compiling hyper-tls v0.5.0 |
653 | 2024-07-16T03:13:36.651Z | Compiling sha2 v0.10.8 |
654 | 2024-07-16T03:13:36.802Z | Compiling slog-term v2.9.1 |
655 | 2024-07-16T03:13:36.924Z | Compiling tar v0.4.41 |
656 | 2024-07-16T03:13:37.391Z | Compiling flate2 v1.0.30 |
657 | 2024-07-16T03:13:37.863Z | Compiling cargo_toml v0.20.3 |
658 | 2024-07-16T03:13:38.240Z | Compiling reqwest v0.11.27 |
659 | 2024-07-16T03:13:38.391Z | Compiling cargo_metadata v0.18.1 |
660 | 2024-07-16T03:13:38.630Z | Compiling clap v4.5.9 |
661 | 2024-07-16T03:13:38.682Z | Compiling slog-bunyan v2.5.0 |
662 | 2024-07-16T03:13:38.754Z | Compiling macaddr v1.0.1 |
663 | 2024-07-16T03:13:38.819Z | Compiling futures v0.3.30 |
664 | 2024-07-16T03:13:38.879Z | Compiling strum v0.26.3 |
665 | 2024-07-16T03:13:38.952Z | Compiling tabled v0.15.0 |
666 | 2024-07-16T03:13:39.171Z | Compiling swrite v0.1.0 |
667 | 2024-07-16T03:13:44.496Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
668 | 2024-07-16T03:13:55.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
669 | 2024-07-16T03:13:55.244Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
670 | 2024-07-16T03:13:55.313Z | Jul 16 03:13:54.408 INFO Starting download, target: Console |
671 | 2024-07-16T03:13:55.313Z | Jul 16 03:13:54.408 INFO Starting download, target: DendriteStub |
672 | 2024-07-16T03:13:55.313Z | Jul 16 03:13:54.408 INFO Starting download, target: Cockroach |
673 | 2024-07-16T03:13:55.313Z | Jul 16 03:13:54.408 INFO Starting download, target: DendriteOpenapi |
674 | 2024-07-16T03:13:55.351Z | Jul 16 03:13:54.408 INFO Starting download, target: Clickhouse |
675 | 2024-07-16T03:13:55.351Z | Jul 16 03:13:54.408 INFO Starting download, target: MaghemiteMgd |
676 | 2024-07-16T03:13:55.351Z | Jul 16 03:13:54.408 INFO Starting download, target: TransceiverControl |
677 | 2024-07-16T03:13:55.351Z | Jul 16 03:13:54.409 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
678 | 2024-07-16T03:13:55.351Z | Jul 16 03:13:54.409 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-07-16T03:13:55.352Z | Jul 16 03:13:54.409 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
680 | 2024-07-16T03:13:55.352Z | Jul 16 03:13:54.410 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-16T03:13:55.352Z | Jul 16 03:13:54.410 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
682 | 2024-07-16T03:13:55.352Z | Jul 16 03:13:54.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
683 | 2024-07-16T03:13:55.352Z | Jul 16 03:13:54.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
684 | 2024-07-16T03:13:55.698Z | Jul 16 03:13:54.774 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-07-16T03:13:55.852Z | Jul 16 03:13:54.945 INFO Download complete, target: DendriteOpenapi |
686 | 2024-07-16T03:13:56.043Z | Jul 16 03:13:55.140 INFO Download complete, target: Console |
687 | 2024-07-16T03:13:56.185Z | Jul 16 03:13:55.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
688 | 2024-07-16T03:13:56.991Z | Jul 16 03:13:56.089 INFO Download complete, target: TransceiverControl |
689 | 2024-07-16T03:13:57.194Z | Jul 16 03:13:56.293 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
690 | 2024-07-16T03:13:57.325Z | Jul 16 03:13:56.419 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
691 | 2024-07-16T03:14:00.798Z | Jul 16 03:13:59.887 INFO Download complete, target: DendriteStub |
692 | 2024-07-16T03:14:00.880Z | Jul 16 03:13:59.963 INFO Download complete, target: MaghemiteMgd |
693 | 2024-07-16T03:14:02.877Z | Jul 16 03:14:01.961 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
694 | 2024-07-16T03:14:02.877Z | Jul 16 03:14:01.961 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
695 | 2024-07-16T03:14:12.754Z | Jul 16 03:14:11.853 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
696 | 2024-07-16T03:14:13.187Z | Jul 16 03:14:12.286 INFO Checking that binary works, target: Cockroach |
697 | 2024-07-16T03:14:13.387Z | Jul 16 03:14:12.485 INFO Download complete, target: Cockroach |
698 | 2024-07-16T03:14:15.518Z | Jul 16 03:14:14.618 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
699 | 2024-07-16T03:14:32.169Z | Jul 16 03:14:31.267 INFO Checking that binary works, target: Clickhouse |
700 | 2024-07-16T03:14:32.304Z | Jul 16 03:14:31.403 INFO Download complete, target: Clickhouse |
701 | 2024-07-16T03:14:32.329Z | All builder prerequisites installed successfully, and PATH looks valid |
702 | 2024-07-16T03:14:32.354Z | |
703 | 2024-07-16T03:14:32.354Z | real 3:00.924781543 |
704 | 2024-07-16T03:14:32.354Z | user 5:27.517354978 |
705 | 2024-07-16T03:14:32.354Z | sys 1:21.202427490 |
706 | 2024-07-16T03:14:32.354Z | trap 0.196233391 |
707 | 2024-07-16T03:14:32.354Z | tflt 0.107739566 |
708 | 2024-07-16T03:14:32.354Z | dflt 0.844453801 |
709 | 2024-07-16T03:14:32.354Z | kflt 0.006987065 |
710 | 2024-07-16T03:14:32.354Z | lock 16:19.392815530 |
711 | 2024-07-16T03:14:32.354Z | slp 15:23.759652455 |
712 | 2024-07-16T03:14:32.354Z | lat 24.223818864 |
713 | 2024-07-16T03:14:32.354Z | stop 1:06.689139781 |
714 | 2024-07-16T03:14:32.354Z | + banner hack-check |
715 | 2024-07-16T03:14:32.354Z | |
716 | 2024-07-16T03:14:32.354Z | # # ## #### # # #### # # ###### #### # # |
717 | 2024-07-16T03:14:32.354Z | # # # # # # # # # # # # # # # # # |
718 | 2024-07-16T03:14:32.354Z | ###### # # # #### ##### # ###### ##### # #### |
719 | 2024-07-16T03:14:32.354Z | # # ###### # # # # # # # # # # |
720 | 2024-07-16T03:14:32.354Z | # # # # # # # # # # # # # # # # # |
721 | 2024-07-16T03:14:32.354Z | # # # # #### # # #### # # ###### #### # # |
722 | 2024-07-16T03:14:32.354Z | |
723 | 2024-07-16T03:14:32.354Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-07-16T03:14:32.354Z | + CARGO_INCREMENTAL=0 |
725 | 2024-07-16T03:14:32.354Z | + ptime -m timeout 2h cargo xtask check-features --ci |
726 | 2024-07-16T03:14:33.113Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
727 | 2024-07-16T03:14:43.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s |
728 | 2024-07-16T03:14:43.392Z | Running `target/debug/xtask check-features --ci` |
729 | 2024-07-16T03:14:43.432Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
730 | 2024-07-16T03:14:43.432Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
731 | 2024-07-16T03:14:44.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
732 | 2024-07-16T03:14:44.307Z | Running `target/debug/xtask download cargo-hack` |
733 | 2024-07-16T03:14:44.334Z | Jul 16 03:14:43.434 INFO Starting download, target: CargoHack |
734 | 2024-07-16T03:14:44.359Z | Jul 16 03:14:43.436 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
735 | 2024-07-16T03:14:45.007Z | Jul 16 03:14:44.106 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
736 | 2024-07-16T03:14:45.135Z | Jul 16 03:14:44.235 INFO Download complete, target: CargoHack |
737 | 2024-07-16T03:14:45.159Z | 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" |
738 | 2024-07-16T03:14:45.185Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
739 | 2024-07-16T03:14:45.380Z | info: running `cargo check --bins` on api_identity (1/132) |
740 | 2024-07-16T03:14:46.075Z | Downloading crates ... |
741 | 2024-07-16T03:14:46.233Z | Downloaded normalize-line-endings v0.3.0 |
742 | 2024-07-16T03:14:46.258Z | Downloaded rand_core v0.6.4 |
743 | 2024-07-16T03:14:46.258Z | Downloaded static_assertions v1.1.0 |
744 | 2024-07-16T03:14:46.284Z | Downloaded stringprep v0.1.4 |
745 | 2024-07-16T03:14:46.284Z | Downloaded untrusted v0.9.0 |
746 | 2024-07-16T03:14:46.284Z | Downloaded r2d2 v0.8.10 |
747 | 2024-07-16T03:14:46.284Z | Downloaded psl-types v2.0.11 |
748 | 2024-07-16T03:14:46.284Z | Downloaded zeroize_derive v1.4.2 |
749 | 2024-07-16T03:14:46.284Z | Downloaded phf v0.11.2 |
750 | 2024-07-16T03:14:46.285Z | Downloaded schemars_derive v0.8.21 |
751 | 2024-07-16T03:14:46.310Z | Downloaded tokio-stream v0.1.15 |
752 | 2024-07-16T03:14:46.310Z | Downloaded zeroize v1.7.0 |
753 | 2024-07-16T03:14:46.310Z | Downloaded zerocopy v0.6.6 |
754 | 2024-07-16T03:14:46.335Z | Downloaded uuid v1.9.1 |
755 | 2024-07-16T03:14:46.335Z | Downloaded winnow v0.5.40 |
756 | 2024-07-16T03:14:46.359Z | Downloaded webpki-roots v0.25.4 |
757 | 2024-07-16T03:14:46.359Z | Downloaded openapiv3 v2.0.0 |
758 | 2024-07-16T03:14:46.383Z | Downloaded zerocopy-derive v0.6.6 |
759 | 2024-07-16T03:14:46.383Z | Downloaded regex-automata v0.4.6 |
760 | 2024-07-16T03:14:46.408Z | Downloaded petgraph v0.6.5 |
761 | 2024-07-16T03:14:46.432Z | Downloaded finl_unicode v1.2.0 |
762 | 2024-07-16T03:14:46.457Z | Downloaded object v0.32.2 |
763 | 2024-07-16T03:14:46.457Z | Downloaded idna v0.3.0 |
764 | 2024-07-16T03:14:46.481Z | Downloaded gimli v0.28.1 |
765 | 2024-07-16T03:14:46.481Z | Downloaded diesel v2.1.6 |
766 | 2024-07-16T03:14:46.505Z | Downloaded bstr v1.9.1 |
767 | 2024-07-16T03:14:46.530Z | Downloaded bstr v0.2.17 |
768 | 2024-07-16T03:14:46.555Z | Downloaded trust-dns-proto v0.22.0 |
769 | 2024-07-16T03:14:46.555Z | Downloaded rustls-webpki v0.101.7 |
770 | 2024-07-16T03:14:46.589Z | Downloaded regex-syntax v0.8.3 |
771 | 2024-07-16T03:14:46.589Z | Downloaded regex v1.10.5 |
772 | 2024-07-16T03:14:46.614Z | Downloaded idna v0.2.3 |
773 | 2024-07-16T03:14:46.614Z | Downloaded chrono v0.4.38 |
774 | 2024-07-16T03:14:46.614Z | Downloaded smoltcp v0.9.1 |
775 | 2024-07-16T03:14:46.639Z | Downloaded nom v7.1.3 |
776 | 2024-07-16T03:14:46.639Z | Downloaded itertools v0.12.1 |
777 | 2024-07-16T03:14:46.663Z | Downloaded crossterm v0.27.0 |
778 | 2024-07-16T03:14:46.663Z | Downloaded unicode-segmentation v1.11.0 |
779 | 2024-07-16T03:14:46.663Z | Downloaded ring v0.17.8 |
780 | 2024-07-16T03:14:46.740Z | Downloaded toml_edit v0.19.15 |
781 | 2024-07-16T03:14:46.766Z | Downloaded tokio-postgres v0.7.10 |
782 | 2024-07-16T03:14:46.795Z | Downloaded rand v0.8.5 |
783 | 2024-07-16T03:14:46.795Z | Downloaded hkdf v0.12.4 |
784 | 2024-07-16T03:14:46.795Z | Downloaded aho-corasick v1.1.3 |
785 | 2024-07-16T03:14:46.795Z | Downloaded yasna v0.5.2 |
786 | 2024-07-16T03:14:46.795Z | Downloaded tracing-attributes v0.1.27 |
787 | 2024-07-16T03:14:46.795Z | Downloaded tokio-rustls v0.24.1 |
788 | 2024-07-16T03:14:46.796Z | Downloaded stable_deref_trait v1.2.0 |
789 | 2024-07-16T03:14:46.796Z | Downloaded similar v2.5.0 |
790 | 2024-07-16T03:14:46.821Z | Downloaded signal-hook v0.3.17 |
791 | 2024-07-16T03:14:46.821Z | Downloaded serde_derive_internals v0.29.1 |
792 | 2024-07-16T03:14:46.821Z | Downloaded regex-automata v0.1.10 |
793 | 2024-07-16T03:14:46.821Z | Downloaded num-bigint v0.4.5 |
794 | 2024-07-16T03:14:46.821Z | Downloaded minimal-lexical v0.2.1 |
795 | 2024-07-16T03:14:46.821Z | Downloaded libm v0.2.8 |
796 | 2024-07-16T03:14:46.846Z | Downloaded itertools v0.10.5 |
797 | 2024-07-16T03:14:46.846Z | Downloaded whoami v1.5.1 |
798 | 2024-07-16T03:14:46.846Z | Downloaded unicode-xid v0.2.4 |
799 | 2024-07-16T03:14:46.846Z | Downloaded toml v0.7.8 |
800 | 2024-07-16T03:14:46.846Z | Downloaded num-traits v0.2.19 |
801 | 2024-07-16T03:14:46.871Z | Downloaded managed v0.8.0 |
802 | 2024-07-16T03:14:46.871Z | Downloaded diesel_derives v2.1.4 |
803 | 2024-07-16T03:14:46.871Z | Downloaded const-oid v0.9.6 |
804 | 2024-07-16T03:14:46.871Z | Downloaded backtrace v0.3.71 |
805 | 2024-07-16T03:14:46.871Z | Downloaded subtle v2.5.0 |
806 | 2024-07-16T03:14:46.871Z | Downloaded string_cache v0.8.7 |
807 | 2024-07-16T03:14:46.871Z | Downloaded spin v0.9.8 |
808 | 2024-07-16T03:14:46.871Z | Downloaded siphasher v0.3.11 |
809 | 2024-07-16T03:14:46.871Z | Downloaded sct v0.7.1 |
810 | 2024-07-16T03:14:46.897Z | Downloaded rustls v0.21.12 |
811 | 2024-07-16T03:14:46.897Z | Downloaded rustc_version v0.4.0 |
812 | 2024-07-16T03:14:46.897Z | Downloaded rand_chacha v0.3.1 |
813 | 2024-07-16T03:14:46.897Z | Downloaded publicsuffix v2.2.3 |
814 | 2024-07-16T03:14:46.897Z | Downloaded ppv-lite86 v0.2.17 |
815 | 2024-07-16T03:14:46.897Z | Downloaded postgres-protocol v0.6.6 |
816 | 2024-07-16T03:14:46.922Z | Downloaded num-integer v0.1.46 |
817 | 2024-07-16T03:14:46.922Z | Downloaded crypto-bigint v0.5.5 |
818 | 2024-07-16T03:14:46.922Z | Downloaded console v0.15.8 |
819 | 2024-07-16T03:14:46.922Z | Downloaded pem-rfc7468 v0.7.0 |
820 | 2024-07-16T03:14:46.922Z | Downloaded strum_macros v0.25.3 |
821 | 2024-07-16T03:14:46.922Z | Downloaded predicates v3.1.0 |
822 | 2024-07-16T03:14:46.922Z | Downloaded phf_shared v0.11.2 |
823 | 2024-07-16T03:14:46.922Z | Downloaded matches v0.1.10 |
824 | 2024-07-16T03:14:46.922Z | Downloaded lazy_static v1.5.0 |
825 | 2024-07-16T03:14:46.947Z | Downloaded ipnetwork v0.20.0 |
826 | 2024-07-16T03:14:46.947Z | Downloaded hmac v0.12.1 |
827 | 2024-07-16T03:14:46.947Z | Downloaded heapless v0.7.17 |
828 | 2024-07-16T03:14:46.948Z | Downloaded hash32 v0.2.1 |
829 | 2024-07-16T03:14:46.948Z | Downloaded fixedbitset v0.4.2 |
830 | 2024-07-16T03:14:46.948Z | Downloaded elliptic-curve v0.13.8 |
831 | 2024-07-16T03:14:46.948Z | Downloaded der v0.7.9 |
832 | 2024-07-16T03:14:46.948Z | Downloaded data-encoding v2.6.0 |
833 | 2024-07-16T03:14:46.977Z | Downloaded cookie_store v0.20.0 |
834 | 2024-07-16T03:14:46.977Z | Downloaded sec1 v0.7.3 |
835 | 2024-07-16T03:14:46.977Z | Downloaded schemars v0.8.21 |
836 | 2024-07-16T03:14:46.977Z | Downloaded rustc-demangle v0.1.24 |
837 | 2024-07-16T03:14:46.977Z | Downloaded hyper-rustls v0.24.2 |
838 | 2024-07-16T03:14:46.977Z | Downloaded hex v0.4.3 |
839 | 2024-07-16T03:14:46.977Z | Downloaded getrandom v0.2.14 |
840 | 2024-07-16T03:14:47.003Z | Downloaded float-cmp v0.9.0 |
841 | 2024-07-16T03:14:47.003Z | Downloaded ff v0.13.0 |
842 | 2024-07-16T03:14:47.003Z | Downloaded enum-as-inner v0.5.1 |
843 | 2024-07-16T03:14:47.004Z | Downloaded either v1.12.0 |
844 | 2024-07-16T03:14:47.004Z | Downloaded difflib v0.4.0 |
845 | 2024-07-16T03:14:47.004Z | Downloaded der_derive v0.7.2 |
846 | 2024-07-16T03:14:47.004Z | Downloaded crossbeam-epoch v0.9.18 |
847 | 2024-07-16T03:14:47.004Z | Downloaded cookie v0.17.0 |
848 | 2024-07-16T03:14:47.004Z | Downloaded allocator-api2 v0.2.18 |
849 | 2024-07-16T03:14:47.004Z | Downloaded ahash v0.8.11 |
850 | 2024-07-16T03:14:47.004Z | Downloaded addr2line v0.21.0 |
851 | 2024-07-16T03:14:47.029Z | Downloaded spki v0.7.3 |
852 | 2024-07-16T03:14:47.029Z | Downloaded signal-hook-mio v0.2.3 |
853 | 2024-07-16T03:14:47.029Z | Downloaded serde_repr v0.1.19 |
854 | 2024-07-16T03:14:47.029Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2024-07-16T03:14:47.029Z | Downloaded postgres-types v0.2.6 |
856 | 2024-07-16T03:14:47.029Z | Downloaded pkcs8 v0.10.2 |
857 | 2024-07-16T03:14:47.029Z | Downloaded phf_shared v0.10.0 |
858 | 2024-07-16T03:14:47.029Z | Downloaded peg-runtime v0.8.3 |
859 | 2024-07-16T03:14:47.029Z | Downloaded num-iter v0.1.45 |
860 | 2024-07-16T03:14:47.029Z | Downloaded inout v0.1.3 |
861 | 2024-07-16T03:14:47.029Z | Downloaded iana-time-zone v0.1.60 |
862 | 2024-07-16T03:14:47.029Z | Downloaded flagset v0.4.5 |
863 | 2024-07-16T03:14:47.029Z | Downloaded dyn-clone v1.0.17 |
864 | 2024-07-16T03:14:47.029Z | Downloaded cipher v0.4.4 |
865 | 2024-07-16T03:14:47.059Z | Downloaded base16ct v0.2.0 |
866 | 2024-07-16T03:14:47.059Z | Downloaded async-trait v0.1.81 |
867 | 2024-07-16T03:14:47.059Z | Downloaded predicates-core v1.0.6 |
868 | 2024-07-16T03:14:47.059Z | Downloaded precomputed-hash v0.1.1 |
869 | 2024-07-16T03:14:47.059Z | Downloaded md-5 v0.10.6 |
870 | 2024-07-16T03:14:47.059Z | Downloaded lalrpop-util v0.19.12 |
871 | 2024-07-16T03:14:47.059Z | Downloaded hubpack_derive v0.1.1 |
872 | 2024-07-16T03:14:47.059Z | Downloaded hubpack v0.1.2 |
873 | 2024-07-16T03:14:47.059Z | Downloaded group v0.13.0 |
874 | 2024-07-16T03:14:47.059Z | Downloaded fallible-iterator v0.2.0 |
875 | 2024-07-16T03:14:47.059Z | Downloaded diesel_table_macro_syntax v0.1.0 |
876 | 2024-07-16T03:14:47.059Z | Downloaded block-padding v0.3.3 |
877 | 2024-07-16T03:14:47.059Z | Downloaded bitflags v1.3.2 |
878 | 2024-07-16T03:14:47.059Z | Downloaded bit-vec v0.6.3 |
879 | 2024-07-16T03:14:47.059Z | Downloaded bit-set v0.5.3 |
880 | 2024-07-16T03:14:47.059Z | Downloaded base64ct v1.6.0 |
881 | 2024-07-16T03:14:47.059Z | Downloaded new_debug_unreachable v1.0.6 |
882 | 2024-07-16T03:14:47.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
883 | 2024-07-16T03:14:47.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
884 | 2024-07-16T03:14:47.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
885 | 2024-07-16T03:14:47.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
886 | 2024-07-16T03:14:47.136Z | |
887 | 2024-07-16T03:14:47.136Z | info: running `cargo check --bins` on bootstore (2/132) |
888 | 2024-07-16T03:14:47.812Z | Downloading crates ... |
889 | 2024-07-16T03:14:48.030Z | Downloaded crucible-workspace-hack v0.1.0 |
890 | 2024-07-16T03:14:48.055Z | Downloaded foreign-types-macros v0.2.3 |
891 | 2024-07-16T03:14:48.055Z | Downloaded hash32 v0.3.1 |
892 | 2024-07-16T03:14:48.055Z | Downloaded thiserror-no-std v2.0.2 |
893 | 2024-07-16T03:14:48.055Z | Downloaded tempfile v3.10.1 |
894 | 2024-07-16T03:14:48.085Z | Downloaded waitgroup v0.1.2 |
895 | 2024-07-16T03:14:48.085Z | Downloaded tokio-rustls v0.25.0 |
896 | 2024-07-16T03:14:48.085Z | Downloaded serde_yaml v0.9.34+deprecated |
897 | 2024-07-16T03:14:48.085Z | Downloaded unsafe-libyaml v0.2.11 |
898 | 2024-07-16T03:14:48.085Z | Downloaded regress v0.9.1 |
899 | 2024-07-16T03:14:48.110Z | Downloaded socket2 v0.4.10 |
900 | 2024-07-16T03:14:48.110Z | Downloaded smoltcp v0.11.0 |
901 | 2024-07-16T03:14:48.110Z | Downloaded sha3 v0.10.8 |
902 | 2024-07-16T03:14:48.110Z | Downloaded rustls-webpki v0.102.4 |
903 | 2024-07-16T03:14:48.135Z | Downloaded serde_with v3.8.3 |
904 | 2024-07-16T03:14:48.136Z | Downloaded rustls-pemfile v2.1.2 |
905 | 2024-07-16T03:14:48.160Z | Downloaded rustls v0.22.4 |
906 | 2024-07-16T03:14:48.160Z | Downloaded num-derive v0.4.2 |
907 | 2024-07-16T03:14:48.160Z | Downloaded multer v3.1.0 |
908 | 2024-07-16T03:14:48.160Z | Downloaded thiserror-impl-no-std v2.0.2 |
909 | 2024-07-16T03:14:48.160Z | Downloaded structmeta-derive v0.3.0 |
910 | 2024-07-16T03:14:48.161Z | Downloaded pretty-hex v0.2.1 |
911 | 2024-07-16T03:14:48.161Z | Downloaded poly1305 v0.8.0 |
912 | 2024-07-16T03:14:48.185Z | Downloaded curve25519-dalek v4.1.3 |
913 | 2024-07-16T03:14:48.185Z | Downloaded vsss-rs v3.3.4 |
914 | 2024-07-16T03:14:48.185Z | Downloaded universal-hash v0.5.1 |
915 | 2024-07-16T03:14:48.185Z | Downloaded tabwriter v1.4.0 |
916 | 2024-07-16T03:14:48.185Z | Downloaded smf v0.2.3 |
917 | 2024-07-16T03:14:48.185Z | Downloaded sha1 v0.10.6 |
918 | 2024-07-16T03:14:48.185Z | Downloaded serde_with_macros v3.8.3 |
919 | 2024-07-16T03:14:48.185Z | Downloaded rustls-pki-types v1.7.0 |
920 | 2024-07-16T03:14:48.185Z | Downloaded proc-macro-crate v1.3.1 |
921 | 2024-07-16T03:14:48.185Z | Downloaded postcard v1.0.8 |
922 | 2024-07-16T03:14:48.209Z | Downloaded parse-display-derive v0.9.1 |
923 | 2024-07-16T03:14:48.209Z | Downloaded parse-display v0.9.1 |
924 | 2024-07-16T03:14:48.209Z | Downloaded num_enum_derive v0.5.11 |
925 | 2024-07-16T03:14:48.210Z | Downloaded num_enum v0.5.11 |
926 | 2024-07-16T03:14:48.210Z | Downloaded keccak v0.1.5 |
927 | 2024-07-16T03:14:48.210Z | Downloaded instant v0.1.12 |
928 | 2024-07-16T03:14:48.210Z | Downloaded hostname v0.4.0 |
929 | 2024-07-16T03:14:48.210Z | Downloaded heapless v0.8.0 |
930 | 2024-07-16T03:14:48.210Z | Downloaded hashbrown v0.12.3 |
931 | 2024-07-16T03:14:48.210Z | Downloaded chacha20poly1305 v0.10.1 |
932 | 2024-07-16T03:14:48.236Z | Downloaded structmeta v0.3.0 |
933 | 2024-07-16T03:14:48.236Z | Downloaded paste v1.0.15 |
934 | 2024-07-16T03:14:48.236Z | Downloaded newtype-uuid v1.1.0 |
935 | 2024-07-16T03:14:48.236Z | Downloaded indexmap v1.9.3 |
936 | 2024-07-16T03:14:48.236Z | Downloaded ident_case v1.0.1 |
937 | 2024-07-16T03:14:48.236Z | Downloaded http v1.1.0 |
938 | 2024-07-16T03:14:48.236Z | Downloaded half v2.4.1 |
939 | 2024-07-16T03:14:48.236Z | Downloaded foreign-types-shared v0.3.1 |
940 | 2024-07-16T03:14:48.236Z | Downloaded foreign-types v0.5.0 |
941 | 2024-07-16T03:14:48.236Z | Downloaded embedded-io v0.4.0 |
942 | 2024-07-16T03:14:48.236Z | Downloaded derive_more v0.99.18 |
943 | 2024-07-16T03:14:48.260Z | Downloaded defmt-parser v0.3.4 |
944 | 2024-07-16T03:14:48.260Z | Downloaded defmt-macros v0.3.9 |
945 | 2024-07-16T03:14:48.260Z | Downloaded defmt v0.3.8 |
946 | 2024-07-16T03:14:48.260Z | Downloaded debug-ignore v1.0.5 |
947 | 2024-07-16T03:14:48.261Z | Downloaded darling_macro v0.20.9 |
948 | 2024-07-16T03:14:48.261Z | Downloaded darling_core v0.20.9 |
949 | 2024-07-16T03:14:48.261Z | Downloaded darling v0.20.9 |
950 | 2024-07-16T03:14:48.261Z | Downloaded curve25519-dalek-derive v0.1.1 |
951 | 2024-07-16T03:14:48.261Z | Downloaded cstr-argument v0.1.2 |
952 | 2024-07-16T03:14:48.261Z | Downloaded convert_case v0.4.0 |
953 | 2024-07-16T03:14:48.261Z | Downloaded colored v2.1.0 |
954 | 2024-07-16T03:14:48.285Z | Downloaded cobs v0.2.3 |
955 | 2024-07-16T03:14:48.285Z | Downloaded ciborium-io v0.2.2 |
956 | 2024-07-16T03:14:48.285Z | Downloaded base64 v0.22.1 |
957 | 2024-07-16T03:14:48.285Z | Downloaded backoff v0.4.0 |
958 | 2024-07-16T03:14:48.285Z | Downloaded sigpipe v0.1.3 |
959 | 2024-07-16T03:14:48.285Z | Downloaded serde_path_to_error v0.1.16 |
960 | 2024-07-16T03:14:48.285Z | Downloaded secrecy v0.8.0 |
961 | 2024-07-16T03:14:48.285Z | Downloaded opaque-debug v0.3.1 |
962 | 2024-07-16T03:14:48.285Z | Downloaded fastrand v2.1.0 |
963 | 2024-07-16T03:14:48.285Z | Downloaded ciborium-ll v0.2.2 |
964 | 2024-07-16T03:14:48.285Z | Downloaded ciborium v0.2.2 |
965 | 2024-07-16T03:14:48.285Z | Downloaded chacha20 v0.9.1 |
966 | 2024-07-16T03:14:48.285Z | Downloaded camino-tempfile v1.1.1 |
967 | 2024-07-16T03:14:48.285Z | Downloaded getopts v0.2.21 |
968 | 2024-07-16T03:14:48.285Z | Downloaded atomic-waker v1.1.2 |
969 | 2024-07-16T03:14:48.310Z | Downloaded async-stream-impl v0.3.5 |
970 | 2024-07-16T03:14:48.310Z | Downloaded async-stream v0.3.5 |
971 | 2024-07-16T03:14:48.310Z | Downloaded aead v0.5.2 |
972 | 2024-07-16T03:14:48.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
973 | 2024-07-16T03:14:48.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
974 | 2024-07-16T03:14:48.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
975 | 2024-07-16T03:14:48.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
976 | 2024-07-16T03:14:48.381Z | |
977 | 2024-07-16T03:14:48.381Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/132) |
978 | 2024-07-16T03:14:49.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
979 | 2024-07-16T03:14:49.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
980 | 2024-07-16T03:14:49.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
981 | 2024-07-16T03:14:49.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
982 | 2024-07-16T03:14:49.201Z | |
983 | 2024-07-16T03:14:49.201Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/132) |
984 | 2024-07-16T03:14:49.850Z | Downloading crates ... |
985 | 2024-07-16T03:14:49.957Z | Downloaded unarray v0.1.4 |
986 | 2024-07-16T03:14:50.003Z | Downloaded quick-error v1.2.3 |
987 | 2024-07-16T03:14:50.003Z | Downloaded structmeta-derive v0.2.0 |
988 | 2024-07-16T03:14:50.004Z | Downloaded wait-timeout v0.2.0 |
989 | 2024-07-16T03:14:50.004Z | Downloaded rusty-fork v0.3.0 |
990 | 2024-07-16T03:14:50.004Z | Downloaded test-strategy v0.3.1 |
991 | 2024-07-16T03:14:50.004Z | Downloaded rand_xorshift v0.3.0 |
992 | 2024-07-16T03:14:50.004Z | Downloaded structmeta v0.2.0 |
993 | 2024-07-16T03:14:50.004Z | Downloaded proptest v1.4.0 |
994 | 2024-07-16T03:14:50.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
995 | 2024-07-16T03:14:50.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
996 | 2024-07-16T03:14:50.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
997 | 2024-07-16T03:14:50.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
998 | 2024-07-16T03:14:50.075Z | |
999 | 2024-07-16T03:14:50.075Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/132) |
1000 | 2024-07-16T03:14:50.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1001 | 2024-07-16T03:14:50.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1002 | 2024-07-16T03:14:50.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1003 | 2024-07-16T03:14:50.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1004 | 2024-07-16T03:14:50.659Z | |
1005 | 2024-07-16T03:14:50.659Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/132) |
1006 | 2024-07-16T03:14:51.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1007 | 2024-07-16T03:14:51.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1008 | 2024-07-16T03:14:51.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1009 | 2024-07-16T03:14:51.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1010 | 2024-07-16T03:14:51.289Z | |
1011 | 2024-07-16T03:14:51.289Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/132) |
1012 | 2024-07-16T03:14:51.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1013 | 2024-07-16T03:14:51.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1014 | 2024-07-16T03:14:51.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1015 | 2024-07-16T03:14:51.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1016 | 2024-07-16T03:14:51.899Z | |
1017 | 2024-07-16T03:14:51.899Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/132) |
1018 | 2024-07-16T03:14:52.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1019 | 2024-07-16T03:14:52.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1020 | 2024-07-16T03:14:52.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1021 | 2024-07-16T03:14:52.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1022 | 2024-07-16T03:14:52.522Z | |
1023 | 2024-07-16T03:14:52.522Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/132) |
1024 | 2024-07-16T03:14:53.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1025 | 2024-07-16T03:14:53.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1026 | 2024-07-16T03:14:53.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1027 | 2024-07-16T03:14:53.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1028 | 2024-07-16T03:14:53.164Z | |
1029 | 2024-07-16T03:14:53.164Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/132) |
1030 | 2024-07-16T03:14:53.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1031 | 2024-07-16T03:14:53.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1032 | 2024-07-16T03:14:53.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1033 | 2024-07-16T03:14:53.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1034 | 2024-07-16T03:14:53.783Z | |
1035 | 2024-07-16T03:14:53.783Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/132) |
1036 | 2024-07-16T03:14:54.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1037 | 2024-07-16T03:14:54.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1038 | 2024-07-16T03:14:54.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1039 | 2024-07-16T03:14:54.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1040 | 2024-07-16T03:14:54.421Z | |
1041 | 2024-07-16T03:14:54.421Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/132) |
1042 | 2024-07-16T03:14:54.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1043 | 2024-07-16T03:14:54.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1044 | 2024-07-16T03:14:54.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1045 | 2024-07-16T03:14:54.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1046 | 2024-07-16T03:14:55.019Z | |
1047 | 2024-07-16T03:14:55.019Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/132) |
1048 | 2024-07-16T03:14:55.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1049 | 2024-07-16T03:14:55.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1050 | 2024-07-16T03:14:55.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1051 | 2024-07-16T03:14:55.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1052 | 2024-07-16T03:14:55.626Z | |
1053 | 2024-07-16T03:14:55.626Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/132) |
1054 | 2024-07-16T03:14:56.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1055 | 2024-07-16T03:14:56.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1056 | 2024-07-16T03:14:56.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1057 | 2024-07-16T03:14:56.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1058 | 2024-07-16T03:14:56.234Z | |
1059 | 2024-07-16T03:14:56.234Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/132) |
1060 | 2024-07-16T03:14:56.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1061 | 2024-07-16T03:14:56.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1062 | 2024-07-16T03:14:56.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1063 | 2024-07-16T03:14:56.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1064 | 2024-07-16T03:14:56.834Z | |
1065 | 2024-07-16T03:14:56.834Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/132) |
1066 | 2024-07-16T03:14:57.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1067 | 2024-07-16T03:14:57.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1068 | 2024-07-16T03:14:57.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1069 | 2024-07-16T03:14:57.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1070 | 2024-07-16T03:14:57.428Z | |
1071 | 2024-07-16T03:14:57.428Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/132) |
1072 | 2024-07-16T03:14:57.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1073 | 2024-07-16T03:14:58.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1074 | 2024-07-16T03:14:58.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1075 | 2024-07-16T03:14:58.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1076 | 2024-07-16T03:14:58.035Z | |
1077 | 2024-07-16T03:14:58.035Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/132) |
1078 | 2024-07-16T03:14:58.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1079 | 2024-07-16T03:14:58.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1080 | 2024-07-16T03:14:58.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1081 | 2024-07-16T03:14:58.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1082 | 2024-07-16T03:14:58.659Z | |
1083 | 2024-07-16T03:14:58.659Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/132) |
1084 | 2024-07-16T03:14:59.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1085 | 2024-07-16T03:14:59.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1086 | 2024-07-16T03:14:59.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1087 | 2024-07-16T03:14:59.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1088 | 2024-07-16T03:14:59.301Z | |
1089 | 2024-07-16T03:14:59.301Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/132) |
1090 | 2024-07-16T03:14:59.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1091 | 2024-07-16T03:14:59.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1092 | 2024-07-16T03:14:59.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1093 | 2024-07-16T03:14:59.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1094 | 2024-07-16T03:14:59.911Z | |
1095 | 2024-07-16T03:14:59.911Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/132) |
1096 | 2024-07-16T03:15:00.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1097 | 2024-07-16T03:15:00.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1098 | 2024-07-16T03:15:00.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1099 | 2024-07-16T03:15:00.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1100 | 2024-07-16T03:15:00.548Z | |
1101 | 2024-07-16T03:15:00.548Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/132) |
1102 | 2024-07-16T03:15:01.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1103 | 2024-07-16T03:15:01.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1104 | 2024-07-16T03:15:01.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1105 | 2024-07-16T03:15:01.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1106 | 2024-07-16T03:15:01.156Z | |
1107 | 2024-07-16T03:15:01.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/132) |
1108 | 2024-07-16T03:15:01.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1109 | 2024-07-16T03:15:01.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1110 | 2024-07-16T03:15:01.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1111 | 2024-07-16T03:15:01.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1112 | 2024-07-16T03:15:01.753Z | |
1113 | 2024-07-16T03:15:01.753Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/132) |
1114 | 2024-07-16T03:15:02.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1115 | 2024-07-16T03:15:02.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1116 | 2024-07-16T03:15:02.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1117 | 2024-07-16T03:15:02.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1118 | 2024-07-16T03:15:02.367Z | |
1119 | 2024-07-16T03:15:02.367Z | info: running `cargo check --bins` on sled-hardware-types (25/132) |
1120 | 2024-07-16T03:15:03.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1121 | 2024-07-16T03:15:03.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1122 | 2024-07-16T03:15:03.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1123 | 2024-07-16T03:15:03.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1124 | 2024-07-16T03:15:03.214Z | |
1125 | 2024-07-16T03:15:03.214Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/132) |
1126 | 2024-07-16T03:15:03.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1127 | 2024-07-16T03:15:03.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1128 | 2024-07-16T03:15:03.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1129 | 2024-07-16T03:15:03.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1130 | 2024-07-16T03:15:04.031Z | |
1131 | 2024-07-16T03:15:04.031Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/132) |
1132 | 2024-07-16T03:15:04.650Z | Downloading crates ... |
1133 | 2024-07-16T03:15:04.832Z | Downloaded mockall v0.12.1 |
1134 | 2024-07-16T03:15:04.857Z | Downloaded fragile v2.0.0 |
1135 | 2024-07-16T03:15:04.857Z | Downloaded termtree v0.4.1 |
1136 | 2024-07-16T03:15:04.857Z | Downloaded predicates-tree v1.0.9 |
1137 | 2024-07-16T03:15:04.857Z | Downloaded mockall_derive v0.12.1 |
1138 | 2024-07-16T03:15:04.857Z | Downloaded downcast v0.11.0 |
1139 | 2024-07-16T03:15:04.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1140 | 2024-07-16T03:15:04.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1141 | 2024-07-16T03:15:04.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1142 | 2024-07-16T03:15:04.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1143 | 2024-07-16T03:15:04.929Z | |
1144 | 2024-07-16T03:15:04.929Z | info: running `cargo check --bins` on oxlog (28/132) |
1145 | 2024-07-16T03:15:05.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1146 | 2024-07-16T03:15:05.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1147 | 2024-07-16T03:15:05.751Z | Compiling serde v1.0.204 |
1148 | 2024-07-16T03:15:05.751Z | Checking cfg-if v1.0.0 |
1149 | 2024-07-16T03:15:05.775Z | Checking libc v0.2.155 |
1150 | 2024-07-16T03:15:05.775Z | Compiling syn v2.0.71 |
1151 | 2024-07-16T03:15:05.775Z | Compiling getrandom v0.2.14 |
1152 | 2024-07-16T03:15:05.775Z | Compiling generic-array v0.14.7 |
1153 | 2024-07-16T03:15:05.775Z | Compiling scopeguard v1.2.0 |
1154 | 2024-07-16T03:15:05.874Z | Compiling libm v0.2.8 |
1155 | 2024-07-16T03:15:05.939Z | Compiling lock_api v0.4.12 |
1156 | 2024-07-16T03:15:06.126Z | Compiling log v0.4.21 |
1157 | 2024-07-16T03:15:06.154Z | Compiling ahash v0.8.11 |
1158 | 2024-07-16T03:15:06.248Z | Compiling num-traits v0.2.19 |
1159 | 2024-07-16T03:15:06.273Z | Compiling serde_json v1.0.120 |
1160 | 2024-07-16T03:15:06.305Z | Checking memchr v2.7.2 |
1161 | 2024-07-16T03:15:06.452Z | Checking byteorder v1.5.0 |
1162 | 2024-07-16T03:15:06.487Z | Compiling smallvec v1.13.2 |
1163 | 2024-07-16T03:15:06.545Z | Checking itoa v1.0.11 |
1164 | 2024-07-16T03:15:06.582Z | Compiling rand_core v0.6.4 |
1165 | 2024-07-16T03:15:06.667Z | Checking once_cell v1.19.0 |
1166 | 2024-07-16T03:15:06.785Z | Compiling parking_lot_core v0.9.10 |
1167 | 2024-07-16T03:15:06.818Z | Compiling ring v0.17.8 |
1168 | 2024-07-16T03:15:06.906Z | Checking pin-project-lite v0.2.14 |
1169 | 2024-07-16T03:15:07.012Z | Compiling mio v0.8.11 |
1170 | 2024-07-16T03:15:07.036Z | Compiling spin v0.9.8 |
1171 | 2024-07-16T03:15:07.060Z | Checking typenum v1.17.0 |
1172 | 2024-07-16T03:15:07.193Z | Compiling parking_lot v0.12.2 |
1173 | 2024-07-16T03:15:07.356Z | Checking signal-hook-registry v1.4.2 |
1174 | 2024-07-16T03:15:07.871Z | Compiling subtle v2.5.0 |
1175 | 2024-07-16T03:15:07.935Z | Compiling const-oid v0.9.6 |
1176 | 2024-07-16T03:15:08.004Z | Compiling unicode-normalization v0.1.23 |
1177 | 2024-07-16T03:15:08.069Z | Compiling unicode-bidi v0.3.15 |
1178 | 2024-07-16T03:15:08.125Z | Checking tinyvec_macros v0.1.1 |
1179 | 2024-07-16T03:15:08.156Z | Checking futures-core v0.3.30 |
1180 | 2024-07-16T03:15:08.193Z | Compiling allocator-api2 v0.2.18 |
1181 | 2024-07-16T03:15:08.305Z | Checking tinyvec v1.6.0 |
1182 | 2024-07-16T03:15:08.834Z | Checking socket2 v0.5.7 |
1183 | 2024-07-16T03:15:08.861Z | Checking num_cpus v1.16.0 |
1184 | 2024-07-16T03:15:09.243Z | Checking ryu v1.0.18 |
1185 | 2024-07-16T03:15:09.435Z | Compiling time-macros v0.2.18 |
1186 | 2024-07-16T03:15:10.039Z | Compiling syn v1.0.109 |
1187 | 2024-07-16T03:15:10.131Z | Checking futures-sink v0.3.30 |
1188 | 2024-07-16T03:15:10.326Z | Checking equivalent v1.0.1 |
1189 | 2024-07-16T03:15:10.398Z | Compiling rustls v0.21.12 |
1190 | 2024-07-16T03:15:10.422Z | Checking futures-channel v0.3.30 |
1191 | 2024-07-16T03:15:10.626Z | Checking slab v0.4.9 |
1192 | 2024-07-16T03:15:10.700Z | Checking pin-utils v0.1.0 |
1193 | 2024-07-16T03:15:10.743Z | Compiling ppv-lite86 v0.2.17 |
1194 | 2024-07-16T03:15:10.780Z | Checking futures-io v0.3.30 |
1195 | 2024-07-16T03:15:10.804Z | Checking futures-task v0.3.30 |
1196 | 2024-07-16T03:15:10.850Z | Compiling cookie v0.17.0 |
1197 | 2024-07-16T03:15:10.953Z | Compiling untrusted v0.9.0 |
1198 | 2024-07-16T03:15:11.012Z | Compiling schemars v0.8.21 |
1199 | 2024-07-16T03:15:11.064Z | Compiling signal-hook v0.3.17 |
1200 | 2024-07-16T03:15:11.318Z | Checking percent-encoding v2.3.1 |
1201 | 2024-07-16T03:15:11.342Z | Compiling base64ct v1.6.0 |
1202 | 2024-07-16T03:15:11.389Z | Compiling rand_chacha v0.3.1 |
1203 | 2024-07-16T03:15:11.480Z | Compiling iana-time-zone v0.1.60 |
1204 | 2024-07-16T03:15:11.740Z | Compiling serde_derive_internals v0.29.1 |
1205 | 2024-07-16T03:15:11.891Z | Compiling rand v0.8.5 |
1206 | 2024-07-16T03:15:11.915Z | Compiling pem-rfc7468 v0.7.0 |
1207 | 2024-07-16T03:15:12.508Z | Checking tracing-core v0.1.32 |
1208 | 2024-07-16T03:15:12.586Z | Compiling backtrace v0.3.71 |
1209 | 2024-07-16T03:15:12.967Z | Compiling smoltcp v0.9.1 |
1210 | 2024-07-16T03:15:13.084Z | Compiling siphasher v0.3.11 |
1211 | 2024-07-16T03:15:13.359Z | Checking fnv v1.0.7 |
1212 | 2024-07-16T03:15:13.422Z | Compiling flagset v0.4.5 |
1213 | 2024-07-16T03:15:13.464Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1214 | 2024-07-16T03:15:13.566Z | Compiling crossbeam-utils v0.8.19 |
1215 | 2024-07-16T03:15:13.705Z | Compiling time v0.3.36 |
1216 | 2024-07-16T03:15:14.117Z | Compiling sct v0.7.1 |
1217 | 2024-07-16T03:15:14.169Z | Compiling rustls-webpki v0.101.7 |
1218 | 2024-07-16T03:15:14.403Z | Compiling idna v0.5.0 |
1219 | 2024-07-16T03:15:14.502Z | Compiling lazy_static v1.5.0 |
1220 | 2024-07-16T03:15:14.605Z | Compiling aho-corasick v1.1.3 |
1221 | 2024-07-16T03:15:15.176Z | Compiling regex-syntax v0.8.3 |
1222 | 2024-07-16T03:15:15.215Z | Checking foreign-types-shared v0.1.1 |
1223 | 2024-07-16T03:15:15.418Z | Compiling finl_unicode v1.2.0 |
1224 | 2024-07-16T03:15:15.702Z | Checking powerfmt v0.2.0 |
1225 | 2024-07-16T03:15:15.964Z | Checking deranged v0.3.11 |
1226 | 2024-07-16T03:15:16.014Z | Compiling stringprep v0.1.4 |
1227 | 2024-07-16T03:15:16.477Z | Checking foreign-types v0.3.2 |
1228 | 2024-07-16T03:15:16.563Z | Compiling url v2.5.0 |
1229 | 2024-07-16T03:15:17.561Z | Compiling diesel_table_macro_syntax v0.1.0 |
1230 | 2024-07-16T03:15:17.982Z | Checking form_urlencoded v1.2.1 |
1231 | 2024-07-16T03:15:18.051Z | Compiling serde_derive v1.0.204 |
1232 | 2024-07-16T03:15:18.181Z | Compiling zeroize_derive v1.4.2 |
1233 | 2024-07-16T03:15:18.328Z | Compiling zerocopy-derive v0.7.34 |
1234 | 2024-07-16T03:15:18.482Z | Compiling tokio-macros v2.3.0 |
1235 | 2024-07-16T03:15:19.572Z | Compiling futures-macro v0.3.30 |
1236 | 2024-07-16T03:15:19.596Z | Compiling zeroize v1.7.0 |
1237 | 2024-07-16T03:15:19.939Z | Compiling thiserror-impl v1.0.60 |
1238 | 2024-07-16T03:15:20.358Z | Compiling zerocopy v0.7.34 |
1239 | 2024-07-16T03:15:21.442Z | Compiling tracing-attributes v0.1.27 |
1240 | 2024-07-16T03:15:22.032Z | Compiling scroll_derive v0.12.0 |
1241 | 2024-07-16T03:15:22.169Z | Compiling hashbrown v0.14.5 |
1242 | 2024-07-16T03:15:22.666Z | Compiling crypto-common v0.1.6 |
1243 | 2024-07-16T03:15:22.720Z | Compiling thiserror v1.0.60 |
1244 | 2024-07-16T03:15:22.882Z | Compiling pest v2.7.10 |
1245 | 2024-07-16T03:15:22.936Z | Compiling der_derive v0.7.2 |
1246 | 2024-07-16T03:15:23.037Z | Compiling openssl-macros v0.1.1 |
1247 | 2024-07-16T03:15:23.470Z | Compiling block-buffer v0.10.4 |
1248 | 2024-07-16T03:15:23.648Z | Compiling futures-util v0.3.30 |
1249 | 2024-07-16T03:15:23.692Z | Compiling digest v0.10.7 |
1250 | 2024-07-16T03:15:24.232Z | Compiling scroll v0.12.0 |
1251 | 2024-07-16T03:15:24.697Z | Compiling goblin v0.8.2 |
1252 | 2024-07-16T03:15:24.861Z | Compiling pest_meta v2.7.10 |
1253 | 2024-07-16T03:15:25.299Z | Compiling tracing v0.1.40 |
1254 | 2024-07-16T03:15:25.664Z | Compiling schemars_derive v0.8.21 |
1255 | 2024-07-16T03:15:25.743Z | Compiling hmac v0.12.1 |
1256 | 2024-07-16T03:15:25.948Z | Compiling pest_generator v2.7.10 |
1257 | 2024-07-16T03:15:27.579Z | Compiling der v0.7.9 |
1258 | 2024-07-16T03:15:28.828Z | Compiling hubpack_derive v0.1.1 |
1259 | 2024-07-16T03:15:28.895Z | Compiling zerocopy-derive v0.6.6 |
1260 | 2024-07-16T03:15:28.984Z | Compiling async-trait v0.1.81 |
1261 | 2024-07-16T03:15:29.236Z | Compiling pest_derive v2.7.10 |
1262 | 2024-07-16T03:15:29.413Z | Checking bytes v1.6.0 |
1263 | 2024-07-16T03:15:29.585Z | Checking bitflags v2.5.0 |
1264 | 2024-07-16T03:15:30.182Z | Checking tokio v1.38.0 |
1265 | 2024-07-16T03:15:30.495Z | Compiling indexmap v2.2.6 |
1266 | 2024-07-16T03:15:30.519Z | Compiling semver v1.0.23 |
1267 | 2024-07-16T03:15:31.160Z | Compiling rustc_version v0.4.0 |
1268 | 2024-07-16T03:15:31.632Z | Compiling http v0.2.12 |
1269 | 2024-07-16T03:15:31.804Z | Compiling heapless v0.7.17 |
1270 | 2024-07-16T03:15:32.178Z | Compiling uuid v1.9.1 |
1271 | 2024-07-16T03:15:32.263Z | Compiling dof v0.3.0 |
1272 | 2024-07-16T03:15:32.373Z | Compiling dtrace-parser v0.2.0 |
1273 | 2024-07-16T03:15:32.479Z | Compiling chrono v0.4.38 |
1274 | 2024-07-16T03:15:33.420Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-07-16T03:15:33.452Z | Compiling http-body v0.4.6 |
1276 | 2024-07-16T03:15:33.714Z | Compiling openssl v0.10.64 |
1277 | 2024-07-16T03:15:34.173Z | Compiling serde_tokenstream v0.2.1 |
1278 | 2024-07-16T03:15:34.629Z | Compiling rustix v0.38.34 |
1279 | 2024-07-16T03:15:34.733Z | Compiling toml_datetime v0.6.6 |
1280 | 2024-07-16T03:15:34.834Z | Compiling serde_spanned v0.6.6 |
1281 | 2024-07-16T03:15:35.033Z | Compiling spki v0.7.3 |
1282 | 2024-07-16T03:15:35.350Z | Compiling sha2 v0.10.8 |
1283 | 2024-07-16T03:15:35.374Z | Compiling md-5 v0.10.6 |
1284 | 2024-07-16T03:15:35.565Z | Compiling regex-automata v0.4.6 |
1285 | 2024-07-16T03:15:35.687Z | Compiling num-integer v0.1.46 |
1286 | 2024-07-16T03:15:36.149Z | Checking tokio-util v0.7.11 |
1287 | 2024-07-16T03:15:36.344Z | Compiling idna v0.3.0 |
1288 | 2024-07-16T03:15:36.651Z | Checking openssl-sys v0.9.102 |
1289 | 2024-07-16T03:15:36.863Z | Compiling hash32 v0.2.1 |
1290 | 2024-07-16T03:15:37.117Z | Compiling fs-err v2.11.0 |
1291 | 2024-07-16T03:15:37.171Z | Compiling slog v2.7.0 |
1292 | 2024-07-16T03:15:37.330Z | Compiling dyn-clone v1.0.17 |
1293 | 2024-07-16T03:15:37.568Z | Checking num-conv v0.1.0 |
1294 | 2024-07-16T03:15:37.601Z | Checking unicode-ident v1.0.12 |
1295 | 2024-07-16T03:15:37.694Z | Checking try-lock v0.2.5 |
1296 | 2024-07-16T03:15:37.752Z | Compiling gimli v0.28.1 |
1297 | 2024-07-16T03:15:37.819Z | Checking num_threads v0.1.7 |
1298 | 2024-07-16T03:15:37.843Z | Compiling psl-types v2.0.11 |
1299 | 2024-07-16T03:15:37.889Z | Compiling fallible-iterator v0.2.0 |
1300 | 2024-07-16T03:15:37.997Z | Compiling anyhow v1.0.86 |
1301 | 2024-07-16T03:15:38.320Z | Compiling stable_deref_trait v1.2.0 |
1302 | 2024-07-16T03:15:38.405Z | Compiling h2 v0.3.26 |
1303 | 2024-07-16T03:15:38.480Z | Checking base64 v0.21.7 |
1304 | 2024-07-16T03:15:38.509Z | Checking time-core v0.1.2 |
1305 | 2024-07-16T03:15:38.644Z | Compiling native-tls v0.2.11 |
1306 | 2024-07-16T03:15:39.033Z | Compiling tokio-native-tls v0.3.1 |
1307 | 2024-07-16T03:15:39.183Z | Compiling postgres-protocol v0.6.6 |
1308 | 2024-07-16T03:15:40.349Z | Compiling publicsuffix v2.2.3 |
1309 | 2024-07-16T03:15:40.550Z | Checking want v0.3.1 |
1310 | 2024-07-16T03:15:40.696Z | Checking proc-macro2 v1.0.86 |
1311 | 2024-07-16T03:15:41.015Z | Compiling clap_derive v4.5.8 |
1312 | 2024-07-16T03:15:41.266Z | Compiling addr2line v0.21.0 |
1313 | 2024-07-16T03:15:41.795Z | Compiling tokio-rustls v0.24.1 |
1314 | 2024-07-16T03:15:42.110Z | Compiling terminal_size v0.3.0 |
1315 | 2024-07-16T03:15:42.277Z | Compiling pkcs8 v0.10.2 |
1316 | 2024-07-16T03:15:43.115Z | Compiling usdt-attr-macro v0.5.0 |
1317 | 2024-07-16T03:15:43.819Z | Compiling usdt-macro v0.5.0 |
1318 | 2024-07-16T03:15:44.677Z | Compiling hyper v0.14.28 |
1319 | 2024-07-16T03:15:45.142Z | Compiling enum-as-inner v0.5.1 |
1320 | 2024-07-16T03:15:45.299Z | Compiling block-padding v0.3.3 |
1321 | 2024-07-16T03:15:45.534Z | Compiling diesel_derives v2.1.4 |
1322 | 2024-07-16T03:15:45.558Z | Compiling strum_macros v0.25.3 |
1323 | 2024-07-16T03:15:45.583Z | Compiling serde_repr v0.1.19 |
1324 | 2024-07-16T03:15:46.847Z | Compiling phf_shared v0.11.2 |
1325 | 2024-07-16T03:15:47.164Z | Checking httparse v1.8.0 |
1326 | 2024-07-16T03:15:47.243Z | Compiling ff v0.13.0 |
1327 | 2024-07-16T03:15:47.353Z | Compiling scheduled-thread-pool v0.2.7 |
1328 | 2024-07-16T03:15:47.478Z | Checking errno v0.3.9 |
1329 | 2024-07-16T03:15:47.624Z | Compiling object v0.32.2 |
1330 | 2024-07-16T03:15:47.825Z | Compiling bit-vec v0.6.3 |
1331 | 2024-07-16T03:15:47.945Z | Compiling winnow v0.5.40 |
1332 | 2024-07-16T03:15:48.183Z | Checking utf8parse v0.2.1 |
1333 | 2024-07-16T03:15:48.300Z | Checking adler v1.0.2 |
1334 | 2024-07-16T03:15:48.422Z | Checking tower-service v0.3.2 |
1335 | 2024-07-16T03:15:48.517Z | Compiling bitflags v1.3.2 |
1336 | 2024-07-16T03:15:48.602Z | Checking cpufeatures v0.2.12 |
1337 | 2024-07-16T03:15:48.676Z | Checking openssl-probe v0.1.5 |
1338 | 2024-07-16T03:15:48.787Z | Compiling regex-automata v0.1.10 |
1339 | 2024-07-16T03:15:48.846Z | Checking httpdate v1.0.3 |
1340 | 2024-07-16T03:15:49.033Z | Compiling managed v0.8.0 |
1341 | 2024-07-16T03:15:49.101Z | Compiling matches v0.1.10 |
1342 | 2024-07-16T03:15:49.183Z | Compiling either v1.12.0 |
1343 | 2024-07-16T03:15:49.211Z | Checking ucd-trie v0.1.6 |
1344 | 2024-07-16T03:15:49.366Z | Checking plain v0.2.3 |
1345 | 2024-07-16T03:15:49.406Z | Checking anstyle v1.0.7 |
1346 | 2024-07-16T03:15:49.490Z | Compiling rustc-demangle v0.1.24 |
1347 | 2024-07-16T03:15:49.712Z | Compiling base16ct v0.2.0 |
1348 | 2024-07-16T03:15:50.000Z | Compiling sec1 v0.7.3 |
1349 | 2024-07-16T03:15:50.255Z | Compiling clap_builder v4.5.9 |
1350 | 2024-07-16T03:15:50.342Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-07-16T03:15:50.484Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-07-16T03:15:50.787Z | Compiling toml_edit v0.19.15 |
1353 | 2024-07-16T03:15:53.619Z | Compiling idna v0.2.3 |
1354 | 2024-07-16T03:15:53.948Z | Compiling bstr v0.2.17 |
1355 | 2024-07-16T03:15:55.179Z | Checking miniz_oxide v0.7.2 |
1356 | 2024-07-16T03:15:55.227Z | Checking anstyle-parse v0.2.4 |
1357 | 2024-07-16T03:15:55.795Z | Compiling r2d2 v0.8.10 |
1358 | 2024-07-16T03:15:55.824Z | Compiling group v0.13.0 |
1359 | 2024-07-16T03:15:56.105Z | Compiling signal-hook-mio v0.2.3 |
1360 | 2024-07-16T03:15:56.130Z | Compiling phf v0.11.2 |
1361 | 2024-07-16T03:15:56.155Z | Compiling cookie_store v0.20.0 |
1362 | 2024-07-16T03:15:56.241Z | Compiling inout v0.1.3 |
1363 | 2024-07-16T03:15:56.387Z | Compiling ipnetwork v0.20.0 |
1364 | 2024-07-16T03:15:56.715Z | Checking quote v1.0.36 |
1365 | 2024-07-16T03:15:57.016Z | Compiling regex v1.10.5 |
1366 | 2024-07-16T03:15:57.197Z | Compiling postgres-types v0.2.6 |
1367 | 2024-07-16T03:15:57.222Z | Compiling num-bigint v0.4.5 |
1368 | 2024-07-16T03:15:57.519Z | Compiling zerocopy v0.6.6 |
1369 | 2024-07-16T03:15:57.596Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-07-16T03:15:58.002Z | Compiling hubpack v0.1.2 |
1371 | 2024-07-16T03:15:58.249Z | Compiling futures-executor v0.3.30 |
1372 | 2024-07-16T03:15:58.382Z | Compiling hkdf v0.12.4 |
1373 | 2024-07-16T03:15:58.436Z | Compiling crypto-bigint v0.5.5 |
1374 | 2024-07-16T03:15:58.601Z | Compiling phf_shared v0.10.0 |
1375 | 2024-07-16T03:15:58.797Z | Compiling float-cmp v0.9.0 |
1376 | 2024-07-16T03:15:59.166Z | Compiling whoami v1.5.1 |
1377 | 2024-07-16T03:15:59.201Z | Compiling static_assertions v1.1.0 |
1378 | 2024-07-16T03:15:59.292Z | Compiling fixedbitset v0.4.2 |
1379 | 2024-07-16T03:15:59.470Z | Compiling minimal-lexical v0.2.1 |
1380 | 2024-07-16T03:15:59.661Z | Checking is_terminal_polyfill v1.70.0 |
1381 | 2024-07-16T03:15:59.685Z | Compiling difflib v0.4.0 |
1382 | 2024-07-16T03:15:59.731Z | Compiling webpki-roots v0.25.4 |
1383 | 2024-07-16T03:15:59.775Z | Checking pretty-hex v0.4.1 |
1384 | 2024-07-16T03:15:59.876Z | Compiling unicode-segmentation v1.11.0 |
1385 | 2024-07-16T03:15:59.940Z | Compiling new_debug_unreachable v1.0.6 |
1386 | 2024-07-16T03:16:00.036Z | Compiling precomputed-hash v0.1.1 |
1387 | 2024-07-16T03:16:00.143Z | Checking colorchoice v1.0.1 |
1388 | 2024-07-16T03:16:00.167Z | Compiling predicates-core v1.0.6 |
1389 | 2024-07-16T03:16:00.257Z | Checking anstyle-query v1.0.3 |
1390 | 2024-07-16T03:16:00.358Z | Compiling normalize-line-endings v0.3.0 |
1391 | 2024-07-16T03:16:00.448Z | Compiling data-encoding v2.6.0 |
1392 | 2024-07-16T03:16:00.479Z | Compiling predicates v3.1.0 |
1393 | 2024-07-16T03:16:00.604Z | Compiling similar v2.5.0 |
1394 | 2024-07-16T03:16:01.013Z | Compiling trust-dns-proto v0.22.0 |
1395 | 2024-07-16T03:16:01.097Z | Compiling elliptic-curve v0.13.8 |
1396 | 2024-07-16T03:16:01.763Z | Checking anstream v0.6.14 |
1397 | 2024-07-16T03:16:01.944Z | Compiling console v0.15.8 |
1398 | 2024-07-16T03:16:02.069Z | Compiling toml_edit v0.22.14 |
1399 | 2024-07-16T03:16:02.789Z | Compiling string_cache v0.8.7 |
1400 | 2024-07-16T03:16:02.915Z | Compiling reqwest v0.11.27 |
1401 | 2024-07-16T03:16:03.231Z | Compiling nom v7.1.3 |
1402 | 2024-07-16T03:16:03.320Z | Compiling yasna v0.5.2 |
1403 | 2024-07-16T03:16:03.357Z | Compiling petgraph v0.6.5 |
1404 | 2024-07-16T03:16:03.876Z | Compiling tokio-postgres v0.7.10 |
1405 | 2024-07-16T03:16:04.904Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1406 | 2024-07-16T03:16:06.110Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2024-07-16T03:16:06.695Z | Compiling usdt v0.5.0 |
1408 | 2024-07-16T03:16:07.044Z | Compiling diesel v2.1.6 |
1409 | 2024-07-16T03:16:07.123Z | Compiling futures v0.3.30 |
1410 | 2024-07-16T03:16:07.542Z | Compiling cipher v0.4.4 |
1411 | 2024-07-16T03:16:08.017Z | Compiling crossterm v0.27.0 |
1412 | 2024-07-16T03:16:08.382Z | Compiling clap v4.5.9 |
1413 | 2024-07-16T03:16:08.407Z | Compiling toml v0.7.8 |
1414 | 2024-07-16T03:16:09.250Z | Compiling itertools v0.10.5 |
1415 | 2024-07-16T03:16:09.318Z | Compiling itertools v0.12.1 |
1416 | 2024-07-16T03:16:09.876Z | Compiling bit-set v0.5.3 |
1417 | 2024-07-16T03:16:10.862Z | Compiling bstr v1.9.1 |
1418 | 2024-07-16T03:16:11.167Z | Compiling tokio-stream v0.1.15 |
1419 | 2024-07-16T03:16:11.333Z | Compiling num-iter v0.1.45 |
1420 | 2024-07-16T03:16:11.489Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-07-16T03:16:11.524Z | Compiling hex v0.4.3 |
1422 | 2024-07-16T03:16:12.258Z | Checking thread-id v4.2.1 |
1423 | 2024-07-16T03:16:12.416Z | Compiling peg-runtime v0.8.3 |
1424 | 2024-07-16T03:16:12.606Z | Checking ipnet v2.9.0 |
1425 | 2024-07-16T03:16:12.691Z | Checking strsim v0.11.1 |
1426 | 2024-07-16T03:16:12.734Z | Compiling lalrpop-util v0.19.12 |
1427 | 2024-07-16T03:16:13.049Z | Compiling unicode-xid v0.2.4 |
1428 | 2024-07-16T03:16:13.216Z | Checking clap_lex v0.7.0 |
1429 | 2024-07-16T03:16:15.903Z | Checking rustls-pemfile v1.0.4 |
1430 | 2024-07-16T03:16:16.744Z | Checking crc32fast v1.4.0 |
1431 | 2024-07-16T03:16:16.917Z | Checking memmap v0.7.0 |
1432 | 2024-07-16T03:16:16.943Z | Checking encoding_rs v0.8.34 |
1433 | 2024-07-16T03:16:17.179Z | Checking winnow v0.6.8 |
1434 | 2024-07-16T03:16:17.888Z | Checking mime v0.3.17 |
1435 | 2024-07-16T03:16:18.079Z | Checking sync_wrapper v0.1.2 |
1436 | 2024-07-16T03:16:18.198Z | Checking unicode-width v0.1.13 |
1437 | 2024-07-16T03:16:20.973Z | Checking flate2 v1.0.30 |
1438 | 2024-07-16T03:16:23.665Z | Checking camino v1.1.7 |
1439 | 2024-07-16T03:16:23.720Z | Checking sigpipe v0.1.3 |
1440 | 2024-07-16T03:16:34.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1441 | 2024-07-16T03:16:45.527Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1442 | 2024-07-16T03:16:45.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s |
1443 | 2024-07-16T03:16:46.033Z | |
1444 | 2024-07-16T03:16:46.033Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/132) |
1445 | 2024-07-16T03:16:46.665Z | Downloading crates ... |
1446 | 2024-07-16T03:16:46.878Z | Downloaded arc-swap v1.7.1 |
1447 | 2024-07-16T03:16:46.903Z | Downloaded zone_cfg_derive v0.1.2 |
1448 | 2024-07-16T03:16:46.904Z | Downloaded env_logger v0.9.3 |
1449 | 2024-07-16T03:16:46.904Z | Downloaded tungstenite v0.21.0 |
1450 | 2024-07-16T03:16:46.904Z | Downloaded tokio-tungstenite v0.21.0 |
1451 | 2024-07-16T03:16:46.904Z | Downloaded subprocess v0.2.9 |
1452 | 2024-07-16T03:16:46.904Z | Downloaded headers v0.3.9 |
1453 | 2024-07-16T03:16:46.929Z | Downloaded erased-serde v0.3.31 |
1454 | 2024-07-16T03:16:46.929Z | Downloaded zone v0.1.8 |
1455 | 2024-07-16T03:16:46.929Z | Downloaded walkdir v2.5.0 |
1456 | 2024-07-16T03:16:46.929Z | Downloaded utf-8 v0.7.6 |
1457 | 2024-07-16T03:16:46.929Z | Downloaded tungstenite v0.20.1 |
1458 | 2024-07-16T03:16:46.929Z | Downloaded tokio-tungstenite v0.20.1 |
1459 | 2024-07-16T03:16:46.929Z | Downloaded termcolor v1.4.1 |
1460 | 2024-07-16T03:16:46.929Z | Downloaded slog-stdlog v4.1.1 |
1461 | 2024-07-16T03:16:46.929Z | Downloaded slog-scope v4.4.0 |
1462 | 2024-07-16T03:16:46.929Z | Downloaded slog-envlogger v2.2.0 |
1463 | 2024-07-16T03:16:46.929Z | Downloaded serde_arrays v0.1.0 |
1464 | 2024-07-16T03:16:46.929Z | Downloaded same-file v1.0.6 |
1465 | 2024-07-16T03:16:46.958Z | Downloaded ron v0.7.1 |
1466 | 2024-07-16T03:16:46.958Z | Downloaded rcgen v0.12.1 |
1467 | 2024-07-16T03:16:46.958Z | Downloaded portpicker v0.1.1 |
1468 | 2024-07-16T03:16:46.958Z | Downloaded pem v3.0.4 |
1469 | 2024-07-16T03:16:46.958Z | Downloaded humantime v2.1.0 |
1470 | 2024-07-16T03:16:46.958Z | Downloaded heck v0.3.3 |
1471 | 2024-07-16T03:16:46.958Z | Downloaded headers-core v0.2.0 |
1472 | 2024-07-16T03:16:46.958Z | Downloaded bitstruct_derive v0.1.0 |
1473 | 2024-07-16T03:16:46.958Z | Downloaded bitstruct v0.1.1 |
1474 | 2024-07-16T03:16:46.958Z | Downloaded base64 v0.13.1 |
1475 | 2024-07-16T03:16:46.958Z | Downloaded atty v0.2.14 |
1476 | 2024-07-16T03:16:46.958Z | Downloaded atomicwrites v0.4.3 |
1477 | 2024-07-16T03:16:46.958Z | Downloaded ascii v1.1.0 |
1478 | 2024-07-16T03:16:46.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-07-16T03:16:46.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-07-16T03:16:47.091Z | Compiling regress v0.9.1 |
1481 | 2024-07-16T03:16:47.116Z | Checking sha1 v0.10.6 |
1482 | 2024-07-16T03:16:47.141Z | Compiling strum_macros v0.26.4 |
1483 | 2024-07-16T03:16:47.165Z | Checking heck v0.5.0 |
1484 | 2024-07-16T03:16:47.190Z | Compiling getopts v0.2.21 |
1485 | 2024-07-16T03:16:47.190Z | Checking dirs-sys-next v0.1.2 |
1486 | 2024-07-16T03:16:47.190Z | Compiling unsafe-libyaml v0.2.11 |
1487 | 2024-07-16T03:16:47.344Z | Checking dirs-next v2.0.0 |
1488 | 2024-07-16T03:16:47.368Z | Checking http v1.1.0 |
1489 | 2024-07-16T03:16:47.451Z | Checking thread_local v1.1.8 |
1490 | 2024-07-16T03:16:47.590Z | Checking rustls-pki-types v1.7.0 |
1491 | 2024-07-16T03:16:47.682Z | Compiling ident_case v1.0.1 |
1492 | 2024-07-16T03:16:47.845Z | Compiling darling_core v0.20.9 |
1493 | 2024-07-16T03:16:47.967Z | Checking term v0.7.0 |
1494 | 2024-07-16T03:16:48.046Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1495 | 2024-07-16T03:16:48.322Z | Compiling serde_yaml v0.9.34+deprecated |
1496 | 2024-07-16T03:16:48.347Z | Checking crossbeam-channel v0.5.12 |
1497 | 2024-07-16T03:16:48.513Z | Checking is-terminal v0.4.12 |
1498 | 2024-07-16T03:16:48.610Z | Checking atty v0.2.14 |
1499 | 2024-07-16T03:16:48.708Z | Compiling paste v1.0.15 |
1500 | 2024-07-16T03:16:48.826Z | Checking humantime v2.1.0 |
1501 | 2024-07-16T03:16:48.967Z | Compiling rustls v0.22.4 |
1502 | 2024-07-16T03:16:49.065Z | Checking utf-8 v0.7.6 |
1503 | 2024-07-16T03:16:49.116Z | Checking termcolor v1.4.1 |
1504 | 2024-07-16T03:16:49.178Z | Checking take_mut v0.2.2 |
1505 | 2024-07-16T03:16:49.244Z | Checking base64 v0.22.1 |
1506 | 2024-07-16T03:16:49.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1507 | 2024-07-16T03:16:49.461Z | Checking env_logger v0.9.3 |
1508 | 2024-07-16T03:16:49.599Z | Checking slog-async v2.8.0 |
1509 | 2024-07-16T03:16:49.750Z | Checking slog-term v2.9.1 |
1510 | 2024-07-16T03:16:49.831Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1511 | 2024-07-16T03:16:49.855Z | Checking rustls-webpki v0.102.4 |
1512 | 2024-07-16T03:16:49.880Z | Compiling proc-macro-crate v1.3.1 |
1513 | 2024-07-16T03:16:50.492Z | Compiling bitstruct_derive v0.1.0 |
1514 | 2024-07-16T03:16:50.825Z | Compiling structmeta-derive v0.3.0 |
1515 | 2024-07-16T03:16:51.248Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1516 | 2024-07-16T03:16:51.358Z | Compiling multer v3.1.0 |
1517 | 2024-07-16T03:16:51.607Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2024-07-16T03:16:51.647Z | Checking match_cfg v0.1.0 |
1519 | 2024-07-16T03:16:51.730Z | Checking strum v0.26.3 |
1520 | 2024-07-16T03:16:51.755Z | Checking ascii v1.1.0 |
1521 | 2024-07-16T03:16:51.800Z | Checking hostname v0.3.1 |
1522 | 2024-07-16T03:16:51.861Z | Checking bitstruct v0.1.1 |
1523 | 2024-07-16T03:16:51.887Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1524 | 2024-07-16T03:16:51.919Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1525 | 2024-07-16T03:16:51.963Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1526 | 2024-07-16T03:16:52.011Z | Compiling num_enum_derive v0.5.11 |
1527 | 2024-07-16T03:16:52.103Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1528 | 2024-07-16T03:16:52.193Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1529 | 2024-07-16T03:16:52.399Z | Checking slog-json v2.6.1 |
1530 | 2024-07-16T03:16:52.619Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1531 | 2024-07-16T03:16:52.871Z | Checking erased-serde v0.3.31 |
1532 | 2024-07-16T03:16:52.898Z | Checking serde_arrays v0.1.0 |
1533 | 2024-07-16T03:16:53.012Z | Compiling async-stream-impl v0.3.5 |
1534 | 2024-07-16T03:16:53.206Z | Compiling foreign-types-macros v0.2.3 |
1535 | 2024-07-16T03:16:53.400Z | Compiling structmeta v0.3.0 |
1536 | 2024-07-16T03:16:53.758Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1537 | 2024-07-16T03:16:53.783Z | Checking arc-swap v1.7.1 |
1538 | 2024-07-16T03:16:53.983Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1539 | 2024-07-16T03:16:54.127Z | Compiling darling_macro v0.20.9 |
1540 | 2024-07-16T03:16:54.152Z | Checking foreign-types-shared v0.3.1 |
1541 | 2024-07-16T03:16:54.188Z | Checking atomic-waker v1.1.2 |
1542 | 2024-07-16T03:16:54.236Z | Checking async-stream v0.3.5 |
1543 | 2024-07-16T03:16:54.260Z | Checking slog-scope v4.4.0 |
1544 | 2024-07-16T03:16:54.285Z | Checking foreign-types v0.5.0 |
1545 | 2024-07-16T03:16:54.311Z | Checking waitgroup v0.1.2 |
1546 | 2024-07-16T03:16:54.405Z | Compiling parse-display-derive v0.9.1 |
1547 | 2024-07-16T03:16:54.432Z | Checking num_enum v0.5.11 |
1548 | 2024-07-16T03:16:54.460Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1549 | 2024-07-16T03:16:54.460Z | Checking slog-bunyan v2.5.0 |
1550 | 2024-07-16T03:16:54.460Z | Compiling proc-macro-error v1.0.4 |
1551 | 2024-07-16T03:16:54.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2024-07-16T03:16:54.817Z | Checking toml v0.8.14 |
1553 | 2024-07-16T03:16:54.920Z | Checking rustls-pemfile v2.1.2 |
1554 | 2024-07-16T03:16:55.021Z | Compiling darling v0.20.9 |
1555 | 2024-07-16T03:16:55.138Z | Compiling serde_with_macros v3.8.3 |
1556 | 2024-07-16T03:16:55.162Z | Checking tungstenite v0.20.1 |
1557 | 2024-07-16T03:16:55.188Z | Checking tokio-rustls v0.25.0 |
1558 | 2024-07-16T03:16:55.271Z | Compiling heck v0.3.3 |
1559 | 2024-07-16T03:16:55.520Z | Checking newtype-uuid v1.1.0 |
1560 | 2024-07-16T03:16:55.544Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1561 | 2024-07-16T03:16:55.619Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1562 | 2024-07-16T03:16:55.644Z | Checking serde_path_to_error v0.1.16 |
1563 | 2024-07-16T03:16:55.898Z | Checking cstr-argument v0.1.2 |
1564 | 2024-07-16T03:16:56.049Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-16T03:16:56.167Z | Checking hostname v0.4.0 |
1566 | 2024-07-16T03:16:56.286Z | Checking instant v0.1.12 |
1567 | 2024-07-16T03:16:56.311Z | Checking fastrand v2.1.0 |
1568 | 2024-07-16T03:16:56.384Z | Checking pretty-hex v0.2.1 |
1569 | 2024-07-16T03:16:56.517Z | Checking debug-ignore v1.0.5 |
1570 | 2024-07-16T03:16:56.572Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1571 | 2024-07-16T03:16:56.631Z | Checking tempfile v3.10.1 |
1572 | 2024-07-16T03:16:56.677Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1573 | 2024-07-16T03:16:56.802Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1574 | 2024-07-16T03:16:56.839Z | Checking backoff v0.4.0 |
1575 | 2024-07-16T03:16:57.039Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1576 | 2024-07-16T03:16:57.066Z | Checking tokio-tungstenite v0.20.1 |
1577 | 2024-07-16T03:16:57.090Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1578 | 2024-07-16T03:16:57.266Z | Compiling zone_cfg_derive v0.1.2 |
1579 | 2024-07-16T03:16:57.292Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1580 | 2024-07-16T03:16:57.452Z | Checking slog-stdlog v4.1.1 |
1581 | 2024-07-16T03:16:57.590Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-07-16T03:16:57.719Z | Checking serde_with v3.8.3 |
1583 | 2024-07-16T03:16:57.788Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1584 | 2024-07-16T03:16:57.995Z | Checking tungstenite v0.21.0 |
1585 | 2024-07-16T03:16:58.100Z | Checking colored v2.1.0 |
1586 | 2024-07-16T03:16:58.349Z | Checking macaddr v1.0.1 |
1587 | 2024-07-16T03:16:58.564Z | Checking parse-display v0.9.1 |
1588 | 2024-07-16T03:16:58.604Z | Checking socket2 v0.4.10 |
1589 | 2024-07-16T03:16:58.630Z | Checking base64 v0.13.1 |
1590 | 2024-07-16T03:16:58.728Z | Checking tokio-tungstenite v0.21.0 |
1591 | 2024-07-16T03:16:58.763Z | Checking zone v0.1.8 |
1592 | 2024-07-16T03:16:58.977Z | Checking ron v0.7.1 |
1593 | 2024-07-16T03:16:59.126Z | Checking slog-envlogger v2.2.0 |
1594 | 2024-07-16T03:16:59.305Z | Checking pem v3.0.4 |
1595 | 2024-07-16T03:16:59.330Z | Checking tabwriter v1.4.0 |
1596 | 2024-07-16T03:16:59.531Z | Checking xattr v1.3.1 |
1597 | 2024-07-16T03:16:59.556Z | Checking portpicker v0.1.1 |
1598 | 2024-07-16T03:16:59.674Z | Checking headers-core v0.2.0 |
1599 | 2024-07-16T03:16:59.709Z | Checking smf v0.2.3 |
1600 | 2024-07-16T03:16:59.801Z | Checking filetime v0.2.23 |
1601 | 2024-07-16T03:16:59.955Z | Checking same-file v1.0.6 |
1602 | 2024-07-16T03:16:59.995Z | Checking tar v0.4.41 |
1603 | 2024-07-16T03:17:00.096Z | Checking walkdir v2.5.0 |
1604 | 2024-07-16T03:17:00.132Z | Checking headers v0.3.9 |
1605 | 2024-07-16T03:17:00.324Z | Checking rcgen v0.12.1 |
1606 | 2024-07-16T03:17:00.462Z | Checking camino-tempfile v1.1.1 |
1607 | 2024-07-16T03:17:00.573Z | Checking atomicwrites v0.4.3 |
1608 | 2024-07-16T03:17:00.626Z | Checking subprocess v0.2.9 |
1609 | 2024-07-16T03:17:02.002Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1610 | 2024-07-16T03:17:02.237Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1611 | 2024-07-16T03:17:03.569Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1612 | 2024-07-16T03:17:06.131Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1613 | 2024-07-16T03:17:06.232Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1614 | 2024-07-16T03:17:10.850Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1615 | 2024-07-16T03:17:20.459Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1616 | 2024-07-16T03:17:20.640Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1617 | 2024-07-16T03:17:20.640Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1618 | 2024-07-16T03:17:23.911Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1619 | 2024-07-16T03:17:24.268Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1620 | 2024-07-16T03:17:31.359Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1621 | 2024-07-16T03:17:33.162Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1622 | 2024-07-16T03:17:34.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.50s |
1623 | 2024-07-16T03:17:34.676Z | |
1624 | 2024-07-16T03:17:34.677Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/132) |
1625 | 2024-07-16T03:17:35.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-07-16T03:17:35.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-07-16T03:17:35.578Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1628 | 2024-07-16T03:17:37.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
1629 | 2024-07-16T03:17:37.154Z | |
1630 | 2024-07-16T03:17:37.154Z | info: running `cargo check --bins` on nexus-config (31/132) |
1631 | 2024-07-16T03:17:37.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-07-16T03:17:37.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-07-16T03:17:37.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-07-16T03:17:37.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1635 | 2024-07-16T03:17:37.968Z | |
1636 | 2024-07-16T03:17:37.968Z | info: running `cargo check --bins` on omicron-rpaths (32/132) |
1637 | 2024-07-16T03:17:38.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-07-16T03:17:38.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-07-16T03:17:38.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-07-16T03:17:38.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1641 | 2024-07-16T03:17:38.749Z | |
1642 | 2024-07-16T03:17:38.749Z | info: running `cargo check --bins` on omicron-certificates (33/132) |
1643 | 2024-07-16T03:17:39.352Z | Downloading crates ... |
1644 | 2024-07-16T03:17:39.523Z | Downloaded display-error-chain v0.2.0 |
1645 | 2024-07-16T03:17:39.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-07-16T03:17:39.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-07-16T03:17:39.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-07-16T03:17:39.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1649 | 2024-07-16T03:17:39.619Z | |
1650 | 2024-07-16T03:17:39.619Z | info: running `cargo check --bins` on bootstrap-agent-client (34/132) |
1651 | 2024-07-16T03:17:40.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-07-16T03:17:40.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-07-16T03:17:40.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-07-16T03:17:40.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1655 | 2024-07-16T03:17:40.454Z | |
1656 | 2024-07-16T03:17:40.454Z | info: running `cargo check --bins` on cockroach-admin-client (35/132) |
1657 | 2024-07-16T03:17:41.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-07-16T03:17:41.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-07-16T03:17:41.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-07-16T03:17:41.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1661 | 2024-07-16T03:17:41.246Z | |
1662 | 2024-07-16T03:17:41.246Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/132) |
1663 | 2024-07-16T03:17:41.823Z | Downloading crates ... |
1664 | 2024-07-16T03:17:42.005Z | Downloaded constant_time_eq v0.3.0 |
1665 | 2024-07-16T03:17:42.030Z | Downloaded home v0.5.9 |
1666 | 2024-07-16T03:17:42.030Z | Downloaded spin v0.5.2 |
1667 | 2024-07-16T03:17:42.031Z | Downloaded arrayvec v0.7.4 |
1668 | 2024-07-16T03:17:42.031Z | Downloaded untrusted v0.7.1 |
1669 | 2024-07-16T03:17:42.031Z | Downloaded toolchain_find v0.4.0 |
1670 | 2024-07-16T03:17:42.031Z | Downloaded rayon-core v1.12.1 |
1671 | 2024-07-16T03:17:42.031Z | Downloaded crossbeam-deque v0.8.5 |
1672 | 2024-07-16T03:17:42.031Z | Downloaded topological-sort v0.2.2 |
1673 | 2024-07-16T03:17:42.031Z | Downloaded rustfmt-wrapper v0.2.1 |
1674 | 2024-07-16T03:17:42.031Z | Downloaded omicron-zone-package v0.11.0 |
1675 | 2024-07-16T03:17:42.056Z | Downloaded memmap2 v0.9.4 |
1676 | 2024-07-16T03:17:42.056Z | Downloaded rayon v1.10.0 |
1677 | 2024-07-16T03:17:42.056Z | Downloaded blake3 v1.5.1 |
1678 | 2024-07-16T03:17:42.056Z | Downloaded arrayref v0.3.7 |
1679 | 2024-07-16T03:17:42.096Z | Downloaded ring v0.16.20 |
1680 | 2024-07-16T03:17:42.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-07-16T03:17:42.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-07-16T03:17:42.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-07-16T03:17:42.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
1684 | 2024-07-16T03:17:42.289Z | |
1685 | 2024-07-16T03:17:42.289Z | info: running `cargo check --bins` on dns-service-client (37/132) |
1686 | 2024-07-16T03:17:42.895Z | Downloading crates ... |
1687 | 2024-07-16T03:17:43.016Z | Downloaded newline-converter v0.3.0 |
1688 | 2024-07-16T03:17:43.041Z | Downloaded expectorate v1.1.0 |
1689 | 2024-07-16T03:17:43.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-07-16T03:17:43.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-07-16T03:17:43.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-07-16T03:17:43.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1693 | 2024-07-16T03:17:43.112Z | |
1694 | 2024-07-16T03:17:43.112Z | info: running `cargo check --bins` on dpd-client (38/132) |
1695 | 2024-07-16T03:17:43.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-07-16T03:17:43.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-07-16T03:17:43.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-07-16T03:17:43.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1699 | 2024-07-16T03:17:43.927Z | |
1700 | 2024-07-16T03:17:43.927Z | info: running `cargo check --bins` on gateway-client (39/132) |
1701 | 2024-07-16T03:17:44.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-07-16T03:17:44.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-07-16T03:17:44.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-07-16T03:17:44.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1705 | 2024-07-16T03:17:44.724Z | |
1706 | 2024-07-16T03:17:44.724Z | info: running `cargo check --bins` on installinator-client (40/132) |
1707 | 2024-07-16T03:17:45.346Z | Downloading crates ... |
1708 | 2024-07-16T03:17:45.517Z | Downloaded owo-colors v4.0.0 |
1709 | 2024-07-16T03:17:45.541Z | Downloaded linear-map v1.2.0 |
1710 | 2024-07-16T03:17:45.541Z | Downloaded libsw v3.3.1 |
1711 | 2024-07-16T03:17:45.541Z | Downloaded derive-where v1.2.7 |
1712 | 2024-07-16T03:17:45.541Z | Downloaded cancel-safe-futures v0.1.5 |
1713 | 2024-07-16T03:17:45.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-07-16T03:17:45.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-07-16T03:17:45.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-07-16T03:17:45.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1717 | 2024-07-16T03:17:45.630Z | |
1718 | 2024-07-16T03:17:45.630Z | info: running `cargo check --bins` on installinator-common (41/132) |
1719 | 2024-07-16T03:17:46.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-07-16T03:17:46.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-07-16T03:17:46.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-07-16T03:17:46.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1723 | 2024-07-16T03:17:46.473Z | |
1724 | 2024-07-16T03:17:46.474Z | info: running `cargo check --bins` on update-engine (42/132) |
1725 | 2024-07-16T03:17:47.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-07-16T03:17:47.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-07-16T03:17:47.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-07-16T03:17:47.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1729 | 2024-07-16T03:17:47.252Z | |
1730 | 2024-07-16T03:17:47.252Z | info: running `cargo check --bins` on nexus-client (43/132) |
1731 | 2024-07-16T03:17:47.829Z | Downloading crates ... |
1732 | 2024-07-16T03:17:48.029Z | Downloaded semver v0.1.20 |
1733 | 2024-07-16T03:17:48.054Z | Downloaded rustc_version v0.1.7 |
1734 | 2024-07-16T03:17:48.054Z | Downloaded newtype_derive v0.1.6 |
1735 | 2024-07-16T03:17:48.054Z | Downloaded steno v0.4.1 |
1736 | 2024-07-16T03:17:48.054Z | Downloaded argon2 v0.5.3 |
1737 | 2024-07-16T03:17:48.054Z | Downloaded blake2 v0.10.6 |
1738 | 2024-07-16T03:17:48.054Z | Downloaded password-hash v0.5.0 |
1739 | 2024-07-16T03:17:48.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-07-16T03:17:48.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-07-16T03:17:48.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-07-16T03:17:48.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1743 | 2024-07-16T03:17:48.156Z | |
1744 | 2024-07-16T03:17:48.156Z | info: running `cargo check --bins` on nexus-types (44/132) |
1745 | 2024-07-16T03:17:48.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-07-16T03:17:48.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-07-16T03:17:48.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-07-16T03:17:48.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1749 | 2024-07-16T03:17:48.980Z | |
1750 | 2024-07-16T03:17:48.980Z | info: running `cargo check --bins` on omicron-passwords (45/132) |
1751 | 2024-07-16T03:17:49.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-07-16T03:17:49.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-07-16T03:17:49.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-07-16T03:17:49.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1755 | 2024-07-16T03:17:49.781Z | |
1756 | 2024-07-16T03:17:49.781Z | info: running `cargo check --bins` on sled-agent-client (46/132) |
1757 | 2024-07-16T03:17:50.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-07-16T03:17:50.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-07-16T03:17:50.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-07-16T03:17:50.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1761 | 2024-07-16T03:17:50.586Z | |
1762 | 2024-07-16T03:17:50.586Z | info: running `cargo check --bins` on oxide-client (47/132) |
1763 | 2024-07-16T03:17:51.220Z | Downloading crates ... |
1764 | 2024-07-16T03:17:51.324Z | Downloaded lru-cache v0.1.2 |
1765 | 2024-07-16T03:17:51.348Z | Downloaded resolv-conf v0.7.0 |
1766 | 2024-07-16T03:17:51.348Z | Downloaded linked-hash-map v0.5.6 |
1767 | 2024-07-16T03:17:51.348Z | Downloaded trust-dns-resolver v0.22.0 |
1768 | 2024-07-16T03:17:51.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2024-07-16T03:17:51.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2024-07-16T03:17:51.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2024-07-16T03:17:51.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1772 | 2024-07-16T03:17:51.418Z | |
1773 | 2024-07-16T03:17:51.419Z | info: running `cargo check --bins` on oximeter-client (48/132) |
1774 | 2024-07-16T03:17:52.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2024-07-16T03:17:52.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2024-07-16T03:17:52.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2024-07-16T03:17:52.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1778 | 2024-07-16T03:17:52.218Z | |
1779 | 2024-07-16T03:17:52.218Z | info: running `cargo check --bins` on wicketd-client (49/132) |
1780 | 2024-07-16T03:17:52.882Z | Downloading crates ... |
1781 | 2024-07-16T03:17:53.002Z | Downloaded maplit v1.0.2 |
1782 | 2024-07-16T03:17:53.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1783 | 2024-07-16T03:17:53.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1784 | 2024-07-16T03:17:53.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1785 | 2024-07-16T03:17:53.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1786 | 2024-07-16T03:17:53.105Z | |
1787 | 2024-07-16T03:17:53.105Z | info: running `cargo check --bins` on wicket-common (50/132) |
1788 | 2024-07-16T03:17:53.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1789 | 2024-07-16T03:17:53.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1790 | 2024-07-16T03:17:53.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1791 | 2024-07-16T03:17:53.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1792 | 2024-07-16T03:17:53.949Z | |
1793 | 2024-07-16T03:17:53.949Z | info: running `cargo check --bins` on omicron-cockroach-admin (51/132) |
1794 | 2024-07-16T03:17:54.542Z | Downloading crates ... |
1795 | 2024-07-16T03:17:54.704Z | Downloaded csv-core v0.1.11 |
1796 | 2024-07-16T03:17:54.728Z | Downloaded slog-dtrace v0.3.0 |
1797 | 2024-07-16T03:17:54.728Z | Downloaded csv v1.3.0 |
1798 | 2024-07-16T03:17:54.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2024-07-16T03:17:54.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2024-07-16T03:17:54.859Z | Compiling heapless v0.8.0 |
1801 | 2024-07-16T03:17:54.859Z | Checking hash32 v0.3.1 |
1802 | 2024-07-16T03:17:54.885Z | Compiling smoltcp v0.11.0 |
1803 | 2024-07-16T03:17:54.910Z | Checking embedded-io v0.4.0 |
1804 | 2024-07-16T03:17:54.935Z | Checking cobs v0.2.3 |
1805 | 2024-07-16T03:17:54.960Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1806 | 2024-07-16T03:17:54.960Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1807 | 2024-07-16T03:17:54.984Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1808 | 2024-07-16T03:17:55.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1809 | 2024-07-16T03:17:55.089Z | Compiling crucible-workspace-hack v0.1.0 |
1810 | 2024-07-16T03:17:55.114Z | Checking postcard v1.0.8 |
1811 | 2024-07-16T03:17:55.114Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1812 | 2024-07-16T03:17:55.249Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1813 | 2024-07-16T03:17:55.327Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1814 | 2024-07-16T03:17:55.461Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1815 | 2024-07-16T03:17:55.545Z | Compiling num-derive v0.4.2 |
1816 | 2024-07-16T03:17:55.631Z | Compiling slog-dtrace v0.3.0 |
1817 | 2024-07-16T03:17:55.711Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1818 | 2024-07-16T03:17:55.735Z | Checking csv-core v0.1.11 |
1819 | 2024-07-16T03:17:55.760Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1820 | 2024-07-16T03:17:56.007Z | Checking csv v1.3.0 |
1821 | 2024-07-16T03:17:56.459Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1822 | 2024-07-16T03:17:57.097Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1823 | 2024-07-16T03:17:58.810Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1824 | 2024-07-16T03:17:59.860Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1825 | 2024-07-16T03:18:01.188Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1826 | 2024-07-16T03:18:01.408Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1827 | 2024-07-16T03:18:05.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s |
1828 | 2024-07-16T03:18:05.195Z | |
1829 | 2024-07-16T03:18:05.195Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (52/132) |
1830 | 2024-07-16T03:18:05.801Z | Downloading crates ... |
1831 | 2024-07-16T03:18:06.059Z | Downloaded oso-derive v0.27.3 |
1832 | 2024-07-16T03:18:06.084Z | Downloaded http-range v0.1.5 |
1833 | 2024-07-16T03:18:06.084Z | Downloaded serde-big-array v0.5.1 |
1834 | 2024-07-16T03:18:06.084Z | Downloaded zip v0.6.6 |
1835 | 2024-07-16T03:18:06.084Z | Downloaded trust-dns-server v0.22.1 |
1836 | 2024-07-16T03:18:06.109Z | Downloaded x509-cert v0.2.5 |
1837 | 2024-07-16T03:18:06.109Z | Downloaded wyz v0.5.1 |
1838 | 2024-07-16T03:18:06.109Z | Downloaded strum_macros v0.24.3 |
1839 | 2024-07-16T03:18:06.109Z | Downloaded trust-dns-client v0.22.0 |
1840 | 2024-07-16T03:18:06.134Z | Downloaded salty v0.2.0 |
1841 | 2024-07-16T03:18:06.134Z | Downloaded regex-syntax v0.6.29 |
1842 | 2024-07-16T03:18:06.134Z | Downloaded sled v0.34.7 |
1843 | 2024-07-16T03:18:06.159Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1844 | 2024-07-16T03:18:06.159Z | Downloaded object v0.30.4 |
1845 | 2024-07-16T03:18:06.184Z | Downloaded nix v0.27.1 |
1846 | 2024-07-16T03:18:06.184Z | Downloaded lalrpop v0.19.12 |
1847 | 2024-07-16T03:18:06.209Z | Downloaded libxml v0.3.3 |
1848 | 2024-07-16T03:18:06.209Z | Downloaded hyper-staticfile v0.9.5 |
1849 | 2024-07-16T03:18:06.209Z | Downloaded serde-hex v0.1.0 |
1850 | 2024-07-16T03:18:06.209Z | Downloaded serde-big-array v0.4.1 |
1851 | 2024-07-16T03:18:06.209Z | Downloaded radium v0.7.0 |
1852 | 2024-07-16T03:18:06.209Z | Downloaded prettyplease v0.2.20 |
1853 | 2024-07-16T03:18:06.234Z | Downloaded packed_struct v0.10.1 |
1854 | 2024-07-16T03:18:06.234Z | Downloaded oso v0.27.3 |
1855 | 2024-07-16T03:18:06.234Z | Downloaded num v0.4.3 |
1856 | 2024-07-16T03:18:06.234Z | Downloaded mime_guess v2.0.4 |
1857 | 2024-07-16T03:18:06.234Z | Downloaded libefi-sys v0.1.0 |
1858 | 2024-07-16T03:18:06.234Z | Downloaded unicase v2.7.0 |
1859 | 2024-07-16T03:18:06.234Z | Downloaded tls_codec_derive v0.4.1 |
1860 | 2024-07-16T03:18:06.234Z | Downloaded tls_codec v0.4.1 |
1861 | 2024-07-16T03:18:06.234Z | Downloaded shlex v1.3.0 |
1862 | 2024-07-16T03:18:06.234Z | Downloaded ref-cast v1.0.23 |
1863 | 2024-07-16T03:18:06.234Z | Downloaded radix_trie v0.2.1 |
1864 | 2024-07-16T03:18:06.259Z | Downloaded polar-core v0.27.3 |
1865 | 2024-07-16T03:18:06.259Z | Downloaded path-slash v0.1.5 |
1866 | 2024-07-16T03:18:06.259Z | Downloaded parking_lot v0.11.2 |
1867 | 2024-07-16T03:18:06.259Z | Downloaded indoc v1.0.9 |
1868 | 2024-07-16T03:18:06.259Z | Downloaded gethostname v0.4.3 |
1869 | 2024-07-16T03:18:06.259Z | Downloaded funty v2.0.0 |
1870 | 2024-07-16T03:18:06.259Z | Downloaded float-ord v0.3.2 |
1871 | 2024-07-16T03:18:06.259Z | Downloaded endian-type v0.1.2 |
1872 | 2024-07-16T03:18:06.259Z | Downloaded ed25519 v1.5.3 |
1873 | 2024-07-16T03:18:06.259Z | Downloaded diff v0.1.13 |
1874 | 2024-07-16T03:18:06.284Z | Downloaded bitvec v1.0.1 |
1875 | 2024-07-16T03:18:06.284Z | Downloaded bindgen v0.69.4 |
1876 | 2024-07-16T03:18:06.309Z | Downloaded which v4.4.2 |
1877 | 2024-07-16T03:18:06.309Z | Downloaded tiny-keccak v2.0.2 |
1878 | 2024-07-16T03:18:06.309Z | Downloaded tap v1.0.1 |
1879 | 2024-07-16T03:18:06.309Z | Downloaded signature v1.6.4 |
1880 | 2024-07-16T03:18:06.309Z | Downloaded rsa v0.9.6 |
1881 | 2024-07-16T03:18:06.309Z | Downloaded quick-xml v0.31.0 |
1882 | 2024-07-16T03:18:06.309Z | Downloaded pkcs1 v0.7.5 |
1883 | 2024-07-16T03:18:06.334Z | Downloaded parking_lot_core v0.8.6 |
1884 | 2024-07-16T03:18:06.334Z | Downloaded packed_struct_codegen v0.10.1 |
1885 | 2024-07-16T03:18:06.334Z | Downloaded num-complex v0.4.6 |
1886 | 2024-07-16T03:18:06.334Z | Downloaded num-bigint-dig v0.8.4 |
1887 | 2024-07-16T03:18:06.334Z | Downloaded memoffset v0.9.1 |
1888 | 2024-07-16T03:18:06.334Z | Downloaded libloading v0.8.3 |
1889 | 2024-07-16T03:18:06.334Z | Downloaded highway v1.1.0 |
1890 | 2024-07-16T03:18:06.334Z | Downloaded hashbrown v0.13.2 |
1891 | 2024-07-16T03:18:06.334Z | Downloaded bzip2 v0.4.4 |
1892 | 2024-07-16T03:18:06.360Z | Downloaded bcs v0.1.6 |
1893 | 2024-07-16T03:18:06.360Z | Downloaded toml v0.5.11 |
1894 | 2024-07-16T03:18:06.360Z | Downloaded signature v2.2.0 |
1895 | 2024-07-16T03:18:06.360Z | Downloaded signal-hook-tokio v0.3.1 |
1896 | 2024-07-16T03:18:06.360Z | Downloaded samael v0.0.15 |
1897 | 2024-07-16T03:18:06.360Z | Downloaded rustc-hash v1.1.0 |
1898 | 2024-07-16T03:18:06.360Z | Downloaded ron v0.8.1 |
1899 | 2024-07-16T03:18:06.360Z | Downloaded ref-cast-impl v1.0.23 |
1900 | 2024-07-16T03:18:06.360Z | Downloaded num-rational v0.4.2 |
1901 | 2024-07-16T03:18:06.360Z | Downloaded maybe-uninit v2.0.0 |
1902 | 2024-07-16T03:18:06.385Z | Downloaded lazycell v1.3.0 |
1903 | 2024-07-16T03:18:06.385Z | Downloaded impl-trait-for-tuples v0.2.2 |
1904 | 2024-07-16T03:18:06.385Z | Downloaded glob v0.3.1 |
1905 | 2024-07-16T03:18:06.385Z | Downloaded flume v0.11.0 |
1906 | 2024-07-16T03:18:06.385Z | Downloaded env_logger v0.10.2 |
1907 | 2024-07-16T03:18:06.385Z | Downloaded ena v0.14.3 |
1908 | 2024-07-16T03:18:06.385Z | Downloaded derive_builder_core v0.20.0 |
1909 | 2024-07-16T03:18:06.385Z | Downloaded crc-any v2.5.0 |
1910 | 2024-07-16T03:18:06.385Z | Downloaded cookie v0.18.1 |
1911 | 2024-07-16T03:18:06.385Z | Downloaded const_format_proc_macros v0.2.32 |
1912 | 2024-07-16T03:18:06.385Z | Downloaded const_format v0.2.32 |
1913 | 2024-07-16T03:18:06.410Z | Downloaded clang-sys v1.7.0 |
1914 | 2024-07-16T03:18:06.410Z | Downloaded cexpr v0.6.0 |
1915 | 2024-07-16T03:18:06.410Z | Downloaded bitfield v0.14.0 |
1916 | 2024-07-16T03:18:06.410Z | Downloaded smallvec v0.6.14 |
1917 | 2024-07-16T03:18:06.410Z | Downloaded nodrop v0.1.14 |
1918 | 2024-07-16T03:18:06.410Z | Downloaded nibble_vec v0.1.0 |
1919 | 2024-07-16T03:18:06.410Z | Downloaded nanorand v0.7.0 |
1920 | 2024-07-16T03:18:06.410Z | Downloaded kstat-rs v0.2.4 |
1921 | 2024-07-16T03:18:06.410Z | Downloaded derive_builder v0.20.0 |
1922 | 2024-07-16T03:18:06.410Z | Downloaded crc-catalog v2.4.0 |
1923 | 2024-07-16T03:18:06.410Z | Downloaded crc v3.2.1 |
1924 | 2024-07-16T03:18:06.435Z | Downloaded corncobs v0.1.3 |
1925 | 2024-07-16T03:18:06.435Z | Downloaded bitfield-struct v0.6.1 |
1926 | 2024-07-16T03:18:06.435Z | Downloaded bb8 v0.8.5 |
1927 | 2024-07-16T03:18:06.435Z | Downloaded async-recursion v1.1.1 |
1928 | 2024-07-16T03:18:06.435Z | Downloaded ascii-canvas v3.0.0 |
1929 | 2024-07-16T03:18:06.435Z | Downloaded array-init v0.0.4 |
1930 | 2024-07-16T03:18:06.435Z | Downloaded fxhash v0.2.1 |
1931 | 2024-07-16T03:18:06.435Z | Downloaded derive_builder_macro v0.20.0 |
1932 | 2024-07-16T03:18:06.435Z | Downloaded crunchy v0.2.2 |
1933 | 2024-07-16T03:18:06.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1934 | 2024-07-16T03:18:06.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1935 | 2024-07-16T03:18:06.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1936 | 2024-07-16T03:18:06.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
1937 | 2024-07-16T03:18:06.549Z | |
1938 | 2024-07-16T03:18:06.549Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/132) |
1939 | 2024-07-16T03:18:07.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1940 | 2024-07-16T03:18:07.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1941 | 2024-07-16T03:18:07.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1942 | 2024-07-16T03:18:07.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1943 | 2024-07-16T03:18:07.490Z | |
1944 | 2024-07-16T03:18:07.490Z | info: running `cargo check --bins` on dns-server (54/132) |
1945 | 2024-07-16T03:18:08.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1946 | 2024-07-16T03:18:08.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1947 | 2024-07-16T03:18:08.367Z | Compiling parking_lot_core v0.8.6 |
1948 | 2024-07-16T03:18:08.392Z | Checking nibble_vec v0.1.0 |
1949 | 2024-07-16T03:18:08.392Z | Checking endian-type v0.1.2 |
1950 | 2024-07-16T03:18:08.392Z | Checking newline-converter v0.3.0 |
1951 | 2024-07-16T03:18:08.416Z | Checking quick-error v1.2.3 |
1952 | 2024-07-16T03:18:08.416Z | Checking linked-hash-map v0.5.6 |
1953 | 2024-07-16T03:18:08.441Z | Checking toml v0.5.11 |
1954 | 2024-07-16T03:18:08.468Z | Checking fxhash v0.2.1 |
1955 | 2024-07-16T03:18:08.545Z | Checking resolv-conf v0.7.0 |
1956 | 2024-07-16T03:18:08.569Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1957 | 2024-07-16T03:18:08.594Z | Checking radix_trie v0.2.1 |
1958 | 2024-07-16T03:18:08.594Z | Checking expectorate v1.1.0 |
1959 | 2024-07-16T03:18:08.694Z | Checking lru-cache v0.1.2 |
1960 | 2024-07-16T03:18:08.737Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1961 | 2024-07-16T03:18:08.856Z | Checking trust-dns-resolver v0.22.0 |
1962 | 2024-07-16T03:18:08.934Z | Checking trust-dns-client v0.22.0 |
1963 | 2024-07-16T03:18:09.096Z | Checking parking_lot v0.11.2 |
1964 | 2024-07-16T03:18:09.394Z | Checking sled v0.34.7 |
1965 | 2024-07-16T03:18:09.938Z | Checking trust-dns-server v0.22.1 |
1966 | 2024-07-16T03:18:11.941Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1967 | 2024-07-16T03:18:13.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
1968 | 2024-07-16T03:18:13.456Z | |
1969 | 2024-07-16T03:18:13.456Z | info: running `cargo check --bins` on dns-server-api (55/132) |
1970 | 2024-07-16T03:18:14.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1971 | 2024-07-16T03:18:14.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1972 | 2024-07-16T03:18:14.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1973 | 2024-07-16T03:18:14.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1974 | 2024-07-16T03:18:14.269Z | |
1975 | 2024-07-16T03:18:14.269Z | info: running `cargo check --bins` on gateway-test-utils (56/132) |
1976 | 2024-07-16T03:18:15.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1977 | 2024-07-16T03:18:15.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1978 | 2024-07-16T03:18:15.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1979 | 2024-07-16T03:18:15.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1980 | 2024-07-16T03:18:15.145Z | |
1981 | 2024-07-16T03:18:15.145Z | info: running `cargo check --bins` on omicron-gateway (57/132) |
1982 | 2024-07-16T03:18:15.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2024-07-16T03:18:15.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2024-07-16T03:18:16.013Z | Compiling radium v0.7.0 |
1985 | 2024-07-16T03:18:16.038Z | Compiling maybe-uninit v2.0.0 |
1986 | 2024-07-16T03:18:16.038Z | Checking tap v1.0.1 |
1987 | 2024-07-16T03:18:16.068Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1988 | 2024-07-16T03:18:16.093Z | Checking funty v2.0.0 |
1989 | 2024-07-16T03:18:16.093Z | Checking crc-catalog v2.4.0 |
1990 | 2024-07-16T03:18:16.117Z | Compiling num-bigint-dig v0.8.4 |
1991 | 2024-07-16T03:18:16.117Z | Compiling packed_struct v0.10.1 |
1992 | 2024-07-16T03:18:16.199Z | Checking wyz v0.5.1 |
1993 | 2024-07-16T03:18:16.233Z | Checking crc v3.2.1 |
1994 | 2024-07-16T03:18:16.376Z | Compiling packed_struct_codegen v0.10.1 |
1995 | 2024-07-16T03:18:16.524Z | Compiling indexmap v1.9.3 |
1996 | 2024-07-16T03:18:16.549Z | Checking nodrop v0.1.14 |
1997 | 2024-07-16T03:18:16.643Z | Checking smallvec v0.6.14 |
1998 | 2024-07-16T03:18:16.667Z | Checking array-init v0.0.4 |
1999 | 2024-07-16T03:18:16.753Z | Checking pkcs1 v0.7.5 |
2000 | 2024-07-16T03:18:16.790Z | Checking signature v2.2.0 |
2001 | 2024-07-16T03:18:16.880Z | Checking bitvec v1.0.1 |
2002 | 2024-07-16T03:18:16.960Z | Compiling memoffset v0.9.1 |
2003 | 2024-07-16T03:18:16.985Z | Checking hashbrown v0.12.3 |
2004 | 2024-07-16T03:18:17.086Z | Checking bitfield v0.14.0 |
2005 | 2024-07-16T03:18:17.198Z | Checking env_logger v0.10.2 |
2006 | 2024-07-16T03:18:17.222Z | Checking bzip2 v0.4.4 |
2007 | 2024-07-16T03:18:17.431Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2008 | 2024-07-16T03:18:17.457Z | Checking x509-cert v0.2.5 |
2009 | 2024-07-16T03:18:17.482Z | Checking serde-hex v0.1.0 |
2010 | 2024-07-16T03:18:17.570Z | Checking ron v0.8.1 |
2011 | 2024-07-16T03:18:17.640Z | Checking hashbrown v0.13.2 |
2012 | 2024-07-16T03:18:18.384Z | Checking rsa v0.9.6 |
2013 | 2024-07-16T03:18:18.421Z | Checking half v2.4.1 |
2014 | 2024-07-16T03:18:18.517Z | Checking crc-any v2.5.0 |
2015 | 2024-07-16T03:18:18.637Z | Checking ciborium-io v0.2.2 |
2016 | 2024-07-16T03:18:18.744Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2017 | 2024-07-16T03:18:18.770Z | Checking object v0.30.4 |
2018 | 2024-07-16T03:18:18.808Z | Checking zip v0.6.6 |
2019 | 2024-07-16T03:18:18.833Z | Checking ciborium-ll v0.2.2 |
2020 | 2024-07-16T03:18:18.954Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2021 | 2024-07-16T03:18:18.979Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2022 | 2024-07-16T03:18:19.067Z | Checking path-slash v0.1.5 |
2023 | 2024-07-16T03:18:19.192Z | Checking ciborium v0.2.2 |
2024 | 2024-07-16T03:18:19.238Z | Checking nix v0.27.1 |
2025 | 2024-07-16T03:18:19.263Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2026 | 2024-07-16T03:18:19.288Z | Checking serde-big-array v0.5.1 |
2027 | 2024-07-16T03:18:19.390Z | Checking signal-hook-tokio v0.3.1 |
2028 | 2024-07-16T03:18:22.105Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2029 | 2024-07-16T03:18:30.729Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2030 | 2024-07-16T03:18:32.302Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2031 | 2024-07-16T03:18:34.460Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2032 | 2024-07-16T03:18:39.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.15s |
2033 | 2024-07-16T03:18:39.425Z | |
2034 | 2024-07-16T03:18:39.425Z | info: running `cargo check --bins` on ipcc (58/132) |
2035 | 2024-07-16T03:18:40.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2036 | 2024-07-16T03:18:40.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2037 | 2024-07-16T03:18:40.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2038 | 2024-07-16T03:18:40.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2039 | 2024-07-16T03:18:40.262Z | |
2040 | 2024-07-16T03:18:40.262Z | info: running `cargo check --bins` on sp-sim (59/132) |
2041 | 2024-07-16T03:18:41.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2042 | 2024-07-16T03:18:41.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2043 | 2024-07-16T03:18:41.153Z | Checking signature v1.6.4 |
2044 | 2024-07-16T03:18:41.153Z | Compiling salty v0.2.0 |
2045 | 2024-07-16T03:18:41.178Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2046 | 2024-07-16T03:18:41.178Z | Compiling convert_case v0.4.0 |
2047 | 2024-07-16T03:18:41.216Z | Checking serde-big-array v0.4.1 |
2048 | 2024-07-16T03:18:41.241Z | Checking corncobs v0.1.3 |
2049 | 2024-07-16T03:18:41.283Z | Checking ed25519 v1.5.3 |
2050 | 2024-07-16T03:18:41.873Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2051 | 2024-07-16T03:18:41.941Z | Compiling derive_more v0.99.18 |
2052 | 2024-07-16T03:18:47.225Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2024-07-16T03:18:47.999Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2054 | 2024-07-16T03:18:48.149Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2055 | 2024-07-16T03:18:50.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
2056 | 2024-07-16T03:18:50.406Z | |
2057 | 2024-07-16T03:18:50.406Z | info: running `cargo check --bins` on internal-dns (60/132) |
2058 | 2024-07-16T03:18:51.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2059 | 2024-07-16T03:18:51.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2060 | 2024-07-16T03:18:51.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2061 | 2024-07-16T03:18:51.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2062 | 2024-07-16T03:18:51.224Z | |
2063 | 2024-07-16T03:18:51.225Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (61/132) |
2064 | 2024-07-16T03:18:51.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2065 | 2024-07-16T03:18:52.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2066 | 2024-07-16T03:18:52.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2067 | 2024-07-16T03:18:52.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2068 | 2024-07-16T03:18:52.066Z | |
2069 | 2024-07-16T03:18:52.066Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/132) |
2070 | 2024-07-16T03:18:52.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2071 | 2024-07-16T03:18:52.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2072 | 2024-07-16T03:18:52.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2073 | 2024-07-16T03:18:52.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2074 | 2024-07-16T03:18:52.954Z | |
2075 | 2024-07-16T03:18:52.954Z | info: running `cargo check --bins` on db-macros (63/132) |
2076 | 2024-07-16T03:18:53.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2077 | 2024-07-16T03:18:53.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2078 | 2024-07-16T03:18:53.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2079 | 2024-07-16T03:18:53.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2080 | 2024-07-16T03:18:53.756Z | |
2081 | 2024-07-16T03:18:53.756Z | info: running `cargo check --bins` on nexus-macros-common (64/132) |
2082 | 2024-07-16T03:18:54.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2083 | 2024-07-16T03:18:54.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2084 | 2024-07-16T03:18:54.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2085 | 2024-07-16T03:18:54.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2086 | 2024-07-16T03:18:54.547Z | |
2087 | 2024-07-16T03:18:54.547Z | info: running `cargo check --bins` on nexus-auth (65/132) |
2088 | 2024-07-16T03:18:55.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2089 | 2024-07-16T03:18:55.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2090 | 2024-07-16T03:18:55.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2091 | 2024-07-16T03:18:55.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2092 | 2024-07-16T03:18:55.416Z | |
2093 | 2024-07-16T03:18:55.416Z | info: running `cargo check --bins` on authz-macros (66/132) |
2094 | 2024-07-16T03:18:56.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-07-16T03:18:56.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-07-16T03:18:56.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2097 | 2024-07-16T03:18:56.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2098 | 2024-07-16T03:18:56.208Z | |
2099 | 2024-07-16T03:18:56.208Z | info: running `cargo check --bins` on nexus-db-fixed-data (67/132) |
2100 | 2024-07-16T03:18:56.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-07-16T03:18:56.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-07-16T03:18:56.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2103 | 2024-07-16T03:18:56.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2104 | 2024-07-16T03:18:57.037Z | |
2105 | 2024-07-16T03:18:57.037Z | info: running `cargo check --bins` on nexus-db-model (68/132) |
2106 | 2024-07-16T03:18:57.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-07-16T03:18:57.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-07-16T03:18:57.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2109 | 2024-07-16T03:18:57.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2110 | 2024-07-16T03:18:57.852Z | |
2111 | 2024-07-16T03:18:57.852Z | info: running `cargo check --bins` on nexus-defaults (69/132) |
2112 | 2024-07-16T03:18:58.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-07-16T03:18:58.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-07-16T03:18:58.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-07-16T03:18:58.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2116 | 2024-07-16T03:18:58.680Z | |
2117 | 2024-07-16T03:18:58.680Z | info: running `cargo check --bins` on oximeter (70/132) |
2118 | 2024-07-16T03:18:59.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-07-16T03:18:59.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-07-16T03:18:59.546Z | Compiling rustls-pki-types v1.7.0 |
2121 | 2024-07-16T03:18:59.571Z | Compiling prettyplease v0.2.20 |
2122 | 2024-07-16T03:18:59.595Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2123 | 2024-07-16T03:18:59.595Z | Compiling crossbeam-channel v0.5.12 |
2124 | 2024-07-16T03:18:59.596Z | Compiling slog-json v2.6.1 |
2125 | 2024-07-16T03:18:59.620Z | Compiling http v1.1.0 |
2126 | 2024-07-16T03:18:59.620Z | Compiling base64 v0.22.1 |
2127 | 2024-07-16T03:18:59.645Z | Compiling atomic-waker v1.1.2 |
2128 | 2024-07-16T03:18:59.829Z | Compiling waitgroup v0.1.2 |
2129 | 2024-07-16T03:18:59.854Z | Compiling slog-term v2.9.1 |
2130 | 2024-07-16T03:18:59.961Z | Compiling rustls-webpki v0.102.4 |
2131 | 2024-07-16T03:18:59.987Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2132 | 2024-07-16T03:19:00.045Z | Compiling slog-bunyan v2.5.0 |
2133 | 2024-07-16T03:19:00.180Z | Compiling rustls-pemfile v2.1.2 |
2134 | 2024-07-16T03:19:00.221Z | Compiling camino v1.1.7 |
2135 | 2024-07-16T03:19:00.306Z | Compiling slog-async v2.8.0 |
2136 | 2024-07-16T03:19:00.331Z | Compiling async-stream v0.3.5 |
2137 | 2024-07-16T03:19:00.575Z | Compiling toml v0.8.14 |
2138 | 2024-07-16T03:19:00.600Z | Compiling sha1 v0.10.6 |
2139 | 2024-07-16T03:19:00.625Z | Compiling newtype-uuid v1.1.0 |
2140 | 2024-07-16T03:19:00.871Z | Compiling rustls v0.22.4 |
2141 | 2024-07-16T03:19:00.900Z | Compiling serde_path_to_error v0.1.16 |
2142 | 2024-07-16T03:19:00.950Z | Compiling multer v3.1.0 |
2143 | 2024-07-16T03:19:01.049Z | Compiling hostname v0.4.0 |
2144 | 2024-07-16T03:19:01.269Z | Compiling instant v0.1.12 |
2145 | 2024-07-16T03:19:01.366Z | Compiling debug-ignore v1.0.5 |
2146 | 2024-07-16T03:19:01.416Z | Compiling backoff v0.4.0 |
2147 | 2024-07-16T03:19:01.498Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2148 | 2024-07-16T03:19:01.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2149 | 2024-07-16T03:19:01.709Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2150 | 2024-07-16T03:19:01.763Z | Compiling strum v0.26.3 |
2151 | 2024-07-16T03:19:01.788Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2152 | 2024-07-16T03:19:01.830Z | Compiling serde_with v3.8.3 |
2153 | 2024-07-16T03:19:01.880Z | Compiling parse-display v0.9.1 |
2154 | 2024-07-16T03:19:01.913Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2155 | 2024-07-16T03:19:01.938Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2156 | 2024-07-16T03:19:02.056Z | Compiling num-rational v0.4.2 |
2157 | 2024-07-16T03:19:02.097Z | Compiling num-complex v0.4.6 |
2158 | 2024-07-16T03:19:02.457Z | Compiling macaddr v1.0.1 |
2159 | 2024-07-16T03:19:02.972Z | Compiling num v0.4.3 |
2160 | 2024-07-16T03:19:03.068Z | Compiling float-ord v0.3.2 |
2161 | 2024-07-16T03:19:04.055Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2162 | 2024-07-16T03:19:04.325Z | Compiling tokio-rustls v0.25.0 |
2163 | 2024-07-16T03:19:04.650Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2164 | 2024-07-16T03:19:08.438Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2165 | 2024-07-16T03:19:23.867Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2166 | 2024-07-16T03:19:27.516Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2167 | 2024-07-16T03:19:28.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s |
2168 | 2024-07-16T03:19:28.401Z | |
2169 | 2024-07-16T03:19:28.401Z | info: running `cargo check --bins` on oximeter-impl (71/132) |
2170 | 2024-07-16T03:19:29.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2171 | 2024-07-16T03:19:29.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2172 | 2024-07-16T03:19:29.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2173 | 2024-07-16T03:19:29.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2174 | 2024-07-16T03:19:29.221Z | |
2175 | 2024-07-16T03:19:29.221Z | info: running `cargo check --bins` on oximeter-macro-impl (72/132) |
2176 | 2024-07-16T03:19:29.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2177 | 2024-07-16T03:19:29.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2178 | 2024-07-16T03:19:29.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2179 | 2024-07-16T03:19:29.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2180 | 2024-07-16T03:19:30.032Z | |
2181 | 2024-07-16T03:19:30.032Z | info: running `cargo check --bins` on oximeter-timeseries-macro (73/132) |
2182 | 2024-07-16T03:19:30.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2183 | 2024-07-16T03:19:30.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2184 | 2024-07-16T03:19:30.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2185 | 2024-07-16T03:19:30.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2186 | 2024-07-16T03:19:30.844Z | |
2187 | 2024-07-16T03:19:30.844Z | info: running `cargo check --bins` on nexus-inventory (74/132) |
2188 | 2024-07-16T03:19:31.507Z | Downloading crates ... |
2189 | 2024-07-16T03:19:31.619Z | Downloaded rand_seeder v0.2.3 |
2190 | 2024-07-16T03:19:31.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-07-16T03:19:31.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-07-16T03:19:31.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2193 | 2024-07-16T03:19:31.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2194 | 2024-07-16T03:19:31.714Z | |
2195 | 2024-07-16T03:19:31.715Z | info: running `cargo check --bins` on typed-rng (75/132) |
2196 | 2024-07-16T03:19:32.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-07-16T03:19:32.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-07-16T03:19:32.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2199 | 2024-07-16T03:19:32.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2200 | 2024-07-16T03:19:32.482Z | |
2201 | 2024-07-16T03:19:32.482Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/132) |
2202 | 2024-07-16T03:19:33.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2203 | 2024-07-16T03:19:33.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2204 | 2024-07-16T03:19:33.450Z | Compiling semver v0.1.20 |
2205 | 2024-07-16T03:19:33.450Z | Compiling rayon-core v1.12.1 |
2206 | 2024-07-16T03:19:33.476Z | Compiling crossbeam-deque v0.8.5 |
2207 | 2024-07-16T03:19:33.476Z | Compiling unicase v2.7.0 |
2208 | 2024-07-16T03:19:33.476Z | Compiling fastrand v2.1.0 |
2209 | 2024-07-16T03:19:33.476Z | Compiling same-file v1.0.6 |
2210 | 2024-07-16T03:19:33.541Z | Compiling blake3 v1.5.1 |
2211 | 2024-07-16T03:19:33.541Z | Compiling ring v0.16.20 |
2212 | 2024-07-16T03:19:33.693Z | Compiling walkdir v2.5.0 |
2213 | 2024-07-16T03:19:33.730Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2214 | 2024-07-16T03:19:33.812Z | Compiling rustc_version v0.1.7 |
2215 | 2024-07-16T03:19:33.926Z | Compiling tempfile v3.10.1 |
2216 | 2024-07-16T03:19:34.057Z | Checking password-hash v0.5.0 |
2217 | 2024-07-16T03:19:34.251Z | Compiling newtype_derive v0.1.6 |
2218 | 2024-07-16T03:19:34.300Z | Checking blake2 v0.10.6 |
2219 | 2024-07-16T03:19:34.335Z | Compiling xattr v1.3.1 |
2220 | 2024-07-16T03:19:34.402Z | Compiling derive-where v1.2.7 |
2221 | 2024-07-16T03:19:34.441Z | Compiling memmap2 v0.9.4 |
2222 | 2024-07-16T03:19:34.558Z | Compiling arrayref v0.3.7 |
2223 | 2024-07-16T03:19:34.582Z | Compiling constant_time_eq v0.3.0 |
2224 | 2024-07-16T03:19:34.655Z | Compiling spin v0.5.2 |
2225 | 2024-07-16T03:19:34.683Z | Compiling arrayvec v0.7.4 |
2226 | 2024-07-16T03:19:34.708Z | Compiling rayon v1.10.0 |
2227 | 2024-07-16T03:19:34.764Z | Compiling home v0.5.9 |
2228 | 2024-07-16T03:19:34.870Z | Compiling untrusted v0.7.1 |
2229 | 2024-07-16T03:19:34.895Z | Compiling libefi-sys v0.1.0 |
2230 | 2024-07-16T03:19:35.007Z | Compiling toolchain_find v0.4.0 |
2231 | 2024-07-16T03:19:35.042Z | Checking argon2 v0.5.3 |
2232 | 2024-07-16T03:19:35.075Z | Compiling tar v0.4.41 |
2233 | 2024-07-16T03:19:35.244Z | Compiling camino-tempfile v1.1.1 |
2234 | 2024-07-16T03:19:35.608Z | Compiling curve25519-dalek v4.1.3 |
2235 | 2024-07-16T03:19:35.635Z | Compiling bitfield-struct v0.6.1 |
2236 | 2024-07-16T03:19:35.659Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2237 | 2024-07-16T03:19:35.943Z | Compiling topological-sort v0.2.2 |
2238 | 2024-07-16T03:19:35.969Z | Checking keccak v0.1.5 |
2239 | 2024-07-16T03:19:36.127Z | Compiling cancel-safe-futures v0.1.5 |
2240 | 2024-07-16T03:19:36.211Z | Checking sha3 v0.10.8 |
2241 | 2024-07-16T03:19:36.363Z | Compiling mime_guess v2.0.4 |
2242 | 2024-07-16T03:19:36.451Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2243 | 2024-07-16T03:19:36.556Z | Checking steno v0.4.1 |
2244 | 2024-07-16T03:19:36.696Z | Compiling rustfmt-wrapper v0.2.1 |
2245 | 2024-07-16T03:19:36.795Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-07-16T03:19:37.167Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2247 | 2024-07-16T03:19:37.234Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2248 | 2024-07-16T03:19:37.266Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2249 | 2024-07-16T03:19:37.393Z | Checking universal-hash v0.5.1 |
2250 | 2024-07-16T03:19:37.429Z | Compiling thiserror-impl-no-std v2.0.2 |
2251 | 2024-07-16T03:19:37.463Z | Checking secrecy v0.8.0 |
2252 | 2024-07-16T03:19:37.561Z | Compiling curve25519-dalek-derive v0.1.1 |
2253 | 2024-07-16T03:19:37.642Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-07-16T03:19:37.767Z | Checking opaque-debug v0.3.1 |
2255 | 2024-07-16T03:19:37.859Z | Checking poly1305 v0.8.0 |
2256 | 2024-07-16T03:19:38.257Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-07-16T03:19:38.731Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2258 | 2024-07-16T03:19:38.902Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-07-16T03:19:39.111Z | Compiling omicron-zone-package v0.11.0 |
2260 | 2024-07-16T03:19:39.591Z | Checking chacha20 v0.9.1 |
2261 | 2024-07-16T03:19:39.904Z | Checking aead v0.5.2 |
2262 | 2024-07-16T03:19:39.928Z | Checking libsw v3.3.1 |
2263 | 2024-07-16T03:19:40.093Z | Checking gethostname v0.4.3 |
2264 | 2024-07-16T03:19:40.117Z | Checking owo-colors v4.0.0 |
2265 | 2024-07-16T03:19:40.159Z | Checking linear-map v1.2.0 |
2266 | 2024-07-16T03:19:40.226Z | Checking swrite v0.1.0 |
2267 | 2024-07-16T03:19:40.261Z | Checking thiserror-no-std v2.0.2 |
2268 | 2024-07-16T03:19:40.338Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2269 | 2024-07-16T03:19:40.367Z | Checking chacha20poly1305 v0.10.1 |
2270 | 2024-07-16T03:19:40.481Z | Checking vsss-rs v3.3.4 |
2271 | 2024-07-16T03:19:40.555Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2272 | 2024-07-16T03:19:40.968Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2273 | 2024-07-16T03:19:41.024Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2274 | 2024-07-16T03:19:41.053Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2275 | 2024-07-16T03:19:41.280Z | Checking kstat-rs v0.2.4 |
2276 | 2024-07-16T03:19:41.520Z | Checking nanorand v0.7.0 |
2277 | 2024-07-16T03:19:41.546Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2278 | 2024-07-16T03:19:41.571Z | Checking http-range v0.1.5 |
2279 | 2024-07-16T03:19:41.670Z | Checking glob v0.3.1 |
2280 | 2024-07-16T03:19:41.726Z | Checking hyper-staticfile v0.9.5 |
2281 | 2024-07-16T03:19:41.864Z | Checking flume v0.11.0 |
2282 | 2024-07-16T03:19:41.930Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2283 | 2024-07-16T03:19:41.977Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2284 | 2024-07-16T03:19:42.095Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2285 | 2024-07-16T03:19:42.271Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2286 | 2024-07-16T03:19:42.537Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2287 | 2024-07-16T03:19:43.478Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2288 | 2024-07-16T03:19:43.717Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2289 | 2024-07-16T03:19:44.051Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2290 | 2024-07-16T03:19:44.223Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2291 | 2024-07-16T03:19:44.595Z | Checking display-error-chain v0.2.0 |
2292 | 2024-07-16T03:19:44.743Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-07-16T03:19:55.828Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2294 | 2024-07-16T03:20:02.898Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2295 | 2024-07-16T03:20:03.674Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2296 | 2024-07-16T03:20:23.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s |
2297 | 2024-07-16T03:20:23.252Z | |
2298 | 2024-07-16T03:20:23.252Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/132) |
2299 | 2024-07-16T03:20:24.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-07-16T03:20:24.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-07-16T03:20:24.205Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2302 | 2024-07-16T03:20:43.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s |
2303 | 2024-07-16T03:20:43.322Z | |
2304 | 2024-07-16T03:20:43.322Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/132) |
2305 | 2024-07-16T03:20:44.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-07-16T03:20:44.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-07-16T03:20:44.272Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2308 | 2024-07-16T03:21:03.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.48s |
2309 | 2024-07-16T03:21:03.945Z | |
2310 | 2024-07-16T03:21:03.945Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/132) |
2311 | 2024-07-16T03:21:04.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-07-16T03:21:04.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-07-16T03:21:04.951Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2314 | 2024-07-16T03:21:24.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.51s |
2315 | 2024-07-16T03:21:24.594Z | |
2316 | 2024-07-16T03:21:24.594Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/132) |
2317 | 2024-07-16T03:21:25.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-07-16T03:21:25.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-07-16T03:21:25.596Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2320 | 2024-07-16T03:21:46.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s |
2321 | 2024-07-16T03:21:46.214Z | |
2322 | 2024-07-16T03:21:46.214Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/132) |
2323 | 2024-07-16T03:21:47.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-07-16T03:21:47.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-07-16T03:21:47.184Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2326 | 2024-07-16T03:22:07.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.20s |
2327 | 2024-07-16T03:22:07.560Z | |
2328 | 2024-07-16T03:22:07.560Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/132) |
2329 | 2024-07-16T03:22:08.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-07-16T03:22:08.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-07-16T03:22:08.562Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2332 | 2024-07-16T03:22:28.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s |
2333 | 2024-07-16T03:22:29.018Z | |
2334 | 2024-07-16T03:22:29.018Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/132) |
2335 | 2024-07-16T03:22:29.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-07-16T03:22:29.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-07-16T03:22:30.016Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2338 | 2024-07-16T03:22:50.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.19s |
2339 | 2024-07-16T03:22:50.353Z | |
2340 | 2024-07-16T03:22:50.353Z | info: running `cargo check --bins` on key-manager (84/132) |
2341 | 2024-07-16T03:22:51.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-07-16T03:22:51.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-07-16T03:22:51.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-07-16T03:22:51.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2345 | 2024-07-16T03:22:51.204Z | |
2346 | 2024-07-16T03:22:51.204Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/132) |
2347 | 2024-07-16T03:22:51.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-07-16T03:22:51.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-07-16T03:22:51.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-07-16T03:22:51.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2351 | 2024-07-16T03:22:51.995Z | |
2352 | 2024-07-16T03:22:51.995Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/132) |
2353 | 2024-07-16T03:22:52.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-07-16T03:22:52.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-07-16T03:22:52.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2356 | 2024-07-16T03:22:52.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2357 | 2024-07-16T03:22:52.815Z | |
2358 | 2024-07-16T03:22:52.816Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/132) |
2359 | 2024-07-16T03:22:53.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2360 | 2024-07-16T03:22:53.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2361 | 2024-07-16T03:22:53.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2362 | 2024-07-16T03:22:53.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2363 | 2024-07-16T03:22:53.641Z | |
2364 | 2024-07-16T03:22:53.641Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/132) |
2365 | 2024-07-16T03:22:54.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2366 | 2024-07-16T03:22:54.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2367 | 2024-07-16T03:22:54.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2368 | 2024-07-16T03:22:54.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2369 | 2024-07-16T03:22:54.476Z | |
2370 | 2024-07-16T03:22:54.476Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/132) |
2371 | 2024-07-16T03:22:55.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2372 | 2024-07-16T03:22:55.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2373 | 2024-07-16T03:22:55.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2374 | 2024-07-16T03:22:55.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2375 | 2024-07-16T03:22:55.329Z | |
2376 | 2024-07-16T03:22:55.329Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/132) |
2377 | 2024-07-16T03:22:56.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-07-16T03:22:56.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-07-16T03:22:56.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2380 | 2024-07-16T03:22:56.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2381 | 2024-07-16T03:22:56.174Z | |
2382 | 2024-07-16T03:22:56.174Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/132) |
2383 | 2024-07-16T03:22:56.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-07-16T03:22:56.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-07-16T03:22:56.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2386 | 2024-07-16T03:22:56.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2387 | 2024-07-16T03:22:57.019Z | |
2388 | 2024-07-16T03:22:57.019Z | info: running `cargo check --bins` on oximeter-producer (92/132) |
2389 | 2024-07-16T03:22:57.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-07-16T03:22:57.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-07-16T03:22:57.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-07-16T03:22:57.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2393 | 2024-07-16T03:22:57.876Z | |
2394 | 2024-07-16T03:22:57.876Z | info: running `cargo check --bins` on sled-hardware (93/132) |
2395 | 2024-07-16T03:22:58.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-07-16T03:22:58.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-07-16T03:22:58.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-07-16T03:22:58.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2399 | 2024-07-16T03:22:58.732Z | |
2400 | 2024-07-16T03:22:58.732Z | info: running `cargo check --bins --no-default-features` on sled-storage (94/132) |
2401 | 2024-07-16T03:22:59.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-07-16T03:22:59.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-07-16T03:22:59.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-07-16T03:22:59.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2405 | 2024-07-16T03:22:59.577Z | |
2406 | 2024-07-16T03:22:59.577Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/132) |
2407 | 2024-07-16T03:23:00.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-07-16T03:23:00.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-07-16T03:23:00.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-07-16T03:23:00.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2411 | 2024-07-16T03:23:00.464Z | |
2412 | 2024-07-16T03:23:00.465Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (96/132) |
2413 | 2024-07-16T03:23:01.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-07-16T03:23:01.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-07-16T03:23:01.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-07-16T03:23:01.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2417 | 2024-07-16T03:23:01.323Z | |
2418 | 2024-07-16T03:23:01.324Z | info: running `cargo check --bins` on nexus-test-interface (97/132) |
2419 | 2024-07-16T03:23:02.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-07-16T03:23:02.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-07-16T03:23:02.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-07-16T03:23:02.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2423 | 2024-07-16T03:23:02.183Z | |
2424 | 2024-07-16T03:23:02.184Z | info: running `cargo check --bins` on oximeter-collector (98/132) |
2425 | 2024-07-16T03:23:02.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-07-16T03:23:02.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-07-16T03:23:03.062Z | Checking bcs v0.1.6 |
2428 | 2024-07-16T03:23:03.062Z | Compiling async-recursion v1.1.1 |
2429 | 2024-07-16T03:23:03.062Z | Checking highway v1.1.0 |
2430 | 2024-07-16T03:23:03.087Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2431 | 2024-07-16T03:23:04.283Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2024-07-16T03:23:08.475Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2433 | 2024-07-16T03:23:10.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s |
2434 | 2024-07-16T03:23:10.877Z | |
2435 | 2024-07-16T03:23:10.877Z | info: running `cargo check --bins --no-default-features` on oximeter-db (99/132) |
2436 | 2024-07-16T03:23:11.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2024-07-16T03:23:11.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2024-07-16T03:23:11.743Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2439 | 2024-07-16T03:23:12.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2440 | 2024-07-16T03:23:12.496Z | |
2441 | 2024-07-16T03:23:12.496Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (100/132) |
2442 | 2024-07-16T03:23:13.204Z | Downloading crates ... |
2443 | 2024-07-16T03:23:13.286Z | Downloaded cfg_aliases v0.1.1 |
2444 | 2024-07-16T03:23:13.311Z | Downloaded fd-lock v4.0.2 |
2445 | 2024-07-16T03:23:13.311Z | Downloaded peg v0.8.3 |
2446 | 2024-07-16T03:23:13.311Z | Downloaded vte_generate_state_changes v0.1.1 |
2447 | 2024-07-16T03:23:13.311Z | Downloaded vte v0.11.1 |
2448 | 2024-07-16T03:23:13.311Z | Downloaded strip-ansi-escapes v0.2.0 |
2449 | 2024-07-16T03:23:13.311Z | Downloaded sqlformat v0.2.4 |
2450 | 2024-07-16T03:23:13.336Z | Downloaded unicode_categories v0.1.1 |
2451 | 2024-07-16T03:23:13.336Z | Downloaded rustyline v14.0.0 |
2452 | 2024-07-16T03:23:13.336Z | Downloaded reedline v0.31.0 |
2453 | 2024-07-16T03:23:13.336Z | Downloaded sqlparser v0.45.0 |
2454 | 2024-07-16T03:23:13.361Z | Downloaded nix v0.28.0 |
2455 | 2024-07-16T03:23:13.361Z | Downloaded sqlparser_derive v0.2.2 |
2456 | 2024-07-16T03:23:13.361Z | Downloaded peg-macros v0.8.3 |
2457 | 2024-07-16T03:23:13.361Z | Downloaded nu-ansi-term v0.50.0 |
2458 | 2024-07-16T03:23:13.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-07-16T03:23:13.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-07-16T03:23:13.478Z | Compiling cfg_aliases v0.1.1 |
2461 | 2024-07-16T03:23:13.503Z | Compiling vte_generate_state_changes v0.1.1 |
2462 | 2024-07-16T03:23:13.503Z | Checking fd-lock v4.0.2 |
2463 | 2024-07-16T03:23:13.503Z | Checking bytecount v0.6.8 |
2464 | 2024-07-16T03:23:13.528Z | Compiling tabled_derive v0.7.0 |
2465 | 2024-07-16T03:23:13.553Z | Compiling peg-macros v0.8.3 |
2466 | 2024-07-16T03:23:13.553Z | Compiling sqlparser_derive v0.2.2 |
2467 | 2024-07-16T03:23:13.578Z | Checking unicode_categories v0.1.1 |
2468 | 2024-07-16T03:23:13.602Z | Compiling nix v0.28.0 |
2469 | 2024-07-16T03:23:13.661Z | Checking papergrid v0.11.0 |
2470 | 2024-07-16T03:23:13.685Z | Checking nu-ansi-term v0.50.0 |
2471 | 2024-07-16T03:23:13.841Z | Checking home v0.5.9 |
2472 | 2024-07-16T03:23:13.970Z | Checking sqlformat v0.2.4 |
2473 | 2024-07-16T03:23:14.079Z | Checking vte v0.11.1 |
2474 | 2024-07-16T03:23:14.508Z | Checking sqlparser v0.45.0 |
2475 | 2024-07-16T03:23:15.177Z | Checking strip-ansi-escapes v0.2.0 |
2476 | 2024-07-16T03:23:15.311Z | Checking reedline v0.31.0 |
2477 | 2024-07-16T03:23:15.438Z | Checking tabled v0.15.0 |
2478 | 2024-07-16T03:23:16.132Z | Checking peg v0.8.3 |
2479 | 2024-07-16T03:23:16.402Z | Checking rustyline v14.0.0 |
2480 | 2024-07-16T03:23:21.881Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2481 | 2024-07-16T03:23:29.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.67s |
2482 | 2024-07-16T03:23:29.321Z | |
2483 | 2024-07-16T03:23:29.321Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (101/132) |
2484 | 2024-07-16T03:23:30.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-07-16T03:23:30.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-07-16T03:23:30.217Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2487 | 2024-07-16T03:23:37.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s |
2488 | 2024-07-16T03:23:37.841Z | |
2489 | 2024-07-16T03:23:37.842Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (102/132) |
2490 | 2024-07-16T03:23:38.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-07-16T03:23:38.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-07-16T03:23:38.698Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2493 | 2024-07-16T03:23:45.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.87s |
2494 | 2024-07-16T03:23:45.851Z | |
2495 | 2024-07-16T03:23:45.851Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (103/132) |
2496 | 2024-07-16T03:23:46.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-07-16T03:23:46.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-07-16T03:23:46.754Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2499 | 2024-07-16T03:23:51.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2500 | 2024-07-16T03:23:52.012Z | |
2501 | 2024-07-16T03:23:52.012Z | info: running `cargo check --bins` on crdb-seed (104/132) |
2502 | 2024-07-16T03:23:52.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-07-16T03:23:52.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-07-16T03:23:52.910Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2505 | 2024-07-16T03:23:53.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2506 | 2024-07-16T03:23:53.362Z | |
2507 | 2024-07-16T03:23:53.362Z | info: running `cargo check --bins` on omicron-omdb (105/132) |
2508 | 2024-07-16T03:23:54.005Z | Downloading crates ... |
2509 | 2024-07-16T03:23:54.261Z | Downloaded lru v0.12.3 |
2510 | 2024-07-16T03:23:54.286Z | Downloaded cassowary v0.3.0 |
2511 | 2024-07-16T03:23:54.286Z | Downloaded castaway v0.2.2 |
2512 | 2024-07-16T03:23:54.286Z | Downloaded unicode-linebreak v0.1.5 |
2513 | 2024-07-16T03:23:54.286Z | Downloaded unicode-truncate v1.0.0 |
2514 | 2024-07-16T03:23:54.286Z | Downloaded portable-atomic v1.6.0 |
2515 | 2024-07-16T03:23:54.286Z | Downloaded itertools v0.13.0 |
2516 | 2024-07-16T03:23:54.312Z | Downloaded textwrap v0.16.1 |
2517 | 2024-07-16T03:23:54.312Z | Downloaded ratatui v0.27.0 |
2518 | 2024-07-16T03:23:54.337Z | Downloaded stability v0.2.0 |
2519 | 2024-07-16T03:23:54.337Z | Downloaded smawk v0.3.2 |
2520 | 2024-07-16T03:23:54.337Z | Downloaded multimap v0.10.0 |
2521 | 2024-07-16T03:23:54.337Z | Downloaded indicatif v0.17.8 |
2522 | 2024-07-16T03:23:54.337Z | Downloaded compact_str v0.7.1 |
2523 | 2024-07-16T03:23:54.337Z | Downloaded number_prefix v0.4.0 |
2524 | 2024-07-16T03:23:54.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-07-16T03:23:54.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-07-16T03:23:54.557Z | Compiling glob v0.3.1 |
2527 | 2024-07-16T03:23:54.557Z | Compiling crunchy v0.2.2 |
2528 | 2024-07-16T03:23:54.582Z | Compiling tiny-keccak v2.0.2 |
2529 | 2024-07-16T03:23:54.617Z | Compiling ascii-canvas v3.0.0 |
2530 | 2024-07-16T03:23:54.643Z | Compiling ena v0.14.3 |
2531 | 2024-07-16T03:23:54.643Z | Compiling libloading v0.8.3 |
2532 | 2024-07-16T03:23:54.668Z | Compiling regex-syntax v0.6.29 |
2533 | 2024-07-16T03:23:54.668Z | Compiling diff v0.1.13 |
2534 | 2024-07-16T03:23:54.903Z | Compiling bindgen v0.69.4 |
2535 | 2024-07-16T03:23:55.070Z | Compiling which v4.4.2 |
2536 | 2024-07-16T03:23:55.110Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2537 | 2024-07-16T03:23:55.219Z | Compiling cexpr v0.6.0 |
2538 | 2024-07-16T03:23:55.303Z | Compiling rustc-hash v1.1.0 |
2539 | 2024-07-16T03:23:55.389Z | Compiling lazycell v1.3.0 |
2540 | 2024-07-16T03:23:55.447Z | Compiling shlex v1.3.0 |
2541 | 2024-07-16T03:23:55.519Z | Compiling clang-sys v1.7.0 |
2542 | 2024-07-16T03:23:55.548Z | Compiling ref-cast v1.0.23 |
2543 | 2024-07-16T03:23:55.574Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2544 | 2024-07-16T03:23:55.617Z | Compiling derive_builder_core v0.20.0 |
2545 | 2024-07-16T03:23:55.749Z | Compiling libxml v0.3.3 |
2546 | 2024-07-16T03:23:55.808Z | Compiling ref-cast-impl v1.0.23 |
2547 | 2024-07-16T03:23:55.846Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2548 | 2024-07-16T03:23:56.106Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2549 | 2024-07-16T03:23:56.130Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2550 | 2024-07-16T03:23:56.318Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2551 | 2024-07-16T03:23:56.474Z | Compiling strum_macros v0.24.3 |
2552 | 2024-07-16T03:23:56.556Z | Compiling cookie v0.18.1 |
2553 | 2024-07-16T03:23:57.817Z | Compiling indoc v1.0.9 |
2554 | 2024-07-16T03:23:57.842Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2555 | 2024-07-16T03:23:57.842Z | Compiling impl-trait-for-tuples v0.2.2 |
2556 | 2024-07-16T03:23:57.842Z | Compiling lalrpop v0.19.12 |
2557 | 2024-07-16T03:23:57.842Z | Compiling derive_builder_macro v0.20.0 |
2558 | 2024-07-16T03:23:58.432Z | Compiling oso-derive v0.27.3 |
2559 | 2024-07-16T03:23:58.528Z | Checking derive_builder v0.20.0 |
2560 | 2024-07-16T03:23:58.671Z | Checking quick-xml v0.31.0 |
2561 | 2024-07-16T03:23:59.793Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2562 | 2024-07-16T03:23:59.887Z | Checking maplit v1.0.2 |
2563 | 2024-07-16T03:24:00.140Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2564 | 2024-07-16T03:24:00.483Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2565 | 2024-07-16T03:24:00.508Z | Checking bb8 v0.8.5 |
2566 | 2024-07-16T03:24:00.665Z | Compiling const_format_proc_macros v0.2.32 |
2567 | 2024-07-16T03:24:00.904Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2568 | 2024-07-16T03:24:01.620Z | Checking crossbeam-deque v0.8.5 |
2569 | 2024-07-16T03:24:01.755Z | Compiling portable-atomic v1.6.0 |
2570 | 2024-07-16T03:24:01.896Z | Checking rayon-core v1.12.1 |
2571 | 2024-07-16T03:24:02.519Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2572 | 2024-07-16T03:24:02.686Z | Checking const_format v0.2.32 |
2573 | 2024-07-16T03:24:02.828Z | Checking castaway v0.2.2 |
2574 | 2024-07-16T03:24:02.994Z | Checking compact_str v0.7.1 |
2575 | 2024-07-16T03:24:03.232Z | Checking rayon v1.10.0 |
2576 | 2024-07-16T03:24:03.700Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2577 | 2024-07-16T03:24:03.800Z | Checking unicode-truncate v1.0.0 |
2578 | 2024-07-16T03:24:03.963Z | Checking itertools v0.13.0 |
2579 | 2024-07-16T03:24:04.019Z | Checking lru v0.12.3 |
2580 | 2024-07-16T03:24:04.283Z | Compiling stability v0.2.0 |
2581 | 2024-07-16T03:24:05.197Z | Checking smawk v0.3.2 |
2582 | 2024-07-16T03:24:05.367Z | Checking number_prefix v0.4.0 |
2583 | 2024-07-16T03:24:05.535Z | Checking unicode-linebreak v0.1.5 |
2584 | 2024-07-16T03:24:05.861Z | Checking cassowary v0.3.0 |
2585 | 2024-07-16T03:24:06.219Z | Checking textwrap v0.16.1 |
2586 | 2024-07-16T03:24:06.281Z | Checking ratatui v0.27.0 |
2587 | 2024-07-16T03:24:06.565Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2588 | 2024-07-16T03:24:06.663Z | Checking indicatif v0.17.8 |
2589 | 2024-07-16T03:24:06.798Z | Checking multimap v0.10.0 |
2590 | 2024-07-16T03:24:28.742Z | Compiling samael v0.0.15 |
2591 | 2024-07-16T03:24:40.102Z | Compiling polar-core v0.27.3 |
2592 | 2024-07-16T03:24:49.941Z | Checking oso v0.27.3 |
2593 | 2024-07-16T03:25:22.086Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2594 | 2024-07-16T03:25:27.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
2595 | 2024-07-16T03:25:27.830Z | |
2596 | 2024-07-16T03:25:27.830Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (106/132) |
2597 | 2024-07-16T03:25:28.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-07-16T03:25:28.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-07-16T03:25:28.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-07-16T03:25:28.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2601 | 2024-07-16T03:25:28.682Z | |
2602 | 2024-07-16T03:25:28.682Z | info: running `cargo check --bins` on nexus-saga-recovery (107/132) |
2603 | 2024-07-16T03:25:29.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-07-16T03:25:29.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-07-16T03:25:29.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-07-16T03:25:29.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2607 | 2024-07-16T03:25:29.495Z | |
2608 | 2024-07-16T03:25:29.496Z | info: running `cargo check --bins` on nexus-test-utils-macros (108/132) |
2609 | 2024-07-16T03:25:30.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-07-16T03:25:30.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-07-16T03:25:30.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-07-16T03:25:30.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2613 | 2024-07-16T03:25:30.262Z | |
2614 | 2024-07-16T03:25:30.263Z | info: running `cargo check --bins` on omicron-nexus (109/132) |
2615 | 2024-07-16T03:25:30.871Z | Downloading crates ... |
2616 | 2024-07-16T03:25:31.133Z | Downloaded assert_matches v1.5.0 |
2617 | 2024-07-16T03:25:31.158Z | Downloaded globset v0.4.14 |
2618 | 2024-07-16T03:25:31.158Z | Downloaded buf-list v1.0.3 |
2619 | 2024-07-16T03:25:31.158Z | Downloaded snafu-derive v0.8.2 |
2620 | 2024-07-16T03:25:31.158Z | Downloaded typed-path v0.7.1 |
2621 | 2024-07-16T03:25:31.158Z | Downloaded tough v0.17.1 |
2622 | 2024-07-16T03:25:31.183Z | Downloaded snafu v0.8.2 |
2623 | 2024-07-16T03:25:31.183Z | Downloaded serde_plain v1.0.2 |
2624 | 2024-07-16T03:25:31.183Z | Downloaded pin-project-internal v1.1.5 |
2625 | 2024-07-16T03:25:31.183Z | Downloaded pin-project v1.1.5 |
2626 | 2024-07-16T03:25:31.207Z | Downloaded parse-size v1.0.0 |
2627 | 2024-07-16T03:25:31.207Z | Downloaded olpc-cjson v0.1.3 |
2628 | 2024-07-16T03:25:31.207Z | Downloaded fatfs v0.3.6 |
2629 | 2024-07-16T03:25:31.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-07-16T03:25:31.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-07-16T03:25:31.406Z | Compiling pin-project-internal v1.1.5 |
2632 | 2024-07-16T03:25:31.431Z | Compiling snafu-derive v0.8.2 |
2633 | 2024-07-16T03:25:31.456Z | Compiling buf-list v1.0.3 |
2634 | 2024-07-16T03:25:31.480Z | Checking globset v0.4.14 |
2635 | 2024-07-16T03:25:31.480Z | Checking olpc-cjson v0.1.3 |
2636 | 2024-07-16T03:25:31.480Z | Checking rand_seeder v0.2.3 |
2637 | 2024-07-16T03:25:31.480Z | Checking serde_plain v1.0.2 |
2638 | 2024-07-16T03:25:31.505Z | Checking typed-path v0.7.1 |
2639 | 2024-07-16T03:25:31.668Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2640 | 2024-07-16T03:25:31.697Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2641 | 2024-07-16T03:25:31.737Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2642 | 2024-07-16T03:25:31.869Z | Checking parse-size v1.0.0 |
2643 | 2024-07-16T03:25:31.895Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2644 | 2024-07-16T03:25:31.933Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2645 | 2024-07-16T03:25:32.013Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2646 | 2024-07-16T03:25:32.038Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2647 | 2024-07-16T03:25:32.325Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2648 | 2024-07-16T03:25:32.614Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2649 | 2024-07-16T03:25:32.741Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2650 | 2024-07-16T03:25:33.006Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2651 | 2024-07-16T03:25:33.127Z | Checking fatfs v0.3.6 |
2652 | 2024-07-16T03:25:33.152Z | Checking assert_matches v1.5.0 |
2653 | 2024-07-16T03:25:33.934Z | Checking pin-project v1.1.5 |
2654 | 2024-07-16T03:25:35.104Z | Checking snafu v0.8.2 |
2655 | 2024-07-16T03:25:35.482Z | Checking tough v0.17.1 |
2656 | 2024-07-16T03:25:39.193Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2657 | 2024-07-16T03:25:40.585Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2658 | 2024-07-16T03:26:29.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.34s |
2659 | 2024-07-16T03:26:29.746Z | |
2660 | 2024-07-16T03:26:29.746Z | info: running `cargo check --bins` on nexus-internal-api (110/132) |
2661 | 2024-07-16T03:26:30.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-07-16T03:26:30.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-07-16T03:26:30.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2024-07-16T03:26:30.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2665 | 2024-07-16T03:26:30.530Z | |
2666 | 2024-07-16T03:26:30.530Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (111/132) |
2667 | 2024-07-16T03:26:31.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2024-07-16T03:26:31.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2024-07-16T03:26:31.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2024-07-16T03:26:31.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2671 | 2024-07-16T03:26:31.366Z | |
2672 | 2024-07-16T03:26:31.366Z | info: running `cargo check --bins` on nexus-networking (112/132) |
2673 | 2024-07-16T03:26:32.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2024-07-16T03:26:32.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2024-07-16T03:26:32.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2024-07-16T03:26:32.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2677 | 2024-07-16T03:26:32.187Z | |
2678 | 2024-07-16T03:26:32.187Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (113/132) |
2679 | 2024-07-16T03:26:32.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2024-07-16T03:26:32.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2024-07-16T03:26:32.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2024-07-16T03:26:32.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2683 | 2024-07-16T03:26:33.026Z | |
2684 | 2024-07-16T03:26:33.026Z | info: running `cargo check --bins` on update-common (114/132) |
2685 | 2024-07-16T03:26:33.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2024-07-16T03:26:33.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2024-07-16T03:26:33.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2024-07-16T03:26:33.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2689 | 2024-07-16T03:26:33.865Z | |
2690 | 2024-07-16T03:26:33.865Z | info: running `cargo check --bins` on tufaceous-lib (115/132) |
2691 | 2024-07-16T03:26:34.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2024-07-16T03:26:34.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2024-07-16T03:26:34.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2024-07-16T03:26:34.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2695 | 2024-07-16T03:26:34.700Z | |
2696 | 2024-07-16T03:26:34.700Z | info: running `cargo check --bins` on tufaceous (116/132) |
2697 | 2024-07-16T03:26:35.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2024-07-16T03:26:35.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2024-07-16T03:26:35.524Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2700 | 2024-07-16T03:26:36.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
2701 | 2024-07-16T03:26:36.639Z | |
2702 | 2024-07-16T03:26:36.639Z | info: running `cargo check --bins` on omicron-dev (117/132) |
2703 | 2024-07-16T03:26:37.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2024-07-16T03:26:37.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2024-07-16T03:26:37.670Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2706 | 2024-07-16T03:26:37.670Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2707 | 2024-07-16T03:26:37.695Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2708 | 2024-07-16T03:26:39.315Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2709 | 2024-07-16T03:26:42.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2710 | 2024-07-16T03:26:42.552Z | |
2711 | 2024-07-16T03:26:42.552Z | info: running `cargo check --bins` on openapi-manager (118/132) |
2712 | 2024-07-16T03:26:43.190Z | Downloading crates ... |
2713 | 2024-07-16T03:26:43.338Z | Downloaded is_ci v1.2.0 |
2714 | 2024-07-16T03:26:43.363Z | Downloaded indent_write v2.2.0 |
2715 | 2024-07-16T03:26:43.363Z | Downloaded supports-color v3.0.0 |
2716 | 2024-07-16T03:26:43.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-07-16T03:26:43.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-07-16T03:26:43.461Z | Checking heck v0.4.1 |
2719 | 2024-07-16T03:26:43.461Z | Checking is_ci v1.2.0 |
2720 | 2024-07-16T03:26:43.461Z | Checking indent_write v2.2.0 |
2721 | 2024-07-16T03:26:43.486Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2722 | 2024-07-16T03:26:43.628Z | Checking supports-color v3.0.0 |
2723 | 2024-07-16T03:26:43.652Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2724 | 2024-07-16T03:26:44.063Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2725 | 2024-07-16T03:26:45.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
2726 | 2024-07-16T03:26:45.240Z | |
2727 | 2024-07-16T03:26:45.240Z | info: running `cargo check --bins` on installinator-api (119/132) |
2728 | 2024-07-16T03:26:45.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-07-16T03:26:45.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-07-16T03:26:45.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-07-16T03:26:45.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2732 | 2024-07-16T03:26:46.056Z | |
2733 | 2024-07-16T03:26:46.056Z | info: running `cargo check --bins` on reconfigurator-cli (120/132) |
2734 | 2024-07-16T03:26:46.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-07-16T03:26:46.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-07-16T03:26:46.943Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2737 | 2024-07-16T03:26:48.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s |
2738 | 2024-07-16T03:26:48.340Z | |
2739 | 2024-07-16T03:26:48.340Z | info: running `cargo check --bins` on omicron-releng (121/132) |
2740 | 2024-07-16T03:26:49.020Z | Downloading crates ... |
2741 | 2024-07-16T03:26:49.099Z | Downloaded shell-words v1.1.0 |
2742 | 2024-07-16T03:26:49.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-07-16T03:26:49.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-07-16T03:26:49.214Z | Checking memmap2 v0.9.4 |
2745 | 2024-07-16T03:26:49.214Z | Checking constant_time_eq v0.3.0 |
2746 | 2024-07-16T03:26:49.214Z | Checking untrusted v0.7.1 |
2747 | 2024-07-16T03:26:49.214Z | Checking arrayref v0.3.7 |
2748 | 2024-07-16T03:26:49.238Z | Checking arrayvec v0.7.4 |
2749 | 2024-07-16T03:26:49.238Z | Checking spin v0.5.2 |
2750 | 2024-07-16T03:26:49.239Z | Checking cargo-platform v0.1.8 |
2751 | 2024-07-16T03:26:49.239Z | Checking topological-sort v0.2.2 |
2752 | 2024-07-16T03:26:49.372Z | Checking shell-words v1.1.0 |
2753 | 2024-07-16T03:26:49.431Z | Checking ring v0.16.20 |
2754 | 2024-07-16T03:26:49.542Z | Checking cargo_metadata v0.18.1 |
2755 | 2024-07-16T03:26:49.613Z | Checking blake3 v1.5.1 |
2756 | 2024-07-16T03:26:50.848Z | Checking omicron-zone-package v0.11.0 |
2757 | 2024-07-16T03:26:52.163Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2758 | 2024-07-16T03:26:53.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
2759 | 2024-07-16T03:26:53.329Z | |
2760 | 2024-07-16T03:26:53.329Z | info: running `cargo check --bins` on xtask (122/132) |
2761 | 2024-07-16T03:26:53.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-07-16T03:26:53.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-07-16T03:26:54.007Z | Checking bitflags v2.5.0 |
2764 | 2024-07-16T03:26:54.007Z | Checking bytes v1.6.0 |
2765 | 2024-07-16T03:26:54.007Z | Checking serde v1.0.204 |
2766 | 2024-07-16T03:26:54.007Z | Checking scopeguard v1.2.0 |
2767 | 2024-07-16T03:26:54.007Z | Checking smallvec v1.13.2 |
2768 | 2024-07-16T03:26:54.007Z | Checking hashbrown v0.14.5 |
2769 | 2024-07-16T03:26:54.032Z | Checking log v0.4.21 |
2770 | 2024-07-16T03:26:54.079Z | Checking mio v0.8.11 |
2771 | 2024-07-16T03:26:54.148Z | Checking lock_api v0.4.12 |
2772 | 2024-07-16T03:26:54.265Z | Checking futures-util v0.3.30 |
2773 | 2024-07-16T03:26:54.289Z | Checking thiserror v1.0.60 |
2774 | 2024-07-16T03:26:54.373Z | Checking parking_lot_core v0.9.10 |
2775 | 2024-07-16T03:26:54.402Z | Checking rustix v0.38.34 |
2776 | 2024-07-16T03:26:54.477Z | Checking tracing v0.1.40 |
2777 | 2024-07-16T03:26:54.569Z | Checking openssl v0.10.64 |
2778 | 2024-07-16T03:26:54.639Z | Checking http v0.2.12 |
2779 | 2024-07-16T03:26:54.667Z | Checking parking_lot v0.12.2 |
2780 | 2024-07-16T03:26:54.735Z | Checking scroll v0.12.0 |
2781 | 2024-07-16T03:26:54.933Z | Checking indexmap v2.2.6 |
2782 | 2024-07-16T03:26:54.957Z | Checking tokio v1.38.0 |
2783 | 2024-07-16T03:26:55.121Z | Checking generic-array v0.14.7 |
2784 | 2024-07-16T03:26:55.701Z | Checking slog v2.7.0 |
2785 | 2024-07-16T03:26:55.861Z | Checking time v0.3.36 |
2786 | 2024-07-16T03:26:55.927Z | Checking pest v2.7.10 |
2787 | 2024-07-16T03:26:55.998Z | Checking goblin v0.8.2 |
2788 | 2024-07-16T03:26:56.083Z | Checking zerocopy v0.7.34 |
2789 | 2024-07-16T03:26:57.167Z | Checking http-body v0.4.6 |
2790 | 2024-07-16T03:26:57.276Z | Checking unicode-normalization v0.1.23 |
2791 | 2024-07-16T03:26:57.491Z | Checking unicode-bidi v0.3.15 |
2792 | 2024-07-16T03:26:57.885Z | Checking dtrace-parser v0.2.0 |
2793 | 2024-07-16T03:26:57.980Z | Checking syn v2.0.71 |
2794 | 2024-07-16T03:26:58.005Z | Checking idna v0.5.0 |
2795 | 2024-07-16T03:26:58.076Z | Checking serde_json v1.0.120 |
2796 | 2024-07-16T03:26:58.280Z | Checking toml_datetime v0.6.6 |
2797 | 2024-07-16T03:26:58.497Z | Checking serde_spanned v0.6.6 |
2798 | 2024-07-16T03:26:58.522Z | Checking crypto-common v0.1.6 |
2799 | 2024-07-16T03:26:58.596Z | Checking block-buffer v0.10.4 |
2800 | 2024-07-16T03:26:58.663Z | Checking crossbeam-utils v0.8.19 |
2801 | 2024-07-16T03:26:58.688Z | Checking toml_edit v0.22.14 |
2802 | 2024-07-16T03:26:58.972Z | Checking terminal_size v0.3.0 |
2803 | 2024-07-16T03:26:58.996Z | Checking native-tls v0.2.11 |
2804 | 2024-07-16T03:26:58.996Z | Checking clap_builder v4.5.9 |
2805 | 2024-07-16T03:26:59.091Z | Checking digest v0.10.7 |
2806 | 2024-07-16T03:26:59.248Z | Checking crossbeam-channel v0.5.12 |
2807 | 2024-07-16T03:26:59.300Z | Checking slog-json v2.6.1 |
2808 | 2024-07-16T03:26:59.357Z | Checking url v2.5.0 |
2809 | 2024-07-16T03:26:59.523Z | Checking futures-executor v0.3.30 |
2810 | 2024-07-16T03:26:59.710Z | Checking serde_urlencoded v0.7.1 |
2811 | 2024-07-16T03:26:59.850Z | Checking semver v1.0.23 |
2812 | 2024-07-16T03:26:59.925Z | Checking dof v0.3.0 |
2813 | 2024-07-16T03:26:59.973Z | Checking camino v1.1.7 |
2814 | 2024-07-16T03:27:00.070Z | Checking cargo-platform v0.1.8 |
2815 | 2024-07-16T03:27:00.197Z | Checking xattr v1.3.1 |
2816 | 2024-07-16T03:27:00.312Z | Checking slog-async v2.8.0 |
2817 | 2024-07-16T03:27:00.351Z | Checking tar v0.4.41 |
2818 | 2024-07-16T03:27:00.429Z | Checking cargo_metadata v0.18.1 |
2819 | 2024-07-16T03:27:00.453Z | Checking sha2 v0.10.8 |
2820 | 2024-07-16T03:27:00.562Z | Checking slog-term v2.9.1 |
2821 | 2024-07-16T03:27:00.690Z | Checking tokio-util v0.7.11 |
2822 | 2024-07-16T03:27:00.715Z | Checking tokio-native-tls v0.3.1 |
2823 | 2024-07-16T03:27:00.892Z | Checking toml v0.8.14 |
2824 | 2024-07-16T03:27:00.919Z | Checking futures v0.3.30 |
2825 | 2024-07-16T03:27:00.946Z | Checking slog-bunyan v2.5.0 |
2826 | 2024-07-16T03:27:00.970Z | Checking strum v0.26.3 |
2827 | 2024-07-16T03:27:01.026Z | Checking fs-err v2.11.0 |
2828 | 2024-07-16T03:27:01.087Z | Checking anyhow v1.0.86 |
2829 | 2024-07-16T03:27:01.111Z | Checking tabled v0.15.0 |
2830 | 2024-07-16T03:27:01.284Z | Checking macaddr v1.0.1 |
2831 | 2024-07-16T03:27:01.392Z | Checking h2 v0.3.26 |
2832 | 2024-07-16T03:27:01.418Z | Checking clap v4.5.9 |
2833 | 2024-07-16T03:27:01.497Z | Checking cargo_toml v0.20.3 |
2834 | 2024-07-16T03:27:01.914Z | Checking usdt-impl v0.5.0 |
2835 | 2024-07-16T03:27:02.371Z | Checking usdt v0.5.0 |
2836 | 2024-07-16T03:27:04.597Z | Checking hyper v0.14.28 |
2837 | 2024-07-16T03:27:07.128Z | Checking hyper-tls v0.5.0 |
2838 | 2024-07-16T03:27:07.340Z | Checking reqwest v0.11.27 |
2839 | 2024-07-16T03:27:08.234Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2840 | 2024-07-16T03:27:09.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.05s |
2841 | 2024-07-16T03:27:09.505Z | |
2842 | 2024-07-16T03:27:09.505Z | info: running `cargo check --bins` on end-to-end-tests (123/132) |
2843 | 2024-07-16T03:27:10.090Z | Downloading crates ... |
2844 | 2024-07-16T03:27:10.339Z | Downloaded blowfish v0.9.1 |
2845 | 2024-07-16T03:27:10.363Z | Downloaded russh-cryptovec v0.7.2 |
2846 | 2024-07-16T03:27:10.363Z | Downloaded rfc6979 v0.4.0 |
2847 | 2024-07-16T03:27:10.363Z | Downloaded rand_chacha v0.2.2 |
2848 | 2024-07-16T03:27:10.364Z | Downloaded p521 v0.13.3 |
2849 | 2024-07-16T03:27:10.364Z | Downloaded md5 v0.7.0 |
2850 | 2024-07-16T03:27:10.364Z | Downloaded russh-keys v0.43.0 |
2851 | 2024-07-16T03:27:10.364Z | Downloaded russh v0.43.0 |
2852 | 2024-07-16T03:27:10.389Z | Downloaded rand_core v0.5.1 |
2853 | 2024-07-16T03:27:10.389Z | Downloaded rand v0.7.3 |
2854 | 2024-07-16T03:27:10.389Z | Downloaded primeorder v0.13.6 |
2855 | 2024-07-16T03:27:10.389Z | Downloaded pbkdf2 v0.12.2 |
2856 | 2024-07-16T03:27:10.389Z | Downloaded password-hash v0.4.2 |
2857 | 2024-07-16T03:27:10.389Z | Downloaded p256 v0.13.2 |
2858 | 2024-07-16T03:27:10.389Z | Downloaded ecdsa v0.16.9 |
2859 | 2024-07-16T03:27:10.389Z | Downloaded hex-literal v0.4.1 |
2860 | 2024-07-16T03:27:10.389Z | Downloaded ed25519-dalek v2.1.1 |
2861 | 2024-07-16T03:27:10.414Z | Downloaded pbkdf2 v0.11.0 |
2862 | 2024-07-16T03:27:10.414Z | Downloaded internet-checksum v0.2.1 |
2863 | 2024-07-16T03:27:10.414Z | Downloaded dirs-sys v0.4.1 |
2864 | 2024-07-16T03:27:10.414Z | Downloaded dirs v5.0.1 |
2865 | 2024-07-16T03:27:10.414Z | Downloaded dhcproto-macros v0.1.0 |
2866 | 2024-07-16T03:27:10.414Z | Downloaded dhcproto v0.11.0 |
2867 | 2024-07-16T03:27:10.414Z | Downloaded cbc v0.1.2 |
2868 | 2024-07-16T03:27:10.414Z | Downloaded bcrypt-pbkdf v0.10.0 |
2869 | 2024-07-16T03:27:10.414Z | Downloaded aes-gcm v0.10.3 |
2870 | 2024-07-16T03:27:10.414Z | Downloaded aes v0.8.4 |
2871 | 2024-07-16T03:27:10.414Z | Downloaded polyval v0.6.2 |
2872 | 2024-07-16T03:27:10.414Z | Downloaded ghash v0.5.1 |
2873 | 2024-07-16T03:27:10.414Z | Downloaded getrandom v0.1.16 |
2874 | 2024-07-16T03:27:10.439Z | Downloaded ctr v0.9.2 |
2875 | 2024-07-16T03:27:10.439Z | Downloaded option-ext v0.2.0 |
2876 | 2024-07-16T03:27:10.439Z | Downloaded ed25519 v2.2.3 |
2877 | 2024-07-16T03:27:10.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-07-16T03:27:10.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-07-16T03:27:10.598Z | Compiling getrandom v0.1.16 |
2880 | 2024-07-16T03:27:10.624Z | Checking rfc6979 v0.4.0 |
2881 | 2024-07-16T03:27:10.649Z | Checking primeorder v0.13.6 |
2882 | 2024-07-16T03:27:10.649Z | Checking option-ext v0.2.0 |
2883 | 2024-07-16T03:27:10.676Z | Checking ed25519 v2.2.3 |
2884 | 2024-07-16T03:27:10.701Z | Checking polyval v0.6.2 |
2885 | 2024-07-16T03:27:10.701Z | Checking ctr v0.9.2 |
2886 | 2024-07-16T03:27:10.701Z | Checking aes v0.8.4 |
2887 | 2024-07-16T03:27:10.782Z | Checking dirs-sys v0.4.1 |
2888 | 2024-07-16T03:27:10.806Z | Checking ecdsa v0.16.9 |
2889 | 2024-07-16T03:27:10.905Z | Checking blowfish v0.9.1 |
2890 | 2024-07-16T03:27:10.929Z | Checking password-hash v0.4.2 |
2891 | 2024-07-16T03:27:10.954Z | Checking pbkdf2 v0.12.2 |
2892 | 2024-07-16T03:27:10.954Z | Checking dirs v5.0.1 |
2893 | 2024-07-16T03:27:11.038Z | Checking ghash v0.5.1 |
2894 | 2024-07-16T03:27:11.074Z | Checking ed25519-dalek v2.1.1 |
2895 | 2024-07-16T03:27:11.098Z | Checking cbc v0.1.2 |
2896 | 2024-07-16T03:27:11.123Z | Checking bcrypt-pbkdf v0.10.0 |
2897 | 2024-07-16T03:27:11.179Z | Checking russh-cryptovec v0.7.2 |
2898 | 2024-07-16T03:27:11.274Z | Checking md5 v0.7.0 |
2899 | 2024-07-16T03:27:11.298Z | Checking pbkdf2 v0.11.0 |
2900 | 2024-07-16T03:27:11.323Z | Compiling dhcproto-macros v0.1.0 |
2901 | 2024-07-16T03:27:11.348Z | Checking hex-literal v0.4.1 |
2902 | 2024-07-16T03:27:11.372Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2903 | 2024-07-16T03:27:11.406Z | Checking p521 v0.13.3 |
2904 | 2024-07-16T03:27:11.437Z | Checking p256 v0.13.2 |
2905 | 2024-07-16T03:27:11.464Z | Checking aes-gcm v0.10.3 |
2906 | 2024-07-16T03:27:11.489Z | Checking rand_core v0.5.1 |
2907 | 2024-07-16T03:27:11.513Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2908 | 2024-07-16T03:27:11.541Z | Checking internet-checksum v0.2.1 |
2909 | 2024-07-16T03:27:11.738Z | Checking rand_chacha v0.2.2 |
2910 | 2024-07-16T03:27:12.008Z | Checking rand v0.7.3 |
2911 | 2024-07-16T03:27:12.044Z | Checking dhcproto v0.11.0 |
2912 | 2024-07-16T03:27:13.145Z | Checking russh-keys v0.43.0 |
2913 | 2024-07-16T03:27:14.011Z | Checking russh v0.43.0 |
2914 | 2024-07-16T03:27:34.580Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2024-07-16T03:27:36.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s |
2916 | 2024-07-16T03:27:36.632Z | |
2917 | 2024-07-16T03:27:36.632Z | info: running `cargo check --bins` on gateway-cli (124/132) |
2918 | 2024-07-16T03:27:37.323Z | Downloading crates ... |
2919 | 2024-07-16T03:27:37.396Z | Downloaded termios v0.3.3 |
2920 | 2024-07-16T03:27:37.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-07-16T03:27:37.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-07-16T03:27:37.499Z | Checking termios v0.3.3 |
2923 | 2024-07-16T03:27:37.671Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2924 | 2024-07-16T03:27:38.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2925 | 2024-07-16T03:27:38.722Z | |
2926 | 2024-07-16T03:27:38.722Z | info: running `cargo check --bins --no-default-features` on installinator (125/132) |
2927 | 2024-07-16T03:27:39.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2928 | 2024-07-16T03:27:39.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2929 | 2024-07-16T03:27:39.643Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2930 | 2024-07-16T03:27:41.912Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2931 | 2024-07-16T03:27:44.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2932 | 2024-07-16T03:27:44.175Z | |
2933 | 2024-07-16T03:27:44.175Z | info: running `cargo check --bins` on internal-dns-cli (126/132) |
2934 | 2024-07-16T03:27:44.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-07-16T03:27:44.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-07-16T03:27:45.021Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2937 | 2024-07-16T03:27:45.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2938 | 2024-07-16T03:27:45.575Z | |
2939 | 2024-07-16T03:27:45.576Z | info: running `cargo check --bins` on omicron-package (127/132) |
2940 | 2024-07-16T03:27:46.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-07-16T03:27:46.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-07-16T03:27:46.401Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2943 | 2024-07-16T03:27:47.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
2944 | 2024-07-16T03:27:47.911Z | |
2945 | 2024-07-16T03:27:47.911Z | info: running `cargo check --bins` on wicket-dbg (128/132) |
2946 | 2024-07-16T03:27:48.581Z | Downloading crates ... |
2947 | 2024-07-16T03:27:48.677Z | Downloaded tui-tree-widget v0.21.0 |
2948 | 2024-07-16T03:27:48.702Z | Downloaded rpassword v7.3.1 |
2949 | 2024-07-16T03:27:48.702Z | Downloaded rtoolbox v0.0.2 |
2950 | 2024-07-16T03:27:48.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2951 | 2024-07-16T03:27:48.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2952 | 2024-07-16T03:27:48.803Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2953 | 2024-07-16T03:27:48.827Z | Checking rtoolbox v0.0.2 |
2954 | 2024-07-16T03:27:48.828Z | Checking tui-tree-widget v0.21.0 |
2955 | 2024-07-16T03:27:48.998Z | Checking rpassword v7.3.1 |
2956 | 2024-07-16T03:27:50.273Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2957 | 2024-07-16T03:27:55.458Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2958 | 2024-07-16T03:27:58.981Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2959 | 2024-07-16T03:28:00.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s |
2960 | 2024-07-16T03:28:00.441Z | |
2961 | 2024-07-16T03:28:00.441Z | info: running `cargo check --bins` on wicket (129/132) |
2962 | 2024-07-16T03:28:01.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-07-16T03:28:01.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-07-16T03:28:01.313Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2965 | 2024-07-16T03:28:01.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
2966 | 2024-07-16T03:28:01.778Z | |
2967 | 2024-07-16T03:28:01.778Z | info: running `cargo check --bins` on wicketd (130/132) |
2968 | 2024-07-16T03:28:02.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-07-16T03:28:02.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-07-16T03:28:02.676Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2971 | 2024-07-16T03:28:08.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s |
2972 | 2024-07-16T03:28:08.436Z | |
2973 | 2024-07-16T03:28:08.436Z | info: running `cargo check --bins` on omicron-workspace-hack (131/132) |
2974 | 2024-07-16T03:28:09.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-07-16T03:28:09.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-07-16T03:28:09.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2024-07-16T03:28:09.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2978 | 2024-07-16T03:28:09.180Z | |
2979 | 2024-07-16T03:28:09.180Z | info: running `cargo check --bins` on zone-setup (132/132) |
2980 | 2024-07-16T03:28:09.890Z | Downloading crates ... |
2981 | 2024-07-16T03:28:09.945Z | Downloaded uzers v0.11.3 |
2982 | 2024-07-16T03:28:09.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-07-16T03:28:09.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-07-16T03:28:10.055Z | Checking uzers v0.11.3 |
2985 | 2024-07-16T03:28:10.336Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2986 | 2024-07-16T03:28:10.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
2987 | 2024-07-16T03:28:11.067Z | |
2988 | 2024-07-16T03:28:11.067Z | real 13:38.743328223 |
2989 | 2024-07-16T03:28:11.067Z | user 28:57.839891932 |
2990 | 2024-07-16T03:28:11.067Z | sys 6:36.896811725 |
2991 | 2024-07-16T03:28:11.067Z | trap 0.817644888 |
2992 | 2024-07-16T03:28:11.067Z | tflt 0.947727020 |
2993 | 2024-07-16T03:28:11.067Z | dflt 3.172142298 |
2994 | 2024-07-16T03:28:11.067Z | kflt 0.001256720 |
2995 | 2024-07-16T03:28:11.067Z | lock 2:30:02.282485255 |
2996 | 2024-07-16T03:28:11.067Z | slp 2:14:04.772120913 |
2997 | 2024-07-16T03:28:11.067Z | lat 1:15.335094612 |
2998 | 2024-07-16T03:28:11.092Z | stop 2:47.555064164 |
2999 | 2024-07-16T03:28:11.092Z | process exited: duration 999847 ms, exit code 0 |
|
3000 | 2024-07-16T03:28:11.142Z | found 0 output files |