|
|
|
1 | 2024-07-19T22:58:31.196Z | job assigned to worker 01J36KEFDWN2M920JG8Y890D07 (queued for 48 s) |
|
2 | 2024-07-19T22:58:38.682Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:38.691Z | ++ uname -s |
4 | 2024-07-19T22:58:38.694Z | + kern=SunOS |
5 | 2024-07-19T22:58:38.694Z | + case "$kern" in |
6 | 2024-07-19T22:58:38.694Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:38.698Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:40.704Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:40.791Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:40.794Z | + home_fs=zfs |
11 | 2024-07-19T22:58:40.794Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:40.794Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:40.797Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:42.797Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:42.800Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-07-19T22:58:42.806Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:42.811Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:42.811Z | ' nightly-2024-06-27 |
19 | 2024-07-19T22:58:42.811Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T22:58:42.811Z | ' default |
21 | 2024-07-19T22:58:42.811Z | * toolchain channel = "nightly-2024-06-27" |
22 | 2024-07-19T22:58:42.811Z | * toolchain profile = "default" |
23 | 2024-07-19T22:58:42.814Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:42.814Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:42.926Z | info: downloading installer |
26 | 2024-07-19T22:58:44.039Z | info: profile set to 'default' |
27 | 2024-07-19T22:58:44.039Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:58:44.041Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:58:44.195Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:58:44.195Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:58:45.079Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:58:45.404Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:58:46.616Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:58:48.499Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:58:53.278Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:58:53.537Z | info: installing component 'cargo' |
37 | 2024-07-19T22:58:54.382Z | info: installing component 'clippy' |
38 | 2024-07-19T22:58:54.768Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:58:56.384Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:58:58.177Z | info: installing component 'rustc' |
41 | 2024-07-19T22:59:02.338Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:59:02.675Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:59:02.675Z | |
44 | 2024-07-19T22:59:02.965Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:59:02.965Z | |
46 | 2024-07-19T22:59:02.965Z | |
47 | 2024-07-19T22:59:02.965Z | Rust is installed now. Great! |
48 | 2024-07-19T22:59:02.965Z | |
49 | 2024-07-19T22:59:02.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:59:02.968Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:59:02.968Z | |
52 | 2024-07-19T22:59:02.968Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:59:02.968Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:59:02.968Z | |
55 | 2024-07-19T22:59:02.968Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:59:02.968Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:59:02.968Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:59:03.026Z | + rustc --version |
59 | 2024-07-19T22:59:03.089Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:59:03.093Z | process exited: duration 20283 ms, exit code 0 |
|
61 | 2024-07-19T22:59:03.099Z | starting task 2: "authentication" |
62 | 2024-07-19T22:59:03.119Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-19T22:59:03.125Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:59:03.130Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:59:03.133Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:59:03.173Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:59:04.294Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:59:04.294Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:59:04.526Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:59:04.526Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:59:04.533Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:59:04.536Z | ++ git branch --show-current |
73 | 2024-07-19T22:59:04.539Z | + current=master |
74 | 2024-07-19T22:59:04.539Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:59:04.539Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:59:04.541Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:59:04.557Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:59:04.559Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:59:04.573Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:59:04.582Z | process exited: duration 1448 ms, exit code 0 |
|
81 | 2024-07-19T22:59:04.591Z | starting task 4: "build" |
82 | 2024-07-19T22:59:04.594Z | + cargo --version |
83 | 2024-07-19T22:59:04.599Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
84 | 2024-07-19T22:59:04.751Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
85 | 2024-07-19T22:59:04.751Z | info: downloading component 'cargo' |
86 | 2024-07-19T22:59:05.599Z | info: downloading component 'clippy' |
87 | 2024-07-19T22:59:05.881Z | info: downloading component 'rust-docs' |
88 | 2024-07-19T22:59:07.033Z | info: downloading component 'rust-std' |
89 | 2024-07-19T22:59:08.681Z | info: downloading component 'rustc' |
90 | 2024-07-19T22:59:13.427Z | info: downloading component 'rustfmt' |
91 | 2024-07-19T22:59:13.665Z | info: installing component 'cargo' |
92 | 2024-07-19T22:59:14.513Z | info: installing component 'clippy' |
93 | 2024-07-19T22:59:14.867Z | info: installing component 'rust-docs' |
94 | 2024-07-19T22:59:16.400Z | info: installing component 'rust-std' |
95 | 2024-07-19T22:59:18.024Z | info: installing component 'rustc' |
96 | 2024-07-19T22:59:22.246Z | info: installing component 'rustfmt' |
97 | 2024-07-19T22:59:22.642Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
98 | 2024-07-19T22:59:22.645Z | + rustc --version |
99 | 2024-07-19T22:59:22.720Z | rustc 1.79.0 (129f3b996 2024-06-10) |
100 | 2024-07-19T22:59:22.724Z | + pushd bin/opteadm |
101 | 2024-07-19T22:59:22.727Z | + header analyze |
102 | 2024-07-19T22:59:22.727Z | /work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte |
103 | 2024-07-19T22:59:22.727Z | + echo '# ==== analyze ==== #' |
104 | 2024-07-19T22:59:22.727Z | + ptime -m cargo clippy --all-targets |
105 | 2024-07-19T22:59:22.727Z | # ==== analyze ==== # |
106 | 2024-07-19T22:59:22.936Z | Updating crates.io index |
107 | 2024-07-19T22:59:23.023Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
108 | 2024-07-19T22:59:23.752Z | From https://github.com/oxidecomputer/falcon |
109 | 2024-07-19T22:59:23.752Z | * [new branch] main -> origin/main |
110 | 2024-07-19T22:59:23.755Z | * [new ref] -> origin/HEAD |
111 | 2024-07-19T22:59:23.858Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
112 | 2024-07-19T22:59:24.458Z | From https://github.com/oxidecomputer/illumos-rs |
113 | 2024-07-19T22:59:24.458Z | * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte |
114 | 2024-07-19T22:59:24.461Z | * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules |
115 | 2024-07-19T22:59:24.461Z | * [new branch] main -> origin/main |
116 | 2024-07-19T22:59:24.461Z | * [new branch] ry/rusty-modules -> origin/ry/rusty-modules |
117 | 2024-07-19T22:59:24.461Z | * [new ref] -> origin/HEAD |
118 | 2024-07-19T22:59:24.493Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
119 | 2024-07-19T22:59:24.865Z | From https://github.com/oxidecomputer/poptrie |
120 | 2024-07-19T22:59:24.865Z | * [new branch] main -> origin/main |
121 | 2024-07-19T22:59:24.868Z | * [new branch] multipath -> origin/multipath |
122 | 2024-07-19T22:59:24.868Z | * [new ref] -> origin/HEAD |
123 | 2024-07-19T22:59:24.888Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
124 | 2024-07-19T22:59:25.492Z | From https://github.com/oxidecomputer/netadm-sys |
125 | 2024-07-19T22:59:25.492Z | * [new branch] c_char-non-x86 -> origin/c_char-non-x86 |
126 | 2024-07-19T22:59:25.495Z | * [new branch] compile-macos -> origin/compile-macos |
127 | 2024-07-19T22:59:25.495Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
128 | 2024-07-19T22:59:25.495Z | * [new branch] gh-pages -> origin/gh-pages |
129 | 2024-07-19T22:59:25.495Z | * [new branch] main -> origin/main |
130 | 2024-07-19T22:59:25.495Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
131 | 2024-07-19T22:59:25.495Z | * [new branch] siocgnds -> origin/siocgnds |
132 | 2024-07-19T22:59:25.495Z | * [new ref] -> origin/HEAD |
133 | 2024-07-19T22:59:25.615Z | Updating git repository `https://github.com/oxidecomputer/zone` |
134 | 2024-07-19T22:59:26.002Z | From https://github.com/oxidecomputer/zone |
135 | 2024-07-19T22:59:26.002Z | * [new branch] main -> origin/main |
136 | 2024-07-19T22:59:26.005Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
137 | 2024-07-19T22:59:26.005Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
138 | 2024-07-19T22:59:26.005Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
139 | 2024-07-19T22:59:26.005Z | * [new ref] -> origin/HEAD |
140 | 2024-07-19T22:59:26.156Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
141 | 2024-07-19T22:59:26.588Z | From https://github.com/oxidecomputer/dlpi-sys |
142 | 2024-07-19T22:59:26.588Z | * [new branch] gh-pages -> origin/gh-pages |
143 | 2024-07-19T22:59:26.591Z | * [new branch] main -> origin/main |
144 | 2024-07-19T22:59:26.591Z | * [new ref] -> origin/HEAD |
145 | 2024-07-19T22:59:26.607Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
146 | 2024-07-19T22:59:27.012Z | From https://github.com/jmesmon/rust-libzfs |
147 | 2024-07-19T22:59:27.012Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
148 | 2024-07-19T22:59:27.015Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
149 | 2024-07-19T22:59:27.015Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
150 | 2024-07-19T22:59:27.015Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
151 | 2024-07-19T22:59:27.015Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
152 | 2024-07-19T22:59:27.015Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
153 | 2024-07-19T22:59:27.015Z | * [new branch] dev -> origin/dev |
154 | 2024-07-19T22:59:27.015Z | * [new branch] drr -> origin/drr |
155 | 2024-07-19T22:59:27.015Z | * [new branch] f-types -> origin/f-types |
156 | 2024-07-19T22:59:27.015Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
157 | 2024-07-19T22:59:27.015Z | * [new branch] master -> origin/master |
158 | 2024-07-19T22:59:27.015Z | * [new branch] staging -> origin/staging |
159 | 2024-07-19T22:59:27.015Z | * [new ref] -> origin/HEAD |
160 | 2024-07-19T22:59:27.015Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
161 | 2024-07-19T22:59:27.015Z | * [new tag] v0.4.0 -> v0.4.0 |
162 | 2024-07-19T22:59:27.015Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
163 | 2024-07-19T22:59:27.015Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
164 | 2024-07-19T22:59:27.028Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
165 | 2024-07-19T22:59:27.425Z | From https://github.com/oxidecomputer/oxnet |
166 | 2024-07-19T22:59:27.425Z | * [new branch] ci -> origin/ci |
167 | 2024-07-19T22:59:27.429Z | * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204 |
168 | 2024-07-19T22:59:27.429Z | * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120 |
169 | 2024-07-19T22:59:27.429Z | * [new branch] main -> origin/main |
170 | 2024-07-19T22:59:27.429Z | * [new ref] -> origin/HEAD |
171 | 2024-07-19T22:59:27.435Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
172 | 2024-07-19T22:59:27.902Z | From https://github.com/oxidecomputer/rusty-doors |
173 | 2024-07-19T22:59:27.902Z | * [new branch] gh-pages -> origin/gh-pages |
174 | 2024-07-19T22:59:27.905Z | * [new branch] main -> origin/main |
175 | 2024-07-19T22:59:27.905Z | * [new branch] no-bindgen -> origin/no-bindgen |
176 | 2024-07-19T22:59:27.905Z | * [new ref] -> origin/HEAD |
177 | 2024-07-19T22:59:28.559Z | Downloading crates ... |
178 | 2024-07-19T22:59:28.625Z | Downloaded cstr-argument v0.1.2 |
179 | 2024-07-19T22:59:28.641Z | Downloaded anstyle-parse v0.2.4 |
180 | 2024-07-19T22:59:28.651Z | Downloaded zerocopy-derive v0.7.35 |
181 | 2024-07-19T22:59:28.655Z | Downloaded is_terminal_polyfill v1.70.0 |
182 | 2024-07-19T22:59:28.658Z | Downloaded equivalent v1.0.1 |
183 | 2024-07-19T22:59:28.658Z | Downloaded darling_macro v0.20.10 |
184 | 2024-07-19T22:59:28.665Z | Downloaded foreign-types-shared v0.3.1 |
185 | 2024-07-19T22:59:28.676Z | Downloaded bitflags v2.6.0 |
186 | 2024-07-19T22:59:28.679Z | Downloaded anstyle v1.0.7 |
187 | 2024-07-19T22:59:28.684Z | Downloaded colored v2.1.0 |
188 | 2024-07-19T22:59:28.686Z | Downloaded anstyle-query v1.1.0 |
189 | 2024-07-19T22:59:28.693Z | Downloaded pretty-hex v0.2.1 |
190 | 2024-07-19T22:59:28.696Z | Downloaded ident_case v1.0.1 |
191 | 2024-07-19T22:59:28.707Z | Downloaded autocfg v1.3.0 |
192 | 2024-07-19T22:59:28.712Z | Downloaded cfg-if v1.0.0 |
193 | 2024-07-19T22:59:28.715Z | Downloaded bitflags v1.3.2 |
194 | 2024-07-19T22:59:28.717Z | Downloaded cobs v0.2.3 |
195 | 2024-07-19T22:59:28.720Z | Downloaded scopeguard v1.2.0 |
196 | 2024-07-19T22:59:28.720Z | Downloaded proc-macro-error-attr v1.0.4 |
197 | 2024-07-19T22:59:28.722Z | Downloaded proc-macro-crate v1.3.1 |
198 | 2024-07-19T22:59:28.722Z | Downloaded heck v0.5.0 |
199 | 2024-07-19T22:59:28.722Z | Downloaded either v1.13.0 |
200 | 2024-07-19T22:59:28.725Z | Downloaded colorchoice v1.0.1 |
201 | 2024-07-19T22:59:28.725Z | Downloaded clap_lex v0.7.1 |
202 | 2024-07-19T22:59:28.728Z | Downloaded tokio-macros v2.3.0 |
203 | 2024-07-19T22:59:28.728Z | Downloaded errno v0.3.9 |
204 | 2024-07-19T22:59:28.731Z | Downloaded defmt-parser v0.3.4 |
205 | 2024-07-19T22:59:28.731Z | Downloaded managed v0.8.0 |
206 | 2024-07-19T22:59:28.731Z | Downloaded byteorder v1.5.0 |
207 | 2024-07-19T22:59:28.735Z | Downloaded strsim v0.11.1 |
208 | 2024-07-19T22:59:28.738Z | Downloaded foreign-types v0.5.0 |
209 | 2024-07-19T22:59:28.740Z | Downloaded utf8parse v0.2.2 |
210 | 2024-07-19T22:59:28.740Z | Downloaded terminal_size v0.3.0 |
211 | 2024-07-19T22:59:28.745Z | Downloaded toml_datetime v0.6.6 |
212 | 2024-07-19T22:59:28.748Z | Downloaded clap_derive v4.5.8 |
213 | 2024-07-19T22:59:28.750Z | Downloaded clap v4.5.9 |
214 | 2024-07-19T22:59:28.757Z | Downloaded hash32 v0.3.1 |
215 | 2024-07-19T22:59:28.760Z | Downloaded defmt-macros v0.3.9 |
216 | 2024-07-19T22:59:28.762Z | Downloaded tabwriter v1.4.0 |
217 | 2024-07-19T22:59:28.765Z | Downloaded num_enum_derive v0.5.11 |
218 | 2024-07-19T22:59:28.765Z | Downloaded dyn-clone v1.0.17 |
219 | 2024-07-19T22:59:28.768Z | Downloaded fnv v1.0.7 |
220 | 2024-07-19T22:59:28.768Z | Downloaded embedded-io v0.4.0 |
221 | 2024-07-19T22:59:28.770Z | Downloaded signal-hook-registry v1.4.2 |
222 | 2024-07-19T22:59:28.772Z | Downloaded schemars_derive v0.8.21 |
223 | 2024-07-19T22:59:28.772Z | Downloaded ipnetwork v0.20.0 |
224 | 2024-07-19T22:59:28.775Z | Downloaded lazy_static v1.5.0 |
225 | 2024-07-19T22:59:28.777Z | Downloaded stable_deref_trait v1.2.0 |
226 | 2024-07-19T22:59:28.777Z | Downloaded foreign-types-macros v0.2.3 |
227 | 2024-07-19T22:59:28.782Z | Downloaded crc32fast v1.4.2 |
228 | 2024-07-19T22:59:28.786Z | Downloaded darling v0.20.10 |
229 | 2024-07-19T22:59:28.790Z | Downloaded anstream v0.6.14 |
230 | 2024-07-19T22:59:28.793Z | Downloaded itoa v1.0.11 |
231 | 2024-07-19T22:59:28.796Z | Downloaded thiserror-impl v1.0.62 |
232 | 2024-07-19T22:59:28.796Z | Downloaded quote v1.0.36 |
233 | 2024-07-19T22:59:28.798Z | Downloaded parking_lot_core v0.9.10 |
234 | 2024-07-19T22:59:28.801Z | Downloaded num_enum v0.5.11 |
235 | 2024-07-19T22:59:28.804Z | Downloaded defmt v0.3.8 |
236 | 2024-07-19T22:59:28.817Z | Downloaded pin-project-lite v0.2.14 |
237 | 2024-07-19T22:59:28.821Z | Downloaded lock_api v0.4.12 |
238 | 2024-07-19T22:59:28.824Z | Downloaded thiserror v1.0.62 |
239 | 2024-07-19T22:59:28.827Z | Downloaded serde_derive_internals v0.29.1 |
240 | 2024-07-19T22:59:28.830Z | Downloaded proc-macro-error v1.0.4 |
241 | 2024-07-19T22:59:28.832Z | Downloaded num_cpus v1.16.0 |
242 | 2024-07-19T22:59:28.835Z | Downloaded tracing-attributes v0.1.27 |
243 | 2024-07-19T22:59:28.838Z | Downloaded version_check v0.9.4 |
244 | 2024-07-19T22:59:28.841Z | Downloaded smallvec v1.13.2 |
245 | 2024-07-19T22:59:28.843Z | Downloaded anyhow v1.0.86 |
246 | 2024-07-19T22:59:28.846Z | Downloaded socket2 v0.5.7 |
247 | 2024-07-19T22:59:28.848Z | Downloaded ryu v1.0.18 |
248 | 2024-07-19T22:59:28.851Z | Downloaded postcard v1.0.8 |
249 | 2024-07-19T22:59:28.856Z | Downloaded serde_derive v1.0.204 |
250 | 2024-07-19T22:59:28.856Z | Downloaded darling_core v0.20.10 |
251 | 2024-07-19T22:59:28.861Z | Downloaded bytes v1.6.1 |
252 | 2024-07-19T22:59:28.864Z | Downloaded parking_lot v0.12.3 |
253 | 2024-07-19T22:59:28.867Z | Downloaded once_cell v1.19.0 |
254 | 2024-07-19T22:59:28.870Z | Downloaded socket2 v0.4.10 |
255 | 2024-07-19T22:59:28.872Z | Downloaded unicode-ident v1.0.12 |
256 | 2024-07-19T22:59:28.883Z | Downloaded tracing-core v0.1.32 |
257 | 2024-07-19T22:59:28.890Z | Downloaded schemars v0.8.21 |
258 | 2024-07-19T22:59:28.900Z | Downloaded indexmap v2.2.6 |
259 | 2024-07-19T22:59:28.913Z | Downloaded proc-macro2 v1.0.86 |
260 | 2024-07-19T22:59:28.915Z | Downloaded serde v1.0.204 |
261 | 2024-07-19T22:59:28.918Z | Downloaded heapless v0.8.0 |
262 | 2024-07-19T22:59:28.925Z | Downloaded mio v0.8.11 |
263 | 2024-07-19T22:59:28.930Z | Downloaded tracing v0.1.40 |
264 | 2024-07-19T22:59:28.936Z | Downloaded memchr v2.7.4 |
265 | 2024-07-19T22:59:28.951Z | Downloaded toml_edit v0.19.15 |
266 | 2024-07-19T22:59:28.977Z | Downloaded zerocopy v0.7.35 |
267 | 2024-07-19T22:59:28.991Z | Downloaded hashbrown v0.14.5 |
268 | 2024-07-19T22:59:28.996Z | Downloaded serde_json v1.0.120 |
269 | 2024-07-19T22:59:29.002Z | Downloaded itertools v0.12.1 |
270 | 2024-07-19T22:59:29.008Z | Downloaded clap_builder v4.5.9 |
271 | 2024-07-19T22:59:29.014Z | Downloaded winnow v0.5.40 |
272 | 2024-07-19T22:59:29.059Z | Downloaded syn v1.0.109 |
273 | 2024-07-19T22:59:29.069Z | Downloaded syn v2.0.71 |
274 | 2024-07-19T22:59:29.091Z | Downloaded smoltcp v0.11.0 |
275 | 2024-07-19T22:59:29.103Z | Downloaded rustix v0.38.34 |
276 | 2024-07-19T22:59:29.124Z | Downloaded unicode-width v0.1.13 |
277 | 2024-07-19T22:59:29.176Z | Downloaded libc v0.2.155 |
278 | 2024-07-19T22:59:29.201Z | Downloaded tokio v1.38.0 |
279 | 2024-07-19T22:59:29.368Z | Compiling proc-macro2 v1.0.86 |
280 | 2024-07-19T22:59:29.368Z | Compiling unicode-ident v1.0.12 |
281 | 2024-07-19T22:59:29.371Z | Compiling libc v0.2.155 |
282 | 2024-07-19T22:59:29.371Z | Checking cfg-if v1.0.0 |
283 | 2024-07-19T22:59:29.371Z | Compiling serde v1.0.204 |
284 | 2024-07-19T22:59:29.371Z | Compiling syn v1.0.109 |
285 | 2024-07-19T22:59:29.381Z | Compiling hashbrown v0.14.5 |
286 | 2024-07-19T22:59:29.383Z | Compiling autocfg v1.3.0 |
287 | 2024-07-19T22:59:29.481Z | Checking byteorder v1.5.0 |
288 | 2024-07-19T22:59:29.562Z | Compiling equivalent v1.0.1 |
289 | 2024-07-19T22:59:29.656Z | Compiling anyhow v1.0.86 |
290 | 2024-07-19T22:59:29.767Z | Compiling winnow v0.5.40 |
291 | 2024-07-19T22:59:30.010Z | Compiling ident_case v1.0.1 |
292 | 2024-07-19T22:59:30.020Z | Compiling fnv v1.0.7 |
293 | 2024-07-19T22:59:30.099Z | Compiling lock_api v0.4.12 |
294 | 2024-07-19T22:59:30.130Z | Compiling strsim v0.11.1 |
295 | 2024-07-19T22:59:30.163Z | Compiling parking_lot_core v0.9.10 |
296 | 2024-07-19T22:59:30.206Z | Compiling heapless v0.8.0 |
297 | 2024-07-19T22:59:30.430Z | Compiling toml_datetime v0.6.6 |
298 | 2024-07-19T22:59:30.616Z | Compiling indexmap v2.2.6 |
299 | 2024-07-19T22:59:30.816Z | Checking hash32 v0.3.1 |
300 | 2024-07-19T22:59:30.873Z | Compiling quote v1.0.36 |
301 | 2024-07-19T22:59:30.971Z | Compiling once_cell v1.19.0 |
302 | 2024-07-19T22:59:31.002Z | Checking smallvec v1.13.2 |
303 | 2024-07-19T22:59:31.065Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
304 | 2024-07-19T22:59:31.348Z | Compiling syn v2.0.71 |
305 | 2024-07-19T22:59:31.428Z | Compiling serde_json v1.0.120 |
306 | 2024-07-19T22:59:31.469Z | Checking stable_deref_trait v1.2.0 |
307 | 2024-07-19T22:59:31.529Z | Compiling smoltcp v0.11.0 |
308 | 2024-07-19T22:59:31.551Z | Checking scopeguard v1.2.0 |
309 | 2024-07-19T22:59:31.662Z | Checking dyn-clone v1.0.17 |
310 | 2024-07-19T22:59:31.967Z | Compiling schemars v0.8.21 |
311 | 2024-07-19T22:59:32.063Z | Compiling rustix v0.38.34 |
312 | 2024-07-19T22:59:32.146Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
313 | 2024-07-19T22:59:32.186Z | Checking managed v0.8.0 |
314 | 2024-07-19T22:59:32.358Z | Checking cobs v0.2.3 |
315 | 2024-07-19T22:59:32.469Z | Checking itoa v1.0.11 |
316 | 2024-07-19T22:59:32.522Z | Checking ryu v1.0.18 |
317 | 2024-07-19T22:59:32.553Z | Checking bitflags v1.3.2 |
318 | 2024-07-19T22:59:32.641Z | Checking embedded-io v0.4.0 |
319 | 2024-07-19T22:59:32.672Z | Compiling thiserror v1.0.62 |
320 | 2024-07-19T22:59:32.689Z | Checking pin-project-lite v0.2.14 |
321 | 2024-07-19T22:59:32.733Z | Compiling version_check v0.9.4 |
322 | 2024-07-19T22:59:32.844Z | Checking parking_lot v0.12.3 |
323 | 2024-07-19T22:59:32.855Z | Checking socket2 v0.5.7 |
324 | 2024-07-19T22:59:33.159Z | Checking mio v0.8.11 |
325 | 2024-07-19T22:59:33.304Z | Checking signal-hook-registry v1.4.2 |
326 | 2024-07-19T22:59:33.332Z | Checking errno v0.3.9 |
327 | 2024-07-19T22:59:33.406Z | Compiling toml_edit v0.19.15 |
328 | 2024-07-19T22:59:33.496Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
329 | 2024-07-19T22:59:33.547Z | Checking num_cpus v1.16.0 |
330 | 2024-07-19T22:59:33.657Z | Checking bitflags v2.6.0 |
331 | 2024-07-19T22:59:33.670Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
332 | 2024-07-19T22:59:33.761Z | Checking unicode-width v0.1.13 |
333 | 2024-07-19T22:59:33.868Z | Checking foreign-types-shared v0.3.1 |
334 | 2024-07-19T22:59:33.884Z | Checking either v1.13.0 |
335 | 2024-07-19T22:59:33.921Z | Checking memchr v2.7.4 |
336 | 2024-07-19T22:59:33.932Z | Checking bytes v1.6.1 |
337 | 2024-07-19T22:59:34.182Z | Checking utf8parse v0.2.2 |
338 | 2024-07-19T22:59:34.271Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
339 | 2024-07-19T22:59:34.314Z | Checking anstyle-parse v0.2.4 |
340 | 2024-07-19T22:59:34.565Z | Checking tracing-core v0.1.32 |
341 | 2024-07-19T22:59:34.596Z | Checking itertools v0.12.1 |
342 | 2024-07-19T22:59:34.731Z | Checking cstr-argument v0.1.2 |
343 | 2024-07-19T22:59:34.885Z | Checking tabwriter v1.4.0 |
344 | 2024-07-19T22:59:35.302Z | Checking crc32fast v1.4.2 |
345 | 2024-07-19T22:59:35.394Z | Checking anstyle v1.0.7 |
346 | 2024-07-19T22:59:35.485Z | Checking lazy_static v1.5.0 |
347 | 2024-07-19T22:59:35.596Z | Checking anstyle-query v1.1.0 |
348 | 2024-07-19T22:59:35.681Z | Checking pretty-hex v0.2.1 |
349 | 2024-07-19T22:59:35.695Z | Checking colorchoice v1.0.1 |
350 | 2024-07-19T22:59:35.714Z | Checking is_terminal_polyfill v1.70.0 |
351 | 2024-07-19T22:59:35.734Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
352 | 2024-07-19T22:59:35.802Z | Checking terminal_size v0.3.0 |
353 | 2024-07-19T22:59:35.814Z | Checking anstream v0.6.14 |
354 | 2024-07-19T22:59:35.825Z | Checking colored v2.1.0 |
355 | 2024-07-19T22:59:35.942Z | Compiling proc-macro-crate v1.3.1 |
356 | 2024-07-19T22:59:36.071Z | Checking socket2 v0.4.10 |
357 | 2024-07-19T22:59:36.474Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
358 | 2024-07-19T22:59:36.603Z | Compiling heck v0.5.0 |
359 | 2024-07-19T22:59:36.669Z | Checking clap_lex v0.7.1 |
360 | 2024-07-19T22:59:36.902Z | Checking clap_builder v4.5.9 |
361 | 2024-07-19T22:59:36.920Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
362 | 2024-07-19T22:59:37.555Z | Compiling darling_core v0.20.10 |
363 | 2024-07-19T22:59:37.555Z | Compiling serde_derive_internals v0.29.1 |
364 | 2024-07-19T22:59:40.161Z | Compiling num_enum_derive v0.5.11 |
365 | 2024-07-19T22:59:40.161Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
366 | 2024-07-19T22:59:40.552Z | Compiling serde_derive v1.0.204 |
367 | 2024-07-19T22:59:40.555Z | Compiling thiserror-impl v1.0.62 |
368 | 2024-07-19T22:59:40.555Z | Compiling zerocopy-derive v0.7.35 |
369 | 2024-07-19T22:59:40.652Z | Compiling foreign-types-macros v0.2.3 |
370 | 2024-07-19T22:59:41.067Z | Compiling tokio-macros v2.3.0 |
371 | 2024-07-19T22:59:41.190Z | Compiling schemars_derive v0.8.21 |
372 | 2024-07-19T22:59:41.999Z | Checking foreign-types v0.5.0 |
373 | 2024-07-19T22:59:42.086Z | Compiling tracing-attributes v0.1.27 |
374 | 2024-07-19T22:59:42.369Z | Compiling darling_macro v0.20.10 |
375 | 2024-07-19T22:59:42.422Z | Checking num_enum v0.5.11 |
376 | 2024-07-19T22:59:42.558Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
377 | 2024-07-19T22:59:42.621Z | Checking tokio v1.38.0 |
378 | 2024-07-19T22:59:42.633Z | Checking zerocopy v0.7.35 |
379 | 2024-07-19T22:59:43.345Z | Compiling darling v0.20.10 |
380 | 2024-07-19T22:59:43.455Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
381 | 2024-07-19T22:59:43.564Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
382 | 2024-07-19T22:59:43.819Z | Compiling clap_derive v4.5.8 |
383 | 2024-07-19T22:59:45.096Z | Checking tracing v0.1.40 |
384 | 2024-07-19T22:59:46.601Z | Checking clap v4.5.9 |
385 | 2024-07-19T22:59:48.282Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
386 | 2024-07-19T22:59:49.210Z | Checking ipnetwork v0.20.0 |
387 | 2024-07-19T22:59:49.210Z | Checking postcard v1.0.8 |
388 | 2024-07-19T22:59:49.641Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
389 | 2024-07-19T22:59:51.017Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
390 | 2024-07-19T22:59:56.747Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
391 | 2024-07-19T22:59:58.971Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
392 | 2024-07-19T23:00:00.404Z | warning: use of `expect` followed by a function call |
393 | 2024-07-19T23:00:00.404Z | --> bin/opteadm/src/bin/opteadm.rs:810:71 |
394 | 2024-07-19T23:00:00.404Z | | |
395 | 2024-07-19T23:00:00.405Z | 810 | hdl.remove_cidr(&port, prefix, Direction::In).expect( |
396 | 2024-07-19T23:00:00.405Z | | _______________________________________________________________________^ |
397 | 2024-07-19T23:00:00.405Z | 811 | | &format!( |
398 | 2024-07-19T23:00:00.405Z | 812 | | "FATAL: failed to rollback in-direction allow \ |
399 | 2024-07-19T23:00:00.405Z | 813 | | of {prefix} after {e}" |
400 | 2024-07-19T23:00:00.405Z | 814 | | ), |
401 | 2024-07-19T23:00:00.405Z | 815 | | ); |
402 | 2024-07-19T23:00:00.405Z | | |_________________________^ |
403 | 2024-07-19T23:00:00.405Z | | |
404 | 2024-07-19T23:00:00.405Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
405 | 2024-07-19T23:00:00.405Z | = note: `#[warn(clippy::expect_fun_call)]` on by default |
406 | 2024-07-19T23:00:00.405Z | help: try |
407 | 2024-07-19T23:00:00.405Z | | |
408 | 2024-07-19T23:00:00.405Z | 810 ~ hdl.remove_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction allow \ |
409 | 2024-07-19T23:00:00.405Z | 811 ~ of {prefix} after {e}")); |
410 | 2024-07-19T23:00:00.405Z | | |
411 | 2024-07-19T23:00:00.405Z | |
412 | 2024-07-19T23:00:00.411Z | warning: use of `expect` followed by a function call |
413 | 2024-07-19T23:00:00.411Z | --> bin/opteadm/src/bin/opteadm.rs:840:66 |
414 | 2024-07-19T23:00:00.411Z | | |
415 | 2024-07-19T23:00:00.411Z | 840 | hdl.allow_cidr(&port, prefix, Direction::In).expect( |
416 | 2024-07-19T23:00:00.411Z | | __________________________________________________________________^ |
417 | 2024-07-19T23:00:00.411Z | 841 | | &format!( |
418 | 2024-07-19T23:00:00.411Z | 842 | | "FATAL: failed to rollback in-direction remove \ |
419 | 2024-07-19T23:00:00.411Z | 843 | | of {prefix} after {e}" |
420 | 2024-07-19T23:00:00.411Z | 844 | | ), |
421 | 2024-07-19T23:00:00.411Z | 845 | | ); |
422 | 2024-07-19T23:00:00.411Z | | |_____________________^ |
423 | 2024-07-19T23:00:00.411Z | | |
424 | 2024-07-19T23:00:00.411Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#expect_fun_call |
425 | 2024-07-19T23:00:00.411Z | help: try |
426 | 2024-07-19T23:00:00.411Z | | |
427 | 2024-07-19T23:00:00.411Z | 840 ~ hdl.allow_cidr(&port, prefix, Direction::In).unwrap_or_else(|_| panic!("FATAL: failed to rollback in-direction remove \ |
428 | 2024-07-19T23:00:00.411Z | 841 ~ of {prefix} after {e}")); |
429 | 2024-07-19T23:00:00.411Z | | |
430 | 2024-07-19T23:00:00.411Z | |
431 | 2024-07-19T23:00:00.487Z | warning: `opteadm` (bin "opteadm") generated 2 warnings (2 duplicates) |
432 | 2024-07-19T23:00:00.487Z | warning: `opteadm` (bin "opteadm" test) generated 2 warnings (run `cargo clippy --fix --bin "opteadm" --tests` to apply 2 suggestions) |
433 | 2024-07-19T23:00:00.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s |
434 | 2024-07-19T23:00:00.633Z | |
435 | 2024-07-19T23:00:00.633Z | real 37.896285403 |
436 | 2024-07-19T23:00:00.633Z | user 1:58.613852657 |
437 | 2024-07-19T23:00:00.633Z | sys 29.985971140 |
438 | 2024-07-19T23:00:00.633Z | trap 0.070774479 |
439 | 2024-07-19T23:00:00.633Z | tflt 0.186017923 |
440 | 2024-07-19T23:00:00.633Z | dflt 0.343808462 |
441 | 2024-07-19T23:00:00.633Z | kflt 0.001815555 |
442 | 2024-07-19T23:00:00.645Z | lock 2:39.762609961 |
443 | 2024-07-19T23:00:00.645Z | slp 7:53.848332911 |
444 | 2024-07-19T23:00:00.645Z | lat 6.809245675 |
445 | 2024-07-19T23:00:00.645Z | stop 15.242590013 |
446 | 2024-07-19T23:00:00.645Z | + header 'debug build' |
447 | 2024-07-19T23:00:00.645Z | + echo '# ==== debug build ==== #' |
448 | 2024-07-19T23:00:00.645Z | # ==== debug build ==== # |
449 | 2024-07-19T23:00:00.646Z | + ptime -m cargo build |
450 | 2024-07-19T23:00:00.926Z | Compiling cfg-if v1.0.0 |
451 | 2024-07-19T23:00:00.930Z | Compiling strsim v0.11.1 |
452 | 2024-07-19T23:00:00.930Z | Compiling once_cell v1.19.0 |
453 | 2024-07-19T23:00:00.930Z | Compiling libc v0.2.155 |
454 | 2024-07-19T23:00:00.930Z | Compiling byteorder v1.5.0 |
455 | 2024-07-19T23:00:00.930Z | Compiling serde v1.0.204 |
456 | 2024-07-19T23:00:00.948Z | Compiling scopeguard v1.2.0 |
457 | 2024-07-19T23:00:00.954Z | Compiling dyn-clone v1.0.17 |
458 | 2024-07-19T23:00:00.993Z | Compiling stable_deref_trait v1.2.0 |
459 | 2024-07-19T23:00:01.053Z | Compiling smallvec v1.13.2 |
460 | 2024-07-19T23:00:01.071Z | Compiling lock_api v0.4.12 |
461 | 2024-07-19T23:00:01.139Z | Compiling bitflags v1.3.2 |
462 | 2024-07-19T23:00:01.224Z | Compiling hash32 v0.3.1 |
463 | 2024-07-19T23:00:01.263Z | Compiling darling_core v0.20.10 |
464 | 2024-07-19T23:00:01.348Z | Compiling proc-macro-crate v1.3.1 |
465 | 2024-07-19T23:00:01.423Z | Compiling heapless v0.8.0 |
466 | 2024-07-19T23:00:01.483Z | Compiling itoa v1.0.11 |
467 | 2024-07-19T23:00:01.510Z | Compiling cobs v0.2.3 |
468 | 2024-07-19T23:00:01.692Z | Compiling managed v0.8.0 |
469 | 2024-07-19T23:00:01.810Z | Compiling pin-project-lite v0.2.14 |
470 | 2024-07-19T23:00:01.921Z | Compiling embedded-io v0.4.0 |
471 | 2024-07-19T23:00:02.009Z | Compiling ryu v1.0.18 |
472 | 2024-07-19T23:00:02.098Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
473 | 2024-07-19T23:00:02.109Z | Compiling anyhow v1.0.86 |
474 | 2024-07-19T23:00:02.194Z | Compiling parking_lot_core v0.9.10 |
475 | 2024-07-19T23:00:02.360Z | Compiling num_enum_derive v0.5.11 |
476 | 2024-07-19T23:00:02.428Z | Compiling smoltcp v0.11.0 |
477 | 2024-07-19T23:00:02.436Z | Compiling socket2 v0.5.7 |
478 | 2024-07-19T23:00:02.568Z | Compiling parking_lot v0.12.3 |
479 | 2024-07-19T23:00:02.928Z | Compiling signal-hook-registry v1.4.2 |
480 | 2024-07-19T23:00:03.098Z | Compiling num_cpus v1.16.0 |
481 | 2024-07-19T23:00:03.218Z | Compiling mio v0.8.11 |
482 | 2024-07-19T23:00:03.498Z | Compiling errno v0.3.9 |
483 | 2024-07-19T23:00:03.595Z | Compiling unicode-width v0.1.13 |
484 | 2024-07-19T23:00:03.720Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
485 | 2024-07-19T23:00:03.829Z | Compiling memchr v2.7.4 |
486 | 2024-07-19T23:00:03.885Z | Compiling utf8parse v0.2.2 |
487 | 2024-07-19T23:00:03.961Z | Compiling either v1.13.0 |
488 | 2024-07-19T23:00:04.028Z | Compiling bitflags v2.6.0 |
489 | 2024-07-19T23:00:04.314Z | Compiling foreign-types-shared v0.3.1 |
490 | 2024-07-19T23:00:04.413Z | Compiling bytes v1.6.1 |
491 | 2024-07-19T23:00:04.490Z | Compiling foreign-types v0.5.0 |
492 | 2024-07-19T23:00:04.582Z | Compiling rustix v0.38.34 |
493 | 2024-07-19T23:00:04.637Z | Compiling itertools v0.12.1 |
494 | 2024-07-19T23:00:04.717Z | Compiling num_enum v0.5.11 |
495 | 2024-07-19T23:00:04.850Z | Compiling cstr-argument v0.1.2 |
496 | 2024-07-19T23:00:05.107Z | Compiling anstyle-parse v0.2.4 |
497 | 2024-07-19T23:00:05.447Z | Compiling tokio v1.38.0 |
498 | 2024-07-19T23:00:05.665Z | Compiling tabwriter v1.4.0 |
499 | 2024-07-19T23:00:05.717Z | Compiling zerocopy v0.7.35 |
500 | 2024-07-19T23:00:06.259Z | Compiling thiserror v1.0.62 |
501 | 2024-07-19T23:00:06.315Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
502 | 2024-07-19T23:00:06.379Z | Compiling tracing-core v0.1.32 |
503 | 2024-07-19T23:00:06.458Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
504 | 2024-07-19T23:00:06.608Z | Compiling crc32fast v1.4.2 |
505 | 2024-07-19T23:00:06.896Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
506 | 2024-07-19T23:00:07.008Z | Compiling anstyle-query v1.1.0 |
507 | 2024-07-19T23:00:07.134Z | Compiling ipnetwork v0.20.0 |
508 | 2024-07-19T23:00:07.219Z | Compiling serde_json v1.0.120 |
509 | 2024-07-19T23:00:07.493Z | Compiling darling_macro v0.20.10 |
510 | 2024-07-19T23:00:07.563Z | Compiling postcard v1.0.8 |
511 | 2024-07-19T23:00:07.793Z | Compiling pretty-hex v0.2.1 |
512 | 2024-07-19T23:00:07.943Z | Compiling anstyle v1.0.7 |
513 | 2024-07-19T23:00:07.977Z | Compiling colorchoice v1.0.1 |
514 | 2024-07-19T23:00:07.981Z | Compiling lazy_static v1.5.0 |
515 | 2024-07-19T23:00:07.989Z | Compiling is_terminal_polyfill v1.70.0 |
516 | 2024-07-19T23:00:08.101Z | Compiling colored v2.1.0 |
517 | 2024-07-19T23:00:08.106Z | Compiling tracing v0.1.40 |
518 | 2024-07-19T23:00:08.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
519 | 2024-07-19T23:00:08.278Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
520 | 2024-07-19T23:00:08.363Z | Compiling anstream v0.6.14 |
521 | 2024-07-19T23:00:08.436Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
522 | 2024-07-19T23:00:08.516Z | Compiling darling v0.20.10 |
523 | 2024-07-19T23:00:08.538Z | Compiling terminal_size v0.3.0 |
524 | 2024-07-19T23:00:08.609Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
525 | 2024-07-19T23:00:08.718Z | Compiling socket2 v0.4.10 |
526 | 2024-07-19T23:00:08.961Z | Compiling schemars v0.8.21 |
527 | 2024-07-19T23:00:09.123Z | Compiling clap_lex v0.7.1 |
528 | 2024-07-19T23:00:09.167Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
529 | 2024-07-19T23:00:09.503Z | Compiling clap_builder v4.5.9 |
530 | 2024-07-19T23:00:09.686Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
531 | 2024-07-19T23:00:10.673Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
532 | 2024-07-19T23:00:12.498Z | Compiling clap v4.5.9 |
533 | 2024-07-19T23:00:12.667Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
534 | 2024-07-19T23:00:12.980Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
535 | 2024-07-19T23:00:15.978Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
536 | 2024-07-19T23:00:19.650Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
537 | 2024-07-19T23:00:24.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.58s |
538 | 2024-07-19T23:00:24.295Z | |
539 | 2024-07-19T23:00:24.295Z | real 23.649171299 |
540 | 2024-07-19T23:00:24.295Z | user 1:49.410825960 |
541 | 2024-07-19T23:00:24.295Z | sys 23.031512771 |
542 | 2024-07-19T23:00:24.295Z | trap 0.060472198 |
543 | 2024-07-19T23:00:24.295Z | tflt 0.106921048 |
544 | 2024-07-19T23:00:24.295Z | dflt 0.439665912 |
545 | 2024-07-19T23:00:24.295Z | kflt 0.000000000 |
546 | 2024-07-19T23:00:24.295Z | lock 3:00.588492938 |
547 | 2024-07-19T23:00:24.295Z | slp 5:59.287891458 |
548 | 2024-07-19T23:00:24.295Z | lat 3.670591937 |
549 | 2024-07-19T23:00:24.295Z | stop 4.205441822 |
550 | 2024-07-19T23:00:24.298Z | + header 'release build' |
551 | 2024-07-19T23:00:24.298Z | + echo '# ==== release build ==== #' |
552 | 2024-07-19T23:00:24.298Z | # ==== release build ==== # |
553 | 2024-07-19T23:00:24.298Z | + ptime -m cargo build --release |
554 | 2024-07-19T23:00:24.483Z | Compiling proc-macro2 v1.0.86 |
555 | 2024-07-19T23:00:24.483Z | Compiling unicode-ident v1.0.12 |
556 | 2024-07-19T23:00:24.483Z | Compiling libc v0.2.155 |
557 | 2024-07-19T23:00:24.483Z | Compiling cfg-if v1.0.0 |
558 | 2024-07-19T23:00:24.486Z | Compiling serde v1.0.204 |
559 | 2024-07-19T23:00:24.486Z | Compiling syn v1.0.109 |
560 | 2024-07-19T23:00:24.486Z | Compiling hashbrown v0.14.5 |
561 | 2024-07-19T23:00:24.486Z | Compiling byteorder v1.5.0 |
562 | 2024-07-19T23:00:24.578Z | Compiling anyhow v1.0.86 |
563 | 2024-07-19T23:00:24.654Z | Compiling equivalent v1.0.1 |
564 | 2024-07-19T23:00:24.743Z | Compiling autocfg v1.3.0 |
565 | 2024-07-19T23:00:24.849Z | Compiling toml_datetime v0.6.6 |
566 | 2024-07-19T23:00:25.031Z | Compiling strsim v0.11.1 |
567 | 2024-07-19T23:00:25.096Z | Compiling winnow v0.5.40 |
568 | 2024-07-19T23:00:25.112Z | Compiling parking_lot_core v0.9.10 |
569 | 2024-07-19T23:00:25.208Z | Compiling heapless v0.8.0 |
570 | 2024-07-19T23:00:25.462Z | Compiling lock_api v0.4.12 |
571 | 2024-07-19T23:00:25.541Z | Compiling fnv v1.0.7 |
572 | 2024-07-19T23:00:25.650Z | Compiling ident_case v1.0.1 |
573 | 2024-07-19T23:00:25.726Z | Compiling hash32 v0.3.1 |
574 | 2024-07-19T23:00:25.794Z | Compiling indexmap v2.2.6 |
575 | 2024-07-19T23:00:25.822Z | Compiling smoltcp v0.11.0 |
576 | 2024-07-19T23:00:25.911Z | Compiling quote v1.0.36 |
577 | 2024-07-19T23:00:25.917Z | Compiling smallvec v1.13.2 |
578 | 2024-07-19T23:00:26.002Z | Compiling serde_json v1.0.120 |
579 | 2024-07-19T23:00:26.382Z | Compiling syn v2.0.71 |
580 | 2024-07-19T23:00:26.519Z | Compiling scopeguard v1.2.0 |
581 | 2024-07-19T23:00:26.576Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
582 | 2024-07-19T23:00:26.629Z | Compiling once_cell v1.19.0 |
583 | 2024-07-19T23:00:26.635Z | Compiling dyn-clone v1.0.17 |
584 | 2024-07-19T23:00:26.829Z | Compiling stable_deref_trait v1.2.0 |
585 | 2024-07-19T23:00:27.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
586 | 2024-07-19T23:00:27.186Z | Compiling embedded-io v0.4.0 |
587 | 2024-07-19T23:00:27.335Z | Compiling managed v0.8.0 |
588 | 2024-07-19T23:00:27.374Z | Compiling thiserror v1.0.62 |
589 | 2024-07-19T23:00:27.385Z | Compiling itoa v1.0.11 |
590 | 2024-07-19T23:00:27.591Z | Compiling ryu v1.0.18 |
591 | 2024-07-19T23:00:27.807Z | Compiling rustix v0.38.34 |
592 | 2024-07-19T23:00:27.826Z | Compiling pin-project-lite v0.2.14 |
593 | 2024-07-19T23:00:27.918Z | Compiling bitflags v1.3.2 |
594 | 2024-07-19T23:00:27.924Z | Compiling schemars v0.8.21 |
595 | 2024-07-19T23:00:27.995Z | Compiling version_check v0.9.4 |
596 | 2024-07-19T23:00:28.001Z | Compiling cobs v0.2.3 |
597 | 2024-07-19T23:00:28.329Z | Compiling parking_lot v0.12.3 |
598 | 2024-07-19T23:00:28.417Z | Compiling num_cpus v1.16.0 |
599 | 2024-07-19T23:00:28.522Z | Compiling mio v0.8.11 |
600 | 2024-07-19T23:00:28.597Z | Compiling signal-hook-registry v1.4.2 |
601 | 2024-07-19T23:00:28.621Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
602 | 2024-07-19T23:00:28.948Z | Compiling toml_edit v0.19.15 |
603 | 2024-07-19T23:00:29.009Z | Compiling socket2 v0.5.7 |
604 | 2024-07-19T23:00:29.937Z | Compiling errno v0.3.9 |
605 | 2024-07-19T23:00:30.070Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
606 | 2024-07-19T23:00:30.125Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
607 | 2024-07-19T23:00:30.153Z | Compiling bytes v1.6.1 |
608 | 2024-07-19T23:00:30.249Z | Compiling utf8parse v0.2.2 |
609 | 2024-07-19T23:00:30.381Z | Compiling bitflags v2.6.0 |
610 | 2024-07-19T23:00:30.391Z | Compiling memchr v2.7.4 |
611 | 2024-07-19T23:00:30.682Z | Compiling either v1.13.0 |
612 | 2024-07-19T23:00:30.914Z | Compiling unicode-width v0.1.13 |
613 | 2024-07-19T23:00:31.069Z | Compiling foreign-types-shared v0.3.1 |
614 | 2024-07-19T23:00:31.163Z | Compiling tabwriter v1.4.0 |
615 | 2024-07-19T23:00:31.169Z | Compiling itertools v0.12.1 |
616 | 2024-07-19T23:00:31.661Z | Compiling proc-macro-crate v1.3.1 |
617 | 2024-07-19T23:00:31.873Z | Compiling cstr-argument v0.1.2 |
618 | 2024-07-19T23:00:32.213Z | Compiling tracing-core v0.1.32 |
619 | 2024-07-19T23:00:32.499Z | Compiling anstyle-parse v0.2.4 |
620 | 2024-07-19T23:00:32.852Z | Compiling darling_core v0.20.10 |
621 | 2024-07-19T23:00:33.748Z | Compiling serde_derive_internals v0.29.1 |
622 | 2024-07-19T23:00:34.463Z | Compiling crc32fast v1.4.2 |
623 | 2024-07-19T23:00:34.546Z | Compiling colorchoice v1.0.1 |
624 | 2024-07-19T23:00:34.682Z | Compiling pretty-hex v0.2.1 |
625 | 2024-07-19T23:00:34.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
626 | 2024-07-19T23:00:34.859Z | Compiling anstyle-query v1.1.0 |
627 | 2024-07-19T23:00:34.989Z | Compiling is_terminal_polyfill v1.70.0 |
628 | 2024-07-19T23:00:35.091Z | Compiling lazy_static v1.5.0 |
629 | 2024-07-19T23:00:35.098Z | Compiling anstyle v1.0.7 |
630 | 2024-07-19T23:00:35.178Z | Compiling colored v2.1.0 |
631 | 2024-07-19T23:00:35.598Z | Compiling anstream v0.6.14 |
632 | 2024-07-19T23:00:35.869Z | Compiling terminal_size v0.3.0 |
633 | 2024-07-19T23:00:35.996Z | Compiling socket2 v0.4.10 |
634 | 2024-07-19T23:00:36.049Z | Compiling heck v0.5.0 |
635 | 2024-07-19T23:00:36.291Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
636 | 2024-07-19T23:00:36.475Z | Compiling clap_lex v0.7.1 |
637 | 2024-07-19T23:00:36.615Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
638 | 2024-07-19T23:00:37.105Z | Compiling clap_builder v4.5.9 |
639 | 2024-07-19T23:00:37.746Z | Compiling serde_derive v1.0.204 |
640 | 2024-07-19T23:00:37.755Z | Compiling num_enum_derive v0.5.11 |
641 | 2024-07-19T23:00:37.813Z | Compiling thiserror-impl v1.0.62 |
642 | 2024-07-19T23:00:37.849Z | Compiling zerocopy-derive v0.7.35 |
643 | 2024-07-19T23:00:37.937Z | Compiling tokio-macros v2.3.0 |
644 | 2024-07-19T23:00:38.033Z | Compiling darling_macro v0.20.10 |
645 | 2024-07-19T23:00:38.061Z | Compiling schemars_derive v0.8.21 |
646 | 2024-07-19T23:00:39.015Z | Compiling darling v0.20.10 |
647 | 2024-07-19T23:00:39.114Z | Compiling foreign-types-macros v0.2.3 |
648 | 2024-07-19T23:00:39.465Z | Compiling tokio v1.38.0 |
649 | 2024-07-19T23:00:39.873Z | Compiling zerocopy v0.7.35 |
650 | 2024-07-19T23:00:40.086Z | Compiling num_enum v0.5.11 |
651 | 2024-07-19T23:00:40.225Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
652 | 2024-07-19T23:00:40.371Z | Compiling foreign-types v0.5.0 |
653 | 2024-07-19T23:00:40.457Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
654 | 2024-07-19T23:00:40.813Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
655 | 2024-07-19T23:00:41.074Z | Compiling tracing-attributes v0.1.27 |
656 | 2024-07-19T23:00:41.332Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
657 | 2024-07-19T23:00:41.474Z | Compiling clap_derive v4.5.8 |
658 | 2024-07-19T23:00:44.094Z | Compiling tracing v0.1.40 |
659 | 2024-07-19T23:00:45.791Z | Compiling clap v4.5.9 |
660 | 2024-07-19T23:00:47.223Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
661 | 2024-07-19T23:00:48.873Z | Compiling ipnetwork v0.20.0 |
662 | 2024-07-19T23:00:48.873Z | Compiling postcard v1.0.8 |
663 | 2024-07-19T23:00:49.591Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
664 | 2024-07-19T23:00:52.190Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
665 | 2024-07-19T23:00:55.547Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
666 | 2024-07-19T23:00:57.480Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
667 | 2024-07-19T23:01:36.450Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 12s |
668 | 2024-07-19T23:01:36.484Z | |
669 | 2024-07-19T23:01:36.484Z | real 1:12.170204155 |
670 | 2024-07-19T23:01:36.484Z | user 4:03.418304696 |
671 | 2024-07-19T23:01:36.487Z | sys 39.943722520 |
672 | 2024-07-19T23:01:36.487Z | trap 0.111658549 |
673 | 2024-07-19T23:01:36.487Z | tflt 0.158269114 |
674 | 2024-07-19T23:01:36.487Z | dflt 0.604374463 |
675 | 2024-07-19T23:01:36.487Z | kflt 0.000071071 |
676 | 2024-07-19T23:01:36.487Z | lock 9:27.386992791 |
677 | 2024-07-19T23:01:36.487Z | slp 12:46.317096451 |
678 | 2024-07-19T23:01:36.487Z | lat 7.984941127 |
679 | 2024-07-19T23:01:36.487Z | stop 12.244167190 |
680 | 2024-07-19T23:01:36.487Z | + popd |
681 | 2024-07-19T23:01:36.487Z | /work/oxidecomputer/opte |
682 | 2024-07-19T23:01:36.487Z | + for x in debug release |
683 | 2024-07-19T23:01:36.487Z | + mkdir -p /work/debug |
684 | 2024-07-19T23:01:36.488Z | + cp target/debug/opteadm /work/debug/ |
685 | 2024-07-19T23:01:36.550Z | + sha256sum target/debug/opteadm |
686 | 2024-07-19T23:01:36.604Z | + for x in debug release |
687 | 2024-07-19T23:01:36.604Z | + mkdir -p /work/release |
688 | 2024-07-19T23:01:36.607Z | + cp target/release/opteadm /work/release/ |
689 | 2024-07-19T23:01:36.624Z | + sha256sum target/release/opteadm |
690 | 2024-07-19T23:01:36.641Z | process exited: duration 152031 ms, exit code 0 |
|
691 | 2024-07-19T23:01:36.647Z | found 4 output files |
692 | 2024-07-19T23:01:36.647Z | uploading: /work/debug/opteadm (67122296 bytes) |
693 | 2024-07-19T23:01:38.676Z | uploaded: /work/debug/opteadm |
694 | 2024-07-19T23:01:38.676Z | uploading: /work/debug/opteadm.debug.sha256 (87 bytes) |
695 | 2024-07-19T23:01:39.684Z | uploaded: /work/debug/opteadm.debug.sha256 |
696 | 2024-07-19T23:01:39.684Z | uploading: /work/release/opteadm (17116168 bytes) |
697 | 2024-07-19T23:01:41.085Z | uploaded: /work/release/opteadm |
698 | 2024-07-19T23:01:41.087Z | uploading: /work/release/opteadm.release.sha256 (89 bytes) |
699 | 2024-07-19T23:01:42.094Z | uploaded: /work/release/opteadm.release.sha256 |