|
|
|
1 | 2024-07-19T22:58:19.162Z | job assigned to worker 01J36KED1STHS5NKEF0H1BGAEG (queued for 36 s) |
|
2 | 2024-07-19T22:58:19.608Z | starting task 0: "setup" |
3 | 2024-07-19T22:58:19.634Z | ++ uname -s |
4 | 2024-07-19T22:58:19.634Z | + kern=SunOS |
5 | 2024-07-19T22:58:19.634Z | + case "$kern" in |
6 | 2024-07-19T22:58:19.634Z | + groupadd -g 12345 build |
7 | 2024-07-19T22:58:19.634Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T22:58:21.638Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T22:58:21.685Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T22:58:21.710Z | + home_fs=zfs |
11 | 2024-07-19T22:58:21.710Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T22:58:21.710Z | + mkdir -p /home/build |
13 | 2024-07-19T22:58:21.710Z | + chown build:build /home/build /work |
14 | 2024-07-19T22:58:23.695Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T22:58:23.721Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-07-19T22:58:23.774Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T22:58:23.800Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T22:58:23.800Z | ' nightly-2024-06-27 |
19 | 2024-07-19T22:58:23.800Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-19T22:58:23.800Z | ' default |
21 | 2024-07-19T22:58:23.800Z | * toolchain channel = "nightly-2024-06-27" |
22 | 2024-07-19T22:58:23.800Z | * toolchain profile = "default" |
23 | 2024-07-19T22:58:23.800Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T22:58:23.800Z | + /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default |
25 | 2024-07-19T22:58:23.920Z | info: downloading installer |
26 | 2024-07-19T22:58:24.679Z | info: profile set to 'default' |
27 | 2024-07-19T22:58:24.679Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T22:58:24.704Z | info: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos' |
29 | 2024-07-19T22:58:24.777Z | info: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26) |
30 | 2024-07-19T22:58:24.777Z | info: downloading component 'cargo' |
31 | 2024-07-19T22:58:24.906Z | info: downloading component 'clippy' |
32 | 2024-07-19T22:58:24.959Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T22:58:25.191Z | info: downloading component 'rust-std' |
34 | 2024-07-19T22:58:25.927Z | info: downloading component 'rustc' |
35 | 2024-07-19T22:58:26.681Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T22:58:26.986Z | info: installing component 'cargo' |
37 | 2024-07-19T22:58:28.094Z | info: installing component 'clippy' |
38 | 2024-07-19T22:58:28.565Z | info: installing component 'rust-docs' |
39 | 2024-07-19T22:58:31.204Z | info: installing component 'rust-std' |
40 | 2024-07-19T22:58:33.499Z | info: installing component 'rustc' |
41 | 2024-07-19T22:58:38.357Z | info: installing component 'rustfmt' |
42 | 2024-07-19T22:58:38.744Z | info: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos' |
43 | 2024-07-19T22:58:38.745Z | |
44 | 2024-07-19T22:58:38.875Z | nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
45 | 2024-07-19T22:58:38.875Z | |
46 | 2024-07-19T22:58:38.875Z | |
47 | 2024-07-19T22:58:38.875Z | Rust is installed now. Great! |
48 | 2024-07-19T22:58:38.875Z | |
49 | 2024-07-19T22:58:38.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T22:58:38.875Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T22:58:38.875Z | |
52 | 2024-07-19T22:58:38.875Z | To configure your current shell, you need to source |
53 | 2024-07-19T22:58:38.875Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T22:58:38.875Z | |
55 | 2024-07-19T22:58:38.875Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T22:58:38.875Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T22:58:38.875Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T22:58:38.949Z | + rustc --version |
59 | 2024-07-19T22:58:39.067Z | rustc 1.81.0-nightly (4bc39f028 2024-06-26) |
60 | 2024-07-19T22:58:39.092Z | process exited: duration 15297 ms, exit code 0 |
|
61 | 2024-07-19T22:58:39.145Z | starting task 2: "authentication" |
62 | 2024-07-19T22:58:39.204Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-19T22:58:39.259Z | starting task 3: "clone repository" |
64 | 2024-07-19T22:58:39.284Z | + mkdir -p /work/oxidecomputer/opte |
65 | 2024-07-19T22:58:39.284Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
66 | 2024-07-19T22:58:39.309Z | Cloning into '/work/oxidecomputer/opte'... |
67 | 2024-07-19T22:58:40.552Z | + cd /work/oxidecomputer/opte |
68 | 2024-07-19T22:58:40.552Z | + git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
69 | 2024-07-19T22:58:40.847Z | From https://github.com/oxidecomputer/opte |
70 | 2024-07-19T22:58:40.847Z | * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD |
71 | 2024-07-19T22:58:40.872Z | + [[ -n illumos-rs-wip ]] |
72 | 2024-07-19T22:58:40.872Z | ++ git branch --show-current |
73 | 2024-07-19T22:58:40.872Z | + current=master |
74 | 2024-07-19T22:58:40.872Z | + [[ master != illumos-rs-wip ]] |
75 | 2024-07-19T22:58:40.872Z | + git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
76 | 2024-07-19T22:58:40.872Z | + git checkout -f illumos-rs-wip |
77 | 2024-07-19T22:58:40.897Z | Switched to branch 'illumos-rs-wip' |
78 | 2024-07-19T22:58:40.923Z | + git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 |
79 | 2024-07-19T22:58:40.947Z | HEAD is now at 6b6b3bb Newer illumos-rs. |
80 | 2024-07-19T22:58:40.947Z | process exited: duration 1669 ms, exit code 0 |
|
81 | 2024-07-19T22:58:40.996Z | starting task 4: "build" |
82 | 2024-07-19T22:58:41.021Z | + cargo --version |
83 | 2024-07-19T22:58:41.021Z | info: syncing channel updates for '1.79.0-x86_64-unknown-illumos' |
84 | 2024-07-19T22:58:41.152Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
85 | 2024-07-19T22:58:41.152Z | info: downloading component 'cargo' |
86 | 2024-07-19T22:58:41.350Z | info: downloading component 'clippy' |
87 | 2024-07-19T22:58:41.420Z | info: downloading component 'rust-docs' |
88 | 2024-07-19T22:58:42.070Z | info: downloading component 'rust-std' |
89 | 2024-07-19T22:58:42.421Z | info: downloading component 'rustc' |
90 | 2024-07-19T22:58:43.468Z | info: downloading component 'rustfmt' |
91 | 2024-07-19T22:58:43.537Z | info: installing component 'cargo' |
92 | 2024-07-19T22:58:44.551Z | info: installing component 'clippy' |
93 | 2024-07-19T22:58:44.972Z | info: installing component 'rust-docs' |
94 | 2024-07-19T22:58:47.342Z | info: installing component 'rust-std' |
95 | 2024-07-19T22:58:49.429Z | info: installing component 'rustc' |
96 | 2024-07-19T22:58:54.384Z | info: installing component 'rustfmt' |
97 | 2024-07-19T22:58:54.838Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
98 | 2024-07-19T22:58:54.862Z | + rustc --version |
99 | 2024-07-19T22:58:54.986Z | rustc 1.79.0 (129f3b996 2024-06-10) |
100 | 2024-07-19T22:58:55.010Z | + cd lib/opte-ioctl |
101 | 2024-07-19T22:58:55.010Z | + header analyze |
102 | 2024-07-19T22:58:55.011Z | + echo '# ==== analyze ==== #' |
103 | 2024-07-19T22:58:55.011Z | + ptime -m cargo clippy --all-targets |
104 | 2024-07-19T22:58:55.011Z | # ==== analyze ==== # |
105 | 2024-07-19T22:58:55.351Z | Updating crates.io index |
106 | 2024-07-19T22:58:55.396Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
107 | 2024-07-19T22:58:56.208Z | From https://github.com/oxidecomputer/falcon |
108 | 2024-07-19T22:58:56.208Z | * [new branch] main -> origin/main |
109 | 2024-07-19T22:58:56.208Z | * [new ref] -> origin/HEAD |
110 | 2024-07-19T22:58:56.360Z | Updating git repository `https://github.com/oxidecomputer/illumos-rs.git` |
111 | 2024-07-19T22:58:57.153Z | From https://github.com/oxidecomputer/illumos-rs |
112 | 2024-07-19T22:58:57.153Z | * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte |
113 | 2024-07-19T22:58:57.178Z | * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules |
114 | 2024-07-19T22:58:57.178Z | * [new branch] main -> origin/main |
115 | 2024-07-19T22:58:57.178Z | * [new branch] ry/rusty-modules -> origin/ry/rusty-modules |
116 | 2024-07-19T22:58:57.178Z | * [new ref] -> origin/HEAD |
117 | 2024-07-19T22:58:57.178Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
118 | 2024-07-19T22:58:57.600Z | From https://github.com/oxidecomputer/poptrie |
119 | 2024-07-19T22:58:57.600Z | * [new branch] main -> origin/main |
120 | 2024-07-19T22:58:57.625Z | * [new branch] multipath -> origin/multipath |
121 | 2024-07-19T22:58:57.625Z | * [new ref] -> origin/HEAD |
122 | 2024-07-19T22:58:57.650Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
123 | 2024-07-19T22:58:58.289Z | From https://github.com/oxidecomputer/netadm-sys |
124 | 2024-07-19T22:58:58.289Z | * [new branch] c_char-non-x86 -> origin/c_char-non-x86 |
125 | 2024-07-19T22:58:58.313Z | * [new branch] compile-macos -> origin/compile-macos |
126 | 2024-07-19T22:58:58.313Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
127 | 2024-07-19T22:58:58.313Z | * [new branch] gh-pages -> origin/gh-pages |
128 | 2024-07-19T22:58:58.314Z | * [new branch] main -> origin/main |
129 | 2024-07-19T22:58:58.314Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
130 | 2024-07-19T22:58:58.314Z | * [new branch] siocgnds -> origin/siocgnds |
131 | 2024-07-19T22:58:58.314Z | * [new ref] -> origin/HEAD |
132 | 2024-07-19T22:58:58.314Z | Updating git repository `https://github.com/oxidecomputer/zone` |
133 | 2024-07-19T22:58:58.785Z | From https://github.com/oxidecomputer/zone |
134 | 2024-07-19T22:58:58.785Z | * [new branch] main -> origin/main |
135 | 2024-07-19T22:58:58.809Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
136 | 2024-07-19T22:58:58.809Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
137 | 2024-07-19T22:58:58.809Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
138 | 2024-07-19T22:58:58.809Z | * [new ref] -> origin/HEAD |
139 | 2024-07-19T22:58:58.851Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
140 | 2024-07-19T22:58:59.411Z | From https://github.com/oxidecomputer/dlpi-sys |
141 | 2024-07-19T22:58:59.411Z | * [new branch] gh-pages -> origin/gh-pages |
142 | 2024-07-19T22:58:59.436Z | * [new branch] main -> origin/main |
143 | 2024-07-19T22:58:59.436Z | * [new ref] -> origin/HEAD |
144 | 2024-07-19T22:58:59.436Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
145 | 2024-07-19T22:58:59.909Z | From https://github.com/jmesmon/rust-libzfs |
146 | 2024-07-19T22:58:59.909Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
147 | 2024-07-19T22:58:59.934Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
148 | 2024-07-19T22:58:59.934Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
149 | 2024-07-19T22:58:59.934Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
150 | 2024-07-19T22:58:59.934Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
151 | 2024-07-19T22:58:59.934Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
152 | 2024-07-19T22:58:59.934Z | * [new branch] dev -> origin/dev |
153 | 2024-07-19T22:58:59.934Z | * [new branch] drr -> origin/drr |
154 | 2024-07-19T22:58:59.934Z | * [new branch] f-types -> origin/f-types |
155 | 2024-07-19T22:58:59.934Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
156 | 2024-07-19T22:58:59.934Z | * [new branch] master -> origin/master |
157 | 2024-07-19T22:58:59.934Z | * [new branch] staging -> origin/staging |
158 | 2024-07-19T22:58:59.934Z | * [new ref] -> origin/HEAD |
159 | 2024-07-19T22:58:59.934Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
160 | 2024-07-19T22:58:59.934Z | * [new tag] v0.4.0 -> v0.4.0 |
161 | 2024-07-19T22:58:59.934Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
162 | 2024-07-19T22:58:59.934Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
163 | 2024-07-19T22:58:59.959Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
164 | 2024-07-19T22:59:00.380Z | From https://github.com/oxidecomputer/oxnet |
165 | 2024-07-19T22:59:00.380Z | * [new branch] ci -> origin/ci |
166 | 2024-07-19T22:59:00.405Z | * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204 |
167 | 2024-07-19T22:59:00.405Z | * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120 |
168 | 2024-07-19T22:59:00.405Z | * [new branch] main -> origin/main |
169 | 2024-07-19T22:59:00.405Z | * [new ref] -> origin/HEAD |
170 | 2024-07-19T22:59:00.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
171 | 2024-07-19T22:59:00.954Z | From https://github.com/oxidecomputer/rusty-doors |
172 | 2024-07-19T22:59:00.954Z | * [new branch] gh-pages -> origin/gh-pages |
173 | 2024-07-19T22:59:00.954Z | * [new branch] main -> origin/main |
174 | 2024-07-19T22:59:00.979Z | * [new branch] no-bindgen -> origin/no-bindgen |
175 | 2024-07-19T22:59:00.979Z | * [new ref] -> origin/HEAD |
176 | 2024-07-19T22:59:01.538Z | Downloading crates ... |
177 | 2024-07-19T22:59:01.596Z | Downloaded cstr-argument v0.1.2 |
178 | 2024-07-19T22:59:01.646Z | Downloaded toml_datetime v0.6.6 |
179 | 2024-07-19T22:59:01.671Z | Downloaded zerocopy-derive v0.7.35 |
180 | 2024-07-19T22:59:01.671Z | Downloaded syn v2.0.71 |
181 | 2024-07-19T22:59:01.695Z | Downloaded zerocopy v0.7.35 |
182 | 2024-07-19T22:59:01.695Z | Downloaded winnow v0.5.40 |
183 | 2024-07-19T22:59:01.720Z | Downloaded tokio v1.38.0 |
184 | 2024-07-19T22:59:01.746Z | Downloaded libc v0.2.155 |
185 | 2024-07-19T22:59:01.778Z | Downloaded version_check v0.9.4 |
186 | 2024-07-19T22:59:01.803Z | Downloaded unicode-ident v1.0.12 |
187 | 2024-07-19T22:59:01.803Z | Downloaded tracing-core v0.1.32 |
188 | 2024-07-19T22:59:01.803Z | Downloaded tracing-attributes v0.1.27 |
189 | 2024-07-19T22:59:01.803Z | Downloaded tracing v0.1.40 |
190 | 2024-07-19T22:59:01.803Z | Downloaded toml_edit v0.19.15 |
191 | 2024-07-19T22:59:01.827Z | Downloaded thiserror-impl v1.0.62 |
192 | 2024-07-19T22:59:01.827Z | Downloaded thiserror v1.0.62 |
193 | 2024-07-19T22:59:01.827Z | Downloaded syn v1.0.109 |
194 | 2024-07-19T22:59:01.852Z | Downloaded stable_deref_trait v1.2.0 |
195 | 2024-07-19T22:59:01.852Z | Downloaded socket2 v0.5.7 |
196 | 2024-07-19T22:59:01.852Z | Downloaded socket2 v0.4.10 |
197 | 2024-07-19T22:59:01.852Z | Downloaded smoltcp v0.11.0 |
198 | 2024-07-19T22:59:01.852Z | Downloaded smallvec v1.13.2 |
199 | 2024-07-19T22:59:01.852Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2024-07-19T22:59:01.876Z | Downloaded serde_json v1.0.120 |
201 | 2024-07-19T22:59:01.876Z | Downloaded serde_derive_internals v0.29.1 |
202 | 2024-07-19T22:59:01.876Z | Downloaded serde_derive v1.0.204 |
203 | 2024-07-19T22:59:01.876Z | Downloaded serde v1.0.204 |
204 | 2024-07-19T22:59:01.876Z | Downloaded scopeguard v1.2.0 |
205 | 2024-07-19T22:59:01.876Z | Downloaded schemars_derive v0.8.21 |
206 | 2024-07-19T22:59:01.876Z | Downloaded schemars v0.8.21 |
207 | 2024-07-19T22:59:01.901Z | Downloaded quote v1.0.36 |
208 | 2024-07-19T22:59:01.901Z | Downloaded proc-macro2 v1.0.86 |
209 | 2024-07-19T22:59:01.901Z | Downloaded proc-macro-error-attr v1.0.4 |
210 | 2024-07-19T22:59:01.901Z | Downloaded proc-macro-error v1.0.4 |
211 | 2024-07-19T22:59:01.901Z | Downloaded proc-macro-crate v1.3.1 |
212 | 2024-07-19T22:59:01.901Z | Downloaded pretty-hex v0.2.1 |
213 | 2024-07-19T22:59:01.902Z | Downloaded postcard v1.0.8 |
214 | 2024-07-19T22:59:01.902Z | Downloaded pin-project-lite v0.2.14 |
215 | 2024-07-19T22:59:01.926Z | Downloaded parking_lot_core v0.9.10 |
216 | 2024-07-19T22:59:01.926Z | Downloaded parking_lot v0.12.3 |
217 | 2024-07-19T22:59:01.926Z | Downloaded once_cell v1.19.0 |
218 | 2024-07-19T22:59:01.926Z | Downloaded num_enum_derive v0.5.11 |
219 | 2024-07-19T22:59:01.926Z | Downloaded num_enum v0.5.11 |
220 | 2024-07-19T22:59:01.926Z | Downloaded num_cpus v1.16.0 |
221 | 2024-07-19T22:59:01.926Z | Downloaded mio v0.8.11 |
222 | 2024-07-19T22:59:01.951Z | Downloaded memchr v2.7.4 |
223 | 2024-07-19T22:59:01.951Z | Downloaded managed v0.8.0 |
224 | 2024-07-19T22:59:01.951Z | Downloaded lock_api v0.4.12 |
225 | 2024-07-19T22:59:01.951Z | Downloaded lazy_static v1.5.0 |
226 | 2024-07-19T22:59:01.951Z | Downloaded itoa v1.0.11 |
227 | 2024-07-19T22:59:01.951Z | Downloaded ipnetwork v0.20.0 |
228 | 2024-07-19T22:59:01.951Z | Downloaded indexmap v2.2.6 |
229 | 2024-07-19T22:59:01.951Z | Downloaded heapless v0.8.0 |
230 | 2024-07-19T22:59:01.951Z | Downloaded hashbrown v0.14.5 |
231 | 2024-07-19T22:59:01.976Z | Downloaded hash32 v0.3.1 |
232 | 2024-07-19T22:59:01.976Z | Downloaded foreign-types-shared v0.3.1 |
233 | 2024-07-19T22:59:01.976Z | Downloaded foreign-types-macros v0.2.3 |
234 | 2024-07-19T22:59:01.976Z | Downloaded foreign-types v0.5.0 |
235 | 2024-07-19T22:59:01.976Z | Downloaded equivalent v1.0.1 |
236 | 2024-07-19T22:59:01.976Z | Downloaded embedded-io v0.4.0 |
237 | 2024-07-19T22:59:01.976Z | Downloaded dyn-clone v1.0.17 |
238 | 2024-07-19T22:59:01.976Z | Downloaded defmt-parser v0.3.4 |
239 | 2024-07-19T22:59:01.976Z | Downloaded defmt-macros v0.3.9 |
240 | 2024-07-19T22:59:01.976Z | Downloaded defmt v0.3.8 |
241 | 2024-07-19T22:59:01.976Z | Downloaded colored v2.1.0 |
242 | 2024-07-19T22:59:01.976Z | Downloaded cobs v0.2.3 |
243 | 2024-07-19T22:59:01.977Z | Downloaded cfg-if v1.0.0 |
244 | 2024-07-19T22:59:01.977Z | Downloaded bytes v1.6.1 |
245 | 2024-07-19T22:59:02.002Z | Downloaded byteorder v1.5.0 |
246 | 2024-07-19T22:59:02.002Z | Downloaded bitflags v1.3.2 |
247 | 2024-07-19T22:59:02.002Z | Downloaded autocfg v1.3.0 |
248 | 2024-07-19T22:59:02.002Z | Downloaded anyhow v1.0.86 |
249 | 2024-07-19T22:59:02.002Z | Downloaded tokio-macros v2.3.0 |
250 | 2024-07-19T22:59:02.002Z | Downloaded ryu v1.0.18 |
251 | 2024-07-19T22:59:02.075Z | Compiling proc-macro2 v1.0.86 |
252 | 2024-07-19T22:59:02.075Z | Compiling unicode-ident v1.0.12 |
253 | 2024-07-19T22:59:02.075Z | Compiling libc v0.2.155 |
254 | 2024-07-19T22:59:02.101Z | Checking cfg-if v1.0.0 |
255 | 2024-07-19T22:59:02.101Z | Compiling serde v1.0.204 |
256 | 2024-07-19T22:59:02.101Z | Compiling syn v1.0.109 |
257 | 2024-07-19T22:59:02.101Z | Compiling autocfg v1.3.0 |
258 | 2024-07-19T22:59:02.101Z | Checking byteorder v1.5.0 |
259 | 2024-07-19T22:59:02.257Z | Compiling hashbrown v0.14.5 |
260 | 2024-07-19T22:59:02.314Z | Compiling equivalent v1.0.1 |
261 | 2024-07-19T22:59:02.403Z | Compiling heapless v0.8.0 |
262 | 2024-07-19T22:59:02.427Z | Compiling toml_datetime v0.6.6 |
263 | 2024-07-19T22:59:02.712Z | Compiling parking_lot_core v0.9.10 |
264 | 2024-07-19T22:59:02.736Z | Compiling winnow v0.5.40 |
265 | 2024-07-19T22:59:02.763Z | Checking hash32 v0.3.1 |
266 | 2024-07-19T22:59:02.842Z | Compiling lock_api v0.4.12 |
267 | 2024-07-19T22:59:02.904Z | Compiling once_cell v1.19.0 |
268 | 2024-07-19T22:59:03.092Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
269 | 2024-07-19T22:59:03.127Z | Checking smallvec v1.13.2 |
270 | 2024-07-19T22:59:03.246Z | Checking scopeguard v1.2.0 |
271 | 2024-07-19T22:59:03.270Z | Compiling indexmap v2.2.6 |
272 | 2024-07-19T22:59:03.354Z | Checking stable_deref_trait v1.2.0 |
273 | 2024-07-19T22:59:03.378Z | Checking dyn-clone v1.0.17 |
274 | 2024-07-19T22:59:03.403Z | Compiling serde_json v1.0.120 |
275 | 2024-07-19T22:59:03.427Z | Compiling smoltcp v0.11.0 |
276 | 2024-07-19T22:59:03.490Z | Compiling quote v1.0.36 |
277 | 2024-07-19T22:59:03.767Z | Compiling thiserror v1.0.62 |
278 | 2024-07-19T22:59:04.020Z | Compiling syn v2.0.71 |
279 | 2024-07-19T22:59:04.107Z | Checking embedded-io v0.4.0 |
280 | 2024-07-19T22:59:04.132Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
281 | 2024-07-19T22:59:04.242Z | Compiling version_check v0.9.4 |
282 | 2024-07-19T22:59:04.267Z | Checking cobs v0.2.3 |
283 | 2024-07-19T22:59:04.292Z | Compiling schemars v0.8.21 |
284 | 2024-07-19T22:59:04.410Z | Checking itoa v1.0.11 |
285 | 2024-07-19T22:59:04.434Z | Checking pin-project-lite v0.2.14 |
286 | 2024-07-19T22:59:04.459Z | Checking bitflags v1.3.2 |
287 | 2024-07-19T22:59:04.517Z | Checking ryu v1.0.18 |
288 | 2024-07-19T22:59:04.543Z | Checking managed v0.8.0 |
289 | 2024-07-19T22:59:04.636Z | Checking parking_lot v0.12.3 |
290 | 2024-07-19T22:59:04.708Z | Checking mio v0.8.11 |
291 | 2024-07-19T22:59:04.739Z | Checking signal-hook-registry v1.4.2 |
292 | 2024-07-19T22:59:04.831Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
293 | 2024-07-19T22:59:04.935Z | Checking socket2 v0.5.7 |
294 | 2024-07-19T22:59:04.959Z | Checking num_cpus v1.16.0 |
295 | 2024-07-19T22:59:05.176Z | Checking foreign-types-shared v0.3.1 |
296 | 2024-07-19T22:59:05.237Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
297 | 2024-07-19T22:59:05.268Z | Checking bytes v1.6.1 |
298 | 2024-07-19T22:59:05.324Z | Compiling anyhow v1.0.86 |
299 | 2024-07-19T22:59:05.355Z | Checking memchr v2.7.4 |
300 | 2024-07-19T22:59:05.520Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
301 | 2024-07-19T22:59:05.688Z | Compiling toml_edit v0.19.15 |
302 | 2024-07-19T22:59:05.854Z | Checking tracing-core v0.1.32 |
303 | 2024-07-19T22:59:06.059Z | Checking cstr-argument v0.1.2 |
304 | 2024-07-19T22:59:06.085Z | Checking pretty-hex v0.2.1 |
305 | 2024-07-19T22:59:06.133Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#b76542f7) |
306 | 2024-07-19T22:59:06.193Z | Checking lazy_static v1.5.0 |
307 | 2024-07-19T22:59:06.295Z | Checking colored v2.1.0 |
308 | 2024-07-19T22:59:06.401Z | Checking socket2 v0.4.10 |
309 | 2024-07-19T22:59:06.431Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
310 | 2024-07-19T22:59:07.690Z | Compiling proc-macro-crate v1.3.1 |
311 | 2024-07-19T22:59:09.126Z | Compiling serde_derive_internals v0.29.1 |
312 | 2024-07-19T22:59:10.883Z | Compiling num_enum_derive v0.5.11 |
313 | 2024-07-19T22:59:10.883Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
314 | 2024-07-19T22:59:11.444Z | Compiling serde_derive v1.0.204 |
315 | 2024-07-19T22:59:11.444Z | Compiling schemars_derive v0.8.21 |
316 | 2024-07-19T22:59:11.469Z | Compiling tokio-macros v2.3.0 |
317 | 2024-07-19T22:59:11.469Z | Compiling foreign-types-macros v0.2.3 |
318 | 2024-07-19T22:59:11.469Z | Compiling thiserror-impl v1.0.62 |
319 | 2024-07-19T22:59:11.469Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
320 | 2024-07-19T22:59:11.587Z | Compiling zerocopy-derive v0.7.35 |
321 | 2024-07-19T22:59:12.561Z | Compiling tracing-attributes v0.1.27 |
322 | 2024-07-19T22:59:12.636Z | Checking foreign-types v0.5.0 |
323 | 2024-07-19T22:59:12.731Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
324 | 2024-07-19T22:59:12.841Z | Checking num_enum v0.5.11 |
325 | 2024-07-19T22:59:13.425Z | Checking zerocopy v0.7.35 |
326 | 2024-07-19T22:59:13.961Z | Checking tokio v1.38.0 |
327 | 2024-07-19T22:59:14.895Z | Checking tracing v0.1.40 |
328 | 2024-07-19T22:59:19.829Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
329 | 2024-07-19T22:59:19.957Z | Checking postcard v1.0.8 |
330 | 2024-07-19T22:59:19.957Z | Checking ipnetwork v0.20.0 |
331 | 2024-07-19T22:59:20.519Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
332 | 2024-07-19T22:59:22.226Z | warning: unused `#[macro_use]` import |
333 | 2024-07-19T22:59:22.227Z | --> lib/opte/src/lib.rs:23:1 |
334 | 2024-07-19T22:59:22.227Z | | |
335 | 2024-07-19T22:59:22.227Z | 23 | #[macro_use] |
336 | 2024-07-19T22:59:22.227Z | | ^^^^^^^^^^^^ |
337 | 2024-07-19T22:59:22.227Z | | |
338 | 2024-07-19T22:59:22.227Z | = note: `#[warn(unused_imports)]` on by default |
339 | 2024-07-19T22:59:22.227Z | |
340 | 2024-07-19T22:59:22.304Z | warning: `opte` (lib) generated 1 warning |
341 | 2024-07-19T22:59:22.329Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
342 | 2024-07-19T22:59:22.442Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
343 | 2024-07-19T22:59:24.718Z | Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
344 | 2024-07-19T22:59:25.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s |
345 | 2024-07-19T22:59:25.192Z | |
346 | 2024-07-19T22:59:25.192Z | real 30.190321328 |
347 | 2024-07-19T22:59:25.192Z | user 1:22.724975791 |
348 | 2024-07-19T22:59:25.192Z | sys 25.710577865 |
349 | 2024-07-19T22:59:25.192Z | trap 0.041109793 |
350 | 2024-07-19T22:59:25.192Z | tflt 0.095867619 |
351 | 2024-07-19T22:59:25.192Z | dflt 0.556186786 |
352 | 2024-07-19T22:59:25.192Z | kflt 0.001419868 |
353 | 2024-07-19T22:59:25.217Z | lock 2:02.055720780 |
354 | 2024-07-19T22:59:25.217Z | slp 5:34.669745996 |
355 | 2024-07-19T22:59:25.217Z | lat 5.377537059 |
356 | 2024-07-19T22:59:25.217Z | stop 9.520793211 |
357 | 2024-07-19T22:59:25.217Z | process exited: duration 44198 ms, exit code 0 |
|
358 | 2024-07-19T22:59:25.267Z | found 0 output files |