|
|
|
1 | 2025-02-10T17:28:17.984Z | job dependencies complete; ready to run (waiting for 6 m 45 s) |
2 | 2025-02-10T17:29:23.235Z | job assigned to worker 01JKREFEF3BPTVYB6TQDTYSM72 [factory aws, i-0d1b6a44becffe5e5] (queued for 1 m 5 s) |
3 | 2025-02-10T17:29:31.536Z | downloading input: /input/xde/work/debug/xde.dbg |
4 | 2025-02-10T17:29:32.233Z | downloaded input: /input/xde/work/debug/xde.dbg |
5 | 2025-02-10T17:29:32.233Z | downloading input: /input/xde/work/debug/xde.dbg.sha256 |
6 | 2025-02-10T17:29:32.246Z | downloaded input: /input/xde/work/debug/xde.dbg.sha256 |
7 | 2025-02-10T17:29:32.246Z | downloading input: /input/xde/work/debug/xde_link.dbg.so |
8 | 2025-02-10T17:29:32.266Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so |
9 | 2025-02-10T17:29:32.266Z | downloading input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
10 | 2025-02-10T17:29:32.280Z | downloaded input: /input/xde/work/debug/xde_link.dbg.so.sha256 |
11 | 2025-02-10T17:29:32.283Z | downloading input: /input/xde/work/release/xde |
12 | 2025-02-10T17:29:32.702Z | downloaded input: /input/xde/work/release/xde |
13 | 2025-02-10T17:29:32.702Z | downloading input: /input/xde/work/release/xde.sha256 |
14 | 2025-02-10T17:29:32.715Z | downloaded input: /input/xde/work/release/xde.sha256 |
15 | 2025-02-10T17:29:32.715Z | downloading input: /input/xde/work/release/xde_link.so |
16 | 2025-02-10T17:29:32.737Z | downloaded input: /input/xde/work/release/xde_link.so |
17 | 2025-02-10T17:29:32.737Z | downloading input: /input/xde/work/release/xde_link.so.sha256 |
18 | 2025-02-10T17:29:32.750Z | downloaded input: /input/xde/work/release/xde_link.so.sha256 |
19 | 2025-02-10T17:29:32.753Z | downloading input: /input/xde/work/test/loopback |
20 | 2025-02-10T17:29:33.391Z | downloaded input: /input/xde/work/test/loopback |
21 | 2025-02-10T17:29:33.391Z | downloading input: /input/xde/work/xde.conf |
22 | 2025-02-10T17:29:33.406Z | downloaded input: /input/xde/work/xde.conf |
|
23 | 2025-02-10T17:29:33.406Z | starting task 0: "setup" |
24 | 2025-02-10T17:29:33.414Z | ++ uname -s |
25 | 2025-02-10T17:29:33.416Z | + kern=SunOS |
26 | 2025-02-10T17:29:33.417Z | + build_user=build |
27 | 2025-02-10T17:29:33.417Z | + build_uid=12345 |
28 | 2025-02-10T17:29:33.417Z | + work_dir=/work |
29 | 2025-02-10T17:29:33.417Z | + input_dir=/input |
30 | 2025-02-10T17:29:33.417Z | + [[ 0 == 12345 ]] |
31 | 2025-02-10T17:29:33.417Z | + case "$kern" in |
32 | 2025-02-10T17:29:33.417Z | + groupadd -g 12345 build |
33 | 2025-02-10T17:29:33.420Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
34 | 2025-02-10T17:29:35.427Z | + zfs create -o mountpoint=/work rpool/work |
35 | 2025-02-10T17:29:35.493Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
36 | 2025-02-10T17:29:35.496Z | + home_fs=zfs |
37 | 2025-02-10T17:29:35.496Z | + [[ zfs == autofs ]] |
38 | 2025-02-10T17:29:35.496Z | + mkdir -p /home/build |
39 | 2025-02-10T17:29:35.498Z | + chown build:build /home/build /work |
40 | 2025-02-10T17:29:37.500Z | + chmod 0700 /home/build /work |
41 | 2025-02-10T17:29:37.502Z | process exited: duration 4096 ms, exit code 0 |
|
42 | 2025-02-10T17:29:37.509Z | starting task 1: "rust-toolchain" |
43 | 2025-02-10T17:29:37.514Z | + printf ' * rust toolchain channel = "%s"\n' stable |
44 | 2025-02-10T17:29:37.514Z | + printf ' * rust toolchain profile = "%s"\n' default |
45 | 2025-02-10T17:29:37.514Z | * rust toolchain channel = "stable" |
46 | 2025-02-10T17:29:37.514Z | * rust toolchain profile = "default" |
47 | 2025-02-10T17:29:37.514Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
48 | 2025-02-10T17:29:37.514Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
49 | 2025-02-10T17:29:37.517Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
50 | 2025-02-10T17:29:37.517Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
51 | 2025-02-10T17:29:37.631Z | info: downloading installer |
52 | 2025-02-10T17:29:38.955Z | warning: it looks like you have an existing installation of Rust at: |
53 | 2025-02-10T17:29:38.955Z | warning: /opt/ooce/bin |
54 | 2025-02-10T17:29:38.955Z | warning: It is recommended that rustup be the primary Rust installation. |
55 | 2025-02-10T17:29:38.955Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
56 | 2025-02-10T17:29:38.955Z | warning: If you are sure that you want both rustup and your already installed Rust |
57 | 2025-02-10T17:29:38.955Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
58 | 2025-02-10T17:29:38.955Z | warning: or pass `-y' to ignore all ignorable checks. |
59 | 2025-02-10T17:29:38.955Z | error: cannot install while Rust is installed |
60 | 2025-02-10T17:29:38.955Z | warning: continuing (because the -y flag is set and the error is ignorable) |
61 | 2025-02-10T17:29:38.969Z | info: profile set to 'default' |
62 | 2025-02-10T17:29:38.969Z | info: default host triple is x86_64-unknown-illumos |
63 | 2025-02-10T17:29:38.971Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
64 | 2025-02-10T17:29:39.103Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
65 | 2025-02-10T17:29:39.103Z | info: downloading component 'cargo' |
66 | 2025-02-10T17:29:39.831Z | info: downloading component 'clippy' |
67 | 2025-02-10T17:29:40.110Z | info: downloading component 'rust-docs' |
68 | 2025-02-10T17:29:41.111Z | info: downloading component 'rust-std' |
69 | 2025-02-10T17:29:42.728Z | info: downloading component 'rustc' |
70 | 2025-02-10T17:29:48.441Z | info: downloading component 'rustfmt' |
71 | 2025-02-10T17:29:48.653Z | info: installing component 'cargo' |
72 | 2025-02-10T17:29:49.482Z | info: installing component 'clippy' |
73 | 2025-02-10T17:29:49.862Z | info: installing component 'rust-docs' |
74 | 2025-02-10T17:29:51.505Z | info: installing component 'rust-std' |
75 | 2025-02-10T17:29:53.368Z | info: installing component 'rustc' |
76 | 2025-02-10T17:29:59.387Z | info: installing component 'rustfmt' |
77 | 2025-02-10T17:29:59.725Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
78 | 2025-02-10T17:29:59.725Z | |
79 | 2025-02-10T17:30:00.120Z | stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-10T17:30:00.120Z | |
81 | 2025-02-10T17:30:00.123Z | |
82 | 2025-02-10T17:30:00.123Z | Rust is installed now. Great! |
83 | 2025-02-10T17:30:00.123Z | |
84 | 2025-02-10T17:30:00.123Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
85 | 2025-02-10T17:30:00.123Z | environment variable. This has not been done automatically. |
86 | 2025-02-10T17:30:00.123Z | |
87 | 2025-02-10T17:30:00.123Z | To configure your current shell, you need to source |
88 | 2025-02-10T17:30:00.123Z | the corresponding env file under $HOME/.cargo. |
89 | 2025-02-10T17:30:00.123Z | |
90 | 2025-02-10T17:30:00.123Z | This is usually done by running one of the following (note the leading DOT): |
91 | 2025-02-10T17:30:00.123Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
92 | 2025-02-10T17:30:00.124Z | source "$HOME/.cargo/env.fish" # For fish |
93 | 2025-02-10T17:30:00.203Z | + rustup --version |
94 | 2025-02-10T17:30:00.211Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
95 | 2025-02-10T17:30:00.211Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
96 | 2025-02-10T17:30:00.290Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
97 | 2025-02-10T17:30:00.294Z | + cargo --version |
98 | 2025-02-10T17:30:00.354Z | cargo 1.84.1 (66221abde 2024-11-19) |
99 | 2025-02-10T17:30:00.356Z | + rustc --version |
100 | 2025-02-10T17:30:00.419Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
101 | 2025-02-10T17:30:00.423Z | process exited: duration 22911 ms, exit code 0 |
|
102 | 2025-02-10T17:30:00.429Z | starting task 2: "authentication" |
103 | 2025-02-10T17:30:00.451Z | process exited: duration 22 ms, exit code 0 |
|
104 | 2025-02-10T17:30:00.457Z | starting task 3: "clone repository" |
105 | 2025-02-10T17:30:00.462Z | + mkdir -p /work/oxidecomputer/opte |
106 | 2025-02-10T17:30:00.464Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
107 | 2025-02-10T17:30:00.498Z | Cloning into '/work/oxidecomputer/opte'... |
108 | 2025-02-10T17:30:01.260Z | + cd /work/oxidecomputer/opte |
109 | 2025-02-10T17:30:01.262Z | + git fetch origin 9345439b57a80ca6d13e173affd8c4aab645af73 |
110 | 2025-02-10T17:30:01.554Z | From https://github.com/oxidecomputer/opte |
111 | 2025-02-10T17:30:01.554Z | * branch 9345439b57a80ca6d13e173affd8c4aab645af73 -> FETCH_HEAD |
112 | 2025-02-10T17:30:01.563Z | + [[ -n ingot-and-offload ]] |
113 | 2025-02-10T17:30:01.565Z | ++ git branch --show-current |
114 | 2025-02-10T17:30:01.568Z | + current=master |
115 | 2025-02-10T17:30:01.568Z | + [[ master != ingot-and-offload ]] |
116 | 2025-02-10T17:30:01.568Z | + git branch -f ingot-and-offload 9345439b57a80ca6d13e173affd8c4aab645af73 |
117 | 2025-02-10T17:30:01.570Z | + git checkout -f ingot-and-offload |
118 | 2025-02-10T17:30:01.592Z | Switched to branch 'ingot-and-offload' |
119 | 2025-02-10T17:30:01.595Z | + git reset --hard 9345439b57a80ca6d13e173affd8c4aab645af73 |
120 | 2025-02-10T17:30:01.615Z | HEAD is now at 9345439 Whelp, these flags moved about. |
121 | 2025-02-10T17:30:01.618Z | process exited: duration 1158 ms, exit code 0 |
|
122 | 2025-02-10T17:30:01.624Z | starting task 4: "build" |
123 | 2025-02-10T17:30:01.629Z | + pfexec pkg install brand/sparse opte iperf demangle flamegraph |
124 | 2025-02-10T17:30:09.403Z | Startup: Refreshing catalog 'helios-dev' ... Done |
125 | 2025-02-10T17:30:13.636Z | Startup: Caching catalogs ... Done |
126 | 2025-02-10T17:30:26.342Z | Planning: Solver setup ... Done |
127 | 2025-02-10T17:30:26.508Z | Planning: Running solver ... Done |
128 | 2025-02-10T17:30:26.625Z | Planning: Finding local manifests ... Done |
129 | 2025-02-10T17:30:26.640Z | Planning: Fetching manifests: 0/6 0% complete |
130 | 2025-02-10T17:30:26.761Z | Planning: Fetching manifests: 6/6 100% complete |
131 | 2025-02-10T17:30:26.834Z | Planning: Package planning ... Done |
132 | 2025-02-10T17:30:26.841Z | Planning: Merging actions ... Done |
133 | 2025-02-10T17:30:27.140Z | Planning: Checking for conflicting actions ... Done |
134 | 2025-02-10T17:30:29.209Z | Planning: Consolidating action changes ... Done |
135 | 2025-02-10T17:30:29.640Z | Planning: Evaluating mediators ... Done |
136 | 2025-02-10T17:30:29.710Z | Planning: Planning completed in 15.97 seconds |
137 | 2025-02-10T17:30:29.726Z | Packages to install: 4 |
138 | 2025-02-10T17:30:29.726Z | Packages to update: 2 |
139 | 2025-02-10T17:30:29.726Z | Services to change: 1 |
140 | 2025-02-10T17:30:29.728Z | Create boot environment: No |
141 | 2025-02-10T17:30:29.728Z | Create backup boot environment: Yes |
142 | 2025-02-10T17:30:29.804Z | |
143 | 2025-02-10T17:30:29.804Z | Download: 0/1024 items 0.0/18.4MB 0% complete |
144 | 2025-02-10T17:30:34.721Z | Download: Completed 18.42 MB in 4.92 seconds (3.8M/s) |
145 | 2025-02-10T17:30:36.667Z | Actions: 1/1482 actions (Removing old actions) |
146 | 2025-02-10T17:30:36.689Z | Actions: 199/1482 actions (Installing new actions) |
147 | 2025-02-10T17:30:37.239Z | Actions: 642/1482 actions (Updating modified actions) |
148 | 2025-02-10T17:30:37.561Z | Actions: Completed 1482 actions in 0.89 seconds. |
149 | 2025-02-10T17:30:37.772Z | Done |
150 | 2025-02-10T17:30:37.775Z | Done |
151 | 2025-02-10T17:30:38.310Z | Done |
152 | 2025-02-10T17:30:42.677Z | Done |
153 | 2025-02-10T17:30:42.761Z | Done |
154 | 2025-02-10T17:30:42.764Z | Done |
155 | 2025-02-10T17:30:48.622Z | Done |
156 | 2025-02-10T17:30:49.033Z | + [[ -z 01JKRE2TYYMNYF3VBM37ZMMXEK ]] |
157 | 2025-02-10T17:30:49.034Z | + trap cleanup EXIT |
158 | 2025-02-10T17:30:49.036Z | + OUT_DIR=/work/bench-results |
159 | 2025-02-10T17:30:49.036Z | + mkdir -p /work/bench-results |
160 | 2025-02-10T17:30:49.036Z | + mkdir -p target/criterion |
161 | 2025-02-10T17:30:49.039Z | + mkdir -p target/xde-bench |
162 | 2025-02-10T17:30:49.042Z | + banner collect |
163 | 2025-02-10T17:30:49.044Z | |
164 | 2025-02-10T17:30:49.044Z | #### #### # # ###### #### ##### |
165 | 2025-02-10T17:30:49.045Z | # # # # # # # # # # |
166 | 2025-02-10T17:30:49.045Z | # # # # # ##### # # |
167 | 2025-02-10T17:30:49.045Z | # # # # # # # # |
168 | 2025-02-10T17:30:49.045Z | # # # # # # # # # # |
169 | 2025-02-10T17:30:49.045Z | #### #### ###### ###### ###### #### # |
170 | 2025-02-10T17:30:49.045Z | |
171 | 2025-02-10T17:30:49.045Z | ++ cat .git/refs/heads/master |
172 | 2025-02-10T17:30:49.047Z | + BASELINE_COMMIT=46539d5b15aa93cb938f22966838360e87568b56 |
173 | 2025-02-10T17:30:49.047Z | + [[ ingot-and-offload == \m\a\s\t\e\r ]] |
174 | 2025-02-10T17:30:49.047Z | + get_artifact opte benchmark 46539d5b15aa93cb938f22966838360e87568b56 bench-results.tgz |
175 | 2025-02-10T17:30:49.047Z | + local curl_res |
176 | 2025-02-10T17:30:49.047Z | + repo=opte |
177 | 2025-02-10T17:30:49.047Z | + series=benchmark |
178 | 2025-02-10T17:30:49.047Z | + commit=46539d5b15aa93cb938f22966838360e87568b56 |
179 | 2025-02-10T17:30:49.047Z | + name=bench-results.tgz |
180 | 2025-02-10T17:30:49.047Z | + url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
181 | 2025-02-10T17:30:49.047Z | + mkdir -p download |
182 | 2025-02-10T17:30:49.050Z | + pushd download |
183 | 2025-02-10T17:30:49.050Z | /work/oxidecomputer/opte/download /work/oxidecomputer/opte |
184 | 2025-02-10T17:30:49.050Z | + [[ ! -f bench-results.tgz ]] |
185 | 2025-02-10T17:30:49.050Z | + curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/benchmark/46539d5b15aa93cb938f22966838360e87568b56/bench-results.tgz |
186 | 2025-02-10T17:30:49.056Z | % Total % Received % Xferd Average Speed Time Time Time Current |
187 | 2025-02-10T17:30:49.056Z | Dload Upload Total Spent Left Speed |
188 | 2025-02-10T17:30:49.283Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 4479k 100 4479k 0 0 19.2M 0 --:--:-- --:--:-- --:--:-- 19.3M |
189 | 2025-02-10T17:30:49.287Z | + curl_res=0 |
190 | 2025-02-10T17:30:49.291Z | + popd |
191 | 2025-02-10T17:30:49.291Z | /work/oxidecomputer/opte |
192 | 2025-02-10T17:30:49.291Z | + return 0 |
193 | 2025-02-10T17:30:49.291Z | + tar -xf download/bench-results.tgz -C target |
194 | 2025-02-10T17:30:49.637Z | + mv target/bench-results/criterion target/bench-results/xde-bench target/ |
195 | 2025-02-10T17:30:49.640Z | + rm -r target/bench-results |
196 | 2025-02-10T17:30:49.642Z | + [[ '' -eq 1 ]] |
197 | 2025-02-10T17:30:49.642Z | + uname -a |
198 | 2025-02-10T17:30:49.645Z | SunOS w-01JKREFEF3BPTVYB6TQDTYSM72 5.11 helios-2.0.22827 i86pc i386 i86pc |
199 | 2025-02-10T17:30:49.645Z | + cat /etc/versions/build |
200 | 2025-02-10T17:30:49.648Z | heads/stlouis-0-g60122b5709 |
201 | 2025-02-10T17:30:49.648Z | + dladm |
202 | 2025-02-10T17:30:49.652Z | LINK CLASS MTU STATE BRIDGE OVER |
203 | 2025-02-10T17:30:49.652Z | ena0 phys 9216 up -- -- |
204 | 2025-02-10T17:30:49.652Z | + ipadm |
205 | 2025-02-10T17:30:49.655Z | ADDROBJ TYPE STATE ADDR |
206 | 2025-02-10T17:30:49.655Z | lo0/v4 static ok 127.0.0.1/8 |
207 | 2025-02-10T17:30:49.655Z | ena0/dhcp dhcp ok 10.150.1.41/24 |
208 | 2025-02-10T17:30:49.655Z | lo0/v6 static ok ::1/128 |
209 | 2025-02-10T17:30:49.655Z | + pfexec rem_drv xde |
210 | 2025-02-10T17:30:49.663Z | + set -o errexit |
211 | 2025-02-10T17:30:49.663Z | + set -o pipefail |
212 | 2025-02-10T17:30:49.666Z | + banner prepare |
213 | 2025-02-10T17:30:49.666Z | |
214 | 2025-02-10T17:30:49.666Z | ##### ##### ###### ##### ## ##### ###### |
215 | 2025-02-10T17:30:49.666Z | # # # # # # # # # # # # |
216 | 2025-02-10T17:30:49.666Z | # # # # ##### # # # # # # ##### |
217 | 2025-02-10T17:30:49.666Z | ##### ##### # ##### ###### ##### # |
218 | 2025-02-10T17:30:49.666Z | # # # # # # # # # # |
219 | 2025-02-10T17:30:49.666Z | # # # ###### # # # # # ###### |
220 | 2025-02-10T17:30:49.666Z | |
221 | 2025-02-10T17:30:49.666Z | + pfexec cp /input/xde/work/xde.conf /kernel/drv/ |
222 | 2025-02-10T17:30:49.669Z | + pfexec cp /input/xde/work/release/xde /kernel/drv/amd64 |
223 | 2025-02-10T17:30:49.743Z | + pfexec add_drv xde |
224 | 2025-02-10T17:30:49.893Z | devfsadm: driver failed to attach: xde |
225 | 2025-02-10T17:30:49.896Z | Warning: Driver (xde) successfully added to system but failed to attach |
226 | 2025-02-10T17:30:49.896Z | + banner bench |
227 | 2025-02-10T17:30:49.899Z | |
228 | 2025-02-10T17:30:49.899Z | ##### ###### # # #### # # |
229 | 2025-02-10T17:30:49.899Z | # # # ## # # # # # |
230 | 2025-02-10T17:30:49.899Z | ##### ##### # # # # ###### |
231 | 2025-02-10T17:30:49.899Z | # # # # # # # # # |
232 | 2025-02-10T17:30:49.899Z | # # # # ## # # # # |
233 | 2025-02-10T17:30:49.899Z | ##### ###### # # #### # # |
234 | 2025-02-10T17:30:49.899Z | |
235 | 2025-02-10T17:30:49.899Z | + cargo kbench local |
236 | 2025-02-10T17:30:49.902Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
237 | 2025-02-10T17:30:50.081Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
238 | 2025-02-10T17:30:50.081Z | info: downloading component 'cargo' |
239 | 2025-02-10T17:30:50.963Z | info: downloading component 'clippy' |
240 | 2025-02-10T17:30:51.297Z | info: downloading component 'rust-docs' |
241 | 2025-02-10T17:30:52.501Z | info: downloading component 'rust-std' |
242 | 2025-02-10T17:30:54.301Z | info: downloading component 'rustc' |
243 | 2025-02-10T17:31:01.174Z | info: downloading component 'rustfmt' |
244 | 2025-02-10T17:31:01.449Z | info: installing component 'cargo' |
245 | 2025-02-10T17:31:02.284Z | info: installing component 'clippy' |
246 | 2025-02-10T17:31:02.663Z | info: installing component 'rust-docs' |
247 | 2025-02-10T17:31:04.341Z | info: installing component 'rust-std' |
248 | 2025-02-10T17:31:06.053Z | info: installing component 'rustc' |
249 | 2025-02-10T17:31:12.040Z | info: installing component 'rustfmt' |
250 | 2025-02-10T17:31:12.565Z | Updating crates.io index |
251 | 2025-02-10T17:31:12.629Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2025-02-10T17:31:13.404Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
253 | 2025-02-10T17:31:14.157Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
254 | 2025-02-10T17:31:14.444Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
255 | 2025-02-10T17:31:14.930Z | Updating git repository `https://github.com/oxidecomputer/zone` |
256 | 2025-02-10T17:31:15.159Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2025-02-10T17:31:15.466Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
258 | 2025-02-10T17:31:15.743Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
259 | 2025-02-10T17:31:16.029Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
260 | 2025-02-10T17:31:16.775Z | Downloading crates ... |
261 | 2025-02-10T17:31:16.868Z | Downloaded circular v0.3.0 |
262 | 2025-02-10T17:31:16.879Z | Downloaded plotters-svg v0.3.7 |
263 | 2025-02-10T17:31:16.888Z | Downloaded foreign-types-shared v0.3.1 |
264 | 2025-02-10T17:31:16.891Z | Downloaded ident_case v1.0.1 |
265 | 2025-02-10T17:31:16.895Z | Downloaded proc-macro-error-attr2 v2.0.0 |
266 | 2025-02-10T17:31:16.897Z | Downloaded cstr-argument v0.1.2 |
267 | 2025-02-10T17:31:16.897Z | Downloaded pin-project-lite v0.2.16 |
268 | 2025-02-10T17:31:16.904Z | Downloaded num-conv v0.1.0 |
269 | 2025-02-10T17:31:16.907Z | Downloaded pretty-hex v0.2.1 |
270 | 2025-02-10T17:31:16.907Z | Downloaded is-terminal v0.4.13 |
271 | 2025-02-10T17:31:16.909Z | Downloaded ciborium-io v0.2.2 |
272 | 2025-02-10T17:31:16.909Z | Downloaded bitflags v1.3.2 |
273 | 2025-02-10T17:31:16.912Z | Downloaded autocfg v1.4.0 |
274 | 2025-02-10T17:31:16.915Z | Downloaded byteorder v1.5.0 |
275 | 2025-02-10T17:31:16.915Z | Downloaded take_mut v0.2.2 |
276 | 2025-02-10T17:31:16.917Z | Downloaded anstyle-query v1.1.2 |
277 | 2025-02-10T17:31:16.917Z | Downloaded anstyle-parse v0.2.6 |
278 | 2025-02-10T17:31:16.920Z | Downloaded darling_macro v0.20.10 |
279 | 2025-02-10T17:31:16.922Z | Downloaded anes v0.1.6 |
280 | 2025-02-10T17:31:16.925Z | Downloaded equivalent v1.0.1 |
281 | 2025-02-10T17:31:16.925Z | Downloaded cfg_aliases v0.2.1 |
282 | 2025-02-10T17:31:16.925Z | Downloaded cast v0.3.0 |
283 | 2025-02-10T17:31:16.928Z | Downloaded proc-macro-crate v1.3.1 |
284 | 2025-02-10T17:31:16.930Z | Downloaded itoa v1.0.14 |
285 | 2025-02-10T17:31:16.933Z | Downloaded ipnetwork v0.20.0 |
286 | 2025-02-10T17:31:16.933Z | Downloaded heck v0.4.1 |
287 | 2025-02-10T17:31:16.935Z | Downloaded ctor v0.2.9 |
288 | 2025-02-10T17:31:16.935Z | Downloaded clap_lex v0.7.4 |
289 | 2025-02-10T17:31:16.939Z | Downloaded dyn-clone v1.0.17 |
290 | 2025-02-10T17:31:16.942Z | Downloaded proc-macro-error-attr v1.0.4 |
291 | 2025-02-10T17:31:16.944Z | Downloaded parking_lot v0.12.3 |
292 | 2025-02-10T17:31:16.947Z | Downloaded is_terminal_polyfill v1.70.1 |
293 | 2025-02-10T17:31:16.947Z | Downloaded dirs-next v2.0.0 |
294 | 2025-02-10T17:31:16.949Z | Downloaded powerfmt v0.2.0 |
295 | 2025-02-10T17:31:16.949Z | Downloaded managed v0.8.0 |
296 | 2025-02-10T17:31:16.949Z | Downloaded hash32 v0.3.1 |
297 | 2025-02-10T17:31:16.952Z | Downloaded signal-hook-registry v1.4.2 |
298 | 2025-02-10T17:31:16.952Z | Downloaded dirs-sys-next v0.1.2 |
299 | 2025-02-10T17:31:16.955Z | Downloaded macaddr v1.0.1 |
300 | 2025-02-10T17:31:16.955Z | Downloaded futures-task v0.3.31 |
301 | 2025-02-10T17:31:16.957Z | Downloaded pin-utils v0.1.0 |
302 | 2025-02-10T17:31:16.957Z | Downloaded terminal_size v0.4.1 |
303 | 2025-02-10T17:31:16.960Z | Downloaded crossbeam-deque v0.8.6 |
304 | 2025-02-10T17:31:16.963Z | Downloaded futures-sink v0.3.31 |
305 | 2025-02-10T17:31:16.963Z | Downloaded foreign-types v0.5.0 |
306 | 2025-02-10T17:31:16.963Z | Downloaded deranged v0.3.11 |
307 | 2025-02-10T17:31:16.965Z | Downloaded lazy_static v1.5.0 |
308 | 2025-02-10T17:31:16.965Z | Downloaded anstream v0.6.18 |
309 | 2025-02-10T17:31:16.968Z | Downloaded utf8parse v0.2.2 |
310 | 2025-02-10T17:31:16.970Z | Downloaded stable_deref_trait v1.2.0 |
311 | 2025-02-10T17:31:16.970Z | Downloaded anstyle v1.0.10 |
312 | 2025-02-10T17:31:16.973Z | Downloaded thiserror-impl v1.0.69 |
313 | 2025-02-10T17:31:16.973Z | Downloaded oorandom v11.1.4 |
314 | 2025-02-10T17:31:16.976Z | Downloaded slog-async v2.8.0 |
315 | 2025-02-10T17:31:16.976Z | Downloaded rand_chacha v0.3.1 |
316 | 2025-02-10T17:31:16.979Z | Downloaded rand_core v0.6.4 |
317 | 2025-02-10T17:31:16.979Z | Downloaded version_check v0.9.5 |
318 | 2025-02-10T17:31:16.981Z | Downloaded thiserror-impl v2.0.11 |
319 | 2025-02-10T17:31:16.981Z | Downloaded embedded-io v0.6.1 |
320 | 2025-02-10T17:31:16.984Z | Downloaded time-core v0.1.2 |
321 | 2025-02-10T17:31:16.984Z | Downloaded cobs v0.2.3 |
322 | 2025-02-10T17:31:16.986Z | Downloaded ipnetwork v0.21.1 |
323 | 2025-02-10T17:31:16.986Z | Downloaded futures-macro v0.3.31 |
324 | 2025-02-10T17:31:16.989Z | Downloaded schemars_derive v0.8.21 |
325 | 2025-02-10T17:31:16.989Z | Downloaded defmt-parser v0.4.1 |
326 | 2025-02-10T17:31:16.992Z | Downloaded criterion-plot v0.5.0 |
327 | 2025-02-10T17:31:16.992Z | Downloaded tokio-macros v2.5.0 |
328 | 2025-02-10T17:31:16.994Z | Downloaded foreign-types-macros v0.2.3 |
329 | 2025-02-10T17:31:16.994Z | Downloaded toml_datetime v0.6.8 |
330 | 2025-02-10T17:31:16.997Z | Downloaded strsim v0.11.1 |
331 | 2025-02-10T17:31:16.997Z | Downloaded ciborium-ll v0.2.2 |
332 | 2025-02-10T17:31:16.998Z | Downloaded thread_local v1.1.8 |
333 | 2025-02-10T17:31:17.001Z | Downloaded thiserror v1.0.69 |
334 | 2025-02-10T17:31:17.003Z | Downloaded slog-stdlog v4.1.1 |
335 | 2025-02-10T17:31:17.006Z | Downloaded futures-core v0.3.31 |
336 | 2025-02-10T17:31:17.009Z | Downloaded slog-scope v4.4.0 |
337 | 2025-02-10T17:31:17.009Z | Downloaded rusticata-macros v4.1.0 |
338 | 2025-02-10T17:31:17.012Z | Downloaded clap_derive v4.5.24 |
339 | 2025-02-10T17:31:17.012Z | Downloaded futures-executor v0.3.31 |
340 | 2025-02-10T17:31:17.014Z | Downloaded crc32fast v1.4.2 |
341 | 2025-02-10T17:31:17.017Z | Downloaded futures-channel v0.3.31 |
342 | 2025-02-10T17:31:17.017Z | Downloaded same-file v1.0.6 |
343 | 2025-02-10T17:31:17.020Z | Downloaded proc-macro-error v1.0.4 |
344 | 2025-02-10T17:31:17.022Z | Downloaded tabwriter v1.4.1 |
345 | 2025-02-10T17:31:17.025Z | Downloaded slog-envlogger v2.2.0 |
346 | 2025-02-10T17:31:17.025Z | Downloaded num_enum_derive v0.5.11 |
347 | 2025-02-10T17:31:17.025Z | Downloaded anyhow v1.0.95 |
348 | 2025-02-10T17:31:17.029Z | Downloaded walkdir v2.5.0 |
349 | 2025-02-10T17:31:17.032Z | Downloaded zerocopy-derive v0.7.35 |
350 | 2025-02-10T17:31:17.035Z | Downloaded num_enum v0.5.11 |
351 | 2025-02-10T17:31:17.040Z | Downloaded lock_api v0.4.12 |
352 | 2025-02-10T17:31:17.042Z | Downloaded thiserror v2.0.11 |
353 | 2025-02-10T17:31:17.047Z | Downloaded serde_derive_internals v0.29.1 |
354 | 2025-02-10T17:31:17.049Z | Downloaded tinytemplate v1.2.1 |
355 | 2025-02-10T17:31:17.052Z | Downloaded time-macros v0.2.19 |
356 | 2025-02-10T17:31:17.054Z | Downloaded slog-term v2.9.1 |
357 | 2025-02-10T17:31:17.057Z | Downloaded darling v0.20.10 |
358 | 2025-02-10T17:31:17.060Z | Downloaded tracing-attributes v0.1.28 |
359 | 2025-02-10T17:31:17.062Z | Downloaded quote v1.0.38 |
360 | 2025-02-10T17:31:17.065Z | Downloaded once_cell v1.20.2 |
361 | 2025-02-10T17:31:17.068Z | Downloaded crossbeam-epoch v0.9.18 |
362 | 2025-02-10T17:31:17.070Z | Downloaded smallvec v1.13.2 |
363 | 2025-02-10T17:31:17.073Z | Downloaded bytes v1.9.0 |
364 | 2025-02-10T17:31:17.076Z | Downloaded ryu v1.0.18 |
365 | 2025-02-10T17:31:17.078Z | Downloaded uuid v1.12.0 |
366 | 2025-02-10T17:31:17.081Z | Downloaded clap v4.5.26 |
367 | 2025-02-10T17:31:17.090Z | Downloaded socket2 v0.5.8 |
368 | 2025-02-10T17:31:17.092Z | Downloaded proc-macro2 v1.0.93 |
369 | 2025-02-10T17:31:17.095Z | Downloaded arc-swap v1.7.1 |
370 | 2025-02-10T17:31:17.098Z | Downloaded num-traits v0.2.19 |
371 | 2025-02-10T17:31:17.101Z | Downloaded slog v2.7.0 |
372 | 2025-02-10T17:31:17.104Z | Downloaded unicode-ident v1.0.14 |
373 | 2025-02-10T17:31:17.107Z | Downloaded indexmap v2.7.1 |
374 | 2025-02-10T17:31:17.111Z | Downloaded heapless v0.8.0 |
375 | 2025-02-10T17:31:17.114Z | Downloaded serde_derive v1.0.217 |
376 | 2025-02-10T17:31:17.117Z | Downloaded darling_core v0.20.10 |
377 | 2025-02-10T17:31:17.122Z | Downloaded tracing-core v0.1.33 |
378 | 2025-02-10T17:31:17.124Z | Downloaded futures v0.3.31 |
379 | 2025-02-10T17:31:17.130Z | Downloaded rayon-core v1.12.1 |
380 | 2025-02-10T17:31:17.133Z | Downloaded schemars v0.8.21 |
381 | 2025-02-10T17:31:17.144Z | Downloaded memchr v2.7.4 |
382 | 2025-02-10T17:31:17.149Z | Downloaded pcap-parser v0.16.0 |
383 | 2025-02-10T17:31:17.153Z | Downloaded zerocopy-derive v0.8.14 |
384 | 2025-02-10T17:31:17.159Z | Downloaded tracing v0.1.41 |
385 | 2025-02-10T17:31:17.164Z | Downloaded itertools v0.12.1 |
386 | 2025-02-10T17:31:17.170Z | Downloaded itertools v0.13.0 |
387 | 2025-02-10T17:31:17.177Z | Downloaded toml_edit v0.19.15 |
388 | 2025-02-10T17:31:17.194Z | Downloaded serde v1.0.217 |
389 | 2025-02-10T17:31:17.197Z | Downloaded clap_builder v4.5.26 |
390 | 2025-02-10T17:31:17.203Z | Downloaded rand v0.8.5 |
391 | 2025-02-10T17:31:17.206Z | Downloaded time v0.3.37 |
392 | 2025-02-10T17:31:17.213Z | Downloaded plotters v0.3.7 |
393 | 2025-02-10T17:31:17.221Z | Downloaded aho-corasick v1.1.3 |
394 | 2025-02-10T17:31:17.226Z | Downloaded futures-util v0.3.31 |
395 | 2025-02-10T17:31:17.237Z | Downloaded itertools v0.14.0 |
396 | 2025-02-10T17:31:17.243Z | Downloaded itertools v0.10.5 |
397 | 2025-02-10T17:31:17.249Z | Downloaded winnow v0.5.40 |
398 | 2025-02-10T17:31:17.257Z | Downloaded nix v0.29.0 |
399 | 2025-02-10T17:31:17.268Z | Downloaded serde_json v1.0.137 |
400 | 2025-02-10T17:31:17.275Z | Downloaded winnow v0.6.24 |
401 | 2025-02-10T17:31:17.282Z | Downloaded hashbrown v0.15.2 |
402 | 2025-02-10T17:31:17.288Z | Downloaded zerocopy v0.7.35 |
403 | 2025-02-10T17:31:17.302Z | Downloaded rayon v1.10.0 |
404 | 2025-02-10T17:31:17.311Z | Downloaded nom v7.1.3 |
405 | 2025-02-10T17:31:17.316Z | Downloaded criterion v0.5.1 |
406 | 2025-02-10T17:31:17.322Z | Downloaded zerocopy v0.8.14 |
407 | 2025-02-10T17:31:17.344Z | Downloaded syn v1.0.109 |
408 | 2025-02-10T17:31:17.353Z | Downloaded regex v1.11.1 |
409 | 2025-02-10T17:31:17.364Z | Downloaded mio v1.0.3 |
410 | 2025-02-10T17:31:17.369Z | Downloaded unicode-width v0.2.0 |
411 | 2025-02-10T17:31:17.374Z | Downloaded minimal-lexical v0.2.1 |
412 | 2025-02-10T17:31:17.378Z | Downloaded syn v2.0.96 |
413 | 2025-02-10T17:31:17.389Z | Downloaded crossbeam-channel v0.5.14 |
414 | 2025-02-10T17:31:17.392Z | Downloaded crossbeam-utils v0.8.21 |
415 | 2025-02-10T17:31:17.395Z | Downloaded regex-syntax v0.8.5 |
416 | 2025-02-10T17:31:17.402Z | Downloaded half v2.4.1 |
417 | 2025-02-10T17:31:17.405Z | Downloaded smoltcp v0.11.0 |
418 | 2025-02-10T17:31:17.416Z | Downloaded rustix v0.38.43 |
419 | 2025-02-10T17:31:17.437Z | Downloaded proc-macro-error2 v2.0.1 |
420 | 2025-02-10T17:31:17.439Z | Downloaded log v0.4.25 |
421 | 2025-02-10T17:31:17.443Z | Downloaded getrandom v0.2.15 |
422 | 2025-02-10T17:31:17.447Z | Downloaded fnv v1.0.7 |
423 | 2025-02-10T17:31:17.447Z | Downloaded embedded-io v0.4.0 |
424 | 2025-02-10T17:31:17.447Z | Downloaded either v1.13.0 |
425 | 2025-02-10T17:31:17.450Z | Downloaded defmt v0.3.10 |
426 | 2025-02-10T17:31:17.452Z | Downloaded cfg-if v1.0.0 |
427 | 2025-02-10T17:31:17.452Z | Downloaded term v0.7.0 |
428 | 2025-02-10T17:31:17.455Z | Downloaded heck v0.5.0 |
429 | 2025-02-10T17:31:17.455Z | Downloaded libc v0.2.169 |
430 | 2025-02-10T17:31:17.477Z | Downloaded futures-io v0.3.31 |
431 | 2025-02-10T17:31:17.480Z | Downloaded defmt-macros v0.4.0 |
432 | 2025-02-10T17:31:17.483Z | Downloaded slab v0.4.9 |
433 | 2025-02-10T17:31:17.483Z | Downloaded scopeguard v1.2.0 |
434 | 2025-02-10T17:31:17.483Z | Downloaded ppv-lite86 v0.2.20 |
435 | 2025-02-10T17:31:17.485Z | Downloaded plotters-backend v0.3.7 |
436 | 2025-02-10T17:31:17.485Z | Downloaded regex-automata v0.4.9 |
437 | 2025-02-10T17:31:17.503Z | Downloaded errno v0.3.10 |
438 | 2025-02-10T17:31:17.506Z | Downloaded colored v2.2.0 |
439 | 2025-02-10T17:31:17.506Z | Downloaded bitflags v2.8.0 |
440 | 2025-02-10T17:31:17.506Z | Downloaded postcard v1.1.1 |
441 | 2025-02-10T17:31:17.509Z | Downloaded parking_lot_core v0.9.10 |
442 | 2025-02-10T17:31:17.512Z | Downloaded colorchoice v1.0.3 |
443 | 2025-02-10T17:31:17.512Z | Downloaded ciborium v0.2.2 |
444 | 2025-02-10T17:31:17.515Z | Downloaded cookie-factory v0.3.3 |
445 | 2025-02-10T17:31:17.542Z | Downloaded tokio v1.43.0 |
446 | 2025-02-10T17:31:17.723Z | Compiling proc-macro2 v1.0.93 |
447 | 2025-02-10T17:31:17.723Z | Compiling unicode-ident v1.0.14 |
448 | 2025-02-10T17:31:17.724Z | Compiling cfg-if v1.0.0 |
449 | 2025-02-10T17:31:17.754Z | Compiling libc v0.2.169 |
450 | 2025-02-10T17:31:17.754Z | Compiling serde v1.0.217 |
451 | 2025-02-10T17:31:17.754Z | Compiling autocfg v1.4.0 |
452 | 2025-02-10T17:31:17.769Z | Compiling memchr v2.7.4 |
453 | 2025-02-10T17:31:17.769Z | Compiling version_check v0.9.5 |
454 | 2025-02-10T17:31:17.827Z | Compiling byteorder v1.5.0 |
455 | 2025-02-10T17:31:17.920Z | Compiling syn v1.0.109 |
456 | 2025-02-10T17:31:18.166Z | Compiling pin-project-lite v0.2.16 |
457 | 2025-02-10T17:31:18.324Z | Compiling either v1.13.0 |
458 | 2025-02-10T17:31:18.337Z | Compiling ident_case v1.0.1 |
459 | 2025-02-10T17:31:18.366Z | Compiling fnv v1.0.7 |
460 | 2025-02-10T17:31:18.494Z | Compiling strsim v0.11.1 |
461 | 2025-02-10T17:31:18.501Z | Compiling itoa v1.0.14 |
462 | 2025-02-10T17:31:18.530Z | Compiling once_cell v1.20.2 |
463 | 2025-02-10T17:31:18.705Z | Compiling equivalent v1.0.1 |
464 | 2025-02-10T17:31:18.705Z | Compiling hashbrown v0.15.2 |
465 | 2025-02-10T17:31:18.843Z | Compiling serde_json v1.0.137 |
466 | 2025-02-10T17:31:18.990Z | Compiling anyhow v1.0.95 |
467 | 2025-02-10T17:31:19.129Z | Compiling regex-syntax v0.8.5 |
468 | 2025-02-10T17:31:19.231Z | Compiling lock_api v0.4.12 |
469 | 2025-02-10T17:31:19.588Z | Compiling quote v1.0.38 |
470 | 2025-02-10T17:31:19.602Z | Compiling aho-corasick v1.1.3 |
471 | 2025-02-10T17:31:19.956Z | Compiling indexmap v2.7.1 |
472 | 2025-02-10T17:31:19.971Z | Compiling winnow v0.5.40 |
473 | 2025-02-10T17:31:20.154Z | Compiling syn v2.0.96 |
474 | 2025-02-10T17:31:20.323Z | Compiling ryu v1.0.18 |
475 | 2025-02-10T17:31:20.428Z | Compiling crossbeam-utils v0.8.21 |
476 | 2025-02-10T17:31:20.727Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
477 | 2025-02-10T17:31:20.921Z | Compiling dyn-clone v1.0.17 |
478 | 2025-02-10T17:31:21.088Z | Compiling zerocopy v0.8.14 |
479 | 2025-02-10T17:31:21.154Z | Compiling toml_datetime v0.6.8 |
480 | 2025-02-10T17:31:21.215Z | Compiling parking_lot_core v0.9.10 |
481 | 2025-02-10T17:31:21.553Z | Compiling itertools v0.13.0 |
482 | 2025-02-10T17:31:21.810Z | Compiling scopeguard v1.2.0 |
483 | 2025-02-10T17:31:21.886Z | Compiling smallvec v1.13.2 |
484 | 2025-02-10T17:31:21.957Z | Compiling heapless v0.8.0 |
485 | 2025-02-10T17:31:22.365Z | Compiling lazy_static v1.5.0 |
486 | 2025-02-10T17:31:22.474Z | Compiling thiserror v1.0.69 |
487 | 2025-02-10T17:31:22.844Z | Compiling regex-automata v0.4.9 |
488 | 2025-02-10T17:31:23.023Z | Compiling toml_edit v0.19.15 |
489 | 2025-02-10T17:31:24.349Z | Compiling getrandom v0.2.15 |
490 | 2025-02-10T17:31:24.387Z | Compiling hash32 v0.3.1 |
491 | 2025-02-10T17:31:24.603Z | Compiling stable_deref_trait v1.2.0 |
492 | 2025-02-10T17:31:24.677Z | Compiling schemars v0.8.21 |
493 | 2025-02-10T17:31:24.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
494 | 2025-02-10T17:31:24.702Z | Compiling smoltcp v0.11.0 |
495 | 2025-02-10T17:31:25.017Z | Compiling macaddr v1.0.1 |
496 | 2025-02-10T17:31:25.298Z | Compiling rand_core v0.6.4 |
497 | 2025-02-10T17:31:25.446Z | Compiling parking_lot v0.12.3 |
498 | 2025-02-10T17:31:25.727Z | Compiling proc-macro-crate v1.3.1 |
499 | 2025-02-10T17:31:25.868Z | Compiling mio v1.0.3 |
500 | 2025-02-10T17:31:26.100Z | Compiling signal-hook-registry v1.4.2 |
501 | 2025-02-10T17:31:26.486Z | Compiling socket2 v0.5.8 |
502 | 2025-02-10T17:31:27.090Z | Compiling darling_core v0.20.10 |
503 | 2025-02-10T17:31:27.093Z | Compiling regex v1.11.1 |
504 | 2025-02-10T17:31:27.245Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-02-10T17:31:27.692Z | Compiling slab v0.4.9 |
506 | 2025-02-10T17:31:28.041Z | Compiling managed v0.8.0 |
507 | 2025-02-10T17:31:28.055Z | Compiling bytes v1.9.0 |
508 | 2025-02-10T17:31:28.503Z | Compiling slog v2.7.0 |
509 | 2025-02-10T17:31:28.645Z | Compiling cobs v0.2.3 |
510 | 2025-02-10T17:31:29.030Z | Compiling bitflags v1.3.2 |
511 | 2025-02-10T17:31:29.033Z | Compiling foreign-types-shared v0.3.1 |
512 | 2025-02-10T17:31:29.138Z | Compiling rustix v0.38.43 |
513 | 2025-02-10T17:31:29.672Z | Compiling errno v0.3.10 |
514 | 2025-02-10T17:31:29.722Z | Compiling tracing-core v0.1.33 |
515 | 2025-02-10T17:31:29.893Z | Compiling cstr-argument v0.1.2 |
516 | 2025-02-10T17:31:29.904Z | Compiling proc-macro-error-attr v1.0.4 |
517 | 2025-02-10T17:31:29.997Z | Compiling num_enum_derive v0.5.11 |
518 | 2025-02-10T17:31:30.050Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
519 | 2025-02-10T17:31:30.148Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
520 | 2025-02-10T17:31:30.221Z | Compiling ipnetwork v0.21.1 |
521 | 2025-02-10T17:31:30.495Z | Compiling utf8parse v0.2.2 |
522 | 2025-02-10T17:31:30.667Z | Compiling futures-core v0.3.31 |
523 | 2025-02-10T17:31:30.908Z | Compiling unicode-width v0.2.0 |
524 | 2025-02-10T17:31:30.911Z | Compiling futures-sink v0.3.31 |
525 | 2025-02-10T17:31:30.926Z | Compiling pretty-hex v0.2.1 |
526 | 2025-02-10T17:31:31.077Z | Compiling futures-channel v0.3.31 |
527 | 2025-02-10T17:31:31.079Z | Compiling serde_derive v1.0.217 |
528 | 2025-02-10T17:31:31.118Z | Compiling zerocopy-derive v0.8.14 |
529 | 2025-02-10T17:31:31.430Z | Compiling zerocopy-derive v0.7.35 |
530 | 2025-02-10T17:31:31.482Z | Compiling thiserror-impl v1.0.69 |
531 | 2025-02-10T17:31:31.523Z | Compiling tokio-macros v2.5.0 |
532 | 2025-02-10T17:31:32.118Z | Compiling schemars_derive v0.8.21 |
533 | 2025-02-10T17:31:32.554Z | Compiling darling_macro v0.20.10 |
534 | 2025-02-10T17:31:32.965Z | Compiling foreign-types-macros v0.2.3 |
535 | 2025-02-10T17:31:33.284Z | Compiling zerocopy v0.7.35 |
536 | 2025-02-10T17:31:33.535Z | Compiling darling v0.20.10 |
537 | 2025-02-10T17:31:33.648Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
538 | 2025-02-10T17:31:34.229Z | Compiling foreign-types v0.5.0 |
539 | 2025-02-10T17:31:34.329Z | Compiling tokio v1.43.0 |
540 | 2025-02-10T17:31:34.433Z | Compiling num_enum v0.5.11 |
541 | 2025-02-10T17:31:34.606Z | Compiling tracing-attributes v0.1.28 |
542 | 2025-02-10T17:31:34.693Z | Compiling ppv-lite86 v0.2.20 |
543 | 2025-02-10T17:31:34.958Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
544 | 2025-02-10T17:31:35.469Z | Compiling rand_chacha v0.3.1 |
545 | 2025-02-10T17:31:35.483Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
546 | 2025-02-10T17:31:35.669Z | Compiling tabwriter v1.4.1 |
547 | 2025-02-10T17:31:36.340Z | Compiling rand v0.8.5 |
548 | 2025-02-10T17:31:36.591Z | Compiling futures-macro v0.3.31 |
549 | 2025-02-10T17:31:37.130Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
550 | 2025-02-10T17:31:37.306Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
551 | 2025-02-10T17:31:37.478Z | Compiling anstyle-parse v0.2.6 |
552 | 2025-02-10T17:31:37.536Z | Compiling tracing v0.1.41 |
553 | 2025-02-10T17:31:38.140Z | Compiling colored v2.2.0 |
554 | 2025-02-10T17:31:38.323Z | Compiling itertools v0.14.0 |
555 | 2025-02-10T17:31:38.428Z | Compiling proc-macro-error v1.0.4 |
556 | 2025-02-10T17:31:38.850Z | Compiling crc32fast v1.4.2 |
557 | 2025-02-10T17:31:38.868Z | Compiling winnow v0.6.24 |
558 | 2025-02-10T17:31:39.136Z | Compiling anstyle-query v1.1.2 |
559 | 2025-02-10T17:31:39.200Z | Compiling is_terminal_polyfill v1.70.1 |
560 | 2025-02-10T17:31:39.282Z | Compiling colorchoice v1.0.3 |
561 | 2025-02-10T17:31:39.300Z | Compiling pin-utils v0.1.0 |
562 | 2025-02-10T17:31:39.335Z | Compiling futures-io v0.3.31 |
563 | 2025-02-10T17:31:39.389Z | Compiling futures-task v0.3.31 |
564 | 2025-02-10T17:31:39.451Z | Compiling anstyle v1.0.10 |
565 | 2025-02-10T17:31:39.686Z | Compiling futures-util v0.3.31 |
566 | 2025-02-10T17:31:39.826Z | Compiling anstream v0.6.18 |
567 | 2025-02-10T17:31:39.868Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
568 | 2025-02-10T17:31:40.635Z | Compiling dirs-sys-next v0.1.2 |
569 | 2025-02-10T17:31:41.108Z | Compiling powerfmt v0.2.0 |
570 | 2025-02-10T17:31:41.532Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
571 | 2025-02-10T17:31:41.676Z | Compiling num-conv v0.1.0 |
572 | 2025-02-10T17:31:41.860Z | Compiling thiserror v2.0.11 |
573 | 2025-02-10T17:31:41.929Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
574 | 2025-02-10T17:31:42.270Z | Compiling clap_lex v0.7.4 |
575 | 2025-02-10T17:31:42.433Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
576 | 2025-02-10T17:31:42.780Z | Compiling heck v0.5.0 |
577 | 2025-02-10T17:31:42.834Z | Compiling time-core v0.1.2 |
578 | 2025-02-10T17:31:43.005Z | Compiling time-macros v0.2.19 |
579 | 2025-02-10T17:31:43.180Z | Compiling clap_derive v4.5.24 |
580 | 2025-02-10T17:31:44.132Z | Compiling bitflags v2.8.0 |
581 | 2025-02-10T17:31:44.804Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
582 | 2025-02-10T17:31:45.807Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
583 | 2025-02-10T17:31:45.861Z | Compiling postcard v1.1.1 |
584 | 2025-02-10T17:31:45.950Z | warning: unused import: `core::ffi::c_int` |
585 | 2025-02-10T17:31:45.950Z | --> crates/illumos-sys-hdrs/src/mac.rs:7:5 |
586 | 2025-02-10T17:31:45.950Z | | |
587 | 2025-02-10T17:31:45.950Z | 7 | use core::ffi::c_int; |
588 | 2025-02-10T17:31:45.950Z | | ^^^^^^^^^^^^^^^^ |
589 | 2025-02-10T17:31:45.950Z | | |
590 | 2025-02-10T17:31:45.950Z | = note: `#[warn(unused_imports)]` on by default |
591 | 2025-02-10T17:31:45.950Z | |
592 | 2025-02-10T17:31:46.616Z | warning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion) |
593 | 2025-02-10T17:31:46.616Z | Compiling ipnetwork v0.20.0 |
594 | 2025-02-10T17:31:47.394Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
595 | 2025-02-10T17:31:47.722Z | Compiling uuid v1.12.0 |
596 | 2025-02-10T17:31:48.613Z | Compiling terminal_size v0.4.1 |
597 | 2025-02-10T17:31:48.698Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
598 | 2025-02-10T17:31:49.339Z | Compiling clap_builder v4.5.26 |
599 | 2025-02-10T17:31:50.021Z | Compiling futures-executor v0.3.31 |
600 | 2025-02-10T17:31:51.336Z | Compiling deranged v0.3.11 |
601 | 2025-02-10T17:31:52.193Z | Compiling dirs-next v2.0.0 |
602 | 2025-02-10T17:31:52.705Z | Compiling thiserror-impl v2.0.11 |
603 | 2025-02-10T17:31:52.975Z | Compiling crossbeam-epoch v0.9.18 |
604 | 2025-02-10T17:31:53.031Z | Compiling is-terminal v0.4.13 |
605 | 2025-02-10T17:31:53.160Z | Compiling thread_local v1.1.8 |
606 | 2025-02-10T17:31:53.727Z | Compiling num-traits v0.2.19 |
607 | 2025-02-10T17:31:53.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
608 | 2025-02-10T17:31:54.135Z | Compiling minimal-lexical v0.2.1 |
609 | 2025-02-10T17:31:54.178Z | Compiling slog-async v2.8.0 |
610 | 2025-02-10T17:31:54.262Z | Compiling arc-swap v1.7.1 |
611 | 2025-02-10T17:31:54.665Z | Compiling heck v0.4.1 |
612 | 2025-02-10T17:31:54.692Z | Compiling rayon-core v1.12.1 |
613 | 2025-02-10T17:31:54.914Z | Compiling slog-scope v4.4.0 |
614 | 2025-02-10T17:31:55.022Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
615 | 2025-02-10T17:31:55.111Z | Compiling nom v7.1.3 |
616 | 2025-02-10T17:31:55.692Z | Compiling time v0.3.37 |
617 | 2025-02-10T17:31:56.337Z | Compiling clap v4.5.26 |
618 | 2025-02-10T17:31:56.351Z | Compiling crossbeam-deque v0.8.6 |
619 | 2025-02-10T17:31:56.456Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
620 | 2025-02-10T17:31:56.749Z | Compiling term v0.7.0 |
621 | 2025-02-10T17:31:58.281Z | Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm) |
622 | 2025-02-10T17:31:59.021Z | Compiling futures v0.3.31 |
623 | 2025-02-10T17:31:59.133Z | Compiling crossbeam-channel v0.5.14 |
624 | 2025-02-10T17:31:59.817Z | Compiling itertools v0.12.1 |
625 | 2025-02-10T17:32:00.551Z | Compiling half v2.4.1 |
626 | 2025-02-10T17:32:01.171Z | Compiling log v0.4.25 |
627 | 2025-02-10T17:32:01.487Z | Compiling cfg_aliases v0.2.1 |
628 | 2025-02-10T17:32:01.590Z | Compiling take_mut v0.2.2 |
629 | 2025-02-10T17:32:01.645Z | Compiling ciborium-io v0.2.2 |
630 | 2025-02-10T17:32:01.762Z | Compiling plotters-backend v0.3.7 |
631 | 2025-02-10T17:32:01.780Z | Compiling ciborium-ll v0.2.2 |
632 | 2025-02-10T17:32:02.235Z | Compiling plotters-svg v0.3.7 |
633 | 2025-02-10T17:32:02.835Z | Compiling nix v0.29.0 |
634 | 2025-02-10T17:32:03.236Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
635 | 2025-02-10T17:32:03.687Z | Compiling slog-stdlog v4.1.1 |
636 | 2025-02-10T17:32:04.400Z | Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl) |
637 | 2025-02-10T17:32:04.622Z | Compiling cookie-factory v0.3.3 |
638 | 2025-02-10T17:32:05.307Z | Compiling rusticata-macros v4.1.0 |
639 | 2025-02-10T17:32:05.326Z | Compiling slog-term v2.9.1 |
640 | 2025-02-10T17:32:06.925Z | Compiling itertools v0.10.5 |
641 | 2025-02-10T17:32:07.241Z | Compiling same-file v1.0.6 |
642 | 2025-02-10T17:32:07.285Z | Compiling circular v0.3.0 |
643 | 2025-02-10T17:32:07.513Z | Compiling cast v0.3.0 |
644 | 2025-02-10T17:32:07.700Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
645 | 2025-02-10T17:32:07.713Z | Compiling plotters v0.3.7 |
646 | 2025-02-10T17:32:07.841Z | Compiling pcap-parser v0.16.0 |
647 | 2025-02-10T17:32:07.895Z | Compiling walkdir v2.5.0 |
648 | 2025-02-10T17:32:08.230Z | Compiling rayon v1.10.0 |
649 | 2025-02-10T17:32:08.522Z | Compiling slog-envlogger v2.2.0 |
650 | 2025-02-10T17:32:09.715Z | Compiling criterion-plot v0.5.0 |
651 | 2025-02-10T17:32:09.877Z | Compiling ciborium v0.2.2 |
652 | 2025-02-10T17:32:10.581Z | Compiling tinytemplate v1.2.1 |
653 | 2025-02-10T17:32:10.716Z | Compiling oorandom v11.1.4 |
654 | 2025-02-10T17:32:10.931Z | Compiling anes v0.1.6 |
655 | 2025-02-10T17:32:11.418Z | Compiling xde-tests v0.1.0 (/work/oxidecomputer/opte/xde-tests) |
656 | 2025-02-10T17:32:11.642Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
657 | 2025-02-10T17:32:11.655Z | Compiling ctor v0.2.9 |
658 | 2025-02-10T17:32:12.887Z | Compiling criterion v0.5.1 |
659 | 2025-02-10T17:32:15.742Z | Compiling opte-bench v0.1.0 (/work/oxidecomputer/opte/bench) |
660 | 2025-02-10T17:33:36.730Z | Finished `bench` profile [optimized + debuginfo] target(s) in 2m 24s |
661 | 2025-02-10T17:33:36.867Z | Running benches/xde.rs (target/release/deps/xde-c35f986a861c23a8) |
662 | 2025-02-10T17:33:36.953Z | ###--------------------------------### |
663 | 2025-02-10T17:33:36.953Z | :::Building test topology... (120s)::: |
664 | 2025-02-10T17:33:36.953Z | ###--------------------------------### |
665 | 2025-02-10T17:33:36.992Z | Error: OPTE driver is not attached |
666 | 2025-02-10T17:33:36.995Z | error: bench failed, to rerun pass `-p opte-bench --bench xde` |
667 | 2025-02-10T17:33:36.995Z | |
668 | 2025-02-10T17:33:36.995Z | Caused by: |
669 | 2025-02-10T17:33:36.995Z | process didn't exit successfully: `/work/oxidecomputer/opte/target/release/deps/xde-c35f986a861c23a8 local --bench` (exit status: 1) |
670 | 2025-02-10T17:33:37.020Z | + cleanup |
671 | 2025-02-10T17:33:37.023Z | ++ id -un |
672 | 2025-02-10T17:33:37.026Z | ++ id -gn |
673 | 2025-02-10T17:33:37.029Z | + pfexec chown -R build:build . |
674 | 2025-02-10T17:33:37.089Z | + [[ -z 01JKRE2TYYMNYF3VBM37ZMMXEK ]] |
675 | 2025-02-10T17:33:37.093Z | process exited: duration 215446 ms, exit code 1 |
|
676 | 2025-02-10T17:33:37.099Z | found 0 output files |
677 | 2025-02-10T17:33:37.099Z | upload error: rule "/work/bench-results.tgz" required a match, but was not used |