Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××.name
To: jmbsvicetto@×××××.com, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage2.spec
Date: Wed, 18 Feb 2015 04:49:50
Message-Id: 20150218044946.48381E01B1@lantean.jmbsvicetto.name
1 * Call stack:
2 * ebuild.sh, line 93: Called pkg_setup
3 * spl-0.6.3-r1.ebuild, line 65: Called check_extra_config
4 * linux-info.eclass, line 808: Called die
5 * The specific snippet of code:
6 * die "Incorrect kernel configuration options"
7 *
8 * If you need support, post the output of `emerge --info '=sys-kernel/spl-0.6.3-r1::gentoo'`,
9 * the complete build log and the output of `emerge -pqv '=sys-kernel/spl-0.6.3-r1::gentoo'`.
10 * The complete build log is located at '/var/log/portage/sys-kernel:spl-0.6.3-r1:20150218-044941.log'.
11 * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-kernel/spl-0.6.3-r1/temp/build.log'.
12 * The ebuild environment file is located at '/var/tmp/portage/sys-kernel/spl-0.6.3-r1/temp/die.env'.
13 * Working directory: '/usr/lib64/python2.7/site-packages'
14 * S: '/var/tmp/portage/sys-kernel/spl-0.6.3-r1/work/spl-spl-0.6.3'
15
16 * <<< Callback exit status: 1
17 * ERROR: --callback failed!
18 *
19 * -- Grepping log... --
20 *
21 *Allow for memory hot-add (MEMORY_HOTPLUG) [N/y] n
22 *Allow for memory compaction (COMPACTION) [N/y/?] n
23 *Enable bounce buffers (BOUNCE) [Y/n/?] y
24 *Enable KSM for page merging (KSM) [N/y/?] n
25 *Low address space to protect from user allocation (DEFAULT_MMAP_MIN_ADDR) [4096] 4096
26 *Enable recovery from hardware memory errors (MEMORY_FAILURE) [N/y/?] n
27 *--
28 *torture tests for RCU (RCU_TORTURE_TEST) [N/m/y/?] n
29 *RCU CPU stall timeout in seconds (RCU_CPU_STALL_TIMEOUT) [60] 60
30 *Print additional diagnostics on RCU CPU stall (RCU_CPU_STALL_INFO) [N/y/?] n
31 *Enable tracing for RCU (RCU_TRACE) [N/y/?] n
32 *Force extended block device numbers and spread them (DEBUG_BLOCK_EXT_DEVT) [N/y/?] n
33 *Notifier error injection (NOTIFIER_ERROR_INJECTION) [N/m/y/?] n
34 *--
35 * CC arch/x86/vdso/vdso-image-32-syscall.o
36 * CC arch/x86/kernel/cpu/common.o
37 * CC arch/x86/vdso/vdso-image-32-sysenter.o
38 * CC arch/x86/kernel/aperture_64.o
39 *arch/x86/kernel/pmc_atom.c: In function 'pmc_setup_dev':
40 *arch/x86/kernel/pmc_atom.c:243:6: warning: unused variable 'ret' [-Wunused-variable]
41 *--
42 * LD drivers/tty/built-in.o
43 * LD drivers/built-in.o
44 * LINK vmlinux
45 * LD vmlinux.o
46 * MODPOST vmlinux.o
47 *WARNING: modpost: Found 4139 section mismatch(es).
48 *--
49 * CC [M] crypto/ccm.o
50 * CC [M] crypto/cryptd.o
51 * CC [M] fs/btrfs/xattr.o
52 * CC [M] fs/btrfs/ordered-data.o
53 *arch/x86/kvm/x86.c: In function 'kvm_arch_init':
54 *arch/x86/kvm/x86.c:5649:28: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
55 *--
56 * CC [M] drivers/infiniband/hw/ipath/ipath_intr.o
57 * CC [M] drivers/mmc/core/slot-gpio.o
58 * CC [M] net/bluetooth/rfcomm/sock.o
59 *In file included from drivers/message/i2o/config-osm.c:39:0:
60 *drivers/message/i2o/i2o_config.c: In function 'i2o_cfg_passthru':
61 *drivers/message/i2o/i2o_config.c:893:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
62 * (p->virt, (void __user *)sg[i].addr_bus,
63 * ^
64 *drivers/message/i2o/i2o_config.c:953:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
65 * ((void __user *)sg[j].addr_bus, sg_list[j].virt,
66 * ^
67 * CC [M] drivers/misc/vmw_vmci/vmci_resource.o
68 * CC [M] drivers/net/macvtap.o
69 * CC [M] drivers/misc/vmw_vmci/vmci_route.o
70 *drivers/message/i2o/i2o_config.c:992:1: warning: the frame size of 1352 bytes is larger than 1024 bytes [-Wframe-larger-than=]
71 * }
72 * ^
73 * CC [M] drivers/md/persistent-data/dm-space-map-common.o
74 * LD [M] drivers/misc/vmw_vmci/vmw_vmci.o
75 *drivers/message/i2o/i2o_config.c: In function 'i2o_cfg_passthru32.isra.2':
76 *drivers/message/i2o/i2o_config.c:751:1: warning: the frame size of 1352 bytes is larger than 1024 bytes [-Wframe-larger-than=]
77 *--
78 * CC [M] drivers/staging/speakup/thread.o
79 * CC [M] drivers/platform/x86/samsung-q10.o
80 * CC [M] drivers/uio/uio.o
81 * CC [M] drivers/infiniband/hw/mlx4/sysfs.o
82 *drivers/net/ethernet/alteon/acenic.c: In function 'ace_init':
83 *drivers/net/ethernet/alteon/acenic.c:1013:4: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
84 * printk("expecting %i
85 ", SMP_CACHE_BYTES);
86 * ^
87 *drivers/net/ethernet/alteon/acenic.c:1015:4: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
88 * printk("correcting to %i
89 ", SMP_CACHE_BYTES);
90 * ^
91 *drivers/net/ethernet/alteon/acenic.c:1073:12: warning: format '%i' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
92 * "disabled
93 ", SMP_CACHE_BYTES);
94 * ^
95 *drivers/scsi/advansys.c:71:2: warning: #warning this driver is still not properly converted to the DMA API [-Wcpp]
96 * #warning this driver is still not properly converted to the DMA API
97 *--
98 * CC [M] drivers/usb/atm/ueagle-atm.o
99 * CC [M] drivers/video/backlight/generic_bl.o
100 * CC [M] drivers/net/fddi/skfp/srf.o
101 * CC [M] drivers/infiniband/hw/mthca/mthca_profile.o
102 *drivers/net/ethernet/amd/nmclan_cs.c: In function 'nmclan_config':
103 *drivers/net/ethernet/amd/nmclan_cs.c:624:3: warning: 'pcmcia_request_exclusive_irq' is deprecated (declared at include/pcmcia/ds.h:213) [-Wdeprecated-declarations]
104 *--
105 * CC [M] drivers/net/phy/smsc.o
106 * CC [M] drivers/xen/xen-pciback/conf_space_quirks.o
107 * CC [M] drivers/net/ethernet/broadcom/bnx2.o
108 * CC [M] drivers/infiniband/ulp/ipoib/ipoib_ib.o
109 *net/ipv6/addrconf.c: In function 'if6_proc_net_init':
110 *net/ipv6/addrconf.c:3539:2: warning: passing argument 1 of 'register_ipv6_seq_ops_addr' discards 'const' qualifier from pointer target type [enabled by default]
111 *--
112 * CC [M] drivers/net/wireless/ti/wl1251/io.o
113 * CC [M] drivers/net/wireless/rtlwifi/stats.o
114 * LD [M] drivers/scsi/pm8001/pm80xx.o
115 * CC [M] drivers/scsi/qla4xxx/ql4_os.o
116 *drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_poll_inta':
117 *drivers/net/ethernet/neterion/vxge/vxge-main.c:1873:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=]
118 * }
119 * ^
120 * CC [M] drivers/net/wireless/rt2x00/rt2500usb.o
121 *drivers/net/ethernet/neterion/vxge/vxge-main.c: In function 'vxge_tx_msix_handle':
122 *drivers/net/ethernet/neterion/vxge/vxge-main.c:2248:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=]
123 *--
124 * LD [M] drivers/net/wireless/rtlwifi/rtlwifi.o
125 * LD [M] drivers/net/wireless/rtlwifi/rtl_usb.o
126 * LD [M] drivers/net/wireless/rtlwifi/rtl8192de/rtl8192de.o
127 * Building modules, stage 2.
128 * MODPOST 960 modules
129 *WARNING: modpost: Found 14589 section mismatch(es).
130 *--
131 *>>> Emerging (5 of 16) media-libs/alsa-lib-1.0.28::gentoo
132 *>>> Installing (5 of 16) media-libs/alsa-lib-1.0.28::gentoo
133 *>>> Emerging (6 of 16) virtual/awk-1::gentoo
134 *>>> Installing (6 of 16) virtual/awk-1::gentoo
135 *>>> Emerging (7 of 16) sys-kernel/spl-0.6.3-r1::gentoo
136 *>>> Failed to emerge sys-kernel/spl-0.6.3-r1, Log file:
137 *--
138 * * Found sources for kernel version:
139 * * 3.17.7-hardened-r1
140 * * Checking for suitable kernel configuration options...
141 * * CONFIG_PAX_RANDKSTACK: should not be set. But it is.
142 * * Please check to make sure these options are set correctly.
143 * * Failure to do so may cause unexpected problems.
144 * * Once you have satisfied these options, please try merging
145 * * this package again.
146 * * ERROR: sys-kernel/spl-0.6.3-r1::gentoo failed (setup phase):
147 *--
148 *
149 * * Messages for package sys-kernel/spl-0.6.3-r1:
150 *
151 * * CONFIG_PAX_RANDKSTACK: should not be set. But it is.
152 * * Please check to make sure these options are set correctly.
153 * * Failure to do so may cause unexpected problems.
154 * * Once you have satisfied these options, please try merging
155 * * this package again.
156 * * ERROR: sys-kernel/spl-0.6.3-r1::gentoo failed (setup phase):
157 *--
158 * Running with options: --callback=emerge -qN app-accessibility/espeakup media-libs/alsa-oss media-sound/alsa-utils net-dialup/globespan-adsl sys-apps/pcmciautils sys-kernel/linux-firmware sys-kernel/spl sys-fs/zfs sys-fs/zfs-kmod --lvm --dmraid --mdadm --makeopts=-j8 --cachedir=/tmp/kerncache/gentoo-genkernel_cache-20150217 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-20150217.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-20150217.tar.bz2 all --kernel-config=/var/tmp/gentoo.config
159 * Using genkernel.conf from /etc/genkernel.conf
160 * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
161 * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..
162 *
163 * ERROR: --callback failed!
164 *
165 * -- End log... --
166 *
167 * Please consult /var/log/genkernel.log for more information and any
168 * errors that were reported above.
169 *
170 * Report any genkernel bugs to bugs.gentoo.org and
171 * assign your bug to genkernel@g.o. Please include
172 * as much information as you can in your bug report; attaching
173 * /var/log/genkernel.log so that your issue can be dealt with effectively.
174 *
175 * Please do *not* report compilation failures as genkernel bugs!
176 *
177
178 !!! catalyst: Runscript kernel build failed
179
180
181 Traceback (most recent call last):
182 File "modules/generic_stage_target.py", line 1428, in build_kernel
183 self._build_kernel(kname=kname)
184 File "modules/generic_stage_target.py", line 1472, in _build_kernel
185 "Runscript kernel build failed",env=self.env)
186 File "/usr/lib64/catalyst//modules/catalyst_support.py", line 541, in cmd
187 raise CatalystError,myexc
188 CatalystError
189 None
190
191 !!! catalyst: build aborting due to kernel build error.
192
193 Traceback (most recent call last):
194 File "/usr/lib64/catalyst/catalyst", line 218, in build_target
195 mytarget.run()
196 File "modules/generic_stage_target.py", line 1304, in run
197 apply(getattr(self,x))
198 File "modules/generic_stage_target.py", line 1433, in build_kernel
199 "build aborting due to kernel build error."
200 CatalystError
201 !!! catalyst: Error encountered during run of target livecd-stage2
202 Catalyst aborting....
203 lockfile does not exist '/home/release/buildroot/amd64-dev/tmp/hardened/livecd-stage2-amd64-20150217/.catalyst_lock'
204
205
206
207 Full build log at /home/release/tmp/run/catalyst-auto.BZKJkH/log/hardened_admincd-stage2.log