<86>Oct 29 15:02:03 userdel[3782481]: delete user 'rooter' <86>Oct 29 15:02:03 userdel[3782481]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:02:03 userdel[3782481]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:02:03 groupadd[3782553]: group added to /etc/group: name=rooter, GID=1877 <86>Oct 29 15:02:03 groupadd[3782553]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:02:03 groupadd[3782553]: new group: name=rooter, GID=1877 <86>Oct 29 15:02:03 useradd[3782611]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:02:03 userdel[3782705]: delete user 'builder' <86>Oct 29 15:02:03 userdel[3782705]: removed group 'builder' owned by 'builder' <86>Oct 29 15:02:03 userdel[3782705]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:02:03 groupadd[3782774]: group added to /etc/group: name=builder, GID=1878 <86>Oct 29 15:02:03 groupadd[3782774]: group added to /etc/gshadow: name=builder <86>Oct 29 15:02:03 groupadd[3782774]: new group: name=builder, GID=1878 <86>Oct 29 15:02:03 useradd[3782826]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 15:02:06 rpmi: libpng16-1.6.42-alt2 sisyphus+339555.100.1.1 1706781682 installed <13>Oct 29 15:02:06 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed <13>Oct 29 15:02:06 rpmi: libjpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>Oct 29 15:02:06 rpmi: libturbojpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>Oct 29 15:02:06 rpmi: libgif-4.1.6-alt3 sisyphus+276911.100.1.3 1625273979 installed <13>Oct 29 15:02:06 rpmi: libgif-devel-4.1.6-alt3 sisyphus+276911.100.1.3 1625273979 installed <13>Oct 29 15:02:06 rpmi: libjpeg-devel-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>Oct 29 15:02:06 rpmi: libpng-devel-1.6.42-alt2 sisyphus+339555.100.1.1 1706781682 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fbv-1.0b-alt2.1.nosrc.rpm (w1.gzdio) Installing fbv-1.0b-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79393 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fbv-1.0b + echo 'Source #0 (fbv-1.0b.tar.gz):' Source #0 (fbv-1.0b.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/fbv-1.0b.tar.gz + /bin/tar -xf - + cd fbv-1.0b + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (fbv-nocenter.patch):' Patch #1 (fbv-nocenter.patch): + /usr/bin/patch -p1 patching file ChangeLog patching file fbv.1 patching file main.c + echo 'Patch #2 (fbv-1.0b-features.h.patch):' Patch #2 (fbv-1.0b-features.h.patch): + /usr/bin/patch -p1 patching file fb_display.c + echo 'Patch #3 (fbv-1.0b-alt-libpng15.patch):' Patch #3 (fbv-1.0b-alt-libpng15.patch): + /usr/bin/patch -p2 patching file png.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79393 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbv-1.0b + ./configure --prefix=/usr --mandir=/usr/share/man checking for libungif presence... no checking for libjpeg presence... no checking for libpng presence... no building with bmp support... yes checking for DEFAULT_FRAMEBUFFER... /dev/fb0 installation dir: /usr/bin manuals dir: /usr/share/man + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o transforms.o transforms.c In file included from transforms.c:21: transforms.c: In function 'simple_resize': transforms.c:27:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 27 | assert(cr = (unsigned char*) malloc(dx*dy*3)); | ^~ transforms.c: In function 'color_average_resize': transforms.c:65:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 65 | assert(cr=(unsigned char*) malloc(dx*dy*3)); p=cr; | ^~ transforms.c: In function 'rotate': transforms.c:93:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 93 | assert(n = (unsigned char*) malloc(ox * oy * 3)); | ^ transforms.c: In function 'alpha_rotate': transforms.c:143:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 143 | assert(n = (unsigned char*) malloc(ox * oy)); | ^ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o jpeg.o jpeg.c jpeg.c: In function 'fh_jpeg_load': jpeg.c:65:12: warning: variable 'py' set but not used [-Wunused-but-set-variable] 65 | int px,py,c; | ^~ jpeg.c: In function 'fh_jpeg_getsize': jpeg.c:114:15: warning: variable 'c' set but not used [-Wunused-but-set-variable] 114 | int px,py,c; | ^ jpeg.c: In function 'fh_jpeg_id': jpeg.c:43:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 43 | read(fd,id,10); | ^~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o bmp.o bmp.c bmp.c: In function 'fh_bmp_id': bmp.c:51:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 51 | read(fd, id, 2); | ^~~~~~~~~~~~~~~ bmp.c: In function 'fetch_pallete': bmp.c:66:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 66 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_load': bmp.c:89:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 89 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:95:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | read(fd, buff, 2); | ^~~~~~~~~~~~~~~~~ bmp.c:104:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:120:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 120 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:136:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 136 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:147:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 147 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:158:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 158 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:165:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 165 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:176:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 176 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:182:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:195:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | read(fd, buff, 3); | ^~~~~~~~~~~~~~~~~ bmp.c:201:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_getsize': bmp.c:226:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | read(fd, size, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:229:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 229 | read(fd, size, 4); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o main.o main.c make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o png.o png.c png.c: In function 'fh_png_load': png.c:108:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 108 | fbptr = buffer; | ^ png.c:114:54: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 114 | unsigned char *trp = rp; | ^~ png.c:131:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 131 | fbptr = buffer; | ^ png.c: In function 'fh_png_id': png.c:41:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 41 | read(fd,id,4); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o gif.o gif.c gif.c: In function 'fh_gif_id': gif.c:45:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 45 | read(fd,id,4); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o fb_display.o fb_display.c make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o fbv main.o jpeg.o gif.o png.o bmp.o fb_display.o transforms.o In function 'alpha_rotate', inlined from 'do_rotate' at main.c:72:12, inlined from 'show_image' at main.c:292:5: transforms.c:143:9: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 143 | assert(n = (unsigned char*) malloc(ox * oy)); | ^ /usr/include/stdlib.h: In function 'show_image': /usr/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here 672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^ ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `fh_gif_load': /usr/src/RPM/BUILD/fbv-1.0b/gif.c:84:(.text+0x8f): undefined reference to `DGifOpenFileName' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:88:(.text+0xb8): undefined reference to `DGifGetRecordType' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:153:(.text+0xe7): undefined reference to `DGifGetExtension' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:166:(.text+0x127): undefined reference to `DGifGetExtensionNext' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:173:(.text+0x14e): undefined reference to `DGifCloseFile' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:92:(.text+0x164): undefined reference to `DGifGetImageDesc' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:140:(.text+0x27c): undefined reference to `DGifGetLine' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:119:(.text+0x3cd): undefined reference to `DGifGetLine' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:92:(.text+0x514): undefined reference to `DGifCloseFile' ld: /usr/src/RPM/BUILD/fbv-1.0b/gif.c:140:(.text+0x55f): undefined reference to `DGifCloseFile' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `fh_png_load': /usr/src/RPM/BUILD/fbv-1.0b/png.c:63:(.text+0x611): undefined reference to `png_create_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:65:(.text+0x627): undefined reference to `png_create_info_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:72:(.text+0x64b): undefined reference to `png_set_longjmp_fn' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:79:(.text+0x675): undefined reference to `png_init_io' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:81:(.text+0x684): undefined reference to `png_read_info' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:82:(.text+0x6b5): undefined reference to `png_get_IHDR' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:85:(.text+0x6e8): undefined reference to `png_set_gray_to_rgb' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:86:(.text+0x6fc): undefined reference to `png_get_valid' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:92:(.text+0x71a): undefined reference to `png_set_strip_16' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:93:(.text+0x724): undefined reference to `png_set_interlace_handling' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:94:(.text+0x737): undefined reference to `png_read_update_info' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:135:(.text+0x7a8): undefined reference to `png_read_rows' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:74:(.text+0x7d9): undefined reference to `png_destroy_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:116:(.text+0x8a0): undefined reference to `png_read_rows' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:139:(.text+0x926): undefined reference to `png_read_end' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:140:(.text+0x937): undefined reference to `png_destroy_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:84:(.text+0x950): undefined reference to `png_set_packing' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:89:(.text+0x95a): undefined reference to `png_set_tRNS_to_alpha' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:83:(.text+0x96c): undefined reference to `png_set_expand' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:68:(.text+0x97f): undefined reference to `png_destroy_read_struct' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `fh_png_getsize': /usr/src/RPM/BUILD/fbv-1.0b/png.c:155:(.text+0x9f7): undefined reference to `png_create_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:157:(.text+0xa0d): undefined reference to `png_create_info_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:164:(.text+0xa31): undefined reference to `png_set_longjmp_fn' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:171:(.text+0xa55): undefined reference to `png_init_io' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:172:(.text+0xa64): undefined reference to `png_read_info' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:173:(.text+0xa95): undefined reference to `png_get_IHDR' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:174:(.text+0xaaa): undefined reference to `png_destroy_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:166:(.text+0xafd): undefined reference to `png_destroy_read_struct' ld: /usr/src/RPM/BUILD/fbv-1.0b/png.c:160:(.text+0xb21): undefined reference to `png_destroy_read_struct' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `fh_jpeg_load': /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:71:(.text+0xb80): undefined reference to `jpeg_std_error' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:81:(.text+0xbc4): undefined reference to `jpeg_CreateDecompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:82:(.text+0xbd0): undefined reference to `jpeg_stdio_src' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:83:(.text+0xbdd): undefined reference to `jpeg_read_header' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:85:(.text+0xbf0): undefined reference to `jpeg_start_decompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:97:(.text+0xc51): undefined reference to `jpeg_read_scanlines' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:103:(.text+0xc84): undefined reference to `jpeg_finish_decompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:104:(.text+0xc8c): undefined reference to `jpeg_destroy_decompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:76:(.text+0xcc9): undefined reference to `jpeg_destroy_decompress' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `fh_jpeg_getsize': /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:120:(.text+0xd35): undefined reference to `jpeg_std_error' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:130:(.text+0xd79): undefined reference to `jpeg_CreateDecompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:131:(.text+0xd89): undefined reference to `jpeg_stdio_src' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:132:(.text+0xd96): undefined reference to `jpeg_read_header' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:134:(.text+0xda9): undefined reference to `jpeg_start_decompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:138:(.text+0xdcd): undefined reference to `jpeg_destroy_decompress' ld: /usr/src/RPM/BUILD/fbv-1.0b/jpeg.c:125:(.text+0xe09): undefined reference to `jpeg_destroy_decompress' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o: in function `show_image': /usr/src/RPM/BUILD/fbv-1.0b/gif.c:187:(.text+0x1b16): undefined reference to `DGifOpenFileName' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:191:(.text+0x1b35): undefined reference to `DGifGetRecordType' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:204:(.text+0x1b69): undefined reference to `DGifGetExtension' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:206:(.text+0x1b7f): undefined reference to `DGifGetExtensionNext' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:213:(.text+0x1ba2): undefined reference to `DGifCloseFile' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:196:(.text+0x27d4): undefined reference to `DGifGetImageDesc' ld: /usr/src/tmp/ccYyJo1K.ltrans0.ltrans.o:/usr/src/RPM/BUILD/fbv-1.0b/gif.c:200:(.text+0x280a): undefined reference to `DGifCloseFile' collect2: error: ld returned 1 exit status make: *** [Makefile:21: fbv] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' error: Bad exit status from /usr/src/tmp/rpm-tmp.79393 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.79393 (%build) Command exited with non-zero status 1 0.74user 0.34system 0:00.68elapsed 159%CPU (0avgtext+0avgdata 44508maxresident)k 0inputs+0outputs (0major+49417minor)pagefaults 0swaps hsh-rebuild: rebuild of `fbv-1.0b-alt2.1.src.rpm' failed. Command exited with non-zero status 1 3.54user 2.70system 0:09.18elapsed 67%CPU (0avgtext+0avgdata 136672maxresident)k 1296inputs+0outputs (0major+197545minor)pagefaults 0swaps