[package - 120amd64-default][java/eclipse] Failed for eclipse-4.12_1 in build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Sun Nov 24 21:30:29 UTC 2019


You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     jonc at chen.org.nz
Last committer: pi at FreeBSD.org
Ident:          $FreeBSD: head/java/eclipse/Makefile 511553 2019-09-08 07:27:31Z pi $
Log URL:        http://beefy6.nyi.freebsd.org/data/120amd64-default/518286/logs/eclipse-4.12_1.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=120amd64-default&build=518286
Log:

=>> Building java/eclipse
build started at Sun Nov 24 20:27:56 UTC 2019
port directory: /usr/ports/java/eclipse
package name: eclipse-4.12_1
building for: FreeBSD 120amd64-default-job-06 12.0-RELEASE-p12 FreeBSD 12.0-RELEASE-p12 amd64
maintained by: jonc at chen.org.nz
Makefile ident:      $FreeBSD: head/java/eclipse/Makefile 511553 2019-09-08 07:27:31Z pi $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300047
Jail OSVERSION: 1200086
Job Id: 06

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1200086
UNAME_v=FreeBSD 12.0-RELEASE-p12
UNAME_r=12.0-RELEASE-p12
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/120amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/120amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=120amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/120amd64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
jonc at chen.org.nz
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work  HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/java/eclipse/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/java/eclipse/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/java/eclipse/work  HOME=/wrkdirs/usr/ports/java/eclipse/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/java/eclipse/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
JAVASHAREDIR="share/java"  JAVAJARDIR="share/java/classes" GTK2_VERSION="2.10.0"  GTK3_VERSION="3.0.0" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/eclipse"  EXAMPLESDIR="share/examples/eclipse"  DATADIR="share/eclipse"  WWWDIR="www/eclipse"  ETCDIR="etc/eclipse"
--End PLIST_SUB--

--SUB_LIST--
JAVASHAREDIR="/usr/local/share/java"  JAVAJARDIR="/usr/local/share/java/classes"  JAVALIBDIR="/usr/local/share/java/classes" JAVA_VERSION="8" PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/eclipse DOCSDIR=/usr/local/share/doc/eclipse EXAMPLESDIR=/usr/local/share/examples/eclipse  WWWDIR=/usr/local/www/eclipse ETCDIR=/usr/local/etc/eclipse
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=amd64
OPSYS=FreeBSD
_OSRELEASE=12.0-RELEASE-p12
OSREL=12.0
OSVERSION=1200086
PYTHONBASE=/usr/local
HAVE_COMPAT_IA32_KERN=YES
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License EPL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   eclipse-4.12_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.12.0.txz
[120amd64-default-job-06] Installing pkg-1.12.0...
[120amd64-default-job-06] Extracting pkg-1.12.0: .......... done
===>   eclipse-4.12_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of eclipse-4.12_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License EPL accepted by the user
===> Fetching all distfiles required by eclipse-4.12_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License EPL accepted by the user
===> Fetching all distfiles required by eclipse-4.12_1 for building
=> SHA256 Checksum OK for eclipse/eclipse.jdt-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.core-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.core.binaries-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.debug-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.ui-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.pde.build-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.pde.ui-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.common-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.debug-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.releng-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.releng.aggregator-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.resources-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.runtime-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.swt-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.swt.binaries-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.team-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.text-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.ua-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.ui-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.platform.ui.tools-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/rt.equinox.binaries-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/rt.equinox.bundles-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/rt.equinox.framework-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/rt.equinox.p2-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/daemonblade-eclipse-maven-repo-4.12_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License EPL accepted by the user
===> Fetching all distfiles required by eclipse-4.12_1 for building
===>  Extracting for eclipse-4.12_1
=> SHA256 Checksum OK for eclipse/eclipse.jdt-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.core-R4_12.tar.xz.
=> SHA256 Checksum OK for eclipse/eclipse.jdt.core.binaries-R4_12.tar.xz.
<snip>
[INFO] Compiling 79 source files to /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/target/pdebuild.jar-classes
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[90] 
	private String getSourcePluginName(FeatureEntry plugin, boolean versionSuffix) {
	                                   ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] 
	return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$	//$NON-NLS-2$
	              ^^^^^
Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[91] 
	return plugin.getId() + (versionSuffix ? "_" + plugin.getVersion() : ""); //$NON-NLS-1$	//$NON-NLS-2$
	                                                      ^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[95] 
	FeatureEntry[] pluginList = feature.getPluginEntries();
	^^^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[97] 
	FeatureEntry entry = pluginList[i];
	^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[102] 
	String versionRequested = entry.getVersion();
	                                ^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.getVersion()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[103] 
	model = getSite().getRegistry().getResolvedBundle(entry.getId(), versionRequested);
	                                                        ^^^^^
Discouraged access: The method 'FeatureEntry.getId()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[111] 
	private void collectSourcePlugins(BuildTimeFeature feature, FeatureEntry pluginEntry, BundleDescription model) throws CoreException {
	                                                            ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[119] 
	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
	                ^^^^^
Discouraged access: The method 'FeatureEntry.getOS()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[119] 
	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
	                                               ^^^^^
Discouraged access: The method 'FeatureEntry.getWS()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[119] 
	if (pluginEntry.getOS() == null && pluginEntry.getWS() == null && pluginEntry.getArch() == null) {
	                                                                              ^^^^^^^
Discouraged access: The method 'FeatureEntry.getArch()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[141] 
	FeatureEntry sourcePlugin;
	^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[147] 
	brandingPlugin = feature.getBrandingPlugin();
	                         ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.getBrandingPlugin()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[150] 
	sourceFeature.setBrandingPlugin(brandingPlugin);
	              ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.setBrandingPlugin(String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[152] 
	brandingPlugin = sourceFeature.getId();
	                               ^^^^^
Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[155] 
	FeatureEntry[] plugins = feature.getPluginEntries();
	^^^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[176] 
	FeatureEntry entry;
	^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[185] 
	entry = new FeatureEntry(id, version.toString(), false);
	            ^^^^^^^^^^^^
Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[185] 
	entry = new FeatureEntry(id, version.toString(), false);
	            ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[187] 
	entry.setOptional(((Boolean) items.get(Utils.EXTRA_OPTIONAL)).booleanValue());
	      ^^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setOptional(boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[188] 
	entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null);
	      ^^^^^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[189] 
	sourceFeature.addEntry(entry);
	              ^^^^^^^^
Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[197] 
	entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true);
	            ^^^^^^^^^^^^
Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[197] 
	entry = new FeatureEntry(model.getSymbolicName(), model.getVersion().toString(), true);
	            ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[198] 
	entry.setUnpack(((Boolean) items.get(Utils.EXTRA_UNPACK)).booleanValue());
	      ^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setUnpack(boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[199] 
	entry.setEnvironment((String) items.get(Utils.EXTRA_OS), (String) items.get(Utils.EXTRA_WS), (String) items.get(Utils.EXTRA_ARCH), null);
	      ^^^^^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[200] 
	sourceFeature.addEntry(entry);
	              ^^^^^^^^
Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[216] 
	private void generateSourceFragments(BuildTimeFeature sourceFeature, FeatureEntry sourcePlugin) throws CoreException {
	                                                                     ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[222] 
	String sourceFragmentId = sourceFeature.getId() + "." + configInfo.toString("."); //$NON-NLS-1$ //$NON-NLS-2$
	                                        ^^^^^
Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[226] 
	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
	^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[226] 
	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
	                                  ^^^^^^^^^^^^
Discouraged access: The type 'FeatureEntry' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[226] 
	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
	                                  ^^^^^^^^^^^^
Discouraged access: The constructor 'FeatureEntry(String, String, boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[226] 
	FeatureEntry sourceFragment = new FeatureEntry(sourceFragmentId, sourceFeature.getVersion(), true);
	                                                                               ^^^^^^^^^^
Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[227] 
	sourceFragment.setEnvironment(configInfo.getOs(), configInfo.getWs(), configInfo.getArch(), null);
	               ^^^^^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setEnvironment(String, String, String, String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[228] 
	sourceFragment.setFragment(true);
	               ^^^^^^^^^^^
Discouraged access: The method 'FeatureEntry.setFragment(boolean)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[232] 
	sourceFeature.addEntry(sourceFragment);
	              ^^^^^^^^
Discouraged access: The method 'Feature.addEntry(FeatureEntry)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[236] 
	private String computeSourceFeatureName(Feature featureForName, boolean withNumber) throws CoreException {
	                                        ^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[241] 
	sourceFeatureName = featureForName.getId() + ".source"; //$NON-NLS-1$
	                                   ^^^^^
Discouraged access: The method 'Feature.getId()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[242] 
	return sourceFeatureName + (withNumber ? "_" + featureForName.getVersion() : ""); //$NON-NLS-1$ //$NON-NLS-2$
	                                                              ^^^^^^^^^^
Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[246] 
	private BuildTimeFeature createSourceFeature(Feature featureExample) throws CoreException {
	                                             ^^^^^^^
Discouraged access: The type 'Feature' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[248] 
	String version = featureExample.getVersion();
	                                ^^^^^^^^^^
Discouraged access: The method 'Feature.getVersion()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] 
	result.setLabel(featureExample.getLabel());
	       ^^^^^^^^
Discouraged access: The method 'Feature.setLabel(String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[251] 
	result.setLabel(featureExample.getLabel());
	                               ^^^^^^^^
Discouraged access: The method 'Feature.getLabel()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] 
	result.setProviderName(featureExample.getProviderName());
	       ^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.setProviderName(String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[252] 
	result.setProviderName(featureExample.getProviderName());
	                                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.getProviderName()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] 
	result.setImage(featureExample.getImage());
	       ^^^^^^^^
Discouraged access: The method 'Feature.setImage(String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[253] 
	result.setImage(featureExample.getImage());
	                               ^^^^^^^^
Discouraged access: The method 'Feature.getImage()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] 
	result.setInstallHandler(featureExample.getInstallHandler());
	       ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.setInstallHandler(String)' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes')
[WARNING] /wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R4_12/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/SourceGenerator.java:[254] 
	result.setInstallHandler(featureExample.getInstallHandler());
	                                        ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'Feature.getInstallHandler()' is not API (restriction on classpath entry '/wrkdirs/usr/ports/java/eclipse/work/eclipse.platform.releng.aggregator-R*** Signal 9

Stop.
make: stopped in /usr/ports/java/eclipse


More information about the freebsd-pkg-fallout mailing list