* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-03-23 17:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-03-23 17:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m SGI_SSWAP16(sgiparam.ilfact),
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:341:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:343:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (sgilabel->directory[i].vol_file_size) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:346:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m unsigned char *name = sgilabel->directory[i].vol_file_name;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootpartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:357:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_swappartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:369:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_check_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:389:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_get_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:401:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m return (char*)sgilabel->boot_file;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:413:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = aFile[i];
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:415:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:418:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m printf("
Bootfile is changed to \"%s\"
", sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgiinfo':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:426:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:427:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:428:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strncpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_write_table':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:436:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = SGI_SSWAP32(two_s_complement_32bit_sum(
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:443:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (!strncmp((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m int infostartblock = SGI_SSWAP32(sgilabel->directory[0].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_change_sysid':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:627:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_partition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:645:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:646:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].num_sectors = SGI_SSWAP32(length);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:647:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].start_sector = SGI_SSWAP32(start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgilabel':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:813:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->magic = SGI_SSWAP32(SGI_LABEL_MAGIC);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:815:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:818:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file) == 16 > 6 */
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:824:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.pcylcount = SGI_SSWAP16(geometry.cylinders);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:827:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ntrks = SGI_SSWAP16(geometry.heads);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:832:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.nsect = SGI_SSWAP16(geometry.sectors);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:833:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.bytes = SGI_SSWAP16(512);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:834:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ilfact = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:835:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.flags = SGI_SSWAP32(TRACK_FWD|
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:838:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.retries_on_^[[1m^[[Kerror ^[[m^[[K = SGI_SSWAP32(1);
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lspci.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lspci)" -D"KBUILD_MODNAME=KBUILD_STR(lspci)" -c -o util-linux/lspci.o util-linux/lspci.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/volume_id/.util.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(util)" -D"KBUILD_MODNAME=KBUILD_STR(util)" -c -o util-linux/volume_id/util.o util-linux/volume_id/util.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lsusb.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lsusb)" -D"KBUILD_MODNAME=KBUILD_STR(lsusb)" -c -o util-linux/lsusb.o util-linux/lsusb.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/volume_id/.volume_id.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(volume_id)" -D"KBUILD_MODNAME=KBUILD_STR(volume_id)" -c -o util-linux/volume_id/volume_id.o util-linux/volume_id/volume_id.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdStart.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdStart)" -D"KBUILD_MODNAME=KBUILD_STR(mdStart)" -c -o util-linux/mdStart.o util-linux/mdStart.c
^[[31;01m*^[[0mutil-linux/mdStart.c:37:1: ^[[1m^[[Kwarning^[[m^[[K: no previous prototype for 'mdstart_main' [-Wmissing-prototypes]
^[[31;01m*^[[0m mdstart_main(int argc, char *argv[])
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c: In function 'mdstart_main':
^[[31;01m*^[[0mutil-linux/mdStart.c:43:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'bb_show_usage' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m bb_show_usage();
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:6: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'sscanf'
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:55:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'close' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m close(fd);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m printf("^[[1m^[[KError:^[[m^[[K ^[[1m^[[KFailed^[[m^[[K to open %s!
", argv[i]);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'printf'
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdev.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdev)" -D"KBUILD_MODNAME=KBUILD_STR(mdev)" -c -o util-linux/mdev.o util-linux/mdev.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/volume_id/.xfs.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(xfs)" -D"KBUILD_MODNAME=KBUILD_STR(xfs)" -c -o util-linux/volume_id/xfs.o util-linux/volume_id/xfs.c
^[[31;01m*^[[0mutil-linux/mdev.c: In function 'make_device':
^[[31;01m*^[[0mutil-linux/mdev.c:564:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m symlink(node_name, "root");
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:567:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m chown(node_name, rule->ugid.uid, rule->ugid.gid);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:574:6: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m Running with options: --arch-override=s390 --all-ramdisk-modules --cachedir=/tmp/kerncache/netboot-genkernel_cache-20160323 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/netboot-modules-20160323.tar.bz2 --minkernpackage=/tmp/kerncache/netboot-kernel-initrd-20160323.tar.bz2 all --kerncache=/tmp/kerncache/netboot-kerncache-20160323.tar.bz2 --kernel-config=/var/tmp/netboot.config --netboot --initramfs-overlay="/tmp/image/"
^[[31;01m*^[[0m Using genkernel.conf from /etc/genkernel.conf
^[[31;01m*^[[0m Sourcing arch-specific config.sh from /usr/share/genkernel/arch/s390/config.sh ..
^[[31;01m*^[[0m Sourcing arch-specific modules_load from /usr/share/genkernel/arch/s390/modules_load ..
^[[31;01m*^[[0m
^[[31;01m*^[[0m ^[[1m^[[KERROR:^[[m^[[K Could not copy System.map from kerncache for the kernel package!
^[[31;01m*^[[0m
^[[31;01m*^[[0m -- End log... --
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please consult /var/log/genkernel.log for more information and any
^[[31;01m*^[[0m errors that were reported above.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Report any genkernel bugs to bugs.gentoo.org and
^[[31;01m*^[[0m assign your bug to genkernel@gentoo.org. Please include
^[[31;01m*^[[0m as much information as you can in your bug report; attaching
^[[31;01m*^[[0m /var/log/genkernel.log so that your issue can be dealt with effectively.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please do *not* report compilation failures as genkernel bugs!
^[[31;01m*^[[0m
!!! catalyst: Runscript kernel build failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1428, in build_kernel
self._build_kernel(kname=kname)
File "modules/generic_stage_target.py", line 1472, in _build_kernel
"Runscript kernel build failed",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160323/.catalyst_lock'
Full build log at /tmp/catalyst-auto.JI1iPo/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-03-25 15:47 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-03-25 15:47 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:301:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m SGI_SSWAP16(sgiparam.ilfact),
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:341:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:343:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (sgilabel->directory[i].vol_file_size) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:346:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m unsigned char *name = sgilabel->directory[i].vol_file_name;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootpartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:357:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_swappartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:369:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_check_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:389:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_get_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:401:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m return (char*)sgilabel->boot_file;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:413:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = aFile[i];
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:415:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:418:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m printf("
Bootfile is changed to \"%s\"
", sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgiinfo':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:426:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:427:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:428:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strncpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_write_table':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:436:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = SGI_SSWAP32(two_s_complement_32bit_sum(
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:443:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (!strncmp((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m int infostartblock = SGI_SSWAP32(sgilabel->directory[0].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_change_sysid':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:627:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_partition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:645:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:646:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].num_sectors = SGI_SSWAP32(length);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:647:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].start_sector = SGI_SSWAP32(start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgilabel':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:813:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->magic = SGI_SSWAP32(SGI_LABEL_MAGIC);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:815:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:818:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file) == 16 > 6 */
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:824:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.pcylcount = SGI_SSWAP16(geometry.cylinders);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:827:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ntrks = SGI_SSWAP16(geometry.heads);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:832:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.nsect = SGI_SSWAP16(geometry.sectors);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:833:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.bytes = SGI_SSWAP16(512);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:834:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ilfact = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:835:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.flags = SGI_SSWAP32(TRACK_FWD|
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:838:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.retries_on_^[[1m^[[Kerror ^[[m^[[K = SGI_SSWAP32(1);
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.losetup.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(losetup)" -D"KBUILD_MODNAME=KBUILD_STR(losetup)" -c -o util-linux/losetup.o util-linux/losetup.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lspci.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lspci)" -D"KBUILD_MODNAME=KBUILD_STR(lspci)" -c -o util-linux/lspci.o util-linux/lspci.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lsusb.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lsusb)" -D"KBUILD_MODNAME=KBUILD_STR(lsusb)" -c -o util-linux/lsusb.o util-linux/lsusb.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdStart.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdStart)" -D"KBUILD_MODNAME=KBUILD_STR(mdStart)" -c -o util-linux/mdStart.o util-linux/mdStart.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdev.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdev)" -D"KBUILD_MODNAME=KBUILD_STR(mdev)" -c -o util-linux/mdev.o util-linux/mdev.c
^[[31;01m*^[[0mutil-linux/mdStart.c:37:1: ^[[1m^[[Kwarning^[[m^[[K: no previous prototype for 'mdstart_main' [-Wmissing-prototypes]
^[[31;01m*^[[0m mdstart_main(int argc, char *argv[])
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c: In function 'mdstart_main':
^[[31;01m*^[[0mutil-linux/mdStart.c:43:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'bb_show_usage' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m bb_show_usage();
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:6: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'sscanf'
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:55:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'close' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m close(fd);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m printf("^[[1m^[[KError:^[[m^[[K ^[[1m^[[KFailed^[[m^[[K to open %s!
", argv[i]);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'printf'
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mkfs_ext2.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mkfs_ext2)" -D"KBUILD_MODNAME=KBUILD_STR(mkfs_ext2)" -c -o util-linux/mkfs_ext2.o util-linux/mkfs_ext2.c
^[[31;01m*^[[0mutil-linux/mdev.c: In function 'make_device':
^[[31;01m*^[[0mutil-linux/mdev.c:564:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m symlink(node_name, "root");
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:567:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m chown(node_name, rule->ugid.uid, rule->ugid.gid);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:574:6: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m Running with options: --arch-override=s390 --all-ramdisk-modules --cachedir=/tmp/kerncache/netboot-genkernel_cache-20160325 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/netboot-modules-20160325.tar.bz2 --minkernpackage=/tmp/kerncache/netboot-kernel-initrd-20160325.tar.bz2 all --kerncache=/tmp/kerncache/netboot-kerncache-20160325.tar.bz2 --kernel-config=/var/tmp/netboot.config --netboot --initramfs-overlay="/tmp/image/"
^[[31;01m*^[[0m Using genkernel.conf from /etc/genkernel.conf
^[[31;01m*^[[0m Sourcing arch-specific config.sh from /usr/share/genkernel/arch/s390/config.sh ..
^[[31;01m*^[[0m Sourcing arch-specific modules_load from /usr/share/genkernel/arch/s390/modules_load ..
^[[31;01m*^[[0m
^[[31;01m*^[[0m ^[[1m^[[KERROR:^[[m^[[K Could not copy System.map from kerncache for the kernel package!
^[[31;01m*^[[0m
^[[31;01m*^[[0m -- End log... --
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please consult /var/log/genkernel.log for more information and any
^[[31;01m*^[[0m errors that were reported above.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Report any genkernel bugs to bugs.gentoo.org and
^[[31;01m*^[[0m assign your bug to genkernel@gentoo.org. Please include
^[[31;01m*^[[0m as much information as you can in your bug report; attaching
^[[31;01m*^[[0m /var/log/genkernel.log so that your issue can be dealt with effectively.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please do *not* report compilation failures as genkernel bugs!
^[[31;01m*^[[0m
!!! catalyst: Runscript kernel build failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1428, in build_kernel
self._build_kernel(kname=kname)
File "modules/generic_stage_target.py", line 1472, in _build_kernel
"Runscript kernel build failed",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160325/.catalyst_lock'
Full build log at /tmp/catalyst-auto.D1rvPi/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-03-31 23:06 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-03-31 23:06 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:341:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:343:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (sgilabel->directory[i].vol_file_size) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:346:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m unsigned char *name = sgilabel->directory[i].vol_file_name;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootpartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:357:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_swappartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:369:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_check_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:389:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_get_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:401:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m return (char*)sgilabel->boot_file;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:413:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = aFile[i];
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:415:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:418:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m printf("
Bootfile is changed to \"%s\"
", sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgiinfo':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:426:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:427:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:428:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strncpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_write_table':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:436:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = SGI_SSWAP32(two_s_complement_32bit_sum(
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:443:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (!strncmp((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m int infostartblock = SGI_SSWAP32(sgilabel->directory[0].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_change_sysid':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:627:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_partition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:645:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:646:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].num_sectors = SGI_SSWAP32(length);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:647:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].start_sector = SGI_SSWAP32(start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgilabel':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:813:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->magic = SGI_SSWAP32(SGI_LABEL_MAGIC);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:815:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:818:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file) == 16 > 6 */
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:824:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.pcylcount = SGI_SSWAP16(geometry.cylinders);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:827:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ntrks = SGI_SSWAP16(geometry.heads);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:832:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.nsect = SGI_SSWAP16(geometry.sectors);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:833:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.bytes = SGI_SSWAP16(512);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:834:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ilfact = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:835:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.flags = SGI_SSWAP32(TRACK_FWD|
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:838:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.retries_on_^[[1m^[[Kerror ^[[m^[[K = SGI_SSWAP32(1);
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/volume_id/.xfs.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(xfs)" -D"KBUILD_MODNAME=KBUILD_STR(xfs)" -c -o util-linux/volume_id/xfs.o util-linux/volume_id/xfs.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lsusb.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lsusb)" -D"KBUILD_MODNAME=KBUILD_STR(lsusb)" -c -o util-linux/lsusb.o util-linux/lsusb.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdStart.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdStart)" -D"KBUILD_MODNAME=KBUILD_STR(mdStart)" -c -o util-linux/mdStart.o util-linux/mdStart.c
^[[31;01m*^[[0m rm -f util-linux/volume_id/lib.a; ar rcs util-linux/volume_id/lib.a util-linux/volume_id/btrfs.o util-linux/volume_id/cramfs.o util-linux/volume_id/ext.o util-linux/volume_id/fat.o util-linux/volume_id/get_devname.o util-linux/volume_id/hfs.o util-linux/volume_id/iso9660.o util-linux/volume_id/jfs.o util-linux/volume_id/linux_raid.o util-linux/volume_id/linux_swap.o util-linux/volume_id/luks.o util-linux/volume_id/ntfs.o util-linux/volume_id/ocfs2.o util-linux/volume_id/reiserfs.o util-linux/volume_id/romfs.o util-linux/volume_id/sysv.o util-linux/volume_id/udf.o util-linux/volume_id/util.o util-linux/volume_id/volume_id.o util-linux/volume_id/xfs.o
^[[31;01m*^[[0mmkdir -p docs
^[[31;01m*^[[0mutil-linux/mdStart.c:37:1: ^[[1m^[[Kwarning^[[m^[[K: no previous prototype for 'mdstart_main' [-Wmissing-prototypes]
^[[31;01m*^[[0m mdstart_main(int argc, char *argv[])
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c: In function 'mdstart_main':
^[[31;01m*^[[0mutil-linux/mdStart.c:43:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'bb_show_usage' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m bb_show_usage();
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:6: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'sscanf'
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:55:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'close' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m close(fd);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m printf("^[[1m^[[KError:^[[m^[[K ^[[1m^[[KFailed^[[m^[[K to open %s!
", argv[i]);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'printf'
^[[31;01m*^[[0mrm -f docs/BusyBox.html
^[[31;01m*^[[0mcp docs/busybox.net/BusyBox.html docs/BusyBox.html
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdev.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdev)" -D"KBUILD_MODNAME=KBUILD_STR(mdev)" -c -o util-linux/mdev.o util-linux/mdev.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mkfs_ext2.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mkfs_ext2)" -D"KBUILD_MODNAME=KBUILD_STR(mkfs_ext2)" -c -o util-linux/mkfs_ext2.o util-linux/mkfs_ext2.c
^[[31;01m*^[[0mutil-linux/mdev.c: In function 'make_device':
^[[31;01m*^[[0mutil-linux/mdev.c:564:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m symlink(node_name, "root");
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:567:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m chown(node_name, rule->ugid.uid, rule->ugid.gid);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:574:6: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m Running with options: --arch-override=s390 --all-ramdisk-modules --cachedir=/tmp/kerncache/netboot-genkernel_cache-20160331 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/netboot-modules-20160331.tar.bz2 --minkernpackage=/tmp/kerncache/netboot-kernel-initrd-20160331.tar.bz2 all --kerncache=/tmp/kerncache/netboot-kerncache-20160331.tar.bz2 --kernel-config=/var/tmp/netboot.config --netboot --initramfs-overlay="/tmp/image/"
^[[31;01m*^[[0m Using genkernel.conf from /etc/genkernel.conf
^[[31;01m*^[[0m Sourcing arch-specific config.sh from /usr/share/genkernel/arch/s390/config.sh ..
^[[31;01m*^[[0m Sourcing arch-specific modules_load from /usr/share/genkernel/arch/s390/modules_load ..
^[[31;01m*^[[0m
^[[31;01m*^[[0m ^[[1m^[[KERROR:^[[m^[[K Could not copy System.map from kerncache for the kernel package!
^[[31;01m*^[[0m
^[[31;01m*^[[0m -- End log... --
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please consult /var/log/genkernel.log for more information and any
^[[31;01m*^[[0m errors that were reported above.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Report any genkernel bugs to bugs.gentoo.org and
^[[31;01m*^[[0m assign your bug to genkernel@gentoo.org. Please include
^[[31;01m*^[[0m as much information as you can in your bug report; attaching
^[[31;01m*^[[0m /var/log/genkernel.log so that your issue can be dealt with effectively.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please do *not* report compilation failures as genkernel bugs!
^[[31;01m*^[[0m
!!! catalyst: Runscript kernel build failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1428, in build_kernel
self._build_kernel(kname=kname)
File "modules/generic_stage_target.py", line 1472, in _build_kernel
"Runscript kernel build failed",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160331/.catalyst_lock'
Full build log at /tmp/catalyst-auto.ImGof5/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-07 15:05 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-07 15:05 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160705/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160705/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160705/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160705/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160705/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160705/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160705/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160705/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160705/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160705/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160705/.catalyst_lock'
Command exited with non-zero status 1
38.27user 9.73system 1:18.66elapsed 61%CPU (0avgtext+0avgdata 119344maxresident)k
0inputs+0outputs (6major+1786439minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160705.fIIpqu/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-09 13:48 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-09 13:48 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160708/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160708/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160708/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160708/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160708/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160708/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160708/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160708/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160708/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160708/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160708/.catalyst_lock'
Command exited with non-zero status 1
37.80user 9.23system 1:13.18elapsed 64%CPU (0avgtext+0avgdata 136944maxresident)k
0inputs+0outputs (2major+1786789minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160708.eyGDzv/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-11 5:48 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-11 5:48 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160710/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160710/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160710/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160710/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160710/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160710/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160710/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160710/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160710/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160710/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160710/.catalyst_lock'
Command exited with non-zero status 1
38.71user 9.99system 1:29.22elapsed 54%CPU (0avgtext+0avgdata 104176maxresident)k
0inputs+0outputs (2major+1786461minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160710.xsVf5i/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-13 4:57 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-13 4:57 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160711/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160711/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160711/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160711/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160711/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160711/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160711/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160711/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160711/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160711/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160711/.catalyst_lock'
Command exited with non-zero status 1
37.79user 9.51system 1:00.92elapsed 77%CPU (0avgtext+0avgdata 89120maxresident)k
0inputs+0outputs (3major+1786738minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160711.hkNnTr/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-16 6:04 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-16 6:04 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160713/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160713/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160713/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160713/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160713/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160713/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160713/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160713/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160713/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160713/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160713/.catalyst_lock'
Command exited with non-zero status 1
37.82user 9.36system 1:17.23elapsed 61%CPU (0avgtext+0avgdata 110704maxresident)k
0inputs+0outputs (9major+1786920minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160713.Jj1vHh/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-17 6:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-17 6:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160716/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160716/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160716/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160716/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160716/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160716/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160716/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160716/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160716/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160716/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160716/.catalyst_lock'
Command exited with non-zero status 1
38.92user 9.71system 2:19.44elapsed 34%CPU (0avgtext+0avgdata 153728maxresident)k
0inputs+0outputs (2major+1789027minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160716.QN3s3J/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-17 22:36 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-17 22:36 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160717/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160717/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160717/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160717/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160717/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160717/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160717/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160717/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160717/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160717/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160717/.catalyst_lock'
Command exited with non-zero status 1
36.79user 7.50system 0:38.81elapsed 114%CPU (0avgtext+0avgdata 59008maxresident)k
0inputs+0outputs (3major+1784927minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160717.hDxdTQ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-20 13:00 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-20 13:00 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160718/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160718/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160718/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160718/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160718/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160718/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160718/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160718/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160718/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160718/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160718/.catalyst_lock'
Command exited with non-zero status 1
41.72user 12.20system 8:16.63elapsed 10%CPU (0avgtext+0avgdata 144816maxresident)k
0inputs+0outputs (4major+1787824minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160718.2KGd4p/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-23 5:34 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-23 5:34 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160721/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160721/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160721/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160721/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160721/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160721/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160721/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160721/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160721/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160721/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160721/.catalyst_lock'
Command exited with non-zero status 1
37.69user 8.87system 1:12.85elapsed 63%CPU (0avgtext+0avgdata 116224maxresident)k
0inputs+0outputs (6major+1786915minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160721.2ADbjH/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-23 22:45 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-23 22:45 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160723/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160723/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160723/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160723/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160723/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160723/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160723/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160723/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160723/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160723/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160723/.catalyst_lock'
Command exited with non-zero status 1
36.85user 8.03system 0:38.53elapsed 116%CPU (0avgtext+0avgdata 54464maxresident)k
0inputs+0outputs (3major+1785156minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160723.BOgqez/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-25 6:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-25 6:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160724/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160724/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160724/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160724/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160724/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160724/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160724/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160724/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160724/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160724/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160724/.catalyst_lock'
Command exited with non-zero status 1
37.85user 9.08system 1:14.70elapsed 62%CPU (0avgtext+0avgdata 145424maxresident)k
0inputs+0outputs (2major+1788286minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160724.bicGl5/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-27 17:40 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-27 17:40 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160725/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160725/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160725/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160725/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160725/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160725/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160725/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160725/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160725/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160725/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160725/.catalyst_lock'
Command exited with non-zero status 1
38.82user 11.10system 0:54.36elapsed 91%CPU (0avgtext+0avgdata 65392maxresident)k
0inputs+0outputs (33major+1786547minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160725.DihgV8/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-28 15:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-28 15:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160728/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160728/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160728/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160728/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160728/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160728/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160728/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160728/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160728/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160728/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160728/.catalyst_lock'
Command exited with non-zero status 1
39.31user 12.36system 0:59.70elapsed 86%CPU (0avgtext+0avgdata 86560maxresident)k
0inputs+0outputs (21major+1787312minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160728.i3UHaA/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-29 16:34 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-29 16:34 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160729/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160729/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160729/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160729/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160729/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160729/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160729/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160729/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160729/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160729/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160729/.catalyst_lock'
Command exited with non-zero status 1
37.34user 9.48system 0:40.55elapsed 115%CPU (0avgtext+0avgdata 54528maxresident)k
0inputs+0outputs (27major+1786119minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160729.6dQaGe/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-30 21:46 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-30 21:46 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160730/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160730/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160730/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160730/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160730/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160730/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160730/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160730/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160730/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160730/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160730/.catalyst_lock'
Command exited with non-zero status 1
37.47user 9.90system 0:41.43elapsed 114%CPU (0avgtext+0avgdata 68256maxresident)k
0inputs+0outputs (30major+1786644minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160730.l1wNTU/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-07-31 14:25 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-07-31 14:25 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160731/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160731/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160731/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160731/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160731/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160731/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160731/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160731/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160731/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160731/ (This may take some time) ...
tar: SELinux support is not available
!!! catalyst: Tarball extraction of /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2 to /var/tmp/catalyst/tmp/default/netboot2-s390-20160731/ failed.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 758, in unpack
cmd(unpack_cmd,error_msg,env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160731/.catalyst_lock'
Command exited with non-zero status 1
1.23user 1.62system 0:20.72elapsed 13%CPU (0avgtext+0avgdata 40272maxresident)k
0inputs+0outputs (24major+15624minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160731.J2L166/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-02 3:32 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-02 3:32 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160801/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160801/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160801/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160801/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160801/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160801/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160801/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160801/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160801/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160801/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160801/.catalyst_lock'
Command exited with non-zero status 1
38.23user 9.22system 1:20.66elapsed 58%CPU (0avgtext+0avgdata 87120maxresident)k
0inputs+0outputs (2major+1785092minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160801.K0A1Rs/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-02 21:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-02 21:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160802/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160802/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160802/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160802/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160802/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160802/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160802/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160802/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160802/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160802/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160802/.catalyst_lock'
Command exited with non-zero status 1
38.77user 10.78system 0:47.86elapsed 103%CPU (0avgtext+0avgdata 85696maxresident)k
0inputs+0outputs (2major+1784963minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160802.203EDX/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-03 7:22 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-03 7:22 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160803/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160803/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160803/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160803/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160803/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160803/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160803/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160803/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160803/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160803/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160803/.catalyst_lock'
Command exited with non-zero status 1
36.61user 8.25system 0:37.67elapsed 119%CPU (0avgtext+0avgdata 52608maxresident)k
0inputs+0outputs (44major+1785329minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160803.9QUgdg/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-05 2:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-05 2:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160804/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160804/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160804/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160804/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160804/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160804/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160804/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160804/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160804/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160804/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160804/.catalyst_lock'
Command exited with non-zero status 1
38.49user 10.65system 0:46.19elapsed 106%CPU (0avgtext+0avgdata 52656maxresident)k
0inputs+0outputs (0major+1785062minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160804.IWxC3z/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-06 19:11 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-06 19:11 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160805/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160805/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160805/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160805/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160805/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160805/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160805/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160805/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160805/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160805/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160805/.catalyst_lock'
Command exited with non-zero status 1
38.74user 10.87system 0:54.09elapsed 91%CPU (0avgtext+0avgdata 67248maxresident)k
0inputs+0outputs (7major+1785646minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160805.3RCwtz/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-07 23:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-07 23:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160807/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160807/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160807/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160807/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160807/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160807/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160807/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160807/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160807/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160807/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160807/.catalyst_lock'
Command exited with non-zero status 1
37.92user 9.81system 0:42.07elapsed 113%CPU (0avgtext+0avgdata 83424maxresident)k
0inputs+0outputs (3major+1785025minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160807.EGz0ey/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-08 20:41 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-08 20:41 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160808/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160808/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160808/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160808/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160808/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160808/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160808/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160808/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160808/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160808/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160808/.catalyst_lock'
Command exited with non-zero status 1
39.56user 10.97system 0:55.18elapsed 91%CPU (0avgtext+0avgdata 65904maxresident)k
0inputs+0outputs (3major+1785835minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160808.WZQI98/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-10 0:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-10 0:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160809/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160809/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160809/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160809/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160809/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160809/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160809/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160809/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160809/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160809/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160809/.catalyst_lock'
Command exited with non-zero status 1
39.85user 11.26system 1:12.76elapsed 70%CPU (0avgtext+0avgdata 89104maxresident)k
0inputs+0outputs (3major+1785907minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160809.bYAc6I/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-11 2:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-11 2:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160810/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160810/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160810/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160810/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160810/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160810/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160810/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160810/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160810/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160810/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160810/.catalyst_lock'
Command exited with non-zero status 1
39.87user 11.13system 1:17.24elapsed 66%CPU (0avgtext+0avgdata 77328maxresident)k
0inputs+0outputs (0major+1785945minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160810.O7iHwA/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-11 22:28 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-11 22:28 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160811/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160811/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160811/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160811/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160811/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160811/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160811/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160811/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160811/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160811/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160811/.catalyst_lock'
Command exited with non-zero status 1
39.64user 10.69system 1:04.18elapsed 78%CPU (0avgtext+0avgdata 151616maxresident)k
0inputs+0outputs (2major+1786279minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160811.kzQzrW/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-12 22:09 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-12 22:09 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160812/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160812/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160812/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160812/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160812/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160812/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160812/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160812/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160812/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160812/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160812/.catalyst_lock'
Command exited with non-zero status 1
37.02user 8.32system 0:38.60elapsed 117%CPU (0avgtext+0avgdata 61168maxresident)k
0inputs+0outputs (3major+1784982minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160812.UWDFQQ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-13 20:03 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-13 20:03 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160813/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160813/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160813/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160813/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160813/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160813/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160813/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160813/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160813/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160813/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160813/.catalyst_lock'
Command exited with non-zero status 1
43.71user 12.27system 6:35.62elapsed 14%CPU (0avgtext+0avgdata 154224maxresident)k
0inputs+0outputs (3major+1785582minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160813.XJiFQ0/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-14 15:46 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-14 15:46 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160814/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160814/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160814/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160814/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160814/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160814/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160814/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160814/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160814/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160814/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160814/.catalyst_lock'
Command exited with non-zero status 1
37.17user 9.06system 0:39.60elapsed 116%CPU (0avgtext+0avgdata 61440maxresident)k
0inputs+0outputs (26major+1786246minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160814.GDtLb7/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-15 23:42 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-15 23:42 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160815/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160815/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160815/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160815/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160815/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160815/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160815/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160815/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160815/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160815/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160815/.catalyst_lock'
Command exited with non-zero status 1
38.70user 11.05system 0:53.82elapsed 92%CPU (0avgtext+0avgdata 63168maxresident)k
0inputs+0outputs (22major+1786602minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160815.67SPpz/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-16 16:04 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-16 16:04 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160816/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160816/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160816/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160816/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160816/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160816/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160816/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160816/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160816/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160816/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160816/.catalyst_lock'
Command exited with non-zero status 1
38.86user 10.90system 1:05.04elapsed 76%CPU (0avgtext+0avgdata 74448maxresident)k
0inputs+0outputs (51major+1786848minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160816.JtDbSp/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-17 20:04 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-17 20:04 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160817/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160817/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160817/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160817/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160817/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160817/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160817/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160817/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160817/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160817/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160817/.catalyst_lock'
Command exited with non-zero status 1
37.85user 9.95system 0:42.32elapsed 112%CPU (0avgtext+0avgdata 80848maxresident)k
0inputs+0outputs (3major+1784865minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160817.8NB4GX/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-18 15:29 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-18 15:29 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160818/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160818/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160818/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160818/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160818/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160818/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160818/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160818/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160818/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160818/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160818/.catalyst_lock'
Command exited with non-zero status 1
37.08user 8.45system 0:39.09elapsed 116%CPU (0avgtext+0avgdata 50464maxresident)k
0inputs+0outputs (16major+1786484minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160818.BgMR4X/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-19 17:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-19 17:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160819/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160819/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160819/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160819/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160819/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160819/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160819/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160819/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160819/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160819/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160819/.catalyst_lock'
Command exited with non-zero status 1
39.19user 10.06system 0:54.07elapsed 91%CPU (0avgtext+0avgdata 108624maxresident)k
0inputs+0outputs (16major+1786904minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160819.z0tVTC/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-20 12:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-20 12:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160820/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160820/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160820/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160820/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160820/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160820/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160820/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160820/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160820/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160820/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160820/.catalyst_lock'
Command exited with non-zero status 1
36.77user 8.35system 0:36.69elapsed 122%CPU (0avgtext+0avgdata 79920maxresident)k
0inputs+0outputs (19major+1787754minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160820.oEw1E3/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-21 12:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-21 12:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160821/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160821/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160821/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160821/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160821/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160821/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160821/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160821/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160821/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160821/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160821/.catalyst_lock'
Command exited with non-zero status 1
37.58user 9.44system 0:39.54elapsed 118%CPU (0avgtext+0avgdata 59488maxresident)k
0inputs+0outputs (16major+1786894minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160821.oQpxxH/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-22 16:00 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-22 16:00 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160822/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160822/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160822/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160822/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160822/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160822/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160822/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160822/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160822/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160822/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160822/.catalyst_lock'
Command exited with non-zero status 1
36.95user 8.20system 0:38.60elapsed 116%CPU (0avgtext+0avgdata 50656maxresident)k
0inputs+0outputs (15major+1786309minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160822.OXBXmy/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-24 2:30 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-24 2:30 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160823/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160823/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160823/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160823/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160823/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160823/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160823/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160823/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160823/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160823/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160823/.catalyst_lock'
Command exited with non-zero status 1
38.62user 10.53system 1:06.72elapsed 73%CPU (0avgtext+0avgdata 86032maxresident)k
0inputs+0outputs (30major+1789105minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160823.V50Vzy/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-24 16:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-24 16:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160824/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160824/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160824/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160824/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160824/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160824/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160824/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160824/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160824/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160824/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160824/.catalyst_lock'
Command exited with non-zero status 1
40.24user 11.25system 1:20.16elapsed 64%CPU (0avgtext+0avgdata 85632maxresident)k
0inputs+0outputs (26major+1788698minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160824.AP49bY/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-25 21:49 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-25 21:49 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160825/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160825/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160825/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160825/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160825/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160825/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160825/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160825/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160825/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160825/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160825/.catalyst_lock'
Command exited with non-zero status 1
40.08user 10.87system 1:21.10elapsed 62%CPU (0avgtext+0avgdata 72960maxresident)k
0inputs+0outputs (16major+1787294minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160825.iTYkxU/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-26 18:50 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-26 18:50 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160826/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160826/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160826/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160826/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160826/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160826/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160826/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160826/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160826/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160826/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160826/.catalyst_lock'
Command exited with non-zero status 1
40.57user 11.24system 1:47.02elapsed 48%CPU (0avgtext+0avgdata 92608maxresident)k
0inputs+0outputs (13major+1787348minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160826.eplzDm/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-27 12:06 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-27 12:06 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160827/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160827/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160827/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160827/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160827/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160827/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160827/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160827/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160827/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160827/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160827/.catalyst_lock'
Command exited with non-zero status 1
39.22user 10.61system 0:43.51elapsed 114%CPU (0avgtext+0avgdata 50928maxresident)k
0inputs+0outputs (20major+1786210minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160827.Zrglwi/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-28 13:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-28 13:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160828/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160828/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160828/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160828/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160828/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160828/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160828/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160828/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160828/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160828/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160828/.catalyst_lock'
Command exited with non-zero status 1
36.89user 8.16system 0:37.47elapsed 120%CPU (0avgtext+0avgdata 93088maxresident)k
0inputs+0outputs (20major+1786449minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160828.I1CNPh/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-29 12:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-29 12:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160829/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160829/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160829/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160829/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160829/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160829/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160829/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160829/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160829/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160829/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160829/.catalyst_lock'
Command exited with non-zero status 1
37.37user 9.18system 0:39.53elapsed 117%CPU (0avgtext+0avgdata 92960maxresident)k
0inputs+0outputs (20major+1787607minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160829.JOMd81/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-08-31 9:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-08-31 9:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160830/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160830/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160830/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160830/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160830/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160830/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160830/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160830/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160830/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160830/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160830/.catalyst_lock'
Command exited with non-zero status 1
43.14user 12.84system 1:57.51elapsed 47%CPU (0avgtext+0avgdata 124992maxresident)k
0inputs+0outputs (40major+1788785minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160830.Bpl6oA/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-02 3:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-02 3:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160901/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160901/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160901/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160901/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160901/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160901/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160901/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160901/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160901/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160901/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160901/.catalyst_lock'
Command exited with non-zero status 1
37.52user 8.36system 0:52.76elapsed 86%CPU (0avgtext+0avgdata 55920maxresident)k
0inputs+0outputs (20major+1786388minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160901.bb5zrN/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-03 14:09 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-03 14:09 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160902/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160902/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160902/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160902/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160902/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160902/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160902/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160902/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160902/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160902/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160902/.catalyst_lock'
Command exited with non-zero status 1
40.82user 12.03system 1:17.60elapsed 68%CPU (0avgtext+0avgdata 84000maxresident)k
0inputs+0outputs (22major+1788353minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160902.kqQrvF/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-04 14:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-04 14:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160904/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160904/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160904/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160904/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160904/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160904/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160904/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160904/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160904/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160904/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160904/.catalyst_lock'
Command exited with non-zero status 1
37.80user 9.29system 0:44.90elapsed 104%CPU (0avgtext+0avgdata 64480maxresident)k
0inputs+0outputs (20major+1786260minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160904.GU0zcx/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-07 8:47 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-07 8:47 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160905/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160905/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160905/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160905/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160905/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160905/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160905/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160905/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160905/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160905/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160905/.catalyst_lock'
Command exited with non-zero status 1
38.09user 9.95system 0:48.64elapsed 98%CPU (0avgtext+0avgdata 57632maxresident)k
0inputs+0outputs (20major+1786373minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160905.AcH2Ey/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-08 15:58 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-08 15:58 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160908/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160908/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160908/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160908/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160908/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160908/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160908/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160908/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160908/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160908/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160908/.catalyst_lock'
Command exited with non-zero status 1
40.52user 11.01system 2:20.39elapsed 36%CPU (0avgtext+0avgdata 152128maxresident)k
0inputs+0outputs (16major+1791739minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160908.Cznzby/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-10 13:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-10 13:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160909/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160909/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160909/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160909/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160909/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160909/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160909/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160909/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160909/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160909/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160909/.catalyst_lock'
Command exited with non-zero status 1
38.30user 9.69system 2:31.01elapsed 31%CPU (0avgtext+0avgdata 154384maxresident)k
0inputs+0outputs (19major+1800124minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160909.rlBcPe/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-12 4:01 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-12 4:01 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160911/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160911/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160911/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160911/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160911/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160911/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160911/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160911/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160911/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160911/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160911/.catalyst_lock'
Command exited with non-zero status 1
40.87user 10.68system 4:47.48elapsed 17%CPU (0avgtext+0avgdata 154672maxresident)k
0inputs+0outputs (10major+1786875minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160911.XfJ91Z/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-13 15:56 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-13 15:56 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160912/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160912/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160912/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160912/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160912/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160912/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160912/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160912/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160912/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160912/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160912/.catalyst_lock'
Command exited with non-zero status 1
39.82user 11.40system 1:12.85elapsed 70%CPU (0avgtext+0avgdata 68704maxresident)k
0inputs+0outputs (20major+1787059minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160912.mkbnyK/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-14 17:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-14 17:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160914/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160914/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160914/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160914/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160914/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160914/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160914/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160914/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160914/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160914/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160914/.catalyst_lock'
Command exited with non-zero status 1
40.75user 10.93system 1:59.56elapsed 43%CPU (0avgtext+0avgdata 151280maxresident)k
0inputs+0outputs (21major+1791828minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160914.1KbZfe/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-15 20:33 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-15 20:33 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160915/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160915/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160915/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160915/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160915/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160915/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160915/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160915/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160915/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160915/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160915/.catalyst_lock'
Command exited with non-zero status 1
41.26user 11.02system 2:17.55elapsed 38%CPU (0avgtext+0avgdata 155120maxresident)k
0inputs+0outputs (20major+1793829minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160915.zLdDtq/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-17 5:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-17 5:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160916/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160916/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160916/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160916/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160916/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160916/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160916/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160916/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160916/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160916/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160916/.catalyst_lock'
Command exited with non-zero status 1
38.98user 9.48system 2:34.58elapsed 31%CPU (0avgtext+0avgdata 82320maxresident)k
0inputs+0outputs (26major+1786839minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160916.bprsZ3/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-17 18:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-17 18:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160917/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160917/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160917/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160917/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160917/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160917/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160917/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160917/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160917/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160917/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160917/.catalyst_lock'
Command exited with non-zero status 1
40.55user 11.05system 1:21.82elapsed 63%CPU (0avgtext+0avgdata 78672maxresident)k
0inputs+0outputs (11major+1788302minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160917.k2pfrN/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-18 13:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-18 13:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160918/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160918/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160918/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160918/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160918/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160918/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160918/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160918/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160918/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160918/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160918/.catalyst_lock'
Command exited with non-zero status 1
37.26user 8.91system 0:39.62elapsed 116%CPU (0avgtext+0avgdata 71920maxresident)k
0inputs+0outputs (16major+1787025minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160918.bwdEYU/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-19 20:12 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-19 20:12 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160919/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160919/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160919/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160919/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160919/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160919/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160919/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160919/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160919/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160919/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160919/.catalyst_lock'
Command exited with non-zero status 1
37.99user 9.38system 0:53.01elapsed 89%CPU (0avgtext+0avgdata 66224maxresident)k
0inputs+0outputs (28major+1786868minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160919.tRau8I/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-21 1:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-21 1:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160920/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160920/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160920/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160920/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160920/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160920/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160920/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160920/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160920/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160920/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160920/.catalyst_lock'
Command exited with non-zero status 1
37.81user 8.96system 0:55.54elapsed 84%CPU (0avgtext+0avgdata 82240maxresident)k
0inputs+0outputs (20major+1788624minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160920.XD21wo/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-24 2:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-24 2:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160921/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160921/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160921/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160921/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160921/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160921/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160921/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160921/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160921/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160921/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160921/.catalyst_lock'
Command exited with non-zero status 1
39.73user 11.32system 1:12.55elapsed 70%CPU (0avgtext+0avgdata 85968maxresident)k
0inputs+0outputs (17major+1786989minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160921.8rYYRy/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-25 4:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-25 4:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160924/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160924/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160924/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160924/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160924/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160924/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160924/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160924/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160924/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160924/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160924/.catalyst_lock'
Command exited with non-zero status 1
38.11user 9.99system 0:51.13elapsed 94%CPU (0avgtext+0avgdata 61632maxresident)k
0inputs+0outputs (29major+1787163minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160924.U1lZRd/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-25 17:56 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-25 17:56 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160925/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160925/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160925/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160925/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160925/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160925/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160925/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160925/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160925/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160925/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160925/.catalyst_lock'
Command exited with non-zero status 1
40.01user 10.56system 1:25.08elapsed 59%CPU (0avgtext+0avgdata 93280maxresident)k
0inputs+0outputs (9major+1789182minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160925.enFVsw/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-26 12:59 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-26 12:59 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160926/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160926/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160926/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160926/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160926/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160926/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160926/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160926/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160926/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160926/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160926/.catalyst_lock'
Command exited with non-zero status 1
36.74user 8.11system 0:36.76elapsed 121%CPU (0avgtext+0avgdata 63232maxresident)k
0inputs+0outputs (14major+1786726minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160926.j6WKzn/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-27 15:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-27 15:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160927/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160927/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160927/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160927/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160927/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160927/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160927/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160927/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160927/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160927/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160927/.catalyst_lock'
Command exited with non-zero status 1
37.60user 9.17system 0:42.52elapsed 109%CPU (0avgtext+0avgdata 53024maxresident)k
0inputs+0outputs (20major+1786722minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160927.7QYUQF/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-28 14:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-28 14:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160928/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160928/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160928/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160928/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160928/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160928/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160928/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160928/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160928/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160928/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160928/.catalyst_lock'
Command exited with non-zero status 1
37.51user 9.34system 0:43.03elapsed 108%CPU (0avgtext+0avgdata 64480maxresident)k
0inputs+0outputs (20major+1787322minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160928.yJ0lWN/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-29 16:39 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-29 16:39 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160929/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160929/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160929/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160929/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160929/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160929/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160929/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160929/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160929/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160929/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160929/.catalyst_lock'
Command exited with non-zero status 1
37.55user 9.48system 0:44.89elapsed 104%CPU (0avgtext+0avgdata 52432maxresident)k
0inputs+0outputs (9major+1786427minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160929.Ubzw0Q/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-09-30 16:53 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-09-30 16:53 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20160930/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160930/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20160930/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20160930/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160930/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160930/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160930/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20160930/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20160930/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20160930/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20160930/.catalyst_lock'
Command exited with non-zero status 1
40.01user 11.14system 1:33.42elapsed 54%CPU (0avgtext+0avgdata 103072maxresident)k
0inputs+0outputs (20major+1786971minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20160930.k7RnA3/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-01 16:05 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-01 16:05 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161001/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161001/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161001/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161001/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161001/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161001/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161001/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161001/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161001/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161001/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161001/.catalyst_lock'
Command exited with non-zero status 1
37.23user 8.69system 0:42.06elapsed 109%CPU (0avgtext+0avgdata 55472maxresident)k
0inputs+0outputs (14major+1786698minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161001.uEOxLG/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-02 17:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-02 17:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161002/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161002/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161002/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161002/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161002/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161002/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161002/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161002/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161002/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161002/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161002/.catalyst_lock'
Command exited with non-zero status 1
41.20user 11.32system 1:18.83elapsed 66%CPU (0avgtext+0avgdata 63760maxresident)k
0inputs+0outputs (18major+1788090minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161002.jeCB4T/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-03 19:52 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-03 19:52 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161003/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161003/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161003/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161003/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161003/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161003/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161003/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161003/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161003/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161003/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161003/.catalyst_lock'
Command exited with non-zero status 1
40.04user 11.06system 1:23.94elapsed 60%CPU (0avgtext+0avgdata 94320maxresident)k
0inputs+0outputs (16major+1789691minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161003.R91r2A/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-04 15:19 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-04 15:19 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161004/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161004/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161004/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161004/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161004/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161004/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161004/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161004/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161004/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161004/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161004/.catalyst_lock'
Command exited with non-zero status 1
38.38user 9.87system 0:48.86elapsed 98%CPU (0avgtext+0avgdata 63008maxresident)k
0inputs+0outputs (13major+1786127minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161004.foNREZ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-06 2:50 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-06 2:50 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161005/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161005/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161005/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161005/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161005/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161005/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161005/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161005/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161005/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161005/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161005/.catalyst_lock'
Command exited with non-zero status 1
38.92user 10.40system 0:58.39elapsed 84%CPU (0avgtext+0avgdata 61984maxresident)k
0inputs+0outputs (20major+1787012minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161005.PIwDzu/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-08 8:23 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-08 8:23 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161006/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161006/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161006/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161006/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161006/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161006/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161006/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161006/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161006/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161006/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161006/.catalyst_lock'
Command exited with non-zero status 1
42.47user 12.57system 1:39.54elapsed 55%CPU (0avgtext+0avgdata 154496maxresident)k
0inputs+0outputs (37major+1796194minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161006.eCSZJc/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-09 8:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-09 8:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161009/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161009/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161009/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161009/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161009/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161009/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161009/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161009/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161009/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161009/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161009/.catalyst_lock'
Command exited with non-zero status 1
40.93user 11.93system 1:00.36elapsed 87%CPU (0avgtext+0avgdata 83744maxresident)k
0inputs+0outputs (47major+1786353minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161009.fK1wXH/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-10 7:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-10 7:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161010/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161010/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161010/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161010/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161010/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161010/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161010/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161010/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161010/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161010/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161010/.catalyst_lock'
Command exited with non-zero status 1
38.87user 10.97system 0:44.47elapsed 112%CPU (0avgtext+0avgdata 58672maxresident)k
0inputs+0outputs (44major+1786417minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161010.vdGLO7/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-11 7:38 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-11 7:38 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161011/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161011/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161011/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161011/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161011/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161011/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161011/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161011/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161011/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161011/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161011/.catalyst_lock'
Command exited with non-zero status 1
42.73user 12.75system 1:25.11elapsed 65%CPU (0avgtext+0avgdata 153152maxresident)k
0inputs+0outputs (46major+1793789minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161011.ErJQJq/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-12 7:34 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-12 7:34 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161012/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161012/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161012/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161012/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161012/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161012/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161012/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161012/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161012/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161012/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161012/.catalyst_lock'
Command exited with non-zero status 1
40.59user 12.03system 0:53.26elapsed 98%CPU (0avgtext+0avgdata 69296maxresident)k
0inputs+0outputs (46major+1786369minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161012.MLLlAU/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-13 7:32 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-13 7:32 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161013/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161013/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161013/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161013/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161013/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161013/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161013/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161013/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161013/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161013/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161013/.catalyst_lock'
Command exited with non-zero status 1
40.59user 12.41system 0:53.75elapsed 98%CPU (0avgtext+0avgdata 80176maxresident)k
0inputs+0outputs (45major+1786444minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161013.XGSjzo/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-14 8:29 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-14 8:29 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161014/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161014/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161014/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161014/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161014/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161014/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161014/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161014/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161014/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161014/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161014/.catalyst_lock'
Command exited with non-zero status 1
42.87user 13.45system 3:10.80elapsed 29%CPU (0avgtext+0avgdata 154992maxresident)k
0inputs+0outputs (39major+1796694minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161014.E96czi/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-15 7:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-15 7:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161015/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161015/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161015/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161015/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161015/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161015/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161015/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161015/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161015/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161015/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161015/.catalyst_lock'
Command exited with non-zero status 1
41.16user 12.82system 0:57.17elapsed 94%CPU (0avgtext+0avgdata 78800maxresident)k
0inputs+0outputs (47major+1786462minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161015.saqIYo/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-16 7:52 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-16 7:52 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161016/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161016/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161016/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161016/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161016/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161016/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161016/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161016/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161016/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161016/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161016/.catalyst_lock'
Command exited with non-zero status 1
39.76user 11.90system 0:45.70elapsed 113%CPU (0avgtext+0avgdata 56560maxresident)k
0inputs+0outputs (45major+1785727minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161016.qfyX03/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-17 7:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-17 7:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161017/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161017/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161017/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161017/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161017/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161017/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161017/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161017/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161017/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161017/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161017/.catalyst_lock'
Command exited with non-zero status 1
40.09user 11.67system 0:46.37elapsed 111%CPU (0avgtext+0avgdata 57664maxresident)k
0inputs+0outputs (45major+1785911minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161017.FImOXF/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-18 7:48 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-18 7:48 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161018/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161018/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161018/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161018/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161018/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161018/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161018/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161018/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161018/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161018/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161018/.catalyst_lock'
Command exited with non-zero status 1
41.56user 12.06system 1:22.94elapsed 64%CPU (0avgtext+0avgdata 153520maxresident)k
0inputs+0outputs (43major+1792447minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161018.ODvWA0/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-19 7:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-19 7:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161019/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161019/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161019/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161019/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161019/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161019/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161019/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161019/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161019/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161019/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161019/.catalyst_lock'
Command exited with non-zero status 1
43.59user 13.39system 1:40.92elapsed 56%CPU (0avgtext+0avgdata 153216maxresident)k
0inputs+0outputs (44major+1798077minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161019.QCx0Wk/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-20 7:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-20 7:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161020/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161020/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161020/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161020/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161020/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161020/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161020/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161020/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161020/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161020/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161020/.catalyst_lock'
Command exited with non-zero status 1
43.17user 13.37system 1:31.97elapsed 61%CPU (0avgtext+0avgdata 145712maxresident)k
0inputs+0outputs (45major+1789049minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161020.yqaRPJ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-21 7:27 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-21 7:27 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161021/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161021/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161021/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161021/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161021/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161021/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161021/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161021/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161021/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161021/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161021/.catalyst_lock'
Command exited with non-zero status 1
39.66user 11.61system 0:44.35elapsed 115%CPU (0avgtext+0avgdata 66064maxresident)k
0inputs+0outputs (46major+1785686minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161021.j4LW5t/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-22 7:22 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-22 7:22 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161022/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161022/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161022/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161022/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161022/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161022/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161022/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161022/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161022/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161022/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161022/.catalyst_lock'
Command exited with non-zero status 1
38.44user 11.40system 0:42.33elapsed 117%CPU (0avgtext+0avgdata 59072maxresident)k
0inputs+0outputs (47major+1785631minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161022.zDTJga/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-25 8:53 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-25 8:53 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161025/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161025/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161025/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161025/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161025/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161025/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161025/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161025/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161025/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161025/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161025/.catalyst_lock'
Command exited with non-zero status 1
39.87user 11.81system 2:16.85elapsed 37%CPU (0avgtext+0avgdata 149456maxresident)k
0inputs+0outputs (44major+1790415minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161025.2PwpdZ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-26 7:53 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-26 7:53 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161026/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161026/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161026/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161026/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161026/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161026/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161026/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161026/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161026/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161026/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161026/.catalyst_lock'
Command exited with non-zero status 1
37.99user 10.06system 1:20.35elapsed 59%CPU (0avgtext+0avgdata 154352maxresident)k
0inputs+0outputs (41major+1798741minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161026.oY3Z7B/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-27 7:32 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-27 7:32 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161027/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161027/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161027/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161027/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161027/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161027/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161027/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161027/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161027/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161027/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161027/.catalyst_lock'
Command exited with non-zero status 1
37.36user 9.08system 0:47.02elapsed 98%CPU (0avgtext+0avgdata 99808maxresident)k
0inputs+0outputs (44major+1786325minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161027.SDboXR/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-28 8:21 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-28 8:21 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161028/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161028/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161028/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161028/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161028/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161028/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161028/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161028/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161028/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161028/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161028/.catalyst_lock'
Command exited with non-zero status 1
37.41user 9.08system 0:47.09elapsed 98%CPU (0avgtext+0avgdata 69744maxresident)k
0inputs+0outputs (42major+1786435minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161028.Z5YAIp/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-29 7:52 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-29 7:52 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161029/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161029/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161029/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161029/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161029/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161029/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161029/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161029/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161029/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161029/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161029/.catalyst_lock'
Command exited with non-zero status 1
37.43user 9.37system 0:47.60elapsed 98%CPU (0avgtext+0avgdata 74352maxresident)k
0inputs+0outputs (37major+1786464minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161029.xonHDl/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-30 9:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-30 9:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161030/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161030/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161030/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161030/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161030/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161030/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161030/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161030/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161030/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161030/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161030/.catalyst_lock'
Command exited with non-zero status 1
40.59user 12.53system 3:42.26elapsed 23%CPU (0avgtext+0avgdata 154512maxresident)k
0inputs+0outputs (46major+1795486minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161030.5cBAQ1/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-10-31 7:36 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-10-31 7:36 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161031/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161031/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161031/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161031/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161031/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161031/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161031/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161031/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161031/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161031/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161031/.catalyst_lock'
Command exited with non-zero status 1
37.35user 9.13system 0:45.56elapsed 102%CPU (0avgtext+0avgdata 60208maxresident)k
0inputs+0outputs (48major+1786142minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161031.dVse61/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-01 7:36 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-01 7:36 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161101/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161101/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161101/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161101/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161101/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161101/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161101/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161101/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161101/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161101/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161101/.catalyst_lock'
Command exited with non-zero status 1
37.34user 9.14system 0:44.92elapsed 103%CPU (0avgtext+0avgdata 67200maxresident)k
0inputs+0outputs (47major+1786006minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161101.yY8vFk/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-02 7:43 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-02 7:43 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161102/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161102/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161102/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161102/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161102/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161102/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161102/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161102/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161102/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161102/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161102/.catalyst_lock'
Command exited with non-zero status 1
38.47user 10.54system 1:26.00elapsed 56%CPU (0avgtext+0avgdata 153152maxresident)k
0inputs+0outputs (42major+1794498minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161102.v4Etmo/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-03 7:38 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-03 7:38 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161103/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161103/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161103/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161103/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161103/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161103/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161103/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161103/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161103/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161103/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161103/.catalyst_lock'
Command exited with non-zero status 1
37.49user 9.65system 0:50.36elapsed 93%CPU (0avgtext+0avgdata 70592maxresident)k
0inputs+0outputs (47major+1786456minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161103.EGfkrq/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-04 10:56 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-04 10:56 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161104/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161104/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161104/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161104/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161104/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161104/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161104/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161104/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161104/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161104/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161104/.catalyst_lock'
Command exited with non-zero status 1
39.42user 11.34system 5:19.73elapsed 15%CPU (0avgtext+0avgdata 154512maxresident)k
0inputs+0outputs (46major+1795728minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161104.ur0Bo6/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-05 8:35 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-05 8:35 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161105/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161105/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161105/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161105/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161105/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161105/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161105/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161105/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161105/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161105/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161105/.catalyst_lock'
Command exited with non-zero status 1
38.31user 10.84system 1:05.05elapsed 75%CPU (0avgtext+0avgdata 81504maxresident)k
0inputs+0outputs (48major+1786119minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161105.y8AfSq/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-06 7:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-06 7:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161106/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161106/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161106/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161106/.catalyst_lock'
Command exited with non-zero status 1
37.46user 9.83system 0:48.71elapsed 97%CPU (0avgtext+0avgdata 71040maxresident)k
0inputs+0outputs (48major+1786496minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161106.JQ690O/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-06 9:31 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-06 9:31 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161106/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161106/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161106/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161106/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161106/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161106/.catalyst_lock'
Command exited with non-zero status 1
40.14user 12.33system 2:34.26elapsed 34%CPU (0avgtext+0avgdata 154384maxresident)k
0inputs+0outputs (43major+1793275minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161106.gXbHw4/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-07 11:43 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-07 11:43 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161107/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161107/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161107/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161107/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161107/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161107/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161107/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161107/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161107/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161107/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161107/.catalyst_lock'
Command exited with non-zero status 1
41.04user 12.34system 4:38.63elapsed 19%CPU (0avgtext+0avgdata 154768maxresident)k
0inputs+0outputs (43major+1794305minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161107.X9d1zO/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-08 9:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-08 9:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161108/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161108/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161108/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161108/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161108/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161108/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161108/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161108/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161108/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161108/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161108/.catalyst_lock'
Command exited with non-zero status 1
37.47user 9.47system 0:49.95elapsed 93%CPU (0avgtext+0avgdata 76608maxresident)k
0inputs+0outputs (47major+1787171minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161108.Mwqmre/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-09 9:27 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-09 9:27 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161109/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161109/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161109/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161109/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161109/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161109/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161109/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161109/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161109/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161109/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161109/.catalyst_lock'
Command exited with non-zero status 1
42.47user 13.90system 1:49.32elapsed 51%CPU (0avgtext+0avgdata 140816maxresident)k
0inputs+0outputs (43major+1788384minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161109.MmQ99M/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-10 8:59 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-10 8:59 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161110/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161110/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161110/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161110/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161110/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161110/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161110/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161110/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161110/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161110/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161110/.catalyst_lock'
Command exited with non-zero status 1
41.30user 13.60system 1:21.59elapsed 67%CPU (0avgtext+0avgdata 72336maxresident)k
0inputs+0outputs (39major+1788294minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161110.FSOamB/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-11 22:02 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-11 22:02 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161111/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161111/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161111/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161111/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161111/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161111/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161111/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161111/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161111/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161111/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161111/.catalyst_lock'
Command exited with non-zero status 1
39.37user 10.35system 3:43.77elapsed 22%CPU (0avgtext+0avgdata 153264maxresident)k
0inputs+0outputs (10major+1793367minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161111.zmkl5D/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-12 22:59 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-12 22:59 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161112/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161112/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161112/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161112/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161112/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161112/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161112/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161112/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161112/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161112/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161112/.catalyst_lock'
Command exited with non-zero status 1
40.00user 11.51system 1:18.69elapsed 65%CPU (0avgtext+0avgdata 75040maxresident)k
0inputs+0outputs (29major+1786610minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161112.Go7GLF/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-13 18:50 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-13 18:50 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161113/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161113/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161113/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161113/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161113/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161113/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161113/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161113/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161113/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161113/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161113/.catalyst_lock'
Command exited with non-zero status 1
38.59user 9.91system 1:02.96elapsed 77%CPU (0avgtext+0avgdata 64672maxresident)k
0inputs+0outputs (20major+1785878minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161113.0ennBR/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-14 17:34 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-14 17:34 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161114/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161114/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161114/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161114/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161114/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161114/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161114/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161114/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161114/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161114/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161114/.catalyst_lock'
Command exited with non-zero status 1
41.23user 11.44system 1:55.98elapsed 45%CPU (0avgtext+0avgdata 88400maxresident)k
0inputs+0outputs (20major+1789048minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161114.u5jZf1/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-16 9:51 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-16 9:51 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161115/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161115/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161115/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161115/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161115/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161115/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161115/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161115/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161115/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161115/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161115/.catalyst_lock'
Command exited with non-zero status 1
41.55user 13.16system 2:07.67elapsed 42%CPU (0avgtext+0avgdata 94304maxresident)k
0inputs+0outputs (58major+1787728minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161115.WwML0e/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-17 8:45 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-17 8:45 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161117/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161117/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161117/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161117/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161117/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161117/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161117/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161117/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161117/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161117/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161117/.catalyst_lock'
Command exited with non-zero status 1
38.52user 11.14system 0:53.29elapsed 93%CPU (0avgtext+0avgdata 67200maxresident)k
0inputs+0outputs (37major+1786114minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161117.9TEXFc/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-23 8:22 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-23 8:22 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161123/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161123/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161123/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161123/.catalyst_lock'
Command exited with non-zero status 1
36.35user 8.05system 0:35.62elapsed 124%CPU (0avgtext+0avgdata 57648maxresident)k
0inputs+0outputs (42major+1785051minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161123.0QSemO/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-23 17:32 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-23 17:32 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161123/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161123/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161123/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161123/.catalyst_lock'
Command exited with non-zero status 1
36.87user 9.06system 0:37.76elapsed 121%CPU (0avgtext+0avgdata 54480maxresident)k
0inputs+0outputs (43major+1785637minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161123.2s1J7s/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-24 3:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-24 3:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161123/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161123/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161123/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161123/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161123/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161123/.catalyst_lock'
Command exited with non-zero status 1
37.05user 8.96system 0:39.91elapsed 115%CPU (0avgtext+0avgdata 56864maxresident)k
0inputs+0outputs (51major+1785500minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161123.aclrKf/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2016-11-24 8:27 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2016-11-24 8:27 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20161124/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161124/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20161124/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20161124/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161124/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161124/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161124/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20161124/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20161124/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20161124/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20161124/.catalyst_lock'
Command exited with non-zero status 1
36.93user 9.44system 0:38.22elapsed 121%CPU (0avgtext+0avgdata 60080maxresident)k
0inputs+0outputs (36major+1785517minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20161124.yPO6Zj/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-16 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-16 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170716/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170716/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170716/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170716/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170716/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170716/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170716/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170716/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170716/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170716/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170716//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170716//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170716/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170716/.catalyst_lock'
Command exited with non-zero status 1
17.92user 2.66system 0:24.76elapsed 83%CPU (0avgtext+0avgdata 164992maxresident)k
0inputs+0outputs (130major+971241minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170716.lkEDeZ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-17 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-17 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170717/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170717/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170717/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170717/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170717/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170717/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170717/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170717/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170717/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170717/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170717//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170717//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170717/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170717/.catalyst_lock'
Command exited with non-zero status 1
17.93user 2.84system 0:24.51elapsed 84%CPU (0avgtext+0avgdata 165040maxresident)k
0inputs+0outputs (132major+972709minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170717.JMCgdG/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-18 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-18 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170718/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170718/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170718/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170718/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170718/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170718/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170718/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170718/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170718/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170718/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170718//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170718//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170718/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170718/.catalyst_lock'
Command exited with non-zero status 1
18.16user 3.36system 0:25.24elapsed 85%CPU (0avgtext+0avgdata 165040maxresident)k
0inputs+0outputs (131major+969937minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170718.gO37ll/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-19 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-19 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170719/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170719/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170719/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170719/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170719/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170719/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170719/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170719/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170719/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170719/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170719//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170719//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170719/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170719/.catalyst_lock'
Command exited with non-zero status 1
18.05user 2.86system 0:24.54elapsed 85%CPU (0avgtext+0avgdata 165120maxresident)k
0inputs+0outputs (128major+975598minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170719.baORcG/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-20 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-20 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170720/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170720/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170720/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170720/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170720/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170720/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170720/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170720/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170720/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170720/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170720//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170720//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170720/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170720/.catalyst_lock'
Command exited with non-zero status 1
17.98user 2.76system 0:24.73elapsed 83%CPU (0avgtext+0avgdata 166016maxresident)k
0inputs+0outputs (131major+973299minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170720.41uoPe/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-21 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-21 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170721/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170721/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170721/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170721/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170721/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170721/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170721/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170721/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170721/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170721/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170721//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170721//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170721/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170721/.catalyst_lock'
Command exited with non-zero status 1
18.07user 2.75system 0:24.61elapsed 84%CPU (0avgtext+0avgdata 165296maxresident)k
0inputs+0outputs (124major+971576minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170721.162GCN/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-22 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-22 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170722/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170722/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170722/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170722/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170722/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170722/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170722/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170722/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170722/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170722/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170722//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170722//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170722/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170722/.catalyst_lock'
Command exited with non-zero status 1
17.91user 2.65system 0:24.38elapsed 84%CPU (0avgtext+0avgdata 165408maxresident)k
0inputs+0outputs (132major+973941minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170722.u2zH28/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-23 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-23 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170723/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170723/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170723/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170723/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170723/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170723/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170723/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170723/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170723/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170723/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170723//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170723//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170723/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170723/.catalyst_lock'
Command exited with non-zero status 1
18.00user 2.65system 0:24.31elapsed 84%CPU (0avgtext+0avgdata 165088maxresident)k
0inputs+0outputs (125major+972078minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170723.f2kp3c/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-24 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-24 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170724/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170724/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170724/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170724/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170724/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170724/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170724/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170724/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170724/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170724/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170724//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170724//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170724/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170724/.catalyst_lock'
Command exited with non-zero status 1
18.00user 2.91system 0:24.86elapsed 84%CPU (0avgtext+0avgdata 165344maxresident)k
0inputs+0outputs (127major+971823minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170724.4nvjaG/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-25 7:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-25 7:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170725/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170725/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170725/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170725/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170725/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170725/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170725/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170725/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170725/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170725/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170725//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170725//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170725/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170725/.catalyst_lock'
Command exited with non-zero status 1
18.07user 2.86system 0:25.71elapsed 81%CPU (0avgtext+0avgdata 165728maxresident)k
0inputs+0outputs (132major+976105minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170725.1EeGxE/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-26 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-26 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170726/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170726/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170726/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170726/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170726/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170726/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170726/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170726/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170726/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170726/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170726//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170726//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170726/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170726/.catalyst_lock'
Command exited with non-zero status 1
18.02user 2.95system 0:25.22elapsed 83%CPU (0avgtext+0avgdata 164768maxresident)k
0inputs+0outputs (135major+971156minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170726.Ohgad0/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-27 7:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-27 7:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170727/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170727/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170727/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170727/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170727/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170727/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170727/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170727/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170727/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170727/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170727//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170727//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170727/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170727/.catalyst_lock'
Command exited with non-zero status 1
18.24user 3.60system 0:26.02elapsed 83%CPU (0avgtext+0avgdata 165792maxresident)k
0inputs+0outputs (135major+971952minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170727.tlZQ59/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-28 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-28 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170728/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170728/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170728/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170728/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170728/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170728/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170728/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170728/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170728/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170728/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170728//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170728//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170728/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170728/.catalyst_lock'
Command exited with non-zero status 1
18.18user 3.26system 0:26.00elapsed 82%CPU (0avgtext+0avgdata 165616maxresident)k
0inputs+0outputs (136major+971576minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170728.pnSPZp/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-29 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-29 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170729/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170729/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170729/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170729/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170729/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170729/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170729/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170729/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170729/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170729/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170729//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170729//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170729/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170729/.catalyst_lock'
Command exited with non-zero status 1
17.94user 3.03system 0:24.81elapsed 84%CPU (0avgtext+0avgdata 165344maxresident)k
0inputs+0outputs (127major+975152minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170729.hzD5IQ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-30 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-30 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170730/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170730/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170730/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170730/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170730/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170730/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170730/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170730/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170730/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170730/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170730//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170730//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170730/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170730/.catalyst_lock'
Command exited with non-zero status 1
17.97user 2.93system 0:25.40elapsed 82%CPU (0avgtext+0avgdata 165168maxresident)k
0inputs+0outputs (136major+972693minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170730.MdrSaH/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-07-31 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-07-31 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170731/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170731/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170731/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170731/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170731/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170731/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170731/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170731/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170731/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170731/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170731//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170731//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170731/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170731/.catalyst_lock'
Command exited with non-zero status 1
18.28user 2.87system 0:25.08elapsed 84%CPU (0avgtext+0avgdata 160064maxresident)k
0inputs+0outputs (137major+973085minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170731.RyxUTN/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-01 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-01 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170801/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170801/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170801/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170801/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170801/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170801/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170801/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170801/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170801/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170801/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170801//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170801//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170801/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170801/.catalyst_lock'
Command exited with non-zero status 1
18.56user 3.35system 0:26.19elapsed 83%CPU (0avgtext+0avgdata 159888maxresident)k
0inputs+0outputs (136major+972194minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170801.MOghP6/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-02 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-02 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170802/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170802/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170802/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170802/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170802/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170802/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170802/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170802/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170802/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170802/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170802//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170802//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170802/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170802/.catalyst_lock'
Command exited with non-zero status 1
18.46user 3.09system 0:25.69elapsed 83%CPU (0avgtext+0avgdata 160048maxresident)k
0inputs+0outputs (137major+974177minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170802.kU6zx1/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-03 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-03 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7297 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170803/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170803/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170803/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170803/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170803/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170803/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170803/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170803/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170803/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170803/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170803//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170803//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170803/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
#
# If you still use one of these old toolchain packages, please upgrade (and
# in case of gcc switch the compiler) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170803/.catalyst_lock'
Command exited with non-zero status 1
18.52user 3.49system 0:25.81elapsed 85%CPU (0avgtext+0avgdata 160080maxresident)k
0inputs+0outputs (137major+970284minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170803.2dYGpB/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-04 7:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-04 7:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7297 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170804/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170804/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170804/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170804/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170804/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170804/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170804/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170804/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170804/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170804/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170804//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170804//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170804/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
#
# If you still use one of these old toolchain packages, please upgrade (and
# in case of gcc switch the compiler) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170804/.catalyst_lock'
Command exited with non-zero status 1
18.83user 3.67system 0:27.21elapsed 82%CPU (0avgtext+0avgdata 160704maxresident)k
0inputs+0outputs (124major+972281minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170804.eJbHFk/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-05 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-05 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7297 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170805/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170805/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170805/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170805/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170805/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170805/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170805/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170805/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170805/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170805/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170805//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170805//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170805/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
#
# If you still use one of these old toolchain packages, please upgrade (and
# in case of gcc switch the compiler) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170805/.catalyst_lock'
Command exited with non-zero status 1
18.43user 3.10system 0:26.02elapsed 82%CPU (0avgtext+0avgdata 160304maxresident)k
0inputs+0outputs (121major+973726minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170805.GG2Hbz/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-06 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-06 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7297 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170806/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170806/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170806/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170806/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170806/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170806/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170806/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170806/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170806/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170806/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170806//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170806//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170806/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
#
# If you still use one of these old toolchain packages, please upgrade (and
# in case of gcc switch the compiler) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170806/.catalyst_lock'
Command exited with non-zero status 1
18.38user 3.25system 0:26.13elapsed 82%CPU (0avgtext+0avgdata 160688maxresident)k
0inputs+0outputs (126major+970970minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170806.YDI7sF/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2017-08-07 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2017-08-07 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7297 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20170807/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170807/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20170807/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20170807/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170807/
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
clearing autoresume ...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170807/
clearing chroot ...
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170807/
clearing package cache ...
purging the pkgcache ...
clearing kerncache ...
purging the kerncache ...
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20170807/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20170807/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20170807/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170807//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20170807//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20170807/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild R ] dev-libs/openssl-1.0.2k
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild R ] sys-apps/util-linux-2.26.2
[ebuild R ] net-misc/rsync-3.1.2
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] net-misc/wget-1.19.1-r1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
#
# If you still use one of these old toolchain packages, please upgrade (and
# in case of gcc switch the compiler) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20170807/.catalyst_lock'
Command exited with non-zero status 1
18.36user 3.07system 0:26.29elapsed 81%CPU (0avgtext+0avgdata 160288maxresident)k
0inputs+0outputs (138major+972404minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20170807.e4OSmJ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-07 5:46 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-07 5:46 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7152 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180107T054253Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T054253Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180107T054253Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180107T054253Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T054253Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T054253Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild U ] app-portage/elt-patches-20170815 [20170317]
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild U ] dev-libs/openssl-1.0.2n [1.0.2k]
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild U ] net-misc/rsync-3.1.2-r1 [3.1.2]
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
[ebuild U ] net-misc/wget-1.19.1-r2 [1.19.1-r1]
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180107T054253Z/.catalyst_lock'
Command exited with non-zero status 1
18.10user 2.53system 0:14.14elapsed 145%CPU (0avgtext+0avgdata 164208maxresident)k
0inputs+0outputs (117major+971511minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180107T054253Z.HFWljV/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-07 8:18 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-07 8:18 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7151 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180107T081233Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T081233Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180107T081233Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180107T081233Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T081233Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180107T081233Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild U ] app-portage/elt-patches-20170815 [20170317]
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild U ] dev-libs/openssl-1.0.2n [1.0.2k]
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild U ] net-misc/rsync-3.1.2-r1 [3.1.2]
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
[ebuild U ] net-misc/wget-1.19.1-r2 [1.19.1-r1]
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180107T081233Z/.catalyst_lock'
Command exited with non-zero status 1
18.19user 2.67system 0:26.46elapsed 78%CPU (0avgtext+0avgdata 164160maxresident)k
0inputs+0outputs (126major+968958minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180107T081233Z.067tJB/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-08 8:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-08 8:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7152 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180108T081149Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180108T081149Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180108T081149Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180108T081149Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180108T081149Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180108T081149Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild U ] app-portage/elt-patches-20170815 [20170317]
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild U ] dev-libs/openssl-1.0.2n [1.0.2k]
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild U ] net-misc/rsync-3.1.2-r1 [3.1.2]
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
[ebuild U ] net-misc/wget-1.19.1-r2 [1.19.1-r1]
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180108T081149Z/.catalyst_lock'
Command exited with non-zero status 1
18.11user 2.44system 0:13.78elapsed 149%CPU (0avgtext+0avgdata 164288maxresident)k
0inputs+0outputs (110major+968557minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180108T081149Z.IkvYwx/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-09 8:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-09 8:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7152 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180109T081215Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180109T081215Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180109T081215Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180109T081215Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180109T081215Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180109T081215Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild U ] app-portage/elt-patches-20170815 [20170317]
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild U ] dev-libs/openssl-1.0.2n [1.0.2k]
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild U ] net-misc/rsync-3.1.2-r1 [3.1.2]
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
[ebuild U ] net-misc/wget-1.19.1-r2 [1.19.1-r1]
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180109T081215Z/.catalyst_lock'
Command exited with non-zero status 1
18.15user 2.62system 0:14.96elapsed 138%CPU (0avgtext+0avgdata 164880maxresident)k
0inputs+0outputs (140major+970111minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180109T081215Z.8qwtg9/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-10 8:20 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-10 8:20 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7199 bytes --]
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180110T081028Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180110T081028Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180110T081028Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180110T081028Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180110T081028Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180110T081028Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
[ebuild R ] sys-libs/ncurses-6.0-r1
[ebuild U ] app-portage/elt-patches-20170815 [20170317]
[ebuild R ] dev-libs/popt-1.16-r2
[ebuild N ] sys-devel/bc-1.06.95-r1
[ebuild U ] dev-libs/openssl-1.0.2n [1.0.2k]
[ebuild N ] dev-libs/libtommath-0.42.0-r1
[ebuild N ] app-misc/screen-4.4.0
[ebuild N ] net-misc/dropbear-2016.74
[ebuild U ] net-misc/rsync-3.1.2-r1 [3.1.2]
[ebuild R ] sys-apps/s390-tools-1.23.1
[ebuild R ] sys-fs/e2fsprogs-1.43.3-r1
[ebuild U ] net-misc/wget-1.19.1-r2 [1.19.1-r1]
[ebuild U ] app-editors/nano-2.8.7 [2.6.3]
The following keyword changes are necessary to proceed:
(see "package.accept_keywords" in the portage(5) man page for more details)
# required by net-misc/dropbear (argument)
=net-misc/dropbear-2016.74 ~s390
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! The following installed packages are masked:
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
- sys-libs/glibc-2.23-r3::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180110T081028Z/.catalyst_lock'
Command exited with non-zero status 1
17.99user 2.50system 0:14.67elapsed 139%CPU (0avgtext+0avgdata 164400maxresident)k
0inputs+0outputs (136major+974882minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180110T081028Z.Jju9gB/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-12 8:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-12 8:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c addpart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/addpart
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lsns /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lsns
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c delpart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/delpart
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c resizepart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/resizepart
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lscpu /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lscpu
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blkid /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/cal /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/col /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/colcrt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/colrm /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/column /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fincore /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/findfs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/findmnt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/flock /var/tmp/portage/sys-apps/util-linux-2
.30.2/work/util-linux-2.30.2/bash-completion/getopt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/hexdump /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcmk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcrm /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/isosize /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/logger /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/look /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsipc /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsns /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mcookie /var/tmp/portage/sys-apps/util-linux-2.30.2/work/ut
il-linux-2.30.2/bash-completion/mkfs /var/tmp/portage\0/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkswap /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/namei /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/prlimit /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/readprofile /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/renice /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rev /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/script /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/scriptreplay /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/setsid /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/whereis /var/tmp/portage/sys-apps/util-linux-2.30.2/work/u
til-linux-2.30.2/bash-completion/wipefs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsck /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkfs.bfs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsck.minix /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkfs.minix /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/addpart /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/delpart /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/resizepart '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c fallocate /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/fallocate
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/partx /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/raw /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swaplabel /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blockdev /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fdisk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/sfdisk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/last /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lslogins /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/utmpdump /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/uuidgen /var/tmp/portage/sys-apps/ut
il-linux-2.30.2/work/util-linux-2.30.2/bash-completion/uuidd /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsblk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lslocks /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rename /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chrt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ionice /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/taskset /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chcpu /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chmem /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/eject /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fallocate /var/tmp/portage/sys-apps/util-linux-
2.30.2/work/util-linux-2.30.2/bash-completion/hwclock\0 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lscpu /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsmem /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/losetup /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mount /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/umount /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mountpoint /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/nsenter /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/pivot_root /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swapon /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swapoff /var/tmp/portage/sys-apps/util-lin
ux-2.30.2/work/util-linux-2.30.2/bash-completion/unshare /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/wdctl /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blkdiscard /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ctrlaltdel /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/dmesg /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsfreeze /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fstrim /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ldattach '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c unshare /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/unshare
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rtcwake /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/setarch /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/zramctl '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c nsenter /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/nsenter
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/doc/util-linux-2.30.2/getopt/'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt-parse.bash /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt-parse.tcsh '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/doc/util-linux-2.30.2/getopt/'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c cal /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/cal
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c logger /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/logger
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/chrt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/ionice.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/taskset.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/col.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/colcrt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/colrm.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/column.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/hexdump.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/rev.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/line.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/ter
m-utils/script.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/term-utils/scriptreplay.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/last.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/lastb.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/utmpdump.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/lslogins.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsmem.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/flock.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcmk.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcrm.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcs.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsipc.1 /var/tmp/portage/sys-apps
/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/r\0enice.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/setsid.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/dmesg.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/eject.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/prlimit.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lscpu.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/mountpoint.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fallocate.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/unshare.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/nsenter.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/cal.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/mis
c-utils/logger.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/look.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/mcookie.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/namei.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/whereis.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/uuidgen.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/rename.1 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c look /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/look
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/fincore.1 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c mcookie /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/mcookie
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man3'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c namei /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/namei
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c whereis /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/whereis
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_clear.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_compare.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_copy.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_is_null.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_parse.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_time.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_unparse.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_random.3
/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_time.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_time_safe.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libblkid/libblkid.3 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man3'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man5'
libtool: warning: 'libmount.la' has not been installed in '/usr/lib'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/lib/terminal-colors.d.5 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fstab.5 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man5'
libtool: warning: '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390/libblkid.la' has not been installed in '/usr/lib'
libtool: warning: '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390/libuuid.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/term-utils/agetty.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/sulogin.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/chmem.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/readprofile.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fstrim.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ctrlaltdel.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fsfreeze.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/blkdiscard.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ldattach.8 sys-utils/rtcwake.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/setarch.8 /var/tmp/portage/sys-apps/util
-linux-2.30.2/work/util-linux-2.30.2/sys-utils/losetup.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/zramctl.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsns.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/mount.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/umount.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/swapoff.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/swapon.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/chcpu.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/wdctl.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/pivot_root.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/switch_root.8 sys-utils/hwclock.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-
linux-2.30.2/misc-utils/lslocks.8 /var/tmp/portage/sy\0s-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/lsblk.8 misc-utils/uuidd.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/blkid.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/findfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/wipefs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/findmnt.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fsck.minix.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.minix.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/isosize.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.bfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.
2/disk-utils/mkswap.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/swaplabel.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fsck.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/raw.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/blockdev.8 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lslocks /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lslocks
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fdisk.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/sfdisk.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/addpart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/delpart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/resizepart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/partx.8 sys-utils/uname26.8 sys-utils/linux32.8 sys-utils/linux64.8 sys-utils/s390.8 sys-utils/s390x.8 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: warning: 'libuuid.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/blkid'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/uuidgen /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/uuidgen
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libblkid/src/blkid.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/blkid'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c rename /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/rename
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libfdisk'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libfdisk/src/libfdisk.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libfdisk'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c getopt /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/getopt
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libmount'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libmount/src/libmount.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libmount'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libsmartcols'
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libsmartcols/src/libsmartcols.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libsmartcols'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/fincore /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/fincore
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/pkgconfig'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c isosize /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/isosize
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libuuid/uuid.pc libblkid/blkid.pc libmount/mount.pc libsmartcols/smartcols.pc libfdisk/fdisk.pc '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/pkgconfig'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/uuid'
make install-exec-hook
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/src/uuid.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/uuid'
make install-data-hook
make[4]: Entering directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libuuid.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libuuid.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libblkid.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libblkid.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libmount.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libmount.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libsmartcols.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libsmartcols.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libfdisk.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libfdisk.so); \
fi
cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin && ln -sf last lastb
for I in uname26 linux32 linux64 s390 s390x ; do \
cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin && ln -sf setarch $I ; \
done
make[4]: Entering directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[4]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[3]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[2]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[1]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
* Final size of build directory: 55968 KiB
* Final size of installed tree: 7684 KiB
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /usr/share/man/man8/chmem.8.bz2
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* sys-apps/s390-tools-1.23.1:0::gentoo
* /usr/share/man/man8/chmem.8.bz2
*
* Package 'sys-apps/util-linux-2.30.2' NOT merged due to file
* collisions. If necessary, refer to your elog messages for the whole
* content of the above message.
* Messages for package app-misc/screen-4.4.0:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2016.74:
* Your configuration for net-misc/dropbear-2016.74 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2016.74 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2:
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /usr/share/man/man8/chmem.8.bz2
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* sys-apps/s390-tools-1.23.1:0::gentoo
* /usr/share/man/man8/chmem.8.bz2
*
* Package 'sys-apps/util-linux-2.30.2' NOT merged due to file
* collisions. If necessary, refer to your elog messages for the whole
* content of the above message.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180112T081040Z/.catalyst_lock'
Command exited with non-zero status 1
378.85user 108.77system 5:55.43elapsed 137%CPU (0avgtext+0avgdata 249792maxresident)k
0inputs+0outputs (70major+55267085minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180112T081040Z.8OLbJv/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-13 8:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-13 8:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/partx /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/partx
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lsns /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lsns
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c addpart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/addpart
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c delpart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/delpart
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lscpu /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lscpu
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c resizepart /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/sbin/resizepart
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c fallocate /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/fallocate
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c unshare /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/unshare
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blkid /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/cal /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/col /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/colcrt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/colrm /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/column /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fincore /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/findfs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/findmnt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/flock /var/tmp/portage/sys-apps/util-linux-2
.30.2/work/util-linux-2.30.2/bash-completion/getopt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/hexdump /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcmk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcrm /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ipcs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/isosize /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/logger /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/look /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsipc /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsns /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mcookie /var/tmp/portage/sys-apps/util-linux-2.30.2/work/ut
il-linux-2.30.2/bash-completion/mkfs /var/tmp/portage\0/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkswap /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/namei /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/prlimit /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/readprofile /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/renice /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rev /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/script /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/scriptreplay /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/setsid /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/whereis /var/tmp/portage/sys-apps/util-linux-2.30.2/work/u
til-linux-2.30.2/bash-completion/wipefs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsck /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkfs.bfs /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsck.minix /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mkfs.minix /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/addpart /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/delpart /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/resizepart '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c nsenter /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/nsenter
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/partx /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/raw /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swaplabel /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blockdev /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fdisk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/sfdisk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/last /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lslogins /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/utmpdump /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/uuidgen /var/tmp/portage/sys-apps/ut
il-linux-2.30.2/work/util-linux-2.30.2/bash-completion/uuidd /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsblk /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lslocks /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rename /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chrt /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ionice /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/taskset /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chcpu /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/chmem /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/eject /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fallocate /var/tmp/portage/sys-apps/util-linux-
2.30.2/work/util-linux-2.30.2/bash-completion/hwclock\0 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lscpu /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/lsmem /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/losetup /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mount /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/umount /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/mountpoint /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/nsenter /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/pivot_root /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swapon /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/swapoff /var/tmp/portage/sys-apps/util-lin
ux-2.30.2/work/util-linux-2.30.2/bash-completion/unshare /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/wdctl /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/blkdiscard /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ctrlaltdel /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/dmesg /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fsfreeze /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/fstrim /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/ldattach '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c cal /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/cal
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/rtcwake /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/setarch /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/bash-completion/zramctl '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/bash-completion/completions'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c logger /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/logger
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c look /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/look
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c mcookie /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/mcookie
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/doc/util-linux-2.30.2/getopt/'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt-parse.bash /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt-parse.tcsh '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/doc/util-linux-2.30.2/getopt/'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c namei /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/namei
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c whereis /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/whereis
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/chrt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/ionice.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/schedutils/taskset.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/col.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/colcrt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/colrm.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/column.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/hexdump.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/rev.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/text-utils/line.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/ter
m-utils/script.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/term-utils/scriptreplay.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/last.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/lastb.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/utmpdump.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/lslogins.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsmem.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/flock.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcmk.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcrm.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ipcs.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsipc.1 /var/tmp/portage/sys-apps
/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/r\0enice.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/setsid.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/dmesg.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/eject.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/prlimit.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lscpu.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/mountpoint.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fallocate.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/unshare.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/nsenter.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/cal.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/mis
c-utils/logger.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/look.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/mcookie.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/namei.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/whereis.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/uuidgen.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/rename.1 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/getopt.1 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/fincore.1 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man1'
libtool: warning: 'libmount.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man3'
libtool: warning: '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390/libblkid.la' has not been installed in '/usr/lib'
libtool: warning: '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390/libuuid.la' has not been installed in '/usr/lib'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_clear.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_compare.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_copy.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_is_null.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_parse.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_time.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_unparse.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_random.3
/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_time.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/man/uuid_generate_time_safe.3 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libblkid/libblkid.3 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man3'
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/lslocks /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/lslocks
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man5'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/lib/terminal-colors.d.5 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fstab.5 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man5'
libtool: warning: 'libuuid.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/uuidgen /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/uuidgen
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c rename /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/rename
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/term-utils/agetty.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/login-utils/sulogin.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/chmem.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/readprofile.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fstrim.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ctrlaltdel.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/fsfreeze.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/blkdiscard.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/ldattach.8 sys-utils/rtcwake.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/setarch.8 /var/tmp/portage/sys-apps/util
-linux-2.30.2/work/util-linux-2.30.2/sys-utils/losetup.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/zramctl.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/lsns.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/mount.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/umount.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/swapoff.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/swapon.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/chcpu.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/wdctl.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/pivot_root.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/sys-utils/switch_root.8 sys-utils/hwclock.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-
linux-2.30.2/misc-utils/lslocks.8 /var/tmp/portage/sy\0s-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/lsblk.8 misc-utils/uuidd.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/blkid.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/findfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/wipefs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/misc-utils/findmnt.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fsck.minix.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.minix.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/isosize.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/mkfs.bfs.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.
2/disk-utils/mkswap.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/swaplabel.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fsck.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/raw.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/blockdev.8 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c getopt /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/getopt
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/fdisk.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/sfdisk.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/addpart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/delpart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/resizepart.8 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/disk-utils/partx.8 sys-utils/uname26.8 sys-utils/linux32.8 sys-utils/linux64.8 sys-utils/s390.8 sys-utils/s390x.8 '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/share/man/man8'
libtool: warning: 'libsmartcols.la' has not been installed in '/usr/lib'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/blkid'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c .libs/fincore /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/fincore
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libblkid/src/blkid.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/blkid'
libtool: install: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c isosize /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin/isosize
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libfdisk'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libfdisk/src/libfdisk.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libfdisk'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libmount'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libmount/src/libmount.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libmount'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libsmartcols'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 ./libsmartcols/src/libsmartcols.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/libsmartcols'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/pkgconfig'
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 libuuid/uuid.pc libblkid/blkid.pc libmount/mount.pc libsmartcols/smartcols.pc libfdisk/fdisk.pc '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/pkgconfig'
/bin/mkdir -p '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/uuid'
make install-exec-hook
/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 /var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2/libuuid/src/uuid.h '/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/include/uuid'
make install-data-hook
make[4]: Entering directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libuuid.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libuuid.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libuuid.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libblkid.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libblkid.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libblkid.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libmount.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libmount.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libmount.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libsmartcols.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libsmartcols.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libsmartcols.so); \
fi
if test "/usr/lib" != "/usr/lib" -a -f "/var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so"; then \
/bin/mkdir -p /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
mv /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so.* /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib; \
so_img_name=$(readlink /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib/libfdisk.so); \
so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
(cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/lib && \
rm -f libfdisk.so && \
ln -s $so_img_rel_target/usr/lib/$so_img_name libfdisk.so); \
fi
cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin && ln -sf last lastb
make[4]: Entering directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
for I in uname26 linux32 linux64 s390 s390x ; do \
cd /var/tmp/portage/sys-apps/util-linux-2.30.2/image//usr/bin && ln -sf setarch $I ; \
done
make[4]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[3]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[2]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
make[1]: Leaving directory '/var/tmp/portage/sys-apps/util-linux-2.30.2/work/util-linux-2.30.2-abi_s390_32.s390'
* Final size of build directory: 55968 KiB
* Final size of installed tree: 7684 KiB
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /usr/share/man/man8/chmem.8.bz2
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* sys-apps/s390-tools-1.23.1:0::gentoo
* /usr/share/man/man8/chmem.8.bz2
*
* Package 'sys-apps/util-linux-2.30.2' NOT merged due to file
* collisions. If necessary, refer to your elog messages for the whole
* content of the above message.
* Messages for package app-misc/screen-4.4.0:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2016.74:
* Your configuration for net-misc/dropbear-2016.74 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2016.74 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2:
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /usr/share/man/man8/chmem.8.bz2
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* sys-apps/s390-tools-1.23.1:0::gentoo
* /usr/share/man/man8/chmem.8.bz2
*
* Package 'sys-apps/util-linux-2.30.2' NOT merged due to file
* collisions. If necessary, refer to your elog messages for the whole
* content of the above message.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180113T081021Z/.catalyst_lock'
Command exited with non-zero status 1
378.28user 106.60system 5:45.16elapsed 140%CPU (0avgtext+0avgdata 249312maxresident)k
0inputs+0outputs (72major+55232949minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180113T081021Z.fl1UUC/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-14 9:36 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-14 9:36 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 11252 bytes --]
>>> Recording app-misc/screen in "world" favorites file...
>>> Emerging (8 of 14) net-misc/dropbear-2016.74::gentoo
>>> Installing (8 of 14) net-misc/dropbear-2016.74::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (9 of 14) net-misc/rsync-3.1.2-r2::gentoo
>>> Installing (9 of 14) net-misc/rsync-3.1.2-r2::gentoo
>>> Emerging (10 of 14) net-misc/wget-1.19.1-r2::gentoo
>>> Installing (10 of 14) net-misc/wget-1.19.1-r2::gentoo
>>> Emerging (11 of 14) app-editors/nano-2.8.7::gentoo
>>> Installing (11 of 14) app-editors/nano-2.8.7::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (12 of 14) sys-apps/util-linux-2.30.2::gentoo
>>> Installing (12 of 14) sys-apps/util-linux-2.30.2::gentoo
>>> Emerging (13 of 14) sys-apps/s390-tools-1.36.1-r1::gentoo
>>> Installing (13 of 14) sys-apps/s390-tools-1.36.1-r1::gentoo
>>> Emerging (14 of 14) sys-fs/e2fsprogs-1.43.3-r1::gentoo
>>> Installing (14 of 14) sys-fs/e2fsprogs-1.43.3-r1::gentoo
* Messages for package app-misc/screen-4.4.0:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2016.74:
* Your configuration for net-misc/dropbear-2016.74 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2016.74 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: root_overlay
--- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image/ (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: setup_overlay
--- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z/
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse --oneshot genkernel
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-kernel/genkernel-3.4.52.4-r1
>>> Emerging (1 of 2) app-arch/cpio-2.12-r1::gentoo
>>> Installing (1 of 2) app-arch/cpio-2.12-r1::gentoo
>>> Emerging (2 of 2) sys-kernel/genkernel-3.4.52.4-r1::gentoo
>>> Installing (2 of 2) sys-kernel/genkernel-3.4.52.4-r1::gentoo
* Messages for package sys-kernel/genkernel-3.4.52.4-r1:
* Documentation is available in the genkernel manual page
* as well as the following URL:
* https://wiki.gentoo.org/wiki/Genkernel
* This package is known to not work with reiser4. If you are running
* reiser4 and have a problem, do not file a bug. We know it does not
* work and we don't plan on fixing it since reiser4 is the one that is
* broken in this regard. Try using a sane filesystem like ext4.
* The LUKS support has changed from versions prior to 3.4.4. Now,
* you use crypt_root=/dev/blah instead of real_root=luks:/dev/blah.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/pre-kmerge.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp/chroot-functions.sh from the chroot
Copying kmerge.sh to /tmp
copying kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z//tmp
Ensure the file has the executable bit set
Running kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z/
>>> Regenerating /etc/ld.so.cache...
Genkernel version 3.4.52.4 found ... continuing
emerge --quiet --update --newuse sys-kernel/gentoo-sources
!!! The following installed packages are masked:
- sys-devel/binutils-2.26.1::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Michał Górny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-kernel/gentoo-sources-4.14.13::gentoo
>>> Installing (1 of 1) sys-kernel/gentoo-sources-4.14.13::gentoo
>>> Recording sys-kernel/gentoo-sources in "world" favorites file...
* Messages for package sys-kernel/gentoo-sources-4.14.13:
* If you are upgrading from a previous kernel, you may be interested
* in the following document:
* - General upgrade guide: https://wiki.gentoo.org/wiki/Kernel/Upgrade
Moving kernel sources to /tmp/kerncache/netboot/sources ...
^[[32;01m*^[[32;01m Gentoo Linux Genkernel; Version 3.4.52.4^[[0m
^[[32;01m*^[[0m Running with options: --arch-override=s390 --all-ramdisk-modules --cachedir=/tmp/kerncache/netboot-genkernel_cache-20180114T090837Z --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/netboot-modules-20180114T090837Z.tar.bz2 --minkernpackage=/tmp/kerncache/netboot-kernel-initrd-20180114T090837Z.tar.bz2 all --kerncache=/tmp/kerncache/netboot-kerncache-20180114T090837Z.tar.bz2 --kernel-config=/var/tmp/netboot.config --netboot --initramfs-overlay="/tmp/image/"
^[[32;01m*^[[0m Using genkernel.conf from /etc/genkernel.conf
^[[32;01m*^[[0m Sourcing arch-specific config.sh from /usr/share/genkernel/arch/s390/config.sh ..
^[[32;01m*^[[0m Sourcing arch-specific modules_load from /usr/share/genkernel/arch/s390/modules_load ..
^[[32;01m*^[[0;01m Linux Kernel ^[[0;01m4.14.13-gentoo^[[0m for ^[[0;01ms390^[[0m...
^[[32;01m*^[[0m .. with config file /var/tmp/netboot.config
^[[32;01m*^[[0m kernel: Using config from /var/tmp/netboot.config
^[[32;01m*^[[0m kernel: >> Running mrproper...
^[[32;01m*^[[0m >> Running oldconfig...
^[[32;01m*^[[0m kernel: >> Cleaning...
^[[32;01m*^[[0m >> Compiling 4.14.13-gentoo ...
^[[32;01m*^[[0m >> Not installing firmware as it's included in the kernel already (CONFIG_FIRMWARE_IN_KERNEL=y)...
^[[32;01m*^[[0m >> Compiling 4.14.13-gentoo modules...
^[[32;01m*^[[0m >> Generating module dependency data...
^[[32;01m*^[[0m Copying config for successful build to /etc/kernels/kernel-config-s390-4.14.13-gentoo
^[[32;01m*^[[0m busybox: >> Applying patches...
^[[32;01m*^[[0m - 1.18.1-openvt.diff
^[[32;01m*^[[0m - busybox-1.20.1-mdstart.patch
^[[32;01m*^[[0m - busybox-1.20.2-bunzip2.patch
^[[32;01m*^[[0m - busybox-1.20.2-glibc-sys-resource.patch
^[[32;01m*^[[0m - busybox-1.20.2-modprobe.patch
^[[32;01m*^[[0m - busybox-1.7.4-signal-hack.patch
^[[32;01m*^[[0m busybox: >> Configuring...
^[[32;01m*^[[0m busybox: >> Compiling...
^[[32;01m*^[[0m busybox: >> Copying to cache...
^[[32;01m*^[[0m initramfs: >> Initializing...
^[[32;01m*^[[0m >> Appending base_layout cpio data...
^[[32;01m*^[[0m >> Appending auxilary cpio data...
^[[32;01m*^[[0m >> Copying keymaps
^[[32;01m*^[[0m >> Appending busybox cpio data...
^[[32;01m*^[[0m >> Appending modules cpio data...
^[[32;01m*^[[0m >> Appending blkid cpio data...
^[[32;01m*^[[0m >> Appending modprobed cpio data...
^[[32;01m*^[[0m >> Appending overlay cpio data...
^[[32;01m*^[[0m >> Appending linker cpio data...
^[[32;01m*^[[0m >> Finalizing cpio...
^[[32;01m*^[[0m >> Compressing cpio data (.xz)...
^[[32;01m*^[[0m Creating kernel cache
!!! catalyst: Runscript kernel build failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1428, in build_kernel
self._build_kernel(kname=kname)
File "modules/generic_stage_target.py", line 1472, in _build_kernel
"Runscript kernel build failed",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180114T090837Z/.catalyst_lock'
Command exited with non-zero status 1
1204.07user 218.17system 18:10.51elapsed 130%CPU (0avgtext+0avgdata 1737600maxresident)k
0inputs+0outputs (36329major+106379801minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180114T090837Z.fpngaO/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-14 9:42 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-14 9:42 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o t_x509a.o t_x509a.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o t_crl.o t_crl.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o t_pkey.o t_pkey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o t_spki.o t_spki.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o t_bitst.o t_bitst.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_new.o tasn_new.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_fre.o tasn_fre.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_enc.o tasn_enc.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_dec.o tasn_dec.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_utl.o tasn_utl.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_typ.o tasn_typ.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o tasn_prn.o tasn_prn.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o ameth_lib.o ameth_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o f_int.o f_int.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o f_string.o f_string.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o n_pkey.o n_pkey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o f_enum.o f_enum.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x_pkey.o x_pkey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o a_bool.o a_bool.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x_exten.o x_exten.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o bio_asn1.o bio_asn1.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o bio_ndef.o bio_ndef.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn_mime.o asn_mime.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn1_gen.o asn1_gen.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn1_par.o asn1_par.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn1_lib.o asn1_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn1_err.o asn1_err.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o a_bytes.o a_bytes.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o a_strnid.o a_strnid.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o evp_asn1.o evp_asn1.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn_pack.o asn_pack.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o p5_pbe.o p5_pbe.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o p5_pbev2.o p5_pbev2.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o p8_pkey.o p8_pkey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o asn_moid.o asn_moid.c
s390-ibm-linux-gnu-ar r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o x_nx509.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o tasn_prn.o ameth_lib.o f_int.o f_string.o n_pkey.o f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o
s390-ibm-linux-gnu-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/asn1'
making all in crypto/pem...
make[2]: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/pem'
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_sign.o pem_sign.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_seal.o pem_seal.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_info.o pem_info.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_lib.o pem_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_all.o pem_all.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_err.o pem_err.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_x509.o pem_x509.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_xaux.o pem_xaux.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_oth.o pem_oth.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_pk8.o pem_pk8.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pem_pkey.o pem_pkey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pvkfmt.o pvkfmt.c
s390-ibm-linux-gnu-ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
s390-ibm-linux-gnu-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/pem'
making all in crypto/x509...
make[2]: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/x509'
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_def.o x509_def.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_d2.o x509_d2.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_r2x.o x509_r2x.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_cmp.o x509_cmp.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_obj.o x509_obj.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_req.o x509_req.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509spki.o x509spki.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_vfy.o x509_vfy.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_set.o x509_set.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509cset.o x509cset.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509rset.o x509rset.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_err.o x509_err.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509name.o x509name.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_v3.o x509_v3.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_ext.o x509_ext.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_att.o x509_att.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509type.o x509type.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_lu.o x509_lu.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x_all.o x_all.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_txt.o x509_txt.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_trs.o x509_trs.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o by_file.o by_file.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o by_dir.o by_dir.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o x509_vpm.o x509_vpm.c
s390-ibm-linux-gnu-ar r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o
s390-ibm-linux-gnu-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/x509'
making all in crypto/x509v3...
make[2]: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/x509v3'
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_bcons.o v3_bcons.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_bitst.o v3_bitst.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_conf.o v3_conf.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_extku.o v3_extku.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_ia5.o v3_ia5.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_lib.o v3_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_prn.o v3_prn.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_utl.o v3_utl.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3err.o v3err.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_genn.o v3_genn.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_alt.o v3_alt.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_skey.o v3_skey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_akey.o v3_akey.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_pku.o v3_pku.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_int.o v3_int.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_enum.o v3_enum.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_sxnet.o v3_sxnet.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_cpols.o v3_cpols.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_crld.o v3_crld.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_purp.o v3_purp.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_info.o v3_info.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_ocsp.o v3_ocsp.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_akeya.o v3_akeya.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_pmaps.o v3_pmaps.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_pcons.o v3_pcons.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_ncons.o v3_ncons.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_pcia.o v3_pcia.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_pci.o v3_pci.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_cache.o pcy_cache.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_node.o pcy_node.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_data.o pcy_data.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_map.o pcy_map.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_tree.o pcy_tree.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o pcy_lib.o pcy_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_asid.o v3_asid.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_addr.o v3_addr.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o v3_scts.o v3_scts.c
s390-ibm-linux-gnu-ar r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o v3_scts.o
s390-ibm-linux-gnu-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/x509v3'
making all in crypto/conf...
make[2]: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/conf'
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_err.o conf_err.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_lib.o conf_lib.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_api.o conf_api.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_def.o conf_def.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_mod.o conf_mod.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_mall.o conf_mall.c
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o conf_sap.o conf_sap.c
s390-ibm-linux-gnu-ar r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o
s390-ibm-linux-gnu-ranlib ../../libcrypto.a || echo Never mind.
make[2]: Leaving directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/conf'
making all in crypto/txt_db...
make[2]: Entering directory '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390/crypto/txt_db'
s390-ibm-linux-gnu-gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_NO_BUF_FREELISTS -c -o txt_db.o txt_db.c
make[2]: *** Deleting file 'txt_db.o'
Makefile:88: recipe for target 'subdirs' failed
make[1]: *** [subdirs] Terminated
Makefile:288: recipe for target 'build_crypto' failed
make: *** [build_crypto] Terminated
/bin/sh: line 1: 1991 Terminated make -e LC_ALL=C PLATFORM='linux-generic32' PROCESSOR='' CC='s390-ibm-linux-gnu-gcc' CFLAG='-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack' AS='s390-ibm-linux-gnu-gcc' ASFLAG='-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -Wall -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -c' AR='s390-ibm-linux-gnu-ar r' NM='nm' RANLIB='s390-ibm-linux-gnu-ranlib' RC='windres' CROSS_COMPILE='' PERL='/usr/bin/perl' ENGDIRS='' SDIRS='objects md4 md5 sha mdc2 hmac ripemd whrlpool des aes rc2 rc4 rc5 idea bf cast camellia seed modes bn rsa dsa dh dso engine buffer bio stack lhash rand err evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 cms pqueue ts srp cmac' LIBRPATH='/usr/lib' INSTALL_PREFIX='' INSTALLTOP='/usr' OPENSSLDIR='/etc/ssl' LIBDIR='lib' MAKEDEPEND='$${TOP}/util/domd $${TOP} -MD s390-ib
m-linux-gnu-gcc' DEPFLAG='-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_EC -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_ECDH -DOPENSSL_NO_ECDSA -DOPENSSL_NO_GMP -DOPENSSL_NO_GOST -DOPENSSL_NO_HEARTBEATS -DOPENSSL_NO_JPAKE -DOPENSSL_NO_LIBUNBOUND -DOPENSSL_NO_MD2 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SSL_TRACE -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3 -DOPENSSL_NO_STORE -DOPENSSL_NO_UNIT_TEST -DOPENSSL_NO_WEAK_SSL_CIPHERS' MAKEDEPPROG='s390-ibm-linux-gnu-gcc' LDFLAGS='-Wl,-O1 -Wl,--as-needed' SHARED_LDFLAGS='-Wl,-O1 -Wl,--as-needed' KRB5_INCLUDES='' LIBKRB5='' ZLIB_INCLUDE='' LIBZLIB='' EXE_EXT='' SHARED_LIBS='libcrypto.so.1.0.0 libssl.so.1.0.0' SHLIB_EXT='.so.1.0.0' SHLIB_TARGET='linux-shared' PEX_LIBS='' EX_LIBS='-ldl' CPUID_OBJ='mem_clr.o' BN_ASM='bn_asm.o' EC_ASM='' DES_ENC='des_enc.o fcrypt_b.o' AES_ENC='aes_core.o aes_cbc.o' CMLL_ENC='camellia.o cmll_misc.o cmll_cbc.o' BF_ENC='bf_enc.o' CAST_ENC='c_enc.o' RC4_ENC='rc4_enc.o rc4_skey.o' RC5_ENC='rc5_enc.o' SHA1_ASM_OBJ='' MD5_AS
M_OBJ='' RMD160_ASM_OBJ='' WP_ASM_OBJ='wp_block.o' MO\0DES_ASM_OBJ='' ENGINES_ASM_OBJ='' PERLASM_SCHEME='void' FIPSLIBDIR='' FIPSDIR='/usr/local/ssl/fips-2.0' FIPSCANLIB="${FIPSCANLIB:-}" THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target
<builtin>: recipe for target 'txt_db.o' failed
make[2]: *** [txt_db.o] Terminated
/usr/lib/portage/python3.5/ebuild-helpers/emake: line 29: 1983 Terminated "${cmd[@]}"
/bin/sh: line 1: 3672 Terminated make -e TOP=../.. DIR=$i INCLUDES='-I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include ' $target
* ERROR: dev-libs/openssl-1.0.2n::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-libs/openssl-1.0.2n::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-libs/openssl-1.0.2n::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-libs/openssl-1.0.2n/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/openssl-1.0.2n/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390'
* S: '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n'
* Messages for package dev-libs/openssl-1.0.2n:
* ERROR: dev-libs/openssl-1.0.2n::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-libs/openssl-1.0.2n::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-libs/openssl-1.0.2n::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-libs/openssl-1.0.2n/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-libs/openssl-1.0.2n/temp/environment'.
* Working directory: '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n-abi_s390_32.s390'
* S: '/var/tmp/portage/dev-libs/openssl-1.0.2n/work/openssl-1.0.2n'
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180114T093635Z/.catalyst_lock'
Command exited with non-zero status 1
151.62user 44.44system 3:01.79elapsed 107%CPU (0avgtext+0avgdata 183248maxresident)k
0inputs+0outputs (177major+21307014minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180114T093635Z.qhKxYB/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-01-16 1:56 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-01-16 1:56 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180116T001055Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180116T001055Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180116T001055Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180116T001055Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180116T001055Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180116T001055Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180116T001055Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180116T001055Z/ (This may take some time) ...
tar: SELinux support is not available
!!! catalyst: Tarball extraction of /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2 to /var/tmp/catalyst/tmp/default/netboot2-s390-20180116T001055Z/ failed.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 758, in unpack
cmd(unpack_cmd,error_msg,env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180116T001055Z/.catalyst_lock'
Command exited with non-zero status 1
0.84user 0.42system 0:05.13elapsed 24%CPU (0avgtext+0avgdata 42208maxresident)k
0inputs+0outputs (25major+13304minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180116T001055Z.RAGfAx/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-08 12:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-08 12:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180208T081109Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180208T081109Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180208T081109Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180208T081109Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180208T081109Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180208T081109Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180208T081109Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180208T081109Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180208T081109Z/.catalyst_lock'
Command exited with non-zero status 1
16.92user 2.61system 0:11.82elapsed 165%CPU (0avgtext+0avgdata 121616maxresident)k
0inputs+0outputs (0major+1001019minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180208T081109Z.FVRFYk/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-09 12:11 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-09 12:11 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180209T081232Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180209T081232Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180209T081232Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180209T081232Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180209T081232Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180209T081232Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180209T081232Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180209T081232Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180209T081232Z/.catalyst_lock'
Command exited with non-zero status 1
16.80user 2.96system 0:12.89elapsed 153%CPU (0avgtext+0avgdata 147600maxresident)k
0inputs+0outputs (0major+1001364minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180209T081232Z.g8xUK7/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-10 12:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-10 12:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180210T081205Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180210T081205Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180210T081205Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180210T081205Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180210T081205Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180210T081205Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180210T081205Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180210T081205Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180210T081205Z/.catalyst_lock'
Command exited with non-zero status 1
16.87user 2.94system 0:12.21elapsed 162%CPU (0avgtext+0avgdata 147376maxresident)k
0inputs+0outputs (0major+999841minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180210T081205Z.inm7Ga/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-11 12:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-11 12:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180211T081214Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180211T081214Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180211T081214Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180211T081214Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180211T081214Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180211T081214Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180211T081214Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180211T081214Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180211T081214Z/.catalyst_lock'
Command exited with non-zero status 1
17.69user 2.75system 0:12.12elapsed 168%CPU (0avgtext+0avgdata 78032maxresident)k
0inputs+0outputs (0major+1001113minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180211T081214Z.CLNIER/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-12 12:12 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-12 12:12 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180212T081217Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180212T081217Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180212T081217Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180212T081217Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180212T081217Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180212T081217Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180212T081217Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180212T081217Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180212T081217Z/.catalyst_lock'
Command exited with non-zero status 1
16.78user 2.86system 0:11.68elapsed 168%CPU (0avgtext+0avgdata 147504maxresident)k
0inputs+0outputs (0major+1000959minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180212T081217Z.QebepR/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-13 12:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-13 12:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180213T081219Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180213T081219Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180213T081219Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180213T081219Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180213T081219Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180213T081219Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180213T081219Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180213T081219Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180213T081219Z/.catalyst_lock'
Command exited with non-zero status 1
16.83user 2.62system 0:11.78elapsed 165%CPU (0avgtext+0avgdata 154352maxresident)k
0inputs+0outputs (0major+1000142minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180213T081219Z.iVFHC2/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-14 12:09 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-14 12:09 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180214T081220Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180214T081220Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180214T081220Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180214T081220Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180214T081220Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180214T081220Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180214T081220Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180214T081220Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180214T081220Z/.catalyst_lock'
Command exited with non-zero status 1
17.26user 2.68system 0:11.80elapsed 169%CPU (0avgtext+0avgdata 144832maxresident)k
0inputs+0outputs (6major+1001367minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180214T081220Z.0vRLFW/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-15 12:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-15 12:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180215T081250Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180215T081250Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180215T081250Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180215T081250Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180215T081250Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180215T081250Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180215T081250Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180215T081250Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180215T081250Z/.catalyst_lock'
Command exited with non-zero status 1
16.66user 2.72system 0:12.37elapsed 156%CPU (0avgtext+0avgdata 149696maxresident)k
0inputs+0outputs (0major+1000557minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180215T081250Z.U3uV2c/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-16 12:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-16 12:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180216T081231Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180216T081231Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180216T081231Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180216T081231Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180216T081231Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180216T081231Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180216T081231Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180216T081231Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180216T081231Z/.catalyst_lock'
Command exited with non-zero status 1
16.81user 2.76system 0:11.95elapsed 163%CPU (0avgtext+0avgdata 153840maxresident)k
0inputs+0outputs (4major+1001102minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180216T081231Z.UZPcwm/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-17 12:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-17 12:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180217T081217Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180217T081217Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180217T081217Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180217T081217Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180217T081217Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180217T081217Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180217T081217Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180217T081217Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180217T081217Z/.catalyst_lock'
Command exited with non-zero status 1
16.60user 2.57system 0:11.47elapsed 167%CPU (0avgtext+0avgdata 67184maxresident)k
0inputs+0outputs (0major+1001018minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180217T081217Z.Gvfzac/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-18 12:08 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-18 12:08 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180218T081223Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180218T081223Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180218T081223Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180218T081223Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180218T081223Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180218T081223Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180218T081223Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180218T081223Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180218T081223Z/.catalyst_lock'
Command exited with non-zero status 1
17.00user 2.73system 0:11.74elapsed 168%CPU (0avgtext+0avgdata 135184maxresident)k
0inputs+0outputs (0major+999880minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180218T081223Z.RKKdhV/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-19 12:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-19 12:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180219T081207Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180219T081207Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180219T081207Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180219T081207Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180219T081207Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180219T081207Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180219T081207Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180219T081207Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180219T081207Z/.catalyst_lock'
Command exited with non-zero status 1
18.18user 3.09system 0:12.93elapsed 164%CPU (0avgtext+0avgdata 152464maxresident)k
0inputs+0outputs (0major+1000543minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180219T081207Z.gRCFBI/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-20 12:06 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-20 12:06 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180220T081218Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180220T081218Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180220T081218Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180220T081218Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180220T081218Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180220T081218Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180220T081218Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180220T081218Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180220T081218Z/.catalyst_lock'
Command exited with non-zero status 1
17.96user 2.97system 0:13.93elapsed 150%CPU (0avgtext+0avgdata 64656maxresident)k
0inputs+0outputs (0major+1001009minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180220T081218Z.zXlntw/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-21 12:13 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-21 12:13 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180221T081207Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180221T081207Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180221T081207Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180221T081207Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180221T081207Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180221T081207Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180221T081207Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180221T081207Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180221T081207Z/.catalyst_lock'
Command exited with non-zero status 1
17.25user 3.07system 0:12.11elapsed 167%CPU (0avgtext+0avgdata 111856maxresident)k
0inputs+0outputs (0major+1000741minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180221T081207Z.f8SqFP/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-22 12:09 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-22 12:09 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180222T081233Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180222T081233Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180222T081233Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180222T081233Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180222T081233Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180222T081233Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180222T081233Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180222T081233Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180222T081233Z/.catalyst_lock'
Command exited with non-zero status 1
16.73user 2.81system 0:11.74elapsed 166%CPU (0avgtext+0avgdata 154624maxresident)k
0inputs+0outputs (0major+1001251minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180222T081233Z.4pIZ8X/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-23 12:10 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-23 12:10 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180223T081235Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180223T081235Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180223T081235Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180223T081235Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180223T081235Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180223T081235Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180223T081235Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180223T081235Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180223T081235Z/.catalyst_lock'
Command exited with non-zero status 1
16.54user 2.78system 0:11.82elapsed 163%CPU (0avgtext+0avgdata 153632maxresident)k
0inputs+0outputs (0major+1000780minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180223T081235Z.SivzLe/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-24 12:10 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-24 12:10 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180224T081233Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180224T081233Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180224T081233Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180224T081233Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180224T081233Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180224T081233Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180224T081233Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180224T081233Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180224T081233Z/.catalyst_lock'
Command exited with non-zero status 1
16.79user 2.80system 0:11.68elapsed 167%CPU (0avgtext+0avgdata 151984maxresident)k
0inputs+0outputs (0major+1001017minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180224T081233Z.MKlrcA/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-25 12:07 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-25 12:07 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180225T081225Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180225T081225Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180225T081225Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180225T081225Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180225T081225Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180225T081225Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180225T081225Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180225T081225Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180225T081225Z/.catalyst_lock'
Command exited with non-zero status 1
17.53user 2.74system 0:12.04elapsed 168%CPU (0avgtext+0avgdata 135504maxresident)k
0inputs+0outputs (0major+1001126minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180225T081225Z.zeSorK/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-26 11:32 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-26 11:32 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180226T081216Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180226T081216Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180226T081216Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180226T081216Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180226T081216Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180226T081216Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180226T081216Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180226T081216Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180226T081216Z/.catalyst_lock'
Command exited with non-zero status 1
16.68user 3.00system 0:13.42elapsed 146%CPU (0avgtext+0avgdata 154864maxresident)k
0inputs+0outputs (28major+1007226minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180226T081216Z.T9CPbU/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-27 11:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-27 11:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180227T081214Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180227T081214Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180227T081214Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180227T081214Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180227T081214Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180227T081214Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180227T081214Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180227T081214Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180227T081214Z/.catalyst_lock'
Command exited with non-zero status 1
18.34user 3.02system 0:15.42elapsed 138%CPU (0avgtext+0avgdata 151888maxresident)k
0inputs+0outputs (30major+1009507minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180227T081214Z.iNC0hi/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-02-28 11:50 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-02-28 11:50 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180228T081239Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180228T081239Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180228T081239Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180228T081239Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180228T081239Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180228T081239Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180228T081239Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180228T081239Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180228T081239Z/.catalyst_lock'
Command exited with non-zero status 1
17.44user 3.03system 0:14.08elapsed 145%CPU (0avgtext+0avgdata 153216maxresident)k
0inputs+0outputs (17major+1003789minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180228T081239Z.tStB2Z/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-01 11:40 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-01 11:40 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180301T081232Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180301T081232Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180301T081232Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180301T081232Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180301T081232Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180301T081232Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180301T081232Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180301T081232Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180301T081232Z/.catalyst_lock'
Command exited with non-zero status 1
17.75user 3.16system 0:15.32elapsed 136%CPU (0avgtext+0avgdata 130128maxresident)k
0inputs+0outputs (20major+1002966minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180301T081232Z.bEOlKj/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-02 11:34 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-02 11:34 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180302T081227Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180302T081227Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180302T081227Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180302T081227Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180302T081227Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180302T081227Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180302T081227Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180302T081227Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180302T081227Z/.catalyst_lock'
Command exited with non-zero status 1
17.58user 2.91system 0:13.69elapsed 149%CPU (0avgtext+0avgdata 154768maxresident)k
0inputs+0outputs (42major+1003103minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180302T081227Z.FBXo4T/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-03 8:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-03 8:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180303T081211Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180303T081211Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180303T081211Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180303T081211Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180303T081211Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180303T081211Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180303T081211Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180303T081211Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180303T081211Z/.catalyst_lock'
Command exited with non-zero status 1
16.52user 2.77system 0:11.12elapsed 173%CPU (0avgtext+0avgdata 93584maxresident)k
0inputs+0outputs (37major+1003369minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180303T081211Z.ryd4sL/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-04 8:14 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-04 8:14 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180304T081120Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180304T081120Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180304T081120Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180304T081120Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180304T081120Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180304T081120Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180304T081120Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180304T081120Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180304T081120Z/.catalyst_lock'
Command exited with non-zero status 1
16.55user 3.00system 0:12.35elapsed 158%CPU (0avgtext+0avgdata 154272maxresident)k
0inputs+0outputs (38major+1007640minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180304T081120Z.7jzapn/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-05 8:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-05 8:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180305T081210Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180305T081210Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180305T081210Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180305T081210Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180305T081210Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180305T081210Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180305T081210Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180305T081210Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180305T081210Z/.catalyst_lock'
Command exited with non-zero status 1
16.64user 2.80system 0:12.25elapsed 158%CPU (0avgtext+0avgdata 153152maxresident)k
0inputs+0outputs (34major+1013275minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180305T081210Z.6alGO5/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-06 13:00 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-06 13:00 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180306T081219Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180306T081219Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180306T081219Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180306T081219Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180306T081219Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180306T081219Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180306T081219Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180306T081219Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180306T081219Z/.catalyst_lock'
Command exited with non-zero status 1
16.53user 2.75system 0:11.91elapsed 161%CPU (0avgtext+0avgdata 143104maxresident)k
0inputs+0outputs (0major+996880minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180306T081219Z.XYM5up/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-07 12:19 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-07 12:19 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180307T081239Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180307T081239Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180307T081239Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180307T081239Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180307T081239Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180307T081239Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180307T081239Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180307T081239Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180307T081239Z/.catalyst_lock'
Command exited with non-zero status 1
16.95user 2.73system 0:11.90elapsed 165%CPU (0avgtext+0avgdata 85632maxresident)k
0inputs+0outputs (5major+997034minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180307T081239Z.pvRNN9/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-08 13:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-08 13:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180308T081235Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180308T081235Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180308T081235Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180308T081235Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180308T081235Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180308T081235Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180308T081235Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180308T081235Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180308T081235Z/.catalyst_lock'
Command exited with non-zero status 1
17.25user 2.92system 0:13.92elapsed 144%CPU (0avgtext+0avgdata 135936maxresident)k
0inputs+0outputs (0major+996364minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180308T081235Z.AqjMx3/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-09 14:02 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-09 14:02 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180309T081244Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180309T081244Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180309T081244Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180309T081244Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180309T081244Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180309T081244Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180309T081244Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180309T081244Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180309T081244Z/.catalyst_lock'
Command exited with non-zero status 1
16.85user 3.20system 0:20.75elapsed 96%CPU (0avgtext+0avgdata 154256maxresident)k
0inputs+0outputs (0major+997940minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180309T081244Z.F7t5X1/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-10 12:13 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-10 12:13 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180310T081238Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180310T081238Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180310T081238Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180310T081238Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180310T081238Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180310T081238Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180310T081238Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180310T081238Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180310T081238Z/.catalyst_lock'
Command exited with non-zero status 1
17.06user 2.88system 0:11.85elapsed 168%CPU (0avgtext+0avgdata 127872maxresident)k
0inputs+0outputs (0major+996037minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180310T081238Z.M9wBC7/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-11 11:11 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-11 11:11 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180311T071243Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180311T071243Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180311T071243Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180311T071243Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180311T071243Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180311T071243Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180311T071243Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180311T071243Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180311T071243Z/.catalyst_lock'
Command exited with non-zero status 1
16.54user 2.73system 0:11.79elapsed 163%CPU (0avgtext+0avgdata 127008maxresident)k
0inputs+0outputs (0major+996557minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180311T071243Z.QhfLrP/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-12 11:13 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-12 11:13 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180312T071230Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180312T071230Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180312T071230Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180312T071230Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180312T071230Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180312T071230Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180312T071230Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180312T071230Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180312T071230Z/.catalyst_lock'
Command exited with non-zero status 1
16.74user 3.00system 0:11.91elapsed 165%CPU (0avgtext+0avgdata 73888maxresident)k
0inputs+0outputs (0major+996975minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180312T071230Z.iYKrZi/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-13 11:17 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-13 11:17 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180313T071254Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180313T071254Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180313T071254Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180313T071254Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180313T071254Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180313T071254Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180313T071254Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180313T071254Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180313T071254Z/.catalyst_lock'
Command exited with non-zero status 1
17.03user 3.00system 0:12.26elapsed 163%CPU (0avgtext+0avgdata 153600maxresident)k
0inputs+0outputs (0major+996944minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180313T071254Z.bG1DD9/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-14 11:29 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-14 11:29 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180314T071224Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180314T071224Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180314T071224Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180314T071224Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180314T071224Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180314T071224Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180314T071224Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180314T071224Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180314T071224Z/.catalyst_lock'
Command exited with non-zero status 1
16.98user 3.14system 0:12.84elapsed 156%CPU (0avgtext+0avgdata 74944maxresident)k
0inputs+0outputs (0major+996052minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180314T071224Z.d090Uw/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-15 7:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-15 7:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180315T071244Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180315T071244Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180315T071244Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180315T071244Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180315T071244Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180315T071244Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180315T071244Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180315T071244Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180315T071244Z/.catalyst_lock'
Command exited with non-zero status 1
16.47user 2.69system 0:12.36elapsed 154%CPU (0avgtext+0avgdata 154416maxresident)k
0inputs+0outputs (28major+1003604minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180315T071244Z.q5b6AT/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-16 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-16 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180316T071216Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180316T071216Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180316T071216Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180316T071216Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180316T071216Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180316T071216Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180316T071216Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180316T071216Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180316T071216Z/.catalyst_lock'
Command exited with non-zero status 1
16.52user 2.72system 0:11.48elapsed 167%CPU (0avgtext+0avgdata 140704maxresident)k
0inputs+0outputs (38major+1000058minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180316T071216Z.KqJ4WM/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-17 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-17 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180317T071225Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180317T071225Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180317T071225Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180317T071225Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180317T071225Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180317T071225Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180317T071225Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180317T071225Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180317T071225Z/.catalyst_lock'
Command exited with non-zero status 1
16.53user 2.87system 0:11.78elapsed 164%CPU (0avgtext+0avgdata 154608maxresident)k
0inputs+0outputs (42major+1002154minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180317T071225Z.jskw8R/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-18 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-18 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180318T071129Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180318T071129Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180318T071129Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180318T071129Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180318T071129Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180318T071129Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180318T071129Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180318T071129Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180318T071129Z/.catalyst_lock'
Command exited with non-zero status 1
16.70user 2.76system 0:11.64elapsed 167%CPU (0avgtext+0avgdata 153440maxresident)k
0inputs+0outputs (32major+1004535minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180318T071129Z.4UpS9A/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-19 7:16 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-19 7:16 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180319T071236Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180319T071236Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180319T071236Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180319T071236Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180319T071236Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180319T071236Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180319T071236Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180319T071236Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180319T071236Z/.catalyst_lock'
Command exited with non-zero status 1
16.58user 2.80system 0:11.95elapsed 162%CPU (0avgtext+0avgdata 151744maxresident)k
0inputs+0outputs (32major+1003352minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180319T071236Z.gdicPJ/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-20 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-20 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180320T071218Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180320T071218Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180320T071218Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180320T071218Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180320T071218Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180320T071218Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180320T071218Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180320T071218Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180320T071218Z/.catalyst_lock'
Command exited with non-zero status 1
16.55user 2.87system 0:12.26elapsed 158%CPU (0avgtext+0avgdata 153616maxresident)k
0inputs+0outputs (36major+1004657minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180320T071218Z.P6CEGR/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-03-21 7:15 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-03-21 7:15 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180321T071222Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180321T071222Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180321T071222Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180321T071222Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180321T071222Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180321T071222Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180321T071222Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180321T071222Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
cannot delete non-empty directory: package.keywords
could not make way for new regular file: package.keywords
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1178) [sender=3.1.2]
!!! catalyst: Error copying /etc/portage
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 871, in setup_confdir
"Error copying /etc/portage",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180321T071222Z/.catalyst_lock'
Command exited with non-zero status 1
16.60user 2.72system 0:12.71elapsed 151%CPU (0avgtext+0avgdata 154512maxresident)k
0inputs+0outputs (39major+1004381minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180321T071222Z.Bufmgg/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-07-08 10:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-07-08 10:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180708T071519Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180708T071519Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180708T071519Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180708T071519Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180708T071519Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180708T071519Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Installing (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Recording sys-libs/ncurses in "world" favorites file...
>>> Emerging (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Installing (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Recording dev-libs/popt in "world" favorites file...
>>> Emerging (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Installing (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Recording sys-devel/bc in "world" favorites file...
>>> Emerging (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Installing (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Recording dev-libs/openssl in "world" favorites file...
>>> Emerging (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Installing (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Recording dev-libs/libtommath in "world" favorites file...
>>> Emerging (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Installing (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Recording app-misc/screen in "world" favorites file...
>>> Emerging (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Installing (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Installing (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Emerging (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Installing (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Emerging (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Installing (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Emerging (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Installing (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Emerging (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Installing (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
>>> Installing (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
* Messages for package app-misc/screen-4.6.1:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2017.75:
* Your configuration for net-misc/dropbear-2017.75 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2017.75 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2-r1:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: root_overlay
--- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image/ (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
cp: cannot stat '/sbin/mkfs.ext4dev': No such file or directory
cp: cannot stat '/sbin/fsck.ext4dev': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: setup_overlay
--- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z//tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse --oneshot genkernel
[ebuild N ] app-arch/cpio-2.12-r1
[ebuild R ] sys-apps/util-linux-2.30.2-r1
[ebuild N ] sys-kernel/genkernel-3.5.3.3
The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by sys-kernel/genkernel-3.5.3.3::gentoo
# required by genkernel (argument)
>=sys-apps/util-linux-2.30.2-r1 static-libs
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Runscript pre-kmerge failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1426, in build_kernel
env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180708T071519Z/.catalyst_lock'
Command exited with non-zero status 1
544.33user 167.76system 8:49.77elapsed 134%CPU (0avgtext+0avgdata 302080maxresident)k
0inputs+0outputs (227major+85521325minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180708T071519Z.Zk2kux/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-07-09 10:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-07-09 10:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180709T071330Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180709T071330Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180709T071330Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180709T071330Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180709T071330Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180709T071330Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Installing (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Recording sys-libs/ncurses in "world" favorites file...
>>> Emerging (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Installing (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Recording dev-libs/popt in "world" favorites file...
>>> Emerging (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Installing (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Recording sys-devel/bc in "world" favorites file...
>>> Emerging (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Installing (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Recording dev-libs/openssl in "world" favorites file...
>>> Emerging (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Installing (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Recording dev-libs/libtommath in "world" favorites file...
>>> Emerging (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Installing (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Recording app-misc/screen in "world" favorites file...
>>> Emerging (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Installing (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Installing (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Emerging (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Installing (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Emerging (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Installing (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Emerging (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Installing (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Emerging (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Installing (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
>>> Installing (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
* Messages for package app-misc/screen-4.6.1:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2017.75:
* Your configuration for net-misc/dropbear-2017.75 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2017.75 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2-r1:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: root_overlay
--- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image/ (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
cp: cannot stat '/sbin/mkfs.ext4dev': No such file or directory
cp: cannot stat '/sbin/fsck.ext4dev': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: setup_overlay
--- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z//tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse --oneshot genkernel
[ebuild N ] app-arch/cpio-2.12-r1
[ebuild R ] sys-apps/util-linux-2.30.2-r1
[ebuild N ] sys-kernel/genkernel-3.5.3.3
The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by sys-kernel/genkernel-3.5.3.3::gentoo
# required by genkernel (argument)
>=sys-apps/util-linux-2.30.2-r1 static-libs
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Runscript pre-kmerge failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1426, in build_kernel
env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180709T071330Z/.catalyst_lock'
Command exited with non-zero status 1
550.08user 167.21system 8:50.86elapsed 135%CPU (0avgtext+0avgdata 302160maxresident)k
0inputs+0outputs (233major+85484449minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180709T071330Z.gPskT7/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-07-10 13:20 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-07-10 13:20 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180710T071344Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180710T071344Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180710T071344Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180710T071344Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180710T071344Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180710T071344Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Installing (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Recording sys-libs/ncurses in "world" favorites file...
>>> Emerging (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Installing (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Recording dev-libs/popt in "world" favorites file...
>>> Emerging (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Installing (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Recording sys-devel/bc in "world" favorites file...
>>> Emerging (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Installing (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Recording dev-libs/openssl in "world" favorites file...
>>> Emerging (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Installing (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Recording dev-libs/libtommath in "world" favorites file...
>>> Emerging (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Installing (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Recording app-misc/screen in "world" favorites file...
>>> Emerging (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Installing (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Installing (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Emerging (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Installing (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Emerging (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Installing (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Emerging (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Installing (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Emerging (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Installing (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
>>> Installing (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
* Messages for package app-misc/screen-4.6.1:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2017.75:
* Your configuration for net-misc/dropbear-2017.75 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2017.75 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2-r1:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: root_overlay
--- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image/ (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
cp: cannot stat '/sbin/mkfs.ext4dev': No such file or directory
cp: cannot stat '/sbin/fsck.ext4dev': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: setup_overlay
--- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z//tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse --oneshot genkernel
[ebuild N ] app-arch/cpio-2.12-r1
[ebuild R ] sys-apps/util-linux-2.30.2-r1
[ebuild N ] sys-kernel/genkernel-3.5.3.3
The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by sys-kernel/genkernel-3.5.3.3::gentoo
# required by genkernel (argument)
>=sys-apps/util-linux-2.30.2-r1 static-libs
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Runscript pre-kmerge failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1426, in build_kernel
env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180710T071344Z/.catalyst_lock'
Command exited with non-zero status 1
531.09user 164.82system 8:35.50elapsed 134%CPU (0avgtext+0avgdata 322032maxresident)k
0inputs+0outputs (24major+85778609minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180710T071344Z.OJno6U/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-07-11 11:37 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-07-11 11:37 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20180711T071348Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180711T071348Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20180711T071348Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20180711T071348Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180711T071348Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20180711T071348Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Installing (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Recording sys-libs/ncurses in "world" favorites file...
>>> Emerging (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Installing (2 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Recording dev-libs/popt in "world" favorites file...
>>> Emerging (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Installing (3 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Recording sys-devel/bc in "world" favorites file...
>>> Emerging (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Installing (4 of 13) dev-libs/openssl-1.0.2o-r3::gentoo
>>> Recording dev-libs/openssl in "world" favorites file...
>>> Emerging (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Installing (5 of 13) dev-libs/libtommath-0.42.0-r1::gentoo
>>> Recording dev-libs/libtommath in "world" favorites file...
>>> Emerging (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Installing (6 of 13) app-misc/screen-4.6.1::gentoo
>>> Recording app-misc/screen in "world" favorites file...
>>> Emerging (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Installing (7 of 13) net-misc/dropbear-2017.75::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Installing (8 of 13) sys-apps/util-linux-2.30.2-r1::gentoo
>>> Emerging (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Installing (9 of 13) net-misc/rsync-3.1.3::gentoo
>>> Emerging (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Installing (10 of 13) sys-apps/s390-tools-2.2.0::gentoo
>>> Emerging (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Installing (11 of 13) net-misc/wget-1.19.5::gentoo
>>> Emerging (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Installing (12 of 13) app-editors/nano-2.8.7::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
>>> Installing (13 of 13) sys-fs/e2fsprogs-1.43.9::gentoo
* Messages for package app-misc/screen-4.6.1:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/dropbear-2017.75:
* Your configuration for net-misc/dropbear-2017.75 has been saved in
* /etc/portage/savedconfig/net-misc/dropbear-2017.75 for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package sys-apps/util-linux-2.30.2-r1:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: root_overlay
--- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image/ (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
cp: cannot stat '/sbin/mkfs.ext4dev': No such file or directory
cp: cannot stat '/sbin/fsck.ext4dev': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp/chroot-functions.sh from the chroot
--- Running action sequence: setup_overlay
--- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z//tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse --oneshot genkernel
[ebuild N ] app-arch/cpio-2.12-r1
[ebuild R ] sys-apps/util-linux-2.30.2-r1
[ebuild N ] sys-kernel/genkernel-3.5.3.3
The following USE changes are necessary to proceed:
(see "package.use" in the portage(5) man page for more details)
# required by sys-kernel/genkernel-3.5.3.3::gentoo
# required by genkernel (argument)
>=sys-apps/util-linux-2.30.2-r1 static-libs
Use --autounmask-write to write changes to config files (honoring
CONFIG_PROTECT). Carefully examine the list of proposed changes,
paying special attention to mask or keyword changes that may expose
experimental or unstable packages.
!!! catalyst: Runscript pre-kmerge failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1426, in build_kernel
env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20180711T071348Z/.catalyst_lock'
Command exited with non-zero status 1
532.24user 166.47system 8:37.42elapsed 135%CPU (0avgtext+0avgdata 321904maxresident)k
0inputs+0outputs (25major+85789818minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20180711T071348Z.nze650/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2018-10-23 11:28 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2018-10-23 11:28 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
Catalyst, version 2.0.18
Copyright 2003-2008 Gentoo Foundation
Copyright 2008-2012 various authors
Distributed under the GNU General Public License version 2.1
Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
Setting sharedir to config file value "/usr/lib/catalyst"
Setting snapshot_cache to config file value "/var/tmp/catalyst/snapshot_cache"
Setting hash_function to config file value "crc32"
Setting storedir to config file value "/var/tmp/catalyst"
Setting portdir to config file value "/usr/portage"
Setting distdir to config file value "/usr/portage/distfiles"
Setting options to config file value "autoresume bindist kerncache pkgcache seedcache snapcache"
Autoresuming support enabled.
Binary redistribution enabled
Kernel cache support enabled.
Package cache support enabled.
Seed cache support enabled.
Snapshot cache support enabled.
Envscript support enabled.
Using target: netboot2
Building natively for s390
Source path set to /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
Caching snapshot to /var/tmp/catalyst/snapshot_cache/20181023T071151Z/
The autoresume path is /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20181023T071151Z/
Location of the package cache is /var/tmp/catalyst/packages/default/netboot2-s390-20181023T071151Z/
Location of the kerncache is /var/tmp/catalyst/kerncache/default/netboot2-s390-20181023T071151Z/
Checking for processes running in chroot and killing them.
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20181023T071151Z/
--- Running action sequence: unpack
Referenced SEEDCACHE does not appear to be a directory, trying to untar...
No Valid Resume point detected, cleaning up...
Removing AutoResume Points: ...
Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-netboot2-s390-20181023T071151Z/
Emptying directory /var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z/
Starting tar extract from /var/tmp/catalyst/builds/default/stage3-s390-latest.tar.bz2
to /var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z/ (This may take some time) ...
tar: SELinux support is not available
--- Running action sequence: unpack_snapshot
Valid snapshot cache, skipping unpack of portage tree...
--- Running action sequence: config_profile_link
Configuring profile link...
--- Running action sequence: setup_confdir
Configuring /etc/portage...
--- Running action sequence: portage_overlay
--- Running action sequence: bind
--- Running action sequence: chroot_setup
Setting up chroot...
Warning!!!!
Overriding certain env variables may cause catastrophic failure.
If your build fails look here first as the possible problem.
Catalyst assumes you know what you are doing when setting
these variables.
Catalyst Maintainers use VERY minimal envscripts if used at all
You have been warned
Warning!!!
The use of -* in netboot2/use will cause portage to ignore
package.use in the profile and portage_confdir. You've been warned!
--- Running action sequence: setup_environment
--- Running action sequence: build_packages
>>> Building packages ...
Copying netboot2-pkg.sh to /tmp
copying netboot2-pkg.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z//tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z//tmp
Ensure the file has the executable bit set
Running netboot2-pkg.sh in chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z/
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --newuse sys-apps/s390-tools sys-fs/e2fsprogs sys-apps/util-linux app-editors/nano sys-libs/ncurses dev-libs/popt net-misc/wget net-misc/rsync dev-libs/libtommath net-misc/dropbear dev-libs/openssl app-misc/screen sys-devel/bc
Performing Global Updates
(Could take a couple of minutes if you have a lot of binary packages.)
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1-r2::gentoo
>>> Failed to emerge sys-libs/ncurses-6.1-r2, Log file:
>>> '/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp/build.log'
* Package: sys-libs/ncurses-6.1-r2
* Repository: gentoo
* Maintainer: base-system@gentoo.org
* USE: abi_s390_32 elibc_glibc kernel_linux s390 unicode userland_GNU
* FEATURES: preserve-libs sandbox userpriv usersandbox
/usr/bin/install: cannot change permissions of '/var/tmp/portage/sys-libs/ncurses-6.1-r2/work': No such file or directory
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* ERROR: sys-libs/ncurses-6.1-r2::gentoo failed (unpack phase):
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* Failed to create dir '/var/tmp/portage/sys-libs/ncurses-6.1-r2/work'
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
*
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* Call stack:
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* ebuild.sh, line 792: Called __ebuild_main 'unpack'
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* phase-functions.sh, line 1068: Called __dyn_unpack
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* phase-functions.sh, line 252: Called die
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* The specific snippet of code:
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* install -m${PORTAGE_WORKDIR_MODE:-0700} -d "${WORKDIR}" || die "Failed to create dir '${WORKDIR}'"
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
*
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* If you need support, post the output of `emerge --info '=sys-libs/ncurses-6.1-r2::gentoo'`,
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* the complete build log and the output of `emerge -pqv '=sys-libs/ncurses-6.1-r2::gentoo'`.
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* The complete build log is located at '/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp/build.log'.
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* The ebuild environment file is located at '/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp/environment'.
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* Working directory: '/var/tmp/portage/sys-libs/ncurses-6.1-r2/homedir'
/usr/lib/portage/python3.6/isolated-functions.sh: line 272: echo: write error: No space left on device
* S: '/var/tmp/portage/sys-libs/ncurses-6.1-r2/work/ncurses-6.1'
Traceback (most recent call last):
File "/usr/lib/portage/python3.6/ebuild-ipc.py", line 277, in <module>
sys.exit(ebuild_ipc_main(sys.argv[1:]))
File "/usr/lib/portage/python3.6/ebuild-ipc.py", line 273, in ebuild_ipc_main
return ebuild_ipc.communicate(args)
File "/usr/lib/portage/python3.6/ebuild-ipc.py", line 130, in communicate
lock_obj = portage.locks.lockfile(self.ipc_lock_file, unlinkfile=True)
File "/usr/lib/python3.6/site-packages/portage/locks.py", line 194, in lockfile
locking_method = portage._eintr_func_wrapper(_get_lock_fn())
File "/usr/lib/python3.6/site-packages/portage/locks.py", line 62, in _get_lock_fn
fd, lock_path = tempfile.mkstemp()
File "/usr/lib/python3.6/tempfile.py", line 335, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/usr/lib/python3.6/tempfile.py", line 130, in _sanitize_params
dir = gettempdir()
File "/usr/lib/python3.6/tempfile.py", line 296, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib/python3.6/tempfile.py", line 231, in _get_default_tempdir
dirlist)
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp', '/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp', '/var/tmp/portage/sys-libs/ncurses-6.1-r2/temp', '/tmp', '/var/tmp', '/usr/tmp', '/usr/lib/python3.6/site-packages']
* The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
* is known to be triggered by things such as failed variable assignments
* (bug #190128) or bad substitution errors (bug #200313). Normally, before
* exiting, bash should have displayed an error message above. If bash did
* not produce an error message above, it's possible that the ebuild has
* called `exit` when it should have called `die` instead. This behavior
* may also be triggered by a corrupt bash binary or a hardware problem
* such as memory or cpu malfunction. If the problem is not reproducible or
* it appears to occur randomly, then it is likely to be triggered by a
* hardware problem. If you suspect a hardware problem then you should try
* some basic hardware diagnostics such as memtest. Please do not report
* this as a bug unless it is consistently reproducible and you are sure
* that your bash binary and hardware are functioning properly.
* Messages for package sys-libs/ncurses-6.1-r2:
* The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
* is known to be triggered by things such as failed variable assignments
* (bug #190128) or bad substitution errors (bug #200313). Normally, before
* exiting, bash should have displayed an error message above. If bash did
* not produce an error message above, it's possible that the ebuild has
* called `exit` when it should have called `die` instead. This behavior
* may also be triggered by a corrupt bash binary or a hardware problem
* such as memory or cpu malfunction. If the problem is not reproducible or
* it appears to occur randomly, then it is likely to be triggered by a
* hardware problem. If you suspect a hardware problem then you should try
* some basic hardware diagnostics such as memtest. Please do not report
* this as a bug unless it is consistently reproducible and you are sure
* that your bash binary and hardware are functioning properly.
!!! catalyst: Error in attempt to build packages
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1403, in build_packages
"Error in attempt to build packages",env=self.env)
File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: netboot2build aborting due to error.
Traceback (most recent call last):
File "/usr/lib/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1408, in build_packages
"build aborting due to error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390-20181023T071151Z/.catalyst_lock'
Command exited with non-zero status 1
20.33user 3.58system 0:30.25elapsed 79%CPU (0avgtext+0avgdata 159536maxresident)k
0inputs+0outputs (122major+1215685minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20181023T071151Z.hFoA0n/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2019-06-04 11:24 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2019-06-04 11:24 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
*** Running command: time catalyst -a -c /etc/catalyst/catalyst.conf -f netboot/netboot.spec
04 Jun 2019 07:24:54 EDT: NOTICE : Loading configuration file: /etc/catalyst/catalyst.conf
04 Jun 2019 07:24:54 EDT: NOTICE : conf_values[options] = {'seedcache', 'bindist', 'kerncache', 'snapcache', 'autoresume', 'clear-autoresume', 'pkgcache'}
04 Jun 2019 07:24:54 EDT: NOTICE : Processing spec file: netboot/netboot.spec
04 Jun 2019 07:24:54 EDT: NOTICE : Using target: netboot2
04 Jun 2019 07:24:54 EDT: NOTICE : Source file specification matching setting is: strict
04 Jun 2019 07:24:54 EDT: NOTICE : Accepted source file extensions search order: ['tar.xz', 'tpxz', 'xz', 'tar.bz2', 'bz2', 'tbz2', 'squashfs', 'sfs', 'tar.gz', 'gz', 'tar']
04 Jun 2019 07:24:54 EDT: ERROR : CatalystError: Ambiguos Filename: /var/tmp/catalyst/builds/default/stage3-s390-latest
04 Jun 2019 07:24:54 EDT: ERROR : Please specify the correct extension as well
Command exited with non-zero status 2
0.22user 0.02system 0:00.36elapsed 68%CPU (0avgtext+0avgdata 50816maxresident)k
0inputs+0outputs (0major+6773minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20190604T071433Z.uSxfB9/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
* [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec
@ 2020-01-08 12:26 root
0 siblings, 0 replies; 201+ messages in thread
From: root @ 2020-01-08 12:26 UTC (permalink / raw
To: releng, gentoo-releng-autobuilds
(Could take a couple of minutes if you have a lot of binary packages.)
>>> Verifying ebuild manifests
>>> Emerging (1 of 13) sys-libs/ncurses-6.1_p20190609::gentoo
>>> Installing (1 of 13) sys-libs/ncurses-6.1_p20190609::gentoo
>>> Recording sys-libs/ncurses in "world" favorites file...
>>> Emerging (2 of 13) sys-apps/util-linux-2.33.2::gentoo
>>> Installing (2 of 13) sys-apps/util-linux-2.33.2::gentoo
>>> Emerging (3 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Installing (3 of 13) dev-libs/popt-1.16-r2::gentoo
>>> Recording dev-libs/popt in "world" favorites file...
>>> Emerging (4 of 13) sys-apps/s390-tools-2.9.0::gentoo
>>> Installing (4 of 13) sys-apps/s390-tools-2.9.0::gentoo
>>> Emerging (5 of 13) app-editors/nano-4.6::gentoo
>>> Installing (5 of 13) app-editors/nano-4.6::gentoo
>>> Recording app-editors/nano in "world" favorites file...
>>> Emerging (6 of 13) net-misc/rsync-3.1.3::gentoo
>>> Installing (6 of 13) net-misc/rsync-3.1.3::gentoo
>>> Emerging (7 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Installing (7 of 13) sys-devel/bc-1.06.95-r2::gentoo
>>> Recording sys-devel/bc in "world" favorites file...
>>> Emerging (8 of 13) dev-libs/openssl-1.1.1d-r3::gentoo
>>> Installing (8 of 13) dev-libs/openssl-1.1.1d-r3::gentoo
>>> Recording dev-libs/openssl in "world" favorites file...
>>> Emerging (9 of 13) net-misc/wget-1.20.3-r1::gentoo
>>> Installing (9 of 13) net-misc/wget-1.20.3-r1::gentoo
>>> Emerging (10 of 13) dev-libs/libtommath-1.1.0::gentoo
>>> Installing (10 of 13) dev-libs/libtommath-1.1.0::gentoo
>>> Recording dev-libs/libtommath in "world" favorites file...
>>> Emerging (11 of 13) net-misc/dropbear-2017.75::gentoo
>>> Installing (11 of 13) net-misc/dropbear-2017.75::gentoo
>>> Recording net-misc/dropbear in "world" favorites file...
>>> Emerging (12 of 13) sys-fs/e2fsprogs-1.45.4::gentoo
>>> Installing (12 of 13) sys-fs/e2fsprogs-1.45.4::gentoo
>>> Emerging (13 of 13) app-misc/screen-4.6.1::gentoo
>>> Installing (13 of 13) app-misc/screen-4.6.1::gentoo
>>> Recording app-misc/screen in "world" favorites file...
* Messages for package sys-apps/util-linux-2.33.2:
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
* Messages for package net-misc/dropbear-2017.75:
* Your configuration for net-misc/dropbear-2017.75 has been saved in
* "/etc/portage/savedconfig/net-misc/dropbear-2017.75" for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package app-misc/screen-4.6.1:
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp/netboot2-pkg.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp/chroot-functions.sh from the chroot
08 Jan 2020 07:25:14 EST: NOTICE : --- Running action sequence: root_overlay
08 Jan 2020 07:25:14 EST: NOTICE : --- Running action sequence: copy_files_to_image
>>> Preparing Image ...
Copying netboot2-copyfile.sh to /tmp
copying netboot2-copyfile.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp
Ensure the file has the executable bit set
Running netboot2-copyfile.sh in chroot:
chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z /tmp/netboot2-copyfile.sh
>>> Regenerating /etc/ld.so.cache...
>>> Regenerating /etc/ld.so.cache...
>>> Copying initramfs files to /tmp/image (in chroot) ...
cp: cannot stat '/sbin/ts-shell': No such file or directory
cp: cannot stat '/sbin/iucvtty': No such file or directory
cp: cannot stat '/sbin/iucvconn': No such file or directory
cp: cannot stat '/sbin/vmconvert': No such file or directory
cp: cannot stat '/sbin/zgetdump': No such file or directory
cp: cannot stat '/usr/sbin/hyptop': No such file or directory
cp: cannot stat '/usr/sbin/chmem': No such file or directory
cp: cannot stat '/usr/sbin/lsmem': No such file or directory
cp: cannot stat '/sbin/mkfs.ext4dev': No such file or directory
cp: cannot stat '/sbin/fsck.ext4dev': No such file or directory
cp: cannot stat '/usr/lib/libfdisk.so.*': No such file or directory
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp/netboot2-copyfile.sh from the chroot
removing /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp/chroot-functions.sh from the chroot
08 Jan 2020 07:25:15 EST: NOTICE : --- Running action sequence: setup_overlay
08 Jan 2020 07:25:15 EST: NOTICE : --- Running action sequence: build_kernel
Copying pre-kmerge.sh to /tmp
copying pre-kmerge.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp
copying chroot-functions.sh to /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp
Ensure the file has the executable bit set
Running pre-kmerge.sh in chroot:
chroot /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z /tmp/pre-kmerge.sh
>>> Regenerating /etc/ld.so.cache...
emerge --quiet --usepkg --buildpkg --binpkg-respect-use=y --newuse --oneshot genkernel
>>> Verifying ebuild manifests
>>> Emerging (1 of 3) app-arch/cpio-2.12-r1::gentoo
>>> Installing (1 of 3) app-arch/cpio-2.12-r1::gentoo
>>> Emerging (2 of 3) sys-devel/autoconf-archive-2018.03.13::gentoo
>>> Installing (2 of 3) sys-devel/autoconf-archive-2018.03.13::gentoo
>>> Emerging (3 of 3) sys-kernel/genkernel-4.0.1::gentoo
>>> Failed to emerge sys-kernel/genkernel-4.0.1, Log file:
>>> '/var/tmp/portage/sys-kernel/genkernel-4.0.1/temp/build.log'
* Package: sys-kernel/genkernel-4.0.1
* Repository: gentoo
* Maintainer: genkernel@gentoo.org
* USE: abi_s390_32 elibc_glibc kernel_linux s390 userland_GNU
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
* Applying s390.patch ...
1 out of 1 hunk FAILED -- saving rejects to file arch/s390/config.sh.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/s390/kernel-config.rej
1 out of 1 hunk FAILED -- saving rejects to file arch/s390/modules_load.rej
[ !! ]
* ERROR: sys-kernel/genkernel-4.0.1::gentoo failed (prepare phase):
* patch -p1 failed with /etc/portage/patches/sys-kernel/genkernel/s390.patch
*
* Call stack:
* ebuild.sh, line 125: Called src_prepare
* environment, line 1350: Called default
* phase-functions.sh, line 872: Called default_src_prepare
* phase-functions.sh, line 937: Called __eapi6_src_prepare
* environment, line 360: Called eapply_user
* environment, line 679: Called eapply '/etc/portage/patches/sys-kernel/genkernel/s390.patch'
* environment, line 649: Called _eapply_patch '/etc/portage/patches/sys-kernel/genkernel/s390.patch'
* environment, line 587: Called __helpers_die 'patch -p1 failed with /etc/portage/patches/sys-kernel/genkernel/s390.patch'
* isolated-functions.sh, line 112: Called die
* The specific snippet of code:
* die "$@"
*
* If you need support, post the output of `emerge --info '=sys-kernel/genkernel-4.0.1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-kernel/genkernel-4.0.1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-kernel/genkernel-4.0.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-kernel/genkernel-4.0.1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-kernel/genkernel-4.0.1/work/genkernel-4.0.1'
* S: '/var/tmp/portage/sys-kernel/genkernel-4.0.1/work/genkernel-4.0.1'
* Messages for package sys-kernel/genkernel-4.0.1:
* ERROR: sys-kernel/genkernel-4.0.1::gentoo failed (prepare phase):
* patch -p1 failed with /etc/portage/patches/sys-kernel/genkernel/s390.patch
*
* Call stack:
* ebuild.sh, line 125: Called src_prepare
* environment, line 1350: Called default
* phase-functions.sh, line 872: Called default_src_prepare
* phase-functions.sh, line 937: Called __eapi6_src_prepare
* environment, line 360: Called eapply_user
* environment, line 679: Called eapply '/etc/portage/patches/sys-kernel/genkernel/s390.patch'
* environment, line 649: Called _eapply_patch '/etc/portage/patches/sys-kernel/genkernel/s390.patch'
* environment, line 587: Called __helpers_die 'patch -p1 failed with /etc/portage/patches/sys-kernel/genkernel/s390.patch'
* isolated-functions.sh, line 112: Called die
* The specific snippet of code:
* die "$@"
*
* If you need support, post the output of `emerge --info '=sys-kernel/genkernel-4.0.1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-kernel/genkernel-4.0.1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-kernel/genkernel-4.0.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-kernel/genkernel-4.0.1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-kernel/genkernel-4.0.1/work/genkernel-4.0.1'
* S: '/var/tmp/portage/sys-kernel/genkernel-4.0.1/work/genkernel-4.0.1'
08 Jan 2020 07:26:16 EST: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/netboot2/netboot2-controller.sh', 'pre-kmerge']) exited 1
08 Jan 2020 07:26:16 EST: ERROR : CatalystError: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1589, in build_kernel
env=self.env)
File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/netboot2/netboot2-controller.sh', 'pre-kmerge']) exited 1
08 Jan 2020 07:26:16 EST: ERROR : Exception running action sequence build_kernel
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1589, in build_kernel
env=self.env)
File "/usr/lib/python3.6/site-packages/catalyst/support.py", line 54, in cmd
print_traceback=False)
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/netboot2/netboot2-controller.sh', 'pre-kmerge']) exited 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1471, in run
getattr(self, x)()
File "/usr/lib/python3.6/site-packages/catalyst/base/stagebase.py", line 1597, in build_kernel
print_traceback=True)
catalyst.support.CatalystError: build aborting due to kernel build error.
08 Jan 2020 07:26:16 EST: NOTICE : Cleaning up... Running unbind()
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/tmp/kerncache is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/var/cache/binpkgs is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/run is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/dev/shm does not exist. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/dev/pts does not exist. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/var/tmp/portage is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/var/cache/distfiles is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/var/db/repos/gentoo is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/dev is not a mount point. Skipping
08 Jan 2020 07:26:16 EST: NOTICE : /var/tmp/catalyst/tmp/default/netboot2-s390-20200108T111854Z/proc is not a mount point. Skipping
Command exited with non-zero status 2
587.57user 248.60system 11:01.62elapsed 126%CPU (0avgtext+0avgdata 503360maxresident)k
0inputs+0outputs (57major+100973706minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20200108T111854Z.iWGaHV/log/netboot_netboot.log
^ permalink raw reply [flat|nested] 201+ messages in thread
end of thread, other threads:[~2020-01-08 12:26 UTC | newest]
Thread overview: 201+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-26 18:50 [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - netboot/netboot.spec root
-- strict thread matches above, loose matches on Subject: below --
2020-01-08 12:26 root
2019-06-04 11:24 root
2018-10-23 11:28 root
2018-07-11 11:37 root
2018-07-10 13:20 root
2018-07-09 10:24 root
2018-07-08 10:26 root
2018-03-21 7:15 root
2018-03-20 7:15 root
2018-03-19 7:16 root
2018-03-18 7:15 root
2018-03-17 7:15 root
2018-03-16 7:15 root
2018-03-15 7:16 root
2018-03-14 11:29 root
2018-03-13 11:17 root
2018-03-12 11:13 root
2018-03-11 11:11 root
2018-03-10 12:13 root
2018-03-09 14:02 root
2018-03-08 13:15 root
2018-03-07 12:19 root
2018-03-06 13:00 root
2018-03-05 8:15 root
2018-03-04 8:14 root
2018-03-03 8:15 root
2018-03-02 11:34 root
2018-03-01 11:40 root
2018-02-28 11:50 root
2018-02-27 11:37 root
2018-02-26 11:32 root
2018-02-25 12:07 root
2018-02-24 12:10 root
2018-02-23 12:10 root
2018-02-22 12:09 root
2018-02-21 12:13 root
2018-02-20 12:06 root
2018-02-19 12:07 root
2018-02-18 12:08 root
2018-02-17 12:08 root
2018-02-16 12:08 root
2018-02-15 12:14 root
2018-02-14 12:09 root
2018-02-13 12:08 root
2018-02-12 12:12 root
2018-02-11 12:07 root
2018-02-10 12:08 root
2018-02-09 12:11 root
2018-02-08 12:37 root
2018-01-16 1:56 root
2018-01-14 9:42 root
2018-01-14 9:36 root
2018-01-13 8:26 root
2018-01-12 8:26 root
2018-01-10 8:20 root
2018-01-09 8:15 root
2018-01-08 8:14 root
2018-01-07 8:18 root
2018-01-07 5:46 root
2017-08-07 7:15 root
2017-08-06 7:15 root
2017-08-05 7:15 root
2017-08-04 7:16 root
2017-08-03 7:15 root
2017-08-02 7:15 root
2017-08-01 7:15 root
2017-07-31 7:15 root
2017-07-30 7:15 root
2017-07-29 7:15 root
2017-07-28 7:15 root
2017-07-27 7:16 root
2017-07-26 7:15 root
2017-07-25 7:16 root
2017-07-24 7:15 root
2017-07-23 7:15 root
2017-07-22 7:15 root
2017-07-21 7:15 root
2017-07-20 7:15 root
2017-07-19 7:15 root
2017-07-18 7:15 root
2017-07-17 7:15 root
2017-07-16 7:15 root
2016-11-24 8:27 root
2016-11-24 3:07 root
2016-11-23 17:32 root
2016-11-23 8:22 root
2016-11-17 8:45 root
2016-11-16 9:51 root
2016-11-14 17:34 root
2016-11-13 18:50 root
2016-11-12 22:59 root
2016-11-11 22:02 root
2016-11-10 8:59 root
2016-11-09 9:27 root
2016-11-08 9:14 root
2016-11-07 11:43 root
2016-11-06 9:31 root
2016-11-06 7:37 root
2016-11-05 8:35 root
2016-11-04 10:56 root
2016-11-03 7:38 root
2016-11-02 7:43 root
2016-11-01 7:36 root
2016-10-31 7:36 root
2016-10-30 9:24 root
2016-10-29 7:52 root
2016-10-28 8:21 root
2016-10-27 7:32 root
2016-10-26 7:53 root
2016-10-25 8:53 root
2016-10-22 7:22 root
2016-10-21 7:27 root
2016-10-20 7:51 root
2016-10-19 7:51 root
2016-10-18 7:48 root
2016-10-17 7:31 root
2016-10-16 7:52 root
2016-10-15 7:37 root
2016-10-14 8:29 root
2016-10-13 7:32 root
2016-10-12 7:34 root
2016-10-11 7:38 root
2016-10-10 7:26 root
2016-10-09 8:08 root
2016-10-08 8:23 root
2016-10-06 2:50 root
2016-10-04 15:19 root
2016-10-03 19:52 root
2016-10-02 17:07 root
2016-10-01 16:05 root
2016-09-30 16:53 root
2016-09-29 16:39 root
2016-09-28 14:07 root
2016-09-27 15:14 root
2016-09-26 12:59 root
2016-09-25 17:56 root
2016-09-25 4:15 root
2016-09-24 2:24 root
2016-09-21 1:24 root
2016-09-19 20:12 root
2016-09-18 13:51 root
2016-09-17 18:16 root
2016-09-17 5:51 root
2016-09-15 20:33 root
2016-09-14 17:26 root
2016-09-13 15:56 root
2016-09-12 4:01 root
2016-09-10 13:31 root
2016-09-08 15:58 root
2016-09-07 8:47 root
2016-09-04 14:26 root
2016-09-03 14:09 root
2016-09-02 3:37 root
2016-08-31 9:07 root
2016-08-29 12:07 root
2016-08-28 13:08 root
2016-08-27 12:06 root
2016-08-25 21:49 root
2016-08-24 16:16 root
2016-08-24 2:30 root
2016-08-22 16:00 root
2016-08-21 12:51 root
2016-08-20 12:15 root
2016-08-19 17:08 root
2016-08-18 15:29 root
2016-08-17 20:04 root
2016-08-16 16:04 root
2016-08-15 23:42 root
2016-08-14 15:46 root
2016-08-13 20:03 root
2016-08-12 22:09 root
2016-08-11 22:28 root
2016-08-11 2:24 root
2016-08-10 0:37 root
2016-08-08 20:41 root
2016-08-07 23:31 root
2016-08-06 19:11 root
2016-08-05 2:24 root
2016-08-03 7:22 root
2016-08-02 21:15 root
2016-08-02 3:32 root
2016-07-31 14:25 root
2016-07-30 21:46 root
2016-07-29 16:34 root
2016-07-28 15:31 root
2016-07-27 17:40 root
2016-07-25 6:14 root
2016-07-23 22:45 root
2016-07-23 5:34 root
2016-07-20 13:00 root
2016-07-17 22:36 root
2016-07-17 6:15 root
2016-07-16 6:04 root
2016-07-13 4:57 root
2016-07-11 5:48 root
2016-07-09 13:48 root
2016-07-07 15:05 root
2016-03-31 23:06 root
2016-03-25 15:47 root
2016-03-23 17:31 root
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox