|
|
|
1 | 2025-03-24T17:58:10.989Z | job assigned to worker 01JQ4MVC5DA2QTPQXN78RKD904 [factory gimlet-EVT22200007-propolis, EVT22200007/22778] (queued for 24 s) |
|
2 | 2025-03-24T17:58:19.610Z | starting task 0: "setup" |
3 | 2025-03-24T17:58:19.636Z | ++ uname -s |
4 | 2025-03-24T17:58:19.636Z | + kern=SunOS |
5 | 2025-03-24T17:58:19.636Z | + build_user=build |
6 | 2025-03-24T17:58:19.636Z | + build_uid=12345 |
7 | 2025-03-24T17:58:19.636Z | + work_dir=/work |
8 | 2025-03-24T17:58:19.636Z | + input_dir=/input |
9 | 2025-03-24T17:58:19.636Z | + [[ 0 == 12345 ]] |
10 | 2025-03-24T17:58:19.636Z | + case "$kern" in |
11 | 2025-03-24T17:58:19.636Z | + groupadd -g 12345 build |
12 | 2025-03-24T17:58:19.636Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-24T17:58:21.635Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-24T17:58:21.667Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-24T17:58:21.693Z | + home_fs=zfs |
16 | 2025-03-24T17:58:21.693Z | + [[ zfs == autofs ]] |
17 | 2025-03-24T17:58:21.693Z | + mkdir -p /home/build |
18 | 2025-03-24T17:58:21.693Z | + chown build:build /home/build /work |
19 | 2025-03-24T17:58:23.677Z | + chmod 0700 /home/build /work |
20 | 2025-03-24T17:58:23.703Z | process exited: duration 4073 ms, exit code 0 |
|
21 | 2025-03-24T17:58:23.756Z | starting task 1: "rust-toolchain" |
22 | 2025-03-24T17:58:23.782Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-24T17:58:23.782Z | * rust toolchain channel = "stable" |
24 | 2025-03-24T17:58:23.782Z | * rust toolchain profile = "default" |
25 | 2025-03-24T17:58:23.782Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-24T17:58:23.782Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-24T17:58:23.782Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-24T17:58:23.782Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-24T17:58:23.782Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-24T17:58:23.899Z | info: downloading installer |
31 | 2025-03-24T17:58:24.291Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-24T17:58:24.291Z | warn: /opt/ooce/bin |
33 | 2025-03-24T17:58:24.291Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-24T17:58:24.291Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-24T17:58:24.291Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-24T17:58:24.291Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-24T17:58:24.291Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-24T17:58:24.291Z | error: cannot install while Rust is installed |
39 | 2025-03-24T17:58:24.291Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-24T17:58:24.317Z | info: profile set to 'default' |
41 | 2025-03-24T17:58:24.317Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-24T17:58:24.317Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-24T17:58:24.409Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-24T17:58:24.409Z | info: downloading component 'cargo' |
45 | 2025-03-24T17:58:24.646Z | info: downloading component 'clippy' |
46 | 2025-03-24T17:58:24.720Z | info: downloading component 'rust-docs' |
47 | 2025-03-24T17:58:25.023Z | info: downloading component 'rust-std' |
48 | 2025-03-24T17:58:25.703Z | info: downloading component 'rustc' |
49 | 2025-03-24T17:58:27.557Z | info: downloading component 'rustfmt' |
50 | 2025-03-24T17:58:27.620Z | info: installing component 'cargo' |
51 | 2025-03-24T17:58:28.698Z | info: installing component 'clippy' |
52 | 2025-03-24T17:58:29.154Z | info: installing component 'rust-docs' |
53 | 2025-03-24T17:58:32.177Z | info: installing component 'rust-std' |
54 | 2025-03-24T17:58:34.119Z | info: installing component 'rustc' |
55 | 2025-03-24T17:58:41.467Z | info: installing component 'rustfmt' |
56 | 2025-03-24T17:58:41.843Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-24T17:58:41.843Z | |
58 | 2025-03-24T17:58:41.999Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-24T17:58:41.999Z | |
60 | 2025-03-24T17:58:41.999Z | |
61 | 2025-03-24T17:58:42.024Z | Rust is installed now. Great! |
62 | 2025-03-24T17:58:42.024Z | |
63 | 2025-03-24T17:58:42.024Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-24T17:58:42.024Z | environment variable. This has not been done automatically. |
65 | 2025-03-24T17:58:42.024Z | |
66 | 2025-03-24T17:58:42.024Z | To configure your current shell, you need to source |
67 | 2025-03-24T17:58:42.024Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-24T17:58:42.024Z | |
69 | 2025-03-24T17:58:42.024Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-24T17:58:42.024Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-24T17:58:42.024Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-24T17:58:42.024Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-24T17:58:42.102Z | + rustup --version |
74 | 2025-03-24T17:58:42.128Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-24T17:58:42.128Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-24T17:58:42.178Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-24T17:58:42.203Z | + cargo --version |
78 | 2025-03-24T17:58:42.228Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-24T17:58:42.228Z | + rustc --version |
80 | 2025-03-24T17:58:42.274Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-24T17:58:42.300Z | process exited: duration 18526 ms, exit code 0 |
|
82 | 2025-03-24T17:58:42.351Z | starting task 2: "authentication" |
83 | 2025-03-24T17:58:42.413Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-03-24T17:58:42.464Z | starting task 3: "clone repository" |
85 | 2025-03-24T17:58:42.489Z | + mkdir -p /work/oxidecomputer/netadm-sys |
86 | 2025-03-24T17:58:42.489Z | + git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys |
87 | 2025-03-24T17:58:42.514Z | Cloning into '/work/oxidecomputer/netadm-sys'... |
88 | 2025-03-24T17:58:43.257Z | + cd /work/oxidecomputer/netadm-sys |
89 | 2025-03-24T17:58:43.257Z | + git fetch origin 3e524a87959e50187fe9da7cbc07aa188867e72a |
90 | 2025-03-24T17:58:43.564Z | From https://github.com/oxidecomputer/netadm-sys |
91 | 2025-03-24T17:58:43.564Z | * branch 3e524a87959e50187fe9da7cbc07aa188867e72a -> FETCH_HEAD |
92 | 2025-03-24T17:58:43.590Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
93 | 2025-03-24T17:58:43.590Z | ++ git branch --show-current |
94 | 2025-03-24T17:58:43.590Z | + current=main |
95 | 2025-03-24T17:58:43.590Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
96 | 2025-03-24T17:58:43.590Z | + git branch -f renovate/anyhow-1.x-lockfile 3e524a87959e50187fe9da7cbc07aa188867e72a |
97 | 2025-03-24T17:58:43.590Z | + git checkout -f renovate/anyhow-1.x-lockfile |
98 | 2025-03-24T17:58:43.615Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
99 | 2025-03-24T17:58:43.615Z | + git reset --hard 3e524a87959e50187fe9da7cbc07aa188867e72a |
100 | 2025-03-24T17:58:43.615Z | HEAD is now at 3e524a8 Update Rust crate anyhow to v1.0.97 |
101 | 2025-03-24T17:58:43.615Z | process exited: duration 1143 ms, exit code 0 |
|
102 | 2025-03-24T17:58:43.666Z | starting task 4: "build" |
103 | 2025-03-24T17:58:43.692Z | + cargo --version |
104 | 2025-03-24T17:58:43.692Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
105 | 2025-03-24T17:58:43.834Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
106 | 2025-03-24T17:58:43.834Z | info: downloading component 'cargo' |
107 | 2025-03-24T17:58:44.062Z | info: downloading component 'clippy' |
108 | 2025-03-24T17:58:44.127Z | info: downloading component 'rust-docs' |
109 | 2025-03-24T17:58:44.352Z | info: downloading component 'rust-std' |
110 | 2025-03-24T17:58:44.607Z | info: downloading component 'rustc' |
111 | 2025-03-24T17:58:45.283Z | info: downloading component 'rustfmt' |
112 | 2025-03-24T17:58:45.339Z | info: installing component 'cargo' |
113 | 2025-03-24T17:58:46.435Z | info: installing component 'clippy' |
114 | 2025-03-24T17:58:46.867Z | info: installing component 'rust-docs' |
115 | 2025-03-24T17:58:49.462Z | info: installing component 'rust-std' |
116 | 2025-03-24T17:58:51.267Z | info: installing component 'rustc' |
117 | 2025-03-24T17:58:56.267Z | info: installing component 'rustfmt' |
118 | 2025-03-24T17:58:56.699Z | cargo 1.80.0 (376290515 2024-07-16) |
119 | 2025-03-24T17:58:56.725Z | + rustc --version |
120 | 2025-03-24T17:58:56.794Z | rustc 1.80.0 (051478957 2024-07-21) |
121 | 2025-03-24T17:58:56.821Z | + banner build |
122 | 2025-03-24T17:58:56.821Z | |
123 | 2025-03-24T17:58:56.821Z | ##### # # # # ##### |
124 | 2025-03-24T17:58:56.821Z | # # # # # # # # |
125 | 2025-03-24T17:58:56.821Z | ##### # # # # # # |
126 | 2025-03-24T17:58:56.821Z | # # # # # # # # |
127 | 2025-03-24T17:58:56.821Z | # # # # # # # # |
128 | 2025-03-24T17:58:56.821Z | ##### #### # ###### ##### |
129 | 2025-03-24T17:58:56.821Z | |
130 | 2025-03-24T17:58:56.821Z | + ptime -m cargo build |
131 | 2025-03-24T17:58:57.026Z | Updating crates.io index |
132 | 2025-03-24T17:58:57.095Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
133 | 2025-03-24T17:58:57.666Z | From https://github.com/oxidecomputer/dlpi-sys |
134 | 2025-03-24T17:58:57.666Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
135 | 2025-03-24T17:58:57.691Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
136 | 2025-03-24T17:58:58.212Z | From https://github.com/jmesmon/rust-libzfs |
137 | 2025-03-24T17:58:58.212Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
138 | 2025-03-24T17:58:58.237Z | * [new tag] v0.4.0 -> v0.4.0 |
139 | 2025-03-24T17:58:58.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
140 | 2025-03-24T17:58:58.799Z | From https://github.com/oxidecomputer/rusty-doors |
141 | 2025-03-24T17:58:58.799Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
142 | 2025-03-24T17:58:59.160Z | Downloading crates ... |
143 | 2025-03-24T17:58:59.222Z | Downloaded foreign-types-shared v0.3.1 |
144 | 2025-03-24T17:58:59.249Z | Downloaded ansi_term v0.12.1 |
145 | 2025-03-24T17:58:59.249Z | Downloaded heck v0.5.0 |
146 | 2025-03-24T17:58:59.249Z | Downloaded tracing-serde v0.1.3 |
147 | 2025-03-24T17:58:59.249Z | Downloaded tracing-attributes v0.1.27 |
148 | 2025-03-24T17:58:59.275Z | Downloaded utf8parse v0.2.2 |
149 | 2025-03-24T17:58:59.276Z | Downloaded proc-macro2 v1.0.93 |
150 | 2025-03-24T17:58:59.276Z | Downloaded unicode-ident v1.0.12 |
151 | 2025-03-24T17:58:59.276Z | Downloaded tracing-core v0.1.32 |
152 | 2025-03-24T17:58:59.276Z | Downloaded zerocopy-derive v0.7.35 |
153 | 2025-03-24T17:58:59.301Z | Downloaded syn v1.0.109 |
154 | 2025-03-24T17:58:59.301Z | Downloaded regex-syntax v0.6.29 |
155 | 2025-03-24T17:58:59.327Z | Downloaded unicode-width v0.1.13 |
156 | 2025-03-24T17:58:59.327Z | Downloaded sharded-slab v0.1.7 |
157 | 2025-03-24T17:58:59.327Z | Downloaded tokio v1.39.2 |
158 | 2025-03-24T17:58:59.364Z | Downloaded libc v0.2.155 |
159 | 2025-03-24T17:58:59.395Z | Downloaded syn v2.0.98 |
160 | 2025-03-24T17:58:59.422Z | Downloaded regex-syntax v0.8.4 |
161 | 2025-03-24T17:58:59.422Z | Downloaded regex-automata v0.4.7 |
162 | 2025-03-24T17:58:59.449Z | Downloaded chrono v0.4.38 |
163 | 2025-03-24T17:58:59.449Z | Downloaded serde_json v1.0.138 |
164 | 2025-03-24T17:58:59.474Z | Downloaded regex v1.10.6 |
165 | 2025-03-24T17:58:59.474Z | Downloaded clap_lex v0.7.2 |
166 | 2025-03-24T17:58:59.474Z | Downloaded clap_builder v4.5.15 |
167 | 2025-03-24T17:58:59.474Z | Downloaded zerocopy v0.7.35 |
168 | 2025-03-24T17:58:59.500Z | Downloaded winnow v0.6.18 |
169 | 2025-03-24T17:58:59.527Z | Downloaded winnow v0.5.40 |
170 | 2025-03-24T17:58:59.527Z | Downloaded tracing-subscriber v0.2.25 |
171 | 2025-03-24T17:58:59.527Z | Downloaded tracing v0.1.40 |
172 | 2025-03-24T17:58:59.527Z | Downloaded toml_edit v0.19.15 |
173 | 2025-03-24T17:58:59.553Z | Downloaded serde v1.0.217 |
174 | 2025-03-24T17:58:59.553Z | Downloaded regex-automata v0.1.10 |
175 | 2025-03-24T17:58:59.553Z | Downloaded parking_lot v0.12.3 |
176 | 2025-03-24T17:58:59.553Z | Downloaded mio v1.0.2 |
177 | 2025-03-24T17:58:59.578Z | Downloaded hashbrown v0.14.5 |
178 | 2025-03-24T17:58:59.578Z | Downloaded aho-corasick v1.1.3 |
179 | 2025-03-24T17:58:59.578Z | Downloaded rand v0.8.5 |
180 | 2025-03-24T17:58:59.578Z | Downloaded memchr v2.7.4 |
181 | 2025-03-24T17:58:59.578Z | Downloaded indexmap v2.4.0 |
182 | 2025-03-24T17:58:59.604Z | Downloaded cstr-argument v0.1.2 |
183 | 2025-03-24T17:58:59.604Z | Downloaded clap v4.5.15 |
184 | 2025-03-24T17:58:59.604Z | Downloaded autocfg v1.3.0 |
185 | 2025-03-24T17:58:59.604Z | Downloaded anstyle-query v1.1.1 |
186 | 2025-03-24T17:58:59.604Z | Downloaded socket2 v0.5.7 |
187 | 2025-03-24T17:58:59.604Z | Downloaded scopeguard v1.2.0 |
188 | 2025-03-24T17:58:59.604Z | Downloaded ryu v1.0.18 |
189 | 2025-03-24T17:58:59.604Z | Downloaded rand_core v0.6.4 |
190 | 2025-03-24T17:58:59.604Z | Downloaded pin-project-lite v0.2.14 |
191 | 2025-03-24T17:58:59.630Z | Downloaded parking_lot_core v0.9.10 |
192 | 2025-03-24T17:58:59.658Z | Downloaded num-traits v0.2.19 |
193 | 2025-03-24T17:58:59.659Z | Downloaded matchers v0.0.1 |
194 | 2025-03-24T17:58:59.659Z | Downloaded log v0.4.22 |
195 | 2025-03-24T17:58:59.659Z | Downloaded lazy_static v1.5.0 |
196 | 2025-03-24T17:58:59.660Z | Downloaded once_cell v1.19.0 |
197 | 2025-03-24T17:58:59.660Z | Downloaded getrandom v0.2.15 |
198 | 2025-03-24T17:58:59.660Z | Downloaded bytes v1.7.1 |
199 | 2025-03-24T17:58:59.660Z | Downloaded quote v1.0.36 |
200 | 2025-03-24T17:58:59.660Z | Downloaded ppv-lite86 v0.2.20 |
201 | 2025-03-24T17:58:59.660Z | Downloaded oxnet v0.1.0 |
202 | 2025-03-24T17:58:59.660Z | Downloaded foreign-types-macros v0.2.3 |
203 | 2025-03-24T17:58:59.660Z | Downloaded thread_local v1.1.8 |
204 | 2025-03-24T17:58:59.660Z | Downloaded smallvec v1.13.2 |
205 | 2025-03-24T17:58:59.660Z | Downloaded rand_chacha v0.3.1 |
206 | 2025-03-24T17:58:59.660Z | Downloaded pretty-hex v0.2.1 |
207 | 2025-03-24T17:58:59.660Z | Downloaded num_enum v0.5.11 |
208 | 2025-03-24T17:58:59.660Z | Downloaded lock_api v0.4.12 |
209 | 2025-03-24T17:58:59.660Z | Downloaded itoa v1.0.11 |
210 | 2025-03-24T17:58:59.660Z | Downloaded is_terminal_polyfill v1.70.1 |
211 | 2025-03-24T17:58:59.660Z | Downloaded iana-time-zone v0.1.60 |
212 | 2025-03-24T17:58:59.660Z | Downloaded humantime v2.1.0 |
213 | 2025-03-24T17:58:59.660Z | Downloaded equivalent v1.0.1 |
214 | 2025-03-24T17:58:59.660Z | Downloaded colorchoice v1.0.2 |
215 | 2025-03-24T17:58:59.660Z | Downloaded anstyle-parse v0.2.5 |
216 | 2025-03-24T17:58:59.660Z | Downloaded tracing-log v0.1.4 |
217 | 2025-03-24T17:58:59.688Z | Downloaded toml_datetime v0.6.8 |
218 | 2025-03-24T17:58:59.688Z | Downloaded tokio-macros v2.4.0 |
219 | 2025-03-24T17:58:59.688Z | Downloaded thiserror-impl v1.0.63 |
220 | 2025-03-24T17:58:59.688Z | Downloaded thiserror v1.0.63 |
221 | 2025-03-24T17:58:59.688Z | Downloaded tabwriter v1.4.0 |
222 | 2025-03-24T17:58:59.688Z | Downloaded strsim v0.11.1 |
223 | 2025-03-24T17:58:59.688Z | Downloaded signal-hook-registry v1.4.2 |
224 | 2025-03-24T17:58:59.688Z | Downloaded proc-macro-crate v1.3.1 |
225 | 2025-03-24T17:58:59.688Z | Downloaded num_enum_derive v0.5.11 |
226 | 2025-03-24T17:58:59.688Z | Downloaded foreign-types v0.5.0 |
227 | 2025-03-24T17:58:59.688Z | Downloaded clap_derive v4.5.13 |
228 | 2025-03-24T17:58:59.689Z | Downloaded anyhow v1.0.97 |
229 | 2025-03-24T17:58:59.689Z | Downloaded anstream v0.6.15 |
230 | 2025-03-24T17:58:59.689Z | Downloaded colored v2.1.0 |
231 | 2025-03-24T17:58:59.689Z | Downloaded cfg-if v1.0.0 |
232 | 2025-03-24T17:58:59.689Z | Downloaded byteorder v1.5.0 |
233 | 2025-03-24T17:58:59.689Z | Downloaded anstyle v1.0.8 |
234 | 2025-03-24T17:58:59.760Z | Compiling proc-macro2 v1.0.93 |
235 | 2025-03-24T17:58:59.760Z | Compiling unicode-ident v1.0.12 |
236 | 2025-03-24T17:58:59.786Z | Compiling libc v0.2.155 |
237 | 2025-03-24T17:58:59.787Z | Compiling cfg-if v1.0.0 |
238 | 2025-03-24T17:58:59.787Z | Compiling autocfg v1.3.0 |
239 | 2025-03-24T17:58:59.787Z | Compiling once_cell v1.19.0 |
240 | 2025-03-24T17:58:59.787Z | Compiling syn v1.0.109 |
241 | 2025-03-24T17:58:59.787Z | Compiling equivalent v1.0.1 |
242 | 2025-03-24T17:58:59.874Z | Compiling hashbrown v0.14.5 |
243 | 2025-03-24T17:58:59.962Z | Compiling toml_datetime v0.6.8 |
244 | 2025-03-24T17:59:00.178Z | Compiling smallvec v1.13.2 |
245 | 2025-03-24T17:59:00.343Z | Compiling winnow v0.5.40 |
246 | 2025-03-24T17:59:00.388Z | Compiling parking_lot_core v0.9.10 |
247 | 2025-03-24T17:59:00.469Z | Compiling tracing-core v0.1.32 |
248 | 2025-03-24T17:59:00.495Z | Compiling lock_api v0.4.12 |
249 | 2025-03-24T17:59:00.580Z | Compiling serde v1.0.217 |
250 | 2025-03-24T17:59:00.836Z | Compiling byteorder v1.5.0 |
251 | 2025-03-24T17:59:00.922Z | Compiling scopeguard v1.2.0 |
252 | 2025-03-24T17:59:01.040Z | Compiling indexmap v2.4.0 |
253 | 2025-03-24T17:59:01.091Z | Compiling pin-project-lite v0.2.14 |
254 | 2025-03-24T17:59:01.117Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
255 | 2025-03-24T17:59:01.143Z | Compiling memchr v2.7.4 |
256 | 2025-03-24T17:59:01.213Z | Compiling quote v1.0.36 |
257 | 2025-03-24T17:59:01.450Z | Compiling getrandom v0.2.15 |
258 | 2025-03-24T17:59:01.741Z | Compiling syn v2.0.98 |
259 | 2025-03-24T17:59:01.852Z | Compiling num-traits v0.2.19 |
260 | 2025-03-24T17:59:01.878Z | Compiling utf8parse v0.2.2 |
261 | 2025-03-24T17:59:02.004Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
262 | 2025-03-24T17:59:02.145Z | Compiling thiserror v1.0.63 |
263 | 2025-03-24T17:59:02.170Z | Compiling lazy_static v1.5.0 |
264 | 2025-03-24T17:59:02.235Z | Compiling parking_lot v0.12.3 |
265 | 2025-03-24T17:59:02.307Z | Compiling anstyle-parse v0.2.5 |
266 | 2025-03-24T17:59:02.474Z | Compiling rand_core v0.6.4 |
267 | 2025-03-24T17:59:02.670Z | Compiling mio v1.0.2 |
268 | 2025-03-24T17:59:02.775Z | Compiling signal-hook-registry v1.4.2 |
269 | 2025-03-24T17:59:02.888Z | Compiling socket2 v0.5.7 |
270 | 2025-03-24T17:59:03.128Z | Compiling colorchoice v1.0.2 |
271 | 2025-03-24T17:59:03.263Z | Compiling toml_edit v0.19.15 |
272 | 2025-03-24T17:59:03.481Z | Compiling anstyle v1.0.8 |
273 | 2025-03-24T17:59:03.687Z | Compiling regex-syntax v0.6.29 |
274 | 2025-03-24T17:59:03.909Z | Compiling bytes v1.7.1 |
275 | 2025-03-24T17:59:03.952Z | Compiling foreign-types-shared v0.3.1 |
276 | 2025-03-24T17:59:04.039Z | Compiling is_terminal_polyfill v1.70.1 |
277 | 2025-03-24T17:59:04.070Z | Compiling anstyle-query v1.1.1 |
278 | 2025-03-24T17:59:04.138Z | Compiling serde_json v1.0.138 |
279 | 2025-03-24T17:59:04.168Z | Compiling anyhow v1.0.97 |
280 | 2025-03-24T17:59:04.479Z | Compiling regex-syntax v0.8.4 |
281 | 2025-03-24T17:59:04.936Z | Compiling anstream v0.6.15 |
282 | 2025-03-24T17:59:05.659Z | Compiling proc-macro-crate v1.3.1 |
283 | 2025-03-24T17:59:06.430Z | Compiling regex-automata v0.1.10 |
284 | 2025-03-24T17:59:06.904Z | Compiling regex-automata v0.4.7 |
285 | 2025-03-24T17:59:08.013Z | Compiling cstr-argument v0.1.2 |
286 | 2025-03-24T17:59:08.365Z | Compiling log v0.4.22 |
287 | 2025-03-24T17:59:08.743Z | Compiling strsim v0.11.1 |
288 | 2025-03-24T17:59:08.791Z | Compiling clap_lex v0.7.2 |
289 | 2025-03-24T17:59:09.282Z | Compiling pretty-hex v0.2.1 |
290 | 2025-03-24T17:59:09.307Z | Compiling heck v0.5.0 |
291 | 2025-03-24T17:59:09.410Z | Compiling itoa v1.0.11 |
292 | 2025-03-24T17:59:09.436Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
293 | 2025-03-24T17:59:09.592Z | Compiling iana-time-zone v0.1.60 |
294 | 2025-03-24T17:59:09.646Z | Compiling ryu v1.0.18 |
295 | 2025-03-24T17:59:09.672Z | Compiling regex v1.10.6 |
296 | 2025-03-24T17:59:09.697Z | Compiling clap_builder v4.5.15 |
297 | 2025-03-24T17:59:09.756Z | Compiling chrono v0.4.38 |
298 | 2025-03-24T17:59:10.070Z | Compiling tracing-log v0.1.4 |
299 | 2025-03-24T17:59:10.516Z | Compiling matchers v0.0.1 |
300 | 2025-03-24T17:59:10.659Z | Compiling tracing-serde v0.1.3 |
301 | 2025-03-24T17:59:10.868Z | Compiling colored v2.1.0 |
302 | 2025-03-24T17:59:11.074Z | Compiling num_enum_derive v0.5.11 |
303 | 2025-03-24T17:59:11.570Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
304 | 2025-03-24T17:59:11.595Z | Compiling sharded-slab v0.1.7 |
305 | 2025-03-24T17:59:11.740Z | Compiling zerocopy-derive v0.7.35 |
306 | 2025-03-24T17:59:12.288Z | Compiling tokio-macros v2.4.0 |
307 | 2025-03-24T17:59:12.616Z | Compiling thiserror-impl v1.0.63 |
308 | 2025-03-24T17:59:12.705Z | Compiling foreign-types-macros v0.2.3 |
309 | 2025-03-24T17:59:12.774Z | Compiling tracing-attributes v0.1.27 |
310 | 2025-03-24T17:59:12.955Z | Compiling num_enum v0.5.11 |
311 | 2025-03-24T17:59:13.081Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
312 | 2025-03-24T17:59:13.107Z | Compiling clap_derive v4.5.13 |
313 | 2025-03-24T17:59:13.222Z | Compiling thread_local v1.1.8 |
314 | 2025-03-24T17:59:13.427Z | Compiling zerocopy v0.7.35 |
315 | 2025-03-24T17:59:13.637Z | Compiling tokio v1.39.2 |
316 | 2025-03-24T17:59:13.851Z | Compiling foreign-types v0.5.0 |
317 | 2025-03-24T17:59:13.876Z | Compiling winnow v0.6.18 |
318 | 2025-03-24T17:59:13.943Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
319 | 2025-03-24T17:59:14.488Z | Compiling unicode-width v0.1.13 |
320 | 2025-03-24T17:59:14.696Z | Compiling ppv-lite86 v0.2.20 |
321 | 2025-03-24T17:59:14.784Z | Compiling oxnet v0.1.0 |
322 | 2025-03-24T17:59:15.204Z | Compiling ansi_term v0.12.1 |
323 | 2025-03-24T17:59:15.229Z | Compiling tabwriter v1.4.0 |
324 | 2025-03-24T17:59:15.386Z | Compiling rand_chacha v0.3.1 |
325 | 2025-03-24T17:59:15.616Z | Compiling tracing v0.1.40 |
326 | 2025-03-24T17:59:15.713Z | Compiling rand v0.8.5 |
327 | 2025-03-24T17:59:15.738Z | Compiling humantime v2.1.0 |
328 | 2025-03-24T17:59:16.035Z | Compiling tracing-subscriber v0.2.25 |
329 | 2025-03-24T17:59:16.706Z | Compiling clap v4.5.15 |
330 | 2025-03-24T17:59:20.480Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
331 | 2025-03-24T17:59:24.269Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
332 | 2025-03-24T17:59:30.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s |
333 | 2025-03-24T17:59:30.508Z | |
334 | 2025-03-24T17:59:30.508Z | real 33.682310856 |
335 | 2025-03-24T17:59:30.508Z | user 2:17.137614810 |
336 | 2025-03-24T17:59:30.508Z | sys 31.523380725 |
337 | 2025-03-24T17:59:30.508Z | trap 0.079646711 |
338 | 2025-03-24T17:59:30.508Z | tflt 0.174872980 |
339 | 2025-03-24T17:59:30.508Z | dflt 0.380645758 |
340 | 2025-03-24T17:59:30.508Z | kflt 0.001611757 |
341 | 2025-03-24T17:59:30.508Z | lock 4:18.439320757 |
342 | 2025-03-24T17:59:30.508Z | slp 9:01.062197592 |
343 | 2025-03-24T17:59:30.508Z | lat 7.223213702 |
344 | 2025-03-24T17:59:30.508Z | stop 8.256000865 |
345 | 2025-03-24T17:59:30.533Z | + ptime -m cargo build --release |
346 | 2025-03-24T17:59:30.699Z | Compiling proc-macro2 v1.0.93 |
347 | 2025-03-24T17:59:30.699Z | Compiling unicode-ident v1.0.12 |
348 | 2025-03-24T17:59:30.699Z | Compiling libc v0.2.155 |
349 | 2025-03-24T17:59:30.699Z | Compiling cfg-if v1.0.0 |
350 | 2025-03-24T17:59:30.725Z | Compiling autocfg v1.3.0 |
351 | 2025-03-24T17:59:30.725Z | Compiling syn v1.0.109 |
352 | 2025-03-24T17:59:30.725Z | Compiling equivalent v1.0.1 |
353 | 2025-03-24T17:59:30.725Z | Compiling once_cell v1.19.0 |
354 | 2025-03-24T17:59:30.790Z | Compiling hashbrown v0.14.5 |
355 | 2025-03-24T17:59:30.815Z | Compiling smallvec v1.13.2 |
356 | 2025-03-24T17:59:30.855Z | Compiling winnow v0.5.40 |
357 | 2025-03-24T17:59:31.106Z | Compiling toml_datetime v0.6.8 |
358 | 2025-03-24T17:59:31.243Z | Compiling parking_lot_core v0.9.10 |
359 | 2025-03-24T17:59:31.277Z | Compiling tracing-core v0.1.32 |
360 | 2025-03-24T17:59:31.340Z | Compiling lock_api v0.4.12 |
361 | 2025-03-24T17:59:31.656Z | Compiling byteorder v1.5.0 |
362 | 2025-03-24T17:59:31.761Z | Compiling scopeguard v1.2.0 |
363 | 2025-03-24T17:59:31.786Z | Compiling serde v1.0.217 |
364 | 2025-03-24T17:59:31.880Z | Compiling indexmap v2.4.0 |
365 | 2025-03-24T17:59:31.943Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
366 | 2025-03-24T17:59:31.989Z | Compiling memchr v2.7.4 |
367 | 2025-03-24T17:59:32.014Z | Compiling pin-project-lite v0.2.14 |
368 | 2025-03-24T17:59:32.103Z | Compiling quote v1.0.36 |
369 | 2025-03-24T17:59:32.277Z | Compiling getrandom v0.2.15 |
370 | 2025-03-24T17:59:32.599Z | Compiling syn v2.0.98 |
371 | 2025-03-24T17:59:33.030Z | Compiling num-traits v0.2.19 |
372 | 2025-03-24T17:59:33.085Z | Compiling lazy_static v1.5.0 |
373 | 2025-03-24T17:59:33.111Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
374 | 2025-03-24T17:59:33.198Z | Compiling utf8parse v0.2.2 |
375 | 2025-03-24T17:59:33.327Z | Compiling thiserror v1.0.63 |
376 | 2025-03-24T17:59:33.353Z | Compiling anstyle-parse v0.2.5 |
377 | 2025-03-24T17:59:33.425Z | Compiling parking_lot v0.12.3 |
378 | 2025-03-24T17:59:33.549Z | Compiling rand_core v0.6.4 |
379 | 2025-03-24T17:59:33.969Z | Compiling toml_edit v0.19.15 |
380 | 2025-03-24T17:59:33.994Z | Compiling mio v1.0.2 |
381 | 2025-03-24T17:59:34.153Z | Compiling socket2 v0.5.7 |
382 | 2025-03-24T17:59:34.298Z | Compiling signal-hook-registry v1.4.2 |
383 | 2025-03-24T17:59:35.228Z | Compiling anyhow v1.0.97 |
384 | 2025-03-24T17:59:35.339Z | Compiling serde_json v1.0.138 |
385 | 2025-03-24T17:59:35.480Z | Compiling foreign-types-shared v0.3.1 |
386 | 2025-03-24T17:59:35.557Z | Compiling anstyle-query v1.1.1 |
387 | 2025-03-24T17:59:35.582Z | Compiling regex-syntax v0.8.4 |
388 | 2025-03-24T17:59:35.653Z | Compiling regex-syntax v0.6.29 |
389 | 2025-03-24T17:59:35.678Z | Compiling anstyle v1.0.8 |
390 | 2025-03-24T17:59:35.732Z | Compiling colorchoice v1.0.2 |
391 | 2025-03-24T17:59:35.865Z | Compiling bytes v1.7.1 |
392 | 2025-03-24T17:59:36.106Z | Compiling proc-macro-crate v1.3.1 |
393 | 2025-03-24T17:59:36.790Z | Compiling is_terminal_polyfill v1.70.1 |
394 | 2025-03-24T17:59:36.891Z | Compiling anstream v0.6.15 |
395 | 2025-03-24T17:59:37.553Z | Compiling regex-automata v0.4.7 |
396 | 2025-03-24T17:59:38.905Z | Compiling regex-automata v0.1.10 |
397 | 2025-03-24T17:59:39.173Z | Compiling cstr-argument v0.1.2 |
398 | 2025-03-24T17:59:39.513Z | Compiling heck v0.5.0 |
399 | 2025-03-24T17:59:39.554Z | Compiling itoa v1.0.11 |
400 | 2025-03-24T17:59:39.735Z | Compiling ryu v1.0.18 |
401 | 2025-03-24T17:59:39.854Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
402 | 2025-03-24T17:59:40.137Z | Compiling iana-time-zone v0.1.60 |
403 | 2025-03-24T17:59:40.179Z | Compiling log v0.4.22 |
404 | 2025-03-24T17:59:40.613Z | Compiling pretty-hex v0.2.1 |
405 | 2025-03-24T17:59:40.681Z | Compiling strsim v0.11.1 |
406 | 2025-03-24T17:59:40.787Z | Compiling clap_lex v0.7.2 |
407 | 2025-03-24T17:59:41.417Z | Compiling clap_builder v4.5.15 |
408 | 2025-03-24T17:59:41.826Z | Compiling num_enum_derive v0.5.11 |
409 | 2025-03-24T17:59:42.314Z | Compiling zerocopy-derive v0.7.35 |
410 | 2025-03-24T17:59:42.340Z | Compiling thiserror-impl v1.0.63 |
411 | 2025-03-24T17:59:43.701Z | Compiling foreign-types-macros v0.2.3 |
412 | 2025-03-24T17:59:43.939Z | Compiling zerocopy v0.7.35 |
413 | 2025-03-24T17:59:44.634Z | Compiling tokio-macros v2.4.0 |
414 | 2025-03-24T17:59:44.780Z | Compiling tracing-attributes v0.1.27 |
415 | 2025-03-24T17:59:45.093Z | Compiling foreign-types v0.5.0 |
416 | 2025-03-24T17:59:45.279Z | Compiling ppv-lite86 v0.2.20 |
417 | 2025-03-24T17:59:45.305Z | Compiling num_enum v0.5.11 |
418 | 2025-03-24T17:59:45.432Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
419 | 2025-03-24T17:59:45.914Z | Compiling tokio v1.39.2 |
420 | 2025-03-24T17:59:45.999Z | Compiling rand_chacha v0.3.1 |
421 | 2025-03-24T17:59:46.143Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
422 | 2025-03-24T17:59:46.282Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
423 | 2025-03-24T17:59:47.027Z | Compiling rand v0.8.5 |
424 | 2025-03-24T17:59:47.383Z | Compiling clap_derive v4.5.13 |
425 | 2025-03-24T17:59:47.409Z | Compiling tracing-log v0.1.4 |
426 | 2025-03-24T17:59:47.518Z | Compiling tracing v0.1.40 |
427 | 2025-03-24T17:59:47.718Z | Compiling chrono v0.4.38 |
428 | 2025-03-24T17:59:47.983Z | Compiling regex v1.10.6 |
429 | 2025-03-24T17:59:48.107Z | Compiling matchers v0.0.1 |
430 | 2025-03-24T17:59:48.562Z | Compiling tracing-serde v0.1.3 |
431 | 2025-03-24T17:59:50.117Z | Compiling colored v2.1.0 |
432 | 2025-03-24T17:59:50.171Z | Compiling sharded-slab v0.1.7 |
433 | 2025-03-24T17:59:50.837Z | Compiling thread_local v1.1.8 |
434 | 2025-03-24T17:59:50.930Z | Compiling unicode-width v0.1.13 |
435 | 2025-03-24T17:59:51.146Z | Compiling ansi_term v0.12.1 |
436 | 2025-03-24T17:59:51.172Z | Compiling winnow v0.6.18 |
437 | 2025-03-24T17:59:51.464Z | Compiling oxnet v0.1.0 |
438 | 2025-03-24T17:59:51.490Z | Compiling tracing-subscriber v0.2.25 |
439 | 2025-03-24T17:59:51.827Z | Compiling tabwriter v1.4.0 |
440 | 2025-03-24T17:59:51.966Z | Compiling clap v4.5.15 |
441 | 2025-03-24T17:59:52.059Z | Compiling humantime v2.1.0 |
442 | 2025-03-24T17:59:53.530Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
443 | 2025-03-24T18:00:00.358Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
444 | 2025-03-24T18:00:06.496Z | Finished `release` profile [optimized] target(s) in 35.92s |
445 | 2025-03-24T18:00:06.522Z | |
446 | 2025-03-24T18:00:06.523Z | real 36.004315523 |
447 | 2025-03-24T18:00:06.523Z | user 3:41.013418898 |
448 | 2025-03-24T18:00:06.523Z | sys 24.147873210 |
449 | 2025-03-24T18:00:06.523Z | trap 0.137859932 |
450 | 2025-03-24T18:00:06.523Z | tflt 0.195539824 |
451 | 2025-03-24T18:00:06.523Z | dflt 0.278838949 |
452 | 2025-03-24T18:00:06.523Z | kflt 0.000084977 |
453 | 2025-03-24T18:00:06.523Z | lock 7:14.851403591 |
454 | 2025-03-24T18:00:06.523Z | slp 12:30.312993833 |
455 | 2025-03-24T18:00:06.523Z | lat 12.336795512 |
456 | 2025-03-24T18:00:06.548Z | stop 5.444882079 |
457 | 2025-03-24T18:00:06.548Z | + for x in debug release |
458 | 2025-03-24T18:00:06.548Z | + mkdir -p /work/debug |
459 | 2025-03-24T18:00:06.548Z | + cp target/debug/netadm /work/debug/netadm |
460 | 2025-03-24T18:00:06.588Z | + for x in debug release |
461 | 2025-03-24T18:00:06.588Z | + mkdir -p /work/release |
462 | 2025-03-24T18:00:06.614Z | + cp target/release/netadm /work/release/netadm |
463 | 2025-03-24T18:00:06.614Z | + banner check |
464 | 2025-03-24T18:00:06.614Z | |
465 | 2025-03-24T18:00:06.614Z | #### # # ###### #### # # |
466 | 2025-03-24T18:00:06.614Z | # # # # # # # # # |
467 | 2025-03-24T18:00:06.614Z | # ###### ##### # #### |
468 | 2025-03-24T18:00:06.614Z | # # # # # # # |
469 | 2025-03-24T18:00:06.614Z | # # # # # # # # # |
470 | 2025-03-24T18:00:06.614Z | #### # # ###### #### # # |
471 | 2025-03-24T18:00:06.614Z | |
472 | 2025-03-24T18:00:06.614Z | + cargo fmt -- --check |
473 | 2025-03-24T18:00:07.061Z | + cargo clippy --all-targets -- --deny warnings |
474 | 2025-03-24T18:00:07.514Z | Checking cfg-if v1.0.0 |
475 | 2025-03-24T18:00:07.514Z | Checking once_cell v1.19.0 |
476 | 2025-03-24T18:00:07.539Z | Checking smallvec v1.13.2 |
477 | 2025-03-24T18:00:07.539Z | Checking libc v0.2.155 |
478 | 2025-03-24T18:00:07.539Z | Checking byteorder v1.5.0 |
479 | 2025-03-24T18:00:07.539Z | Checking memchr v2.7.4 |
480 | 2025-03-24T18:00:07.539Z | Checking pin-project-lite v0.2.14 |
481 | 2025-03-24T18:00:07.583Z | Checking scopeguard v1.2.0 |
482 | 2025-03-24T18:00:07.636Z | Checking lazy_static v1.5.0 |
483 | 2025-03-24T18:00:07.684Z | Checking lock_api v0.4.12 |
484 | 2025-03-24T18:00:07.731Z | Checking foreign-types-shared v0.3.1 |
485 | 2025-03-24T18:00:07.782Z | Checking tracing-core v0.1.32 |
486 | 2025-03-24T18:00:07.808Z | Checking zerocopy v0.7.35 |
487 | 2025-03-24T18:00:07.833Z | Compiling proc-macro-crate v1.3.1 |
488 | 2025-03-24T18:00:07.858Z | Checking bytes v1.7.1 |
489 | 2025-03-24T18:00:07.883Z | Checking foreign-types v0.5.0 |
490 | 2025-03-24T18:00:07.954Z | Checking thiserror v1.0.63 |
491 | 2025-03-24T18:00:08.029Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
492 | 2025-03-24T18:00:08.060Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
493 | 2025-03-24T18:00:08.085Z | Checking getrandom v0.2.15 |
494 | 2025-03-24T18:00:08.146Z | Checking parking_lot_core v0.9.10 |
495 | 2025-03-24T18:00:08.197Z | Checking socket2 v0.5.7 |
496 | 2025-03-24T18:00:08.257Z | Checking rand_core v0.6.4 |
497 | 2025-03-24T18:00:08.309Z | Checking mio v1.0.2 |
498 | 2025-03-24T18:00:08.335Z | Checking signal-hook-registry v1.4.2 |
499 | 2025-03-24T18:00:08.430Z | Checking parking_lot v0.12.3 |
500 | 2025-03-24T18:00:08.511Z | Checking tracing v0.1.40 |
501 | 2025-03-24T18:00:08.537Z | Checking cstr-argument v0.1.2 |
502 | 2025-03-24T18:00:08.562Z | Checking pretty-hex v0.2.1 |
503 | 2025-03-24T18:00:08.588Z | Compiling num_enum_derive v0.5.11 |
504 | 2025-03-24T18:00:08.651Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
505 | 2025-03-24T18:00:08.686Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
506 | 2025-03-24T18:00:08.712Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
507 | 2025-03-24T18:00:08.793Z | Checking anyhow v1.0.97 |
508 | 2025-03-24T18:00:08.822Z | Checking colored v2.1.0 |
509 | 2025-03-24T18:00:08.847Z | Checking utf8parse v0.2.2 |
510 | 2025-03-24T18:00:08.872Z | Checking tokio v1.39.2 |
511 | 2025-03-24T18:00:08.949Z | Checking winnow v0.6.18 |
512 | 2025-03-24T18:00:08.974Z | Checking oxnet v0.1.0 |
513 | 2025-03-24T18:00:08.999Z | Checking anstyle-parse v0.2.5 |
514 | 2025-03-24T18:00:08.999Z | Checking ppv-lite86 v0.2.20 |
515 | 2025-03-24T18:00:09.048Z | Checking serde v1.0.217 |
516 | 2025-03-24T18:00:09.120Z | Checking regex-syntax v0.8.4 |
517 | 2025-03-24T18:00:09.170Z | Checking colorchoice v1.0.2 |
518 | 2025-03-24T18:00:09.207Z | Checking anstyle v1.0.8 |
519 | 2025-03-24T18:00:09.274Z | Checking is_terminal_polyfill v1.70.1 |
520 | 2025-03-24T18:00:09.365Z | Checking regex-syntax v0.6.29 |
521 | 2025-03-24T18:00:09.491Z | Checking anstyle-query v1.1.1 |
522 | 2025-03-24T18:00:09.587Z | Checking anstream v0.6.15 |
523 | 2025-03-24T18:00:09.636Z | Checking rand_chacha v0.3.1 |
524 | 2025-03-24T18:00:09.884Z | Checking num-traits v0.2.19 |
525 | 2025-03-24T18:00:09.910Z | Checking rand v0.8.5 |
526 | 2025-03-24T18:00:10.494Z | Checking num_enum v0.5.11 |
527 | 2025-03-24T18:00:10.610Z | Checking ryu v1.0.18 |
528 | 2025-03-24T18:00:10.675Z | Checking regex-automata v0.4.7 |
529 | 2025-03-24T18:00:10.792Z | Checking clap_lex v0.7.2 |
530 | 2025-03-24T18:00:10.879Z | Checking itoa v1.0.11 |
531 | 2025-03-24T18:00:10.984Z | Checking iana-time-zone v0.1.60 |
532 | 2025-03-24T18:00:11.053Z | Checking log v0.4.22 |
533 | 2025-03-24T18:00:11.079Z | Checking strsim v0.11.1 |
534 | 2025-03-24T18:00:11.105Z | Checking chrono v0.4.38 |
535 | 2025-03-24T18:00:11.287Z | Checking clap_builder v4.5.15 |
536 | 2025-03-24T18:00:11.312Z | Checking tracing-log v0.1.4 |
537 | 2025-03-24T18:00:11.365Z | Checking thread_local v1.1.8 |
538 | 2025-03-24T18:00:11.480Z | Checking sharded-slab v0.1.7 |
539 | 2025-03-24T18:00:11.599Z | Checking unicode-width v0.1.13 |
540 | 2025-03-24T18:00:11.753Z | Checking ansi_term v0.12.1 |
541 | 2025-03-24T18:00:11.796Z | Checking regex-automata v0.1.10 |
542 | 2025-03-24T18:00:12.011Z | Checking tabwriter v1.4.0 |
543 | 2025-03-24T18:00:12.193Z | Checking humantime v2.1.0 |
544 | 2025-03-24T18:00:12.722Z | Checking regex v1.10.6 |
545 | 2025-03-24T18:00:12.748Z | Checking matchers v0.0.1 |
546 | 2025-03-24T18:00:13.049Z | Checking tracing-serde v0.1.3 |
547 | 2025-03-24T18:00:13.050Z | Checking serde_json v1.0.138 |
548 | 2025-03-24T18:00:13.753Z | Checking clap v4.5.15 |
549 | 2025-03-24T18:00:14.307Z | Checking tracing-subscriber v0.2.25 |
550 | 2025-03-24T18:00:14.760Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
551 | 2025-03-24T18:00:17.340Z | Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
552 | 2025-03-24T18:00:19.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s |
553 | 2025-03-24T18:00:19.144Z | + banner pre-test |
554 | 2025-03-24T18:00:19.169Z | |
555 | 2025-03-24T18:00:19.169Z | ##### ##### ###### ##### ###### #### ##### |
556 | 2025-03-24T18:00:19.169Z | # # # # # # # # # |
557 | 2025-03-24T18:00:19.169Z | # # # # ##### ##### # ##### #### # |
558 | 2025-03-24T18:00:19.169Z | ##### ##### # # # # # |
559 | 2025-03-24T18:00:19.169Z | # # # # # # # # # |
560 | 2025-03-24T18:00:19.169Z | # # # ###### # ###### #### # |
561 | 2025-03-24T18:00:19.169Z | |
562 | 2025-03-24T18:00:19.169Z | + uname -a |
563 | 2025-03-24T18:00:19.169Z | SunOS bmat-EVT22200007-000058fa 5.11 helios-2.0.22827 i86pc i386 i86pc |
564 | 2025-03-24T18:00:19.169Z | + ./target/debug/netadm show links |
565 | 2025-03-24T18:00:19.169Z | Id Name Flags Class State MAC MTU |
566 | 2025-03-24T18:00:19.169Z | -- ---- ----- ----- ----- --- --- |
567 | 2025-03-24T18:00:19.169Z | 1 vioif0 active persistent physical up 02:08:20:ca:84:01 1500 |
568 | 2025-03-24T18:00:19.169Z | + ./target/debug/netadm show addrs |
569 | 2025-03-24T18:00:19.170Z | Name Type State Address Interface Index |
570 | 2025-03-24T18:00:19.170Z | ---- ------ ----- ------- --------------- |
571 | 2025-03-24T18:00:19.170Z | lo0/v4 static ok 127.0.0.1/8 1 |
572 | 2025-03-24T18:00:19.170Z | lo0/v6 static ok ::1/128 1 |
573 | 2025-03-24T18:00:19.170Z | vioif0/v4 static ok 10.151.4.101/24 2 |
574 | 2025-03-24T18:00:19.170Z | + banner test |
575 | 2025-03-24T18:00:19.170Z | |
576 | 2025-03-24T18:00:19.170Z | ##### ###### #### ##### |
577 | 2025-03-24T18:00:19.170Z | # # # # |
578 | 2025-03-24T18:00:19.170Z | # ##### #### # |
579 | 2025-03-24T18:00:19.170Z | # # # # |
580 | 2025-03-24T18:00:19.170Z | # # # # # |
581 | 2025-03-24T18:00:19.170Z | # ###### #### # |
582 | 2025-03-24T18:00:19.170Z | |
583 | 2025-03-24T18:00:19.170Z | + pfexec ptime -m cargo test |
584 | 2025-03-24T18:00:19.508Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
585 | 2025-03-24T18:00:19.533Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
586 | 2025-03-24T18:00:21.448Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s |
587 | 2025-03-24T18:00:21.474Z | Running unittests src/lib.rs (target/debug/deps/libnet-9489d49fb9dd8075) |
588 | 2025-03-24T18:00:21.501Z | |
589 | 2025-03-24T18:00:21.501Z | running 0 tests |
590 | 2025-03-24T18:00:21.501Z | |
591 | 2025-03-24T18:00:21.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
592 | 2025-03-24T18:00:21.502Z | |
593 | 2025-03-24T18:00:21.502Z | Running tests/ip.rs (target/debug/deps/ip-a6324e41562584f3) |
594 | 2025-03-24T18:00:21.502Z | |
595 | 2025-03-24T18:00:21.502Z | running 4 tests |
596 | 2025-03-24T18:00:21.502Z | test test_get_addresses ... ok |
597 | 2025-03-24T18:00:21.502Z | test test_address_consistency ... ok |
598 | 2025-03-24T18:00:21.502Z | test test_v6_static_lifecycle ... ok |
599 | 2025-03-24T18:00:21.502Z | test test_v6_local_lifecycle ... ok |
600 | 2025-03-24T18:00:21.502Z | |
601 | 2025-03-24T18:00:21.502Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
602 | 2025-03-24T18:00:21.502Z | |
603 | 2025-03-24T18:00:21.502Z | Running tests/link.rs (target/debug/deps/link-9381d4b21e0490ea) |
604 | 2025-03-24T18:00:21.528Z | |
605 | 2025-03-24T18:00:21.528Z | running 5 tests |
606 | 2025-03-24T18:00:21.528Z | test test_link_consistency ... ok |
607 | 2025-03-24T18:00:21.528Z | test test_simnet_lifecycle ... ok |
608 | 2025-03-24T18:00:21.528Z | test test_simnet_connect ... ok |
609 | 2025-03-24T18:00:21.528Z | test test_get_links ... ok |
610 | 2025-03-24T18:00:21.528Z | test test_vnic_lifecycle ... ok |
611 | 2025-03-24T18:00:21.528Z | |
612 | 2025-03-24T18:00:21.528Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
613 | 2025-03-24T18:00:21.528Z | |
614 | 2025-03-24T18:00:21.528Z | Running unittests src/main.rs (target/debug/deps/netadm-4d777e2ddce0a1d5) |
615 | 2025-03-24T18:00:21.560Z | |
616 | 2025-03-24T18:00:21.560Z | running 0 tests |
617 | 2025-03-24T18:00:21.560Z | |
618 | 2025-03-24T18:00:21.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
619 | 2025-03-24T18:00:21.560Z | |
620 | 2025-03-24T18:00:21.560Z | Doc-tests libnet |
621 | 2025-03-24T18:00:21.861Z | |
622 | 2025-03-24T18:00:21.861Z | running 0 tests |
623 | 2025-03-24T18:00:21.861Z | |
624 | 2025-03-24T18:00:21.889Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
625 | 2025-03-24T18:00:21.890Z | |
626 | 2025-03-24T18:00:21.915Z | |
627 | 2025-03-24T18:00:21.915Z | real 2.709086831 |
628 | 2025-03-24T18:00:21.915Z | user 5.857971840 |
629 | 2025-03-24T18:00:21.915Z | sys 1.888223190 |
630 | 2025-03-24T18:00:21.915Z | trap 0.001430471 |
631 | 2025-03-24T18:00:21.915Z | tflt 0.019334326 |
632 | 2025-03-24T18:00:21.915Z | dflt 0.029782063 |
633 | 2025-03-24T18:00:21.915Z | kflt 0.000000000 |
634 | 2025-03-24T18:00:21.915Z | lock 6.364783139 |
635 | 2025-03-24T18:00:21.915Z | slp 29.127438782 |
636 | 2025-03-24T18:00:21.915Z | lat 0.128040702 |
637 | 2025-03-24T18:00:21.915Z | stop 0.164454677 |
638 | 2025-03-24T18:00:21.915Z | + pfexec ptime -m cargo test --release |
639 | 2025-03-24T18:00:22.078Z | Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet) |
640 | 2025-03-24T18:00:22.078Z | Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm) |
641 | 2025-03-24T18:00:23.777Z | Finished `release` profile [optimized] target(s) in 1.82s |
642 | 2025-03-24T18:00:23.803Z | Running unittests src/lib.rs (target/release/deps/libnet-1276784d7c87316f) |
643 | 2025-03-24T18:00:23.803Z | |
644 | 2025-03-24T18:00:23.803Z | running 0 tests |
645 | 2025-03-24T18:00:23.803Z | |
646 | 2025-03-24T18:00:23.803Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
647 | 2025-03-24T18:00:23.803Z | |
648 | 2025-03-24T18:00:23.803Z | Running tests/ip.rs (target/release/deps/ip-4519a97110b39a50) |
649 | 2025-03-24T18:00:23.829Z | |
650 | 2025-03-24T18:00:23.829Z | running 4 tests |
651 | 2025-03-24T18:00:23.829Z | test test_get_addresses ... ok |
652 | 2025-03-24T18:00:23.829Z | test test_address_consistency ... ok |
653 | 2025-03-24T18:00:23.829Z | test test_v6_static_lifecycle ... ok |
654 | 2025-03-24T18:00:23.829Z | test test_v6_local_lifecycle ... ok |
655 | 2025-03-24T18:00:23.829Z | |
656 | 2025-03-24T18:00:23.829Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
657 | 2025-03-24T18:00:23.829Z | |
658 | 2025-03-24T18:00:23.829Z | Running tests/link.rs (target/release/deps/link-54a3b8e91b1e724c) |
659 | 2025-03-24T18:00:23.829Z | |
660 | 2025-03-24T18:00:23.829Z | running 5 tests |
661 | 2025-03-24T18:00:23.855Z | test test_simnet_lifecycle ... ok |
662 | 2025-03-24T18:00:23.855Z | test test_link_consistency ... ok |
663 | 2025-03-24T18:00:23.855Z | test test_get_links ... ok |
664 | 2025-03-24T18:00:23.855Z | test test_vnic_lifecycle ... ok |
665 | 2025-03-24T18:00:23.855Z | test test_simnet_connect ... ok |
666 | 2025-03-24T18:00:23.855Z | |
667 | 2025-03-24T18:00:23.855Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
668 | 2025-03-24T18:00:23.855Z | |
669 | 2025-03-24T18:00:23.855Z | Running unittests src/main.rs (target/release/deps/netadm-2d51434c3690e602) |
670 | 2025-03-24T18:00:23.855Z | |
671 | 2025-03-24T18:00:23.855Z | running 0 tests |
672 | 2025-03-24T18:00:23.855Z | |
673 | 2025-03-24T18:00:23.855Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
674 | 2025-03-24T18:00:23.855Z | |
675 | 2025-03-24T18:00:23.855Z | Doc-tests libnet |
676 | 2025-03-24T18:00:24.150Z | |
677 | 2025-03-24T18:00:24.150Z | running 0 tests |
678 | 2025-03-24T18:00:24.150Z | |
679 | 2025-03-24T18:00:24.150Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
680 | 2025-03-24T18:00:24.150Z | |
681 | 2025-03-24T18:00:24.177Z | |
682 | 2025-03-24T18:00:24.177Z | real 2.272081776 |
683 | 2025-03-24T18:00:24.202Z | user 4.720665128 |
684 | 2025-03-24T18:00:24.203Z | sys 1.350432624 |
685 | 2025-03-24T18:00:24.203Z | trap 0.001066339 |
686 | 2025-03-24T18:00:24.203Z | tflt 0.077784634 |
687 | 2025-03-24T18:00:24.203Z | dflt 0.063841742 |
688 | 2025-03-24T18:00:24.203Z | kflt 0.000000000 |
689 | 2025-03-24T18:00:24.203Z | lock 7.279127456 |
690 | 2025-03-24T18:00:24.203Z | slp 17.162112566 |
691 | 2025-03-24T18:00:24.203Z | lat 0.093614894 |
692 | 2025-03-24T18:00:24.203Z | stop 0.215526903 |
693 | 2025-03-24T18:00:24.203Z | + banner post-test |
694 | 2025-03-24T18:00:24.203Z | |
695 | 2025-03-24T18:00:24.203Z | ##### #### #### ##### ##### ###### #### ##### |
696 | 2025-03-24T18:00:24.203Z | # # # # # # # # # # |
697 | 2025-03-24T18:00:24.203Z | # # # # #### # ##### # ##### #### # |
698 | 2025-03-24T18:00:24.203Z | ##### # # # # # # # # |
699 | 2025-03-24T18:00:24.203Z | # # # # # # # # # # # |
700 | 2025-03-24T18:00:24.203Z | # #### #### # # ###### #### # |
701 | 2025-03-24T18:00:24.203Z | |
702 | 2025-03-24T18:00:24.203Z | + ./target/debug/netadm show links |
703 | 2025-03-24T18:00:24.203Z | Id Name Flags Class State MAC MTU |
704 | 2025-03-24T18:00:24.203Z | -- ---- ----- ----- ----- --- --- |
705 | 2025-03-24T18:00:24.203Z | 1 vioif0 active persistent physical up 02:08:20:ca:84:01 1500 |
706 | 2025-03-24T18:00:24.203Z | + ./target/debug/netadm show addrs |
707 | 2025-03-24T18:00:24.203Z | Name Type State Address Interface Index |
708 | 2025-03-24T18:00:24.203Z | ---- ------ ----- ------- --------------- |
709 | 2025-03-24T18:00:24.203Z | lo0/v4 static ok 127.0.0.1/8 1 |
710 | 2025-03-24T18:00:24.203Z | lo0/v6 static ok ::1/128 1 |
711 | 2025-03-24T18:00:24.203Z | vioif0/v4 static ok 10.151.4.101/24 2 |
712 | 2025-03-24T18:00:24.203Z | process exited: duration 100530 ms, exit code 0 |
|
713 | 2025-03-24T18:00:24.256Z | found 2 output files |
714 | 2025-03-24T18:00:24.257Z | uploading: /work/debug/netadm (68166048 bytes) |
715 | 2025-03-24T18:00:29.409Z | uploaded: /work/debug/netadm |
716 | 2025-03-24T18:00:29.409Z | uploading: /work/release/netadm (8114984 bytes) |
717 | 2025-03-24T18:00:34.025Z | uploaded: /work/release/netadm |