|
|
|
1 | 2024-11-11T21:12:26.165Z | job assigned to worker 01JCEH3F065EZC85ZWQM9EAYNV (queued for 24 s) |
|
2 | 2024-11-11T21:12:34.433Z | starting task 0: "setup" |
3 | 2024-11-11T21:12:34.457Z | ++ uname -s |
4 | 2024-11-11T21:12:34.457Z | + kern=SunOS |
5 | 2024-11-11T21:12:34.457Z | + case "$kern" in |
6 | 2024-11-11T21:12:34.457Z | + groupadd -g 12345 build |
7 | 2024-11-11T21:12:34.457Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-11T21:12:36.464Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-11T21:12:36.503Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-11T21:12:36.528Z | + home_fs=zfs |
11 | 2024-11-11T21:12:36.528Z | + [[ zfs == autofs ]] |
12 | 2024-11-11T21:12:36.528Z | + mkdir -p /home/build |
13 | 2024-11-11T21:12:36.528Z | + chown build:build /home/build /work |
14 | 2024-11-11T21:12:37.512Z | + chmod 0700 /home/build /work |
15 | 2024-11-11T21:12:37.536Z | process exited: duration 3084 ms, exit code 0 |
|
16 | 2024-11-11T21:12:37.586Z | starting task 1: "authentication" |
17 | 2024-11-11T21:12:37.644Z | process exited: duration 57 ms, exit code 0 |
|
18 | 2024-11-11T21:12:37.693Z | starting task 2: "clone repository" |
19 | 2024-11-11T21:12:37.718Z | + mkdir -p /work/sunshowers/libc |
20 | 2024-11-11T21:12:37.718Z | + git clone https://github.com/sunshowers/libc /work/sunshowers/libc |
21 | 2024-11-11T21:12:37.742Z | Cloning into '/work/sunshowers/libc'... |
22 | 2024-11-11T21:12:40.239Z | + cd /work/sunshowers/libc |
23 | 2024-11-11T21:12:40.239Z | + git fetch origin e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7 |
24 | 2024-11-11T21:12:40.554Z | From https://github.com/sunshowers/libc |
25 | 2024-11-11T21:12:40.554Z | * branch e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7 -> FETCH_HEAD |
26 | 2024-11-11T21:12:40.579Z | + [[ -n illumos-ci-2 ]] |
27 | 2024-11-11T21:12:40.579Z | ++ git branch --show-current |
28 | 2024-11-11T21:12:40.579Z | + current=main |
29 | 2024-11-11T21:12:40.579Z | + [[ main != illumos-ci-2 ]] |
30 | 2024-11-11T21:12:40.579Z | + git branch -f illumos-ci-2 e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7 |
31 | 2024-11-11T21:12:40.579Z | + git checkout -f illumos-ci-2 |
32 | 2024-11-11T21:12:40.621Z | Switched to branch 'illumos-ci-2' |
33 | 2024-11-11T21:12:40.646Z | + git reset --hard e8cfa0d744b39ee5e88f9b57a7a4ad73aecf32c7 |
34 | 2024-11-11T21:12:40.646Z | HEAD is now at e8cfa0d7 illumos: add CI using Buildomat |
35 | 2024-11-11T21:12:40.646Z | process exited: duration 2938 ms, exit code 0 |
|
36 | 2024-11-11T21:12:40.695Z | starting task 3: "build" |
37 | 2024-11-11T21:12:40.720Z | + export CARGO_TERM_COLOR=always |
38 | 2024-11-11T21:12:40.720Z | + CARGO_TERM_COLOR=always |
39 | 2024-11-11T21:12:40.720Z | + banner install |
40 | 2024-11-11T21:12:40.720Z | |
41 | 2024-11-11T21:12:40.720Z | # # # #### ##### ## # # |
42 | 2024-11-11T21:12:40.720Z | # ## # # # # # # # |
43 | 2024-11-11T21:12:40.721Z | # # # # #### # # # # # |
44 | 2024-11-11T21:12:40.721Z | # # # # # # ###### # # |
45 | 2024-11-11T21:12:40.721Z | # # ## # # # # # # # |
46 | 2024-11-11T21:12:40.721Z | # # # #### # # # ###### ###### |
47 | 2024-11-11T21:12:40.721Z | |
48 | 2024-11-11T21:12:40.721Z | + TOOLCHAIN=stable |
49 | 2024-11-11T21:12:40.721Z | + INSTALL_RUSTUP=1 |
50 | 2024-11-11T21:12:40.721Z | + ptime -m sh ci/install-rust.sh |
51 | 2024-11-11T21:12:40.721Z | + echo 'Setup toolchain' |
52 | 2024-11-11T21:12:40.721Z | Setup toolchain |
53 | 2024-11-11T21:12:40.721Z | + toolchain='' |
54 | 2024-11-11T21:12:40.721Z | + [ -n stable ] |
55 | 2024-11-11T21:12:40.721Z | + toolchain=stable |
56 | 2024-11-11T21:12:40.721Z | + [ 1 '=' 1 ] |
57 | 2024-11-11T21:12:40.721Z | + echo 'Install rustup' |
58 | 2024-11-11T21:12:40.721Z | Install rustup |
59 | 2024-11-11T21:12:40.721Z | + RUSTUP_INIT_SKIP_PATH_CHECK=yes |
60 | 2024-11-11T21:12:40.721Z | + export RUSTUP_INIT_SKIP_PATH_CHECK |
61 | 2024-11-11T21:12:40.721Z | + sh -s -- -y --default-toolchain none |
62 | 2024-11-11T21:12:40.721Z | + curl https://sh.rustup.rs -sSf |
63 | 2024-11-11T21:12:40.850Z | info: downloading installer |
64 | 2024-11-11T21:12:41.351Z | info: profile set to 'default' |
65 | 2024-11-11T21:12:41.351Z | info: default host triple is x86_64-unknown-illumos |
66 | 2024-11-11T21:12:41.351Z | info: skipping toolchain installation |
67 | 2024-11-11T21:12:41.351Z | |
68 | 2024-11-11T21:12:41.351Z | |
69 | 2024-11-11T21:12:41.376Z | Rust is installed now. Great! |
70 | 2024-11-11T21:12:41.376Z | |
71 | 2024-11-11T21:12:41.376Z | To get started you may need to restart your current shell. |
72 | 2024-11-11T21:12:41.376Z | This would reload your PATH environment variable to include |
73 | 2024-11-11T21:12:41.376Z | Cargo's bin directory ($HOME/.cargo/bin). |
74 | 2024-11-11T21:12:41.376Z | |
75 | 2024-11-11T21:12:41.376Z | To configure your current shell, you need to source |
76 | 2024-11-11T21:12:41.376Z | the corresponding env file under $HOME/.cargo. |
77 | 2024-11-11T21:12:41.376Z | |
78 | 2024-11-11T21:12:41.376Z | This is usually done by running one of the following (note the leading DOT): |
79 | 2024-11-11T21:12:41.376Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
80 | 2024-11-11T21:12:41.376Z | source "$HOME/.cargo/env.fish" # For fish |
81 | 2024-11-11T21:12:41.376Z | + . /home/build/.cargo/env |
82 | 2024-11-11T21:12:41.377Z | + PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin: |
83 | 2024-11-11T21:12:41.377Z | + PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-11-11T21:12:41.377Z | + [ '' '=' windows ] |
85 | 2024-11-11T21:12:41.377Z | + rustup set profile minimal |
86 | 2024-11-11T21:12:41.377Z | info: profile set to 'minimal' |
87 | 2024-11-11T21:12:41.377Z | + rustup update --force stable |
88 | 2024-11-11T21:12:41.377Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
89 | 2024-11-11T21:12:41.478Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-11T21:12:41.478Z | info: downloading component 'cargo' |
91 | 2024-11-11T21:12:41.619Z | info: downloading component 'rust-std' |
92 | 2024-11-11T21:12:41.888Z | info: downloading component 'rustc' |
93 | 2024-11-11T21:12:42.991Z | info: installing component 'cargo' |
94 | 2024-11-11T21:12:44.115Z | info: installing component 'rust-std' |
95 | 2024-11-11T21:12:46.345Z | info: installing component 'rustc' |
96 | 2024-11-11T21:12:53.842Z | |
97 | 2024-11-11T21:12:53.993Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
98 | 2024-11-11T21:12:53.993Z | |
99 | 2024-11-11T21:12:54.018Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
100 | 2024-11-11T21:12:54.018Z | info: checking for self-update |
101 | 2024-11-11T21:12:54.071Z | + rustup default stable |
102 | 2024-11-11T21:12:54.096Z | info: using existing install for 'stable-x86_64-unknown-illumos' |
103 | 2024-11-11T21:12:54.096Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
104 | 2024-11-11T21:12:54.096Z | |
105 | 2024-11-11T21:12:54.121Z | stable-x86_64-unknown-illumos unchanged - rustc 1.82.0 (f6e511eec 2024-10-15) |
106 | 2024-11-11T21:12:54.121Z | |
107 | 2024-11-11T21:12:54.121Z | + [ -n '' ] |
108 | 2024-11-11T21:12:54.121Z | + [ -n '' ] |
109 | 2024-11-11T21:12:54.121Z | + [ '' '=' windows ] |
110 | 2024-11-11T21:12:54.121Z | + echo 'Query rust and cargo versions' |
111 | 2024-11-11T21:12:54.121Z | Query rust and cargo versions |
112 | 2024-11-11T21:12:54.121Z | + command -v rustc |
113 | 2024-11-11T21:12:54.121Z | + command -v cargo |
114 | 2024-11-11T21:12:54.121Z | /home/build/.cargo/bin/rustc |
115 | 2024-11-11T21:12:54.121Z | /home/build/.cargo/bin/cargo |
116 | 2024-11-11T21:12:54.121Z | + command -v rustup |
117 | 2024-11-11T21:12:54.121Z | /home/build/.cargo/bin/rustup |
118 | 2024-11-11T21:12:54.121Z | + rustc -Vv |
119 | 2024-11-11T21:12:54.229Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
120 | 2024-11-11T21:12:54.229Z | binary: rustc |
121 | 2024-11-11T21:12:54.229Z | commit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14 |
122 | 2024-11-11T21:12:54.229Z | commit-date: 2024-10-15 |
123 | 2024-11-11T21:12:54.229Z | host: x86_64-unknown-illumos |
124 | 2024-11-11T21:12:54.229Z | release: 1.82.0 |
125 | 2024-11-11T21:12:54.254Z | LLVM version: 19.1.1 |
126 | 2024-11-11T21:12:54.254Z | + cargo -V |
127 | 2024-11-11T21:12:54.326Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
128 | 2024-11-11T21:12:54.351Z | + rustup -Vv |
129 | 2024-11-11T21:12:54.351Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
130 | 2024-11-11T21:12:54.351Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
131 | 2024-11-11T21:12:54.458Z | info: The currently active `rustc` version is `rustc 1.82.0 (f6e511eec 2024-10-15)` |
132 | 2024-11-11T21:12:54.458Z | + rustup show |
133 | 2024-11-11T21:12:54.458Z | Default host: x86_64-unknown-illumos |
134 | 2024-11-11T21:12:54.458Z | rustup home: /home/build/.rustup |
135 | 2024-11-11T21:12:54.458Z | |
136 | 2024-11-11T21:12:54.548Z | stable-x86_64-unknown-illumos (default) |
137 | 2024-11-11T21:12:54.589Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
138 | 2024-11-11T21:12:54.614Z | + echo 'Generate lockfile' |
139 | 2024-11-11T21:12:54.615Z | Generate lockfile |
140 | 2024-11-11T21:12:54.615Z | + N=5 |
141 | 2024-11-11T21:12:54.615Z | + n=0 |
142 | 2024-11-11T21:12:54.615Z | + [ 0 -ge 5 ] |
143 | 2024-11-11T21:12:54.615Z | + cargo generate-lockfile |
144 | 2024-11-11T21:12:54.704Z | Updating crates.io index |
145 | 2024-11-11T21:12:54.914Z | Locking 40 packages to latest compatible versions |
146 | 2024-11-11T21:12:54.914Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
147 | 2024-11-11T21:12:54.938Z | Adding cfg-if v0.1.10 (latest: v1.0.0) |
148 | 2024-11-11T21:12:54.938Z | Adding dirs v2.0.2 (latest: v5.0.1) |
149 | 2024-11-11T21:12:54.938Z | Adding dirs-sys v0.3.7 (latest: v0.4.1) |
150 | 2024-11-11T21:12:54.938Z | Adding term v0.6.1 (latest: v1.0.0) |
151 | 2024-11-11T21:12:54.938Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
152 | 2024-11-11T21:12:54.938Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
153 | 2024-11-11T21:12:54.938Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
154 | 2024-11-11T21:12:54.938Z | + break |
155 | 2024-11-11T21:12:54.939Z | |
156 | 2024-11-11T21:12:54.939Z | real 14.219091049 |
157 | 2024-11-11T21:12:54.939Z | user 10.312906441 |
158 | 2024-11-11T21:12:54.939Z | sys 3.636569049 |
159 | 2024-11-11T21:12:54.939Z | trap 0.003598163 |
160 | 2024-11-11T21:12:54.939Z | tflt 0.000026211 |
161 | 2024-11-11T21:12:54.939Z | dflt 0.000387455 |
162 | 2024-11-11T21:12:54.939Z | kflt 0.000000000 |
163 | 2024-11-11T21:12:54.939Z | lock 3:02.160866278 |
164 | 2024-11-11T21:12:54.939Z | slp 27.853284755 |
165 | 2024-11-11T21:12:54.939Z | lat 0.592990334 |
166 | 2024-11-11T21:12:54.939Z | stop 0.553443372 |
167 | 2024-11-11T21:12:54.939Z | + banner run.sh |
168 | 2024-11-11T21:12:54.939Z | |
169 | 2024-11-11T21:12:54.939Z | ##### # # # # #### # # |
170 | 2024-11-11T21:12:54.939Z | # # # # ## # # # # |
171 | 2024-11-11T21:12:54.939Z | # # # # # # # #### ###### |
172 | 2024-11-11T21:12:54.939Z | ##### # # # # # ### # # # |
173 | 2024-11-11T21:12:54.939Z | # # # # # ## ### # # # # |
174 | 2024-11-11T21:12:54.939Z | # # #### # # ### #### # # |
175 | 2024-11-11T21:12:54.939Z | |
176 | 2024-11-11T21:12:54.964Z | + ptime -m sh ci/run.sh x86_64-unknown-illumos |
177 | 2024-11-11T21:12:54.964Z | + MIRRORS_URL=https://ci-mirrors.rust-lang.org/libc |
178 | 2024-11-11T21:12:54.964Z | + TARGET=x86_64-unknown-illumos |
179 | 2024-11-11T21:12:54.964Z | + [ '' '!=' '' ] |
180 | 2024-11-11T21:12:54.964Z | + [ x86_64-unknown-illumos '=' s390x-unknown-linux-gnu ] |
181 | 2024-11-11T21:12:54.964Z | + cargo test --no-default-features --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos |
182 | 2024-11-11T21:12:55.044Z | warning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 |
183 | 2024-11-11T21:12:55.206Z | Downloading crates ... |
184 | 2024-11-11T21:12:55.267Z | Downloaded memchr v2.7.4 |
185 | 2024-11-11T21:12:55.291Z | Downloaded term v0.6.1 |
186 | 2024-11-11T21:12:55.291Z | Downloaded quote v1.0.37 |
187 | 2024-11-11T21:12:55.291Z | Downloaded unicode-xid v0.2.6 |
188 | 2024-11-11T21:12:55.291Z | Downloaded unicode-ident v1.0.13 |
189 | 2024-11-11T21:12:55.316Z | Downloaded serde_derive v1.0.215 |
190 | 2024-11-11T21:12:55.316Z | Downloaded garando_errors v0.1.0 |
191 | 2024-11-11T21:12:55.316Z | Downloaded serde_json v1.0.132 |
192 | 2024-11-11T21:12:55.316Z | Downloaded ryu v1.0.18 |
193 | 2024-11-11T21:12:55.316Z | Downloaded log v0.4.22 |
194 | 2024-11-11T21:12:55.316Z | Downloaded cc v1.1.37 |
195 | 2024-11-11T21:12:55.341Z | Downloaded shlex v1.3.0 |
196 | 2024-11-11T21:12:55.341Z | Downloaded serde v1.0.215 |
197 | 2024-11-11T21:12:55.341Z | Downloaded semver v1.0.23 |
198 | 2024-11-11T21:12:55.341Z | Downloaded garando_syntax v0.1.1 |
199 | 2024-11-11T21:12:55.341Z | Downloaded syn v2.0.87 |
200 | 2024-11-11T21:12:55.365Z | Downloaded proc-macro2 v1.0.89 |
201 | 2024-11-11T21:12:55.365Z | Downloaded itoa v1.0.11 |
202 | 2024-11-11T21:12:55.366Z | Downloaded dirs-sys v0.3.7 |
203 | 2024-11-11T21:12:55.366Z | Downloaded cfg-if v0.1.10 |
204 | 2024-11-11T21:12:55.366Z | Downloaded bitflags v1.3.2 |
205 | 2024-11-11T21:12:55.366Z | Downloaded ctest2 v0.4.8 |
206 | 2024-11-11T21:12:55.366Z | Downloaded rustc_version v0.4.1 |
207 | 2024-11-11T21:12:55.390Z | Downloaded garando_pos v0.1.0 |
208 | 2024-11-11T21:12:55.391Z | Downloaded dirs v2.0.2 |
209 | 2024-11-11T21:12:55.391Z | Downloaded libc v0.2.162 |
210 | 2024-11-11T21:12:55.480Z | Compiling proc-macro2 v1.0.89 |
211 | 2024-11-11T21:12:55.480Z | Compiling unicode-ident v1.0.13 |
212 | 2024-11-11T21:12:55.505Z | Compiling libc v0.2.162 |
213 | 2024-11-11T21:12:55.505Z | Compiling serde v1.0.215 |
214 | 2024-11-11T21:12:55.505Z | Compiling cfg-if v0.1.10 |
215 | 2024-11-11T21:12:55.505Z | Compiling semver v1.0.23 |
216 | 2024-11-11T21:12:55.505Z | Compiling serde_json v1.0.132 |
217 | 2024-11-11T21:12:55.505Z | Compiling itoa v1.0.11 |
218 | 2024-11-11T21:12:55.612Z | Compiling memchr v2.7.4 |
219 | 2024-11-11T21:12:55.704Z | Compiling unicode-xid v0.2.6 |
220 | 2024-11-11T21:12:55.738Z | Compiling ryu v1.0.18 |
221 | 2024-11-11T21:12:55.841Z | Compiling log v0.4.22 |
222 | 2024-11-11T21:12:55.923Z | Compiling shlex v1.3.0 |
223 | 2024-11-11T21:12:56.029Z | Compiling bitflags v1.3.2 |
224 | 2024-11-11T21:12:56.112Z | Compiling cc v1.1.37 |
225 | 2024-11-11T21:12:56.171Z | Compiling libc v0.2.151 (/work/sunshowers/libc) |
226 | 2024-11-11T21:12:56.514Z | Compiling rustc_version v0.4.1 |
227 | 2024-11-11T21:12:56.960Z | Compiling dirs-sys v0.3.7 |
228 | 2024-11-11T21:12:57.095Z | Compiling quote v1.0.37 |
229 | 2024-11-11T21:12:57.162Z | Compiling dirs v2.0.2 |
230 | 2024-11-11T21:12:57.319Z | Compiling term v0.6.1 |
231 | 2024-11-11T21:12:57.423Z | Compiling syn v2.0.87 |
232 | 2024-11-11T21:13:01.743Z | Compiling serde_derive v1.0.215 |
233 | 2024-11-11T21:13:11.678Z | Compiling garando_pos v0.1.0 |
234 | 2024-11-11T21:13:12.301Z | Compiling garando_errors v0.1.0 |
235 | 2024-11-11T21:13:13.147Z | Compiling garando_syntax v0.1.1 |
236 | 2024-11-11T21:13:22.851Z | Compiling ctest2 v0.4.8 |
237 | 2024-11-11T21:13:28.649Z | Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test) |
238 | 2024-11-11T21:13:50.195Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 55.16s |
239 | 2024-11-11T21:13:50.220Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-2a2d52f158678db3) |
240 | 2024-11-11T21:13:50.220Z | |
241 | 2024-11-11T21:13:50.220Z | running 5 tests |
242 | 2024-11-11T21:13:50.220Z | test t::test_cmsg_data ... ok |
243 | 2024-11-11T21:13:50.220Z | test t::test_cmsg_len ... ok |
244 | 2024-11-11T21:13:50.220Z | test t::test_cmsg_firsthdr ... ok |
245 | 2024-11-11T21:13:50.220Z | test t::test_cmsg_space ... ok |
246 | 2024-11-11T21:13:50.245Z | test t::test_cmsg_nxthdr ... ok |
247 | 2024-11-11T21:13:50.245Z | |
248 | 2024-11-11T21:13:50.245Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
249 | 2024-11-11T21:13:50.245Z | |
250 | 2024-11-11T21:13:50.245Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-b2f4445308e3e49a) |
251 | 2024-11-11T21:13:50.245Z | |
252 | 2024-11-11T21:13:50.245Z | running 0 tests |
253 | 2024-11-11T21:13:50.245Z | |
254 | 2024-11-11T21:13:50.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
255 | 2024-11-11T21:13:50.245Z | |
256 | 2024-11-11T21:13:50.245Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-74a24b8b34132da8) |
257 | 2024-11-11T21:13:50.245Z | PASSED 0 tests |
258 | 2024-11-11T21:13:50.245Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-6c5c3bed251938cd) |
259 | 2024-11-11T21:13:50.245Z | PASSED 0 tests |
260 | 2024-11-11T21:13:50.245Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-b6c00b46ccccec1a) |
261 | 2024-11-11T21:13:50.271Z | PASSED 0 tests |
262 | 2024-11-11T21:13:50.271Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-9850debd6c127575) |
263 | 2024-11-11T21:13:50.271Z | PASSED 0 tests |
264 | 2024-11-11T21:13:50.271Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-dcd6e6cb05ed973c) |
265 | 2024-11-11T21:13:50.271Z | PASSED 0 tests |
266 | 2024-11-11T21:13:50.271Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-c55ac7681efc42e7) |
267 | 2024-11-11T21:13:50.271Z | PASSED 0 tests |
268 | 2024-11-11T21:13:50.271Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-b55286d7bc2c7553) |
269 | 2024-11-11T21:13:50.296Z | RUNNING ALL TESTS |
270 | 2024-11-11T21:13:50.296Z | PASSED 8276 tests |
271 | 2024-11-11T21:13:50.296Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-921d310567044696) |
272 | 2024-11-11T21:13:50.296Z | |
273 | 2024-11-11T21:13:50.296Z | running 0 tests |
274 | 2024-11-11T21:13:50.296Z | |
275 | 2024-11-11T21:13:50.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
276 | 2024-11-11T21:13:50.296Z | |
277 | 2024-11-11T21:13:50.296Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-b0c7e62d03d592b6) |
278 | 2024-11-11T21:13:50.296Z | |
279 | 2024-11-11T21:13:50.296Z | running 1 test |
280 | 2024-11-11T21:13:50.296Z | test same ... ok |
281 | 2024-11-11T21:13:50.296Z | |
282 | 2024-11-11T21:13:50.296Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
283 | 2024-11-11T21:13:50.296Z | |
284 | 2024-11-11T21:13:50.296Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-3cd19370726787bb) |
285 | 2024-11-11T21:13:50.296Z | PASSED 1 tests |
286 | 2024-11-11T21:13:50.296Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-5672152503a2635c) |
287 | 2024-11-11T21:13:50.321Z | |
288 | 2024-11-11T21:13:50.321Z | running 0 tests |
289 | 2024-11-11T21:13:50.321Z | |
290 | 2024-11-11T21:13:50.321Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
291 | 2024-11-11T21:13:50.321Z | |
292 | 2024-11-11T21:13:50.321Z | + cargo test --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos |
293 | 2024-11-11T21:13:50.385Z | warning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 |
294 | 2024-11-11T21:13:50.426Z | Compiling libc v0.2.151 (/work/sunshowers/libc) |
295 | 2024-11-11T21:13:50.426Z | Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test) |
296 | 2024-11-11T21:14:11.740Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 21.36s |
297 | 2024-11-11T21:14:11.765Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-8cfe2f0f41c57ebe) |
298 | 2024-11-11T21:14:11.765Z | |
299 | 2024-11-11T21:14:11.765Z | running 5 tests |
300 | 2024-11-11T21:14:11.765Z | test t::test_cmsg_space ... ok |
301 | 2024-11-11T21:14:11.765Z | test t::test_cmsg_firsthdr ... ok |
302 | 2024-11-11T21:14:11.765Z | test t::test_cmsg_len ... ok |
303 | 2024-11-11T21:14:11.765Z | test t::test_cmsg_data ... ok |
304 | 2024-11-11T21:14:11.765Z | test t::test_cmsg_nxthdr ... ok |
305 | 2024-11-11T21:14:11.765Z | |
306 | 2024-11-11T21:14:11.765Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
307 | 2024-11-11T21:14:11.765Z | |
308 | 2024-11-11T21:14:11.790Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-e8f4ad20444d8dbe) |
309 | 2024-11-11T21:14:11.790Z | |
310 | 2024-11-11T21:14:11.790Z | running 0 tests |
311 | 2024-11-11T21:14:11.790Z | |
312 | 2024-11-11T21:14:11.790Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
313 | 2024-11-11T21:14:11.790Z | |
314 | 2024-11-11T21:14:11.790Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-80f2e1af6143c0b7) |
315 | 2024-11-11T21:14:11.790Z | PASSED 0 tests |
316 | 2024-11-11T21:14:11.790Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-3e4391462a26e6d4) |
317 | 2024-11-11T21:14:11.790Z | PASSED 0 tests |
318 | 2024-11-11T21:14:11.790Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-3ae276842f5a66f2) |
319 | 2024-11-11T21:14:11.790Z | PASSED 0 tests |
320 | 2024-11-11T21:14:11.790Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-a70a47394b4b9092) |
321 | 2024-11-11T21:14:11.814Z | PASSED 0 tests |
322 | 2024-11-11T21:14:11.814Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-eb149a821ee55ee7) |
323 | 2024-11-11T21:14:11.815Z | PASSED 0 tests |
324 | 2024-11-11T21:14:11.815Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-98314108e9318d8c) |
325 | 2024-11-11T21:14:11.815Z | PASSED 0 tests |
326 | 2024-11-11T21:14:11.815Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-38ed76ef7394523a) |
327 | 2024-11-11T21:14:11.815Z | RUNNING ALL TESTS |
328 | 2024-11-11T21:14:11.840Z | PASSED 8276 tests |
329 | 2024-11-11T21:14:11.840Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-f05ae45b2e9f72aa) |
330 | 2024-11-11T21:14:11.840Z | |
331 | 2024-11-11T21:14:11.840Z | running 0 tests |
332 | 2024-11-11T21:14:11.840Z | |
333 | 2024-11-11T21:14:11.840Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
334 | 2024-11-11T21:14:11.840Z | |
335 | 2024-11-11T21:14:11.840Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-cfafdf05e7c1f1ba) |
336 | 2024-11-11T21:14:11.840Z | |
337 | 2024-11-11T21:14:11.841Z | running 1 test |
338 | 2024-11-11T21:14:11.841Z | test same ... ok |
339 | 2024-11-11T21:14:11.841Z | |
340 | 2024-11-11T21:14:11.841Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
341 | 2024-11-11T21:14:11.841Z | |
342 | 2024-11-11T21:14:11.841Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-af3f1069eed00f0d) |
343 | 2024-11-11T21:14:11.841Z | PASSED 1 tests |
344 | 2024-11-11T21:14:11.841Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-a1eebdd56336149a) |
345 | 2024-11-11T21:14:11.841Z | |
346 | 2024-11-11T21:14:11.841Z | running 0 tests |
347 | 2024-11-11T21:14:11.841Z | |
348 | 2024-11-11T21:14:11.841Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
349 | 2024-11-11T21:14:11.841Z | |
350 | 2024-11-11T21:14:11.866Z | + cargo test --features extra_traits --manifest-path libc-test/Cargo.toml --target x86_64-unknown-illumos |
351 | 2024-11-11T21:14:11.866Z | + RUST_BACKTRACE=1 |
352 | 2024-11-11T21:14:11.978Z | warning: /work/sunshowers/libc/Cargo.toml: no edition set: defaulting to the 2015 edition while the latest is 2021 |
353 | 2024-11-11T21:14:12.020Z | Compiling libc v0.2.151 (/work/sunshowers/libc) |
354 | 2024-11-11T21:14:12.047Z | Compiling libc-test v0.2.151 (/work/sunshowers/libc/libc-test) |
355 | 2024-11-11T21:14:33.071Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 21.14s |
356 | 2024-11-11T21:14:33.096Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-e4090df93182156e) |
357 | 2024-11-11T21:14:33.096Z | |
358 | 2024-11-11T21:14:33.096Z | running 5 tests |
359 | 2024-11-11T21:14:33.096Z | test t::test_cmsg_data ... ok |
360 | 2024-11-11T21:14:33.096Z | test t::test_cmsg_space ... ok |
361 | 2024-11-11T21:14:33.096Z | test t::test_cmsg_len ... ok |
362 | 2024-11-11T21:14:33.096Z | test t::test_cmsg_firsthdr ... ok |
363 | 2024-11-11T21:14:33.097Z | test t::test_cmsg_nxthdr ... ok |
364 | 2024-11-11T21:14:33.097Z | |
365 | 2024-11-11T21:14:33.097Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
366 | 2024-11-11T21:14:33.097Z | |
367 | 2024-11-11T21:14:33.097Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-26ca91b6ed44bc19) |
368 | 2024-11-11T21:14:33.122Z | |
369 | 2024-11-11T21:14:33.122Z | running 0 tests |
370 | 2024-11-11T21:14:33.122Z | |
371 | 2024-11-11T21:14:33.122Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
372 | 2024-11-11T21:14:33.122Z | |
373 | 2024-11-11T21:14:33.122Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-a1f2c66a8a4263ae) |
374 | 2024-11-11T21:14:33.122Z | PASSED 0 tests |
375 | 2024-11-11T21:14:33.122Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-70c502a94bad9846) |
376 | 2024-11-11T21:14:33.122Z | PASSED 0 tests |
377 | 2024-11-11T21:14:33.122Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-d96ffc683e8af381) |
378 | 2024-11-11T21:14:33.122Z | PASSED 0 tests |
379 | 2024-11-11T21:14:33.122Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-71568beb78cc7793) |
380 | 2024-11-11T21:14:33.147Z | PASSED 0 tests |
381 | 2024-11-11T21:14:33.147Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-50e7b99f61dd4a5a) |
382 | 2024-11-11T21:14:33.147Z | PASSED 0 tests |
383 | 2024-11-11T21:14:33.147Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-dd21201a411e72f4) |
384 | 2024-11-11T21:14:33.147Z | PASSED 0 tests |
385 | 2024-11-11T21:14:33.147Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-8bf1e853706a377b) |
386 | 2024-11-11T21:14:33.147Z | RUNNING ALL TESTS |
387 | 2024-11-11T21:14:33.147Z | PASSED 8276 tests |
388 | 2024-11-11T21:14:33.147Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-0f40884b6ed2d4f1) |
389 | 2024-11-11T21:14:33.172Z | |
390 | 2024-11-11T21:14:33.172Z | running 0 tests |
391 | 2024-11-11T21:14:33.172Z | |
392 | 2024-11-11T21:14:33.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
393 | 2024-11-11T21:14:33.172Z | |
394 | 2024-11-11T21:14:33.172Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-73cd051e699076c9) |
395 | 2024-11-11T21:14:33.172Z | |
396 | 2024-11-11T21:14:33.172Z | running 1 test |
397 | 2024-11-11T21:14:33.172Z | test same ... ok |
398 | 2024-11-11T21:14:33.172Z | |
399 | 2024-11-11T21:14:33.172Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
400 | 2024-11-11T21:14:33.172Z | |
401 | 2024-11-11T21:14:33.172Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-736f949554fd7b60) |
402 | 2024-11-11T21:14:33.172Z | PASSED 1 tests |
403 | 2024-11-11T21:14:33.172Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-27746e5ed4e194da) |
404 | 2024-11-11T21:14:33.172Z | |
405 | 2024-11-11T21:14:33.172Z | running 0 tests |
406 | 2024-11-11T21:14:33.172Z | |
407 | 2024-11-11T21:14:33.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
408 | 2024-11-11T21:14:33.172Z | |
409 | 2024-11-11T21:14:33.197Z | |
410 | 2024-11-11T21:14:33.197Z | real 1:38.234205148 |
411 | 2024-11-11T21:14:33.197Z | user 2:15.965223681 |
412 | 2024-11-11T21:14:33.197Z | sys 28.517675068 |
413 | 2024-11-11T21:14:33.197Z | trap 0.050181704 |
414 | 2024-11-11T21:14:33.197Z | tflt 0.265248634 |
415 | 2024-11-11T21:14:33.197Z | dflt 1.174088354 |
416 | 2024-11-11T21:14:33.197Z | kflt 0.001898470 |
417 | 2024-11-11T21:14:33.197Z | lock 6:22.228660066 |
418 | 2024-11-11T21:14:33.197Z | slp 8:52.049349275 |
419 | 2024-11-11T21:14:33.197Z | lat 4.393099745 |
420 | 2024-11-11T21:14:33.197Z | stop 2.917352321 |
421 | 2024-11-11T21:14:33.197Z | process exited: duration 112483 ms, exit code 0 |
|
422 | 2024-11-11T21:14:33.247Z | found 0 output files |