|
|
|
1 | 2024-12-13T17:49:37.136Z | job assigned to worker 01JF0J73MNZYWWGAPM95Y7RSDV [factory gimlet-EVT22200007-propolis, EVT22200007/20422] (queued for 25 s) |
|
2 | 2024-12-13T17:49:44.754Z | starting task 0: "setup" |
3 | 2024-12-13T17:49:44.777Z | ++ uname -s |
4 | 2024-12-13T17:49:44.777Z | + kern=SunOS |
5 | 2024-12-13T17:49:44.777Z | + case "$kern" in |
6 | 2024-12-13T17:49:44.777Z | + groupadd -g 12345 build |
7 | 2024-12-13T17:49:44.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T17:49:46.776Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T17:49:46.811Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T17:49:46.834Z | + home_fs=zfs |
11 | 2024-12-13T17:49:46.834Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T17:49:46.834Z | + mkdir -p /home/build |
13 | 2024-12-13T17:49:46.834Z | + chown build:build /home/build /work |
14 | 2024-12-13T17:49:48.819Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T17:49:48.843Z | process exited: duration 4072 ms, exit code 0 |
|
16 | 2024-12-13T17:49:48.889Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T17:49:48.912Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T17:49:48.913Z | ' stable |
19 | 2024-12-13T17:49:48.913Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T17:49:48.913Z | ' default |
21 | 2024-12-13T17:49:48.913Z | * toolchain channel = "stable" |
22 | 2024-12-13T17:49:48.913Z | * toolchain profile = "default" |
23 | 2024-12-13T17:49:48.913Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T17:49:48.913Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-13T17:49:49.038Z | info: downloading installer |
26 | 2024-12-13T17:49:49.417Z | info: profile set to 'default' |
27 | 2024-12-13T17:49:49.417Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T17:49:49.417Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-13T17:49:49.524Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-13T17:49:49.524Z | info: downloading component 'cargo' |
31 | 2024-12-13T17:49:49.650Z | info: downloading component 'clippy' |
32 | 2024-12-13T17:49:49.699Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T17:49:49.873Z | info: downloading component 'rust-std' |
34 | 2024-12-13T17:49:50.120Z | info: downloading component 'rustc' |
35 | 2024-12-13T17:49:51.104Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T17:49:51.141Z | info: installing component 'cargo' |
37 | 2024-12-13T17:49:52.260Z | info: installing component 'clippy' |
38 | 2024-12-13T17:49:52.720Z | info: installing component 'rust-docs' |
39 | 2024-12-13T17:49:55.539Z | info: installing component 'rust-std' |
40 | 2024-12-13T17:49:57.547Z | info: installing component 'rustc' |
41 | 2024-12-13T17:50:04.441Z | info: installing component 'rustfmt' |
42 | 2024-12-13T17:50:04.842Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-13T17:50:04.842Z | |
44 | 2024-12-13T17:50:04.983Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-13T17:50:04.983Z | |
46 | 2024-12-13T17:50:05.008Z | |
47 | 2024-12-13T17:50:05.008Z | Rust is installed now. Great! |
48 | 2024-12-13T17:50:05.008Z | |
49 | 2024-12-13T17:50:05.008Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T17:50:05.008Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T17:50:05.008Z | |
52 | 2024-12-13T17:50:05.008Z | To configure your current shell, you need to source |
53 | 2024-12-13T17:50:05.008Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T17:50:05.008Z | |
55 | 2024-12-13T17:50:05.008Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T17:50:05.008Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T17:50:05.009Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T17:50:05.060Z | + rustc --version |
59 | 2024-12-13T17:50:05.174Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-13T17:50:05.207Z | process exited: duration 16290 ms, exit code 0 |
|
61 | 2024-12-13T17:50:05.255Z | starting task 2: "authentication" |
62 | 2024-12-13T17:50:05.310Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-12-13T17:50:05.357Z | starting task 3: "clone repository" |
64 | 2024-12-13T17:50:05.380Z | + mkdir -p /work/oxidecomputer/transceiver-control |
65 | 2024-12-13T17:50:05.380Z | + git clone https://github.com/oxidecomputer/transceiver-control /work/oxidecomputer/transceiver-control |
66 | 2024-12-13T17:50:05.404Z | Cloning into '/work/oxidecomputer/transceiver-control'... |
67 | 2024-12-13T17:50:06.245Z | + cd /work/oxidecomputer/transceiver-control |
68 | 2024-12-13T17:50:06.245Z | + git fetch origin fd90967883a91c8af37608c54abb626c49eb2137 |
69 | 2024-12-13T17:50:06.616Z | From https://github.com/oxidecomputer/transceiver-control |
70 | 2024-12-13T17:50:06.616Z | * branch fd90967883a91c8af37608c54abb626c49eb2137 -> FETCH_HEAD |
71 | 2024-12-13T17:50:06.639Z | + [[ -n osfp ]] |
72 | 2024-12-13T17:50:06.639Z | ++ git branch --show-current |
73 | 2024-12-13T17:50:06.639Z | + current=main |
74 | 2024-12-13T17:50:06.639Z | + [[ main != osfp ]] |
75 | 2024-12-13T17:50:06.639Z | + git branch -f osfp fd90967883a91c8af37608c54abb626c49eb2137 |
76 | 2024-12-13T17:50:06.663Z | + git checkout -f osfp |
77 | 2024-12-13T17:50:06.663Z | Switched to branch 'osfp' |
78 | 2024-12-13T17:50:06.663Z | + git reset --hard fd90967883a91c8af37608c54abb626c49eb2137 |
79 | 2024-12-13T17:50:06.663Z | HEAD is now at fd90967 review feedback |
80 | 2024-12-13T17:50:06.663Z | process exited: duration 1306 ms, exit code 0 |
|
81 | 2024-12-13T17:50:06.711Z | starting task 4: "build" |
82 | 2024-12-13T17:50:06.734Z | + cargo --version |
83 | 2024-12-13T17:50:06.819Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
84 | 2024-12-13T17:50:06.842Z | + rustc --version |
85 | 2024-12-13T17:50:06.924Z | rustc 1.83.0 (90b35a623 2024-11-26) |
86 | 2024-12-13T17:50:06.947Z | + pfexec mkdir -p /out |
87 | 2024-12-13T17:50:06.947Z | + pfexec chown build /out |
88 | 2024-12-13T17:50:06.947Z | + banner build |
89 | 2024-12-13T17:50:06.947Z | |
90 | 2024-12-13T17:50:06.947Z | ##### # # # # ##### |
91 | 2024-12-13T17:50:06.947Z | # # # # # # # # |
92 | 2024-12-13T17:50:06.947Z | ##### # # # # # # |
93 | 2024-12-13T17:50:06.947Z | # # # # # # # # |
94 | 2024-12-13T17:50:06.947Z | # # # # # # # # |
95 | 2024-12-13T17:50:06.948Z | ##### #### # ###### ##### |
96 | 2024-12-13T17:50:06.948Z | |
97 | 2024-12-13T17:50:06.948Z | + ptime -m cargo build --release --locked --bin xcvradm |
98 | 2024-12-13T17:50:07.182Z | Updating crates.io index |
99 | 2024-12-13T17:50:07.905Z | Downloading crates ... |
100 | 2024-12-13T17:50:07.965Z | Downloaded cfg_aliases v0.2.1 |
101 | 2024-12-13T17:50:07.989Z | Downloaded hubpack_derive v0.1.1 |
102 | 2024-12-13T17:50:07.989Z | Downloaded bytecount v0.6.8 |
103 | 2024-12-13T17:50:07.989Z | Downloaded utf8parse v0.2.1 |
104 | 2024-12-13T17:50:07.989Z | Downloaded unicode-width v0.1.11 |
105 | 2024-12-13T17:50:07.989Z | Downloaded usdt v0.5.0 |
106 | 2024-12-13T17:50:08.012Z | Downloaded term v0.7.0 |
107 | 2024-12-13T17:50:08.012Z | Downloaded unicode-ident v1.0.8 |
108 | 2024-12-13T17:50:08.012Z | Downloaded zerocopy-derive v0.7.32 |
109 | 2024-12-13T17:50:08.035Z | Downloaded time v0.3.36 |
110 | 2024-12-13T17:50:08.035Z | Downloaded zerocopy v0.7.32 |
111 | 2024-12-13T17:50:08.058Z | Downloaded tabled v0.16.0 |
112 | 2024-12-13T17:50:08.081Z | Downloaded nix v0.29.0 |
113 | 2024-12-13T17:50:08.105Z | Downloaded usdt-macro v0.5.0 |
114 | 2024-12-13T17:50:08.105Z | Downloaded ucd-trie v0.1.5 |
115 | 2024-12-13T17:50:08.105Z | Downloaded memmap v0.7.0 |
116 | 2024-12-13T17:50:08.105Z | Downloaded clap v4.5.23 |
117 | 2024-12-13T17:50:08.105Z | Downloaded anstream v0.6.15 |
118 | 2024-12-13T17:50:08.105Z | Downloaded thread-id v4.0.0 |
119 | 2024-12-13T17:50:08.105Z | Downloaded quote v1.0.35 |
120 | 2024-12-13T17:50:08.130Z | Downloaded pretty-hex v0.4.1 |
121 | 2024-12-13T17:50:08.130Z | Downloaded serde_json v1.0.133 |
122 | 2024-12-13T17:50:08.130Z | Downloaded libc v0.2.167 |
123 | 2024-12-13T17:50:08.153Z | Downloaded dirs-next v2.0.0 |
124 | 2024-12-13T17:50:08.153Z | Downloaded cpufeatures v0.2.6 |
125 | 2024-12-13T17:50:08.153Z | Downloaded syn v2.0.87 |
126 | 2024-12-13T17:50:08.176Z | Downloaded syn v1.0.109 |
127 | 2024-12-13T17:50:08.176Z | Downloaded itertools v0.13.0 |
128 | 2024-12-13T17:50:08.199Z | Downloaded goblin v0.8.0 |
129 | 2024-12-13T17:50:08.199Z | Downloaded clap_builder v4.5.23 |
130 | 2024-12-13T17:50:08.199Z | Downloaded pest v2.7.6 |
131 | 2024-12-13T17:50:08.222Z | Downloaded mio v1.0.3 |
132 | 2024-12-13T17:50:08.222Z | Downloaded version_check v0.9.5 |
133 | 2024-12-13T17:50:08.222Z | Downloaded serde_derive v1.0.215 |
134 | 2024-12-13T17:50:08.222Z | Downloaded serde v1.0.215 |
135 | 2024-12-13T17:50:08.222Z | Downloaded pin-project-lite v0.2.12 |
136 | 2024-12-13T17:50:08.222Z | Downloaded papergrid v0.12.0 |
137 | 2024-12-13T17:50:08.246Z | Downloaded usdt-impl v0.5.0 |
138 | 2024-12-13T17:50:08.246Z | Downloaded memchr v2.5.0 |
139 | 2024-12-13T17:50:08.246Z | Downloaded crossbeam-channel v0.5.8 |
140 | 2024-12-13T17:50:08.246Z | Downloaded typenum v1.16.0 |
141 | 2024-12-13T17:50:08.246Z | Downloaded thiserror-impl v1.0.69 |
142 | 2024-12-13T17:50:08.246Z | Downloaded socket2 v0.5.5 |
143 | 2024-12-13T17:50:08.246Z | Downloaded tokio v1.42.0 |
144 | 2024-12-13T17:50:08.288Z | Downloaded slog v2.7.0 |
145 | 2024-12-13T17:50:08.312Z | Downloaded ryu v1.0.13 |
146 | 2024-12-13T17:50:08.312Z | Downloaded proc-macro2 v1.0.89 |
147 | 2024-12-13T17:50:08.312Z | Downloaded pest_meta v2.7.6 |
148 | 2024-12-13T17:50:08.312Z | Downloaded pest_derive v2.7.6 |
149 | 2024-12-13T17:50:08.312Z | Downloaded scroll v0.12.0 |
150 | 2024-12-13T17:50:08.312Z | Downloaded once_cell v1.17.1 |
151 | 2024-12-13T17:50:08.312Z | Downloaded crossbeam-utils v0.8.15 |
152 | 2024-12-13T17:50:08.312Z | Downloaded byteorder v1.4.3 |
153 | 2024-12-13T17:50:08.313Z | Downloaded time-macros v0.2.18 |
154 | 2024-12-13T17:50:08.337Z | Downloaded thiserror v2.0.6 |
155 | 2024-12-13T17:50:08.337Z | Downloaded thiserror v1.0.69 |
156 | 2024-12-13T17:50:08.337Z | Downloaded strsim v0.11.0 |
157 | 2024-12-13T17:50:08.337Z | Downloaded slog-term v2.9.1 |
158 | 2024-12-13T17:50:08.337Z | Downloaded serde_tokenstream v0.2.0 |
159 | 2024-12-13T17:50:08.337Z | Downloaded proc-macro-error v1.0.4 |
160 | 2024-12-13T17:50:08.337Z | Downloaded log v0.4.20 |
161 | 2024-12-13T17:50:08.361Z | Downloaded generic-array v0.14.7 |
162 | 2024-12-13T17:50:08.361Z | Downloaded either v1.8.1 |
163 | 2024-12-13T17:50:08.361Z | Downloaded bitflags v2.6.0 |
164 | 2024-12-13T17:50:08.361Z | Downloaded thread_local v1.1.7 |
165 | 2024-12-13T17:50:08.361Z | Downloaded thiserror-impl v2.0.6 |
166 | 2024-12-13T17:50:08.361Z | Downloaded tabled_derive v0.8.0 |
167 | 2024-12-13T17:50:08.361Z | Downloaded static_assertions v1.1.0 |
168 | 2024-12-13T17:50:08.361Z | Downloaded slog-async v2.8.0 |
169 | 2024-12-13T17:50:08.361Z | Downloaded sha2 v0.10.6 |
170 | 2024-12-13T17:50:08.361Z | Downloaded proc-macro-error-attr v1.0.4 |
171 | 2024-12-13T17:50:08.361Z | Downloaded powerfmt v0.2.0 |
172 | 2024-12-13T17:50:08.361Z | Downloaded plain v0.2.3 |
173 | 2024-12-13T17:50:08.361Z | Downloaded pest_generator v2.7.6 |
174 | 2024-12-13T17:50:08.361Z | Downloaded memoffset v0.9.0 |
175 | 2024-12-13T17:50:08.361Z | Downloaded itoa v1.0.6 |
176 | 2024-12-13T17:50:08.385Z | Downloaded is_terminal_polyfill v1.70.1 |
177 | 2024-12-13T17:50:08.385Z | Downloaded is-terminal v0.4.12 |
178 | 2024-12-13T17:50:08.385Z | Downloaded dof v0.3.0 |
179 | 2024-12-13T17:50:08.385Z | Downloaded anyhow v1.0.94 |
180 | 2024-12-13T17:50:08.385Z | Downloaded usdt-attr-macro v0.5.0 |
181 | 2024-12-13T17:50:08.385Z | Downloaded tokio-macros v2.4.0 |
182 | 2024-12-13T17:50:08.385Z | Downloaded time-core v0.1.2 |
183 | 2024-12-13T17:50:08.386Z | Downloaded take_mut v0.2.2 |
184 | 2024-12-13T17:50:08.386Z | Downloaded scroll_derive v0.12.0 |
185 | 2024-12-13T17:50:08.386Z | Downloaded num-conv v0.1.0 |
186 | 2024-12-13T17:50:08.387Z | Downloaded hubpack v0.1.2 |
187 | 2024-12-13T17:50:08.387Z | Downloaded dirs-sys-next v0.1.2 |
188 | 2024-12-13T17:50:08.387Z | Downloaded digest v0.10.6 |
189 | 2024-12-13T17:50:08.387Z | Downloaded deranged v0.3.11 |
190 | 2024-12-13T17:50:08.387Z | Downloaded crypto-common v0.1.6 |
191 | 2024-12-13T17:50:08.387Z | Downloaded clap_lex v0.7.4 |
192 | 2024-12-13T17:50:08.387Z | Downloaded clap_derive v4.5.18 |
193 | 2024-12-13T17:50:08.413Z | Downloaded autocfg v1.1.0 |
194 | 2024-12-13T17:50:08.414Z | Downloaded anstyle-parse v0.2.0 |
195 | 2024-12-13T17:50:08.414Z | Downloaded anstyle v1.0.8 |
196 | 2024-12-13T17:50:08.414Z | Downloaded heck v0.5.0 |
197 | 2024-12-13T17:50:08.414Z | Downloaded heck v0.4.1 |
198 | 2024-12-13T17:50:08.414Z | Downloaded fnv v1.0.7 |
199 | 2024-12-13T17:50:08.414Z | Downloaded dtrace-parser v0.2.0 |
200 | 2024-12-13T17:50:08.414Z | Downloaded colorchoice v1.0.0 |
201 | 2024-12-13T17:50:08.414Z | Downloaded cfg-if v1.0.0 |
202 | 2024-12-13T17:50:08.414Z | Downloaded block-buffer v0.10.4 |
203 | 2024-12-13T17:50:08.414Z | Downloaded anstyle-query v1.0.0 |
204 | 2024-12-13T17:50:08.498Z | Compiling proc-macro2 v1.0.89 |
205 | 2024-12-13T17:50:08.521Z | Compiling unicode-ident v1.0.8 |
206 | 2024-12-13T17:50:08.522Z | Compiling memchr v2.5.0 |
207 | 2024-12-13T17:50:08.522Z | Compiling version_check v0.9.5 |
208 | 2024-12-13T17:50:08.522Z | Compiling thiserror v1.0.69 |
209 | 2024-12-13T17:50:08.522Z | Compiling serde v1.0.215 |
210 | 2024-12-13T17:50:08.522Z | Compiling libc v0.2.167 |
211 | 2024-12-13T17:50:08.522Z | Compiling ucd-trie v0.1.5 |
212 | 2024-12-13T17:50:08.708Z | Compiling serde_json v1.0.133 |
213 | 2024-12-13T17:50:08.907Z | Compiling once_cell v1.17.1 |
214 | 2024-12-13T17:50:09.029Z | Compiling syn v1.0.109 |
215 | 2024-12-13T17:50:09.096Z | Compiling cfg-if v1.0.0 |
216 | 2024-12-13T17:50:09.296Z | Compiling utf8parse v0.2.1 |
217 | 2024-12-13T17:50:09.450Z | Compiling itoa v1.0.6 |
218 | 2024-12-13T17:50:09.538Z | Compiling ryu v1.0.13 |
219 | 2024-12-13T17:50:09.670Z | Compiling byteorder v1.4.3 |
220 | 2024-12-13T17:50:09.702Z | Compiling anstyle-parse v0.2.0 |
221 | 2024-12-13T17:50:09.947Z | Compiling proc-macro-error-attr v1.0.4 |
222 | 2024-12-13T17:50:10.009Z | Compiling quote v1.0.35 |
223 | 2024-12-13T17:50:10.034Z | Compiling usdt-impl v0.5.0 |
224 | 2024-12-13T17:50:10.063Z | Compiling anstyle v1.0.8 |
225 | 2024-12-13T17:50:10.266Z | Compiling is_terminal_polyfill v1.70.1 |
226 | 2024-12-13T17:50:10.369Z | Compiling syn v2.0.87 |
227 | 2024-12-13T17:50:10.410Z | Compiling anstyle-query v1.0.0 |
228 | 2024-12-13T17:50:10.435Z | Compiling colorchoice v1.0.0 |
229 | 2024-12-13T17:50:10.524Z | Compiling anstream v0.6.15 |
230 | 2024-12-13T17:50:10.569Z | Compiling thread-id v4.0.0 |
231 | 2024-12-13T17:50:10.612Z | Compiling proc-macro-error v1.0.4 |
232 | 2024-12-13T17:50:10.636Z | Compiling thiserror v2.0.6 |
233 | 2024-12-13T17:50:10.660Z | Compiling heck v0.5.0 |
234 | 2024-12-13T17:50:11.087Z | Compiling slog v2.7.0 |
235 | 2024-12-13T17:50:11.111Z | Compiling log v0.4.20 |
236 | 2024-12-13T17:50:11.384Z | Compiling clap_lex v0.7.4 |
237 | 2024-12-13T17:50:11.515Z | Compiling plain v0.2.3 |
238 | 2024-12-13T17:50:11.612Z | Compiling autocfg v1.1.0 |
239 | 2024-12-13T17:50:11.667Z | Compiling strsim v0.11.0 |
240 | 2024-12-13T17:50:12.004Z | Compiling crossbeam-utils v0.8.15 |
241 | 2024-12-13T17:50:12.076Z | Compiling clap_builder v4.5.23 |
242 | 2024-12-13T17:50:12.099Z | Compiling memoffset v0.9.0 |
243 | 2024-12-13T17:50:12.684Z | Compiling dirs-sys-next v0.1.2 |
244 | 2024-12-13T17:50:13.481Z | Compiling time-core v0.1.2 |
245 | 2024-12-13T17:50:13.504Z | Compiling cfg_aliases v0.2.1 |
246 | 2024-12-13T17:50:13.558Z | Compiling num-conv v0.1.0 |
247 | 2024-12-13T17:50:13.595Z | Compiling bitflags v2.6.0 |
248 | 2024-12-13T17:50:13.633Z | Compiling pretty-hex v0.4.1 |
249 | 2024-12-13T17:50:13.790Z | Compiling powerfmt v0.2.0 |
250 | 2024-12-13T17:50:13.813Z | Compiling time-macros v0.2.18 |
251 | 2024-12-13T17:50:13.842Z | Compiling nix v0.29.0 |
252 | 2024-12-13T17:50:14.195Z | Compiling deranged v0.3.11 |
253 | 2024-12-13T17:50:14.492Z | Compiling thread_local v1.1.7 |
254 | 2024-12-13T17:50:14.579Z | Compiling dirs-next v2.0.0 |
255 | 2024-12-13T17:50:15.829Z | Compiling bytecount v0.6.8 |
256 | 2024-12-13T17:50:15.979Z | Compiling anyhow v1.0.94 |
257 | 2024-12-13T17:50:16.067Z | Compiling heck v0.4.1 |
258 | 2024-12-13T17:50:16.108Z | Compiling slog-async v2.8.0 |
259 | 2024-12-13T17:50:16.139Z | Compiling unicode-width v0.1.11 |
260 | 2024-12-13T17:50:16.282Z | Compiling fnv v1.0.7 |
261 | 2024-12-13T17:50:16.355Z | Compiling time v0.3.36 |
262 | 2024-12-13T17:50:16.394Z | Compiling papergrid v0.12.0 |
263 | 2024-12-13T17:50:16.557Z | Compiling crossbeam-channel v0.5.8 |
264 | 2024-12-13T17:50:16.827Z | Compiling term v0.7.0 |
265 | 2024-12-13T17:50:17.173Z | Compiling hubpack_derive v0.1.1 |
266 | 2024-12-13T17:50:17.763Z | Compiling tabled_derive v0.8.0 |
267 | 2024-12-13T17:50:17.836Z | Compiling mio v1.0.3 |
268 | 2024-12-13T17:50:18.368Z | Compiling thiserror-impl v1.0.69 |
269 | 2024-12-13T17:50:19.062Z | Compiling serde_derive v1.0.215 |
270 | 2024-12-13T17:50:19.594Z | Compiling zerocopy-derive v0.7.32 |
271 | 2024-12-13T17:50:20.326Z | Compiling scroll_derive v0.12.0 |
272 | 2024-12-13T17:50:20.543Z | Compiling pest v2.7.6 |
273 | 2024-12-13T17:50:21.068Z | Compiling zerocopy v0.7.32 |
274 | 2024-12-13T17:50:21.541Z | Compiling scroll v0.12.0 |
275 | 2024-12-13T17:50:22.009Z | Compiling goblin v0.8.0 |
276 | 2024-12-13T17:50:22.582Z | Compiling pest_meta v2.7.6 |
277 | 2024-12-13T17:50:24.105Z | Compiling pest_generator v2.7.6 |
278 | 2024-12-13T17:50:25.098Z | Compiling thiserror-impl v2.0.6 |
279 | 2024-12-13T17:50:25.286Z | Compiling pest_derive v2.7.6 |
280 | 2024-12-13T17:50:25.935Z | Compiling dtrace-parser v0.2.0 |
281 | 2024-12-13T17:50:26.516Z | Compiling clap_derive v4.5.18 |
282 | 2024-12-13T17:50:27.403Z | Compiling tokio-macros v2.4.0 |
283 | 2024-12-13T17:50:28.498Z | Compiling serde_tokenstream v0.2.0 |
284 | 2024-12-13T17:50:29.088Z | Compiling hubpack v0.1.2 |
285 | 2024-12-13T17:50:29.439Z | Compiling dof v0.3.0 |
286 | 2024-12-13T17:50:29.545Z | Compiling clap v4.5.23 |
287 | 2024-12-13T17:50:29.637Z | Compiling transceiver-messages v0.1.1 (/work/oxidecomputer/transceiver-control/messages) |
288 | 2024-12-13T17:50:29.952Z | warning: use of deprecated unit variant `message::HwError::I2cError`: Use the more specific error variants instead |
289 | 2024-12-13T17:50:29.953Z | --> messages/src/message.rs:132:5 |
290 | 2024-12-13T17:50:29.953Z | | |
291 | 2024-12-13T17:50:29.953Z | 132 | I2cError, |
292 | 2024-12-13T17:50:29.953Z | | ^^^^^^^^ |
293 | 2024-12-13T17:50:29.953Z | | |
294 | 2024-12-13T17:50:29.953Z | = note: `#[warn(deprecated)]` on by default |
295 | 2024-12-13T17:50:29.953Z | |
296 | 2024-12-13T17:50:30.050Z | Compiling is-terminal v0.4.12 |
297 | 2024-12-13T17:50:30.156Z | Compiling memmap v0.7.0 |
298 | 2024-12-13T17:50:30.894Z | Compiling usdt-attr-macro v0.5.0 |
299 | 2024-12-13T17:50:31.808Z | warning: `transceiver-messages` (lib) generated 1 warning |
300 | 2024-12-13T17:50:31.808Z | Compiling usdt-macro v0.5.0 |
301 | 2024-12-13T17:50:31.979Z | Compiling socket2 v0.5.5 |
302 | 2024-12-13T17:50:32.793Z | Compiling transceiver-controller v0.1.1 (/work/oxidecomputer/transceiver-control/controller) |
303 | 2024-12-13T17:50:33.077Z | Compiling pin-project-lite v0.2.12 |
304 | 2024-12-13T17:50:33.175Z | Compiling either v1.8.1 |
305 | 2024-12-13T17:50:33.260Z | Compiling static_assertions v1.1.0 |
306 | 2024-12-13T17:50:33.344Z | Compiling take_mut v0.2.2 |
307 | 2024-12-13T17:50:33.378Z | Compiling transceiver-decode v0.1.0 (/work/oxidecomputer/transceiver-control/decode) |
308 | 2024-12-13T17:50:33.469Z | Compiling itertools v0.13.0 |
309 | 2024-12-13T17:50:33.851Z | Compiling tokio v1.42.0 |
310 | 2024-12-13T17:50:35.410Z | Compiling usdt v0.5.0 |
311 | 2024-12-13T17:50:35.479Z | Compiling slog-term v2.9.1 |
312 | 2024-12-13T17:50:35.797Z | Compiling tabled v0.16.0 |
313 | 2024-12-13T17:50:54.469Z | Finished `release` profile [optimized] target(s) in 47.45s |
314 | 2024-12-13T17:50:54.563Z | |
315 | 2024-12-13T17:50:54.563Z | real 47.607045008 |
316 | 2024-12-13T17:50:54.563Z | user 5:10.662345087 |
317 | 2024-12-13T17:50:54.563Z | sys 23.115230190 |
318 | 2024-12-13T17:50:54.563Z | trap 0.167109214 |
319 | 2024-12-13T17:50:54.563Z | tflt 0.207157220 |
320 | 2024-12-13T17:50:54.563Z | dflt 0.117185166 |
321 | 2024-12-13T17:50:54.563Z | kflt 0.001937430 |
322 | 2024-12-13T17:50:54.563Z | lock 9:28.041968556 |
323 | 2024-12-13T17:50:54.563Z | slp 16:36.870776059 |
324 | 2024-12-13T17:50:54.563Z | lat 17.143142846 |
325 | 2024-12-13T17:50:54.587Z | stop 11.547130391 |
326 | 2024-12-13T17:50:54.587Z | + banner output |
327 | 2024-12-13T17:50:54.587Z | |
328 | 2024-12-13T17:50:54.587Z | #### # # ##### ##### # # ##### |
329 | 2024-12-13T17:50:54.587Z | # # # # # # # # # # |
330 | 2024-12-13T17:50:54.587Z | # # # # # # # # # # |
331 | 2024-12-13T17:50:54.589Z | # # # # # ##### # # # |
332 | 2024-12-13T17:50:54.589Z | # # # # # # # # # |
333 | 2024-12-13T17:50:54.589Z | #### #### # # #### # |
334 | 2024-12-13T17:50:54.589Z | |
335 | 2024-12-13T17:50:54.589Z | + mv target/release/xcvradm /out/xcvradm |
336 | 2024-12-13T17:50:54.589Z | + digest -a sha256 /out/xcvradm |
337 | 2024-12-13T17:50:54.613Z | + gzip /out/xcvradm |
338 | 2024-12-13T17:50:55.213Z | + digest -a sha256 /out/xcvradm.gz |
339 | 2024-12-13T17:50:55.236Z | process exited: duration 48520 ms, exit code 0 |
|
340 | 2024-12-13T17:50:55.312Z | found 3 output files |
341 | 2024-12-13T17:50:55.312Z | uploading: /out/xcvradm.gz (4670751 bytes) |
342 | 2024-12-13T17:50:56.712Z | uploaded: /out/xcvradm.gz |
343 | 2024-12-13T17:50:56.735Z | uploading: /out/xcvradm.sha256.txt (65 bytes) |
344 | 2024-12-13T17:50:57.803Z | uploaded: /out/xcvradm.sha256.txt |
345 | 2024-12-13T17:50:57.803Z | uploading: /out/xcvradm.gz.sha256.txt (65 bytes) |
346 | 2024-12-13T17:50:58.895Z | uploaded: /out/xcvradm.gz.sha256.txt |