From owner-freebsd-i386@freebsd.org Mon Oct 5 10:15:44 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A688E9B2B0F; Mon, 5 Oct 2015 10:15:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 98BA095E; Mon, 5 Oct 2015 10:15:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E284A15A4; Mon, 5 Oct 2015 10:15:43 +0000 (UTC) Date: Mon, 5 Oct 2015 10:15:39 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <478778636.163.1444040142838.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #524 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 10:15:44 -0000 FreeBSD_STABLE_10-i386 - Build #524 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/5= 24/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/524= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/524/= console Change summaries: 288765 by mav: MFC r287912: Report proper medium error code for VERIFY commands. 288764 by mav: MFC r287875: Fix reading after end of file for file-backed LUNs. If backing file is smaller then the LUN size, we have to explicitly clear the rest of the buffer to not leak some random data from previous I/Os. 288763 by mav: MFC r287868: Make COMPARE AND WRITE report offset of difference. 288762 by mav: MFC r287860: Frontends don't need to set errors themselves. 288761 by mav: MFC r287855: Don't flap the HA link if sysctl is reset to the same value. 288760 by mav: MFC r287823: Add ctl-lun config option for consistency in HA setups. 288759 by mav: MFC r287818: Fix completion/error status reporting. 288758 by mav: MFC r287816: Close potential race between datamove and HA failover. 288757 by mav: MFC r287784: Implement data/status aggregation for secondary HA node. For short read requests this reduces latency by 30%, reporting command completion after two interlink roundtrips instead of full three. 288756 by mav: MFC r287783: Implement data/status aggregation for camsim backend. This is almost pointless for primary HA node, but useful for secondary, where between fe_datamove and fe_done calls goes another link roundtrip. 288755 by mav: MFC r287778: Remove CTL_PRIV_LBA_LEN from HA messages. Previously it was used for statistics, but now just a 16 extra bytes. 288754 by mav: MFC r287774: Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT. Now we support most of SAM-5 task management. 288753 by mav: MFC r287766: Add negotiation of iSCSIProtocolLevel to 2 (RFC7144). We may need to pass negotiated value to kernel level, but so far it is not necessary, since it does not use any new features without request. 288752 by mav: MFC r287765: Map CLEAR TASK SET and I_T NEXUS RESET for iSCSI. The last should not be called without iSCSIProtocolLevel negotiation. 288751 by mav: MFC r287764: Implement iSCSI TARGET COLD RESET task management function. Implement it as CTL_TASK_TARGET_RESET plus termination of all sessions. 288750 by mav: MFC r287760: Improve read-only support. 288749 by mav: MFC r287758: Reannounce port to HA peer if LUN map changed after online. 288748 by mav: MFC r287757: When updating port, apply only change of LUN map, not whole. 288747 by mav: MFC r287756: Report INQUIRY DATA HAS CHANGED for related LUNs on port on-/offline. 288746 by mav: MFC r287754: Report CTL_UA_LUN_CHANGE on LUN map change. 288745 by mav: MFC r287748: Make TARGET RESET respect LUN mapping. 288744 by mav: MFC r287724: Check for obsolete NUL bin in CSCD descriptor. 288743 by mav: MFC r287721: Add HA support for CTL_TASK_I_T_NEXUS_RESET. 288742 by mav: MFC r287720: Fix false CTL_UA_RES_RELEASE on secondary HA node. 288741 by mav: MFC r287718: Decode WRITE ATOMIC(16) command. 288740 by mav: MFC r287715: Improve XCOPY error reporting. 288739 by mav: MFC r287714: Report that we have no limit on POPULATE TOKEN segment size. 288738 by mav: MFC r287712: Correct RTPG bitmask. 288737 by mav: MFC r287711: Some HA polishing. 288736 by mav: MFC r287707: CTL documentation update, mostly for HA. 288735 by mav: MFC r287671: Make ctld restart on primary HA node less invasive for secondary. 288734 by mav: MFC r287670: Close races between device close and request processing. All requests arriving for processing after OFFLINE flag set are rejected with BUSY status. Races around OFFLINE flag setting are closed by calling taskqueue_drain_all(). 288733 by mav: MFC r287664: Reference/release devices on every I/O, rather on open/close. While this may be slower, it allows device destruction to complete, rather then block waiting for indefinitely long time. 288732 by mav: MFC r287621: Reimplement CTL High Availability. CTL HA functionality was originally implemented by Copan many years ago, but large part of the sources was never published. This change includes clean room implementation of the missing code and fixes for many bugs. This code supports dual-node HA with ALUA in four modes: - Active/Unavailable without interlink between nodes; - Active/Standby with second node handling only basic LUN discovery and reservation, synchronizing with the first node through the interlink; - Active/Active with both nodes processing commands and accessing the backing storage, synchronizing with the first node through the interlink; - Active/Active with second node working as proxy, transfering all commands to the first node for execution through the interlink. Unlike original Copan's implementation, depending on specific hardware, this code uses simple custom TCP-based protocol for interlink. It has no authentication, so it should never be enabled on public interfaces. The code may still need some polishing, but generally it is functional. Relnotes: yes Sponsored by: iXsystems, Inc. 288731 by mav: MFC r287620: Remove unused target and initiator IDs. 288730 by mav: MFC r287618: Disable CTL_IO_DELAY feature. It is too developer-oriented to be enabled by default. 288729 by mav: MFC r287534: Add two new portal group options "tag" and "foreign". They are going to be useful in clustered setups. 288728 by mav: MFC r287500: Allow LUN options modification via CTL_LUNREQ_MODIFY. Not all changes take effect, but that is a different question. 288727 by mav: MFC r287499: Move setting of media parameters inside open routines. This is preparation for possibility to open/close media several times per LUN life cycle. While there, rename variables to reduce confusion. As additional bonus this allows to open read-only media, such as ZFS snapshots. 288726 by mav: MFC r287455, r287458, r287459: Remove some dead code. 288725 by mav: MFC r287433: Small UA cleanup. 288724 by mav: MFC r287372: Make most of port methods optional and remove bunch of dummies. 288723 by mav: MFC r287293: Remove 600 bytes of port_priv from struct ctl_io_hdr. This field used only for camtgt frontend, and once it any way preallocates all requests, let it preallocate this memory too, not bothering core code. 288722 by mav: MFC r287221: Fix type bug introduced at r286811. 288721 by mav: MFC r286811: Polish sizes processing. 288720 by mav: MFC r286807: Move "ioctl" CAM frontend into separate file. It has nothing to share with too huge ctl.c other then device descriptor, but even that may be counted as design error that may be fixed later. At some point we may even want to have several ioctl ports. 288719 by mav: MFC r286806: Drop "internal" CTL frontend. Its idea was to be a simple initiator and execute several commands from kernel level, but FreeBSD never had consumer for that functionality, while its implementation polluted many unrelated places. 288718 by mav: MFC r286406, r286414: Wrap some unused functions with notyet, it is necessary to be able to build the modules/ctl directly. Remove a dead MALLOC_DEFINE. 288717 by mav: MFC r285600: MULTI_ID supported does not mean it is used. 288716 by mav: MFC r285510: Switch initiator IDs in target mode to the same address space as target IDs in initiator mode -- index in port database instead of handlers. This makes initiator IDs persist across role changes and firmware resets, when handlers previously assigned by firmware are lost and reused. 288715 by mav: MFC r285481: Make role sysctl handling from r284727 less strict. 288714 by mav: MFC r285459: Unify port database use for target and initiator roles. Aside from cleaner and more consistent code, this allows ports to be both target and initiator same time, and easily switch from any role to any. 288713 by mav: MFC r285155: Make first step toward supporting target and initiator roles same time. To avoid conflicts between target and initiator devices in CAM, make CTL use target ID reported by HBA as its initiator_id in XPT_PATH_INQ. That target ID is known to never be used for initiator role, so it won't conflict. For Fibre Channel and FireWire HBAs this specific ID choice is irrelevant since all target IDs there are virtual. Same time for SPI HBAs it seems could be even requirement to use same target ID for both initiator and target roles. While there are some more things to polish in isp(4) driver, first tests of using both roles same time on the same port appeared successfull: # camcontrol devlist -v scbus0 on isp0 bus 0: at scbus0 target 1 lun 0 (da20,pass21) <> at scbus0 target 256 lun 0 (ctl0) <> at scbus0 target -1 lun ffffffff (ctl1) 288712 by mav: MFC r285154: Remove extra level of target ID indirection (isp_dev_map). FreeBSD never had limitation on number of target IDs, and there is no any other requirement to allocate them densely. Since slots of port database already populated just sequentially, there is no much need for another indirection to allocate sequentially too. 288711 by mav: MFC r285147: Change comment added in r284540. This appeared to be not card's issue, but driver's, though solution is the same so far. 288710 by bapt: MFC 287473,287485,287493,287494 Add a new sesutil(8) utility This is an utility for managing SCSI Enclosure Services (SES) device. For now only one command is supported "locate" which will change the test o= f the external LED associated to a given disk. Usage if the following: sesutil locate disk [on|off] Disk can be a device name: "da12" or a special keyword: "all". Reviewed by:=09mav Relnotes:=09yes Sponsored by:=09gandi.net 288709 by mav: MFC r285146: Drop discovered targets when initiator role is disabled. 288708 by mav: MFC r273051 (by imp): Use the C99 flexible array construct to denote a variable amount of data rather than the old-school [1] construct. We have required c99 compilers for some time. 288707 by mav: MFC r271731 (by will): Fix a kernel panic when unloading isp(4). In the current implementation, the isp_kthread() threads never exit. The target threads do have an exit mode from isp_attach(), but it is not invoked from isp_detach(). Ensure isp_detach() notifies threads started for each channel, such that they exit before their parent device softc detaches, and thus before the module does. Otherwise, a page fault panic occurs later in: sysctl_kern_proc sysctl_out_proc kern_proc_out fill_kinfo_proc fill_kinfo_thread strlcpy(kp->ki_wmesg, td->td_wmesg, sizeof(kp->ki_wmesg)); For isp_kthread() (and isp(4) target threads), td->td_wmesg references now-unmapped memory after the module has been unloaded. These threads are typically msleep()ing at the time of unload, but they could also attempt to execute now-unmapped code segments. 288706 by mav: MFC r285030: Fix couple panics on forced unmount of backing file. 288704 by mav: MFC r281532 (by delphij): Eliminate unused headers. 288702 by mav: MFC r281531 (by asomers): Initialize async_arg_ptr in xpt_async when called with async_code AC_ADVINFO_CHANGED. Without this change, newly inserted hard disks won't always have their physical path device nodes created. The problem reproduces most readily when attaching a large number of disks at once. 288701 by mav: MFC r280845 (by eadler): Add some additional quirks for various Western Digital Caviar MHDDs The end of the build log: [...truncated 162539 lines...] --- cxgb_mv88e1xxx.o --- ctfconvert -L VERSION -g cxgb_mv88e1xxx.o --- cxgb_xgmac.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/common/cxgb_xgmac.c -o cxgb_xgmac.o --- all_subdir_ath --- --- if_ath_beacon.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_beacon.c -o if_ath_beacon.o --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_mp_ring.o --- t4_netmap.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_O= PTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I= @/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno= -avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwar= f-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredun= dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensi= ons -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologi= cal-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-err= or-unused-function -c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/c= xgbe/t4_netmap.c -o t4_netmap.o ctfconvert -L VERSION -g t4_netmap.o --- t4_hw.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_O= PTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I= @/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno= -avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwar= f-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredun= dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensi= ons -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologi= cal-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-err= or-unused-function -c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/c= xgbe/common/t4_hw.c -o t4_hw.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_beacon.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_xgmac.o --- cxgb_vsc7323.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/common/cxgb_vsc7323.c -o cxgb_vsc7323.o --- all_subdir_ath --- --- if_ath_rx_edma.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_rx_edma.c -o if_ath_rx_edma.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_vsc7323.o --- cxgb_t3_hw.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/common/cxgb_t3_hw.c -o cxgb_t3_hw.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_rx_edma.o --- if_ath_tx_edma.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_tx_edma.c -o if_ath_tx_edma.o ctfconvert -L VERSION -g if_ath_tx_edma.o --- if_ath_spectral.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_spectral.c -o if_ath_spectral.o --- all_subdir_ctl --- --- ctl.o --- ctfconvert -L VERSION -g ctl.o --- ctl_backend_ramdisk.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_backend_ramdisk.c -o ctl_backend_ramdisk.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_spectral.o --- if_ath_btcoex.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_btcoex.c -o if_ath_btcoex.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_backend_ramdisk.o --- ctl_cmd_table.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_cmd_table.c -o ctl_cmd_table.o ctfconvert -L VERSION -g ctl_cmd_table.o --- ctl_frontend.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_frontend.c -o ctl_frontend.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_btcoex.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend.o --- ctl_frontend_ioctl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_frontend_ioctl.c -o ctl_frontend_ioctl.o --- all_subdir_ath --- --- if_ath_lna_div.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/if_ath_lna_div.c -o if_ath_lna_div.o --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_hw.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend_ioctl.o --- ctl_frontend_iscsi.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_frontend_iscsi.c -o ctl_frontend_iscsi.o --- all_subdir_cxgbe --- --- t4_l2t.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_O= PTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I= @/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno= -avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwar= f-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredun= dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensi= ons -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologi= cal-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-err= or-unused-function -c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/c= xgbe/t4_l2t.c -o t4_l2t.o --- all_subdir_ath --- ctfconvert -L VERSION -g if_ath_lna_div.o --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_l2t.o --- t4_main.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I/usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/cxgbe -DHAVE_KERNEL_O= PTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I= @/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-aes -mno= -avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -gdwar= f-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredun= dant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoi= nter-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensi= ons -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautologi= cal-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-err= or-unused-function -c /usr/src/sys/modules/cxgbe/if_cxgbe/../../../dev/c= xgbe/t4_main.c -o t4_main.o --- all_subdir_ath --- --- ah_osdep.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/ah_osdep.c -o ah_osdep.o ctfconvert -L VERSION -g ah_osdep.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_t3_hw.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_frontend_iscsi.o --- all_subdir_ath --- --- sample.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/ath_rate/sample/sample.c -o sample.o --- all_subdir_ctl --- --- ctl_ha.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_ha.c -o ctl_ha.o --- all_subdir_cxgb --- --- cxgb_main.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/cxgb_main.c -o cxgb_main.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_ha.o --- ctl_scsi_all.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_scsi_all.c -o ctl_scsi_all.o ctfconvert -L VERSION -g ctl_scsi_all.o --- ctl_tpc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_tpc.c -o ctl_tpc.o --- all_subdir_ath --- ctfconvert -L VERSION -g sample.o --- dfs_null.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/= ../../dev/ath/ath_hal -I. -I/usr/src/sys/modules/ath/../../contrib/dev/ath/= ath_hal/ -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC= /opt_global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sy= s/GENERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding = -fstack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack= -protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-point= er-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-opti= on -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-paren= theses-equality -Wno-error-unused-function -c /usr/src/sys/modules/ath/.= ./../dev/ath/ath_dfs/null/dfs_null.c -o dfs_null.o ctfconvert -L VERSION -g dfs_null.o --- if_ath.kld --- ld -d -warn-common -r -d -o if_ath.kld if_ath.o if_ath_alq.o if_ath_debug.= o if_ath_keycache.o if_ath_sysctl.o if_ath_tx.o if_ath_tx_ht.o if_ath_led.o= if_ath_rx.o if_ath_tdma.o if_ath_beacon.o if_ath_rx_edma.o if_ath_tx_edma.= o if_ath_spectral.o if_ath_btcoex.o if_ath_lna_div.o ah_osdep.o ah.o ah_reg= domain.o ah_eeprom_v3.o ah_eeprom_v1.o ar5210_attach.o ar5210_beacon.o ar52= 10_interrupts.o ar5210_keycache.o ar5210_misc.o ar5210_phy.o ar5210_power.o= ar5210_recv.o ar5210_reset.o ar5210_xmit.o ar5211_attach.o ar5211_beacon.o= ar5211_interrupts.o ar5211_keycache.o ar5211_misc.o ar5211_phy.o ar5211_po= wer.o ar5211_recv.o ar5211_reset.o ar5211_xmit.o ar5212_ani.o ar5212_attach= .o ar5212_beacon.o ar5212_eeprom.o ar5212_gpio.o ar5212_interrupts.o ar5212= _keycache.o ar5212_misc.o ar5212_phy.o ar5212_power.o ar5212_recv.o ar5212_= reset.o ar5212_rfgain.o ar5212_xmit.o ar5111.o ar5112.o ar2413.o ar2425.o a= r5413.o ah_eeprom_v14.o ah_eeprom_v4k.o ar5416_ani.o ar5416_attach.o ar5416= _beacon.o ar5416_btcoex.o ar5416_cal.o ar5416_cal_iq.o ar5416_cal_adcgain.o= ar5416_cal_adcdc.o ar5416_eeprom.o ar5416_gpio.o ar5416_interrupts.o ar541= 6_keycache.o ar5416_misc.o ar5416_phy.o ar5416_power.o ar5416_radar.o ar541= 6_spectral.o ar5416_recv.o ar5416_reset.o ar5416_xmit.o ar2133.o ar9160_att= ach.o ar9130_attach.o ar9130_eeprom.o ar9130_phy.o ar9280.o ar9280_attach.o= ar9280_olc.o ar9285.o ar9285_reset.o ar9285_attach.o ar9285_cal.o ar9285_p= hy.o ar9285_diversity.o ar9285_btcoex.o ah_eeprom_9287.o ar9287.o ar9287_re= set.o ar9287_attach.o ar9287_cal.o ar9287_olc.o ar9300_interrupts.o ar9300_= radar.o ar9300_ani.o ar9300_keycache.o ar9300_radio.o ar9300_xmit.o ar9300_= attach.o ar9300_mci.o ar9300_stub.o ar9300_xmit_ds.o ar9300_beacon.o ar9300= _misc.o ar9300_recv.o ar9300_stub_funcs.o ar9300_eeprom.o ar9300_paprd.o ar= 9300_recv_ds.o ar9300_freebsd.o ar9300_phy.o ar9300_reset.o ar9300_gpio.o a= r9300_power.o ar9300_timer.o sample.o dfs_null.o ctfmerge -L VERSION -g -o if_ath.kld if_ath.o if_ath_alq.o if_ath_debug.o i= f_ath_keycache.o if_ath_sysctl.o if_ath_tx.o if_ath_tx_ht.o if_ath_led.o if= _ath_rx.o if_ath_tdma.o if_ath_beacon.o if_ath_rx_edma.o if_ath_tx_edma.o i= f_ath_spectral.o if_ath_btcoex.o if_ath_lna_div.o ah_osdep.o ah.o ah_regdom= ain.o ah_eeprom_v3.o ah_eeprom_v1.o ar5210_attach.o ar5210_beacon.o ar5210_= interrupts.o ar5210_keycache.o ar5210_misc.o ar5210_phy.o ar5210_power.o ar= 5210_recv.o ar5210_reset.o ar5210_xmit.o ar5211_attach.o ar5211_beacon.o ar= 5211_interrupts.o ar5211_keycache.o ar5211_misc.o ar5211_phy.o ar5211_power= .o ar5211_recv.o ar5211_reset.o ar5211_xmit.o ar5212_ani.o ar5212_attach.o = ar5212_beacon.o ar5212_eeprom.o ar5212_gpio.o ar5212_interrupts.o ar5212_ke= ycache.o ar5212_misc.o ar5212_phy.o ar5212_power.o ar5212_recv.o ar5212_res= et.o ar5212_rfgain.o ar5212_xmit.o ar5111.o ar5112.o ar2413.o ar2425.o ar54= 13.o ah_eeprom_v14.o ah_eeprom_v4k.o ar5416_ani.o ar5416_attach.o ar5416_be= acon.o ar5416_btcoex.o ar5416_cal.o ar5416_cal_iq.o ar5416_cal_adcgain.o ar= 5416_cal_adcdc.o ar5416_eeprom.o ar5416_gpio.o ar5416_interrupts.o ar5416_k= eycache.o ar5416_misc.o ar5416_phy.o ar5416_power.o ar5416_radar.o ar5416_s= pectral.o ar5416_recv.o ar5416_reset.o ar5416_xmit.o ar2133.o ar9160_attach= .o ar9130_attach.o ar9130_eeprom.o ar9130_phy.o ar9280.o ar9280_attach.o ar= 9280_olc.o ar9285.o ar9285_reset.o ar9285_attach.o ar9285_cal.o ar9285_phy.= o ar9285_diversity.o ar9285_btcoex.o ah_eeprom_9287.o ar9287.o ar9287_reset= .o ar9287_attach.o ar9287_cal.o ar9287_olc.o ar9300_interrupts.o ar9300_rad= ar.o ar9300_ani.o ar9300_keycache.o ar9300_radio.o ar9300_xmit.o ar9300_att= ach.o ar9300_mci.o ar9300_stub.o ar9300_xmit_ds.o ar9300_beacon.o ar9300_mi= sc.o ar9300_recv.o ar9300_stub_funcs.o ar9300_eeprom.o ar9300_paprd.o ar930= 0_recv_ds.o ar9300_freebsd.o ar9300_phy.o ar9300_reset.o ar9300_gpio.o ar93= 00_power.o ar9300_timer.o sample.o dfs_null.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_tpc.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_main.o --- all_subdir_ctl --- --- ctl_tpc_local.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_tpc_local.c -o ctl_tpc_local.o --- all_subdir_cxgb --- --- cxgb_aq100x.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/common/cxgb_aq100x.c -o cxgb_aq100x.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_tpc_local.o --- ctl_error.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_error.c -o ctl_error.o --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_aq100x.o --- cxgb_sge.o --- cc -O2 -pipe -g -DDEFAULT_JUMBO -fno-strict-aliasing -Werror -D_KERNEL -D= KLD_MODULE -nostdinc -I/usr/src/sys/modules/cxgb/cxgb/../../../dev/cxgb -D= HAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global= .h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GENERIC = -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-pro= tector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector = -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-pro= totypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -ff= ormat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-er= ror-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equa= lity -Wno-error-unused-function -c /usr/src/sys/modules/cxgb/cxgb/../../.= ./dev/cxgb/cxgb_sge.c -o cxgb_sge.o --- all_subdir_ctl --- ctfconvert -L VERSION -g ctl_error.o --- ctl_util.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_util.c -o ctl_util.o ctfconvert -L VERSION -g ctl_util.o --- ctl_backend_block.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_= global.h -I. -I@ -I@/contrib/altq -fno-common -g -I/usr/obj/usr/src/sys/GEN= ERIC -mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fsta= ck-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-prot= ector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissi= ng-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-si= gn -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenthese= s-equality -Wno-error-unused-function -c /usr/src/sys/modules/ctl/../../c= am/ctl/ctl_backend_block.c -o ctl_backend_block.o --- all_subdir_ath --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk if_ath.kld export_syms | xargs -J% = objcopy % if_ath.kld --- all_subdir_ctl --- /usr/src/sys/modules/ctl/../../cam/ctl/ctl_backend_block.c:2213:4: error: i= mplicit declaration of function 'asprintf' is invalid in C99 [-Werror,-Wimp= licit-function-declaration] asprintf(&dev_name, M_CTLBLK, "/dev/%s", ^ 1 error generated. *** [ctl_backend_block.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/ctl 1 error make[4]: stopped in /usr/src/sys/modules/ctl *** [all_subdir_ctl] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_cxgbe --- ctfconvert -L VERSION -g t4_main.o --- all_subdir_ath --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_cxgbe --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/cxgbe/if_cxgbe *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sys/modules/cxgbe 1 error make[4]: stopped in /usr/src/sys/modules/cxgbe *** [all_subdir_cxgbe] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_cxgb --- ctfconvert -L VERSION -g cxgb_sge.o A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/cxgb/cxgb *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/sys/modules/cxgb 1 error make[4]: stopped in /usr/src/sys/modules/cxgb *** [all_subdir_cxgb] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_10-i386] $ /bin/sh -xe /tmp/hudson7773966590849783569.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Oct 5 10:21:13 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 447E499A2A7; Mon, 5 Oct 2015 10:21:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 37EBCD0A; Mon, 5 Oct 2015 10:21:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 7431B15A5; Mon, 5 Oct 2015 10:21:13 +0000 (UTC) Date: Mon, 5 Oct 2015 10:21:09 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markm@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1034280508.165.1444040473434.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1307 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 10:21:13 -0000 FreeBSD_HEAD_i386 - Build #1307 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1307/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1307/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1307/cons= ole Change summaries: 288703 by markm: It appears that under some circumstances, like virtualisiation, the 'rdrand' instruction may occasionally not return random numbers, in spite of looping attempts to do so. The reusult is a KASSERT/panic. Reluctantly accept this state-of-affairs, but make a noise about it. if this 'noise' spams the console, it may be time to discontinue using that source. This is written in a general way to account for /any/ source that might not supply random numbers when required. Submitted by:=09jkh (report and slightly different fix) Approved by:=09so (/dev/random blanket) The end of the build log: [...truncated 192421 lines...] --- zio_inject.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio_= inject.c -o zio_inject.o --- zio.o --- ctfconvert -L VERSION -g zio.o --- zrlock.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zrlo= ck.c -o zrlock.o --- zio_inject.o --- ctfconvert -L VERSION -g zio_inject.o --- tddmcmnapi.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/common/tddmcmnapi.c -Wunused-variable -Wo= verflow -Wparentheses -w --- modules-all --- --- zrlock.o --- ctfconvert -L VERSION -g zrlock.o --- ossacmnapi.o --- ctfconvert -L VERSION -g ossacmnapi.o --- modules-all --- --- zfs_deleg.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_deleg.c= -o zfs_deleg.o --- zfs_fletcher.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_fletche= r.c -o zfs_fletcher.o --- tddmcmnapi.o --- ctfconvert -L VERSION -g tddmcmnapi.o --- modules-all --- --- zfs_prop.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_prop.c = -o zfs_prop.o --- zfs_deleg.o --- /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_deleg.c:91:11: warning= : comparison of constant -1 with expression of type 'zfs_prop_t' is always = true [-Wtautological-constant-out-of-range-compare] if (prop !=3D ZPROP_INVAL && zfs_prop_delegatable(prop)) ~~~~ ^ ~~~~~~~~~~~ 1 warning generated. ctfconvert -L VERSION -g zfs_deleg.o --- zpool_prop.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zpool_prop.= c -o zpool_prop.o --- zfs_fletcher.o --- ctfconvert -L VERSION -g zfs_fletcher.o --- tdsmcmnapi.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/common/tdsmcmnapi.c -Wunused-variable -Wo= verflow -Wparentheses -w --- modules-all --- --- zfs_prop.o --- ctfconvert -L VERSION -g zfs_prop.o --- tdtimers.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/common/tdtimers.c -Wunused-variable -Wove= rflow -Wparentheses -w --- modules-all --- --- zpool_prop.o --- ctfconvert -L VERSION -g zpool_prop.o --- zprop_common.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zprop_commo= n.c -o zprop_common.o --- tdsmcmnapi.o --- ctfconvert -L VERSION -g tdsmcmnapi.o --- modules-all --- --- zfs_acl.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= acl.c -o zfs_acl.o --- tdtimers.o --- ctfconvert -L VERSION -g tdtimers.o --- modules-all --- --- zfs_ctldir.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= ctldir.c -o zfs_ctldir.o --- zprop_common.o --- ctfconvert -L VERSION -g zprop_common.o --- itdio.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdio.c -Wunused-variable -Woverf= low -Wparentheses -w ctfconvert -L VERSION -g itdio.o --- modules-all --- --- zfs_dir.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= dir.c -o zfs_dir.o --- zfs_ctldir.o --- ctfconvert -L VERSION -g zfs_ctldir.o --- itdcb.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdcb.c -Wunused-variable -Woverf= low -Wparentheses -w --- modules-all --- --- zfs_acl.o --- ctfconvert -L VERSION -g zfs_acl.o --- zfs_dir.o --- ctfconvert -L VERSION -g zfs_dir.o --- zfs_ioctl.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= ioctl.c -o zfs_ioctl.o --- itdinit.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itdinit.c -Wunused-variable -Wove= rflow -Wparentheses -w --- itdcb.o --- ctfconvert -L VERSION -g itdcb.o --- modules-all --- --- zfs_ioctl_compat.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/zfs/zfs_ioctl_c= ompat.c -o zfs_ioctl_compat.o --- itdinit.o --- ctfconvert -L VERSION -g itdinit.o --- modules-all --- --- zfs_log.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= log.c -o zfs_log.o --- zfs_ioctl.o --- /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:1183:11= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always false [-Wtautological-constant-out-of-range-compare] if (prop =3D=3D ZPROP_INVAL) { ~~~~ ^ ~~~~~~~~~~~ /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:2435:11= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always false [-Wtautological-constant-out-of-range-compare] if (prop =3D=3D ZPROP_INVAL) { ~~~~ ^ ~~~~~~~~~~~ /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:2551:24= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always false [-Wtautological-constant-out-of-range-compare] if (err =3D=3D 0 && prop =3D=3D ZPROP_INVAL) { ~~~~ ^ ~~~~~~~~~~~ /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:2811:12= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always false [-Wtautological-constant-out-of-range-compare] if (prop =3D=3D ZPROP_INVAL) { ~~~~ ^ ~~~~~~~~~~~ /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:2850:12= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always true [-Wtautological-constant-out-of-range-compare] if (prop !=3D ZPROP_INVAL && !zfs_prop_inheritable(prop)) ~~~~ ^ ~~~~~~~~~~~ /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c:3802:11= : warning: comparison of constant -1 with expression of type 'zfs_prop_t' i= s always false [-Wtautological-constant-out-of-range-compare] if (prop =3D=3D ZPROP_INVAL) { ~~~~ ^ ~~~~~~~~~~~ --- zfs_ioctl_compat.o --- ctfconvert -L VERSION -g zfs_ioctl_compat.o --- zfs_onexit.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= onexit.c -o zfs_onexit.o --- zfs_log.o --- ctfconvert -L VERSION -g zfs_log.o --- itddisc.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sas/ini/itddisc.c -Wunused-variable -Wove= rflow -Wparentheses -w --- modules-all --- --- zfs_onexit.o --- ctfconvert -L VERSION -g zfs_onexit.o --- sat.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c -Wunused-variable -Woverf= low -Wparentheses -w --- itddisc.o --- ctfconvert -L VERSION -g itddisc.o --- modules-all --- --- zfs_replay.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= replay.c -o zfs_replay.o --- zfs_ioctl.o --- 6 warnings generated. ctfconvert -L VERSION -g zfs_ioctl.o --- ossasat.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sata/host/ossasat.c -Wunused-variable -Wo= verflow -Wparentheses -w --- tdport.o --- ctfconvert -L VERSION -g tdport.o --- sathw.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/pms/RefTisa/tisa/sassata/sata/host/sathw.c -Wunused-variable -Wove= rflow -Wparentheses -w --- modules-all --- --- zfs_replay.o --- ctfconvert -L VERSION -g zfs_replay.o --- sathw.o --- ctfconvert -L VERSION -g sathw.o --- modules-all --- --- zfs_rlock.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= rlock.c -o zfs_rlock.o --- zfs_vfsops.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= vfsops.c -o zfs_vfsops.o --- zfs_rlock.o --- ctfconvert -L VERSION -g zfs_rlock.o --- random_infra.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/random/random_infra.c --- ossasat.o --- ctfconvert -L VERSION -g ossasat.o --- sat.o --- ctfconvert -L VERSION -g sat.o --- modules-all --- --- zfs_vnops.o --- cc -O2 -pipe -DFREEBSD_NAMECACHE -DBUILDING_ZFS -fno-strict-aliasing -Wer= ror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/opensolari= s -I/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/usr/src/sys/= cddl/contrib/opensolaris/uts/common/zmod -I/usr/src/sys/cddl/contrib/openso= laris/uts/common -I/usr/src/sys -I/usr/src/sys/cddl/contrib/opensolaris/com= mon/zfs -I/usr/src/sys/cddl/contrib/opensolaris/common -DHAVE_KERNEL_OPTION= _HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/= sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft= -float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer= -arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__fre= ebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unkn= own-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-er= ror-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sig= n -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual = -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialize= d -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -mno-aes -mno-avx= -std=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/deb= ug_compat.h -c /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_= vnops.c -o zfs_vnops.o --- random_harvestq.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/random/random_harvestq.c --- random_infra.o --- ctfconvert -L VERSION -g random_infra.o --- fortuna.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/li= bfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx= -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -= Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prot= otypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__= printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-o= ption -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-emp= ty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-e= rror-pointer-sign -mno-aes -mno-avx -std=3Diso9899:1999 -Werror /usr/src= /sys/dev/random/fortuna.c --- random_harvestq.o --- /usr/src/sys/dev/random/random_harvestq.c:214:87: error: more '%' conversio= ns than data arguments [-Werror,-Wformat] KASSERT((n <=3D sizeof(entropy)), ("%s: rs_read ret= urned too much data (%d > %d) in %s", __func__, n, sizeof(entropy))); = ~^ /usr/src/sys/sys/systm.h:86:17: note: expanded from macro 'KASSERT' kassert_panic msg; \ ^ 1 error generated. *** [random_harvestq.o] Error code 1 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC --- fortuna.o --- ctfconvert -L VERSION -g fortuna.o --- modules-all --- --- zfs_vfsops.o --- ctfconvert -L VERSION -g zfs_vfsops.o --- zfs_vnops.o --- ctfconvert -L VERSION -g zfs_vnops.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/zfs *** [all_subdir_zfs] Error code 2 make[3]: stopped in /usr/src/sys/modules 1 error make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 2 errors make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson1880084531776529043.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Mon Oct 5 12:25:40 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DFCC99A45B; Mon, 5 Oct 2015 12:25:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB0D387; Mon, 5 Oct 2015 12:25:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1F07115EC; Mon, 5 Oct 2015 12:25:41 +0000 (UTC) Date: Mon, 5 Oct 2015 12:25:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: markm@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2095052520.171.1444047940922.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1034280508.165.1444040473434.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1034280508.165.1444040473434.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1308 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 12:25:40 -0000 FreeBSD_HEAD_i386 - Build #1308 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1308/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1308/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1308/console Change summaries: 288780 by markm: Fix printf-like formats for KASSERT. Submitted by: jenkins Approved by: so (/dev/random blanket) From owner-freebsd-i386@freebsd.org Mon Oct 5 12:29:42 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 335C099A77F; Mon, 5 Oct 2015 12:29:42 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 17B018B8; Mon, 5 Oct 2015 12:29:42 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id ACED715ED; Mon, 5 Oct 2015 12:29:41 +0000 (UTC) Date: Mon, 5 Oct 2015 12:29:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1095124649.173.1444048180928.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <478778636.163.1444040142838.JavaMail.jenkins@jenkins-9.freebsd.org> References: <478778636.163.1444040142838.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #525 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 12:29:42 -0000 FreeBSD_STABLE_10-i386 - Build #525 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/525/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/525/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/525/console Change summaries: 288811 by mav: MFC r288348: Umplement media load/eject support for removable devices. In case of block backend eject really closes the backing store, while load tries to open it back. Failed store open is reported as no media. 288810 by mav: MFC r288310: Add to CTL initial support for CDROMs and removable devices. Relnotes: yes 288809 by mav: MFC r288264: Allow LOG SENSE command on non-disk devices. 288808 by mav: MFC r288262: Remove concept of control device. 288807 by mav: MFC r288261: Move ioctl frontend defines where they belong. 288806 by mav: MFC r288260: Remove few more unused variables. 288805 by mav: MFC r288259: Remove some duplicate, legacy, dead and questionable code. 288804 by mav: MFC r288247: Pass to sobind() copy of the address, not the original. 288803 by mav: MFC r288239: Properly lock LUN in ctl_failover_lun(). 288802 by mav: MFC r288224: Constify ctl_serialize_table. 288801 by mav: MFC r288229: Fix bit masks changed for the wrong commands in r288221. 288800 by mav: MFC r288221: Remove some dead code found by Clang analyzer. 288799 by mav: MFC r288220: Remove stale comments and some excessive empty lines. 288798 by mav: MFC r288215: Switch I/O time accounting from system time to uptime. While there, make num_dmas accounted independently of CTL_TIME_IO. 288797 by mav: MFC r288214: Collect DMA statistics on secondary HA node. 288796 by mav: MFC r288213: Make HA handle datamove and done in a universal way, using port methods. Now from primary node point of view requests transferred from secondary node should look almost normal and always have valid port. 288795 by mav: MFC r288211: Remove some control_softc references. 288794 by mav: MFC r288175: Allow WRITE SAME with NDOB bit set but without UNMAP. This combination was originally forbidden, but allowed at spc4r3. 288793 by mav: MFC r288170: Add new report types to REPORT LUNS command. This is only for completeness, since we have nothing new to report there. 288792 by mav: MFC r288166: Update WRITE ATOMIC(16) support to sbc4r8 draft. This is only a cosmetic change. We still don't support atomic boundary field in the CDB, but at least now we do it formally. 288791 by mav: MFC r288165: Add support for READ BUFFER(16) command. 288790 by mav: MFC r288148: Synchronize mode pages between HA peers. We allow to modify only few fields in mode pages now, but still it is not good if they unexpectedly change during failover. Also this fixes reporting of "Mode parameters changed" UAs on secondary node. 288789 by mav: MFC r288146: Make HA peers announce their parameters on connect. HA protocol requires strict version, parameters and configuration match. Differences there may cause full set of problems up to kernel panic. To avoid that, validate peer parameters on connect, and abort connection immediately if some mismatch detected. 288788 by mav: MFC r288110: Add support for Control extension mode page. 288787 by mav: MFC r288104: Remove duplicate and incomplete code handling LUN modify. Instead reuse code from LUN creation. This allows most of LUN media options to be changed live with modify request without full restart. 288786 by mav: MFC r288067: Log iSCSI session reinstatements. False session reinstatements can be result of misconfiguration, when several initiators use the same initiator name and ISID. 288785 by mav: MFC r288061: Make cltd ignore HA ports. 288784 by mav: MFC r288059: Bunch of improvements to ctlstat. Add -p option to allow filtering by ports. Make -l and -p options work in all modes as filters. Improve output formatting to better fit columns. 288783 by mav: MFC r288043: Output times as normal microseconds, rather then in bintime format. 288782 by mav: MFC r288021: Mark with DMA flag I/Os waiting for iSCSI write data after R2T. Reads and immediate writes are not blocking, so don't bother. 288781 by mav: MFC r288020: Remove couple excess SGLIST I/O flags. Those flags duplicated respective (sg_entries > 0) values. 288779 by mav: MFC r287994: Always execute REPORT LUNS and REQUEST SENSE commands locally. REPORT LUNS command is more related to target rather then specific LUN. This node may be primary for LUNs for some reason unknown to another, and command forwarded to another node won't be able to report them. REQUEST SENSE is related to LUN, but in our implementation it reports only UAs and CAs, that are stored locally rather then on primary node. 288778 by mav: MFC r287993: Split two command flags with different meaning. This is only a cosmetical change. 288777 by mav: MFC r287991: Pack struct ctl_ha_msg_hdr by 8 bytes. 288776 by mav: MFC r287986: Fix memory corruption when >128K transferred through HA link. While there, do some cleaning. 288775 by mav: MFC r287968: Mark I/Os with DMA flag while moving data through the HA link. 288774 by mav: MFC r287967: Relax serseq option operation for reads. Previously, with serseq enabled, next command was unblocked only after previous completed. With this change, for read operations, next command is unblocked as soon as last media read completed. This is important for frontends that actually wait for data move completion (like camtgt), or when data are moved through the HA link, or especially when both. 288773 by mav: MFC r287957: Kill HA link and shutdown the threads on shutdown. 288772 by mav: MFC r287956: Update list of opcodes to 5/26/15. 288771 by mav: MFC r287955: Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15. 288770 by mav: MFC r287940: Replicate initiators WWPNs and names between HA peers. 288769 by mav: MFC r287933: Replicate port->init_devid to HA peer. 288768 by mav: MFC r287921: When reporting TPT UA, report which of thresholds was reached. 288767 by mav: MFC r287913: Report number of failed XCOPY segment. 288766 by mav: MFC r279433 (by rstone): Implement asprintf in libkern From owner-freebsd-i386@freebsd.org Tue Oct 6 08:47:52 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F94A9B6C89 for ; Tue, 6 Oct 2015 08:47:52 +0000 (UTC) (envelope-from m4rtntns@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A083A8BB for ; Tue, 6 Oct 2015 08:47:51 +0000 (UTC) (envelope-from m4rtntns@gmail.com) Received: by oiww128 with SMTP id w128so104970192oiw.2 for ; Tue, 06 Oct 2015 01:47:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HQQI677lPglhylPHk9oVujYMoU/tJvjVDM+5pfUeF6A=; b=UHdgff05tonGMMTvC2N4Ob4QAkfd2b2lYBoxm7vOxo74VbZdGxC5hcY6nW4daC1WZh rKFN248iEh7WfwyAUgc+NII4Z1vlIII9pGRya0zDirrwUedZKi+qTEHQyy1OlkXqQ1Z0 WWqMm6G1yzV0ogWjIsrivwvYlEQ5N9wOnLvJ5/86ezspbIL95LQlh/co2+dnmmujLU70 JNSiX3iK7r6l/uRkTWe+Ti4Fx4/1VRbLJYzW7C28/5NAubRWqQqtVOTBiD96qzLfO/Ma UETWKc4n4Wc0hNj106yia80sY3z2/Irh6hQvz0pKWrpndAokeTc7kVcTgNbg5NOFpEA4 Fqfw== MIME-Version: 1.0 X-Received: by 10.202.228.210 with SMTP id b201mr19132958oih.100.1444121270777; Tue, 06 Oct 2015 01:47:50 -0700 (PDT) Received: by 10.202.222.134 with HTTP; Tue, 6 Oct 2015 01:47:50 -0700 (PDT) Date: Tue, 6 Oct 2015 11:47:50 +0300 Message-ID: Subject: questions regarding "Inactive", "Cache" and "Buffers" memory From: Martin T To: freebsd-i386@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 08:47:52 -0000 Hi, FreeBSD "top" utility categorizes memory into "Active", "Inact", "Wired", "Cache", "Buf" and "Free" sections. For example: Mem: 125M Active, 42M Inact, 51M Wired, 17M Cache, 34M Buf, 2720K Free Swap: 512M Total, 512M Free Those sections should have following meanings: Active: Memory currently being used by processes. Inactive: Memory that was used by processes that are no longer running, but is cached since it may be used again. Wired: Memory in use by the FreeBSD kernel. This memory cannot be swapped out. Cache: Memory being used to cache data. Can be freed immediately if required. Buffers: Disk(HDD/SSD) cache. Free: Completely free and ready to use. Questions: 1) Is it possible to flush "Inactive", "Cache" or "Buffers" memory? Or can this be done only be kernel automatically? 2) What is the difference between "Cache" and "Buffers" memory? thanks, Martin From owner-freebsd-i386@freebsd.org Tue Oct 6 12:58:47 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 679AD9B25EE for ; Tue, 6 Oct 2015 12:58:47 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail109.syd.optusnet.com.au (mail109.syd.optusnet.com.au [211.29.132.80]) by mx1.freebsd.org (Postfix) with ESMTP id 2C30DFC6 for ; Tue, 6 Oct 2015 12:58:46 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c211-30-166-197.carlnfd1.nsw.optusnet.com.au (c211-30-166-197.carlnfd1.nsw.optusnet.com.au [211.30.166.197]) by mail109.syd.optusnet.com.au (Postfix) with ESMTPS id AE50DD66154; Tue, 6 Oct 2015 23:58:34 +1100 (AEDT) Date: Tue, 6 Oct 2015 23:58:33 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Martin T cc: freebsd-i386@freebsd.org Subject: Re: questions regarding "Inactive", "Cache" and "Buffers" memory In-Reply-To: Message-ID: <20151006231051.Q2729@besplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=R4L+YolX c=1 sm=1 tr=0 a=KA6XNC2GZCFrdESI5ZmdjQ==:117 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=kj9zAlcOel0A:10 a=OXxPhNoKxnt1On6mg8cA:9 a=CjuIK1q_8ugA:10 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 12:58:47 -0000 On Tue, 6 Oct 2015, Martin T wrote: This is not really i386-specific. > FreeBSD "top" utility categorizes memory into "Active", "Inact", > "Wired", "Cache", "Buf" and "Free" sections. For example: > > Mem: 125M Active, 42M Inact, 51M Wired, 17M Cache, 34M Buf, 2720K Free > Swap: 512M Total, 512M Free > > Those sections should have following meanings: "should" according to top's UI? Some of them are too FreeBSD-specific to match a general UI. > Active: Memory currently being used by processes. > Inactive: Memory that was used by processes that are no longer > running, but is cached since it may be used again. > Wired: Memory in use by the FreeBSD kernel. This memory cannot be swapped out. > Cache: Memory being used to cache data. Can be freed immediately if required. > Buffers: Disk(HDD/SSD) cache. "Buf" is a generic idea, but top only displays a FreeBSD buffer variable that is unrelated to top's idea of what it is, and is among the least useful of FreeBSD buffer-related variables. It is what is given by the vfs.bufspace sysctl. Most of the disk cache lives in VMIO pages which are counted under "Inact". Under some loads (especially light ones), "Inact" is mostly for the disk cache, but it is not easy to say exactly when this applies. "Buf" is just the amount of virtual memory currently used for mapping VMIO pages. In normal use (not using zfs) after the system has read a lot off disks, it is much smaller than the amount buffered in VMIO pages. The mapping may be sparse or fragmented, so it may be much larger than the amount mapped. It is limited to a fixed amount given by the vfs.maxbufspace syscall. This value is even less interesting since it is fixed at boot time and is determined by the amount of memory unless it is manually configured. But unless the mapping is very sparse or fragmented, after the buffer cache warms up bufspace is much the same as maxbufspace. So all that the dynamic bufspace tells you most of the time is how ineffective the mapping is. > Free: Completely free and ready to use. > > Questions: > > 1) Is it possible to flush "Inactive", "Cache" or "Buffers" memory? Or > can this be done only be kernel automatically? I don't know of any way except unmounting a file system. That moves all pages for buffering the file system out of "Inact", and any of these that are mapped into the buffer cache out of "Buf". zfs doesn't use the normal mechism, so I think neither "Inact" or "Buf" is relevant for it. It now has its own line on the top display. > 2) What is the difference between "Cache" and "Buffers" memory? "Cache" is even more technical and unsuitable for putting in the top display than "Buf". Since it is a FreeBSD (mach vm) thing, users shouldn't even detect top to display it. This seems to be fixed in -current -- "Cache" is just not displayed. It usually has a small value (28K on my old system) so was best ignored. "Wired" and "Inact" are also techical vm things, but they are worth displaying since they have interesting values that can be partly understood without knowing all the details. Bruce From owner-freebsd-i386@freebsd.org Tue Oct 6 14:23:25 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 776579B68B4; Tue, 6 Oct 2015 14:23:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8999BA; Tue, 6 Oct 2015 14:23:25 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C86F218F8; Tue, 6 Oct 2015 14:23:13 +0000 (UTC) Date: Tue, 6 Oct 2015 14:22:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <923849599.199.1444141381712.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #179 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 14:23:25 -0000 FreeBSD_STABLE_9-i386 - Build #179 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/179/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/179/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/179/console Change summaries: 288919 by mav: MFC r287654: Add support for PPP-Max-Payload PPPoE tag (RFC4638). Submitted by: Dmitry Luhtionov The end of the build log: [...truncated 79830 lines...] objcopy --only-keep-debug ng_gif.ko.debug ng_gif.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_gif.ko.symbols ng_gif.ko.debug ng_gif.ko ===> netgraph/gif_demux (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/gif_demux/../../../netgraph/ng_gif_demux.c -o ng_gif_demux.o ctfconvert -L VERSION -g ng_gif_demux.o ld -d -warn-common -r -d -o ng_gif_demux.kld ng_gif_demux.o ctfmerge -L VERSION -g -o ng_gif_demux.kld ng_gif_demux.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_gif_demux.kld export_syms | xargs -J% objcopy % ng_gif_demux.kld ld -Bshareable -d -warn-common -o ng_gif_demux.ko.debug ng_gif_demux.kld objcopy --only-keep-debug ng_gif_demux.ko.debug ng_gif_demux.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_gif_demux.ko.symbols ng_gif_demux.ko.debug ng_gif_demux.ko ===> netgraph/hole (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/hole/../../../netgraph/ng_hole.c -o ng_hole.o ctfconvert -L VERSION -g ng_hole.o ld -d -warn-common -r -d -o ng_hole.kld ng_hole.o ctfmerge -L VERSION -g -o ng_hole.kld ng_hole.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_hole.kld export_syms | xargs -J% objcopy % ng_hole.kld ld -Bshareable -d -warn-common -o ng_hole.ko.debug ng_hole.kld objcopy --only-keep-debug ng_hole.ko.debug ng_hole.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_hole.ko.symbols ng_hole.ko.debug ng_hole.ko ===> netgraph/hub (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/hub/../../../netgraph/ng_hub.c -o ng_hub.o ctfconvert -L VERSION -g ng_hub.o ld -d -warn-common -r -d -o ng_hub.kld ng_hub.o ctfmerge -L VERSION -g -o ng_hub.kld ng_hub.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_hub.kld export_syms | xargs -J% objcopy % ng_hub.kld ld -Bshareable -d -warn-common -o ng_hub.ko.debug ng_hub.kld objcopy --only-keep-debug ng_hub.ko.debug ng_hub.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_hub.ko.symbols ng_hub.ko.debug ng_hub.ko ===> netgraph/iface (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/iface/../../../netgraph/ng_iface.c -o ng_iface.o ctfconvert -L VERSION -g ng_iface.o ld -d -warn-common -r -d -o ng_iface.kld ng_iface.o ctfmerge -L VERSION -g -o ng_iface.kld ng_iface.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_iface.kld export_syms | xargs -J% objcopy % ng_iface.kld ld -Bshareable -d -warn-common -o ng_iface.ko.debug ng_iface.kld objcopy --only-keep-debug ng_iface.ko.debug ng_iface.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_iface.ko.symbols ng_iface.ko.debug ng_iface.ko ===> netgraph/ip_input (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/ip_input/../../../netgraph/ng_ip_input.c -o ng_ip_input.o ctfconvert -L VERSION -g ng_ip_input.o ld -d -warn-common -r -d -o ng_ip_input.kld ng_ip_input.o ctfmerge -L VERSION -g -o ng_ip_input.kld ng_ip_input.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_ip_input.kld export_syms | xargs -J% objcopy % ng_ip_input.kld ld -Bshareable -d -warn-common -o ng_ip_input.ko.debug ng_ip_input.kld objcopy --only-keep-debug ng_ip_input.ko.debug ng_ip_input.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_ip_input.ko.symbols ng_ip_input.ko.debug ng_ip_input.ko ===> netgraph/ipfw (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/ipfw/../../../netgraph/ng_ipfw.c -o ng_ipfw.o ctfconvert -L VERSION -g ng_ipfw.o ld -d -warn-common -r -d -o ng_ipfw.kld ng_ipfw.o ctfmerge -L VERSION -g -o ng_ipfw.kld ng_ipfw.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_ipfw.kld export_syms | xargs -J% objcopy % ng_ipfw.kld ld -Bshareable -d -warn-common -o ng_ipfw.ko.debug ng_ipfw.kld objcopy --only-keep-debug ng_ipfw.ko.debug ng_ipfw.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_ipfw.ko.symbols ng_ipfw.ko.debug ng_ipfw.ko ===> netgraph/ksocket (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/ksocket/../../../netgraph/ng_ksocket.c -o ng_ksocket.o ctfconvert -L VERSION -g ng_ksocket.o ld -d -warn-common -r -d -o ng_ksocket.kld ng_ksocket.o ctfmerge -L VERSION -g -o ng_ksocket.kld ng_ksocket.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_ksocket.kld export_syms | xargs -J% objcopy % ng_ksocket.kld ld -Bshareable -d -warn-common -o ng_ksocket.ko.debug ng_ksocket.kld objcopy --only-keep-debug ng_ksocket.ko.debug ng_ksocket.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_ksocket.ko.symbols ng_ksocket.ko.debug ng_ksocket.ko ===> netgraph/l2tp (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/l2tp/../../../netgraph/ng_l2tp.c -o ng_l2tp.o ctfconvert -L VERSION -g ng_l2tp.o ld -d -warn-common -r -d -o ng_l2tp.kld ng_l2tp.o ctfmerge -L VERSION -g -o ng_l2tp.kld ng_l2tp.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_l2tp.kld export_syms | xargs -J% objcopy % ng_l2tp.kld ld -Bshareable -d -warn-common -o ng_l2tp.ko.debug ng_l2tp.kld objcopy --only-keep-debug ng_l2tp.ko.debug ng_l2tp.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_l2tp.ko.symbols ng_l2tp.ko.debug ng_l2tp.ko ===> netgraph/lmi (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/lmi/../../../netgraph/ng_lmi.c -o ng_lmi.o ctfconvert -L VERSION -g ng_lmi.o ld -d -warn-common -r -d -o ng_lmi.kld ng_lmi.o ctfmerge -L VERSION -g -o ng_lmi.kld ng_lmi.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_lmi.kld export_syms | xargs -J% objcopy % ng_lmi.kld ld -Bshareable -d -warn-common -o ng_lmi.ko.debug ng_lmi.kld objcopy --only-keep-debug ng_lmi.ko.debug ng_lmi.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_lmi.ko.symbols ng_lmi.ko.debug ng_lmi.ko ===> netgraph/mppc (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/mppc/../../../netgraph/ng_mppc.c -o ng_mppc.o cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/mppc/../../../crypto/sha1.c -o sha1.o ctfconvert -L VERSION -g sha1.o ctfconvert -L VERSION -g ng_mppc.o ld -d -warn-common -r -d -o ng_mppc.kld ng_mppc.o sha1.o ctfmerge -L VERSION -g -o ng_mppc.kld ng_mppc.o sha1.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_mppc.kld export_syms | xargs -J% objcopy % ng_mppc.kld ld -Bshareable -d -warn-common -o ng_mppc.ko.debug ng_mppc.kld objcopy --only-keep-debug ng_mppc.ko.debug ng_mppc.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_mppc.ko.symbols ng_mppc.ko.debug ng_mppc.ko ===> netgraph/nat (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/nat/../../../netgraph/ng_nat.c -o ng_nat.o ctfconvert -L VERSION -g ng_nat.o ld -d -warn-common -r -d -o ng_nat.kld ng_nat.o ctfmerge -L VERSION -g -o ng_nat.kld ng_nat.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_nat.kld export_syms | xargs -J% objcopy % ng_nat.kld ld -Bshareable -d -warn-common -o ng_nat.ko.debug ng_nat.kld objcopy --only-keep-debug ng_nat.ko.debug ng_nat.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_nat.ko.symbols ng_nat.ko.debug ng_nat.ko ===> netgraph/netflow (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/netflow/../../../netgraph/netflow/ng_netflow.c -o ng_netflow.o cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/netflow/../../../netgraph/netflow/netflow.c -o netflow.o cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/netflow/../../../netgraph/netflow/netflow_v9.c -o netflow_v9.o ctfconvert -L VERSION -g netflow_v9.o ctfconvert -L VERSION -g ng_netflow.o ctfconvert -L VERSION -g netflow.o ld -d -warn-common -r -d -o ng_netflow.kld ng_netflow.o netflow.o netflow_v9.o ctfmerge -L VERSION -g -o ng_netflow.kld ng_netflow.o netflow.o netflow_v9.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_netflow.kld export_syms | xargs -J% objcopy % ng_netflow.kld ld -Bshareable -d -warn-common -o ng_netflow.ko.debug ng_netflow.kld objcopy --only-keep-debug ng_netflow.ko.debug ng_netflow.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_netflow.ko.symbols ng_netflow.ko.debug ng_netflow.ko ===> netgraph/netgraph (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c -o ng_base.o cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_parse.c -o ng_parse.o ctfconvert -L VERSION -g ng_parse.o ctfconvert -L VERSION -g ng_base.o ld -d -warn-common -r -d -o netgraph.kld ng_base.o ng_parse.o ctfmerge -L VERSION -g -o netgraph.kld ng_base.o ng_parse.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk netgraph.kld export_syms | xargs -J% objcopy % netgraph.kld ld -Bshareable -d -warn-common -o netgraph.ko.debug netgraph.kld objcopy --only-keep-debug netgraph.ko.debug netgraph.ko.symbols objcopy --strip-debug --add-gnu-debuglink=netgraph.ko.symbols netgraph.ko.debug netgraph.ko ===> netgraph/one2many (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/one2many/../../../netgraph/ng_one2many.c -o ng_one2many.o ctfconvert -L VERSION -g ng_one2many.o ld -d -warn-common -r -d -o ng_one2many.kld ng_one2many.o ctfmerge -L VERSION -g -o ng_one2many.kld ng_one2many.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_one2many.kld export_syms | xargs -J% objcopy % ng_one2many.kld ld -Bshareable -d -warn-common -o ng_one2many.ko.debug ng_one2many.kld objcopy --only-keep-debug ng_one2many.ko.debug ng_one2many.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_one2many.ko.symbols ng_one2many.ko.debug ng_one2many.ko ===> netgraph/patch (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/patch/../../../netgraph/ng_patch.c -o ng_patch.o ctfconvert -L VERSION -g ng_patch.o ld -d -warn-common -r -d -o ng_patch.kld ng_patch.o ctfmerge -L VERSION -g -o ng_patch.kld ng_patch.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_patch.kld export_syms | xargs -J% objcopy % ng_patch.kld ld -Bshareable -d -warn-common -o ng_patch.ko.debug ng_patch.kld objcopy --only-keep-debug ng_patch.ko.debug ng_patch.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_patch.ko.symbols ng_patch.ko.debug ng_patch.ko ===> netgraph/pipe (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/pipe/../../../netgraph/ng_pipe.c -o ng_pipe.o ctfconvert -L VERSION -g ng_pipe.o ld -d -warn-common -r -d -o ng_pipe.kld ng_pipe.o ctfmerge -L VERSION -g -o ng_pipe.kld ng_pipe.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_pipe.kld export_syms | xargs -J% objcopy % ng_pipe.kld ld -Bshareable -d -warn-common -o ng_pipe.ko.debug ng_pipe.kld objcopy --only-keep-debug ng_pipe.ko.debug ng_pipe.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_pipe.ko.symbols ng_pipe.ko.debug ng_pipe.ko ===> netgraph/ppp (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/ppp/../../../netgraph/ng_ppp.c -o ng_ppp.o ctfconvert -L VERSION -g ng_ppp.o ld -d -warn-common -r -d -o ng_ppp.kld ng_ppp.o ctfmerge -L VERSION -g -o ng_ppp.kld ng_ppp.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_ppp.kld export_syms | xargs -J% objcopy % ng_ppp.kld ld -Bshareable -d -warn-common -o ng_ppp.ko.debug ng_ppp.kld objcopy --only-keep-debug ng_ppp.ko.debug ng_ppp.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ng_ppp.ko.symbols ng_ppp.ko.debug ng_ppp.ko ===> netgraph/pppoe (all) cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c -o ng_pppoe.o /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c: In function 'ng_pppoe_rcvmsg': /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:1018: error: 'PTT_MAX_PAYL' undeclared (first use in this function) /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:1018: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:1018: error: for each function it appears in.) /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c: In function 'ng_pppoe_rcvdata_ether': /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:1506: error: 'PTT_MAX_PAYL' undeclared (first use in this function) *** [ng_pppoe.o] Error code 1 1 error *** [all] Error code 2 1 error *** [all] Error code 2 1 error *** [modules-all] Error code 2 text data bss dec hex filename 15447106 922776 816968 17186850 1064022 kernel.debug 1 error *** [buildkernel] Error code 2 1 error *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson5974148731876188909.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Oct 6 14:26:14 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C81E39B6BC1 for ; Tue, 6 Oct 2015 14:26:14 +0000 (UTC) (envelope-from m4rtntns@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92079BE6 for ; Tue, 6 Oct 2015 14:26:14 +0000 (UTC) (envelope-from m4rtntns@gmail.com) Received: by oixx17 with SMTP id x17so109479533oix.0 for ; Tue, 06 Oct 2015 07:26:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qquGWOiUFz3IHPdyE9Q7l03h6SwqRzN+Tf/FiZgwl/g=; b=P2ejxt4vH/SiJK0ogno/887LXcoYQo+kqL+UD1DJHTIzwk5kkOSaNVmGckst6zU5zA L+UgAO0XaAAE6ivI9sm1xeKELtnd+l8pGv6Ox5X+zy0VyfF4Qu3wPLL1UopKSGwAmh1v H2vghCH2m+VXobuno23jl0l6kWyRt3kYHUwgsTSCrJJ58rPdENT9gnPbutpH178VGDyS lP4aLtpYYWOCaKrPWcD/Gl3xRmyTTmBqYJdD2La8UPXKvY6ZqkkL9qdyisn2MZryieRO 1EIwQwV9A1LZvE8g85elg007H03fIH7KJXamK+hcJfNCEuG8c3uPR/eS+8MoKTKTF6GQ EngA== MIME-Version: 1.0 X-Received: by 10.202.228.210 with SMTP id b201mr20125205oih.100.1444141573925; Tue, 06 Oct 2015 07:26:13 -0700 (PDT) Received: by 10.202.222.134 with HTTP; Tue, 6 Oct 2015 07:26:13 -0700 (PDT) In-Reply-To: <20151006231051.Q2729@besplex.bde.org> References: <20151006231051.Q2729@besplex.bde.org> Date: Tue, 6 Oct 2015 17:26:13 +0300 Message-ID: Subject: Re: questions regarding "Inactive", "Cache" and "Buffers" memory From: Martin T To: brde@optusnet.com.au Cc: freebsd-i386@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 14:26:14 -0000 Thanks for explanation! This is probably a huge simplification, but am I correct that FreeBSD kernel will automatically allocate memory from "Inactive", "Cache" and "Buffers" pools to "Active" and "Wired" if this is needed? Martin On 10/6/15, Bruce Evans wrote: > On Tue, 6 Oct 2015, Martin T wrote: > > This is not really i386-specific. > >> FreeBSD "top" utility categorizes memory into "Active", "Inact", >> "Wired", "Cache", "Buf" and "Free" sections. For example: >> >> Mem: 125M Active, 42M Inact, 51M Wired, 17M Cache, 34M Buf, 2720K Free >> Swap: 512M Total, 512M Free >> >> Those sections should have following meanings: > > "should" according to top's UI? Some of them are too FreeBSD-specific > to match a general UI. > >> Active: Memory currently being used by processes. >> Inactive: Memory that was used by processes that are no longer >> running, but is cached since it may be used again. >> Wired: Memory in use by the FreeBSD kernel. This memory cannot be swapped >> out. >> Cache: Memory being used to cache data. Can be freed immediately if >> required. >> Buffers: Disk(HDD/SSD) cache. > > "Buf" is a generic idea, but top only displays a FreeBSD buffer variable > that is unrelated to top's idea of what it is, and is among the least > useful > of FreeBSD buffer-related variables. It is what is given by the > vfs.bufspace > sysctl. > > Most of the disk cache lives in VMIO pages which are counted under > "Inact". Under some loads (especially light ones), "Inact" is > mostly for the disk cache, but it is not easy to say exactly when this > applies. > > "Buf" is just the amount of virtual memory currently used for > mapping VMIO pages. In normal use (not using zfs) after the system > has read a lot off disks, it is much smaller than the amount buffered > in VMIO pages. The mapping may be sparse or fragmented, so it may be > much larger than the amount mapped. It is limited to a fixed amount > given by the vfs.maxbufspace syscall. This value is even less > interesting since it is fixed at boot time and is determined by the > amount of memory unless it is manually configured. But unless the > mapping is very sparse or fragmented, after the buffer cache warms up > bufspace is much the same as maxbufspace. So all that the dynamic > bufspace tells you most of the time is how ineffective the mapping is. > >> Free: Completely free and ready to use. >> >> Questions: >> >> 1) Is it possible to flush "Inactive", "Cache" or "Buffers" memory? Or >> can this be done only be kernel automatically? > > I don't know of any way except unmounting a file system. That moves > all pages for buffering the file system out of "Inact", and any of > these that are mapped into the buffer cache out of "Buf". > > zfs doesn't use the normal mechism, so I think neither "Inact" or > "Buf" is relevant for it. It now has its own line on the top display. > >> 2) What is the difference between "Cache" and "Buffers" memory? > > "Cache" is even more technical and unsuitable for putting in the top > display than "Buf". Since it is a FreeBSD (mach vm) thing, users > shouldn't even detect top to display it. This seems to be fixed in > -current -- "Cache" is just not displayed. It usually has a small > value (28K on my old system) so was best ignored. > > "Wired" and "Inact" are also techical vm things, but they are worth > displaying since they have interesting values that can be partly > understood without knowing all the details. > > Bruce > From owner-freebsd-i386@freebsd.org Tue Oct 6 16:25:01 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 107039D0F93; Tue, 6 Oct 2015 16:25:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 0150ED3C; Tue, 6 Oct 2015 16:25:01 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 35D7B191D; Tue, 6 Oct 2015 16:24:59 +0000 (UTC) Date: Tue, 6 Oct 2015 16:24:53 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: amdmi3@FreeBSD.org, mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <70398947.201.1444148697676.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <923849599.199.1444141381712.JavaMail.jenkins@jenkins-9.freebsd.org> References: <923849599.199.1444141381712.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #180 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 16:25:01 -0000 FreeBSD_STABLE_9-i386 - Build #180 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/180/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/180/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/180/console Change summaries: 288925 by amdmi3: MFC r288120: Fix crash on parsing some inf files 288922 by mav: MFC r253564 (by glebius): Add constant for PPP-Max-PayLoad tag. Submitted by: Dmitry Luhtionov 288921 by mav: MFC r287821: Document NGM_PPPOE_SETMAXP. Submitted by: Dmitry Luhtionov From owner-freebsd-i386@freebsd.org Tue Oct 6 17:17:44 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC0E39B6B70; Tue, 6 Oct 2015 17:17:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id A04A9ADE; Tue, 6 Oct 2015 17:17:44 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C584A1934; Tue, 6 Oct 2015 17:17:44 +0000 (UTC) Date: Tue, 6 Oct 2015 17:17:43 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1369830013.203.1444151863989.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1320 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 17:17:44 -0000 FreeBSD_HEAD_i386 - Build #1320 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1320/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1320/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1320/console Change summaries: 288929 by ngie: Integrate the tests from libxo into the FreeBSD test suite The functional_test.sh harness for each test subdir was inspired by the version in bin/sh/tests/functional_test.sh Some gymnastics were required to deal with implicit rules for .c / .o -> .out as the suffix transformation rules were incorrectly trying to create the test outputs from some of the source files Sponsored by: EMC / Isilon Storage Division The end of the build log: [...truncated 6183 lines...] --- _sub.obj --- --- secure.obj__D --- ===> secure/usr.sbin/sshd (obj) --- lib.obj__D --- ===> lib/libutil/tests (obj) --- rescue.obj__D --- --- obj --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/rtsol created for /usr/src/sbin/rtsol --- sbin.obj__D --- --- obj --- --- rescue.obj__D --- cd /usr/src/rescue/rescue/../../sbin/savecore && MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue make DIRPRFX=rescue/rescue/savecore/ -DRESCUE CRUNCH_CFLAGS=-DRESCUE obj --- sbin.obj__D --- /usr/obj/usr/src/sbin/geom/class/journal created for /usr/src/sbin/geom/class/journal ===> sbin/geom/class/label (obj) --- lib.obj__D --- --- obj --- --- secure.obj__D --- --- obj --- --- lib.obj__D --- /usr/obj/usr/src/lib/libutil/tests created for /usr/src/lib/libutil/tests --- secure.obj__D --- /usr/obj/usr/src/secure/usr.sbin/sshd created for /usr/src/secure/usr.sbin/sshd ===> secure/usr.sbin/tests (obj) --- lib.obj__D --- --- obj --- --- obj_subdir_libvgl --- ===> lib/libvgl (obj) --- rescue.obj__D --- --- obj --- --- sbin.obj__D --- --- obj --- /usr/obj/usr/src/sbin/geom/class/label created for /usr/src/sbin/geom/class/label --- rescue.obj__D --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/savecore created for /usr/src/sbin/savecore cd /usr/src/rescue/rescue/../../sbin/spppcontrol && MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue make DIRPRFX=rescue/rescue/spppcontrol/ -DRESCUE CRUNCH_CFLAGS=-DRESCUE obj --- sbin.obj__D --- ===> sbin/geom/class/mirror (obj) --- secure.obj__D --- --- obj --- /usr/obj/usr/src/secure/usr.sbin/tests created for /usr/src/secure/usr.sbin/tests --- sbin.obj__D --- --- obj_subdir_ggate --- ===> sbin/ggate (obj) --- lib.obj__D --- --- obj --- /usr/obj/usr/src/lib/libvgl created for /usr/src/lib/libvgl --- obj_subdir_libwrap --- ===> lib/libwrap (obj) --- sbin.obj__D --- --- _sub.obj --- ===> sbin/ggate/ggatec (obj) --- rescue.obj__D --- --- obj --- --- sbin.obj__D --- --- obj_subdir_geom --- --- obj --- --- rescue.obj__D --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/spppcontrol created for /usr/src/sbin/spppcontrol --- sbin.obj__D --- /usr/obj/usr/src/sbin/geom/class/mirror created for /usr/src/sbin/geom/class/mirror --- rescue.obj__D --- cd /usr/src/rescue/rescue/../../sbin/swapon && MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue make DIRPRFX=rescue/rescue/swapon/ -DRESCUE CRUNCH_CFLAGS=-DRESCUE obj --- sbin.obj__D --- ===> sbin/geom/class/mountver (obj) --- lib.obj__D --- --- obj --- /usr/obj/usr/src/lib/libwrap created for /usr/src/lib/libwrap --- obj_subdir_libxo --- ===> lib/libxo (obj) --- sbin.obj__D --- --- obj_subdir_ggate --- --- obj --- /usr/obj/usr/src/sbin/ggate/ggatec created for /usr/src/sbin/ggate/ggatec ===> sbin/ggate/ggated (obj) --- rescue.obj__D --- --- obj --- --- sbin.obj__D --- --- obj_subdir_geom --- --- obj --- --- rescue.obj__D --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/swapon created for /usr/src/sbin/swapon cd /usr/src/rescue/rescue/../../sbin/sysctl && MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue make DIRPRFX=rescue/rescue/sysctl/ -DRESCUE CRUNCH_CFLAGS=-DRESCUE obj --- sbin.obj__D --- /usr/obj/usr/src/sbin/geom/class/mountver created for /usr/src/sbin/geom/class/mountver ===> sbin/geom/class/multipath (obj) --- lib.obj__D --- --- _sub.obj --- ===> lib/libxo/tests (obj) --- sbin.obj__D --- --- obj_subdir_ggate --- --- obj --- /usr/obj/usr/src/sbin/ggate/ggated created for /usr/src/sbin/ggate/ggated ===> sbin/ggate/ggatel (obj) --- rescue.obj__D --- --- obj --- --- sbin.obj__D --- --- obj_subdir_geom --- --- obj --- --- rescue.obj__D --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/sysctl created for /usr/src/sbin/sysctl cd /usr/src/rescue/rescue/../../sbin/tunefs && MAKEOBJDIRPREFIX=/usr/obj/usr/src/rescue/rescue make DIRPRFX=rescue/rescue/tunefs/ -DRESCUE CRUNCH_CFLAGS=-DRESCUE obj --- sbin.obj__D --- /usr/obj/usr/src/sbin/geom/class/multipath created for /usr/src/sbin/geom/class/multipath ===> sbin/geom/class/nop (obj) --- obj_subdir_ggate --- --- obj --- /usr/obj/usr/src/sbin/ggate/ggatel created for /usr/src/sbin/ggate/ggatel --- share.obj__D --- ===> share (obj) --- lib.obj__D --- --- _sub.obj --- --- rescue.obj__D --- --- obj --- --- lib.obj__D --- ===> lib/libxo/tests/encoder (obj) cd: /usr/src/lib/libxo/tests/encoder: No such file or directory *** [_sub.obj] Error code 2 make[5]: stopped in /usr/src/lib/libxo/tests 1 error make[5]: stopped in /usr/src/lib/libxo/tests *** [_sub.obj] Error code 2 make[4]: stopped in /usr/src/lib/libxo 1 error make[4]: stopped in /usr/src/lib/libxo *** [obj_subdir_libxo] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.obj__D] Error code 2 make[2]: stopped in /usr/src --- rescue.obj__D --- /usr/obj/usr/src/rescue/rescue/usr/src/sbin/tunefs created for /usr/src/sbin/tunefs A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sbin/tunefs *** [obj] Error code 2 make[4]: stopped in /usr/src/rescue/rescue 1 error make[4]: stopped in /usr/src/rescue/rescue *** [_sub.obj] Error code 2 make[3]: stopped in /usr/src/rescue 1 error make[3]: stopped in /usr/src/rescue *** [rescue.obj__D] Error code 2 make[2]: stopped in /usr/src --- sbin.obj__D --- --- obj_subdir_geom --- A failure has been detected in another branch of the parallel make make[6]: stopped in /usr/src/sbin/geom/class/nop *** [_sub.obj] Error code 2 make[5]: stopped in /usr/src/sbin/geom/class 1 error make[5]: stopped in /usr/src/sbin/geom/class *** [_sub.obj] Error code 2 make[4]: stopped in /usr/src/sbin/geom 1 error make[4]: stopped in /usr/src/sbin/geom *** [obj_subdir_geom] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.obj__D] Error code 2 make[2]: stopped in /usr/src --- share.obj__D --- A failure has been detected in another branch of the parallel make make[3]: stopped in /usr/src/share *** [share.obj__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [_obj] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson3398632165487470244.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::106:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Tue Oct 6 20:48:21 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042619D008E; Tue, 6 Oct 2015 20:48:21 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id E8A6E2B9; Tue, 6 Oct 2015 20:48:20 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A56E21995; Tue, 6 Oct 2015 20:48:19 +0000 (UTC) Date: Tue, 6 Oct 2015 20:48:07 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: dim@FreeBSD.org, gjb@FreeBSD.org, cem@FreeBSD.org, ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <137834708.206.1444164495043.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1369830013.203.1444151863989.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1369830013.203.1444151863989.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1321 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 20:48:21 -0000 FreeBSD_HEAD_i386 - Build #1321 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1321/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1321/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1321/console Change summaries: 288948 by gjb: Update the last check revision marker. Sponsored by: The FreeBSD Foundation 288947 by gjb: Document r288943, clang, llvm, etc. updated to upstream 3.7.0. Sponsored by: The FreeBSD Foundation 288944 by cem: Fix core corruption caused by race in note_procstat_vmmap This fix is spiritually similar to r287442 and was discovered thanks to the KASSERT added in that revision. NT_PROCSTAT_VMMAP output length, when packing kinfo structs, is tied to the length of filenames corresponding to vnodes in the process' vm map via vn_fullpath. As vnodes may move during coredump, this is racy. We do not remove the race, only prevent it from causing coredump corruption. - Add a sysctl, kern.coredump_pack_vmmapinfo, to allow users to disable kinfo packing for PROCSTAT_VMMAP notes. This avoids VMMAP corruption and truncation, even if names change, at the cost of up to PATH_MAX bytes per mapped object. The new sysctl is documented in core.5. - Fix note_procstat_vmmap to self-limit in the second pass. This addresses corruption, at the cost of sometimes producing a truncated result. - Fix PROCSTAT_VMMAP consumers libutil (and libprocstat, via copy-paste) to grok the new zero padding. Reported by: pho (https://people.freebsd.org/~pho/stress/log/datamove4-2.txt) Relnotes: yes Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D3824 288943 by dim: Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.7.0 release. Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: Thanks to Ed Maste, Andrew Turner and Antoine Brodin for their help. Exp-run: antoine Relnotes: yes 288937 by gjb: Document r288669, stack protector "strong" level. Help from: pfg Sponsored by: The FreeBSD Foundation 288936 by gjb: Document r288654, lagg(4) fec removal. Sponsored by: The FreeBSD Foundation 288934 by ngie: Add directory for test encoder missed by accident in r288929 Sponsored by: EMC / Isilon Storage Division 288933 by ngie: Remove a comment from an earlier iteration of trying to figure out how the test encoder testcases worked From owner-freebsd-i386@freebsd.org Thu Oct 8 22:44:37 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E0AF9D10C0; Thu, 8 Oct 2015 22:44:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 12991B83; Thu, 8 Oct 2015 22:44:37 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3C5F71F4F; Thu, 8 Oct 2015 22:44:27 +0000 (UTC) Date: Thu, 8 Oct 2015 22:44:03 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mjg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <133035868.251.1444344264142.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1344 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 22:44:37 -0000 FreeBSD_HEAD_i386 - Build #1344 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1344/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1344/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1344/console Change summaries: 289055 by mjg: linux: fix handling of out-of-bounds syscall attempts Due to an off by one the code would read an entry past the table, as opposed to the last entry which contains the nosys handler. Reported by: Pawel Biernacki The end of the build log: [...truncated 254520 lines...] --- mac_biba.ko.full --- ld -Bshareable -d -warn-common -o mac_biba.ko.full mac_biba.kld --- mac_biba.ko.debug --- objcopy --only-keep-debug mac_biba.ko.full mac_biba.ko.debug --- mac_biba.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_biba.ko.debug mac_biba.ko.full mac_biba.ko --- all_subdir_linux --- --- linux_ptrace.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_ptrace.c -o linux_ptrace.o --- linux_vdso.o --- ctfconvert -L VERSION -g linux_vdso.o --- utnonansi.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/utilities/utnonansi.c --- modules-all --- --- linux_ptrace.o --- ctfconvert -L VERSION -g linux_ptrace.o --- utnonansi.o --- ctfconvert -L VERSION -g utnonansi.o --- modules-all --- --- linux_mib.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_mib.c -o linux_mib.o --- all_subdir_mac_none --- ===> mac_none (all) --- mac_none.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_none/../../security/mac_none/mac_none.c -o mac_none.o ctfconvert -L VERSION -g mac_none.o --- mac_none.kld --- ld -d -warn-common -r -d -o mac_none.kld mac_none.o ctfmerge -L VERSION -g -o mac_none.kld mac_none.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_none.kld export_syms | xargs -J% objcopy % mac_none.kld --- mac_none.ko.full --- ld -Bshareable -d -warn-common -o mac_none.ko.full mac_none.kld --- mac_none.ko.debug --- objcopy --only-keep-debug mac_none.ko.full mac_none.ko.debug --- mac_none.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_none.ko.debug mac_none.ko.full mac_none.ko --- all_subdir_linux --- --- linux_emul.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_emul.c -o linux_emul.o --- linux_mib.o --- ctfconvert -L VERSION -g linux_mib.o --- all_subdir_mac_partition --- ===> mac_partition (all) --- mac_partition.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_partition/../../security/mac_partition/mac_partition.c -o mac_partition.o --- all_subdir_linux --- --- linux_emul.o --- ctfconvert -L VERSION -g linux_emul.o --- all_subdir_mac_lomac --- ctfconvert -L VERSION -g mac_lomac.o --- all_subdir_linux --- --- linux.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux.c -o linux.o ctfconvert -L VERSION -g linux.o --- linux_assym.h --- sh /usr/src/sys/kern/genassym.sh linux_genassym.o > linux_assym.h --- all_subdir_mac_lomac --- --- mac_lomac.kld --- ld -d -warn-common -r -d -o mac_lomac.kld mac_lomac.o --- all_subdir_linux --- --- linux_file.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_file.c -o linux_file.o --- all_subdir_mac_lomac --- ctfmerge -L VERSION -g -o mac_lomac.kld mac_lomac.o --- all_subdir_mac_partition --- ctfconvert -L VERSION -g mac_partition.o --- all_subdir_mac_lomac --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_lomac.kld export_syms | xargs -J% objcopy % mac_lomac.kld --- mac_lomac.ko.full --- ld -Bshareable -d -warn-common -o mac_lomac.ko.full mac_lomac.kld --- all_subdir_mac_partition --- --- mac_partition.kld --- ld -d -warn-common -r -d -o mac_partition.kld mac_partition.o --- all_subdir_mac_lomac --- --- mac_lomac.ko.debug --- --- all_subdir_mac_partition --- ctfmerge -L VERSION -g -o mac_partition.kld mac_partition.o --- all_subdir_mac_lomac --- objcopy --only-keep-debug mac_lomac.ko.full mac_lomac.ko.debug --- mac_lomac.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_lomac.ko.debug mac_lomac.ko.full mac_lomac.ko --- utobject.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/contrib/dev/acpica/components/utilities/utobject.c --- modules-all --- --- all_subdir_mac_partition --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_partition.kld export_syms | xargs -J% objcopy % mac_partition.kld --- mac_partition.ko.full --- ld -Bshareable -d -warn-common -o mac_partition.ko.full mac_partition.kld --- mac_partition.ko.debug --- objcopy --only-keep-debug mac_partition.ko.full mac_partition.ko.debug --- mac_partition.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_partition.ko.debug mac_partition.ko.full mac_partition.ko --- all_subdir_linux --- --- linux_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c -o linux_misc.o --- utobject.o --- ctfconvert -L VERSION -g utobject.o --- modules-all --- --- all_subdir_mac_portacl --- ===> mac_portacl (all) --- all_subdir_mac_mls --- ctfconvert -L VERSION -g mac_mls.o --- all_subdir_mac_portacl --- --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_mls --- --- mac_mls.kld --- ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- all_subdir_linux --- --- linux_stats.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_stats.c -o linux_stats.o --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- mac_portacl.kld --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- mac_portacl.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- all_subdir_linux --- --- linux_sysvec.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c -o linux_sysvec.o --- linux_file.o --- ctfconvert -L VERSION -g linux_file.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- mac_seeotheruids.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_linux --- --- linux_stats.o --- ctfconvert -L VERSION -g linux_stats.o --- linux_misc.o --- ctfconvert -L VERSION -g linux_misc.o --- all_subdir_mac_stub --- --- all_subdir_linux --- --- linux_sysvec.o --- /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c:869:63: error: expected ';' after expression sa->callp = &p->p_sysent->sv_table[p->p_sysent->sv_size - 1] ^ ; 1 error generated. --- all_subdir_mac_stub --- ===> mac_stub (all) --- all_subdir_linux --- *** [linux_sysvec.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/linux 1 error make[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/mac_stub *** [all_subdir_mac_stub] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/mac_seeotheruids *** [all_subdir_mac_seeotheruids] Error code 2 make[3]: stopped in /usr/src/sys/modules 3 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson3083189903447712132.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Fri Oct 9 00:27:40 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DE499D078B; Fri, 9 Oct 2015 00:27:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 28C86620; Fri, 9 Oct 2015 00:27:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 453A01FA3; Fri, 9 Oct 2015 00:27:33 +0000 (UTC) Date: Fri, 9 Oct 2015 00:27:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: trasz@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1754480785.255.1444350450472.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <133035868.251.1444344264142.JavaMail.jenkins@jenkins-9.freebsd.org> References: <133035868.251.1444344264142.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1345 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 00:27:40 -0000 FreeBSD_HEAD_i386 - Build #1345 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1345/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1345/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1345/console Change summaries: 289057 by trasz: Remove comment obsoleted by r289056. MFC after: 1 month Sponsored by: The FreeBSD Foundation 289056 by trasz: Remove unused SI_SUB_* #defines. Reviewed by: kib@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3708 The end of the build log: [...truncated 181553 lines...] ld -Bshareable -d -warn-common -o mac_partition.ko.full mac_partition.kld --- mac_partition.ko.debug --- objcopy --only-keep-debug mac_partition.ko.full mac_partition.ko.debug --- all_subdir_linux --- ctfconvert -L VERSION -g linux_ptrace.o --- all_subdir_mac_partition --- --- mac_partition.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_partition.ko.debug mac_partition.ko.full mac_partition.ko --- all_subdir_linux --- --- linux_mib.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_mib.c -o linux_mib.o --- sha256c.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/crypto/sha2/sha256c.c --- modules-all --- ctfconvert -L VERSION -g linux_mib.o --- linux_emul.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_emul.c -o linux_emul.o ctfconvert -L VERSION -g linux_emul.o --- linux.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux.c -o linux.o --- all_subdir_mac_mls --- ctfconvert -L VERSION -g mac_mls.o --- all_subdir_mac_lomac --- ctfconvert -L VERSION -g mac_lomac.o --- all_subdir_linux --- ctfconvert -L VERSION -g linux.o --- linux_assym.h --- sh /usr/src/sys/kern/genassym.sh linux_genassym.o > linux_assym.h --- linux_file.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_file.c -o linux_file.o --- all_subdir_mac_mls --- --- mac_mls.kld --- ld -d -warn-common -r -d -o mac_mls.kld mac_mls.o ctfmerge -L VERSION -g -o mac_mls.kld mac_mls.o --- all_subdir_mac_lomac --- --- mac_lomac.kld --- ld -d -warn-common -r -d -o mac_lomac.kld mac_lomac.o ctfmerge -L VERSION -g -o mac_lomac.kld mac_lomac.o --- all_subdir_mac_mls --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_mls.kld export_syms | xargs -J% objcopy % mac_mls.kld --- mac_mls.ko.full --- ld -Bshareable -d -warn-common -o mac_mls.ko.full mac_mls.kld --- mac_mls.ko.debug --- objcopy --only-keep-debug mac_mls.ko.full mac_mls.ko.debug --- mac_mls.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_mls.ko.debug mac_mls.ko.full mac_mls.ko --- siphash.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/crypto/siphash/siphash.c --- modules-all --- --- all_subdir_mac_lomac --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_lomac.kld export_syms | xargs -J% objcopy % mac_lomac.kld --- mac_lomac.ko.full --- ld -Bshareable -d -warn-common -o mac_lomac.ko.full mac_lomac.kld --- mac_lomac.ko.debug --- objcopy --only-keep-debug mac_lomac.ko.full mac_lomac.ko.debug --- mac_lomac.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_lomac.ko.debug mac_lomac.ko.full mac_lomac.ko --- all_subdir_linux --- --- linux_misc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c -o linux_misc.o --- sha256c.o --- ctfconvert -L VERSION -g sha256c.o --- modules-all --- --- all_subdir_mac_portacl --- ===> mac_portacl (all) --- siphash.o --- ctfconvert -L VERSION -g siphash.o --- modules-all --- --- mac_portacl.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_portacl/../../security/mac_portacl/mac_portacl.c -o mac_portacl.o --- all_subdir_mac_seeotheruids --- ===> mac_seeotheruids (all) --- mac_seeotheruids.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_seeotheruids/../../security/mac_seeotheruids/mac_seeotheruids.c -o mac_seeotheruids.o --- all_subdir_mac_portacl --- ctfconvert -L VERSION -g mac_portacl.o --- all_subdir_mac_seeotheruids --- ctfconvert -L VERSION -g mac_seeotheruids.o --- all_subdir_mac_portacl --- --- mac_portacl.kld --- ld -d -warn-common -r -d -o mac_portacl.kld mac_portacl.o ctfmerge -L VERSION -g -o mac_portacl.kld mac_portacl.o --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.kld --- ld -d -warn-common -r -d -o mac_seeotheruids.kld mac_seeotheruids.o ctfmerge -L VERSION -g -o mac_seeotheruids.kld mac_seeotheruids.o --- all_subdir_mac_portacl --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_portacl.kld export_syms | xargs -J% objcopy % mac_portacl.kld --- mac_portacl.ko.full --- ld -Bshareable -d -warn-common -o mac_portacl.ko.full mac_portacl.kld --- all_subdir_mac_seeotheruids --- :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk mac_seeotheruids.kld export_syms | xargs -J% objcopy % mac_seeotheruids.kld --- all_subdir_mac_portacl --- --- mac_portacl.ko.debug --- objcopy --only-keep-debug mac_portacl.ko.full mac_portacl.ko.debug --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.ko.full --- --- all_subdir_mac_portacl --- --- mac_portacl.ko --- --- all_subdir_mac_seeotheruids --- ld -Bshareable -d -warn-common -o mac_seeotheruids.ko.full mac_seeotheruids.kld --- all_subdir_mac_portacl --- objcopy --strip-debug --add-gnu-debuglink=mac_portacl.ko.debug mac_portacl.ko.full mac_portacl.ko --- siphash_test.o --- cc -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -Werror /usr/src/sys/crypto/siphash/siphash_test.c --- modules-all --- --- all_subdir_mac_seeotheruids --- --- mac_seeotheruids.ko.debug --- objcopy --only-keep-debug mac_seeotheruids.ko.full mac_seeotheruids.ko.debug --- mac_seeotheruids.ko --- objcopy --strip-debug --add-gnu-debuglink=mac_seeotheruids.ko.debug mac_seeotheruids.ko.full mac_seeotheruids.ko --- all_subdir_linux --- --- linux_stats.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../compat/linux/linux_stats.c -o linux_stats.o --- linux_file.o --- ctfconvert -L VERSION -g linux_file.o --- siphash_test.o --- ctfconvert -L VERSION -g siphash_test.o --- modules-all --- --- all_subdir_mac_stub --- ===> mac_stub (all) --- all_subdir_mac_test --- ===> mac_test (all) --- all_subdir_mac_stub --- --- mac_stub.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_stub/../../security/mac_stub/mac_stub.c -o mac_stub.o --- all_subdir_mac_test --- --- mac_test.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/mac_test/../../security/mac_test/mac_test.c -o mac_test.o --- all_subdir_linux --- --- linux_misc.o --- ctfconvert -L VERSION -g linux_misc.o --- all_subdir_malo --- ===> malo (all) --- all_subdir_linux --- --- linux_stats.o --- ctfconvert -L VERSION -g linux_stats.o --- all_subdir_malo --- --- if_malo.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/malo/../../dev/malo/if_malo.c -o if_malo.o --- all_subdir_linux --- --- linux_sysvec.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -I/usr/obj/usr/src/sys/GENERIC -mno-mmx -mno-sse -msoft-float -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c -o linux_sysvec.o /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c:869:63: error: expected ';' after expression sa->callp = &p->p_sysent->sv_table[p->p_sysent->sv_size - 1] ^ ; 1 error generated. *** [linux_sysvec.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/linux 1 error make[4]: stopped in /usr/src/sys/modules/linux *** [all_subdir_linux] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_stub --- ctfconvert -L VERSION -g mac_stub.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/mac_stub *** [all_subdir_mac_stub] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_malo --- ctfconvert -L VERSION -g if_malo.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/malo *** [all_subdir_malo] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_mac_test --- ctfconvert -L VERSION -g mac_test.o A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/mac_test *** [all_subdir_mac_test] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /usr/obj/usr/src/sys/GENERIC 1 error make[2]: stopped in /usr/obj/usr/src/sys/GENERIC *** [buildkernel] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_i386] $ /bin/sh -xe /tmp/hudson2077688161342653759.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_i386' + echo 'clean up jail FreeBSD_HEAD_i386' clean up jail FreeBSD_HEAD_i386 + sudo jail -r FreeBSD_HEAD_i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_i386/usr/src + sudo umount FreeBSD_HEAD_i386/dev + sudo rm -fr FreeBSD_HEAD_i386 rm: FreeBSD_HEAD_i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_HEAD_i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_HEAD_i386/lib: Directory not empty rm: FreeBSD_HEAD_i386/sbin/init: Operation not permitted rm: FreeBSD_HEAD_i386/sbin: Directory not empty rm: FreeBSD_HEAD_i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/usr/lib: Directory not empty rm: FreeBSD_HEAD_i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/login: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin/su: Operation not permitted rm: FreeBSD_HEAD_i386/usr/bin: Directory not empty rm: FreeBSD_HEAD_i386/usr: Directory not empty rm: FreeBSD_HEAD_i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_HEAD_i386/libexec: Directory not empty rm: FreeBSD_HEAD_i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_HEAD_i386 + sudo rm -fr FreeBSD_HEAD_i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-i386@freebsd.org Fri Oct 9 02:39:18 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7967F9D2291; Fri, 9 Oct 2015 02:39:18 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6AB12ADA; Fri, 9 Oct 2015 02:39:18 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A201B1FE1; Fri, 9 Oct 2015 02:39:13 +0000 (UTC) Date: Fri, 9 Oct 2015 02:33:35 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cem@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <171670908.257.1444358348619.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1754480785.255.1444350450472.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1754480785.255.1444350450472.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_i386 - Build #1346 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_i386 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 02:39:18 -0000 FreeBSD_HEAD_i386 - Build #1346 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1346/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1346/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1346/console Change summaries: 289058 by cem: Fix missing semi-colon from r289055. Obtained from: mjg Sponsored by: EMC / Isilon Storage Division