|
|
|
| 1 | 2024-12-03T22:24:40.933Z | job assigned to worker 01JE79Y5S8HW3ECTD0Z23792FC [factory aws, i-0393695df43456b0e] (queued for 1 m 11 s) |
| |
| 2 | 2024-12-03T22:24:48.694Z | starting task 0: "setup" |
| 3 | 2024-12-03T22:24:48.702Z | ++ uname -s |
| 4 | 2024-12-03T22:24:48.704Z | + kern=SunOS |
| 5 | 2024-12-03T22:24:48.704Z | + case "$kern" in |
| 6 | 2024-12-03T22:24:48.704Z | + groupadd -g 12345 build |
| 7 | 2024-12-03T22:24:48.707Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-03T22:24:50.712Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-03T22:24:50.789Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-03T22:24:50.792Z | + home_fs=zfs |
| 11 | 2024-12-03T22:24:50.792Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-03T22:24:50.793Z | + mkdir -p /home/build |
| 13 | 2024-12-03T22:24:50.793Z | + chown build:build /home/build /work |
| 14 | 2024-12-03T22:24:52.794Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-03T22:24:52.796Z | process exited: duration 4103 ms, exit code 0 |
| |
| 16 | 2024-12-03T22:24:52.802Z | starting task 1: "authentication" |
| 17 | 2024-12-03T22:24:52.819Z | process exited: duration 16 ms, exit code 0 |
| |
| 18 | 2024-12-03T22:24:52.825Z | starting task 2: "clone repository" |
| 19 | 2024-12-03T22:24:52.828Z | + mkdir -p /work/sunshowers/libc |
| 20 | 2024-12-03T22:24:52.830Z | + git clone https://github.com/sunshowers/libc /work/sunshowers/libc |
| 21 | 2024-12-03T22:24:53.090Z | Cloning into '/work/sunshowers/libc'... |
| 22 | 2024-12-03T22:24:56.161Z | + cd /work/sunshowers/libc |
| 23 | 2024-12-03T22:24:56.164Z | + git fetch origin add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0 |
| 24 | 2024-12-03T22:24:56.427Z | From https://github.com/sunshowers/libc |
| 25 | 2024-12-03T22:24:56.427Z | * branch add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0 -> FETCH_HEAD |
| 26 | 2024-12-03T22:24:56.434Z | + [[ -n illumos-ci-2 ]] |
| 27 | 2024-12-03T22:24:56.436Z | ++ git branch --show-current |
| 28 | 2024-12-03T22:24:56.438Z | + current=main |
| 29 | 2024-12-03T22:24:56.439Z | + [[ main != illumos-ci-2 ]] |
| 30 | 2024-12-03T22:24:56.439Z | + git branch -f illumos-ci-2 add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0 |
| 31 | 2024-12-03T22:24:56.441Z | + git checkout -f illumos-ci-2 |
| 32 | 2024-12-03T22:24:56.477Z | Switched to branch 'illumos-ci-2' |
| 33 | 2024-12-03T22:24:56.480Z | + git reset --hard add754455a8f6a9345e4bc0ded95fc6b9e4f9ed0 |
| 34 | 2024-12-03T22:24:56.512Z | HEAD is now at add75445 illumos: add CI using Buildomat |
| 35 | 2024-12-03T22:24:56.514Z | process exited: duration 3689 ms, exit code 0 |
| |
| 36 | 2024-12-03T22:24:56.519Z | starting task 3: "build" |
| 37 | 2024-12-03T22:24:56.528Z | + export TARGET=x86_64-unknown-illumos |
| 38 | 2024-12-03T22:24:56.530Z | + TARGET=x86_64-unknown-illumos |
| 39 | 2024-12-03T22:24:56.530Z | + export CARGO_TERM_COLOR=always |
| 40 | 2024-12-03T22:24:56.531Z | + CARGO_TERM_COLOR=always |
| 41 | 2024-12-03T22:24:56.531Z | + banner install |
| 42 | 2024-12-03T22:24:56.547Z | |
| 43 | 2024-12-03T22:24:56.547Z | # # # #### ##### ## # # |
| 44 | 2024-12-03T22:24:56.547Z | # ## # # # # # # # |
| 45 | 2024-12-03T22:24:56.547Z | # # # # #### # # # # # |
| 46 | 2024-12-03T22:24:56.547Z | # # # # # # ###### # # |
| 47 | 2024-12-03T22:24:56.547Z | # # ## # # # # # # # |
| 48 | 2024-12-03T22:24:56.547Z | # # # #### # # # ###### ###### |
| 49 | 2024-12-03T22:24:56.547Z | |
| 50 | 2024-12-03T22:24:56.550Z | + TOOLCHAIN=stable |
| 51 | 2024-12-03T22:24:56.550Z | + INSTALL_RUSTUP=1 |
| 52 | 2024-12-03T22:24:56.550Z | + ptime -m sh ci/install-rust.sh |
| 53 | 2024-12-03T22:24:56.553Z | + echo 'Setup toolchain' |
| 54 | 2024-12-03T22:24:56.553Z | Setup toolchain |
| 55 | 2024-12-03T22:24:56.553Z | + toolchain=stable |
| 56 | 2024-12-03T22:24:56.553Z | + os='' |
| 57 | 2024-12-03T22:24:56.553Z | + install_rustup=1 |
| 58 | 2024-12-03T22:24:56.635Z | + uname -s |
| 59 | 2024-12-03T22:24:56.637Z | + os=solarish |
| 60 | 2024-12-03T22:24:56.637Z | + [ 1 '=' 1 ] |
| 61 | 2024-12-03T22:24:56.637Z | + echo 'Install rustup' |
| 62 | 2024-12-03T22:24:56.637Z | Install rustup |
| 63 | 2024-12-03T22:24:56.637Z | + RUSTUP_INIT_SKIP_PATH_CHECK=yes |
| 64 | 2024-12-03T22:24:56.637Z | + export RUSTUP_INIT_SKIP_PATH_CHECK |
| 65 | 2024-12-03T22:24:56.637Z | + sh -s -- -y --default-toolchain none |
| 66 | 2024-12-03T22:24:56.637Z | + curl https://sh.rustup.rs -sSf |
| 67 | 2024-12-03T22:24:56.734Z | info: downloading installer |
| 68 | 2024-12-03T22:24:57.890Z | info: profile set to 'default' |
| 69 | 2024-12-03T22:24:57.890Z | info: default host triple is x86_64-unknown-illumos |
| 70 | 2024-12-03T22:24:57.890Z | |
| 71 | 2024-12-03T22:24:57.890Z | info: skipping toolchain installation |
| 72 | 2024-12-03T22:24:57.893Z | |
| 73 | 2024-12-03T22:24:57.893Z | Rust is installed now. Great! |
| 74 | 2024-12-03T22:24:57.893Z | |
| 75 | 2024-12-03T22:24:57.893Z | To get started you may need to restart your current shell. |
| 76 | 2024-12-03T22:24:57.893Z | This would reload your PATH environment variable to include |
| 77 | 2024-12-03T22:24:57.893Z | Cargo's bin directory ($HOME/.cargo/bin). |
| 78 | 2024-12-03T22:24:57.893Z | |
| 79 | 2024-12-03T22:24:57.893Z | To configure your current shell, you need to source |
| 80 | 2024-12-03T22:24:57.893Z | the corresponding env file under $HOME/.cargo. |
| 81 | 2024-12-03T22:24:57.893Z | |
| 82 | 2024-12-03T22:24:57.893Z | This is usually done by running one of the following (note the leading DOT): |
| 83 | 2024-12-03T22:24:57.893Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 84 | 2024-12-03T22:24:57.893Z | source "$HOME/.cargo/env.fish" # For fish |
| 85 | 2024-12-03T22:24:57.896Z | + . /home/build/.cargo/env |
| 86 | 2024-12-03T22:24:57.896Z | + PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin: |
| 87 | 2024-12-03T22:24:57.896Z | + PATH=/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 88 | 2024-12-03T22:24:57.896Z | + [ solarish '=' windows ] |
| 89 | 2024-12-03T22:24:57.896Z | + rustup set profile minimal |
| 90 | 2024-12-03T22:24:57.898Z | info: profile set to 'minimal' |
| 91 | 2024-12-03T22:24:57.898Z | + rustup update --force stable |
| 92 | 2024-12-03T22:24:57.902Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 93 | 2024-12-03T22:24:58.061Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
| 94 | 2024-12-03T22:24:58.061Z | info: downloading component 'cargo' |
| 95 | 2024-12-03T22:24:58.946Z | info: downloading component 'rust-std' |
| 96 | 2024-12-03T22:25:00.747Z | info: downloading component 'rustc' |
| 97 | 2024-12-03T22:25:07.532Z | info: installing component 'cargo' |
| 98 | 2024-12-03T22:25:08.336Z | info: installing component 'rust-std' |
| 99 | 2024-12-03T22:25:09.922Z | info: installing component 'rustc' |
| 100 | 2024-12-03T22:25:15.462Z | |
| 101 | 2024-12-03T22:25:15.826Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
| 102 | 2024-12-03T22:25:15.826Z | |
| 103 | 2024-12-03T22:25:15.828Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 104 | 2024-12-03T22:25:15.828Z | info: checking for self-update |
| 105 | 2024-12-03T22:25:15.931Z | + rustup default stable |
| 106 | 2024-12-03T22:25:15.936Z | info: using existing install for 'stable-x86_64-unknown-illumos' |
| 107 | 2024-12-03T22:25:15.938Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 108 | 2024-12-03T22:25:15.938Z | |
| 109 | 2024-12-03T22:25:15.970Z | stable-x86_64-unknown-illumos unchanged - rustc 1.83.0 (90b35a623 2024-11-26) |
| 110 | 2024-12-03T22:25:15.970Z | |
| 111 | 2024-12-03T22:25:15.973Z | + [ -n x86_64-unknown-illumos ] |
| 112 | 2024-12-03T22:25:15.973Z | + echo 'Install target' |
| 113 | 2024-12-03T22:25:15.973Z | Install target |
| 114 | 2024-12-03T22:25:15.973Z | + rustup target add x86_64-unknown-illumos |
| 115 | 2024-12-03T22:25:16.074Z | info: component 'rust-std' for target 'x86_64-unknown-illumos' is up to date |
| 116 | 2024-12-03T22:25:16.081Z | + [ -n '' ] |
| 117 | 2024-12-03T22:25:16.081Z | Query rust and cargo versions |
| 118 | 2024-12-03T22:25:16.081Z | + [ solarish '=' windows ] |
| 119 | 2024-12-03T22:25:16.081Z | + echo 'Query rust and cargo versions' |
| 120 | 2024-12-03T22:25:16.081Z | + rustc -Vv |
| 121 | 2024-12-03T22:25:16.143Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 122 | 2024-12-03T22:25:16.143Z | binary: rustc |
| 123 | 2024-12-03T22:25:16.143Z | commit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf |
| 124 | 2024-12-03T22:25:16.143Z | commit-date: 2024-11-26 |
| 125 | 2024-12-03T22:25:16.143Z | host: x86_64-unknown-illumos |
| 126 | 2024-12-03T22:25:16.143Z | release: 1.83.0 |
| 127 | 2024-12-03T22:25:16.146Z | LLVM version: 19.1.1 |
| 128 | 2024-12-03T22:25:16.149Z | + cargo -V |
| 129 | 2024-12-03T22:25:16.196Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
| 130 | 2024-12-03T22:25:16.198Z | + rustup -Vv |
| 131 | 2024-12-03T22:25:16.200Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 132 | 2024-12-03T22:25:16.200Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 133 | 2024-12-03T22:25:16.273Z | info: The currently active `rustc` version is `rustc 1.83.0 (90b35a623 2024-11-26)` |
| 134 | 2024-12-03T22:25:16.276Z | + rustup show |
| 135 | 2024-12-03T22:25:16.280Z | Default host: x86_64-unknown-illumos |
| 136 | 2024-12-03T22:25:16.280Z | rustup home: /home/build/.rustup |
| 137 | 2024-12-03T22:25:16.280Z | |
| 138 | 2024-12-03T22:25:16.336Z | stable-x86_64-unknown-illumos (default) |
| 139 | 2024-12-03T22:25:16.373Z | rustc 1.83.0 (90b35a623 2024-11-26) |
| 140 | 2024-12-03T22:25:16.377Z | + echo 'Generate lockfile' |
| 141 | 2024-12-03T22:25:16.377Z | Generate lockfile |
| 142 | 2024-12-03T22:25:16.379Z | + N=5 |
| 143 | 2024-12-03T22:25:16.380Z | + n=0 |
| 144 | 2024-12-03T22:25:16.380Z | + [ 0 -ge 5 ] |
| 145 | 2024-12-03T22:25:16.380Z | + cargo generate-lockfile |
| 146 | 2024-12-03T22:25:16.435Z | Updating crates.io index |
| 147 | 2024-12-03T22:25:16.797Z | Locking 42 packages to latest compatible versions |
| 148 | 2024-12-03T22:25:16.828Z | + break |
| 149 | 2024-12-03T22:25:16.831Z | |
| 150 | 2024-12-03T22:25:16.831Z | real 20.277388752 |
| 151 | 2024-12-03T22:25:16.831Z | user 8.351946689 |
| 152 | 2024-12-03T22:25:16.831Z | sys 1.549298320 |
| 153 | 2024-12-03T22:25:16.831Z | trap 0.001859030 |
| 154 | 2024-12-03T22:25:16.831Z | tflt 0.000016766 |
| 155 | 2024-12-03T22:25:16.831Z | dflt 0.000035814 |
| 156 | 2024-12-03T22:25:16.831Z | kflt 0.000000000 |
| 157 | 2024-12-03T22:25:16.831Z | lock 2:27.522456140 |
| 158 | 2024-12-03T22:25:16.831Z | slp 40.380537852 |
| 159 | 2024-12-03T22:25:16.831Z | lat 0.357007183 |
| 160 | 2024-12-03T22:25:16.831Z | stop 3.085289863 |
| 161 | 2024-12-03T22:25:16.831Z | + banner run.sh |
| 162 | 2024-12-03T22:25:16.834Z | |
| 163 | 2024-12-03T22:25:16.834Z | ##### # # # # #### # # |
| 164 | 2024-12-03T22:25:16.834Z | # # # # ## # # # # |
| 165 | 2024-12-03T22:25:16.834Z | # # # # # # # #### ###### |
| 166 | 2024-12-03T22:25:16.834Z | ##### # # # # # ### # # # |
| 167 | 2024-12-03T22:25:16.834Z | # # # # # ## ### # # # # |
| 168 | 2024-12-03T22:25:16.834Z | # # #### # # ### #### # # |
| 169 | 2024-12-03T22:25:16.834Z | |
| 170 | 2024-12-03T22:25:16.834Z | + ptime -m sh ci/run.sh x86_64-unknown-illumos |
| 171 | 2024-12-03T22:25:16.837Z | + mirrors_url=https://ci-mirrors.rust-lang.org/libc |
| 172 | 2024-12-03T22:25:16.837Z | + target=x86_64-unknown-illumos |
| 173 | 2024-12-03T22:25:16.837Z | + RUST_BACKTRACE=1 |
| 174 | 2024-12-03T22:25:16.837Z | + export RUST_BACKTRACE |
| 175 | 2024-12-03T22:25:16.837Z | + [ -n '' ] |
| 176 | 2024-12-03T22:25:16.837Z | + cmd='cargo test --target x86_64-unknown-illumos ' |
| 177 | 2024-12-03T22:25:16.837Z | + cmd='cargo test --target x86_64-unknown-illumos --workspace' |
| 178 | 2024-12-03T22:25:16.837Z | + [ x86_64-unknown-illumos '=' s390x-unknown-linux-gnu ] |
| 179 | 2024-12-03T22:25:16.837Z | + cargo test --target x86_64-unknown-illumos --workspace --no-default-features |
| 180 | 2024-12-03T22:25:17.035Z | Downloading crates ... |
| 181 | 2024-12-03T22:25:17.094Z | Downloaded ctest2 v0.4.9 |
| 182 | 2024-12-03T22:25:17.101Z | Downloaded quote v1.0.37 |
| 183 | 2024-12-03T22:25:17.110Z | Downloaded dirs-sys v0.3.7 |
| 184 | 2024-12-03T22:25:17.128Z | Downloaded bitflags v1.3.2 |
| 185 | 2024-12-03T22:25:17.138Z | Downloaded dirs v2.0.2 |
| 186 | 2024-12-03T22:25:17.150Z | Downloaded rustc_version v0.4.1 |
| 187 | 2024-12-03T22:25:17.153Z | Downloaded cc v1.2.2 |
| 188 | 2024-12-03T22:25:17.158Z | Downloaded cfg-if v0.1.10 |
| 189 | 2024-12-03T22:25:17.161Z | Downloaded shlex v1.3.0 |
| 190 | 2024-12-03T22:25:17.161Z | Downloaded unicode-xid v0.2.6 |
| 191 | 2024-12-03T22:25:17.173Z | Downloaded semver v1.0.23 |
| 192 | 2024-12-03T22:25:17.175Z | Downloaded itoa v1.0.14 |
| 193 | 2024-12-03T22:25:17.183Z | Downloaded term v0.6.1 |
| 194 | 2024-12-03T22:25:17.188Z | Downloaded unicode-ident v1.0.14 |
| 195 | 2024-12-03T22:25:17.190Z | Downloaded ryu v1.0.18 |
| 196 | 2024-12-03T22:25:17.197Z | Downloaded log v0.4.22 |
| 197 | 2024-12-03T22:25:17.203Z | Downloaded proc-macro2 v1.0.92 |
| 198 | 2024-12-03T22:25:17.205Z | Downloaded garando_pos v0.1.0 |
| 199 | 2024-12-03T22:25:17.208Z | Downloaded serde_derive v1.0.215 |
| 200 | 2024-12-03T22:25:17.210Z | Downloaded garando_errors v0.1.0 |
| 201 | 2024-12-03T22:25:17.212Z | Downloaded serde v1.0.215 |
| 202 | 2024-12-03T22:25:17.228Z | Downloaded memchr v2.7.4 |
| 203 | 2024-12-03T22:25:17.243Z | Downloaded aho-corasick v1.1.3 |
| 204 | 2024-12-03T22:25:17.250Z | Downloaded serde_json v1.0.133 |
| 205 | 2024-12-03T22:25:17.288Z | Downloaded regex-syntax v0.8.5 |
| 206 | 2024-12-03T22:25:17.295Z | Downloaded syn v2.0.90 |
| 207 | 2024-12-03T22:25:17.306Z | Downloaded regex v1.11.1 |
| 208 | 2024-12-03T22:25:17.317Z | Downloaded garando_syntax v0.1.1 |
| 209 | 2024-12-03T22:25:17.355Z | Downloaded regex-automata v0.4.9 |
| 210 | 2024-12-03T22:25:17.370Z | Downloaded libc v0.2.167 |
| 211 | 2024-12-03T22:25:17.452Z | Compiling proc-macro2 v1.0.92 |
| 212 | 2024-12-03T22:25:17.452Z | Compiling unicode-ident v1.0.14 |
| 213 | 2024-12-03T22:25:17.455Z | Compiling libc v0.2.167 |
| 214 | 2024-12-03T22:25:17.455Z | Compiling serde v1.0.215 |
| 215 | 2024-12-03T22:25:17.455Z | Compiling memchr v2.7.4 |
| 216 | 2024-12-03T22:25:17.455Z | Compiling cfg-if v0.1.10 |
| 217 | 2024-12-03T22:25:17.455Z | Compiling serde_json v1.0.133 |
| 218 | 2024-12-03T22:25:17.458Z | Compiling semver v1.0.23 |
| 219 | 2024-12-03T22:25:17.542Z | Compiling unicode-xid v0.2.6 |
| 220 | 2024-12-03T22:25:17.623Z | Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc) |
| 221 | 2024-12-03T22:25:17.698Z | Compiling itoa v1.0.14 |
| 222 | 2024-12-03T22:25:17.859Z | Compiling ryu v1.0.18 |
| 223 | 2024-12-03T22:25:18.103Z | Compiling regex-syntax v0.8.5 |
| 224 | 2024-12-03T22:25:18.637Z | Compiling aho-corasick v1.1.3 |
| 225 | 2024-12-03T22:25:19.395Z | Compiling log v0.4.22 |
| 226 | 2024-12-03T22:25:19.455Z | Compiling shlex v1.3.0 |
| 227 | 2024-12-03T22:25:19.461Z | Compiling bitflags v1.3.2 |
| 228 | 2024-12-03T22:25:19.729Z | Compiling cc v1.2.2 |
| 229 | 2024-12-03T22:25:19.801Z | Compiling rustc_version v0.4.1 |
| 230 | 2024-12-03T22:25:20.056Z | Compiling dirs-sys v0.3.7 |
| 231 | 2024-12-03T22:25:20.364Z | Compiling dirs v2.0.2 |
| 232 | 2024-12-03T22:25:20.545Z | Compiling quote v1.0.37 |
| 233 | 2024-12-03T22:25:20.565Z | Compiling term v0.6.1 |
| 234 | 2024-12-03T22:25:21.097Z | Compiling syn v2.0.90 |
| 235 | 2024-12-03T22:25:21.199Z | Compiling regex-automata v0.4.9 |
| 236 | 2024-12-03T22:25:24.235Z | Compiling regex v1.11.1 |
| 237 | 2024-12-03T22:25:24.297Z | Compiling serde_derive v1.0.215 |
| 238 | 2024-12-03T22:25:31.382Z | Compiling garando_pos v0.1.0 |
| 239 | 2024-12-03T22:25:31.816Z | Compiling garando_errors v0.1.0 |
| 240 | 2024-12-03T22:25:32.485Z | Compiling garando_syntax v0.1.1 |
| 241 | 2024-12-03T22:25:39.602Z | Compiling ctest2 v0.4.9 |
| 242 | 2024-12-03T22:25:42.698Z | Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test) |
| 243 | 2024-12-03T22:26:09.609Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 52.71s |
| 244 | 2024-12-03T22:26:09.617Z | Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-97f2ea5c35629536) |
| 245 | 2024-12-03T22:26:09.624Z | |
| 246 | 2024-12-03T22:26:09.624Z | running 0 tests |
| 247 | 2024-12-03T22:26:09.624Z | |
| 248 | 2024-12-03T22:26:09.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 249 | 2024-12-03T22:26:09.624Z | |
| 250 | 2024-12-03T22:26:09.627Z | Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-41596eb014251cc4) |
| 251 | 2024-12-03T22:26:09.629Z | |
| 252 | 2024-12-03T22:26:09.629Z | running 0 tests |
| 253 | 2024-12-03T22:26:09.629Z | |
| 254 | 2024-12-03T22:26:09.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 255 | 2024-12-03T22:26:09.629Z | |
| 256 | 2024-12-03T22:26:09.629Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-40110ca342d3f16d) |
| 257 | 2024-12-03T22:26:09.631Z | |
| 258 | 2024-12-03T22:26:09.631Z | running 5 tests |
| 259 | 2024-12-03T22:26:09.633Z | test t::test_cmsg_firsthdr ... ok |
| 260 | 2024-12-03T22:26:09.633Z | test t::test_cmsg_len ... ok |
| 261 | 2024-12-03T22:26:09.633Z | test t::test_cmsg_data ... ok |
| 262 | 2024-12-03T22:26:09.633Z | test t::test_cmsg_space ... ok |
| 263 | 2024-12-03T22:26:09.639Z | test t::test_cmsg_nxthdr ... ok |
| 264 | 2024-12-03T22:26:09.639Z | |
| 265 | 2024-12-03T22:26:09.639Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 266 | 2024-12-03T22:26:09.639Z | |
| 267 | 2024-12-03T22:26:09.641Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-5555efdfb92daf42) |
| 268 | 2024-12-03T22:26:09.644Z | |
| 269 | 2024-12-03T22:26:09.644Z | running 0 tests |
| 270 | 2024-12-03T22:26:09.644Z | |
| 271 | 2024-12-03T22:26:09.644Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 272 | 2024-12-03T22:26:09.644Z | |
| 273 | 2024-12-03T22:26:09.644Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-1797dae07800a5e2) |
| 274 | 2024-12-03T22:26:09.646Z | PASSED 0 tests |
| 275 | 2024-12-03T22:26:09.646Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-57d70abb916a2b47) |
| 276 | 2024-12-03T22:26:09.649Z | PASSED 0 tests |
| 277 | 2024-12-03T22:26:09.651Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-86ff8fb1a4f01134) |
| 278 | 2024-12-03T22:26:09.653Z | PASSED 0 tests |
| 279 | 2024-12-03T22:26:09.653Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-7aa0bc1319fa5272) |
| 280 | 2024-12-03T22:26:09.655Z | PASSED 0 tests |
| 281 | 2024-12-03T22:26:09.657Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-694029c05bb770c7) |
| 282 | 2024-12-03T22:26:09.659Z | PASSED 0 tests |
| 283 | 2024-12-03T22:26:09.659Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-20203cdaed57dca5) |
| 284 | 2024-12-03T22:26:09.662Z | PASSED 0 tests |
| 285 | 2024-12-03T22:26:09.664Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-b61792c1924a6b69) |
| 286 | 2024-12-03T22:26:09.666Z | RUNNING ALL TESTS |
| 287 | 2024-12-03T22:26:09.669Z | PASSED 8371 tests |
| 288 | 2024-12-03T22:26:09.671Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-7a20b13019668208) |
| 289 | 2024-12-03T22:26:09.673Z | |
| 290 | 2024-12-03T22:26:09.673Z | running 0 tests |
| 291 | 2024-12-03T22:26:09.673Z | |
| 292 | 2024-12-03T22:26:09.673Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 293 | 2024-12-03T22:26:09.673Z | |
| 294 | 2024-12-03T22:26:09.673Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-15bccbe350d11347) |
| 295 | 2024-12-03T22:26:09.676Z | |
| 296 | 2024-12-03T22:26:09.676Z | running 1 test |
| 297 | 2024-12-03T22:26:09.678Z | test same ... ok |
| 298 | 2024-12-03T22:26:09.678Z | |
| 299 | 2024-12-03T22:26:09.678Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 300 | 2024-12-03T22:26:09.678Z | |
| 301 | 2024-12-03T22:26:09.678Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-24e72d997c7f5f08) |
| 302 | 2024-12-03T22:26:09.681Z | PASSED 1 tests |
| 303 | 2024-12-03T22:26:09.681Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-e9eedd62d071b9d0) |
| 304 | 2024-12-03T22:26:09.684Z | |
| 305 | 2024-12-03T22:26:09.684Z | running 0 tests |
| 306 | 2024-12-03T22:26:09.684Z | |
| 307 | 2024-12-03T22:26:09.684Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 308 | 2024-12-03T22:26:09.684Z | |
| 309 | 2024-12-03T22:26:09.684Z | Doc-tests libc |
| 310 | 2024-12-03T22:26:09.794Z | |
| 311 | 2024-12-03T22:26:09.794Z | running 0 tests |
| 312 | 2024-12-03T22:26:09.794Z | |
| 313 | 2024-12-03T22:26:09.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 314 | 2024-12-03T22:26:09.794Z | |
| 315 | 2024-12-03T22:26:09.808Z | + cargo test --target x86_64-unknown-illumos --workspace |
| 316 | 2024-12-03T22:26:09.933Z | Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc) |
| 317 | 2024-12-03T22:26:09.935Z | Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test) |
| 318 | 2024-12-03T22:26:27.226Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 17.36s |
| 319 | 2024-12-03T22:26:27.231Z | Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-d5a33c6657d3d3d5) |
| 320 | 2024-12-03T22:26:27.238Z | |
| 321 | 2024-12-03T22:26:27.238Z | running 0 tests |
| 322 | 2024-12-03T22:26:27.238Z | |
| 323 | 2024-12-03T22:26:27.238Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 324 | 2024-12-03T22:26:27.238Z | |
| 325 | 2024-12-03T22:26:27.240Z | Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-a7941c4b4fcf48d4) |
| 326 | 2024-12-03T22:26:27.242Z | |
| 327 | 2024-12-03T22:26:27.242Z | running 0 tests |
| 328 | 2024-12-03T22:26:27.242Z | |
| 329 | 2024-12-03T22:26:27.242Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 330 | 2024-12-03T22:26:27.242Z | |
| 331 | 2024-12-03T22:26:27.242Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-b2e6ea3fad1c7ea4) |
| 332 | 2024-12-03T22:26:27.245Z | |
| 333 | 2024-12-03T22:26:27.245Z | running 5 tests |
| 334 | 2024-12-03T22:26:27.248Z | test t::test_cmsg_data ... ok |
| 335 | 2024-12-03T22:26:27.248Z | test t::test_cmsg_len ... ok |
| 336 | 2024-12-03T22:26:27.248Z | test t::test_cmsg_firsthdr ... ok |
| 337 | 2024-12-03T22:26:27.248Z | test t::test_cmsg_space ... ok |
| 338 | 2024-12-03T22:26:27.252Z | test t::test_cmsg_nxthdr ... ok |
| 339 | 2024-12-03T22:26:27.252Z | |
| 340 | 2024-12-03T22:26:27.252Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 341 | 2024-12-03T22:26:27.252Z | |
| 342 | 2024-12-03T22:26:27.255Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-2f521ddfeb3a97a1) |
| 343 | 2024-12-03T22:26:27.258Z | |
| 344 | 2024-12-03T22:26:27.258Z | running 0 tests |
| 345 | 2024-12-03T22:26:27.258Z | |
| 346 | 2024-12-03T22:26:27.258Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 347 | 2024-12-03T22:26:27.258Z | |
| 348 | 2024-12-03T22:26:27.258Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-ab2bd6184c9bab5d) |
| 349 | 2024-12-03T22:26:27.260Z | PASSED 0 tests |
| 350 | 2024-12-03T22:26:27.261Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-0e1102ea95e6a131) |
| 351 | 2024-12-03T22:26:27.263Z | PASSED 0 tests |
| 352 | 2024-12-03T22:26:27.263Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-be3e75292b431cca) |
| 353 | 2024-12-03T22:26:27.266Z | PASSED 0 tests |
| 354 | 2024-12-03T22:26:27.268Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-909c357b67b04803) |
| 355 | 2024-12-03T22:26:27.271Z | PASSED 0 tests |
| 356 | 2024-12-03T22:26:27.271Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-14864bac042e016f) |
| 357 | 2024-12-03T22:26:27.273Z | PASSED 0 tests |
| 358 | 2024-12-03T22:26:27.275Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-5f441ffdf24f6ea1) |
| 359 | 2024-12-03T22:26:27.278Z | PASSED 0 tests |
| 360 | 2024-12-03T22:26:27.278Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-e2810bea40083dea) |
| 361 | 2024-12-03T22:26:27.280Z | RUNNING ALL TESTS |
| 362 | 2024-12-03T22:26:27.283Z | PASSED 8371 tests |
| 363 | 2024-12-03T22:26:27.286Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-19be2b3f0baf714f) |
| 364 | 2024-12-03T22:26:27.288Z | |
| 365 | 2024-12-03T22:26:27.288Z | running 0 tests |
| 366 | 2024-12-03T22:26:27.288Z | |
| 367 | 2024-12-03T22:26:27.288Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 368 | 2024-12-03T22:26:27.288Z | |
| 369 | 2024-12-03T22:26:27.288Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-969993a7dffa6022) |
| 370 | 2024-12-03T22:26:27.290Z | |
| 371 | 2024-12-03T22:26:27.290Z | running 1 test |
| 372 | 2024-12-03T22:26:27.292Z | test same ... ok |
| 373 | 2024-12-03T22:26:27.292Z | |
| 374 | 2024-12-03T22:26:27.292Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 375 | 2024-12-03T22:26:27.292Z | |
| 376 | 2024-12-03T22:26:27.292Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-a8a2d89cc56d4bab) |
| 377 | 2024-12-03T22:26:27.294Z | PASSED 1 tests |
| 378 | 2024-12-03T22:26:27.297Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-81b89e5778dba819) |
| 379 | 2024-12-03T22:26:27.299Z | |
| 380 | 2024-12-03T22:26:27.299Z | running 0 tests |
| 381 | 2024-12-03T22:26:27.299Z | |
| 382 | 2024-12-03T22:26:27.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 383 | 2024-12-03T22:26:27.299Z | |
| 384 | 2024-12-03T22:26:27.299Z | Doc-tests libc |
| 385 | 2024-12-03T22:26:27.403Z | |
| 386 | 2024-12-03T22:26:27.403Z | running 0 tests |
| 387 | 2024-12-03T22:26:27.403Z | |
| 388 | 2024-12-03T22:26:27.403Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 389 | 2024-12-03T22:26:27.403Z | |
| 390 | 2024-12-03T22:26:27.415Z | + cargo test --target x86_64-unknown-illumos --workspace --features extra_traits |
| 391 | 2024-12-03T22:26:27.540Z | Compiling libc v1.0.0-alpha.1 (/work/sunshowers/libc) |
| 392 | 2024-12-03T22:26:27.548Z | Compiling libc-test v0.1.0 (/work/sunshowers/libc/libc-test) |
| 393 | 2024-12-03T22:26:44.918Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 17.44s |
| 394 | 2024-12-03T22:26:44.924Z | Running unittests src/lib.rs (target/x86_64-unknown-illumos/debug/deps/libc-addbf6708315b5c5) |
| 395 | 2024-12-03T22:26:44.930Z | |
| 396 | 2024-12-03T22:26:44.931Z | running 0 tests |
| 397 | 2024-12-03T22:26:44.931Z | |
| 398 | 2024-12-03T22:26:44.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 399 | 2024-12-03T22:26:44.931Z | |
| 400 | 2024-12-03T22:26:44.933Z | Running tests/const_fn.rs (target/x86_64-unknown-illumos/debug/deps/const_fn-0a3c30d57cd61414) |
| 401 | 2024-12-03T22:26:44.936Z | |
| 402 | 2024-12-03T22:26:44.936Z | running 0 tests |
| 403 | 2024-12-03T22:26:44.936Z | |
| 404 | 2024-12-03T22:26:44.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 405 | 2024-12-03T22:26:44.936Z | |
| 406 | 2024-12-03T22:26:44.936Z | Running test/cmsg.rs (target/x86_64-unknown-illumos/debug/deps/cmsg-eb764aa5cc605d20) |
| 407 | 2024-12-03T22:26:44.938Z | |
| 408 | 2024-12-03T22:26:44.938Z | running 5 tests |
| 409 | 2024-12-03T22:26:44.941Z | test t::test_cmsg_len ... ok |
| 410 | 2024-12-03T22:26:44.941Z | test t::test_cmsg_firsthdr ... ok |
| 411 | 2024-12-03T22:26:44.941Z | test t::test_cmsg_data ... ok |
| 412 | 2024-12-03T22:26:44.941Z | test t::test_cmsg_space ... ok |
| 413 | 2024-12-03T22:26:44.946Z | test t::test_cmsg_nxthdr ... ok |
| 414 | 2024-12-03T22:26:44.946Z | |
| 415 | 2024-12-03T22:26:44.946Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 416 | 2024-12-03T22:26:44.946Z | |
| 417 | 2024-12-03T22:26:44.948Z | Running test/errqueue.rs (target/x86_64-unknown-illumos/debug/deps/errqueue-0d698d13286c9522) |
| 418 | 2024-12-03T22:26:44.950Z | |
| 419 | 2024-12-03T22:26:44.950Z | running 0 tests |
| 420 | 2024-12-03T22:26:44.950Z | |
| 421 | 2024-12-03T22:26:44.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 422 | 2024-12-03T22:26:44.950Z | |
| 423 | 2024-12-03T22:26:44.950Z | Running test/linux_elf.rs (target/x86_64-unknown-illumos/debug/deps/linux_elf-f8d4581c82270f48) |
| 424 | 2024-12-03T22:26:44.953Z | PASSED 0 tests |
| 425 | 2024-12-03T22:26:44.956Z | Running test/linux_fcntl.rs (target/x86_64-unknown-illumos/debug/deps/linux_fcntl-692c53e7a097f4ea) |
| 426 | 2024-12-03T22:26:44.958Z | PASSED 0 tests |
| 427 | 2024-12-03T22:26:44.958Z | Running test/linux_if_arp.rs (target/x86_64-unknown-illumos/debug/deps/linux_if_arp-cbf423720bcf17c8) |
| 428 | 2024-12-03T22:26:44.964Z | PASSED 0 tests |
| 429 | 2024-12-03T22:26:44.964Z | Running test/linux_ipv6.rs (target/x86_64-unknown-illumos/debug/deps/linux_ipv6-5fc57ce0aaed79e9) |
| 430 | 2024-12-03T22:26:44.964Z | PASSED 0 tests |
| 431 | 2024-12-03T22:26:44.964Z | Running test/linux_strerror_r.rs (target/x86_64-unknown-illumos/debug/deps/linux_strerror_r-ed42de6efc1e829c) |
| 432 | 2024-12-03T22:26:44.967Z | PASSED 0 tests |
| 433 | 2024-12-03T22:26:44.969Z | Running test/linux_termios.rs (target/x86_64-unknown-illumos/debug/deps/linux_termios-6ca8ceffedd28c6b) |
| 434 | 2024-12-03T22:26:44.972Z | PASSED 0 tests |
| 435 | 2024-12-03T22:26:44.972Z | Running test/main.rs (target/x86_64-unknown-illumos/debug/deps/main-5653f53fbff6e3b0) |
| 436 | 2024-12-03T22:26:44.974Z | RUNNING ALL TESTS |
| 437 | 2024-12-03T22:26:44.977Z | PASSED 8371 tests |
| 438 | 2024-12-03T22:26:44.979Z | Running test/makedev.rs (target/x86_64-unknown-illumos/debug/deps/makedev-bfaf1bca42135ff9) |
| 439 | 2024-12-03T22:26:44.981Z | |
| 440 | 2024-12-03T22:26:44.982Z | running 0 tests |
| 441 | 2024-12-03T22:26:44.982Z | |
| 442 | 2024-12-03T22:26:44.982Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 443 | 2024-12-03T22:26:44.982Z | |
| 444 | 2024-12-03T22:26:44.982Z | Running test/primitive_types.rs (target/x86_64-unknown-illumos/debug/deps/primitive_types-ab80e78a2955d35f) |
| 445 | 2024-12-03T22:26:44.984Z | |
| 446 | 2024-12-03T22:26:44.984Z | running 1 test |
| 447 | 2024-12-03T22:26:44.987Z | test same ... ok |
| 448 | 2024-12-03T22:26:44.987Z | |
| 449 | 2024-12-03T22:26:44.987Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 450 | 2024-12-03T22:26:44.987Z | |
| 451 | 2024-12-03T22:26:44.988Z | Running test/semver.rs (target/x86_64-unknown-illumos/debug/deps/semver-bc6b1c6a062ca492) |
| 452 | 2024-12-03T22:26:44.990Z | PASSED 1 tests |
| 453 | 2024-12-03T22:26:44.990Z | Running test/sigrt.rs (target/x86_64-unknown-illumos/debug/deps/sigrt-2ac9ff308e749180) |
| 454 | 2024-12-03T22:26:44.993Z | |
| 455 | 2024-12-03T22:26:44.993Z | running 0 tests |
| 456 | 2024-12-03T22:26:44.993Z | |
| 457 | 2024-12-03T22:26:44.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 458 | 2024-12-03T22:26:44.993Z | |
| 459 | 2024-12-03T22:26:44.993Z | Doc-tests libc |
| 460 | 2024-12-03T22:26:45.135Z | |
| 461 | 2024-12-03T22:26:45.135Z | running 0 tests |
| 462 | 2024-12-03T22:26:45.135Z | |
| 463 | 2024-12-03T22:26:45.135Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 464 | 2024-12-03T22:26:45.135Z | |
| 465 | 2024-12-03T22:26:45.149Z | |
| 466 | 2024-12-03T22:26:45.152Z | real 1:28.309840222 |
| 467 | 2024-12-03T22:26:45.152Z | user 2:16.744950770 |
| 468 | 2024-12-03T22:26:45.152Z | sys 18.726917071 |
| 469 | 2024-12-03T22:26:45.152Z | trap 0.051643495 |
| 470 | 2024-12-03T22:26:45.152Z | tflt 4.668209388 |
| 471 | 2024-12-03T22:26:45.152Z | dflt 4.897107547 |
| 472 | 2024-12-03T22:26:45.152Z | kflt 0.017268024 |
| 473 | 2024-12-03T22:26:45.152Z | lock 5:26.347143978 |
| 474 | 2024-12-03T22:26:45.152Z | slp 9:45.502775954 |
| 475 | 2024-12-03T22:26:45.152Z | lat 2.306030176 |
| 476 | 2024-12-03T22:26:45.152Z | stop 7.017165817 |
| 477 | 2024-12-03T22:26:45.152Z | process exited: duration 108623 ms, exit code 0 |
| |
| 478 | 2024-12-03T22:26:45.157Z | found 0 output files |