Skip to content

Console Output

03:54:55 Started by upstream project "Build-eclipse-launcher" build number 42
03:54:55 originally caused by:
03:54:55  Started by user Sravan Kumar Lakkimsetti
03:54:55 Running as Sravan Kumar Lakkimsetti
03:54:56 Building remotely on b9h15-macos10.12 (macos-10.12 macos) in workspace /Users/genie.releng/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64
03:54:56 [WS-CLEANUP] Deleting project workspace...
03:54:56 [WS-CLEANUP] Deferred wipeout is used...
03:54:56 [cocoa-launcher-macosx-x86_64] $ /bin/bash -x /var/folders/m8/qw7_5n013v5chkbxp8pmtcxm0000gp/T/jenkins4147540372686016878.sh
03:54:56 + '[' true == false ']'
03:54:56 + mkdir -p /Users/genie.releng/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64/launcher
03:54:56 + pushd /Users/genie.releng/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64/launcher
03:54:56 ~/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64/launcher ~/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64
03:54:56 + curl -o source.tar.gz https://ci.eclipse.org/releng/job/Build-eclipse-launcher/ws/source.tar.gz
03:54:56   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
03:54:56                                  Dload  Upload   Total   Spent    Left  Speed
03:54:56 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 98482  100 98482    0     0   258k      0 --:--:-- --:--:-- --:--:--  257k
03:54:56 + tar xzf source.tar.gz
03:54:56 + pushd cocoa
03:54:56 ~/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64/launcher/cocoa ~/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64/launcher ~/jenkins_agent/workspace/cocoa-launcher-macosx-x86_64
03:54:56 + sh build.sh -arch x86_64
03:54:56 build x86_64
03:54:56 Building macosx launcher. Defaults: -os macosx -arch x86_64 -ws cocoa
03:54:58 rm -f eclipse eclipse_11301.so eclipseMain.o eclipseCocoaMain.o eclipseConfig.o eclipseCommon.o eclipseCocoaCommon.o eclipse.o eclipseCocoa.o eclipseUtil.o eclipseJNI.o eclipseShm.o
03:54:58 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c eclipseMain.c -o eclipseMain.o
03:54:59 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:54:59 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c eclipseCocoaMain.c -o eclipseCocoaMain.o
03:54:59 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:00 eclipseCocoaMain.c:53:6: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
03:55:00         if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) {
03:55:00             ^
03:55:00 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here
03:55:00 Gestalt(
03:55:00 ^
03:55:00 eclipseCocoaMain.c:53:14: warning: 'gestaltSystemVersion' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
03:55:00         if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) {
03:55:00                     ^
03:55:00 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:3: note: 'gestaltSystemVersion' has been explicitly marked deprecated here
03:55:00   gestaltSystemVersion          = 'sysv', /* system version*/
03:55:00   ^
03:55:00 2 warnings generated.
03:55:00 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseConfig.c -o eclipseConfig.o
03:55:00 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:00 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseCommon.c -o eclipseCommon.o
03:55:00 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:01 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers   -c -o eclipseCocoaCommon.o eclipseCocoaCommon.c
03:55:01 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:02 eclipseCocoaCommon.c:85:184: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
03:55:02         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:02                                                                                                                                                                                               ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:55:02 eclipseCocoaCommon.c:85:184: note: treat the string as an argument to avoid this
03:55:02         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:02                                                                                                                                                                                               ^
03:55:02                                                                                                                                                                                               @"%@", 
03:55:02 eclipseCocoaCommon.c:85:28: warning: 'alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:' is deprecated: first deprecated in macOS 10.10 - Use -init instead [-Wdeprecated-declarations]
03:55:02         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:02                                   ^
03:55:02 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:70:1: note: 'alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:' has been explicitly marked deprecated here
03:55:02 + (NSAlert *)alertWithMessageText:(NSString *)message defaultButton:(NSString *)defaultButton alternateButton:(NSString *)alternateButton otherButton:(NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) NS_DEPRECATED_MAC(10_3, 10_10, "Use -init instead");
03:55:02 ^
03:55:02 eclipseCocoaCommon.c:122:12: warning: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion]
03:55:02                 start[0] = NULL;
03:55:02                          ^ ~~~~
03:55:02 eclipseCocoaCommon.c:174:5: warning: 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:02         if(CFURLGetFSRef(url, &fsRef)) {
03:55:02            ^
03:55:02 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:475:9: note: 'CFURLGetFSRef' has been explicitly marked deprecated here
03:55:02 Boolean CFURLGetFSRef(CFURLRef url, struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:02         ^
03:55:02 eclipseCocoaCommon.c:175:7: warning: 'FSResolveAliasFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
03:55:02                 if( FSResolveAliasFile(&fsRef, true, &isFolder, &wasAliased) == noErr) {
03:55:02                     ^
03:55:02 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Aliases.h:300:1: note: 'FSResolveAliasFile' has been explicitly marked deprecated here
03:55:02 FSResolveAliasFile(
03:55:02 ^
03:55:02 eclipseCocoaCommon.c:176:15: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:02                         resolved = CFURLCreateFromFSRef(kCFAllocatorDefault, &fsRef);
03:55:02                                    ^
03:55:02 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:472:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
03:55:02 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:02          ^
03:55:02 6 warnings generated.
03:55:02 cc -pagezero_size 0x1000 -o eclipse -arch x86_64 eclipseMain.o eclipseCocoaMain.o eclipseConfig.o eclipseCommon.o eclipseCocoaCommon.o -framework Cocoa
03:55:02 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipse.c -o eclipse.o
03:55:02 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:03 ../eclipse.c:219:16: warning: unused variable 'gtk2Msg' [-Wunused-variable]
03:55:03 static _TCHAR* gtk2Msg =
03:55:03                ^
03:55:03 1 warning generated.
03:55:03 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers   -c -o eclipseCocoa.o eclipseCocoa.c
03:55:03 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:04 eclipseCocoa.c:116:33: warning: 'bestRepresentationForDevice:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
03:55:04                 NSImageRep* imageRep = [image bestRepresentationForDevice: [[NSScreen mainScreen] deviceDescription]];
03:55:04                                               ^
03:55:04 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:127:1: note: 'bestRepresentationForDevice:' has been explicitly marked deprecated here
03:55:04 - (NSImageRep *)bestRepresentationForDevice:(NSDictionary *)deviceDescription NS_DEPRECATED_MAC(10_0, 10_6);
03:55:04 ^
03:55:04 eclipseCocoa.c:179:10: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:04                         url = CFURLCreateFromFSRef(kCFAllocatorDefault, [[coerceDesc data] bytes]);
03:55:04                               ^
03:55:04 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:472:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
03:55:04 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:04          ^
03:55:04 eclipseCocoa.c:675:9: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
03:55:04         return [[NSString stringWithFormat:@"%@/%@_%s", appSupport, bundleId, getUUID()] UTF8String];
03:55:04                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:55:04 3 warnings generated.
03:55:04 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseUtil.c -o eclipseUtil.o
03:55:04 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:04 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseJNI.c -o eclipseJNI.o
03:55:04 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:04 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseShm.c -o eclipseShm.o
03:55:04 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:04 cc -bundle -o eclipse_11301.so -arch x86_64 eclipse.o eclipseCocoa.o eclipseUtil.o eclipseJNI.o eclipseShm.o eclipseConfig.o eclipseCommon.o eclipseCocoaCommon.o -framework Cocoa
03:55:04 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c eclipseMain.c -o eclipseMain.o
03:55:04 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:04 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c eclipseCocoaMain.c -o eclipseCocoaMain.o
03:55:04 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:05 eclipseCocoaMain.c:53:6: warning: 'Gestalt' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
03:55:05         if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) {
03:55:05             ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:123:1: note: 'Gestalt' has been explicitly marked deprecated here
03:55:05 Gestalt(
03:55:05 ^
03:55:05 eclipseCocoaMain.c:53:14: warning: 'gestaltSystemVersion' is deprecated: first deprecated in macOS 10.8 - Use NSProcessInfo's operatingSystemVersion property instead. [-Wdeprecated-declarations]
03:55:05         if (Gestalt(gestaltSystemVersion, &systemVersion) == noErr) {
03:55:05                     ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Gestalt.h:2075:3: note: 'gestaltSystemVersion' has been explicitly marked deprecated here
03:55:05   gestaltSystemVersion          = 'sysv', /* system version*/
03:55:05   ^
03:55:05 2 warnings generated.
03:55:05 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseConfig.c -o eclipseConfig.o
03:55:05 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:05 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseCommon.c -o eclipseCommon.o
03:55:05 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:05 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers   -c -o eclipseCocoaCommon.o eclipseCocoaCommon.c
03:55:05 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:05 eclipseCocoaCommon.c:85:184: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
03:55:05         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:05                                                                                                                                                                                               ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:55:05 eclipseCocoaCommon.c:85:184: note: treat the string as an argument to avoid this
03:55:05         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:05                                                                                                                                                                                               ^
03:55:05                                                                                                                                                                                               @"%@", 
03:55:05 eclipseCocoaCommon.c:85:28: warning: 'alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:' is deprecated: first deprecated in macOS 10.10 - Use -init instead [-Wdeprecated-declarations]
03:55:05         NSAlert* alert = [NSAlert alertWithMessageText: (NSString*)(inDescription != nil ? inError : nil) defaultButton: nil alternateButton: nil otherButton: nil informativeTextWithFormat: (NSString*)(inDescription != nil ? inDescription : inError)];
03:55:05                                   ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:70:1: note: 'alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:' has been explicitly marked deprecated here
03:55:05 + (NSAlert *)alertWithMessageText:(NSString *)message defaultButton:(NSString *)defaultButton alternateButton:(NSString *)alternateButton otherButton:(NSString *)otherButton informativeTextWithFormat:(NSString *)format, ... NS_FORMAT_FUNCTION(5,6) NS_DEPRECATED_MAC(10_3, 10_10, "Use -init instead");
03:55:05 ^
03:55:05 eclipseCocoaCommon.c:122:12: warning: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion]
03:55:05                 start[0] = NULL;
03:55:05                          ^ ~~~~
03:55:05 eclipseCocoaCommon.c:174:5: warning: 'CFURLGetFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:05         if(CFURLGetFSRef(url, &fsRef)) {
03:55:05            ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:475:9: note: 'CFURLGetFSRef' has been explicitly marked deprecated here
03:55:05 Boolean CFURLGetFSRef(CFURLRef url, struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:05         ^
03:55:05 eclipseCocoaCommon.c:175:7: warning: 'FSResolveAliasFile' is deprecated: first deprecated in macOS 10.8 [-Wdeprecated-declarations]
03:55:05                 if( FSResolveAliasFile(&fsRef, true, &isFolder, &wasAliased) == noErr) {
03:55:05                     ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Aliases.h:300:1: note: 'FSResolveAliasFile' has been explicitly marked deprecated here
03:55:05 FSResolveAliasFile(
03:55:05 ^
03:55:05 eclipseCocoaCommon.c:176:15: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:05                         resolved = CFURLCreateFromFSRef(kCFAllocatorDefault, &fsRef);
03:55:05                                    ^
03:55:05 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:472:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
03:55:05 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:05          ^
03:55:05 6 warnings generated.
03:55:05 cc -pagezero_size 0x1000 -o eclipse -arch x86_64 eclipseMain.o eclipseCocoaMain.o eclipseConfig.o eclipseCommon.o eclipseCocoaCommon.o -framework Cocoa
03:55:06 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipse.c -o eclipse.o
03:55:06 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:06 ../eclipse.c:219:16: warning: unused variable 'gtk2Msg' [-Wunused-variable]
03:55:06 static _TCHAR* gtk2Msg =
03:55:06                ^
03:55:06 1 warning generated.
03:55:06 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers   -c -o eclipseCocoa.o eclipseCocoa.c
03:55:06 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:07 eclipseCocoa.c:116:33: warning: 'bestRepresentationForDevice:' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
03:55:07                 NSImageRep* imageRep = [image bestRepresentationForDevice: [[NSScreen mainScreen] deviceDescription]];
03:55:07                                               ^
03:55:07 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSImage.h:127:1: note: 'bestRepresentationForDevice:' has been explicitly marked deprecated here
03:55:07 - (NSImageRep *)bestRepresentationForDevice:(NSDictionary *)deviceDescription NS_DEPRECATED_MAC(10_0, 10_6);
03:55:07 ^
03:55:07 eclipseCocoa.c:179:10: warning: 'CFURLCreateFromFSRef' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
03:55:07                         url = CFURLCreateFromFSRef(kCFAllocatorDefault, [[coerceDesc data] bytes]);
03:55:07                               ^
03:55:07 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:472:10: note: 'CFURLCreateFromFSRef' has been explicitly marked deprecated here
03:55:07 CFURLRef CFURLCreateFromFSRef(CFAllocatorRef allocator, const struct FSRef *fsRef) CF_DEPRECATED(10_0, 10_9, 2_0, 7_0);
03:55:07          ^
03:55:07 eclipseCocoa.c:675:9: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
03:55:07         return [[NSString stringWithFormat:@"%@/%@_%s", appSupport, bundleId, getUUID()] UTF8String];
03:55:07                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03:55:07 3 warnings generated.
03:55:07 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseUtil.c -o eclipseUtil.o
03:55:07 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:07 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseJNI.c -o eclipseJNI.o
03:55:07 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:07 cc -O -s -Wall -DCOCOA -xobjective-c -arch x86_64 -DMACOSX -DDEFAULT_OS="\"macosx\"" -DDEFAULT_OS_ARCH="\"x86_64\"" -DDEFAULT_WS="\"cocoa\"" -I.. -I/System/Library/Frameworks/JavaVM.framework/Headers -c ../eclipseShm.c -o eclipseShm.o
03:55:07 clang: warning: argument unused during compilation: '-s' [-Wunused-command-line-argument]
03:55:07 cc -bundle -o eclipse_11301.so -arch x86_64 eclipse.o eclipseCocoa.o eclipseUtil.o eclipseJNI.o eclipseShm.o eclipseConfig.o eclipseCommon.o eclipseCocoaCommon.o -framework Cocoa
03:55:07 cp -v eclipse ../../../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
03:55:07 cp: ../../../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS: No such file or directory
03:55:07 make: *** [install] Error 1
03:55:07 + tar czf libs.tar.gz eclipse eclipse_11301.so
03:55:08 Archiving artifacts
03:55:08 Finished: SUCCESS