|
|
|
1 | 2024-12-13T17:49:45.151Z | job assigned to worker 01JF0J72EQ6EH5DGZF4JJ1MVK7 [factory gimlet-EVT22200007-propolis, EVT22200007/20421] (queued for 33 s) |
|
2 | 2024-12-13T17:49:53.396Z | starting task 0: "setup" |
3 | 2024-12-13T17:49:53.421Z | ++ uname -s |
4 | 2024-12-13T17:49:53.421Z | + kern=SunOS |
5 | 2024-12-13T17:49:53.421Z | + case "$kern" in |
6 | 2024-12-13T17:49:53.421Z | + groupadd -g 12345 build |
7 | 2024-12-13T17:49:53.421Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T17:49:55.420Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T17:49:55.455Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T17:49:55.479Z | + home_fs=zfs |
11 | 2024-12-13T17:49:55.479Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T17:49:55.479Z | + mkdir -p /home/build |
13 | 2024-12-13T17:49:55.479Z | + chown build:build /home/build /work |
14 | 2024-12-13T17:49:57.464Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T17:49:57.488Z | process exited: duration 4075 ms, exit code 0 |
|
16 | 2024-12-13T17:49:57.536Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T17:49:57.560Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T17:49:57.560Z | ' stable |
19 | 2024-12-13T17:49:57.560Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T17:49:57.560Z | ' default |
21 | 2024-12-13T17:49:57.560Z | * toolchain channel = "stable" |
22 | 2024-12-13T17:49:57.560Z | * toolchain profile = "default" |
23 | 2024-12-13T17:49:57.560Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T17:49:57.560Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-13T17:49:57.680Z | info: downloading installer |
26 | 2024-12-13T17:49:58.105Z | info: profile set to 'default' |
27 | 2024-12-13T17:49:58.105Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T17:49:58.106Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-13T17:49:58.194Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-13T17:49:58.194Z | info: downloading component 'cargo' |
31 | 2024-12-13T17:49:58.312Z | info: downloading component 'clippy' |
32 | 2024-12-13T17:49:58.364Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T17:49:58.527Z | info: downloading component 'rust-std' |
34 | 2024-12-13T17:49:58.765Z | info: downloading component 'rustc' |
35 | 2024-12-13T17:49:59.746Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T17:49:59.785Z | info: installing component 'cargo' |
37 | 2024-12-13T17:50:00.894Z | info: installing component 'clippy' |
38 | 2024-12-13T17:50:01.354Z | info: installing component 'rust-docs' |
39 | 2024-12-13T17:50:04.243Z | info: installing component 'rust-std' |
40 | 2024-12-13T17:50:06.188Z | info: installing component 'rustc' |
41 | 2024-12-13T17:50:13.160Z | info: installing component 'rustfmt' |
42 | 2024-12-13T17:50:13.555Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-13T17:50:13.555Z | |
44 | 2024-12-13T17:50:13.696Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-13T17:50:13.697Z | |
46 | 2024-12-13T17:50:13.697Z | |
47 | 2024-12-13T17:50:13.697Z | Rust is installed now. Great! |
48 | 2024-12-13T17:50:13.697Z | |
49 | 2024-12-13T17:50:13.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T17:50:13.697Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T17:50:13.697Z | |
52 | 2024-12-13T17:50:13.697Z | To configure your current shell, you need to source |
53 | 2024-12-13T17:50:13.697Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T17:50:13.697Z | |
55 | 2024-12-13T17:50:13.697Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T17:50:13.697Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T17:50:13.697Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T17:50:13.792Z | + rustc --version |
59 | 2024-12-13T17:50:13.909Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-13T17:50:13.933Z | process exited: duration 16377 ms, exit code 0 |
|
61 | 2024-12-13T17:50:13.981Z | starting task 2: "authentication" |
62 | 2024-12-13T17:50:14.038Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-12-13T17:50:14.086Z | starting task 3: "clone repository" |
64 | 2024-12-13T17:50:14.110Z | + mkdir -p /work/oxidecomputer/transceiver-control |
65 | 2024-12-13T17:50:14.110Z | + git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control |
66 | 2024-12-13T17:50:14.134Z | Cloning into '/work/oxidecomputer/transceiver-control'... |
67 | 2024-12-13T17:50:14.960Z | + cd /work/oxidecomputer/transceiver-control |
68 | 2024-12-13T17:50:14.960Z | + git fetch origin fd90967883a91c8af37608c54abb626c49eb2137 |
69 | 2024-12-13T17:50:15.287Z | From https://github.com/oxidecomputer/transceiver-control |
70 | 2024-12-13T17:50:15.287Z | * branch fd90967883a91c8af37608c54abb626c49eb2137 -> FETCH_HEAD |
71 | 2024-12-13T17:50:15.311Z | + [[ -n osfp ]] |
72 | 2024-12-13T17:50:15.311Z | ++ git branch --show-current |
73 | 2024-12-13T17:50:15.311Z | + current=main |
74 | 2024-12-13T17:50:15.311Z | + [[ main != osfp ]] |
75 | 2024-12-13T17:50:15.311Z | + git branch -f osfp fd90967883a91c8af37608c54abb626c49eb2137 |
76 | 2024-12-13T17:50:15.311Z | + git checkout -f osfp |
77 | 2024-12-13T17:50:15.335Z | Switched to branch 'osfp' |
78 | 2024-12-13T17:50:15.335Z | + git reset --hard fd90967883a91c8af37608c54abb626c49eb2137 |
79 | 2024-12-13T17:50:15.335Z | HEAD is now at fd90967 review feedback |
80 | 2024-12-13T17:50:15.335Z | process exited: duration 1242 ms, exit code 0 |
|
81 | 2024-12-13T17:50:15.383Z | starting task 4: "build" |
82 | 2024-12-13T17:50:15.408Z | + cargo --version |
83 | 2024-12-13T17:50:15.466Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-13T17:50:15.490Z | + rustc --version |
85 | 2024-12-13T17:50:15.547Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-13T17:50:15.571Z | + banner fmt |
87 | 2024-12-13T17:50:15.571Z | |
88 | 2024-12-13T17:50:15.571Z | ###### # # ##### |
89 | 2024-12-13T17:50:15.571Z | # ## ## # |
90 | 2024-12-13T17:50:15.571Z | ##### # ## # # |
91 | 2024-12-13T17:50:15.571Z | # # # # |
92 | 2024-12-13T17:50:15.571Z | # # # # |
93 | 2024-12-13T17:50:15.571Z | # # # # |
94 | 2024-12-13T17:50:15.571Z | |
95 | 2024-12-13T17:50:15.571Z | + ptime -m cargo fmt -- --check |
96 | 2024-12-13T17:50:15.935Z | |
97 | 2024-12-13T17:50:15.935Z | real 0.377618598 |
98 | 2024-12-13T17:50:15.935Z | user 0.270888284 |
99 | 2024-12-13T17:50:15.935Z | sys 0.100532435 |
100 | 2024-12-13T17:50:15.935Z | trap 0.000032553 |
101 | 2024-12-13T17:50:15.935Z | tflt 0.000000000 |
102 | 2024-12-13T17:50:15.935Z | dflt 0.000000000 |
103 | 2024-12-13T17:50:15.959Z | kflt 0.000000000 |
104 | 2024-12-13T17:50:15.959Z | lock 0.000000000 |
105 | 2024-12-13T17:50:15.959Z | slp 0.242982603 |
106 | 2024-12-13T17:50:15.959Z | lat 0.000487415 |
107 | 2024-12-13T17:50:15.959Z | stop 0.000210897 |
108 | 2024-12-13T17:50:15.959Z | + banner 'no std chk' |
109 | 2024-12-13T17:50:15.959Z | |
110 | 2024-12-13T17:50:15.959Z | # # #### #### ##### ##### #### # # # # |
111 | 2024-12-13T17:50:15.959Z | ## # # # # # # # # # # # # # |
112 | 2024-12-13T17:50:15.959Z | # # # # # #### # # # # ###### #### |
113 | 2024-12-13T17:50:15.959Z | # # # # # # # # # # # # # # |
114 | 2024-12-13T17:50:15.960Z | # ## # # # # # # # # # # # # # |
115 | 2024-12-13T17:50:15.960Z | # # #### #### # ##### #### # # # # |
116 | 2024-12-13T17:50:15.960Z | |
117 | 2024-12-13T17:50:15.960Z | + ptime -m cargo check --package transceiver-messages --no-default-features |
118 | 2024-12-13T17:50:16.099Z | Updating crates.io index |
119 | 2024-12-13T17:50:16.478Z | Downloading crates ... |
120 | 2024-12-13T17:50:16.524Z | Downloaded hubpack v0.1.2 |
121 | 2024-12-13T17:50:16.548Z | Downloaded bitflags v2.6.0 |
122 | 2024-12-13T17:50:16.548Z | Downloaded serde v1.0.215 |
123 | 2024-12-13T17:50:16.548Z | Downloaded serde_derive v1.0.215 |
124 | 2024-12-13T17:50:16.548Z | Downloaded unicode-ident v1.0.8 |
125 | 2024-12-13T17:50:16.548Z | Downloaded proc-macro2 v1.0.89 |
126 | 2024-12-13T17:50:16.548Z | Downloaded hubpack_derive v0.1.1 |
127 | 2024-12-13T17:50:16.548Z | Downloaded quote v1.0.35 |
128 | 2024-12-13T17:50:16.573Z | Downloaded syn v2.0.87 |
129 | 2024-12-13T17:50:16.573Z | Downloaded syn v1.0.109 |
130 | 2024-12-13T17:50:16.623Z | Compiling proc-macro2 v1.0.89 |
131 | 2024-12-13T17:50:16.623Z | Compiling unicode-ident v1.0.8 |
132 | 2024-12-13T17:50:16.646Z | Compiling syn v1.0.109 |
133 | 2024-12-13T17:50:16.646Z | Compiling serde v1.0.215 |
134 | 2024-12-13T17:50:16.646Z | Checking bitflags v2.6.0 |
135 | 2024-12-13T17:50:17.946Z | Compiling quote v1.0.35 |
136 | 2024-12-13T17:50:18.197Z | Compiling syn v2.0.87 |
137 | 2024-12-13T17:50:20.491Z | Compiling hubpack_derive v0.1.1 |
138 | 2024-12-13T17:50:20.783Z | Compiling serde_derive v1.0.215 |
139 | 2024-12-13T17:50:26.542Z | Checking hubpack v0.1.2 |
140 | 2024-12-13T17:50:26.724Z | Checking transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages) |
141 | 2024-12-13T17:50:27.017Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
142 | 2024-12-13T17:50:27.017Z | --> messages/src/message.rs:132:5 |
143 | 2024-12-13T17:50:27.017Z | | |
144 | 2024-12-13T17:50:27.017Z | 132 | I2cError, |
145 | 2024-12-13T17:50:27.017Z | | ^^^^^^^^ |
146 | 2024-12-13T17:50:27.017Z | | |
147 | 2024-12-13T17:50:27.017Z | = note: `#[warn(deprecated)]` on by default |
148 | 2024-12-13T17:50:27.017Z | |
149 | 2024-12-13T17:50:27.017Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
150 | 2024-12-13T17:50:27.017Z | --> messages/src/message.rs:132:5 |
151 | 2024-12-13T17:50:27.017Z | | |
152 | 2024-12-13T17:50:27.017Z | 132 | I2cError, |
153 | 2024-12-13T17:50:27.017Z | | ^^^^^^^^ |
154 | 2024-12-13T17:50:27.017Z | |
155 | 2024-12-13T17:50:28.105Z | warning: `transceiver-messages` (lib) generated 2 warnings |
156 | 2024-12-13T17:50:28.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s |
157 | 2024-12-13T17:50:28.179Z | |
158 | 2024-12-13T17:50:28.203Z | real 12.224386767 |
159 | 2024-12-13T17:50:28.204Z | user 19.028594065 |
160 | 2024-12-13T17:50:28.204Z | sys 2.649336230 |
161 | 2024-12-13T17:50:28.204Z | trap 0.005925358 |
162 | 2024-12-13T17:50:28.204Z | tflt 0.062209552 |
163 | 2024-12-13T17:50:28.204Z | dflt 0.438116588 |
164 | 2024-12-13T17:50:28.204Z | kflt 0.002695545 |
165 | 2024-12-13T17:50:28.204Z | lock 34.122650096 |
166 | 2024-12-13T17:50:28.204Z | slp 50.265860222 |
167 | 2024-12-13T17:50:28.204Z | lat 0.252900479 |
168 | 2024-12-13T17:50:28.204Z | stop 0.394632420 |
169 | 2024-12-13T17:50:28.204Z | + banner test |
170 | 2024-12-13T17:50:28.204Z | |
171 | 2024-12-13T17:50:28.204Z | ##### ###### #### ##### |
172 | 2024-12-13T17:50:28.204Z | # # # # |
173 | 2024-12-13T17:50:28.204Z | # ##### #### # |
174 | 2024-12-13T17:50:28.204Z | # # # # |
175 | 2024-12-13T17:50:28.204Z | # # # # # |
176 | 2024-12-13T17:50:28.204Z | # ###### #### # |
177 | 2024-12-13T17:50:28.204Z | |
178 | 2024-12-13T17:50:28.204Z | + ptime -m cargo test --all-targets |
179 | 2024-12-13T17:50:28.296Z | Downloading crates ... |
180 | 2024-12-13T17:50:28.337Z | Downloaded colorchoice v1.0.0 |
181 | 2024-12-13T17:50:28.362Z | Downloaded cfg_aliases v0.2.1 |
182 | 2024-12-13T17:50:28.362Z | Downloaded dirs-next v2.0.0 |
183 | 2024-12-13T17:50:28.362Z | Downloaded cfg-if v1.0.0 |
184 | 2024-12-13T17:50:28.362Z | Downloaded byteorder v1.4.3 |
185 | 2024-12-13T17:50:28.362Z | Downloaded usdt-macro v0.5.0 |
186 | 2024-12-13T17:50:28.362Z | Downloaded usdt-attr-macro v0.5.0 |
187 | 2024-12-13T17:50:28.362Z | Downloaded anstyle-parse v0.2.0 |
188 | 2024-12-13T17:50:28.362Z | Downloaded time-core v0.1.2 |
189 | 2024-12-13T17:50:28.362Z | Downloaded thiserror-impl v2.0.6 |
190 | 2024-12-13T17:50:28.362Z | Downloaded version_check v0.9.5 |
191 | 2024-12-13T17:50:28.362Z | Downloaded tokio-macros v2.4.0 |
192 | 2024-12-13T17:50:28.387Z | Downloaded unicode-width v0.1.11 |
193 | 2024-12-13T17:50:28.387Z | Downloaded ucd-trie v0.1.5 |
194 | 2024-12-13T17:50:28.387Z | Downloaded schemars v0.8.21 |
195 | 2024-12-13T17:50:28.387Z | Downloaded zerocopy-derive v0.7.32 |
196 | 2024-12-13T17:50:28.437Z | Downloaded mio v1.0.3 |
197 | 2024-12-13T17:50:28.460Z | Downloaded pest v2.7.6 |
198 | 2024-12-13T17:50:28.460Z | Downloaded serde_json v1.0.133 |
199 | 2024-12-13T17:50:28.460Z | Downloaded time v0.3.36 |
200 | 2024-12-13T17:50:28.460Z | Downloaded itertools v0.13.0 |
201 | 2024-12-13T17:50:28.460Z | Downloaded goblin v0.8.0 |
202 | 2024-12-13T17:50:28.460Z | Downloaded clap_builder v4.5.23 |
203 | 2024-12-13T17:50:28.460Z | Downloaded tabled v0.16.0 |
204 | 2024-12-13T17:50:28.461Z | Downloaded zerocopy v0.7.32 |
205 | 2024-12-13T17:50:28.484Z | Downloaded crossbeam-channel v0.5.8 |
206 | 2024-12-13T17:50:28.484Z | Downloaded memchr v2.5.0 |
207 | 2024-12-13T17:50:28.484Z | Downloaded typenum v1.16.0 |
208 | 2024-12-13T17:50:28.484Z | Downloaded socket2 v0.5.5 |
209 | 2024-12-13T17:50:28.508Z | Downloaded nix v0.29.0 |
210 | 2024-12-13T17:50:28.508Z | Downloaded serde_derive_internals v0.29.0 |
211 | 2024-12-13T17:50:28.508Z | Downloaded rustix v0.38.31 |
212 | 2024-12-13T17:50:28.532Z | Downloaded ryu v1.0.13 |
213 | 2024-12-13T17:50:28.532Z | Downloaded pest_meta v2.7.6 |
214 | 2024-12-13T17:50:28.532Z | Downloaded papergrid v0.12.0 |
215 | 2024-12-13T17:50:28.555Z | Downloaded crossbeam-utils v0.8.15 |
216 | 2024-12-13T17:50:28.555Z | Downloaded anyhow v1.0.94 |
217 | 2024-12-13T17:50:28.555Z | Downloaded time-macros v0.2.18 |
218 | 2024-12-13T17:50:28.555Z | Downloaded thread_local v1.1.7 |
219 | 2024-12-13T17:50:28.555Z | Downloaded thiserror v2.0.6 |
220 | 2024-12-13T17:50:28.556Z | Downloaded slog v2.7.0 |
221 | 2024-12-13T17:50:28.556Z | Downloaded scroll v0.12.0 |
222 | 2024-12-13T17:50:28.556Z | Downloaded pest_derive v2.7.6 |
223 | 2024-12-13T17:50:28.556Z | Downloaded once_cell v1.17.1 |
224 | 2024-12-13T17:50:28.580Z | Downloaded log v0.4.20 |
225 | 2024-12-13T17:50:28.580Z | Downloaded heck v0.4.1 |
226 | 2024-12-13T17:50:28.580Z | Downloaded term v0.7.0 |
227 | 2024-12-13T17:50:28.581Z | Downloaded tempfile v3.10.1 |
228 | 2024-12-13T17:50:28.581Z | Downloaded slog-term v2.9.1 |
229 | 2024-12-13T17:50:28.581Z | Downloaded schemars_derive v0.8.21 |
230 | 2024-12-13T17:50:28.581Z | Downloaded proc-macro-error v1.0.4 |
231 | 2024-12-13T17:50:28.581Z | Downloaded pin-project-lite v0.2.12 |
232 | 2024-12-13T17:50:28.581Z | Downloaded libc v0.2.167 |
233 | 2024-12-13T17:50:28.606Z | Downloaded clap_derive v4.5.18 |
234 | 2024-12-13T17:50:28.631Z | Downloaded clap v4.5.23 |
235 | 2024-12-13T17:50:28.631Z | Downloaded utf8parse v0.2.1 |
236 | 2024-12-13T17:50:28.631Z | Downloaded tokio v1.42.0 |
237 | 2024-12-13T17:50:28.660Z | Downloaded usdt-impl v0.5.0 |
238 | 2024-12-13T17:50:28.685Z | Downloaded usdt v0.5.0 |
239 | 2024-12-13T17:50:28.685Z | Downloaded thiserror-impl v1.0.69 |
240 | 2024-12-13T17:50:28.685Z | Downloaded slog-async v2.8.0 |
241 | 2024-12-13T17:50:28.685Z | Downloaded serde_tokenstream v0.2.0 |
242 | 2024-12-13T17:50:28.685Z | Downloaded powerfmt v0.2.0 |
243 | 2024-12-13T17:50:28.685Z | Downloaded plain v0.2.3 |
244 | 2024-12-13T17:50:28.685Z | Downloaded memmap v0.7.0 |
245 | 2024-12-13T17:50:28.685Z | Downloaded itoa v1.0.6 |
246 | 2024-12-13T17:50:28.685Z | Downloaded generic-array v0.14.7 |
247 | 2024-12-13T17:50:28.685Z | Downloaded fnv v1.0.7 |
248 | 2024-12-13T17:50:28.685Z | Downloaded errno v0.3.8 |
249 | 2024-12-13T17:50:28.686Z | Downloaded dyn-clone v1.0.11 |
250 | 2024-12-13T17:50:28.686Z | Downloaded dof v0.3.0 |
251 | 2024-12-13T17:50:28.686Z | Downloaded anstream v0.6.15 |
252 | 2024-12-13T17:50:28.686Z | Downloaded thiserror v1.0.69 |
253 | 2024-12-13T17:50:28.710Z | Downloaded tabled_derive v0.8.0 |
254 | 2024-12-13T17:50:28.710Z | Downloaded strsim v0.11.0 |
255 | 2024-12-13T17:50:28.710Z | Downloaded static_assertions v1.1.0 |
256 | 2024-12-13T17:50:28.711Z | Downloaded sha2 v0.10.6 |
257 | 2024-12-13T17:50:28.711Z | Downloaded proc-macro-error-attr v1.0.4 |
258 | 2024-12-13T17:50:28.711Z | Downloaded pest_generator v2.7.6 |
259 | 2024-12-13T17:50:28.711Z | Downloaded memoffset v0.9.0 |
260 | 2024-12-13T17:50:28.711Z | Downloaded is_terminal_polyfill v1.70.1 |
261 | 2024-12-13T17:50:28.711Z | Downloaded heck v0.5.0 |
262 | 2024-12-13T17:50:28.711Z | Downloaded fastrand v2.0.1 |
263 | 2024-12-13T17:50:28.711Z | Downloaded dirs-sys-next v0.1.2 |
264 | 2024-12-13T17:50:28.711Z | Downloaded digest v0.10.6 |
265 | 2024-12-13T17:50:28.711Z | Downloaded deranged v0.3.11 |
266 | 2024-12-13T17:50:28.711Z | Downloaded cpufeatures v0.2.6 |
267 | 2024-12-13T17:50:28.711Z | Downloaded clap_lex v0.7.4 |
268 | 2024-12-13T17:50:28.711Z | Downloaded bytecount v0.6.8 |
269 | 2024-12-13T17:50:28.711Z | Downloaded thread-id v4.0.0 |
270 | 2024-12-13T17:50:28.711Z | Downloaded either v1.8.1 |
271 | 2024-12-13T17:50:28.711Z | Downloaded dtrace-parser v0.2.0 |
272 | 2024-12-13T17:50:28.711Z | Downloaded take_mut v0.2.2 |
273 | 2024-12-13T17:50:28.735Z | Downloaded scroll_derive v0.12.0 |
274 | 2024-12-13T17:50:28.735Z | Downloaded pretty-hex v0.4.1 |
275 | 2024-12-13T17:50:28.735Z | Downloaded num-conv v0.1.0 |
276 | 2024-12-13T17:50:28.735Z | Downloaded is-terminal v0.4.12 |
277 | 2024-12-13T17:50:28.736Z | Downloaded crypto-common v0.1.6 |
278 | 2024-12-13T17:50:28.736Z | Downloaded block-buffer v0.10.4 |
279 | 2024-12-13T17:50:28.736Z | Downloaded anstyle-query v1.0.0 |
280 | 2024-12-13T17:50:28.736Z | Downloaded autocfg v1.1.0 |
281 | 2024-12-13T17:50:28.736Z | Downloaded anstyle v1.0.8 |
282 | 2024-12-13T17:50:28.760Z | Compiling proc-macro2 v1.0.89 |
283 | 2024-12-13T17:50:28.760Z | Compiling unicode-ident v1.0.8 |
284 | 2024-12-13T17:50:28.760Z | Compiling version_check v0.9.5 |
285 | 2024-12-13T17:50:28.760Z | Compiling libc v0.2.167 |
286 | 2024-12-13T17:50:28.760Z | Compiling memchr v2.5.0 |
287 | 2024-12-13T17:50:28.760Z | Compiling serde v1.0.215 |
288 | 2024-12-13T17:50:28.760Z | Compiling thiserror v1.0.69 |
289 | 2024-12-13T17:50:28.760Z | Compiling itoa v1.0.6 |
290 | 2024-12-13T17:50:28.920Z | Compiling once_cell v1.17.1 |
291 | 2024-12-13T17:50:28.950Z | Compiling serde_json v1.0.133 |
292 | 2024-12-13T17:50:29.228Z | Compiling syn v1.0.109 |
293 | 2024-12-13T17:50:29.252Z | Compiling ryu v1.0.13 |
294 | 2024-12-13T17:50:29.276Z | Compiling ucd-trie v0.1.5 |
295 | 2024-12-13T17:50:29.276Z | Compiling cfg-if v1.0.0 |
296 | 2024-12-13T17:50:29.334Z | Compiling utf8parse v0.2.1 |
297 | 2024-12-13T17:50:29.449Z | Compiling byteorder v1.4.3 |
298 | 2024-12-13T17:50:29.473Z | Compiling anstyle-parse v0.2.0 |
299 | 2024-12-13T17:50:29.527Z | Compiling bitflags v2.6.0 |
300 | 2024-12-13T17:50:29.668Z | Compiling quote v1.0.35 |
301 | 2024-12-13T17:50:29.727Z | Compiling colorchoice v1.0.0 |
302 | 2024-12-13T17:50:29.782Z | Compiling anstyle-query v1.0.0 |
303 | 2024-12-13T17:50:29.820Z | Compiling anstyle v1.0.8 |
304 | 2024-12-13T17:50:29.861Z | Compiling is_terminal_polyfill v1.70.1 |
305 | 2024-12-13T17:50:29.887Z | Compiling heck v0.5.0 |
306 | 2024-12-13T17:50:29.954Z | Compiling syn v2.0.87 |
307 | 2024-12-13T17:50:30.161Z | Compiling anstream v0.6.15 |
308 | 2024-12-13T17:50:30.239Z | Compiling clap_lex v0.7.4 |
309 | 2024-12-13T17:50:30.268Z | Compiling thiserror v2.0.6 |
310 | 2024-12-13T17:50:30.390Z | Compiling strsim v0.11.0 |
311 | 2024-12-13T17:50:30.449Z | Compiling proc-macro-error-attr v1.0.4 |
312 | 2024-12-13T17:50:30.627Z | Compiling usdt-impl v0.5.0 |
313 | 2024-12-13T17:50:30.714Z | Compiling clap_builder v4.5.23 |
314 | 2024-12-13T17:50:30.802Z | Compiling proc-macro-error v1.0.4 |
315 | 2024-12-13T17:50:30.908Z | Compiling thread-id v4.0.0 |
316 | 2024-12-13T17:50:30.990Z | Compiling slog v2.7.0 |
317 | 2024-12-13T17:50:31.014Z | Compiling autocfg v1.1.0 |
318 | 2024-12-13T17:50:31.082Z | Compiling plain v0.2.3 |
319 | 2024-12-13T17:50:31.105Z | Compiling log v0.4.20 |
320 | 2024-12-13T17:50:31.133Z | Compiling crossbeam-utils v0.8.15 |
321 | 2024-12-13T17:50:31.403Z | Compiling dirs-sys-next v0.1.2 |
322 | 2024-12-13T17:50:31.487Z | Compiling memoffset v0.9.0 |
323 | 2024-12-13T17:50:31.535Z | Compiling powerfmt v0.2.0 |
324 | 2024-12-13T17:50:31.818Z | Compiling pretty-hex v0.4.1 |
325 | 2024-12-13T17:50:31.842Z | Compiling cfg_aliases v0.2.1 |
326 | 2024-12-13T17:50:31.878Z | Compiling schemars v0.8.21 |
327 | 2024-12-13T17:50:31.913Z | Compiling time-core v0.1.2 |
328 | 2024-12-13T17:50:31.955Z | Compiling num-conv v0.1.0 |
329 | 2024-12-13T17:50:32.009Z | Compiling nix v0.29.0 |
330 | 2024-12-13T17:50:32.204Z | Compiling time-macros v0.2.18 |
331 | 2024-12-13T17:50:32.228Z | Compiling deranged v0.3.11 |
332 | 2024-12-13T17:50:32.252Z | Compiling dirs-next v2.0.0 |
333 | 2024-12-13T17:50:32.801Z | Compiling thread_local v1.1.7 |
334 | 2024-12-13T17:50:32.983Z | Compiling heck v0.4.1 |
335 | 2024-12-13T17:50:33.248Z | Compiling slog-async v2.8.0 |
336 | 2024-12-13T17:50:33.364Z | Compiling static_assertions v1.1.0 |
337 | 2024-12-13T17:50:33.417Z | Compiling fnv v1.0.7 |
338 | 2024-12-13T17:50:33.441Z | Compiling anyhow v1.0.94 |
339 | 2024-12-13T17:50:33.482Z | Compiling dyn-clone v1.0.11 |
340 | 2024-12-13T17:50:33.506Z | Compiling unicode-width v0.1.11 |
341 | 2024-12-13T17:50:33.632Z | Compiling rustix v0.38.31 |
342 | 2024-12-13T17:50:33.656Z | Compiling bytecount v0.6.8 |
343 | 2024-12-13T17:50:33.712Z | Compiling crossbeam-channel v0.5.8 |
344 | 2024-12-13T17:50:33.826Z | Compiling papergrid v0.12.0 |
345 | 2024-12-13T17:50:34.321Z | Compiling term v0.7.0 |
346 | 2024-12-13T17:50:34.403Z | Compiling time v0.3.36 |
347 | 2024-12-13T17:50:34.501Z | Compiling serde_derive_internals v0.29.0 |
348 | 2024-12-13T17:50:34.623Z | Compiling memmap v0.7.0 |
349 | 2024-12-13T17:50:34.887Z | Compiling errno v0.3.8 |
350 | 2024-12-13T17:50:35.057Z | Compiling socket2 v0.5.5 |
351 | 2024-12-13T17:50:35.521Z | Compiling is-terminal v0.4.12 |
352 | 2024-12-13T17:50:35.613Z | Compiling mio v1.0.3 |
353 | 2024-12-13T17:50:35.810Z | Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller) |
354 | 2024-12-13T17:50:35.976Z | Compiling pin-project-lite v0.2.12 |
355 | 2024-12-13T17:50:36.070Z | Compiling either v1.8.1 |
356 | 2024-12-13T17:50:36.094Z | Compiling take_mut v0.2.2 |
357 | 2024-12-13T17:50:36.304Z | Compiling itertools v0.13.0 |
358 | 2024-12-13T17:50:36.625Z | Compiling slog-term v2.9.1 |
359 | 2024-12-13T17:50:37.024Z | Compiling hubpack_derive v0.1.1 |
360 | 2024-12-13T17:50:37.139Z | Compiling tabled_derive v0.8.0 |
361 | 2024-12-13T17:50:37.714Z | Compiling fastrand v2.0.1 |
362 | 2024-12-13T17:50:38.417Z | Compiling tempfile v3.10.1 |
363 | 2024-12-13T17:50:38.958Z | Compiling tabled v0.16.0 |
364 | 2024-12-13T17:50:39.110Z | Compiling serde_derive v1.0.215 |
365 | 2024-12-13T17:50:39.110Z | Compiling thiserror-impl v1.0.69 |
366 | 2024-12-13T17:50:39.110Z | Compiling zerocopy-derive v0.7.32 |
367 | 2024-12-13T17:50:39.134Z | Compiling clap_derive v4.5.18 |
368 | 2024-12-13T17:50:39.134Z | Compiling scroll_derive v0.12.0 |
369 | 2024-12-13T17:50:39.134Z | Compiling thiserror-impl v2.0.6 |
370 | 2024-12-13T17:50:39.134Z | Compiling schemars_derive v0.8.21 |
371 | 2024-12-13T17:50:40.344Z | Compiling scroll v0.12.0 |
372 | 2024-12-13T17:50:40.744Z | Compiling goblin v0.8.0 |
373 | 2024-12-13T17:50:40.768Z | Compiling zerocopy v0.7.32 |
374 | 2024-12-13T17:50:41.485Z | Compiling tokio-macros v2.4.0 |
375 | 2024-12-13T17:50:41.530Z | Compiling pest v2.7.6 |
376 | 2024-12-13T17:50:42.460Z | Compiling clap v4.5.23 |
377 | 2024-12-13T17:50:42.849Z | Compiling tokio v1.42.0 |
378 | 2024-12-13T17:50:43.361Z | Compiling pest_meta v2.7.6 |
379 | 2024-12-13T17:50:44.213Z | Compiling pest_generator v2.7.6 |
380 | 2024-12-13T17:50:45.108Z | Compiling pest_derive v2.7.6 |
381 | 2024-12-13T17:50:45.965Z | Compiling dtrace-parser v0.2.0 |
382 | 2024-12-13T17:50:47.216Z | Compiling hubpack v0.1.2 |
383 | 2024-12-13T17:50:47.346Z | Compiling serde_tokenstream v0.2.0 |
384 | 2024-12-13T17:50:47.501Z | Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages) |
385 | 2024-12-13T17:50:47.845Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
386 | 2024-12-13T17:50:47.845Z | --> messages/src/message.rs:132:5 |
387 | 2024-12-13T17:50:47.846Z | | |
388 | 2024-12-13T17:50:47.846Z | 132 | I2cError, |
389 | 2024-12-13T17:50:47.846Z | | ^^^^^^^^ |
390 | 2024-12-13T17:50:47.846Z | | |
391 | 2024-12-13T17:50:47.846Z | = note: `#[warn(deprecated)]` on by default |
392 | 2024-12-13T17:50:47.846Z | |
393 | 2024-12-13T17:50:47.846Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
394 | 2024-12-13T17:50:47.846Z | --> messages/src/message.rs:132:5 |
395 | 2024-12-13T17:50:47.846Z | | |
396 | 2024-12-13T17:50:47.846Z | 132 | I2cError, |
397 | 2024-12-13T17:50:47.846Z | | ^^^^^^^^ |
398 | 2024-12-13T17:50:47.846Z | |
399 | 2024-12-13T17:50:48.445Z | Compiling dof v0.3.0 |
400 | 2024-12-13T17:50:49.177Z | Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode) |
401 | 2024-12-13T17:50:49.568Z | Compiling usdt-macro v0.5.0 |
402 | 2024-12-13T17:50:49.592Z | Compiling usdt-attr-macro v0.5.0 |
403 | 2024-12-13T17:50:49.592Z | warning: `transceiver-messages` (lib) generated 2 warnings |
404 | 2024-12-13T17:50:50.803Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
405 | 2024-12-13T17:50:50.803Z | --> messages/src/message.rs:1050:22 |
406 | 2024-12-13T17:50:50.803Z | | |
407 | 2024-12-13T17:50:50.803Z | 1050 | HwError::I2cError, |
408 | 2024-12-13T17:50:50.803Z | | ^^^^^^^^ |
409 | 2024-12-13T17:50:50.803Z | |
410 | 2024-12-13T17:50:50.827Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
411 | 2024-12-13T17:50:50.827Z | --> messages/src/message.rs:1409:27 |
412 | 2024-12-13T17:50:50.827Z | | |
413 | 2024-12-13T17:50:50.827Z | 1409 | vec![HwError::I2cError], |
414 | 2024-12-13T17:50:50.828Z | | ^^^^^^^^ |
415 | 2024-12-13T17:50:50.828Z | |
416 | 2024-12-13T17:50:50.828Z | Compiling usdt v0.5.0 |
417 | 2024-12-13T17:50:54.019Z | warning: `transceiver-messages` (lib test) generated 4 warnings (2 duplicates) |
418 | 2024-12-13T17:51:10.877Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.62s |
419 | 2024-12-13T17:51:10.901Z | Running unittests src/lib.rs (target/debug/deps/transceiver_controller-176d71236aaa4aad) |
420 | 2024-12-13T17:51:10.946Z | |
421 | 2024-12-13T17:51:10.947Z | running 38 tests |
422 | 2024-12-13T17:51:10.947Z | test controller::tests::test_deserialize_power_state ... ok |
423 | 2024-12-13T17:51:10.947Z | test config::tests::test_config_builder ... ok |
424 | 2024-12-13T17:51:10.947Z | test controller::tests::test_fits_in_one_message ... ok |
425 | 2024-12-13T17:51:10.947Z | test controller::tests::test_identifier ... ok |
426 | 2024-12-13T17:51:10.947Z | test controller::tests::test_disable_power ... ok |
427 | 2024-12-13T17:51:10.947Z | test controller::tests::test_deassert_reset ... ok |
428 | 2024-12-13T17:51:10.947Z | test controller::tests::test_assert_reset ... ok |
429 | 2024-12-13T17:51:10.947Z | test controller::tests::test_clear_power_fault ... ok |
430 | 2024-12-13T17:51:10.947Z | test controller::tests::test_deassert_lp_mode ... ok |
431 | 2024-12-13T17:51:10.947Z | test controller::tests::test_assert_lp_mode ... ok |
432 | 2024-12-13T17:51:10.947Z | test controller::tests::test_enable_power ... ok |
433 | 2024-12-13T17:51:10.947Z | test controller::tests::test_serialize_power_state ... ok |
434 | 2024-12-13T17:51:10.947Z | test controller::tests::test_split_large_reads ... ok |
435 | 2024-12-13T17:51:10.947Z | test controller::tests::test_verify_ids_for_page ... ok |
436 | 2024-12-13T17:51:10.947Z | test controller::tests::test_macs ... ok |
437 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_handle_sp_response_to_outgoing_request_message_serialization_failure ... ok |
438 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_handle_sp_error ... ok |
439 | 2024-12-13T17:51:10.947Z | test controller::tests::test_set_power_mode_off ... ok |
440 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_handle_sp_response_to_outgoing_request_missing_error_data ... ok |
441 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_send_outgoing_request ... ok |
442 | 2024-12-13T17:51:10.947Z | test controller::tests::test_parse_modules_by_identifier_out_of_order ... ok |
443 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_handle_sp_response_to_outstanding_request ... ok |
444 | 2024-12-13T17:51:10.947Z | test large_access::tests::test_build_large_memory_access_even_split ... ok |
445 | 2024-12-13T17:51:10.947Z | test results::tests::test_append_module_results_no_errors ... ok |
446 | 2024-12-13T17:51:10.947Z | test large_access::tests::test_build_large_memory_accessad_uneven_split ... ok |
447 | 2024-12-13T17:51:10.947Z | test ioloop::tests::test_send_protocol_error ... ok |
448 | 2024-12-13T17:51:10.947Z | test controller::tests::test_power_mode_no_failures ... ok |
449 | 2024-12-13T17:51:10.947Z | test results::tests::test_append_module_results_removes_failures ... ok |
450 | 2024-12-13T17:51:10.947Z | test results::tests::test_append_module_results_returns_none_with_new_errors ... ok |
451 | 2024-12-13T17:51:10.947Z | test controller::tests::test_power_mode_with_failures ... ok |
452 | 2024-12-13T17:51:10.947Z | test results::tests::test_append_module_results_returns_none_with_new_successes ... ok |
453 | 2024-12-13T17:51:10.947Z | test results::tests::test_merge_module_result_new_failure ... ok |
454 | 2024-12-13T17:51:10.947Z | test results::tests::test_append_module_results_returns_none_with_overlapping_errors ... ok |
455 | 2024-12-13T17:51:10.947Z | test results::tests::test_merge_module_result_overlap ... ok |
456 | 2024-12-13T17:51:10.947Z | test results::tests::test_merge_module_result_no_overlap ... ok |
457 | 2024-12-13T17:51:10.947Z | test results::tests::test_merge_module_result_old_failure_is_sticky ... ok |
458 | 2024-12-13T17:51:10.973Z | test controller::tests::test_memory_model ... ok |
459 | 2024-12-13T17:51:11.177Z | test ioloop::tests::test_handle_faulty_message_limit ... ok |
460 | 2024-12-13T17:51:11.177Z | |
461 | 2024-12-13T17:51:11.177Z | test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s |
462 | 2024-12-13T17:51:11.177Z | |
463 | 2024-12-13T17:51:11.203Z | Running unittests src/bin/xcvradm.rs (target/debug/deps/xcvradm-01e4891a51059252) |
464 | 2024-12-13T17:51:11.203Z | |
465 | 2024-12-13T17:51:11.203Z | running 9 tests |
466 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_autodetect ... ok |
467 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_binary_string ... ok |
468 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_binary ... ok |
469 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_binary_string_with_0b_prefix ... ok |
470 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_decimal ... ok |
471 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_decimal_trailing_newline ... ok |
472 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_hex ... ok |
473 | 2024-12-13T17:51:11.203Z | test tests::test_load_write_data_hex_with_0x_prefix ... ok |
474 | 2024-12-13T17:51:11.203Z | test tests::test_parse_transceivers ... ok |
475 | 2024-12-13T17:51:11.203Z | |
476 | 2024-12-13T17:51:11.203Z | test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
477 | 2024-12-13T17:51:11.203Z | |
478 | 2024-12-13T17:51:11.203Z | Running unittests src/lib.rs (target/debug/deps/transceiver_decode-c94a09b6f8ba56b3) |
479 | 2024-12-13T17:51:11.203Z | |
480 | 2024-12-13T17:51:11.203Z | running 20 tests |
481 | 2024-12-13T17:51:11.228Z | test datapath::tests::test_decode_cmis_lane_datapath_config ... ok |
482 | 2024-12-13T17:51:11.228Z | test datapath::tests::test_application_descriptor_from_bytes ... ok |
483 | 2024-12-13T17:51:11.228Z | test ident::tests::test_oui_from_str ... ok |
484 | 2024-12-13T17:51:11.228Z | test datapath::tests::test_parse_sff8636_datapath ... ok |
485 | 2024-12-13T17:51:11.228Z | test ident::tests::test_parse_vendor_info_from_module_cmis ... ok |
486 | 2024-12-13T17:51:11.228Z | test ident::tests::test_parse_vendor_info_from_module_sff8636 ... ok |
487 | 2024-12-13T17:51:11.228Z | test memory_model::tests::test_parse_memory_model_from_module_cmis ... ok |
488 | 2024-12-13T17:51:11.228Z | test memory_model::tests::test_parse_memory_model_from_module_sff8636 ... ok |
489 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_aux2_monitor_serdes ... ok |
490 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_aux1_monitor_serdes ... ok |
491 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_aux3_monitor_serdes ... ok |
492 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_cmis_monitor_reads ... ok |
493 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_parse_cmis_monitor_all_supported ... ok |
494 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_parse_sff8636_monitor_all_supported ... ok |
495 | 2024-12-13T17:51:11.228Z | test ident::tests::test_vendor_info_serdes ... ok |
496 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_receiver_power_serdes ... ok |
497 | 2024-12-13T17:51:11.228Z | test monitors::tests::test_sff8636_monitor_reads ... ok |
498 | 2024-12-13T17:51:11.228Z | test power::tests::test_power_control_from_module_cmis ... ok |
499 | 2024-12-13T17:51:11.228Z | test utils::tests::test_extract_bit ... ok |
500 | 2024-12-13T17:51:11.228Z | test power::tests::test_power_control_from_module_sff8636 ... ok |
501 | 2024-12-13T17:51:11.228Z | |
502 | 2024-12-13T17:51:11.228Z | test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
503 | 2024-12-13T17:51:11.228Z | |
504 | 2024-12-13T17:51:11.228Z | Running unittests src/lib.rs (target/debug/deps/transceiver_messages-ad6c284dc2017325) |
505 | 2024-12-13T17:51:11.228Z | |
506 | 2024-12-13T17:51:11.230Z | running 46 tests |
507 | 2024-12-13T17:51:11.230Z | test mac::tests::test_mac_addrs ... ok |
508 | 2024-12-13T17:51:11.230Z | test mac::tests::test_bad_mac_addr_range_encoding_unchanged ... ok |
509 | 2024-12-13T17:51:11.230Z | test mac::tests::test_mac_addrs_is_valid ... ok |
510 | 2024-12-13T17:51:11.230Z | test mac::tests::test_bad_mac_addr_reason_encoding_unchanged ... ok |
511 | 2024-12-13T17:51:11.230Z | test message::test::test_deserialize_hw_errors ... ok |
512 | 2024-12-13T17:51:11.230Z | test message::test::test_deserialize_led_state ... ok |
513 | 2024-12-13T17:51:11.230Z | test message::test::test_extended_status ... ok |
514 | 2024-12-13T17:51:11.230Z | test message::test::test_hardware_error_encoding_unchanged ... ok |
515 | 2024-12-13T17:51:11.230Z | test message::test::test_host_request_data_len ... ok |
516 | 2024-12-13T17:51:11.230Z | test message::test::test_header_encoding_unchanged ... ok |
517 | 2024-12-13T17:51:11.230Z | test message::test::test_mac_addr_response_encoding_unchanged ... ok |
518 | 2024-12-13T17:51:11.230Z | test message::test::test_message_body_encoding_unchanged ... ok |
519 | 2024-12-13T17:51:11.230Z | test message::test::test_message_encoding_unchanged ... ok |
520 | 2024-12-13T17:51:11.230Z | test message::test::test_serialize_led_state ... ok |
521 | 2024-12-13T17:51:11.230Z | test message::test::test_host_request_encoding_unchanged ... ok |
522 | 2024-12-13T17:51:11.230Z | test message::test::test_sp_response_error_data_len ... ok |
523 | 2024-12-13T17:51:11.230Z | test message::test::test_protocol_error_encoding_unchanged ... ok |
524 | 2024-12-13T17:51:11.230Z | test message::test::test_sp_response_data_len ... ok |
525 | 2024-12-13T17:51:11.230Z | test message::test::test_sp_response_encoding_unchanged ... ok |
526 | 2024-12-13T17:51:11.230Z | test message::test::test_serialize_status ... ok |
527 | 2024-12-13T17:51:11.230Z | test mgmt::tests::test_cmis_upper_page_memory_read ... ok |
528 | 2024-12-13T17:51:11.230Z | test mgmt::sff8636::tests::test_upper_page ... ok |
529 | 2024-12-13T17:51:11.230Z | test mgmt::tests::test_page_encoding_unchanged ... ok |
530 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_sff8636_page_encoding_unchanged ... ok |
531 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_cmis_lower_page_memory_read ... ok |
532 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_cmis_lower_page_memory_write ... ok |
533 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_cmis_page_encoding_unchanged ... ok |
534 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_management_interface_encoding_unchanged ... ok |
535 | 2024-12-13T17:51:11.232Z | test mgmt::cmis::tests::test_page ... ok |
536 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_cmis_upper_page_memory_write ... ok |
537 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_sff_8636_upper_page_memory_read ... ok |
538 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_sff_8636_upper_page_memory_write ... ok |
539 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_sff_8636_lower_page_memory_read ... ok |
540 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_filter_module_data ... ok |
541 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_is_subset ... ok |
542 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_merge_module_id ... ok |
543 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_bit_ops ... ok |
544 | 2024-12-13T17:51:11.232Z | test mgmt::tests::test_sff_8636_lower_page_memory_write ... ok |
545 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_module_id_all ... ok |
546 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_module_id_contains ... ok |
547 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_module_id_test_set_clear ... ok |
548 | 2024-12-13T17:51:11.232Z | test module_id::tests::test_module_id_from_indices_out_of_range ... ok |
549 | 2024-12-13T17:51:11.233Z | test module_id::tests::test_remove_module_data ... ok |
550 | 2024-12-13T17:51:11.233Z | test module_id::tests::test_module_id_from_indices ... ok |
551 | 2024-12-13T17:51:11.233Z | test module_id::tests::test_module_id_remove ... ok |
552 | 2024-12-13T17:51:11.233Z | test module_id::tests::test_selected_transceiver_count ... ok |
553 | 2024-12-13T17:51:11.233Z | |
554 | 2024-12-13T17:51:11.233Z | test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
555 | 2024-12-13T17:51:11.233Z | |
556 | 2024-12-13T17:51:11.257Z | |
557 | 2024-12-13T17:51:11.257Z | real 43.039176285 |
558 | 2024-12-13T17:51:11.257Z | user 3:07.422996682 |
559 | 2024-12-13T17:51:11.257Z | sys 27.338371215 |
560 | 2024-12-13T17:51:11.257Z | trap 0.101470268 |
561 | 2024-12-13T17:51:11.257Z | tflt 0.105733027 |
562 | 2024-12-13T17:51:11.257Z | dflt 0.470603599 |
563 | 2024-12-13T17:51:11.257Z | kflt 0.000170847 |
564 | 2024-12-13T17:51:11.257Z | lock 5:04.097786913 |
565 | 2024-12-13T17:51:11.257Z | slp 10:06.493835480 |
566 | 2024-12-13T17:51:11.257Z | lat 6.524593527 |
567 | 2024-12-13T17:51:11.257Z | stop 6.714187054 |
568 | 2024-12-13T17:51:11.257Z | process exited: duration 55857 ms, exit code 0 |
|
569 | 2024-12-13T17:51:11.306Z | found 0 output files |