|
|
|
1 | 2024-07-19T22:58:49.250Z | job assigned to worker 01J36KEGD8DZQXF84W0K3EFPK1 (queued for 1 m 5 s) |
|
2 | 2024-07-19T22:58:57.003Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:57.062Z | ++ uname -s |
4 | 2024-07-19T22:58:57.064Z | + kern=SunOS |
5 | 2024-07-19T22:58:57.065Z | + case "$kern" in |
6 | 2024-07-19T22:58:57.065Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:57.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:59.085Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:59.197Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:59.199Z | + home_fs=zfs |
11 | 2024-07-19T22:58:59.200Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:59.200Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:59.202Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:59:01.203Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:59:01.206Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2024-07-19T22:59:01.213Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:59:01.218Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:59:01.218Z | ' nightly-2024-06-27 |
19 | 2024-07-19T22:59:01.218Z | * toolchain channel = "nightly-2024-06-27" |
20 | 2024-07-19T22:59:01.218Z | * toolchain profile = "default" |
21 | 2024-07-19T22:59:01.218Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-19T22:59:01.218Z | ' default |
23 | 2024-07-19T22:59:01.221Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:59:01.221Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:59:01.514Z | info: downloading installer |
26 | 2024-07-19T22:59:02.810Z | info: profile set to 'default' |
27 | 2024-07-19T22:59:02.810Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:59:02.810Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:59:02.949Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:59:02.949Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:59:03.666Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:59:03.927Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:59:04.911Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:59:06.416Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:59:10.211Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:59:10.419Z | info: installing component 'cargo' |
37 | 2024-07-19T22:59:11.263Z | info: installing component 'clippy' |
38 | 2024-07-19T22:59:11.644Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:59:13.230Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:59:14.977Z | info: installing component 'rustc' |
41 | 2024-07-19T22:59:19.238Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:59:19.581Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:59:19.581Z | |
44 | 2024-07-19T22:59:19.871Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:59:19.871Z | |
46 | 2024-07-19T22:59:19.874Z | |
47 | 2024-07-19T22:59:19.874Z | Rust is installed now. Great! |
48 | 2024-07-19T22:59:19.874Z | |
49 | 2024-07-19T22:59:19.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:59:19.875Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:59:19.875Z | |
52 | 2024-07-19T22:59:19.875Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:59:19.875Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:59:19.875Z | |
55 | 2024-07-19T22:59:19.875Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:59:19.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:59:19.875Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:59:19.975Z | + rustc --version |
59 | 2024-07-19T22:59:20.045Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:59:20.048Z | process exited: duration 18833 ms, exit code 0 |
|
61 | 2024-07-19T22:59:20.054Z | starting task 2: "authentication" |
62 | 2024-07-19T22:59:20.074Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-19T22:59:20.079Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:59:20.084Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:59:20.087Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:59:20.364Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:59:21.829Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:59:21.829Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:59:22.063Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:59:22.063Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:59:22.070Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:59:22.073Z | ++ git branch --show-current |
73 | 2024-07-19T22:59:22.075Z | + current=master |
74 | 2024-07-19T22:59:22.075Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:59:22.076Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:59:22.078Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:59:22.100Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:59:22.102Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:59:22.122Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:59:22.125Z | process exited: duration 2042 ms, exit code 0 |
|
81 | 2024-07-19T22:59:22.131Z | starting task 4: "build" |
82 | 2024-07-19T22:59:22.136Z | + TGT_BASE=/work |
83 | 2024-07-19T22:59:22.136Z | + DBG_SRC=target/x86_64-illumos/debug |
84 | 2024-07-19T22:59:22.136Z | + DBG_LINK_SRC=target/i686-unknown-illumos/debug |
85 | 2024-07-19T22:59:22.136Z | + DBG_TGT=/work/debug |
86 | 2024-07-19T22:59:22.136Z | + REL_SRC=target/x86_64-illumos/release |
87 | 2024-07-19T22:59:22.136Z | + REL_LINK_SRC=target/i686-unknown-illumos/release |
88 | 2024-07-19T22:59:22.136Z | + REL_TGT=/work/release |
89 | 2024-07-19T22:59:22.136Z | + mkdir -p /work/debug /work/release |
90 | 2024-07-19T22:59:22.139Z | + cargo --version |
91 | 2024-07-19T22:59:22.142Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
92 | 2024-07-19T22:59:22.311Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
93 | 2024-07-19T22:59:22.311Z | info: downloading component 'cargo' |
94 | 2024-07-19T22:59:23.288Z | info: downloading component 'clippy' |
95 | 2024-07-19T22:59:23.614Z | info: downloading component 'rust-docs' |
96 | 2024-07-19T22:59:24.928Z | info: downloading component 'rust-std' |
97 | 2024-07-19T22:59:26.825Z | info: downloading component 'rustc' |
98 | 2024-07-19T22:59:32.138Z | info: downloading component 'rustfmt' |
99 | 2024-07-19T22:59:32.419Z | info: installing component 'cargo' |
100 | 2024-07-19T22:59:33.273Z | info: installing component 'clippy' |
101 | 2024-07-19T22:59:33.631Z | info: installing component 'rust-docs' |
102 | 2024-07-19T22:59:35.165Z | info: installing component 'rust-std' |
103 | 2024-07-19T22:59:36.757Z | info: installing component 'rustc' |
104 | 2024-07-19T22:59:40.981Z | info: installing component 'rustfmt' |
105 | 2024-07-19T22:59:41.385Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
106 | 2024-07-19T22:59:41.388Z | + rustc --version |
107 | 2024-07-19T22:59:41.478Z | rustc 1.79.0 (129f3b996 2024-06-10) |
108 | 2024-07-19T22:59:41.485Z | + install_pkg jq |
109 | 2024-07-19T22:59:41.488Z | + set +o errexit |
110 | 2024-07-19T22:59:41.488Z | + pfexec pkg install jq |
111 | 2024-07-19T22:59:52.449Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-07-19T22:59:54.569Z | Startup: Caching catalogs ... Done |
113 | 2024-07-19T22:59:57.737Z | Planning: Solver setup ... Done |
114 | 2024-07-19T22:59:57.786Z | Planning: Running solver ... Done |
115 | 2024-07-19T22:59:57.831Z | Planning: Consolidating action changes ... Done |
116 | 2024-07-19T22:59:57.831Z | Planning: Evaluating mediators ... Done |
117 | 2024-07-19T22:59:57.834Z | Planning: Planning completed in 3.19 seconds |
118 | 2024-07-19T22:59:57.856Z | No updates necessary for this image. |
119 | 2024-07-19T22:59:58.302Z | + exit_code=4 |
120 | 2024-07-19T22:59:58.302Z | + [[ 4 -ne 0 ]] |
121 | 2024-07-19T22:59:58.302Z | + [[ 4 -ne 4 ]] |
122 | 2024-07-19T22:59:58.302Z | + set -o errexit |
123 | 2024-07-19T22:59:58.306Z | + install_pkg clang-15 |
124 | 2024-07-19T22:59:58.306Z | + set +o errexit |
125 | 2024-07-19T22:59:58.306Z | + pfexec pkg install clang-15 |
126 | 2024-07-19T22:59:58.703Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-07-19T23:00:01.823Z | Planning: Solver setup ... Done |
128 | 2024-07-19T23:00:01.875Z | Planning: Running solver ... Done |
129 | 2024-07-19T23:00:01.922Z | Planning: Finding local manifests ... Done |
130 | 2024-07-19T23:00:01.925Z | Planning: Fetching manifests: 0/2 0% complete |
131 | 2024-07-19T23:00:02.205Z | Planning: Fetching manifests: 2/2 100% complete |
132 | 2024-07-19T23:00:02.251Z | Planning: Package planning ... Done |
133 | 2024-07-19T23:00:02.298Z | Planning: Merging actions ... Done |
134 | 2024-07-19T23:00:02.900Z | Planning: Checking for conflicting actions ... Done |
135 | 2024-07-19T23:00:02.910Z | Planning: Consolidating action changes ... Done |
136 | 2024-07-19T23:00:07.101Z | Planning: Evaluating mediators ... Done |
137 | 2024-07-19T23:00:07.111Z | Planning: Planning completed in 8.41 seconds |
138 | 2024-07-19T23:00:07.188Z | Packages to install: 2 |
139 | 2024-07-19T23:00:07.188Z | Mediators to change: 2 |
140 | 2024-07-19T23:00:07.188Z | Services to change: 1 |
141 | 2024-07-19T23:00:07.192Z | Create boot environment: No |
142 | 2024-07-19T23:00:07.192Z | Create backup boot environment: No |
143 | 2024-07-19T23:00:07.324Z | |
144 | 2024-07-19T23:00:07.324Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
145 | 2024-07-19T23:00:12.323Z | Download: 973/3076 items 52.9/211.3MB 25% complete (10.6M/s) |
146 | 2024-07-19T23:00:19.655Z | Download: 2010/3076 items 117.9/211.3MB 55% complete (13.1M/s) |
147 | 2024-07-19T23:00:22.669Z | Download: 3034/3076 items 188.9/211.3MB 89% complete (14.8M/s) |
148 | 2024-07-19T23:00:24.857Z | Download: Completed 211.31 MB in 17.53 seconds (12.1M/s) |
149 | 2024-07-19T23:00:25.225Z | Actions: 1/3418 actions (Installing new actions) |
150 | 2024-07-19T23:00:30.179Z | Actions: Completed 3418 actions in 4.95 seconds. |
151 | 2024-07-19T23:00:30.397Z | Done |
152 | 2024-07-19T23:00:30.397Z | Done |
153 | 2024-07-19T23:00:30.735Z | Done |
154 | 2024-07-19T23:00:36.041Z | Done |
155 | 2024-07-19T23:00:36.215Z | Done |
156 | 2024-07-19T23:00:36.217Z | Done |
157 | 2024-07-19T23:00:36.378Z | Done |
158 | 2024-07-19T23:00:36.499Z | + exit_code=0 |
159 | 2024-07-19T23:00:36.499Z | + [[ 0 -ne 0 ]] |
160 | 2024-07-19T23:00:36.499Z | + set -o errexit |
161 | 2024-07-19T23:00:36.502Z | + pushd xde |
162 | 2024-07-19T23:00:36.502Z | + cp xde.conf /work/xde.conf |
163 | 2024-07-19T23:00:36.502Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
164 | 2024-07-19T23:00:36.505Z | + header analyze |
165 | 2024-07-19T23:00:36.505Z | + echo '# ==== analyze ==== #' |
166 | 2024-07-19T23:00:36.505Z | # ==== analyze ==== # |
167 | 2024-07-19T23:00:36.505Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
168 | 2024-07-19T23:00:36.778Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
169 | 2024-07-19T23:00:36.897Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
170 | 2024-07-19T23:00:36.921Z | info: component 'clippy' for target 'x86_64-unknown-illumos' is up to date |
171 | 2024-07-19T23:00:36.921Z | info: component 'rustfmt' for target 'x86_64-unknown-illumos' is up to date |
172 | 2024-07-19T23:00:36.923Z | info: downloading component 'rust-src' |
173 | 2024-07-19T23:00:37.084Z | info: installing component 'rust-src' |
174 | 2024-07-19T23:00:37.844Z | Updating crates.io index |
175 | 2024-07-19T23:00:37.847Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
176 | 2024-07-19T23:00:38.556Z | From https://github.com/oxidecomputer/falcon |
177 | 2024-07-19T23:00:38.556Z | * [new ref] 84b8147e03290fa96d8693e5b668e6d032542907 -> refs/commit/84b8147e03290fa96d8693e5b668e6d032542907 |
178 | 2024-07-19T23:00:38.758Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
179 | 2024-07-19T23:00:39.373Z | From https://github.com/oxidecomputer/illumos-rs |
180 | 2024-07-19T23:00:39.373Z | * [new ref] 7e45ccadc25809f4f009d9466d77442617041c6d -> refs/commit/7e45ccadc25809f4f009d9466d77442617041c6d |
181 | 2024-07-19T23:00:39.406Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
182 | 2024-07-19T23:00:39.740Z | From https://github.com/oxidecomputer/poptrie |
183 | 2024-07-19T23:00:39.740Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
184 | 2024-07-19T23:00:39.769Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
185 | 2024-07-19T23:00:40.196Z | From https://github.com/oxidecomputer/netadm-sys |
186 | 2024-07-19T23:00:40.196Z | * [new ref] b76542f77c566690cda628b1f86bfb2021a1a066 -> refs/commit/b76542f77c566690cda628b1f86bfb2021a1a066 |
187 | 2024-07-19T23:00:40.219Z | Updating git repository `https://github.com/oxidecomputer/zone` |
188 | 2024-07-19T23:00:40.582Z | From https://github.com/oxidecomputer/zone |
189 | 2024-07-19T23:00:40.582Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
190 | 2024-07-19T23:00:40.729Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
191 | 2024-07-19T23:00:41.111Z | From https://github.com/oxidecomputer/dlpi-sys |
192 | 2024-07-19T23:00:41.111Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
193 | 2024-07-19T23:00:41.129Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
194 | 2024-07-19T23:00:41.502Z | From https://github.com/jmesmon/rust-libzfs |
195 | 2024-07-19T23:00:41.502Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
196 | 2024-07-19T23:00:41.517Z | * [new tag] v0.4.0 -> v0.4.0 |
197 | 2024-07-19T23:00:41.532Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
198 | 2024-07-19T23:00:41.915Z | From https://github.com/oxidecomputer/oxnet |
199 | 2024-07-19T23:00:41.915Z | * [new ref] f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 -> refs/commit/f37a7aaf5ca96d87af5f8194c19b20e276b5d5e1 |
200 | 2024-07-19T23:00:41.925Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
201 | 2024-07-19T23:00:42.324Z | From https://github.com/oxidecomputer/rusty-doors |
202 | 2024-07-19T23:00:42.324Z | * [new ref] 42ad0104095425eea76934b5d735b4c6a438ef66 -> refs/commit/42ad0104095425eea76934b5d735b4c6a438ef66 |
203 | 2024-07-19T23:00:42.936Z | Downloading crates ... |
204 | 2024-07-19T23:00:43.039Z | Downloaded byteorder v1.5.0 |
205 | 2024-07-19T23:00:43.045Z | Downloaded bitflags v1.3.2 |
206 | 2024-07-19T23:00:43.049Z | Downloaded cexpr v0.6.0 |
207 | 2024-07-19T23:00:43.052Z | Downloaded darling_macro v0.20.10 |
208 | 2024-07-19T23:00:43.061Z | Downloaded peeking_take_while v0.1.2 |
209 | 2024-07-19T23:00:43.078Z | Downloaded hash32 v0.3.1 |
210 | 2024-07-19T23:00:43.081Z | Downloaded proc-macro-error-attr v1.0.4 |
211 | 2024-07-19T23:00:43.081Z | Downloaded which v4.4.2 |
212 | 2024-07-19T23:00:43.083Z | Downloaded lazycell v1.3.0 |
213 | 2024-07-19T23:00:43.083Z | Downloaded fnv v1.0.7 |
214 | 2024-07-19T23:00:43.086Z | Downloaded dyn-clone v1.0.17 |
215 | 2024-07-19T23:00:43.086Z | Downloaded cfg-if v1.0.0 |
216 | 2024-07-19T23:00:43.088Z | Downloaded home v0.5.9 |
217 | 2024-07-19T23:00:43.098Z | Downloaded strsim v0.11.1 |
218 | 2024-07-19T23:00:43.100Z | Downloaded managed v0.8.0 |
219 | 2024-07-19T23:00:43.100Z | Downloaded defmt-macros v0.3.9 |
220 | 2024-07-19T23:00:43.103Z | Downloaded cobs v0.2.3 |
221 | 2024-07-19T23:00:43.113Z | Downloaded ident_case v1.0.1 |
222 | 2024-07-19T23:00:43.123Z | Downloaded libloading v0.8.4 |
223 | 2024-07-19T23:00:43.126Z | Downloaded embedded-io v0.4.0 |
224 | 2024-07-19T23:00:43.129Z | Downloaded bitflags v2.6.0 |
225 | 2024-07-19T23:00:43.132Z | Downloaded serde_tokenstream v0.2.1 |
226 | 2024-07-19T23:00:43.135Z | Downloaded either v1.13.0 |
227 | 2024-07-19T23:00:43.137Z | Downloaded rustc-hash v1.1.0 |
228 | 2024-07-19T23:00:43.137Z | Downloaded lazy_static v1.5.0 |
229 | 2024-07-19T23:00:43.137Z | Downloaded defmt-parser v0.3.4 |
230 | 2024-07-19T23:00:43.140Z | Downloaded errno v0.3.9 |
231 | 2024-07-19T23:00:43.140Z | Downloaded darling v0.20.10 |
232 | 2024-07-19T23:00:43.144Z | Downloaded quote v1.0.36 |
233 | 2024-07-19T23:00:43.146Z | Downloaded anyhow v1.0.86 |
234 | 2024-07-19T23:00:43.150Z | Downloaded thiserror v1.0.62 |
235 | 2024-07-19T23:00:43.155Z | Downloaded version_check v0.9.4 |
236 | 2024-07-19T23:00:43.157Z | Downloaded shlex v1.3.0 |
237 | 2024-07-19T23:00:43.157Z | Downloaded stable_deref_trait v1.2.0 |
238 | 2024-07-19T23:00:43.160Z | Downloaded glob v0.3.1 |
239 | 2024-07-19T23:00:43.163Z | Downloaded unicode-ident v1.0.12 |
240 | 2024-07-19T23:00:43.165Z | Downloaded serde_derive v1.0.204 |
241 | 2024-07-19T23:00:43.171Z | Downloaded crc32fast v1.4.2 |
242 | 2024-07-19T23:00:43.185Z | Downloaded thiserror-impl v1.0.62 |
243 | 2024-07-19T23:00:43.195Z | Downloaded prettyplease v0.2.20 |
244 | 2024-07-19T23:00:43.198Z | Downloaded zerocopy-derive v0.7.35 |
245 | 2024-07-19T23:00:43.202Z | Downloaded proc-macro-error v1.0.4 |
246 | 2024-07-19T23:00:43.206Z | Downloaded clang-sys v1.8.1 |
247 | 2024-07-19T23:00:43.208Z | Downloaded log v0.4.22 |
248 | 2024-07-19T23:00:43.226Z | Downloaded defmt v0.3.8 |
249 | 2024-07-19T23:00:43.229Z | Downloaded postcard v1.0.8 |
250 | 2024-07-19T23:00:43.243Z | Downloaded proc-macro2 v1.0.86 |
251 | 2024-07-19T23:00:43.254Z | Downloaded serde v1.0.204 |
252 | 2024-07-19T23:00:43.267Z | Downloaded darling_core v0.20.10 |
253 | 2024-07-19T23:00:43.271Z | Downloaded heapless v0.8.0 |
254 | 2024-07-19T23:00:43.275Z | Downloaded regex-lite v0.1.6 |
255 | 2024-07-19T23:00:43.278Z | Downloaded minimal-lexical v0.2.1 |
256 | 2024-07-19T23:00:43.284Z | Downloaded memchr v2.7.4 |
257 | 2024-07-19T23:00:43.308Z | Downloaded nom v7.1.3 |
258 | 2024-07-19T23:00:43.318Z | Downloaded itertools v0.12.1 |
259 | 2024-07-19T23:00:43.338Z | Downloaded zerocopy v0.7.35 |
260 | 2024-07-19T23:00:43.353Z | Downloaded aho-corasick v1.1.3 |
261 | 2024-07-19T23:00:43.366Z | Downloaded bindgen v0.68.1 |
262 | 2024-07-19T23:00:43.398Z | Downloaded syn v1.0.109 |
263 | 2024-07-19T23:00:43.415Z | Downloaded regex v1.10.5 |
264 | 2024-07-19T23:00:43.428Z | Downloaded syn v2.0.71 |
265 | 2024-07-19T23:00:43.437Z | Downloaded rustix v0.38.34 |
266 | 2024-07-19T23:00:43.457Z | Downloaded smoltcp v0.11.0 |
267 | 2024-07-19T23:00:43.469Z | Downloaded regex-syntax v0.8.4 |
268 | 2024-07-19T23:00:43.489Z | Downloaded regex-automata v0.4.7 |
269 | 2024-07-19T23:00:43.505Z | Downloaded libc v0.2.155 |
270 | 2024-07-19T23:00:43.551Z | Updating crates.io index |
271 | 2024-07-19T23:00:43.597Z | Downloading crates ... |
272 | 2024-07-19T23:00:43.644Z | Downloaded addr2line v0.22.0 |
273 | 2024-07-19T23:00:43.659Z | Downloaded miniz_oxide v0.7.4 |
274 | 2024-07-19T23:00:43.662Z | Downloaded adler v1.0.2 |
275 | 2024-07-19T23:00:43.670Z | Downloaded getopts v0.2.21 |
276 | 2024-07-19T23:00:43.673Z | Downloaded rustc-demangle v0.1.24 |
277 | 2024-07-19T23:00:43.688Z | Downloaded memchr v2.5.0 |
278 | 2024-07-19T23:00:43.694Z | Downloaded allocator-api2 v0.2.18 |
279 | 2024-07-19T23:00:43.723Z | Downloaded hashbrown v0.14.5 |
280 | 2024-07-19T23:00:43.729Z | Downloaded compiler_builtins v0.1.109 |
281 | 2024-07-19T23:00:44.749Z | Downloaded gimli v0.29.0 |
282 | 2024-07-19T23:00:44.752Z | Downloaded object v0.36.0 |
283 | 2024-07-19T23:00:44.752Z | Downloaded unicode-width v0.1.13 |
284 | 2024-07-19T23:00:44.752Z | Compiling compiler_builtins v0.1.109 |
285 | 2024-07-19T23:00:44.752Z | Compiling proc-macro2 v1.0.86 |
286 | 2024-07-19T23:00:44.752Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
287 | 2024-07-19T23:00:44.752Z | Compiling unicode-ident v1.0.12 |
288 | 2024-07-19T23:00:44.752Z | Compiling libc v0.2.155 |
289 | 2024-07-19T23:00:44.752Z | Compiling glob v0.3.1 |
290 | 2024-07-19T23:00:44.752Z | Compiling prettyplease v0.2.20 |
291 | 2024-07-19T23:00:44.752Z | Compiling rustix v0.38.34 |
292 | 2024-07-19T23:00:44.752Z | Compiling memchr v2.7.4 |
293 | 2024-07-19T23:00:44.941Z | Compiling clang-sys v1.8.1 |
294 | 2024-07-19T23:00:45.499Z | Compiling regex-syntax v0.8.4 |
295 | 2024-07-19T23:00:47.494Z | Compiling bitflags v2.6.0 |
296 | 2024-07-19T23:00:47.557Z | Compiling minimal-lexical v0.2.1 |
297 | 2024-07-19T23:00:47.570Z | Compiling cfg-if v1.0.0 |
298 | 2024-07-19T23:00:47.606Z | Compiling anyhow v1.0.86 |
299 | 2024-07-19T23:00:47.646Z | Compiling libloading v0.8.4 |
300 | 2024-07-19T23:00:47.936Z | Compiling regex-automata v0.4.7 |
301 | 2024-07-19T23:00:48.104Z | Compiling nom v7.1.3 |
302 | 2024-07-19T23:00:48.118Z | Compiling bindgen v0.68.1 |
303 | 2024-07-19T23:00:48.355Z | Compiling either v1.13.0 |
304 | 2024-07-19T23:00:48.744Z | Compiling quote v1.0.36 |
305 | 2024-07-19T23:00:48.785Z | Compiling errno v0.3.9 |
306 | 2024-07-19T23:00:49.198Z | Compiling syn v2.0.71 |
307 | 2024-07-19T23:00:49.558Z | Compiling home v0.5.9 |
308 | 2024-07-19T23:00:50.037Z | Compiling rustc-hash v1.1.0 |
309 | 2024-07-19T23:00:50.187Z | Compiling peeking_take_while v0.1.2 |
310 | 2024-07-19T23:00:50.309Z | Compiling shlex v1.3.0 |
311 | 2024-07-19T23:00:50.783Z | Compiling which v4.4.2 |
312 | 2024-07-19T23:00:51.359Z | Compiling regex v1.10.5 |
313 | 2024-07-19T23:00:51.549Z | Compiling cexpr v0.6.0 |
314 | 2024-07-19T23:00:51.995Z | Compiling lazycell v1.3.0 |
315 | 2024-07-19T23:00:52.129Z | Compiling lazy_static v1.5.0 |
316 | 2024-07-19T23:00:52.156Z | Compiling log v0.4.22 |
317 | 2024-07-19T23:00:52.581Z | Compiling serde v1.0.204 |
318 | 2024-07-19T23:00:52.642Z | Compiling fnv v1.0.7 |
319 | 2024-07-19T23:00:53.319Z | Compiling strsim v0.11.1 |
320 | 2024-07-19T23:00:53.343Z | Compiling ident_case v1.0.1 |
321 | 2024-07-19T23:00:53.469Z | Compiling heapless v0.8.0 |
322 | 2024-07-19T23:00:53.574Z | Compiling smoltcp v0.11.0 |
323 | 2024-07-19T23:00:53.606Z | Compiling version_check v0.9.4 |
324 | 2024-07-19T23:00:54.469Z | Compiling regex-lite v0.1.6 |
325 | 2024-07-19T23:00:54.612Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
326 | 2024-07-19T23:00:56.213Z | Compiling darling_core v0.20.10 |
327 | 2024-07-19T23:01:01.420Z | Compiling serde_derive v1.0.204 |
328 | 2024-07-19T23:01:01.420Z | Compiling zerocopy-derive v0.7.35 |
329 | 2024-07-19T23:01:01.423Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
330 | 2024-07-19T23:01:01.704Z | Compiling darling_macro v0.20.10 |
331 | 2024-07-19T23:01:03.534Z | Compiling darling v0.20.10 |
332 | 2024-07-19T23:01:03.618Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
333 | 2024-07-19T23:01:08.477Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
334 | 2024-07-19T23:01:08.950Z | Compiling bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
335 | 2024-07-19T23:01:10.095Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
336 | 2024-07-19T23:01:12.022Z | Compiling serde_tokenstream v0.2.1 |
337 | 2024-07-19T23:01:13.621Z | Checking byteorder v1.5.0 |
338 | 2024-07-19T23:01:13.621Z | Checking stable_deref_trait v1.2.0 |
339 | 2024-07-19T23:01:13.624Z | Checking embedded-io v0.4.0 |
340 | 2024-07-19T23:01:13.624Z | Checking bitflags v1.3.2 |
341 | 2024-07-19T23:01:13.698Z | Checking managed v0.8.0 |
342 | 2024-07-19T23:01:13.733Z | Checking cobs v0.2.3 |
343 | 2024-07-19T23:01:13.746Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
344 | 2024-07-19T23:01:13.943Z | Checking hash32 v0.3.1 |
345 | 2024-07-19T23:01:14.030Z | Checking zerocopy v0.7.35 |
346 | 2024-07-19T23:01:14.088Z | Checking crc32fast v1.4.2 |
347 | 2024-07-19T23:01:14.126Z | Checking itertools v0.12.1 |
348 | 2024-07-19T23:01:14.138Z | Checking dyn-clone v1.0.17 |
349 | 2024-07-19T23:01:14.260Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
350 | 2024-07-19T23:01:17.140Z | Compiling macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
351 | 2024-07-19T23:01:17.351Z | Checking postcard v1.0.8 |
352 | 2024-07-19T23:01:17.792Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
353 | 2024-07-19T23:01:18.606Z | Checking illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
354 | 2024-07-19T23:01:18.673Z | warning: doc list item missing indentation |
355 | 2024-07-19T23:01:18.673Z | --> crates/opte-api/src/dns.rs:31:5 |
356 | 2024-07-19T23:01:18.673Z | | |
357 | 2024-07-19T23:01:18.673Z | 31 | /// and 63 octets. |
358 | 2024-07-19T23:01:18.673Z | | ^ |
359 | 2024-07-19T23:01:18.673Z | | |
360 | 2024-07-19T23:01:18.673Z | = help: if this is supposed to be its own paragraph, add a blank line |
361 | 2024-07-19T23:01:18.673Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
362 | 2024-07-19T23:01:18.673Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
363 | 2024-07-19T23:01:18.673Z | help: indent this line |
364 | 2024-07-19T23:01:18.673Z | | |
365 | 2024-07-19T23:01:18.673Z | 31 | /// and 63 octets. |
366 | 2024-07-19T23:01:18.673Z | | ++ |
367 | 2024-07-19T23:01:18.673Z | |
368 | 2024-07-19T23:01:19.088Z | warning: `opte-api` (lib) generated 1 warning |
369 | 2024-07-19T23:01:22.557Z | warning: doc list item missing indentation |
370 | 2024-07-19T23:01:22.557Z | --> lib/opte/src/engine/dhcpv6/mod.rs:57:5 |
371 | 2024-07-19T23:01:22.557Z | | |
372 | 2024-07-19T23:01:22.557Z | 57 | //! without waiting for a second ACK sequence of messages. |
373 | 2024-07-19T23:01:22.557Z | | ^ |
374 | 2024-07-19T23:01:22.557Z | | |
375 | 2024-07-19T23:01:22.557Z | = help: if this is supposed to be its own paragraph, add a blank line |
376 | 2024-07-19T23:01:22.557Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
377 | 2024-07-19T23:01:22.557Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
378 | 2024-07-19T23:01:22.557Z | help: indent this line |
379 | 2024-07-19T23:01:22.557Z | | |
380 | 2024-07-19T23:01:22.557Z | 57 | //! without waiting for a second ACK sequence of messages. |
381 | 2024-07-19T23:01:22.557Z | | ++ |
382 | 2024-07-19T23:01:22.557Z | |
383 | 2024-07-19T23:01:22.557Z | warning: doc list item missing indentation |
384 | 2024-07-19T23:01:22.557Z | --> lib/opte/src/engine/dhcpv6/mod.rs:60:5 |
385 | 2024-07-19T23:01:22.557Z | | |
386 | 2024-07-19T23:01:22.557Z | 60 | //! use. |
387 | 2024-07-19T23:01:22.557Z | | ^ |
388 | 2024-07-19T23:01:22.557Z | | |
389 | 2024-07-19T23:01:22.557Z | = help: if this is supposed to be its own paragraph, add a blank line |
390 | 2024-07-19T23:01:22.557Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
391 | 2024-07-19T23:01:22.557Z | help: indent this line |
392 | 2024-07-19T23:01:22.557Z | | |
393 | 2024-07-19T23:01:22.557Z | 60 | //! use. |
394 | 2024-07-19T23:01:22.557Z | | ++ |
395 | 2024-07-19T23:01:22.557Z | |
396 | 2024-07-19T23:01:23.580Z | warning: doc list item missing indentation |
397 | 2024-07-19T23:01:23.580Z | --> lib/opte/src/engine/packet.rs:12:5 |
398 | 2024-07-19T23:01:23.580Z | | |
399 | 2024-07-19T23:01:23.580Z | 12 | //! indepenndent packets. Also consider having chains that represent |
400 | 2024-07-19T23:01:23.580Z | | ^ |
401 | 2024-07-19T23:01:23.580Z | | |
402 | 2024-07-19T23:01:23.580Z | = help: if this is supposed to be its own paragraph, add a blank line |
403 | 2024-07-19T23:01:23.580Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
404 | 2024-07-19T23:01:23.580Z | help: indent this line |
405 | 2024-07-19T23:01:23.580Z | | |
406 | 2024-07-19T23:01:23.580Z | 12 | //! indepenndent packets. Also consider having chains that represent |
407 | 2024-07-19T23:01:23.580Z | | ++ |
408 | 2024-07-19T23:01:23.580Z | |
409 | 2024-07-19T23:01:23.580Z | warning: doc list item missing indentation |
410 | 2024-07-19T23:01:23.580Z | --> lib/opte/src/engine/packet.rs:13:5 |
411 | 2024-07-19T23:01:23.580Z | | |
412 | 2024-07-19T23:01:23.580Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
413 | 2024-07-19T23:01:23.580Z | | ^ |
414 | 2024-07-19T23:01:23.580Z | | |
415 | 2024-07-19T23:01:23.580Z | = help: if this is supposed to be its own paragraph, add a blank line |
416 | 2024-07-19T23:01:23.580Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
417 | 2024-07-19T23:01:23.580Z | help: indent this line |
418 | 2024-07-19T23:01:23.580Z | | |
419 | 2024-07-19T23:01:23.580Z | 13 | //! multiple packets for the same flow if it would be advantageous to |
420 | 2024-07-19T23:01:23.580Z | | ++ |
421 | 2024-07-19T23:01:23.580Z | |
422 | 2024-07-19T23:01:23.580Z | warning: doc list item missing indentation |
423 | 2024-07-19T23:01:23.580Z | --> lib/opte/src/engine/packet.rs:14:5 |
424 | 2024-07-19T23:01:23.580Z | | |
425 | 2024-07-19T23:01:23.583Z | 14 | //! do so. |
426 | 2024-07-19T23:01:23.583Z | | ^ |
427 | 2024-07-19T23:01:23.583Z | | |
428 | 2024-07-19T23:01:23.584Z | = help: if this is supposed to be its own paragraph, add a blank line |
429 | 2024-07-19T23:01:23.584Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
430 | 2024-07-19T23:01:23.584Z | help: indent this line |
431 | 2024-07-19T23:01:23.584Z | | |
432 | 2024-07-19T23:01:23.584Z | 14 | //! do so. |
433 | 2024-07-19T23:01:23.584Z | | ++ |
434 | 2024-07-19T23:01:23.584Z | |
435 | 2024-07-19T23:01:23.655Z | warning: doc list item missing indentation |
436 | 2024-07-19T23:01:23.655Z | --> lib/opte/src/engine/packet.rs:616:5 |
437 | 2024-07-19T23:01:23.655Z | | |
438 | 2024-07-19T23:01:23.655Z | 616 | /// how the [`Packet`] generally transitions between them. |
439 | 2024-07-19T23:01:23.655Z | | ^ |
440 | 2024-07-19T23:01:23.655Z | | |
441 | 2024-07-19T23:01:23.655Z | = help: if this is supposed to be its own paragraph, add a blank line |
442 | 2024-07-19T23:01:23.655Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
443 | 2024-07-19T23:01:23.655Z | help: indent this line |
444 | 2024-07-19T23:01:23.655Z | | |
445 | 2024-07-19T23:01:23.655Z | 616 | /// how the [`Packet`] generally transitions between them. |
446 | 2024-07-19T23:01:23.655Z | | ++ |
447 | 2024-07-19T23:01:23.655Z | |
448 | 2024-07-19T23:01:23.655Z | warning: doc list item missing indentation |
449 | 2024-07-19T23:01:23.655Z | --> lib/opte/src/engine/packet.rs:619:5 |
450 | 2024-07-19T23:01:23.655Z | | |
451 | 2024-07-19T23:01:23.655Z | 619 | /// to keep IP header alignment (the host expects this). |
452 | 2024-07-19T23:01:23.655Z | | ^ |
453 | 2024-07-19T23:01:23.655Z | | |
454 | 2024-07-19T23:01:23.655Z | = help: if this is supposed to be its own paragraph, add a blank line |
455 | 2024-07-19T23:01:23.655Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
456 | 2024-07-19T23:01:23.655Z | help: indent this line |
457 | 2024-07-19T23:01:23.655Z | | |
458 | 2024-07-19T23:01:23.658Z | 619 | /// to keep IP header alignment (the host expects this). |
459 | 2024-07-19T23:01:23.658Z | | ++ |
460 | 2024-07-19T23:01:23.658Z | |
461 | 2024-07-19T23:01:23.841Z | warning: doc list item missing indentation |
462 | 2024-07-19T23:01:23.842Z | --> lib/opte/src/engine/port.rs:118:5 |
463 | 2024-07-19T23:01:23.842Z | | |
464 | 2024-07-19T23:01:23.842Z | 118 | /// all. XXX This is probably going away as its only use is for |
465 | 2024-07-19T23:01:23.842Z | | ^ |
466 | 2024-07-19T23:01:23.842Z | | |
467 | 2024-07-19T23:01:23.842Z | = help: if this is supposed to be its own paragraph, add a blank line |
468 | 2024-07-19T23:01:23.842Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
469 | 2024-07-19T23:01:23.842Z | help: indent this line |
470 | 2024-07-19T23:01:23.842Z | | |
471 | 2024-07-19T23:01:23.842Z | 118 | /// all. XXX This is probably going away as its only use is for |
472 | 2024-07-19T23:01:23.842Z | | ++ |
473 | 2024-07-19T23:01:23.842Z | |
474 | 2024-07-19T23:01:23.842Z | warning: doc list item missing indentation |
475 | 2024-07-19T23:01:23.842Z | --> lib/opte/src/engine/port.rs:119:5 |
476 | 2024-07-19T23:01:23.842Z | | |
477 | 2024-07-19T23:01:23.842Z | 119 | /// punting on traffic I didn't want to deal with yet. |
478 | 2024-07-19T23:01:23.842Z | | ^ |
479 | 2024-07-19T23:01:23.842Z | | |
480 | 2024-07-19T23:01:23.842Z | = help: if this is supposed to be its own paragraph, add a blank line |
481 | 2024-07-19T23:01:23.842Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
482 | 2024-07-19T23:01:23.842Z | help: indent this line |
483 | 2024-07-19T23:01:23.842Z | | |
484 | 2024-07-19T23:01:23.842Z | 119 | /// punting on traffic I didn't want to deal with yet. |
485 | 2024-07-19T23:01:23.842Z | | ++ |
486 | 2024-07-19T23:01:23.842Z | |
487 | 2024-07-19T23:01:23.842Z | warning: doc list item missing indentation |
488 | 2024-07-19T23:01:23.842Z | --> lib/opte/src/engine/port.rs:122:5 |
489 | 2024-07-19T23:01:23.842Z | | |
490 | 2024-07-19T23:01:23.842Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
491 | 2024-07-19T23:01:23.842Z | | ^ |
492 | 2024-07-19T23:01:23.845Z | | |
493 | 2024-07-19T23:01:23.846Z | = help: if this is supposed to be its own paragraph, add a blank line |
494 | 2024-07-19T23:01:23.846Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
495 | 2024-07-19T23:01:23.846Z | help: indent this line |
496 | 2024-07-19T23:01:23.846Z | | |
497 | 2024-07-19T23:01:23.846Z | 122 | /// or because of resource exhaustion. Included is the reason for the |
498 | 2024-07-19T23:01:23.846Z | | ++ |
499 | 2024-07-19T23:01:23.846Z | |
500 | 2024-07-19T23:01:23.846Z | warning: doc list item missing indentation |
501 | 2024-07-19T23:01:23.846Z | --> lib/opte/src/engine/port.rs:123:5 |
502 | 2024-07-19T23:01:23.846Z | | |
503 | 2024-07-19T23:01:23.846Z | 123 | /// drop. |
504 | 2024-07-19T23:01:23.846Z | | ^ |
505 | 2024-07-19T23:01:23.846Z | | |
506 | 2024-07-19T23:01:23.846Z | = help: if this is supposed to be its own paragraph, add a blank line |
507 | 2024-07-19T23:01:23.846Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
508 | 2024-07-19T23:01:23.846Z | help: indent this line |
509 | 2024-07-19T23:01:23.846Z | | |
510 | 2024-07-19T23:01:23.846Z | 123 | /// drop. |
511 | 2024-07-19T23:01:23.846Z | | ++ |
512 | 2024-07-19T23:01:23.846Z | |
513 | 2024-07-19T23:01:23.846Z | warning: doc list item missing indentation |
514 | 2024-07-19T23:01:23.846Z | --> lib/opte/src/engine/port.rs:128:5 |
515 | 2024-07-19T23:01:23.846Z | | |
516 | 2024-07-19T23:01:23.846Z | 128 | /// directly with a packet of its own. In this case the original |
517 | 2024-07-19T23:01:23.846Z | | ^ |
518 | 2024-07-19T23:01:23.846Z | | |
519 | 2024-07-19T23:01:23.846Z | = help: if this is supposed to be its own paragraph, add a blank line |
520 | 2024-07-19T23:01:23.846Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
521 | 2024-07-19T23:01:23.846Z | help: indent this line |
522 | 2024-07-19T23:01:23.846Z | | |
523 | 2024-07-19T23:01:23.846Z | 128 | /// directly with a packet of its own. In this case the original |
524 | 2024-07-19T23:01:23.846Z | | ++ |
525 | 2024-07-19T23:01:23.846Z | |
526 | 2024-07-19T23:01:23.846Z | warning: doc list item missing indentation |
527 | 2024-07-19T23:01:23.846Z | --> lib/opte/src/engine/port.rs:129:5 |
528 | 2024-07-19T23:01:23.846Z | | |
529 | 2024-07-19T23:01:23.846Z | 129 | /// packet is dropped. |
530 | 2024-07-19T23:01:23.846Z | | ^ |
531 | 2024-07-19T23:01:23.846Z | | |
532 | 2024-07-19T23:01:23.847Z | = help: if this is supposed to be its own paragraph, add a blank line |
533 | 2024-07-19T23:01:23.847Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
534 | 2024-07-19T23:01:23.847Z | help: indent this line |
535 | 2024-07-19T23:01:23.847Z | | |
536 | 2024-07-19T23:01:23.847Z | 129 | /// packet is dropped. |
537 | 2024-07-19T23:01:23.847Z | | ++ |
538 | 2024-07-19T23:01:23.847Z | |
539 | 2024-07-19T23:01:24.154Z | warning: doc list item missing indentation |
540 | 2024-07-19T23:01:24.154Z | --> lib/opte/src/engine/rule.rs:438:9 |
541 | 2024-07-19T23:01:24.154Z | | |
542 | 2024-07-19T23:01:24.154Z | 438 | /// dynamic resource which has been exhausted. |
543 | 2024-07-19T23:01:24.154Z | | ^ |
544 | 2024-07-19T23:01:24.154Z | | |
545 | 2024-07-19T23:01:24.154Z | = help: if this is supposed to be its own paragraph, add a blank line |
546 | 2024-07-19T23:01:24.154Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
547 | 2024-07-19T23:01:24.154Z | help: indent this line |
548 | 2024-07-19T23:01:24.154Z | | |
549 | 2024-07-19T23:01:24.154Z | 438 | /// dynamic resource which has been exhausted. |
550 | 2024-07-19T23:01:24.154Z | | ++ |
551 | 2024-07-19T23:01:24.154Z | |
552 | 2024-07-19T23:01:24.154Z | warning: doc list item missing indentation |
553 | 2024-07-19T23:01:24.154Z | --> lib/opte/src/engine/rule.rs:441:9 |
554 | 2024-07-19T23:01:24.155Z | | |
555 | 2024-07-19T23:01:24.155Z | 441 | /// unexpected error while trying to generate a descriptor. |
556 | 2024-07-19T23:01:24.155Z | | ^ |
557 | 2024-07-19T23:01:24.155Z | | |
558 | 2024-07-19T23:01:24.155Z | = help: if this is supposed to be its own paragraph, add a blank line |
559 | 2024-07-19T23:01:24.155Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
560 | 2024-07-19T23:01:24.155Z | help: indent this line |
561 | 2024-07-19T23:01:24.155Z | | |
562 | 2024-07-19T23:01:24.155Z | 441 | /// unexpected error while trying to generate a descriptor. |
563 | 2024-07-19T23:01:24.155Z | | ++ |
564 | 2024-07-19T23:01:24.155Z | |
565 | 2024-07-19T23:01:24.379Z | warning: doc list item missing indentation |
566 | 2024-07-19T23:01:24.379Z | --> lib/opte/src/engine/mod.rs:205:5 |
567 | 2024-07-19T23:01:24.379Z | | |
568 | 2024-07-19T23:01:24.379Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
569 | 2024-07-19T23:01:24.379Z | | ^ |
570 | 2024-07-19T23:01:24.379Z | | |
571 | 2024-07-19T23:01:24.379Z | = help: if this is supposed to be its own paragraph, add a blank line |
572 | 2024-07-19T23:01:24.379Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
573 | 2024-07-19T23:01:24.379Z | help: indent this line |
574 | 2024-07-19T23:01:24.379Z | | |
575 | 2024-07-19T23:01:24.379Z | 205 | /// definitions; each made up of its unique set of [`rule::Rule`] & |
576 | 2024-07-19T23:01:24.379Z | | +++ |
577 | 2024-07-19T23:01:24.379Z | |
578 | 2024-07-19T23:01:24.379Z | warning: doc list item missing indentation |
579 | 2024-07-19T23:01:24.379Z | --> lib/opte/src/engine/mod.rs:206:5 |
580 | 2024-07-19T23:01:24.379Z | | |
581 | 2024-07-19T23:01:24.379Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
582 | 2024-07-19T23:01:24.379Z | | ^ |
583 | 2024-07-19T23:01:24.379Z | | |
584 | 2024-07-19T23:01:24.379Z | = help: if this is supposed to be its own paragraph, add a blank line |
585 | 2024-07-19T23:01:24.379Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
586 | 2024-07-19T23:01:24.379Z | help: indent this line |
587 | 2024-07-19T23:01:24.379Z | | |
588 | 2024-07-19T23:01:24.379Z | 206 | /// [`rule::Action`] pairings. Furthermore, the actions themselves may |
589 | 2024-07-19T23:01:24.380Z | | +++ |
590 | 2024-07-19T23:01:24.380Z | |
591 | 2024-07-19T23:01:24.380Z | warning: doc list item missing indentation |
592 | 2024-07-19T23:01:24.383Z | --> lib/opte/src/engine/mod.rs:207:5 |
593 | 2024-07-19T23:01:24.383Z | | |
594 | 2024-07-19T23:01:24.383Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
595 | 2024-07-19T23:01:24.383Z | | ^ |
596 | 2024-07-19T23:01:24.383Z | | |
597 | 2024-07-19T23:01:24.383Z | = help: if this is supposed to be its own paragraph, add a blank line |
598 | 2024-07-19T23:01:24.383Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
599 | 2024-07-19T23:01:24.383Z | help: indent this line |
600 | 2024-07-19T23:01:24.383Z | | |
601 | 2024-07-19T23:01:24.383Z | 207 | /// be built atop generic OPTE actions or may be provided in whole by |
602 | 2024-07-19T23:01:24.383Z | | +++ |
603 | 2024-07-19T23:01:24.383Z | |
604 | 2024-07-19T23:01:24.383Z | warning: doc list item missing indentation |
605 | 2024-07-19T23:01:24.383Z | --> lib/opte/src/engine/mod.rs:208:5 |
606 | 2024-07-19T23:01:24.383Z | | |
607 | 2024-07-19T23:01:24.383Z | 208 | /// the network implementation. |
608 | 2024-07-19T23:01:24.383Z | | ^ |
609 | 2024-07-19T23:01:24.383Z | | |
610 | 2024-07-19T23:01:24.383Z | = help: if this is supposed to be its own paragraph, add a blank line |
611 | 2024-07-19T23:01:24.383Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
612 | 2024-07-19T23:01:24.383Z | help: indent this line |
613 | 2024-07-19T23:01:24.383Z | | |
614 | 2024-07-19T23:01:24.383Z | 208 | /// the network implementation. |
615 | 2024-07-19T23:01:24.383Z | | +++ |
616 | 2024-07-19T23:01:24.383Z | |
617 | 2024-07-19T23:01:24.383Z | warning: doc list item missing indentation |
618 | 2024-07-19T23:01:24.383Z | --> lib/opte/src/engine/mod.rs:211:5 |
619 | 2024-07-19T23:01:24.383Z | | |
620 | 2024-07-19T23:01:24.384Z | 211 | /// as well as single packet processing (non-flow processing). |
621 | 2024-07-19T23:01:24.384Z | | ^ |
622 | 2024-07-19T23:01:24.384Z | | |
623 | 2024-07-19T23:01:24.384Z | = help: if this is supposed to be its own paragraph, add a blank line |
624 | 2024-07-19T23:01:24.384Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
625 | 2024-07-19T23:01:24.384Z | help: indent this line |
626 | 2024-07-19T23:01:24.384Z | | |
627 | 2024-07-19T23:01:24.384Z | 211 | /// as well as single packet processing (non-flow processing). |
628 | 2024-07-19T23:01:24.384Z | | +++ |
629 | 2024-07-19T23:01:24.384Z | |
630 | 2024-07-19T23:01:25.050Z | warning: `opte` (lib) generated 20 warnings |
631 | 2024-07-19T23:01:25.053Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
632 | 2024-07-19T23:01:26.491Z | warning: doc list item missing indentation |
633 | 2024-07-19T23:01:26.491Z | --> lib/oxide-vpc/src/api.rs:348:5 |
634 | 2024-07-19T23:01:26.491Z | | |
635 | 2024-07-19T23:01:26.491Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
636 | 2024-07-19T23:01:26.491Z | | ^ |
637 | 2024-07-19T23:01:26.491Z | | |
638 | 2024-07-19T23:01:26.491Z | = help: if this is supposed to be its own paragraph, add a blank line |
639 | 2024-07-19T23:01:26.491Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
640 | 2024-07-19T23:01:26.491Z | = note: `#[warn(clippy::doc_lazy_continuation)]` on by default |
641 | 2024-07-19T23:01:26.491Z | help: indent this line |
642 | 2024-07-19T23:01:26.491Z | | |
643 | 2024-07-19T23:01:26.491Z | 348 | /// the internet. In the case of the Oxide Network the IG is not an |
644 | 2024-07-19T23:01:26.491Z | | ++ |
645 | 2024-07-19T23:01:26.491Z | |
646 | 2024-07-19T23:01:26.495Z | warning: doc list item missing indentation |
647 | 2024-07-19T23:01:26.495Z | --> lib/oxide-vpc/src/api.rs:349:5 |
648 | 2024-07-19T23:01:26.495Z | | |
649 | 2024-07-19T23:01:26.495Z | 349 | /// actual destination, but rather a configuration that determines how |
650 | 2024-07-19T23:01:26.495Z | | ^ |
651 | 2024-07-19T23:01:26.495Z | | |
652 | 2024-07-19T23:01:26.495Z | = help: if this is supposed to be its own paragraph, add a blank line |
653 | 2024-07-19T23:01:26.495Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
654 | 2024-07-19T23:01:26.495Z | help: indent this line |
655 | 2024-07-19T23:01:26.495Z | | |
656 | 2024-07-19T23:01:26.495Z | 349 | /// actual destination, but rather a configuration that determines how |
657 | 2024-07-19T23:01:26.495Z | | ++ |
658 | 2024-07-19T23:01:26.495Z | |
659 | 2024-07-19T23:01:26.495Z | warning: doc list item missing indentation |
660 | 2024-07-19T23:01:26.495Z | --> lib/oxide-vpc/src/api.rs:350:5 |
661 | 2024-07-19T23:01:26.495Z | | |
662 | 2024-07-19T23:01:26.495Z | 350 | /// we should NAT the flow. |
663 | 2024-07-19T23:01:26.495Z | | ^ |
664 | 2024-07-19T23:01:26.495Z | | |
665 | 2024-07-19T23:01:26.495Z | = help: if this is supposed to be its own paragraph, add a blank line |
666 | 2024-07-19T23:01:26.495Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
667 | 2024-07-19T23:01:26.495Z | help: indent this line |
668 | 2024-07-19T23:01:26.495Z | | |
669 | 2024-07-19T23:01:26.495Z | 350 | /// we should NAT the flow. |
670 | 2024-07-19T23:01:26.495Z | | ++ |
671 | 2024-07-19T23:01:26.495Z | |
672 | 2024-07-19T23:01:26.495Z | warning: doc list item missing indentation |
673 | 2024-07-19T23:01:26.495Z | --> lib/oxide-vpc/src/api.rs:358:5 |
674 | 2024-07-19T23:01:26.495Z | | |
675 | 2024-07-19T23:01:26.495Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
676 | 2024-07-19T23:01:26.495Z | | ^ |
677 | 2024-07-19T23:01:26.495Z | | |
678 | 2024-07-19T23:01:26.495Z | = help: if this is supposed to be its own paragraph, add a blank line |
679 | 2024-07-19T23:01:26.495Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
680 | 2024-07-19T23:01:26.495Z | help: indent this line |
681 | 2024-07-19T23:01:26.496Z | | |
682 | 2024-07-19T23:01:26.496Z | 358 | /// specified VPC Subnet. In the Oxide Network this is just an |
683 | 2024-07-19T23:01:26.496Z | | ++ |
684 | 2024-07-19T23:01:26.496Z | |
685 | 2024-07-19T23:01:26.496Z | warning: doc list item missing indentation |
686 | 2024-07-19T23:01:26.496Z | --> lib/oxide-vpc/src/api.rs:359:5 |
687 | 2024-07-19T23:01:26.496Z | | |
688 | 2024-07-19T23:01:26.496Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
689 | 2024-07-19T23:01:26.496Z | | ^ |
690 | 2024-07-19T23:01:26.496Z | | |
691 | 2024-07-19T23:01:26.496Z | = help: if this is supposed to be its own paragraph, add a blank line |
692 | 2024-07-19T23:01:26.496Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
693 | 2024-07-19T23:01:26.496Z | help: indent this line |
694 | 2024-07-19T23:01:26.496Z | | |
695 | 2024-07-19T23:01:26.496Z | 359 | /// abstraction, it's simply allowing one subnet to talk to another. |
696 | 2024-07-19T23:01:26.496Z | | ++ |
697 | 2024-07-19T23:01:26.496Z | |
698 | 2024-07-19T23:01:26.496Z | warning: doc list item missing indentation |
699 | 2024-07-19T23:01:26.496Z | --> lib/oxide-vpc/src/api.rs:360:5 |
700 | 2024-07-19T23:01:26.496Z | | |
701 | 2024-07-19T23:01:26.496Z | 360 | /// There is no separate VPC router process, the real routing is done |
702 | 2024-07-19T23:01:26.496Z | | ^ |
703 | 2024-07-19T23:01:26.496Z | | |
704 | 2024-07-19T23:01:26.496Z | = help: if this is supposed to be its own paragraph, add a blank line |
705 | 2024-07-19T23:01:26.496Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
706 | 2024-07-19T23:01:26.496Z | help: indent this line |
707 | 2024-07-19T23:01:26.496Z | | |
708 | 2024-07-19T23:01:26.496Z | 360 | /// There is no separate VPC router process, the real routing is done |
709 | 2024-07-19T23:01:26.496Z | | ++ |
710 | 2024-07-19T23:01:26.496Z | |
711 | 2024-07-19T23:01:26.496Z | warning: doc list item missing indentation |
712 | 2024-07-19T23:01:26.496Z | --> lib/oxide-vpc/src/api.rs:361:5 |
713 | 2024-07-19T23:01:26.496Z | | |
714 | 2024-07-19T23:01:26.496Z | 361 | /// by the underlay. |
715 | 2024-07-19T23:01:26.496Z | | ^ |
716 | 2024-07-19T23:01:26.496Z | | |
717 | 2024-07-19T23:01:26.496Z | = help: if this is supposed to be its own paragraph, add a blank line |
718 | 2024-07-19T23:01:26.496Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation |
719 | 2024-07-19T23:01:26.497Z | help: indent this line |
720 | 2024-07-19T23:01:26.497Z | | |
721 | 2024-07-19T23:01:26.497Z | 361 | /// by the underlay. |
722 | 2024-07-19T23:01:26.497Z | | ++ |
723 | 2024-07-19T23:01:26.497Z | |
724 | 2024-07-19T23:01:27.354Z | warning: `oxide-vpc` (lib) generated 7 warnings |
725 | 2024-07-19T23:01:27.355Z | Checking xde v0.1.0 (/work/oxidecomputer/opte/xde) |
726 | 2024-07-19T23:01:29.862Z | warning: struct `arl_s` is never constructed |
727 | 2024-07-19T23:01:29.862Z | --> xde/src/ip.rs:20588:12 |
728 | 2024-07-19T23:01:29.862Z | | |
729 | 2024-07-19T23:01:29.862Z | 20588 | pub struct arl_s { |
730 | 2024-07-19T23:01:29.862Z | | ^^^^^ |
731 | 2024-07-19T23:01:29.862Z | | |
732 | 2024-07-19T23:01:29.862Z | = note: `#[warn(dead_code)]` on by default |
733 | 2024-07-19T23:01:29.862Z | |
734 | 2024-07-19T23:01:31.089Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
735 | 2024-07-19T23:01:31.089Z | --> xde/src/xde.rs:328:20 |
736 | 2024-07-19T23:01:31.089Z | | |
737 | 2024-07-19T23:01:31.090Z | 328 | let ectx = Arc::new(ExecCtx { log: Box::new(opte::KernelLog {}) }); |
738 | 2024-07-19T23:01:31.090Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
739 | 2024-07-19T23:01:31.090Z | | |
740 | 2024-07-19T23:01:31.090Z | = note: `Arc<ExecCtx>` is not `Send` and `Sync` as `ExecCtx` is neither `Send` nor `Sync` |
741 | 2024-07-19T23:01:31.090Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
742 | 2024-07-19T23:01:31.090Z | = help: otherwise make `ExecCtx` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
743 | 2024-07-19T23:01:31.090Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
744 | 2024-07-19T23:01:31.090Z | = note: `#[warn(clippy::arc_with_non_send_sync)]` on by default |
745 | 2024-07-19T23:01:31.090Z | |
746 | 2024-07-19T23:01:31.147Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
747 | 2024-07-19T23:01:31.147Z | --> xde/src/xde.rs:1215:14 |
748 | 2024-07-19T23:01:31.147Z | | |
749 | 2024-07-19T23:01:31.147Z | 1215 | let u1 = Arc::new(create_underlay_port(u1_name, "xdeu0")?); |
750 | 2024-07-19T23:01:31.147Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
751 | 2024-07-19T23:01:31.147Z | | |
752 | 2024-07-19T23:01:31.147Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
753 | 2024-07-19T23:01:31.147Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
754 | 2024-07-19T23:01:31.147Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
755 | 2024-07-19T23:01:31.147Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
756 | 2024-07-19T23:01:31.147Z | |
757 | 2024-07-19T23:01:31.150Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
758 | 2024-07-19T23:01:31.150Z | --> xde/src/xde.rs:1216:14 |
759 | 2024-07-19T23:01:31.150Z | | |
760 | 2024-07-19T23:01:31.150Z | 1216 | let u2 = Arc::new(create_underlay_port(u2_name, "xdeu1")?); |
761 | 2024-07-19T23:01:31.150Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
762 | 2024-07-19T23:01:31.150Z | | |
763 | 2024-07-19T23:01:31.150Z | = note: `Arc<xde_underlay_port>` is not `Send` and `Sync` as `xde_underlay_port` is neither `Send` nor `Sync` |
764 | 2024-07-19T23:01:31.150Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
765 | 2024-07-19T23:01:31.150Z | = help: otherwise make `xde_underlay_port` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
766 | 2024-07-19T23:01:31.150Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
767 | 2024-07-19T23:01:31.150Z | |
768 | 2024-07-19T23:01:31.188Z | warning: usage of an `Arc` that is not `Send` and `Sync` |
769 | 2024-07-19T23:01:31.188Z | --> xde/src/xde.rs:1897:8 |
770 | 2024-07-19T23:01:31.188Z | | |
771 | 2024-07-19T23:01:31.188Z | 1897 | Ok(Arc::new(pb.create(net, limit, limit)?)) |
772 | 2024-07-19T23:01:31.188Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
773 | 2024-07-19T23:01:31.188Z | | |
774 | 2024-07-19T23:01:31.188Z | = note: `Arc<Port<VpcNetwork>>` is not `Send` and `Sync` as `Port<VpcNetwork>` is neither `Send` nor `Sync` |
775 | 2024-07-19T23:01:31.188Z | = help: if the `Arc` will not used be across threads replace it with an `Rc` |
776 | 2024-07-19T23:01:31.188Z | = help: otherwise make `Port<VpcNetwork>` `Send` and `Sync` or consider a wrapper type such as `Mutex` |
777 | 2024-07-19T23:01:31.188Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync |
778 | 2024-07-19T23:01:31.188Z | |
779 | 2024-07-19T23:01:31.525Z | warning: `xde` (lib) generated 5 warnings |
780 | 2024-07-19T23:01:31.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.89s |
781 | 2024-07-19T23:01:31.667Z | |
782 | 2024-07-19T23:01:31.667Z | real 55.004427719 |
783 | 2024-07-19T23:01:31.667Z | user 3:05.156332951 |
784 | 2024-07-19T23:01:31.667Z | sys 37.449740899 |
785 | 2024-07-19T23:01:31.667Z | trap 0.076606556 |
786 | 2024-07-19T23:01:31.667Z | tflt 2.582054895 |
787 | 2024-07-19T23:01:31.667Z | dflt 6.259573967 |
788 | 2024-07-19T23:01:31.667Z | kflt 0.015657786 |
789 | 2024-07-19T23:01:31.667Z | lock 4:46.846687814 |
790 | 2024-07-19T23:01:31.667Z | slp 12:13.259531738 |
791 | 2024-07-19T23:01:31.667Z | lat 5.042049642 |
792 | 2024-07-19T23:01:31.667Z | stop 9.964692855 |
793 | 2024-07-19T23:01:31.670Z | + pushd xde-link |
794 | 2024-07-19T23:01:31.670Z | /work/oxidecomputer/opte/xde/xde-link /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
795 | 2024-07-19T23:01:31.670Z | + ptime -m cargo clippy -- --allow clippy::uninlined-format-args --allow clippy::bad_bit_mask |
796 | 2024-07-19T23:01:31.986Z | Compiling compiler_builtins v0.1.109 |
797 | 2024-07-19T23:01:31.986Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
798 | 2024-07-19T23:01:31.986Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
799 | 2024-07-19T23:01:48.343Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
800 | 2024-07-19T23:01:49.000Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
801 | 2024-07-19T23:01:52.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.33s |
802 | 2024-07-19T23:01:52.162Z | |
803 | 2024-07-19T23:01:52.165Z | real 20.486709044 |
804 | 2024-07-19T23:01:52.165Z | user 20.403210563 |
805 | 2024-07-19T23:01:52.165Z | sys 4.513928449 |
806 | 2024-07-19T23:01:52.165Z | trap 0.002682393 |
807 | 2024-07-19T23:01:52.165Z | tflt 0.013027902 |
808 | 2024-07-19T23:01:52.165Z | dflt 0.048638884 |
809 | 2024-07-19T23:01:52.165Z | kflt 0.000000000 |
810 | 2024-07-19T23:01:52.165Z | lock 1:01.930454169 |
811 | 2024-07-19T23:01:52.165Z | slp 1:25.791357602 |
812 | 2024-07-19T23:01:52.165Z | lat 0.045938993 |
813 | 2024-07-19T23:01:52.165Z | stop 0.158114322 |
814 | 2024-07-19T23:01:52.166Z | + popd |
815 | 2024-07-19T23:01:52.166Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
816 | 2024-07-19T23:01:52.166Z | + popd |
817 | 2024-07-19T23:01:52.166Z | /work/oxidecomputer/opte |
818 | 2024-07-19T23:01:52.166Z | + header 'build xde (release/debug)' |
819 | 2024-07-19T23:01:52.166Z | + echo '# ==== build xde (release/debug) ==== #' |
820 | 2024-07-19T23:01:52.166Z | + ptime cargo xtask build |
821 | 2024-07-19T23:01:52.166Z | # ==== build xde (release/debug) ==== # |
822 | 2024-07-19T23:01:52.403Z | Downloading crates ... |
823 | 2024-07-19T23:01:52.490Z | Downloaded cargo-platform v0.1.8 |
824 | 2024-07-19T23:01:52.498Z | Downloaded camino v1.1.7 |
825 | 2024-07-19T23:01:52.500Z | Downloaded anstyle-parse v0.2.4 |
826 | 2024-07-19T23:01:52.503Z | Downloaded serde_spanned v0.6.6 |
827 | 2024-07-19T23:01:52.503Z | Downloaded anstream v0.6.14 |
828 | 2024-07-19T23:01:52.506Z | Downloaded equivalent v1.0.1 |
829 | 2024-07-19T23:01:52.513Z | Downloaded is_terminal_polyfill v1.70.0 |
830 | 2024-07-19T23:01:52.520Z | Downloaded clap_lex v0.7.1 |
831 | 2024-07-19T23:01:52.523Z | Downloaded anstyle-query v1.1.0 |
832 | 2024-07-19T23:01:52.523Z | Downloaded utf8parse v0.2.2 |
833 | 2024-07-19T23:01:52.525Z | Downloaded toml_datetime v0.6.6 |
834 | 2024-07-19T23:01:52.525Z | Downloaded heck v0.5.0 |
835 | 2024-07-19T23:01:52.528Z | Downloaded colorchoice v1.0.1 |
836 | 2024-07-19T23:01:52.528Z | Downloaded anstyle v1.0.7 |
837 | 2024-07-19T23:01:52.531Z | Downloaded semver v1.0.23 |
838 | 2024-07-19T23:01:52.533Z | Downloaded itoa v1.0.11 |
839 | 2024-07-19T23:01:52.533Z | Downloaded terminal_size v0.3.0 |
840 | 2024-07-19T23:01:52.536Z | Downloaded toml v0.8.14 |
841 | 2024-07-19T23:01:52.539Z | Downloaded clap v4.5.9 |
842 | 2024-07-19T23:01:52.548Z | Downloaded ryu v1.0.18 |
843 | 2024-07-19T23:01:52.552Z | Downloaded toml_edit v0.22.15 |
844 | 2024-07-19T23:01:52.574Z | Downloaded indexmap v2.2.6 |
845 | 2024-07-19T23:01:52.577Z | Downloaded winnow v0.6.13 |
846 | 2024-07-19T23:01:52.586Z | Downloaded serde_json v1.0.120 |
847 | 2024-07-19T23:01:52.592Z | Downloaded clap_builder v4.5.9 |
848 | 2024-07-19T23:01:52.598Z | Downloaded clap_derive v4.5.8 |
849 | 2024-07-19T23:01:52.600Z | Downloaded cargo_metadata v0.18.1 |
850 | 2024-07-19T23:01:52.666Z | Compiling proc-macro2 v1.0.86 |
851 | 2024-07-19T23:01:52.666Z | Compiling unicode-ident v1.0.12 |
852 | 2024-07-19T23:01:52.669Z | Compiling serde v1.0.204 |
853 | 2024-07-19T23:01:52.669Z | Compiling libc v0.2.155 |
854 | 2024-07-19T23:01:52.669Z | Compiling rustix v0.38.34 |
855 | 2024-07-19T23:01:52.669Z | Compiling bitflags v2.6.0 |
856 | 2024-07-19T23:01:52.678Z | Compiling utf8parse v0.2.2 |
857 | 2024-07-19T23:01:52.681Z | Compiling anstyle-query v1.1.0 |
858 | 2024-07-19T23:01:52.863Z | Compiling anstyle-parse v0.2.4 |
859 | 2024-07-19T23:01:52.863Z | Compiling is_terminal_polyfill v1.70.0 |
860 | 2024-07-19T23:01:52.871Z | Compiling anstyle v1.0.7 |
861 | 2024-07-19T23:01:52.978Z | Compiling thiserror v1.0.62 |
862 | 2024-07-19T23:01:53.145Z | Compiling hashbrown v0.14.5 |
863 | 2024-07-19T23:01:53.183Z | Compiling semver v1.0.23 |
864 | 2024-07-19T23:01:53.290Z | Compiling colorchoice v1.0.1 |
865 | 2024-07-19T23:01:53.320Z | Compiling serde_json v1.0.120 |
866 | 2024-07-19T23:01:53.425Z | Compiling camino v1.1.7 |
867 | 2024-07-19T23:01:53.464Z | Compiling equivalent v1.0.1 |
868 | 2024-07-19T23:01:53.559Z | Compiling anstream v0.6.14 |
869 | 2024-07-19T23:01:53.652Z | Compiling itoa v1.0.11 |
870 | 2024-07-19T23:01:53.691Z | Compiling strsim v0.11.1 |
871 | 2024-07-19T23:01:53.709Z | Compiling clap_lex v0.7.1 |
872 | 2024-07-19T23:01:53.847Z | Compiling winnow v0.6.13 |
873 | 2024-07-19T23:01:54.035Z | Compiling anyhow v1.0.86 |
874 | 2024-07-19T23:01:54.279Z | Compiling quote v1.0.36 |
875 | 2024-07-19T23:01:54.353Z | Compiling heck v0.5.0 |
876 | 2024-07-19T23:01:54.478Z | Compiling indexmap v2.2.6 |
877 | 2024-07-19T23:01:54.653Z | Compiling syn v2.0.71 |
878 | 2024-07-19T23:01:54.842Z | Compiling errno v0.3.9 |
879 | 2024-07-19T23:01:54.898Z | Compiling ryu v1.0.18 |
880 | 2024-07-19T23:01:55.820Z | Compiling terminal_size v0.3.0 |
881 | 2024-07-19T23:01:55.908Z | Compiling clap_builder v4.5.9 |
882 | 2024-07-19T23:01:59.356Z | Compiling serde_derive v1.0.204 |
883 | 2024-07-19T23:01:59.356Z | Compiling thiserror-impl v1.0.62 |
884 | 2024-07-19T23:01:59.356Z | Compiling clap_derive v4.5.8 |
885 | 2024-07-19T23:02:02.041Z | Compiling clap v4.5.9 |
886 | 2024-07-19T23:02:07.013Z | Compiling toml_datetime v0.6.6 |
887 | 2024-07-19T23:02:07.013Z | Compiling serde_spanned v0.6.6 |
888 | 2024-07-19T23:02:07.016Z | Compiling cargo-platform v0.1.8 |
889 | 2024-07-19T23:02:07.249Z | Compiling toml_edit v0.22.15 |
890 | 2024-07-19T23:02:08.279Z | Compiling cargo_metadata v0.18.1 |
891 | 2024-07-19T23:02:09.250Z | Compiling toml v0.8.14 |
892 | 2024-07-19T23:02:11.338Z | Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask) |
893 | 2024-07-19T23:02:13.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.89s |
894 | 2024-07-19T23:02:13.131Z | Running `target/debug/xtask build` |
895 | 2024-07-19T23:02:13.141Z | Building opteadm (debug). |
896 | 2024-07-19T23:02:16.086Z | Compiling libc v0.2.155 |
897 | 2024-07-19T23:02:16.086Z | Compiling cfg-if v1.0.0 |
898 | 2024-07-19T23:02:16.086Z | Compiling serde v1.0.204 |
899 | 2024-07-19T23:02:16.086Z | Compiling syn v1.0.109 |
900 | 2024-07-19T23:02:16.086Z | Compiling equivalent v1.0.1 |
901 | 2024-07-19T23:02:16.089Z | Compiling once_cell v1.19.0 |
902 | 2024-07-19T23:02:16.089Z | Compiling hashbrown v0.14.5 |
903 | 2024-07-19T23:02:16.089Z | Compiling syn v2.0.71 |
904 | 2024-07-19T23:02:16.185Z | Compiling autocfg v1.3.0 |
905 | 2024-07-19T23:02:16.205Z | Compiling byteorder v1.5.0 |
906 | 2024-07-19T23:02:16.611Z | Compiling heapless v0.8.0 |
907 | 2024-07-19T23:02:16.654Z | Compiling toml_datetime v0.6.6 |
908 | 2024-07-19T23:02:16.814Z | Compiling ident_case v1.0.1 |
909 | 2024-07-19T23:02:16.970Z | Compiling winnow v0.5.40 |
910 | 2024-07-19T23:02:17.042Z | Compiling parking_lot_core v0.9.10 |
911 | 2024-07-19T23:02:17.045Z | Compiling lock_api v0.4.12 |
912 | 2024-07-19T23:02:17.166Z | Compiling fnv v1.0.7 |
913 | 2024-07-19T23:02:17.500Z | Compiling indexmap v2.2.6 |
914 | 2024-07-19T23:02:17.512Z | Compiling hash32 v0.3.1 |
915 | 2024-07-19T23:02:17.569Z | Compiling stable_deref_trait v1.2.0 |
916 | 2024-07-19T23:02:17.586Z | Compiling dyn-clone v1.0.17 |
917 | 2024-07-19T23:02:17.653Z | Compiling scopeguard v1.2.0 |
918 | 2024-07-19T23:02:17.719Z | Compiling serde_json v1.0.120 |
919 | 2024-07-19T23:02:17.773Z | Compiling smoltcp v0.11.0 |
920 | 2024-07-19T23:02:17.804Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
921 | 2024-07-19T23:02:18.113Z | Compiling smallvec v1.13.2 |
922 | 2024-07-19T23:02:18.570Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
923 | 2024-07-19T23:02:18.657Z | Compiling schemars v0.8.21 |
924 | 2024-07-19T23:02:18.840Z | Compiling bitflags v1.3.2 |
925 | 2024-07-19T23:02:18.878Z | Compiling embedded-io v0.4.0 |
926 | 2024-07-19T23:02:18.925Z | Compiling managed v0.8.0 |
927 | 2024-07-19T23:02:19.041Z | Compiling version_check v0.9.4 |
928 | 2024-07-19T23:02:19.073Z | Compiling cobs v0.2.3 |
929 | 2024-07-19T23:02:19.275Z | Compiling pin-project-lite v0.2.14 |
930 | 2024-07-19T23:02:19.365Z | Compiling parking_lot v0.12.3 |
931 | 2024-07-19T23:02:19.385Z | Compiling num_cpus v1.16.0 |
932 | 2024-07-19T23:02:19.385Z | Compiling socket2 v0.5.7 |
933 | 2024-07-19T23:02:19.500Z | Compiling errno v0.3.9 |
934 | 2024-07-19T23:02:19.680Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
935 | 2024-07-19T23:02:19.722Z | Compiling mio v0.8.11 |
936 | 2024-07-19T23:02:20.039Z | Compiling signal-hook-registry v1.4.2 |
937 | 2024-07-19T23:02:20.439Z | Compiling foreign-types-shared v0.3.1 |
938 | 2024-07-19T23:02:20.459Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
939 | 2024-07-19T23:02:20.533Z | Compiling bytes v1.6.1 |
940 | 2024-07-19T23:02:20.627Z | Compiling toml_edit v0.19.15 |
941 | 2024-07-19T23:02:20.908Z | Compiling unicode-width v0.1.13 |
942 | 2024-07-19T23:02:21.032Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
943 | 2024-07-19T23:02:21.145Z | Compiling either v1.13.0 |
944 | 2024-07-19T23:02:21.148Z | Compiling memchr v2.7.4 |
945 | 2024-07-19T23:02:21.387Z | Compiling tabwriter v1.4.0 |
946 | 2024-07-19T23:02:21.497Z | Compiling itertools v0.12.1 |
947 | 2024-07-19T23:02:21.871Z | Compiling rustix v0.38.34 |
948 | 2024-07-19T23:02:22.172Z | Compiling cstr-argument v0.1.2 |
949 | 2024-07-19T23:02:22.593Z | Compiling tracing-core v0.1.32 |
950 | 2024-07-19T23:02:23.182Z | Compiling darling_core v0.20.10 |
951 | 2024-07-19T23:02:23.521Z | Compiling proc-macro-crate v1.3.1 |
952 | 2024-07-19T23:02:23.822Z | Compiling serde_derive_internals v0.29.1 |
953 | 2024-07-19T23:02:24.268Z | Compiling crc32fast v1.4.2 |
954 | 2024-07-19T23:02:24.356Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
955 | 2024-07-19T23:02:24.557Z | Compiling pretty-hex v0.2.1 |
956 | 2024-07-19T23:02:24.688Z | Compiling lazy_static v1.5.0 |
957 | 2024-07-19T23:02:24.729Z | Compiling terminal_size v0.3.0 |
958 | 2024-07-19T23:02:24.799Z | Compiling colored v2.1.0 |
959 | 2024-07-19T23:02:24.913Z | Compiling socket2 v0.4.10 |
960 | 2024-07-19T23:02:25.018Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
961 | 2024-07-19T23:02:25.360Z | Compiling clap_builder v4.5.9 |
962 | 2024-07-19T23:02:25.640Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
963 | 2024-07-19T23:02:27.252Z | Compiling serde_derive v1.0.204 |
964 | 2024-07-19T23:02:27.253Z | Compiling tokio-macros v2.3.0 |
965 | 2024-07-19T23:02:27.327Z | Compiling zerocopy-derive v0.7.35 |
966 | 2024-07-19T23:02:27.405Z | Compiling num_enum_derive v0.5.11 |
967 | 2024-07-19T23:02:27.531Z | Compiling thiserror-impl v1.0.62 |
968 | 2024-07-19T23:02:27.881Z | Compiling schemars_derive v0.8.21 |
969 | 2024-07-19T23:02:28.202Z | Compiling darling_macro v0.20.10 |
970 | 2024-07-19T23:02:28.828Z | Compiling foreign-types-macros v0.2.3 |
971 | 2024-07-19T23:02:29.225Z | Compiling darling v0.20.10 |
972 | 2024-07-19T23:02:29.323Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
973 | 2024-07-19T23:02:29.332Z | Compiling zerocopy v0.7.35 |
974 | 2024-07-19T23:02:29.780Z | Compiling num_enum v0.5.11 |
975 | 2024-07-19T23:02:29.906Z | Compiling tokio v1.38.0 |
976 | 2024-07-19T23:02:30.112Z | Compiling foreign-types v0.5.0 |
977 | 2024-07-19T23:02:30.209Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
978 | 2024-07-19T23:02:30.371Z | Compiling thiserror v1.0.62 |
979 | 2024-07-19T23:02:30.487Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
980 | 2024-07-19T23:02:30.685Z | Compiling tracing-attributes v0.1.27 |
981 | 2024-07-19T23:02:30.877Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
982 | 2024-07-19T23:02:30.896Z | Compiling clap_derive v4.5.8 |
983 | 2024-07-19T23:02:33.567Z | Compiling tracing v0.1.40 |
984 | 2024-07-19T23:02:34.490Z | Compiling clap v4.5.9 |
985 | 2024-07-19T23:02:36.370Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
986 | 2024-07-19T23:02:37.780Z | Compiling ipnetwork v0.20.0 |
987 | 2024-07-19T23:02:37.780Z | Compiling postcard v1.0.8 |
988 | 2024-07-19T23:02:38.405Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
989 | 2024-07-19T23:02:40.444Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
990 | 2024-07-19T23:02:44.377Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
991 | 2024-07-19T23:02:46.442Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
992 | 2024-07-19T23:02:52.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s |
993 | 2024-07-19T23:02:52.882Z | Building xde (debug). |
994 | 2024-07-19T23:02:53.299Z | Compiling byteorder v1.5.0 |
995 | 2024-07-19T23:02:53.302Z | Compiling stable_deref_trait v1.2.0 |
996 | 2024-07-19T23:02:53.302Z | Compiling cfg-if v1.0.0 |
997 | 2024-07-19T23:02:53.313Z | Compiling serde v1.0.204 |
998 | 2024-07-19T23:02:53.316Z | Compiling embedded-io v0.4.0 |
999 | 2024-07-19T23:02:53.316Z | Compiling bitflags v1.3.2 |
1000 | 2024-07-19T23:02:53.316Z | Compiling managed v0.8.0 |
1001 | 2024-07-19T23:02:53.316Z | Compiling cobs v0.2.3 |
1002 | 2024-07-19T23:02:53.373Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1003 | 2024-07-19T23:02:53.381Z | Compiling bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
1004 | 2024-07-19T23:02:53.394Z | Compiling bitflags v2.6.0 |
1005 | 2024-07-19T23:02:53.519Z | Compiling either v1.13.0 |
1006 | 2024-07-19T23:02:53.586Z | Compiling hash32 v0.3.1 |
1007 | 2024-07-19T23:02:53.627Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1008 | 2024-07-19T23:02:53.723Z | Compiling zerocopy v0.7.35 |
1009 | 2024-07-19T23:02:53.760Z | Compiling heapless v0.8.0 |
1010 | 2024-07-19T23:02:53.799Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1011 | 2024-07-19T23:02:53.815Z | Compiling crc32fast v1.4.2 |
1012 | 2024-07-19T23:02:53.878Z | Compiling itertools v0.12.1 |
1013 | 2024-07-19T23:02:53.881Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1014 | 2024-07-19T23:02:54.039Z | Compiling dyn-clone v1.0.17 |
1015 | 2024-07-19T23:02:54.211Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1016 | 2024-07-19T23:02:54.790Z | Compiling illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
1017 | 2024-07-19T23:02:54.885Z | Compiling smoltcp v0.11.0 |
1018 | 2024-07-19T23:02:57.784Z | Compiling postcard v1.0.8 |
1019 | 2024-07-19T23:02:58.265Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1020 | 2024-07-19T23:03:03.570Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1021 | 2024-07-19T23:03:07.581Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1022 | 2024-07-19T23:03:10.104Z | warning: struct `arl_s` is never constructed |
1023 | 2024-07-19T23:03:10.104Z | --> xde/src/ip.rs:20588:12 |
1024 | 2024-07-19T23:03:10.104Z | | |
1025 | 2024-07-19T23:03:10.104Z | 20588 | pub struct arl_s { |
1026 | 2024-07-19T23:03:10.104Z | | ^^^^^ |
1027 | 2024-07-19T23:03:10.104Z | | |
1028 | 2024-07-19T23:03:10.104Z | = note: `#[warn(dead_code)]` on by default |
1029 | 2024-07-19T23:03:10.105Z | |
1030 | 2024-07-19T23:03:15.783Z | warning: `xde` (lib) generated 1 warning |
1031 | 2024-07-19T23:03:15.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.84s |
1032 | 2024-07-19T23:03:15.819Z | Building xde dev link helper (debug). |
1033 | 2024-07-19T23:03:16.046Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1034 | 2024-07-19T23:03:16.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
1035 | 2024-07-19T23:03:16.821Z | Building opteadm (release). |
1036 | 2024-07-19T23:03:17.101Z | Compiling proc-macro2 v1.0.86 |
1037 | 2024-07-19T23:03:17.101Z | Compiling unicode-ident v1.0.12 |
1038 | 2024-07-19T23:03:17.101Z | Compiling libc v0.2.155 |
1039 | 2024-07-19T23:03:17.104Z | Compiling cfg-if v1.0.0 |
1040 | 2024-07-19T23:03:17.104Z | Compiling serde v1.0.204 |
1041 | 2024-07-19T23:03:17.104Z | Compiling syn v1.0.109 |
1042 | 2024-07-19T23:03:17.104Z | Compiling autocfg v1.3.0 |
1043 | 2024-07-19T23:03:17.104Z | Compiling anyhow v1.0.86 |
1044 | 2024-07-19T23:03:17.173Z | Compiling equivalent v1.0.1 |
1045 | 2024-07-19T23:03:17.253Z | Compiling byteorder v1.5.0 |
1046 | 2024-07-19T23:03:17.259Z | Compiling hashbrown v0.14.5 |
1047 | 2024-07-19T23:03:17.595Z | Compiling ident_case v1.0.1 |
1048 | 2024-07-19T23:03:17.648Z | Compiling winnow v0.5.40 |
1049 | 2024-07-19T23:03:17.655Z | Compiling heapless v0.8.0 |
1050 | 2024-07-19T23:03:17.743Z | Compiling fnv v1.0.7 |
1051 | 2024-07-19T23:03:17.793Z | Compiling strsim v0.11.1 |
1052 | 2024-07-19T23:03:17.811Z | Compiling lock_api v0.4.12 |
1053 | 2024-07-19T23:03:17.847Z | Compiling parking_lot_core v0.9.10 |
1054 | 2024-07-19T23:03:18.137Z | Compiling toml_datetime v0.6.6 |
1055 | 2024-07-19T23:03:18.405Z | Compiling hash32 v0.3.1 |
1056 | 2024-07-19T23:03:18.431Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1057 | 2024-07-19T23:03:18.507Z | Compiling indexmap v2.2.6 |
1058 | 2024-07-19T23:03:18.523Z | Compiling stable_deref_trait v1.2.0 |
1059 | 2024-07-19T23:03:18.580Z | Compiling quote v1.0.36 |
1060 | 2024-07-19T23:03:18.604Z | Compiling once_cell v1.19.0 |
1061 | 2024-07-19T23:03:18.607Z | Compiling scopeguard v1.2.0 |
1062 | 2024-07-19T23:03:18.725Z | Compiling serde_json v1.0.120 |
1063 | 2024-07-19T23:03:18.799Z | Compiling smallvec v1.13.2 |
1064 | 2024-07-19T23:03:18.980Z | Compiling syn v2.0.71 |
1065 | 2024-07-19T23:03:19.211Z | Compiling dyn-clone v1.0.17 |
1066 | 2024-07-19T23:03:19.263Z | Compiling smoltcp v0.11.0 |
1067 | 2024-07-19T23:03:19.818Z | Compiling managed v0.8.0 |
1068 | 2024-07-19T23:03:19.903Z | Compiling bitflags v1.3.2 |
1069 | 2024-07-19T23:03:19.925Z | Compiling schemars v0.8.21 |
1070 | 2024-07-19T23:03:19.986Z | Compiling itoa v1.0.11 |
1071 | 2024-07-19T23:03:20.151Z | Compiling rustix v0.38.34 |
1072 | 2024-07-19T23:03:20.205Z | Compiling thiserror v1.0.62 |
1073 | 2024-07-19T23:03:20.285Z | Compiling pin-project-lite v0.2.14 |
1074 | 2024-07-19T23:03:20.303Z | Compiling embedded-io v0.4.0 |
1075 | 2024-07-19T23:03:20.398Z | Compiling ryu v1.0.18 |
1076 | 2024-07-19T23:03:20.514Z | Compiling cobs v0.2.3 |
1077 | 2024-07-19T23:03:20.694Z | Compiling version_check v0.9.4 |
1078 | 2024-07-19T23:03:20.748Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1079 | 2024-07-19T23:03:20.941Z | Compiling parking_lot v0.12.3 |
1080 | 2024-07-19T23:03:20.947Z | Compiling num_cpus v1.16.0 |
1081 | 2024-07-19T23:03:21.052Z | Compiling socket2 v0.5.7 |
1082 | 2024-07-19T23:03:21.079Z | Compiling mio v0.8.11 |
1083 | 2024-07-19T23:03:21.370Z | Compiling toml_edit v0.19.15 |
1084 | 2024-07-19T23:03:21.440Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1085 | 2024-07-19T23:03:21.830Z | Compiling signal-hook-registry v1.4.2 |
1086 | 2024-07-19T23:03:22.352Z | Compiling errno v0.3.9 |
1087 | 2024-07-19T23:03:22.586Z | Compiling foreign-types-shared v0.3.1 |
1088 | 2024-07-19T23:03:22.645Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1089 | 2024-07-19T23:03:22.688Z | Compiling bytes v1.6.1 |
1090 | 2024-07-19T23:03:22.782Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1091 | 2024-07-19T23:03:23.112Z | Compiling either v1.13.0 |
1092 | 2024-07-19T23:03:23.168Z | Compiling memchr v2.7.4 |
1093 | 2024-07-19T23:03:23.344Z | Compiling unicode-width v0.1.13 |
1094 | 2024-07-19T23:03:23.486Z | Compiling utf8parse v0.2.2 |
1095 | 2024-07-19T23:03:23.596Z | Compiling bitflags v2.6.0 |
1096 | 2024-07-19T23:03:23.616Z | Compiling anstyle-parse v0.2.4 |
1097 | 2024-07-19T23:03:23.965Z | Compiling proc-macro-crate v1.3.1 |
1098 | 2024-07-19T23:03:24.167Z | Compiling tabwriter v1.4.0 |
1099 | 2024-07-19T23:03:24.774Z | Compiling cstr-argument v0.1.2 |
1100 | 2024-07-19T23:03:24.889Z | Compiling itertools v0.12.1 |
1101 | 2024-07-19T23:03:25.015Z | Compiling tracing-core v0.1.32 |
1102 | 2024-07-19T23:03:25.523Z | Compiling darling_core v0.20.10 |
1103 | 2024-07-19T23:03:26.169Z | Compiling serde_derive_internals v0.29.1 |
1104 | 2024-07-19T23:03:27.597Z | Compiling crc32fast v1.4.2 |
1105 | 2024-07-19T23:03:27.677Z | Compiling anstyle v1.0.7 |
1106 | 2024-07-19T23:03:27.735Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
1107 | 2024-07-19T23:03:27.937Z | Compiling pretty-hex v0.2.1 |
1108 | 2024-07-19T23:03:28.032Z | Compiling colorchoice v1.0.1 |
1109 | 2024-07-19T23:03:28.065Z | Compiling is_terminal_polyfill v1.70.0 |
1110 | 2024-07-19T23:03:28.112Z | Compiling lazy_static v1.5.0 |
1111 | 2024-07-19T23:03:28.164Z | Compiling anstyle-query v1.1.0 |
1112 | 2024-07-19T23:03:28.221Z | Compiling colored v2.1.0 |
1113 | 2024-07-19T23:03:28.283Z | Compiling anstream v0.6.14 |
1114 | 2024-07-19T23:03:28.440Z | Compiling terminal_size v0.3.0 |
1115 | 2024-07-19T23:03:28.619Z | Compiling socket2 v0.4.10 |
1116 | 2024-07-19T23:03:28.917Z | Compiling heck v0.5.0 |
1117 | 2024-07-19T23:03:29.282Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1118 | 2024-07-19T23:03:29.343Z | Compiling clap_lex v0.7.1 |
1119 | 2024-07-19T23:03:29.454Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1120 | 2024-07-19T23:03:29.636Z | Compiling clap_builder v4.5.9 |
1121 | 2024-07-19T23:03:30.559Z | Compiling num_enum_derive v0.5.11 |
1122 | 2024-07-19T23:03:30.559Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1123 | 2024-07-19T23:03:30.611Z | Compiling serde_derive v1.0.204 |
1124 | 2024-07-19T23:03:30.708Z | Compiling thiserror-impl v1.0.62 |
1125 | 2024-07-19T23:03:30.844Z | Compiling zerocopy-derive v0.7.35 |
1126 | 2024-07-19T23:03:30.896Z | Compiling schemars_derive v0.8.21 |
1127 | 2024-07-19T23:03:30.984Z | Compiling darling_macro v0.20.10 |
1128 | 2024-07-19T23:03:31.484Z | Compiling foreign-types-macros v0.2.3 |
1129 | 2024-07-19T23:03:31.989Z | Compiling darling v0.20.10 |
1130 | 2024-07-19T23:03:32.091Z | Compiling tokio-macros v2.3.0 |
1131 | 2024-07-19T23:03:32.808Z | Compiling foreign-types v0.5.0 |
1132 | 2024-07-19T23:03:32.899Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1133 | 2024-07-19T23:03:32.931Z | Compiling num_enum v0.5.11 |
1134 | 2024-07-19T23:03:32.973Z | Compiling zerocopy v0.7.35 |
1135 | 2024-07-19T23:03:33.082Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1136 | 2024-07-19T23:03:33.613Z | Compiling tokio v1.38.0 |
1137 | 2024-07-19T23:03:33.634Z | Compiling tracing-attributes v0.1.27 |
1138 | 2024-07-19T23:03:33.952Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1139 | 2024-07-19T23:03:34.048Z | Compiling clap_derive v4.5.8 |
1140 | 2024-07-19T23:03:36.497Z | Compiling tracing v0.1.40 |
1141 | 2024-07-19T23:03:38.013Z | Compiling clap v4.5.9 |
1142 | 2024-07-19T23:03:40.929Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1143 | 2024-07-19T23:03:41.802Z | Compiling ipnetwork v0.20.0 |
1144 | 2024-07-19T23:03:41.802Z | Compiling postcard v1.0.8 |
1145 | 2024-07-19T23:03:42.579Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1146 | 2024-07-19T23:03:45.311Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1147 | 2024-07-19T23:03:49.127Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1148 | 2024-07-19T23:03:51.029Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1149 | 2024-07-19T23:04:31.429Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 14s |
1150 | 2024-07-19T23:04:31.469Z | Building xde (release). |
1151 | 2024-07-19T23:04:31.885Z | Compiling compiler_builtins v0.1.109 |
1152 | 2024-07-19T23:04:31.885Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1153 | 2024-07-19T23:04:31.885Z | Compiling proc-macro2 v1.0.86 |
1154 | 2024-07-19T23:04:31.885Z | Compiling unicode-ident v1.0.12 |
1155 | 2024-07-19T23:04:31.888Z | Compiling libc v0.2.155 |
1156 | 2024-07-19T23:04:31.888Z | Compiling glob v0.3.1 |
1157 | 2024-07-19T23:04:31.888Z | Compiling prettyplease v0.2.20 |
1158 | 2024-07-19T23:04:31.888Z | Compiling rustix v0.38.34 |
1159 | 2024-07-19T23:04:32.067Z | Compiling minimal-lexical v0.2.1 |
1160 | 2024-07-19T23:04:32.232Z | Compiling memchr v2.7.4 |
1161 | 2024-07-19T23:04:32.568Z | Compiling bitflags v2.6.0 |
1162 | 2024-07-19T23:04:32.919Z | Compiling cfg-if v1.0.0 |
1163 | 2024-07-19T23:04:32.963Z | Compiling regex-syntax v0.8.4 |
1164 | 2024-07-19T23:04:32.994Z | Compiling libloading v0.8.4 |
1165 | 2024-07-19T23:04:33.035Z | Compiling clang-sys v1.8.1 |
1166 | 2024-07-19T23:04:33.110Z | Compiling nom v7.1.3 |
1167 | 2024-07-19T23:04:33.404Z | Compiling bindgen v0.68.1 |
1168 | 2024-07-19T23:04:33.800Z | Compiling either v1.13.0 |
1169 | 2024-07-19T23:04:33.908Z | Compiling anyhow v1.0.86 |
1170 | 2024-07-19T23:04:33.995Z | Compiling errno v0.3.9 |
1171 | 2024-07-19T23:04:34.216Z | Compiling home v0.5.9 |
1172 | 2024-07-19T23:04:34.484Z | Compiling lazycell v1.3.0 |
1173 | 2024-07-19T23:04:34.645Z | Compiling shlex v1.3.0 |
1174 | 2024-07-19T23:04:34.791Z | Compiling peeking_take_while v0.1.2 |
1175 | 2024-07-19T23:04:34.918Z | Compiling rustc-hash v1.1.0 |
1176 | 2024-07-19T23:04:35.052Z | Compiling log v0.4.22 |
1177 | 2024-07-19T23:04:35.068Z | Compiling lazy_static v1.5.0 |
1178 | 2024-07-19T23:04:35.442Z | Compiling serde v1.0.204 |
1179 | 2024-07-19T23:04:36.075Z | Compiling which v4.4.2 |
1180 | 2024-07-19T23:04:36.174Z | Compiling fnv v1.0.7 |
1181 | 2024-07-19T23:04:36.295Z | Compiling regex-automata v0.4.7 |
1182 | 2024-07-19T23:04:36.760Z | Compiling cexpr v0.6.0 |
1183 | 2024-07-19T23:04:36.793Z | Compiling heapless v0.8.0 |
1184 | 2024-07-19T23:04:36.820Z | Compiling strsim v0.11.1 |
1185 | 2024-07-19T23:04:37.472Z | Compiling ident_case v1.0.1 |
1186 | 2024-07-19T23:04:37.849Z | Compiling smoltcp v0.11.0 |
1187 | 2024-07-19T23:04:37.875Z | Compiling version_check v0.9.4 |
1188 | 2024-07-19T23:04:38.575Z | Compiling regex-lite v0.1.6 |
1189 | 2024-07-19T23:04:38.768Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1190 | 2024-07-19T23:04:39.113Z | Compiling regex v1.10.5 |
1191 | 2024-07-19T23:04:53.871Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
1192 | 2024-07-19T23:04:55.288Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1193 | 2024-07-19T23:04:55.699Z | Compiling quote v1.0.36 |
1194 | 2024-07-19T23:04:56.034Z | Compiling syn v2.0.71 |
1195 | 2024-07-19T23:04:58.789Z | Compiling byteorder v1.5.0 |
1196 | 2024-07-19T23:04:58.792Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2024-07-19T23:04:58.792Z | Compiling cobs v0.2.3 |
1198 | 2024-07-19T23:04:58.792Z | Compiling embedded-io v0.4.0 |
1199 | 2024-07-19T23:04:58.792Z | Compiling bitflags v1.3.2 |
1200 | 2024-07-19T23:04:58.868Z | Compiling managed v0.8.0 |
1201 | 2024-07-19T23:04:58.888Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1202 | 2024-07-19T23:04:59.089Z | Compiling crc32fast v1.4.2 |
1203 | 2024-07-19T23:04:59.142Z | Compiling hash32 v0.3.1 |
1204 | 2024-07-19T23:04:59.145Z | Compiling dyn-clone v1.0.17 |
1205 | 2024-07-19T23:04:59.241Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1206 | 2024-07-19T23:04:59.362Z | Compiling itertools v0.12.1 |
1207 | 2024-07-19T23:05:00.413Z | Compiling darling_core v0.20.10 |
1208 | 2024-07-19T23:05:04.697Z | Compiling serde_derive v1.0.204 |
1209 | 2024-07-19T23:05:04.700Z | Compiling zerocopy-derive v0.7.35 |
1210 | 2024-07-19T23:05:05.030Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1211 | 2024-07-19T23:05:05.562Z | Compiling darling_macro v0.20.10 |
1212 | 2024-07-19T23:05:07.006Z | Compiling darling v0.20.10 |
1213 | 2024-07-19T23:05:07.026Z | Compiling zerocopy v0.7.35 |
1214 | 2024-07-19T23:05:07.103Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1215 | 2024-07-19T23:05:12.479Z | Compiling bindings v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
1216 | 2024-07-19T23:05:14.701Z | Compiling postcard v1.0.8 |
1217 | 2024-07-19T23:05:14.719Z | Compiling serde_tokenstream v0.2.1 |
1218 | 2024-07-19T23:05:15.248Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1219 | 2024-07-19T23:05:18.790Z | Compiling macros v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
1220 | 2024-07-19T23:05:20.195Z | Compiling illumos v0.1.0 (https://github.com/oxidecomputer/illumos-rs.git?branch=felixmcfelix/rusty-for-opte#7e45ccad) |
1221 | 2024-07-19T23:05:24.379Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1222 | 2024-07-19T23:05:28.259Z | Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde) |
1223 | 2024-07-19T23:05:30.130Z | warning: struct `arl_s` is never constructed |
1224 | 2024-07-19T23:05:30.131Z | --> xde/src/ip.rs:20588:12 |
1225 | 2024-07-19T23:05:30.131Z | | |
1226 | 2024-07-19T23:05:30.131Z | 20588 | pub struct arl_s { |
1227 | 2024-07-19T23:05:30.131Z | | ^^^^^ |
1228 | 2024-07-19T23:05:30.131Z | | |
1229 | 2024-07-19T23:05:30.131Z | = note: `#[warn(dead_code)]` on by default |
1230 | 2024-07-19T23:05:30.131Z | |
1231 | 2024-07-19T23:05:55.116Z | warning: `xde` (lib) generated 1 warning |
1232 | 2024-07-19T23:05:55.116Z | Finished `release` profile [optimized + debuginfo] target(s) in 1m 23s |
1233 | 2024-07-19T23:05:55.149Z | Building xde dev link helper (release). |
1234 | 2024-07-19T23:05:55.389Z | Compiling compiler_builtins v0.1.109 |
1235 | 2024-07-19T23:05:55.389Z | Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
1236 | 2024-07-19T23:05:55.389Z | Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link) |
1237 | 2024-07-19T23:06:13.397Z | Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
1238 | 2024-07-19T23:06:14.219Z | Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-06-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
1239 | 2024-07-19T23:06:18.063Z | Finished `release` profile [optimized + debuginfo] target(s) in 22.86s |
1240 | 2024-07-19T23:06:18.091Z | |
1241 | 2024-07-19T23:06:18.091Z | real 4:25.895660968 |
1242 | 2024-07-19T23:06:18.091Z | user 12:46.009492548 |
1243 | 2024-07-19T23:06:18.091Z | sys 2:26.517742072 |
1244 | 2024-07-19T23:06:18.094Z | + elfdump target/x86_64-illumos/debug/xde |
1245 | 2024-07-19T23:06:18.094Z | + grep GOTPCREL |
1246 | 2024-07-19T23:06:20.238Z | + elfdump target/x86_64-illumos/release/xde |
1247 | 2024-07-19T23:06:20.241Z | + grep GOTPCREL |
1248 | 2024-07-19T23:06:21.478Z | + cp target/x86_64-illumos/debug/xde /work/debug/xde.dbg |
1249 | 2024-07-19T23:06:21.528Z | + sha256sum /work/debug/xde.dbg |
1250 | 2024-07-19T23:06:21.571Z | + cp target/i686-unknown-illumos/debug/libxde_link.so /work/debug/xde_link.dbg.so |
1251 | 2024-07-19T23:06:21.573Z | + sha256sum /work/debug/xde_link.dbg.so |
1252 | 2024-07-19T23:06:21.577Z | + cp target/x86_64-illumos/release/xde /work/release/ |
1253 | 2024-07-19T23:06:21.613Z | + sha256sum /work/release/xde |
1254 | 2024-07-19T23:06:21.641Z | + cp target/i686-unknown-illumos/release/libxde_link.so /work/release/xde_link.so |
1255 | 2024-07-19T23:06:21.644Z | + sha256sum /work/release/xde_link.so |
1256 | 2024-07-19T23:06:21.647Z | + header 'build xde integration tests' |
1257 | 2024-07-19T23:06:21.650Z | + echo '# ==== build xde integration tests ==== #' |
1258 | 2024-07-19T23:06:21.650Z | # ==== build xde integration tests ==== # |
1259 | 2024-07-19T23:06:21.650Z | + pushd xde-tests |
1260 | 2024-07-19T23:06:21.650Z | /work/oxidecomputer/opte/xde-tests /work/oxidecomputer/opte |
1261 | 2024-07-19T23:06:21.650Z | + cargo +nightly-2024-06-27 fmt -- --check |
1262 | 2024-07-19T23:06:21.814Z | + cargo clippy --all-targets |
1263 | 2024-07-19T23:06:22.227Z | Checking cfg-if v1.0.0 |
1264 | 2024-07-19T23:06:22.227Z | Checking once_cell v1.19.0 |
1265 | 2024-07-19T23:06:22.230Z | Checking libc v0.2.155 |
1266 | 2024-07-19T23:06:22.230Z | Checking itoa v1.0.11 |
1267 | 2024-07-19T23:06:22.238Z | Checking memchr v2.7.4 |
1268 | 2024-07-19T23:06:22.251Z | Checking serde v1.0.204 |
1269 | 2024-07-19T23:06:22.256Z | Checking dyn-clone v1.0.17 |
1270 | 2024-07-19T23:06:22.259Z | Checking scopeguard v1.2.0 |
1271 | 2024-07-19T23:06:22.286Z | Checking smallvec v1.13.2 |
1272 | 2024-07-19T23:06:22.365Z | Checking lazy_static v1.5.0 |
1273 | 2024-07-19T23:06:22.417Z | Checking byteorder v1.5.0 |
1274 | 2024-07-19T23:06:22.467Z | Checking lock_api v0.4.12 |
1275 | 2024-07-19T23:06:22.508Z | Checking pin-project-lite v0.2.14 |
1276 | 2024-07-19T23:06:22.610Z | Compiling strsim v0.11.1 |
1277 | 2024-07-19T23:06:22.654Z | Compiling proc-macro-crate v1.3.1 |
1278 | 2024-07-19T23:06:22.714Z | Checking ryu v1.0.18 |
1279 | 2024-07-19T23:06:22.744Z | Checking hash32 v0.3.1 |
1280 | 2024-07-19T23:06:22.864Z | Checking thiserror v1.0.62 |
1281 | 2024-07-19T23:06:22.894Z | Compiling slog v2.7.0 |
1282 | 2024-07-19T23:06:22.920Z | Compiling darling_core v0.20.10 |
1283 | 2024-07-19T23:06:22.982Z | Checking either v1.13.0 |
1284 | 2024-07-19T23:06:23.114Z | Checking bytes v1.6.1 |
1285 | 2024-07-19T23:06:23.321Z | Checking stable_deref_trait v1.2.0 |
1286 | 2024-07-19T23:06:23.359Z | Checking foreign-types-shared v0.3.1 |
1287 | 2024-07-19T23:06:23.400Z | Checking heapless v0.8.0 |
1288 | 2024-07-19T23:06:23.421Z | Checking itertools v0.12.1 |
1289 | 2024-07-19T23:06:23.429Z | Checking parking_lot_core v0.9.10 |
1290 | 2024-07-19T23:06:23.444Z | Checking mio v0.8.11 |
1291 | 2024-07-19T23:06:23.472Z | Compiling num_enum_derive v0.5.11 |
1292 | 2024-07-19T23:06:23.741Z | Checking parking_lot v0.12.3 |
1293 | 2024-07-19T23:06:23.844Z | Checking signal-hook-registry v1.4.2 |
1294 | 2024-07-19T23:06:24.058Z | Checking socket2 v0.5.7 |
1295 | 2024-07-19T23:06:24.068Z | Checking num_cpus v1.16.0 |
1296 | 2024-07-19T23:06:24.081Z | Checking foreign-types v0.5.0 |
1297 | 2024-07-19T23:06:24.162Z | Checking cstr-argument v0.1.2 |
1298 | 2024-07-19T23:06:24.165Z | Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1299 | 2024-07-19T23:06:24.296Z | Checking tracing-core v0.1.32 |
1300 | 2024-07-19T23:06:24.296Z | Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1301 | 2024-07-19T23:06:24.320Z | Compiling proc-macro-error-attr v1.0.4 |
1302 | 2024-07-19T23:06:24.452Z | Checking cobs v0.2.3 |
1303 | 2024-07-19T23:06:24.504Z | Checking tokio v1.38.0 |
1304 | 2024-07-19T23:06:24.613Z | Checking managed v0.8.0 |
1305 | 2024-07-19T23:06:24.659Z | Checking pretty-hex v0.2.1 |
1306 | 2024-07-19T23:06:24.802Z | Checking bitflags v1.3.2 |
1307 | 2024-07-19T23:06:24.884Z | Checking embedded-io v0.4.0 |
1308 | 2024-07-19T23:06:24.961Z | Checking tracing v0.1.40 |
1309 | 2024-07-19T23:06:24.985Z | Checking smoltcp v0.11.0 |
1310 | 2024-07-19T23:06:25.111Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1311 | 2024-07-19T23:06:25.246Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1312 | 2024-07-19T23:06:25.379Z | Checking socket2 v0.4.10 |
1313 | 2024-07-19T23:06:25.401Z | Checking errno v0.3.9 |
1314 | 2024-07-19T23:06:25.763Z | Checking colored v2.1.0 |
1315 | 2024-07-19T23:06:25.833Z | Checking num_enum v0.5.11 |
1316 | 2024-07-19T23:06:25.968Z | Checking anyhow v1.0.86 |
1317 | 2024-07-19T23:06:25.992Z | Compiling proc-macro-error v1.0.4 |
1318 | 2024-07-19T23:06:26.032Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1319 | 2024-07-19T23:06:26.100Z | Checking bitflags v2.6.0 |
1320 | 2024-07-19T23:06:26.357Z | Checking unicode-width v0.1.13 |
1321 | 2024-07-19T23:06:26.376Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
1322 | 2024-07-19T23:06:26.402Z | Checking utf8parse v0.2.2 |
1323 | 2024-07-19T23:06:26.435Z | Compiling crossbeam-utils v0.8.20 |
1324 | 2024-07-19T23:06:26.526Z | Checking anstyle-parse v0.2.4 |
1325 | 2024-07-19T23:06:26.534Z | Checking tabwriter v1.4.0 |
1326 | 2024-07-19T23:06:26.622Z | Checking rustix v0.38.34 |
1327 | 2024-07-19T23:06:26.780Z | Checking zerocopy v0.7.35 |
1328 | 2024-07-19T23:06:27.070Z | Checking dirs-sys-next v0.1.2 |
1329 | 2024-07-19T23:06:27.238Z | Checking crc32fast v1.4.2 |
1330 | 2024-07-19T23:06:27.426Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
1331 | 2024-07-19T23:06:27.628Z | Checking anstyle v1.0.7 |
1332 | 2024-07-19T23:06:27.719Z | Checking powerfmt v0.2.0 |
1333 | 2024-07-19T23:06:27.752Z | Checking ipnetwork v0.20.0 |
1334 | 2024-07-19T23:06:27.966Z | Checking serde_json v1.0.120 |
1335 | 2024-07-19T23:06:27.978Z | Checking postcard v1.0.8 |
1336 | 2024-07-19T23:06:27.986Z | Compiling num-conv v0.1.0 |
1337 | 2024-07-19T23:06:28.066Z | Checking colorchoice v1.0.1 |
1338 | 2024-07-19T23:06:28.173Z | Checking is_terminal_polyfill v1.70.0 |
1339 | 2024-07-19T23:06:28.181Z | Compiling time-core v0.1.2 |
1340 | 2024-07-19T23:06:28.241Z | Checking anstyle-query v1.1.0 |
1341 | 2024-07-19T23:06:28.273Z | Checking deranged v0.3.11 |
1342 | 2024-07-19T23:06:28.325Z | Compiling time-macros v0.2.18 |
1343 | 2024-07-19T23:06:28.345Z | Checking anstream v0.6.14 |
1344 | 2024-07-19T23:06:28.655Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1345 | 2024-07-19T23:06:28.699Z | Checking terminal_size v0.3.0 |
1346 | 2024-07-19T23:06:28.847Z | Checking dirs-next v2.0.0 |
1347 | 2024-07-19T23:06:29.147Z | Compiling darling_macro v0.20.10 |
1348 | 2024-07-19T23:06:29.191Z | Checking aho-corasick v1.1.3 |
1349 | 2024-07-19T23:06:29.459Z | Checking schemars v0.8.21 |
1350 | 2024-07-19T23:06:29.653Z | Checking thread_local v1.1.8 |
1351 | 2024-07-19T23:06:30.172Z | Compiling darling v0.20.10 |
1352 | 2024-07-19T23:06:30.272Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
1353 | 2024-07-19T23:06:30.533Z | Compiling slog-async v2.8.0 |
1354 | 2024-07-19T23:06:30.671Z | Checking arc-swap v1.7.1 |
1355 | 2024-07-19T23:06:30.802Z | Compiling heck v0.4.1 |
1356 | 2024-07-19T23:06:30.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#b76542f7) |
1357 | 2024-07-19T23:06:31.026Z | Checking clap_lex v0.7.1 |
1358 | 2024-07-19T23:06:31.068Z | Checking regex-syntax v0.8.4 |
1359 | 2024-07-19T23:06:31.120Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1360 | 2024-07-19T23:06:31.165Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
1361 | 2024-07-19T23:06:31.253Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1362 | 2024-07-19T23:06:31.356Z | Checking slog-scope v4.4.0 |
1363 | 2024-07-19T23:06:31.387Z | Checking time v0.3.36 |
1364 | 2024-07-19T23:06:31.466Z | Checking clap_builder v4.5.9 |
1365 | 2024-07-19T23:06:31.535Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1366 | 2024-07-19T23:06:31.555Z | Checking crossbeam-channel v0.5.13 |
1367 | 2024-07-19T23:06:31.719Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1368 | 2024-07-19T23:06:31.972Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
1369 | 2024-07-19T23:06:32.272Z | Checking term v0.7.0 |
1370 | 2024-07-19T23:06:32.335Z | Checking is-terminal v0.4.12 |
1371 | 2024-07-19T23:06:32.434Z | Checking log v0.4.22 |
1372 | 2024-07-19T23:06:32.695Z | Checking take_mut v0.2.2 |
1373 | 2024-07-19T23:06:32.730Z | Checking slog-stdlog v4.1.1 |
1374 | 2024-07-19T23:06:32.738Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1375 | 2024-07-19T23:06:33.160Z | Checking slog-term v2.9.1 |
1376 | 2024-07-19T23:06:33.916Z | Checking regex-automata v0.4.7 |
1377 | 2024-07-19T23:06:34.028Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#84b8147e) |
1378 | 2024-07-19T23:06:34.168Z | Checking clap v4.5.9 |
1379 | 2024-07-19T23:06:36.070Z | Checking regex v1.10.5 |
1380 | 2024-07-19T23:06:36.451Z | Checking slog-envlogger v2.2.0 |
1381 | 2024-07-19T23:06:38.441Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1382 | 2024-07-19T23:06:40.786Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1383 | 2024-07-19T23:06:41.261Z | Checking xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1384 | 2024-07-19T23:06:41.678Z | warning: unnecessary operation |
1385 | 2024-07-19T23:06:41.678Z | --> xde-tests/tests/loopback.rs:14:5 |
1386 | 2024-07-19T23:06:41.678Z | | |
1387 | 2024-07-19T23:06:41.678Z | 14 | / &topol.nodes[0] |
1388 | 2024-07-19T23:06:41.678Z | 15 | | .zone |
1389 | 2024-07-19T23:06:41.678Z | 16 | | .zone |
1390 | 2024-07-19T23:06:41.678Z | 17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
1391 | 2024-07-19T23:06:41.678Z | | |________________________________________________________________^ |
1392 | 2024-07-19T23:06:41.678Z | | |
1393 | 2024-07-19T23:06:41.678Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_operation |
1394 | 2024-07-19T23:06:41.678Z | = note: `#[warn(clippy::unnecessary_operation)]` on by default |
1395 | 2024-07-19T23:06:41.678Z | help: statement can be reduced to |
1396 | 2024-07-19T23:06:41.678Z | | |
1397 | 2024-07-19T23:06:41.678Z | 14 ~ topol.nodes[0] |
1398 | 2024-07-19T23:06:41.678Z | 15 + .zone |
1399 | 2024-07-19T23:06:41.678Z | 16 + .zone |
1400 | 2024-07-19T23:06:41.678Z | 17 + .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
1401 | 2024-07-19T23:06:41.678Z | | |
1402 | 2024-07-19T23:06:41.678Z | |
1403 | 2024-07-19T23:06:41.685Z | warning: unused borrow that must be used |
1404 | 2024-07-19T23:06:41.685Z | --> xde-tests/tests/loopback.rs:14:5 |
1405 | 2024-07-19T23:06:41.685Z | | |
1406 | 2024-07-19T23:06:41.685Z | 14 | / &topol.nodes[0] |
1407 | 2024-07-19T23:06:41.685Z | 15 | | .zone |
1408 | 2024-07-19T23:06:41.685Z | 16 | | .zone |
1409 | 2024-07-19T23:06:41.685Z | 17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
1410 | 2024-07-19T23:06:41.685Z | | |_______________________________________________________________^ the borrow produces a value |
1411 | 2024-07-19T23:06:41.685Z | | |
1412 | 2024-07-19T23:06:41.685Z | = note: `#[warn(unused_must_use)]` on by default |
1413 | 2024-07-19T23:06:41.685Z | help: use `let _ = ...` to ignore the resulting value |
1414 | 2024-07-19T23:06:41.685Z | | |
1415 | 2024-07-19T23:06:41.685Z | 14 | let _ = &topol.nodes[0] |
1416 | 2024-07-19T23:06:41.685Z | | +++++++ |
1417 | 2024-07-19T23:06:41.685Z | |
1418 | 2024-07-19T23:06:41.719Z | warning: `xde-tests` (test "loopback") generated 2 warnings (run `cargo clippy --fix --test "loopback"` to apply 1 suggestion) |
1419 | 2024-07-19T23:06:41.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.77s |
1420 | 2024-07-19T23:06:41.767Z | + cargo build --test loopback |
1421 | 2024-07-19T23:06:42.085Z | Compiling memchr v2.7.4 |
1422 | 2024-07-19T23:06:42.094Z | Compiling either v1.13.0 |
1423 | 2024-07-19T23:06:42.098Z | Compiling slog v2.7.0 |
1424 | 2024-07-19T23:06:42.101Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
1425 | 2024-07-19T23:06:42.106Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
1426 | 2024-07-19T23:06:42.110Z | Compiling dirs-sys-next v0.1.2 |
1427 | 2024-07-19T23:06:42.113Z | Compiling num-conv v0.1.0 |
1428 | 2024-07-19T23:06:42.113Z | Compiling powerfmt v0.2.0 |
1429 | 2024-07-19T23:06:42.383Z | Compiling time-core v0.1.2 |
1430 | 2024-07-19T23:06:42.454Z | Compiling itertools v0.12.1 |
1431 | 2024-07-19T23:06:42.504Z | Compiling deranged v0.3.11 |
1432 | 2024-07-19T23:06:42.525Z | Compiling dirs-next v2.0.0 |
1433 | 2024-07-19T23:06:42.541Z | Compiling time-macros v0.2.18 |
1434 | 2024-07-19T23:06:42.716Z | Compiling crossbeam-utils v0.8.20 |
1435 | 2024-07-19T23:06:42.812Z | Compiling thread_local v1.1.8 |
1436 | 2024-07-19T23:06:42.839Z | Compiling regex-syntax v0.8.4 |
1437 | 2024-07-19T23:06:43.495Z | Compiling cstr-argument v0.1.2 |
1438 | 2024-07-19T23:06:43.752Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1439 | 2024-07-19T23:06:44.105Z | Compiling aho-corasick v1.1.3 |
1440 | 2024-07-19T23:06:44.216Z | Compiling arc-swap v1.7.1 |
1441 | 2024-07-19T23:06:44.446Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
1442 | 2024-07-19T23:06:44.474Z | Compiling crossbeam-channel v0.5.13 |
1443 | 2024-07-19T23:06:44.911Z | Compiling slog-scope v4.4.0 |
1444 | 2024-07-19T23:06:44.951Z | Compiling term v0.7.0 |
1445 | 2024-07-19T23:06:45.539Z | Compiling is-terminal v0.4.12 |
1446 | 2024-07-19T23:06:45.650Z | Compiling time v0.3.36 |
1447 | 2024-07-19T23:06:45.688Z | Compiling log v0.4.22 |
1448 | 2024-07-19T23:06:45.779Z | Compiling take_mut v0.2.2 |
1449 | 2024-07-19T23:06:45.919Z | Compiling slog-async v2.8.0 |
1450 | 2024-07-19T23:06:46.139Z | Compiling slog-stdlog v4.1.1 |
1451 | 2024-07-19T23:06:46.572Z | Compiling regex-automata v0.4.7 |
1452 | 2024-07-19T23:06:46.844Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1453 | 2024-07-19T23:06:47.388Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#b76542f7) |
1454 | 2024-07-19T23:06:48.193Z | Compiling slog-term v2.9.1 |
1455 | 2024-07-19T23:06:49.266Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#84b8147e) |
1456 | 2024-07-19T23:06:50.515Z | Compiling regex v1.10.5 |
1457 | 2024-07-19T23:06:50.932Z | Compiling slog-envlogger v2.2.0 |
1458 | 2024-07-19T23:06:52.413Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
1459 | 2024-07-19T23:06:54.581Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
1460 | 2024-07-19T23:06:54.863Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
1461 | 2024-07-19T23:06:55.182Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
1462 | 2024-07-19T23:06:56.827Z | warning: unused borrow that must be used |
1463 | 2024-07-19T23:06:56.827Z | --> xde-tests/tests/loopback.rs:14:5 |
1464 | 2024-07-19T23:06:56.827Z | | |
1465 | 2024-07-19T23:06:56.827Z | 14 | / &topol.nodes[0] |
1466 | 2024-07-19T23:06:56.827Z | 15 | | .zone |
1467 | 2024-07-19T23:06:56.827Z | 16 | | .zone |
1468 | 2024-07-19T23:06:56.827Z | 17 | | .zexec(&format!("ping {}", &topol.nodes[1].port.ip()))?; |
1469 | 2024-07-19T23:06:56.827Z | | |_______________________________________________________________^ the borrow produces a value |
1470 | 2024-07-19T23:06:56.827Z | | |
1471 | 2024-07-19T23:06:56.827Z | = note: `#[warn(unused_must_use)]` on by default |
1472 | 2024-07-19T23:06:56.827Z | help: use `let _ = ...` to ignore the resulting value |
1473 | 2024-07-19T23:06:56.827Z | | |
1474 | 2024-07-19T23:06:56.827Z | 14 | let _ = &topol.nodes[0] |
1475 | 2024-07-19T23:06:56.827Z | | +++++++ |
1476 | 2024-07-19T23:06:56.827Z | |
1477 | 2024-07-19T23:06:58.990Z | warning: `xde-tests` (test "loopback") generated 1 warning |
1478 | 2024-07-19T23:06:58.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s |
1479 | 2024-07-19T23:06:59.032Z | ++ cargo build -q --test loopback --message-format=json |
1480 | 2024-07-19T23:06:59.035Z | ++ jq -r 'select(.profile.test == true) | .filenames[]' |
1481 | 2024-07-19T23:07:00.557Z | + loopback_test=/work/oxidecomputer/opte/target/debug/deps/loopback-dcdb284ede211947 |
1482 | 2024-07-19T23:07:00.557Z | + mkdir -p /work/test |
1483 | 2024-07-19T23:07:00.560Z | + cp /work/oxidecomputer/opte/target/debug/deps/loopback-dcdb284ede211947 /work/test/loopback |
1484 | 2024-07-19T23:07:00.619Z | process exited: duration 458439 ms, exit code 0 |
|
1485 | 2024-07-19T23:07:00.632Z | found 10 output files |
1486 | 2024-07-19T23:07:00.632Z | uploading: /work/debug/xde.dbg (57018560 bytes) |
1487 | 2024-07-19T23:07:02.376Z | uploaded: /work/debug/xde.dbg |
1488 | 2024-07-19T23:07:02.376Z | uploading: /work/debug/xde.dbg.sha256 (86 bytes) |
1489 | 2024-07-19T23:07:03.384Z | uploaded: /work/debug/xde.dbg.sha256 |
1490 | 2024-07-19T23:07:03.384Z | uploading: /work/debug/xde_link.dbg.so (13360 bytes) |
1491 | 2024-07-19T23:07:05.396Z | uploaded: /work/debug/xde_link.dbg.so |
1492 | 2024-07-19T23:07:05.399Z | uploading: /work/debug/xde_link.dbg.so.sha256 (94 bytes) |
1493 | 2024-07-19T23:07:06.405Z | uploaded: /work/debug/xde_link.dbg.so.sha256 |
1494 | 2024-07-19T23:07:06.405Z | uploading: /work/release/xde (35147264 bytes) |
1495 | 2024-07-19T23:07:07.862Z | uploaded: /work/release/xde |
1496 | 2024-07-19T23:07:07.862Z | uploading: /work/release/xde.sha256 (84 bytes) |
1497 | 2024-07-19T23:07:08.871Z | uploaded: /work/release/xde.sha256 |
1498 | 2024-07-19T23:07:08.871Z | uploading: /work/release/xde_link.so (27152 bytes) |
1499 | 2024-07-19T23:07:09.882Z | uploaded: /work/release/xde_link.so |
1500 | 2024-07-19T23:07:09.882Z | uploading: /work/release/xde_link.so.sha256 (92 bytes) |
1501 | 2024-07-19T23:07:10.890Z | uploaded: /work/release/xde_link.so.sha256 |
1502 | 2024-07-19T23:07:10.891Z | uploading: /work/test/loopback (58737280 bytes) |
1503 | 2024-07-19T23:07:12.642Z | uploaded: /work/test/loopback |
1504 | 2024-07-19T23:07:12.643Z | uploading: /work/xde.conf (79 bytes) |
1505 | 2024-07-19T23:07:13.652Z | uploaded: /work/xde.conf |