appium / appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
http://appium.io/
Apache License 2.0
18.8k stars 6.07k forks source link

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find an Entity with the name 'Customer' in the managed object model' #4614

Closed qazimusab closed 9 years ago

qazimusab commented 9 years ago

We are running UI automation on one of our apps and it was working just fine but suddenly we started getting a "NSInternalInconsistencyException" issue. It launches the simulator and even installs the app and launches the splash but crashes right after and then restarts simulator.

Here's the console output: com.ncr.ao.ios.account.TestRegistration > testRegisterNewUserSuccessfully STANDARD_OUT Hostname is: iosminibuildserver.local try 1 out of 270 Checking server: http://127.0.0.1:4723/wd/hub SessionNotCreatedException was not thrown due to server being busy with another test. Please check stack trace.

com.ncr.ao.ios.account.TestRegistration > testRegisterNewUserSuccessfully STANDARD_ERROR org.openqa.selenium.SessionNotCreatedException: Instruments died while responding to command, please check appium logs (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 16.12 seconds Build info: version: '2.43.1', revision: '5163bceef1bc36d43f3dc0b83c88998168a363a0', time: '2014-09-10 09:43:55' System info: host: 'iosminibuildserver.local', ip: '153.86.243.192', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.9.5', java.version: '1.7.0_67' Driver info: io.appium.java_client.ios.IOSDriver at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:599) at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:180) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:126) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:153) at io.appium.java_client.AppiumDriver.(AppiumDriver.java:109) at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:23) at com.ncr.automation.tools.AppleAutomatedTest.getAppiumDriver(AppleAutomatedTest.java:32) at com.ncr.automation.tools.AutomatedTest.setUp(AutomatedTest.java:65) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at com.ncr.automation.tools.RetryTestRule$1.evaluate(RetryTestRule.java:53) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:86) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:49) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:69) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:355) at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) testRegisterNewUserSuccessfully(com.ncr.ao.ios.account.TestRegistration): run 1 failed org.junit.internal.runners.model.MultipleFailureException: There were 3 errors: java.lang.NullPointerException(null) java.lang.NullPointerException(null) java.lang.NullPointerException(null) at org.junit.runners.model.MultipleFailureException.assertEmpty(MultipleFailureException.java:62) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:39) at com.ncr.automation.tools.RetryTestRule$1.evaluate(RetryTestRule.java:53) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:86) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:49) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:69) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:355) at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)

com.ncr.ao.ios.account.TestRegistration > testRegisterNewUserSuccessfully STANDARD_OUT Hostname is: iosminibuildserver.local try 2 out of 270 Checking server: http://127.0.0.1:4723/wd/hub SessionNotCreatedException was not thrown due to server being busy with another test. Please check stack trace.

com.ncr.ao.ios.account.TestRegistration > testRegisterNewUserSuccessfully STANDARD_ERROR org.openqa.selenium.SessionNotCreatedException: Instruments died while responding to command, please check appium logs (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 11.89 seconds Build info: version: '2.43.1', revision: '5163bceef1bc36d43f3dc0b83c88998168a363a0', time: '2014-09-10 09:43:55' System info: host: 'iosminibuildserver.local', ip: '153.86.243.192', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.9.5', java.version: '1.7.0_67' Driver info: io.appium.java_client.ios.IOSDriver at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:599) at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:180) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:240) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:126) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:153) at io.appium.java_client.AppiumDriver.(AppiumDriver.java:109) at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:23) at com.ncr.automation.tools.AppleAutomatedTest.getAppiumDriver(AppleAutomatedTest.java:32) at com.ncr.automation.tools.AutomatedTest.setUp(AutomatedTest.java:65) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at com.ncr.automation.tools.RetryTestRule$1.evaluate(RetryTestRule.java:53) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) at org.junit.runners.ParentRunner.run(ParentRunner.java:309) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.runTestClass(JUnitTestClassExecuter.java:86) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecuter.execute(JUnitTestClassExecuter.java:49) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassProcessor.processTestClass(JUnitTestClassProcessor.java:69) at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) at org.gradle.messaging.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) at com.sun.proxy.$Proxy2.processTestClass(Unknown Source) at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) at org.gradle.messaging.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.messaging.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:355) at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) testRegisterNewUserSuccessfully(com.ncr.ao.ios.account.TestRegistration): run 2 failed testRegisterNewUserSuccessfully(com.ncr.ao.ios.account.TestRegistration): giving up after 2 failures Gradle Test Executor 1 finished executing tests.

com.ncr.ao.ios.account.TestRegistration > testRegisterNewUserSuccessfully FAILED java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) at org.openqa.selenium.support.ui.FluentWait.(FluentWait.java:94) at org.openqa.selenium.support.ui.WebDriverWait.(WebDriverWait.java:70) at org.openqa.selenium.support.ui.WebDriverWait.(WebDriverWait.java:44) at com.ncr.automation.tools.WidgetInteractions.waitUntilInvisibleByName(WidgetInteractions.java:124) at com.ncr.automation.tools.WidgetInteractions.waitUntilInvisibleByName(WidgetInteractions.java:120) at com.ncr.ao.ios.account.TestRegistration.finishTour(TestRegistration.java:17) at com.ncr.ao.ios.account.TestRegistration.testRegisterNewUserSuccessfully(TestRegistration.java:24)

java.lang.NullPointerException

java.lang.NullPointerException

1 test completed, 1 failed Finished generating test XML results (0.042 secs) into: /Users/administrator/Documents/jenkins/workspace/core-ui-tests-ios/ao-core-ios/build/test-results Generating HTML test report... Finished generating test html results (0.029 secs) into: /Users/administrator/Documents/jenkins/workspace/core-ui-tests-ios/ao-core-ios/build/reports/tests :ao-core-ios:test FAILED :ao-core-ios:test (Thread[main,5,main]) completed. Took 29.753 secs.

FAILURE: Build failed with an exception.

BUILD FAILED

Here is the appium log: info: Welcome to Appium v1.3.5 (REV a124a15677e26b33db16e81c4b3b34d9c6b8cac9) info: Appium REST http interface listener started on 127.0.0.1:4723 info: [debug] Non-default server args: {"address":"127.0.0.1","nativeInstrumentsLib":true,"defaultCommandTimeout":7200} info: Console LogLevel: debug info: --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/administrator/Documents/jenkins/builds/ios-core/Station7.app","platformVersion":"7.1","showIOSLog":true,"fullReset":false,"deviceName":"iPhone 5s","platformName":"iOS","bundleId":"com.ncr.debug.Station7","device":"iPhone","locationServicesAuthorized":true}} info: Client User-Agent string: Apache-HttpClient/4.3.4 (java 1.5) info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : device info: [debug] Using local app from desired caps: /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app info: [debug] Creating new appium session 2abe1cb1-14ab-44db-bcfb-f67aaf522a06 info: [debug] Removing any remaining instruments sockets info: [debug] Cleaned up instruments socket /tmp/instruments_sock info: [debug] Setting Xcode folder info: [debug] Setting Xcode version info: [debug] Setting iOS SDK Version info: [debug] Getting sdk version from xcrun with a timeout info: [debug] iOS SDK Version set to 8.1 info: [debug] Checking whether instruments supports our device string info: [debug] Getting list of devices instruments supports info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] iOS sim UDID is 4E5C6C8F-8C21-42B2-BE55-F6151085E33A info: [debug] Detecting automation tracetemplate info: [debug] Not auto-detecting udid, running on sim info: [debug] Parsed app Info.plist (as binary) info: [debug] Parsed app Localizable.strings info: [debug] Creating instruments info: [debug] Preparing uiauto bootstrap info: [debug] Dynamic bootstrap dir: /Users/administrator/Library/Application Support/appium/bootstrap info: [debug] Dynamic env: {"nodePath":"/Applications/Appium.app/Contents/Resources/node/bin/node","commandProxyClientPath":"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js","instrumentsSock":"/tmp/instruments_sock","interKeyDelay":null,"justLoopInfinitely":false,"autoAcceptAlerts":false,"autoDismissAlerts":false,"sendKeyStrategy":"oneByOne"} info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify! ... info: [debug] Dynamic bootstrap path: /Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js info: [debug] Reusing dynamic bootstrap: /Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] We're on iOS7.1+ so forcing defaultDevice on info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] Could not parse plist file (as binary) at /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app/Info.plist info: Will try to parse the plist file as XML info: [debug] Parsed app Info.plist (as XML) info: [debug] Wrote new app Info.plist with device type info: [debug] Checking whether we need to set app preferences info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killall iOS Simulator info: [debug] Killing any other simulator daemons info: [debug] Cleaning sim data files info: Executing: xcrun simctl erase 4E5C6C8F-8C21-42B2-BE55-F6151085E33A with timeout 2000 info: [debug] Not setting locale info: [debug] Setting iOS and app preferences info: [debug] Setting location services to 1 info: [debug] Updating settings for locationServices info: [debug] Getting current settings for locationServices from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist did not exist info: [debug] Writing settings for locationServices to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist: info: [debug] {"LocationServicesEnabled":1,"LocationServicesEnabledIn7.0":1,"LocationServicesEnabledIn8.0":1} info: [debug] Authorizing location services for app info: [debug] Getting current settings for locationCache from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist did not exist info: [debug] Getting current settings for locationCache from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist did not exist info: [debug] Getting current settings for locationClients from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist did not exist info: [debug] Writing settings for locationClients to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist: info: [debug] {"com.apple.locationd.bundle-/System/Library/PrivateFrameworks/AOSNotification.framework":{"BundlePath":"/System/Library/PrivateFrameworks/AOSNotification.framework","Whitelisted":false,"Executable":"","Registered":""},"com.ncr.debug.Station7":{"BundleId":"com.ncr.debug.Station7","Authorized":true,"Whitelisted":false},"Executable":"","Registered":""} warn: Base directory /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd doesn't exist, creating it info: [debug] Writing settings for locationCache to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist: info: [debug] {"LastFenceActivityTimestamp":412122103.232983,"CleanShutdown":true} info: [debug] Writing settings for locationCache to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist: info: [debug] {"LastFenceActivityTimestamp":412122103.232983,"CleanShutdown":true} info: [debug] Starting iOS 8.* simulator log capture info: [debug] Not pre-launching simulator info: [debug] No device id or app, not installing to real device. info: [debug] Starting command proxy. info: [debug] Instruments socket server started at /tmp/instruments_sock info: [debug] Starting instruments info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments info: Launching instruments info: [debug] Attempting to run app on iPhone 5s (7.1 Simulator) info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPhone 5s (7.1 Simulator)" /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app -e UIASCRIPT "/Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":90000} info: [debug] [INST] Waiting for device to boot... info: [IOS_SYSLOG_ROW ] Feb 25 20:22:17 iosminibuildserver bootlog[0] : BOOT_TIME 1424913737 0 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 check_stale_maps: Install cache not found; it will be generated. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 preflight_install_map: Detected simulator root change from "(null)" to "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk". info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 load_container_state: Could not lookup application com.apple.iOS6Updater in the install map info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 MobileInstallationUninstall_Server: com.apple.iOS6Updater not found in user apps, ignoring info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local configd_sim[69279] : network changed: v4(en0+:153.86.243.192) DNS+ Proxy+ info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : <CAWindowServerDisplay:0x105400920 TVOut 0x0>: Ignoring call to setTVSignalType: in simulator. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : void IOHIDPlugInLoadBundles(): Loaded 0 HID plugins info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : Posting 'com.apple.iokit.hid.displayStatus' notifyState=1 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : __IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10944d000 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : HID Session async scheduling initiated. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : HID Session async root queue running at priority 63 and schedule 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : HID Session async scheduling complete. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : Successfully opened the IOHIDSession info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local identityservicesd[69280] : [Warning] Setting up a new database at path /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/IdentityServices/ids.db. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : HID: The 'Rate Controlled' connection 'backboardd' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.datadetectors.DDActionsService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/E3686092-E000-4109-8732-58F7A4EA5D96" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local mstreamd[69283] : (Note ) mstreamd: mstreamd starting up. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local backboardd[69278] : HID: The 'Rate Controlled' connection 'backboardd' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local mstreamd[69283] : (Note ) PS: The subscription plugin class does not support push notification refreshing. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local mstreamd[69283] : (Note ) PS: Media stream daemon starting... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local mstreamd[69283] : (Note ) AS: <MSASDaemonModel: 0x103f12920>: Migrating database from version -1 to version 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 load_application_info: Info plist for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk//Applications/iOS Diagnostics.app was missing or empty info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local mstreamd[69283] : (Note ) AS: <MSASDaemonModel: 0x103f12920>: Set database version to 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.mobilesafari -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/A3B3143B-AC35-457B-BF02-5DBDCB4FE22A" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 --- last message repeated 5 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local installd[69284] : 0x101479310 load_application_info: Info plist for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk//Applications/Photo Booth.app was missing or empty info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 --- last message repeated 9 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106211330 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:38 iosminibuildserver.local locationd[69281] : [Warning] Cannot listen to battery level change notification. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local locationd[69281] : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106211330' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d forwarding** + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local passd[69285] : Error getting Passes directory file attributes. Removing and recreating directory. (Error = Error Domain=NSCocoaErrorDomain Code=260 "The operation couldn’t be completed. (Cocoa error 260.)" UserInfo=0x105b12aa0 {NSFilePath=/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Passes, NSUnderlyingError=0x105b12130 "The operation couldn’t be completed. No such file or directory"}) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.ios.StoreKitUIService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/06EAC3A0-51C6-482A-BB8B-4CB05A61958F" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.webapp -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/B52E9604-1F8C-4F3A-A222-A4E9A85D12B4" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/D105675E-1D3E-4EB7-A73D-F3D976E63718" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.WebViewService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/96F443A8-5E6C-4149-BBF5-6C1AAB6FCBB5" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 generate_application_map: Deferring user app list rebuild info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 copy_next_sequence_number: Install map was missing sequence number; resetting and re-generating GUID. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.FacebookAccountMigrationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.AdSheetPhone got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.mobilesafari got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.iphoneos.iPodOut got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.appleaccount.AACredentialRecoveryDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.Preferences got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.Passbook got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.SiriViewService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.TrustMe got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.mobileslideshow got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.mobilesms.compose got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.MailCompositionService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.iad.iAdOptOut got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.TencentWeiboAccountMigrationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.AccountAuthenticationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.MusicUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.Maps got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.WebViewService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.uikit.PrintStatus got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.social.remoteui.SocialUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.quicklook.quicklookd got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.datadetectors.DDActionsService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.MobileAddressBook got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.DataActivation got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.WebSheet got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.camera got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.mobilecal got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.ios.StoreKitUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.gamecenter.GameCenterUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 reconcileApps_block_invoke_2: com.apple.PassbookUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.webapp got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.gamecenter got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x101479310 generate_application_map: Saved updated install map for -|system|internal info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 load_application_type: No applications of type User found in /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 load_application_type: No applications of type VPNPlugin found in /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 generate_application_map: Saved updated install map for user|-|- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) profiled: Service starting... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Managed Configuration migrating... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Beginning manifest migration... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Removing duplicated hidden profile identifiers... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed removing duplicated hidden profile identifiers. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Creating stubs... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Removing orphaned profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Transferring profile signer certificates... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Migrating removal passwords... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed migrating removal passwords. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Migrating defaults to managed preferences area... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed migrating defaults. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Migrating OTA profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed migrating OTA profiles. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Transferring installation dates... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed transferring installation dates. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Transferring tags to profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed transferring tags. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Removing old profile copies... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed removing old profile copies. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Applying default user settings... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Error) MC: Applying iPhone defaults info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed applying default user settings. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Migrating settings... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed migrating settings. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Updating client restrictions... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Done updating. 0 client restrictions processed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Updating profile restrictions... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Done updating. 0 profile restrictions processed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Finished cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Tagging managed accounts... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local securityd[69293] : unable to access hwaes key info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local distnoted[69296] : # distnote server daemon absolute time: 60382.915814856 civil time: Thu Feb 26 13:08:39 2015 pid: 69296 uid: 501 root: yes info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local CoreSimulatorBridge[69291] : Switching to keyboard: en info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local CoreSimulatorBridge[69291] : KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Completed tagging 0 accounts as managed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Waking daemons post migration info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local profiled[69282] : (Note ) MC: Managed Configuration completed migration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Seeding database info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local CoreSimulatorBridge[69291] : LaunchServices: installing app for existing placeholder LSApplicationProxy: com.ncr.debug.Station7 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local CoreSimulatorBridge[69291] : LaunchServices: Not creating progress for LSApplicationProxy: com.ncr.debug.Station7 since it is not a placeholder. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 handle_install_for_ls: Install of "/Users/administrator/Documents/jenkins/builds/ios-core/Station7.app" requested by CoreSimulatorBridge info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices:(called by PID 69284) Identifiers file does not exist. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices:(called by PID 69284) Creating new identifiers file. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local backboardd[69278] : Migration complete (if performed). (Elapsed time: 0.00 seconds) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 --- last message repeated 12 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local backboardd[69278] : -[BKSystemAppSentinel lock_bootstrap]: Telling the system app that it can start info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : +[SBPushStore migratePushStore] Migrating push store: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/SpringBoard/PushStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : +[SBPushStore migratePushStore] Push store does not exist; no migration needed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local backboardd[69278] : HID: The 'Passive' connection 'SpringBoard' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 MobileInstallationInstall_Server: Installing app com.ncr.debug.Station7 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local backboardd[69278] : HID: The 'Rate Controlled' connection 'SpringBoard' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : Loaded logger: SBAppInstallationLog info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : Loaded logger: SBIconLog info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : Loaded logger: SBWorkspaceLogging info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local installd[69284] : 0x103381000 MobileInstallationInstall_Server: Staging: 0.26s; Waiting: 0.00s; Installation: 0.23s; LS Sync: 0.00s; Overall: 0.49s info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local backboardd[69278] : -[BKSystemAppSentinel lock_notePresenceOfSystemApp:] Now monitoring "com.apple.SpringBoard" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : * error reading settings archive file: <SBRootSettings: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Documents/com.apple.springboard.settings/RootSettings.plist> info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local SpringBoard[69288] : * error reading settings archive file: <SBRootSettings: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist> info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/libexec/lsd[69294] : Need to synchronize with MobileInstallation info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/libexec/lsd[69294] : LaunchServices: Adding com.ncr.debug.Station7 to registration list info: [IOS_SYSLOG_ROW ] Feb 26 13:08:39 iosminibuildserver.local lsd[69294] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 --- last message repeated 15 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : libMobileGestalt MobileGestalt.c:200: string SBNonDefaultSystemAppTag is not a valid gestalt question info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : libMobileGestalt MobileGestalt.c:200: string hidden is not a valid gestalt question info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : libMobileGestalt MobileGestalt.c:835: still-camera is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : libMobileGestalt MobileGestalt.c:835: stand-alone-contacts is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local itunesstored[69297] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local itunesstored[69297] : TASK-ASSERT: cfurlcache - truncate DB - FAILED to get assertion, going commando! info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local mediaremoted[69298] : Property list invalid for format: 200 (property lists cannot contain NULL) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 --- last message repeated 2 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.MobileSMS info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x116a0b830; nodeID: "com.apple.camera"> com.apple.camera info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.youtube info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.stocks info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.weather info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.mobilenotes info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.reminders info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.mobiletimer info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.videos info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.MobileStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.AppStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.calculator info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.compass info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.VoiceMemos info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not generate folderIcon for representation -> { info: [IOS_SYSLOG_ROW ] defaultDisplayName = Extras; info: [IOS_SYSLOG_ROW ] iconLists = ( info: [IOS_SYSLOG_ROW ](info: [IOS_SYSLOG_ROW ] "com.apple.calculator", info: [IOS_SYSLOG_ROW ] "com.apple.compass", info: [IOS_SYSLOG_ROW ] "com.apple.VoiceMemos" info: [IOS_SYSLOG_ROW ]) info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.nike info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.mobilephone info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.mobilemail info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : could not find icon for representation -> com.apple.Music info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : warning: Could not compile statement INSERT OR IGNORE INTO ABAccount (AccountIdentifier) SELECT DISTINCT AccountIdentifier FROM ABStore_old WHERE AccountIdentifier IS NOT NULL;: no such column: AccountIdentifier info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local securityd[69293] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : Launch Services: Registering unknown app identifier com.apple.mobilemail failed info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local SpringBoard[69288] : Launch Services: Unable to find app identifier com.apple.mobilemail info: [IOS_SYSLOG_ROW ] Feb 26 13:08:40 iosminibuildserver.local securityd[69293] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local itunesstored[69297] : iTunes Store environment is: ST11 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local securityd[69293] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local locationd[69303] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local locationd[69303] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local locationd[69303] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 --- last message repeated 15 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local locationd[69303] : -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106604b60 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:41 iosminibuildserver.local locationd[69303] : *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106604b60' info: [IOS_SYSLOG_ROW ] * First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d __forwarding + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:42 iosminibuildserver.local apsd[69304] : [Warning] Setting up a new database at path /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/ApplePushService/aps.db. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:42 iosminibuildserver.local passd[69285] : TASK-ASSERT: cfurlcache - truncate DB - FAILED to get assertion, going commando! info: [IOS_SYSLOG_ROW ] Feb 26 13:08:42 iosminibuildserver.local SpringBoard[69288] : No conforming principal class found in NSBundle </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle> (loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:42 iosminibuildserver.local securityd[69293] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:42 iosminibuildserver.local assetsd[69306] : PLThumbnailsLog Wrote thumbnail rebuild indicator file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Media/PhotoData/Thumbnails/rebuild info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 --- last message repeated 5 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : locationd was started after an unclean shutdown info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 --- last message repeated 9 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : -[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x106117010 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local locationd[69313] : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106117010' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d forwarding + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local calaccessd[69307] : 2015-02-26 13:08:45.419|69307|0x103f39640: Updating birthday calendar info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local calaccessd[69307] : 2015-02-26 13:08:45.420|69307|0x103f39640: BirthdayCal: Processing 6 people... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local calaccessd[69307] : 2015-02-26 13:08:45.428|69307|0x103f39640: BirthdayCal: Done. 4 adds, 0 updates, 0 deletes. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local SpringBoard[69288] : Application windows are expected to have a root view controller at the end of application launch info: [IOS_SYSLOG_ROW ] Feb 26 13:08:45 iosminibuildserver.local SpringBoard[69288] : TASK-ASSERT: cfurlcache - truncate DB - FAILED to get assertion, going commando! info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local Station7[69315] : I restkit:RKLog.m:34 RestKit logging initialized... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local backboardd[69278] : HID: The 'Passive' connection 'Station7' access to protected services is denied. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local backboardd[69278] : CoreAnimation: updates deferred for too long info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local ScriptAgent[69316] : BUG in libdispatch client: kevent[EVFILT_VNODE] add: "Bad file descriptor" - 0x9 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local SpringBoard[69288] : SMS Plugin initialized. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local SpringBoard[69288] : Sharing Plugin initialized. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local SpringBoard[69288] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:46 iosminibuildserver.local SpringBoard[69288] : SIMToolkit plugin for SpringBoard initialized. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local securityd[69293] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [debug] [INST STDERR] 2015-02-26 13:08:47.233 ScriptAgent[69316:2e07] CLTilesManagerClient: initialize, sSharedTilesManagerClient info: [debug] [INST STDERR] 2015-02-26 13:08:47.234 ScriptAgent[69316:2e07] CLTilesManagerClient: init info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local ScriptAgent[69316] : CLTilesManagerClient: initialize, sSharedTilesManagerClient info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local ScriptAgent[69316] : CLTilesManagerClient: init info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local ScriptAgent[69316] : CLTilesManagerClient: reconnecting, 0x10ce14180 info: [debug] [INST STDERR] 2015-02-26 13:08:47.234 ScriptAgent[69316:2e07] CLTilesManagerClient: reconnecting, 0x10ce14180 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10f2464a0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11a78d9e0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/EventKitUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11b5022a0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eb7fd10 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SharingFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eb75e90 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eb73600 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/VoiceMemosFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eb72c30 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/ConferenceFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eba5ef0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitUI.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x10eb98750 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CommunicationsSetupUI.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11a42a650 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/MobileTimerFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11a42e4b0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/PassKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11a42f140 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/RemoteUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11b51ba90 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GameKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11b5213a0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GameCenterUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11b5225d0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local SpringBoard[69288] : Cannot find executable for CFBundle 0x11b529a20 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local Station7[69315] : Application windows are expected to have a root view controller at the end of application launch info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local Station7[69315] : * Assertion failure in +[RKEntityMapping mappingForEntityForName:inManagedObjectStore:], /Users/administrator/Documents/jenkins/workspace/iosstationseven/Pods/RestKit/Code/CoreData/RKEntityMapping.m:155 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local Station7[69315] : * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find an Entity with the name 'Customer' in the managed object model' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ](info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x047661e4 exceptionPreprocess + 180 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0405d8e5 objc_exception_throw + 44 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x04766048 +[NSException raise:format:arguments:] + 136 info: [IOS_SYSLOG_ROW ] 3 Foundation 0x030ad4de -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116 info: [IOS_SYSLOG_ROW ] 4 Station7 0x0014d0e6 +[RKEntityMapping mappingForEntityForName:inManagedObjectStore:] + 854 info: [IOS_SYSLOG_ROW ] 5 Station7 0x0049b870 +[Customer entityMappingFromStore:] + 128 info: [IOS_SYSLOG_ROW ] 6 Station7 0x00488276 +[CoreServices setUpCoreServices:wsUsername:wsPassword:apiLevel:] + 3574 info: [IOS_SYSLOG_ROW ] 7 Station7 0x002966a5 +[AOSetupController setupCoreServicesWithCreds:] + 245 info: [IOS_SYSLOG_ROW ] 8 Station7 0x003fa53a 59-[AOAppDelegate application:didFinishLaunchingWithOptions:]_block_invoke + 90 info: [IOS_SYSLOG_ROW ] 9 libdispatch.dylib 0x058667b8 _dispatch_call_block_and_release + 15 info: [IOS_SYSLOG_ROW ] 10 libdispatch.dylib 0x0587b4d0 _dispatch_client_callout + 14 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x05869eb7 _dispatch_root_queue_drain + 291 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x0586a127 _dispatch_worker_thread2 + 39 info: [IOS_SYSLOG_ROW ] 13 libsystem_pthread.dylib 0x05baadab _pthread_wqthread + 336 info: [IOS_SYSLOG_ROW ] 14 libsystem_pthread.dylib 0x05baecce start_wqthread + 30 info: [IOS_SYSLOG_ROW ]) info: [debug] [INST STDERR] 2015-02-26 13:08:47.629 ScriptAgent[69316:2e07] AX Lookup problem! 1102 com.apple.iphone.axserver:69315 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local ScriptAgent[69316] : AX Lookup problem! 1102 com.apple.iphone.axserver:69315 info: Instruments is ready to receive commands info: [debug] Instruments launched. Starting poll loop for new commands. info: [debug] Setting bootstrap config keys/values info: [debug] Pushing command to appium work queue: "target = $.target();\nau = $;\n$.isVerbose = true;\n" info: [debug] Socket data received (2 bytes) info: [debug] Socket data being routed. info: [debug] Sending command to instruments: target = $.target(); au = $; $.isVerbose = true;

info: [IOS_SYSLOG_ROW ] Feb 26 13:08:47 iosminibuildserver.local backboardd[69278] : Application 'UIKitApplication:com.ncr.debug.Station7[0x3e8f]' exited abnormally with signal 6: Abort trap: 6 info: [debug] [INST] 2015-02-26 18:08:47 +0000 Fail: The target application appears to have died info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local SpringBoard[69288] : Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 --- last message repeated 5 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : locationd was started after an unclean shutdown info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local SpringBoard[69288] : 2015-02-26 13:08:48.773|69288|0x10ec03a00: Region monitoring not available or enabled. Trigger ignored! info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 --- last message repeated 8 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : [Warning] Cannot listen to battery level change notification. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : Launch Services: Registering unknown app identifier com.apple.PassKit failed info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : Launch Services: Unable to find app identifier com.apple.PassKit info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : Couldn't get information from PID 69315 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x1098015e0 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local SpringBoard[69288] : 2015-02-26 13:08:48.892|69288|0x10ec03a00: Region monitoring not available or enabled. Trigger ignored! info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local locationd[69322] : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x1098015e0' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d forwarding** + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [debug] [INST] Instruments Trace Complete (Duration : 9.623903s; Output : /tmp/appium-instruments/instrumentscli0.trace) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:48 iosminibuildserver.local SpringBoard[69288] : [Warning] Cannot listen to battery level change notification. info: [debug] [INSTSERVER] Instruments exited with code 0 info: [debug] Cleaning up after instruments exit info: [debug] Instruments exited unexpectedly info: [debug] Shutting down command proxy and ignoring any errors info: [debug] Closing socket server. info: [debug] Instruments socket server was closed info: [debug] Stopping iOS log capture info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killall iOS Simulator info: [debug] Killing any other simulator daemons info: [debug] Cleaning sim data files info: Executing: xcrun simctl erase 4E5C6C8F-8C21-42B2-BE55-F6151085E33A with timeout 2000 info: Executing: xcrun simctl erase 4E5C6C8F-8C21-42B2-BE55-F6151085E33A with timeout 2000 info: [debug] We were in the middle of processing a command when instruments died; responding with a generic error info: [debug] Cleaning up appium session info: [debug] Cleaning up appium session error: Failed to start an Appium session, err was: [object Object] info: [debug] undefined info: [debug] Responding to client with error: {"status":33,"value":{"message":"Instruments died while responding to command, please check appium logs","name":"UnknownError","origValue":"Instruments died while responding to command, please check appium logs"},"sessionId":null} info: <-- POST /wd/hub/session 500 15977.124 ms - 230  info: --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/administrator/Documents/jenkins/builds/ios-core/Station7.app","platformVersion":"7.1","showIOSLog":true,"fullReset":false,"deviceName":"iPhone 5s","platformName":"iOS","bundleId":"com.ncr.debug.Station7","device":"iPhone","locationServicesAuthorized":true}} info: Client User-Agent string: Apache-HttpClient/4.3.4 (java 1.5) info: [debug] The following desired capabilities were provided, but not recognized by appium. They will be passed on to any other services running on this server. : device info: [debug] Using local app from desired caps: /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app info: [debug] Creating new appium session 7d4bf0a9-4dcb-4e9d-89aa-f6a96f9cbb20 info: [debug] Removing any remaining instruments sockets info: [debug] Cleaned up instruments socket /tmp/instruments_sock info: [debug] Setting Xcode folder info: [debug] Setting Xcode version info: [debug] Setting iOS SDK Version info: [debug] Getting sdk version from xcrun with a timeout info: [debug] iOS SDK Version set to 8.1 info: [debug] Checking whether instruments supports our device string info: [debug] Getting list of devices instruments supports info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] iOS sim UDID is 4E5C6C8F-8C21-42B2-BE55-F6151085E33A info: [debug] Detecting automation tracetemplate info: [debug] Not auto-detecting udid, running on sim info: [debug] Parsed app Info.plist (as binary) info: [debug] Parsed app Localizable.strings info: [debug] Creating instruments info: [debug] Preparing uiauto bootstrap info: [debug] Dynamic bootstrap dir: /Users/administrator/Library/Application Support/appium/bootstrap info: [debug] Dynamic env: {"nodePath":"/Applications/Appium.app/Contents/Resources/node/bin/node","commandProxyClientPath":"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-uiauto/bin/command-proxy-client.js","instrumentsSock":"/tmp/instruments_sock","interKeyDelay":null,"justLoopInfinitely":false,"autoAcceptAlerts":false,"autoDismissAlerts":false,"sendKeyStrategy":"oneByOne"} info: [debug] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify! ... info: [debug] Dynamic bootstrap path: /Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js info: [debug] Reusing dynamic bootstrap: /Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] We're on iOS7.1+ so forcing defaultDevice on info: [debug] Getting device string from opts: {"forceIphone":false,"forceIpad":false,"xcodeVersion":"6.1.1","iOSSDKVersion":"8.1","deviceName":"iPhone 5s","platformVersion":"7.1"} info: [debug] fixDevice is on info: [debug] Final device string is: 'iPhone 5s (7.1 Simulator)' info: [debug] Could not parse plist file (as binary) at /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app/Info.plist info: Will try to parse the plist file as XML info: [debug] Parsed app Info.plist (as XML) info: [debug] Wrote new app Info.plist with device type info: [debug] Checking whether we need to set app preferences info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killall iOS Simulator info: [debug] Killing any other simulator daemons info: [debug] Cleaning sim data files info: Executing: xcrun simctl erase 4E5C6C8F-8C21-42B2-BE55-F6151085E33A with timeout 2000 info: [debug] Not setting locale info: [debug] Setting iOS and app preferences info: [debug] Setting location services to 1 info: [debug] Updating settings for locationServices info: [debug] Getting current settings for locationServices from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist did not exist info: [debug] Writing settings for locationServices to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/com.apple.locationd.plist: info: [debug] {"LocationServicesEnabled":1,"LocationServicesEnabledIn7.0":1,"LocationServicesEnabledIn8.0":1} info: [debug] Authorizing location services for app info: [debug] Getting current settings for locationCache from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist did not exist info: [debug] Getting current settings for locationCache from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist did not exist info: [debug] Getting current settings for locationClients from /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist warn: Settings file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist did not exist info: [debug] Writing settings for locationClients to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/clients.plist: info: [debug] {"com.apple.locationd.bundle-/System/Library/PrivateFrameworks/AOSNotification.framework":{"BundlePath":"/System/Library/PrivateFrameworks/AOSNotification.framework","Whitelisted":false,"Executable":"","Registered":""},"com.ncr.debug.Station7":{"BundleId":"com.ncr.debug.Station7","Authorized":true,"Whitelisted":false},"Executable":"","Registered":""} warn: Base directory /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd doesn't exist, creating it info: [debug] Writing settings for locationCache to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Preferences/cache.plist: info: [debug] {"LastFenceActivityTimestamp":412122103.232983,"CleanShutdown":true} info: [debug] Writing settings for locationCache to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/cache.plist: info: [debug] {"LastFenceActivityTimestamp":412122103.232983,"CleanShutdown":true} info: [debug] Starting iOS 8.* simulator log capture info: [debug] Not pre-launching simulator info: [debug] No device id or app, not installing to real device. info: [debug] Starting command proxy. info: [debug] Instruments socket server started at /tmp/instruments_sock info: [debug] Starting instruments info: [debug] Instruments is at: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments info: Launching instruments info: [debug] Attempting to run app on iPhone 5s (7.1 Simulator) info: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPhone 5s (7.1 Simulator)" /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app -e UIASCRIPT "/Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js" -e UIARESULTSPATH /tmp/appium-instruments info: [debug] And extra without-delay env: {} info: [debug] And launch timeouts (in ms): {"global":90000} info: [debug] [INST] Waiting for device to boot... info: [IOS_SYSLOG_ROW ] Feb 25 20:22:17 iosminibuildserver bootlog[0] : BOOT_TIME 1424913737 0 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local configd_sim[69371] : network changed: v4(en0+:153.86.243.192) DNS+ Proxy+ info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 check_stale_maps: Install cache not found; it will be generated. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 preflight_install_map: Detected simulator root change from "(null)" to "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk". info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 load_container_state: Could not lookup application com.apple.iOS6Updater in the install map info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 MobileInstallationUninstall_Server: com.apple.iOS6Updater not found in user apps, ignoring info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local mstreamd[69375] : (Note ) mstreamd: mstreamd starting up. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local locationd[69373] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local mstreamd[69375] : (Note ) PS: The subscription plugin class does not support push notification refreshing. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local mstreamd[69375] : (Note ) PS: Media stream daemon starting... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local locationd[69373] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local mstreamd[69375] : (Note ) AS: <MSASDaemonModel: 0x103f0aac0>: Migrating database from version -1 to version 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local identityservicesd[69372] : [Warning] Setting up a new database at path /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/IdentityServices/ids.db. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : <CAWindowServerDisplay:0x105200550 TVOut 0x0>: Ignoring call to setTVSignalType: in simulator. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local mstreamd[69375] : (Note ) AS: <MSASDaemonModel: 0x103f0aac0>: Set database version to 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local locationd[69373] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 --- last message repeated 15 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : Posting 'com.apple.iokit.hid.displayStatus' notifyState=1 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.datadetectors.DDActionsService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/1135B60C-FA85-4F5A-9F6D-7B8AD1333F19" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local locationd[69373] : -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106317d50 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local locationd[69373] : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x106317d50' info: [IOS_SYSLOG_ROW ] * First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d __forwarding + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : __IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10653f000 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID Session async scheduling initiated. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID Session async root queue running at priority 63 and schedule 2. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID Session async scheduling complete. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : Successfully opened the IOHIDSession info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 load_application_info: Info plist for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk//Applications/iOS Diagnostics.app was missing or empty info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID: The 'Rate Controlled' connection 'backboardd' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local passd[69377] : Error getting Passes directory file attributes. Removing and recreating directory. (Error = Error Domain=NSCocoaErrorDomain Code=260 "The operation couldn’t be completed. (Cocoa error 260.)" UserInfo=0x105e14150 {NSFilePath=/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Passes, NSUnderlyingError=0x105e13720 "The operation couldn’t be completed. No such file or directory"}) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.mobilesafari -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/0141EA59-CFF0-45C4-AAF6-29706C5234FD" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 load_application_info: Info plist for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk//Applications/Photo Booth.app was missing or empty info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.ios.StoreKitUIService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/A1CB056F-D5AC-4257-B8AB-930DD25381BF" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.webapp -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/4EC2CC0C-3828-4234-8E73-CBEC91B62FC7" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/7E25224B-8A1B-4EA7-9325-9F69516313ED" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 tell_sandbox_about_container: Added sandbox mapping com.apple.WebViewService -> "/Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications/99BC024D-CB12-4FCA-A90B-31F5D49468D2" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 generate_application_map: Deferring user app list rebuild info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 copy_next_sequence_number: Install map was missing sequence number; resetting and re-generating GUID. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.FacebookAccountMigrationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.AdSheetPhone got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.mobilesafari got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.iphoneos.iPodOut got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.appleaccount.AACredentialRecoveryDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.Preferences got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.WebContentFilter.remoteUI.WebContentAnalysisUI got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.Passbook got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.SiriViewService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.TrustMe got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.mobileslideshow got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.mobilesms.compose got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.MailCompositionService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.iad.iAdOptOut got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.TencentWeiboAccountMigrationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.AccountAuthenticationDialog got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.MusicUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.Maps got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.WebViewService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.uikit.PrintStatus got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.social.remoteui.SocialUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.quicklook.quicklookd got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.datadetectors.DDActionsService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.MobileAddressBook got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.DataActivation got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.WebSheet got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.camera got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.mobilecal got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.ios.StoreKitUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.gamecenter.GameCenterUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.PassbookUIService got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 reconcileApps_block_invoke_2: com.apple.webapp got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 __reconcileApps_block_invoke_2: com.apple.gamecenter got added info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) profiled: Service starting... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Managed Configuration migrating... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x101479310 generate_application_map: Saved updated install map for -|system|internal info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x103381000 load_application_type: No applications of type User found in /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Beginning manifest migration... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Removing duplicated hidden profile identifiers... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed removing duplicated hidden profile identifiers. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x103381000 load_application_type: No applications of type VPNPlugin found in /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Applications info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Creating stubs... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Removing orphaned profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Transferring profile signer certificates... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Migrating removal passwords... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed migrating removal passwords. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Migrating defaults to managed preferences area... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed migrating defaults. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Migrating OTA profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed migrating OTA profiles. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Transferring installation dates... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed transferring installation dates. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Transferring tags to profiles... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed transferring tags. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Removing old profile copies... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed removing old profile copies. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Applying default user settings... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Error) MC: Applying iPhone defaults info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x103381000 generate_application_map: Saved updated install map for user|-|- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed applying default user settings. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Migrating settings... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local securityd[69387] : unable to access hwaes key info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local distnoted[69388] : # distnote server daemon absolute time: 60398.030507806 civil time: Thu Feb 26 13:08:54 2015 pid: 69388 uid: 501 root: yes info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local CoreSimulatorBridge[69385] : Switching to keyboard: en info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local CoreSimulatorBridge[69385] : KEYMAP: Chose mode=en_US@hw=US;sw=QWERTY from match=en_US@hw=US;sw=QWERTY from language=en info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed migrating settings. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Updating client restrictions... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Done updating. 0 client restrictions processed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Updating profile restrictions... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Seeding database info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Done updating. 0 profile restrictions processed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Finished cleaning up app configuration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Tagging managed accounts... info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Completed tagging 0 accounts as managed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Waking daemons post migration info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local profiled[69374] : (Note ) MC: Managed Configuration completed migration. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local CoreSimulatorBridge[69385] : LaunchServices: installing app for existing placeholder LSApplicationProxy: com.ncr.debug.Station7 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local CoreSimulatorBridge[69385] : LaunchServices: Not creating progress for LSApplicationProxy: com.ncr.debug.Station7 since it is not a placeholder. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x10350a000 handle_install_for_ls: Install of "/Users/administrator/Documents/jenkins/builds/ios-core/Station7.app" requested by CoreSimulatorBridge info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices:(called by PID 69376) Identifiers file does not exist. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices:(called by PID 69376) Creating new identifiers file. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : Migration complete (if performed). (Elapsed time: 0.00 seconds) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 --- last message repeated 16 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : -[BKSystemAppSentinel lock_bootstrap]: Telling the system app that it can start info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local SpringBoard[69380] : +[SBPushStore migratePushStore] Migrating push store: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/SpringBoard/PushStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local SpringBoard[69380] : +[SBPushStore migratePushStore] Push store does not exist; no migration needed. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID: The 'Passive' connection 'SpringBoard' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local installd[69376] : 0x10350a000 MobileInstallationInstall_Server: Installing app com.ncr.debug.Station7 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local backboardd[69370] : HID: The 'Rate Controlled' connection 'SpringBoard' access to protected services is granted. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local SpringBoard[69380] : Loaded logger: SBAppInstallationLog info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local SpringBoard[69380] : Loaded logger: SBIconLog info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local SpringBoard[69380] : Loaded logger: SBWorkspaceLogging info: [IOS_SYSLOG_ROW ] Feb 26 13:08:54 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local backboardd[69370] : -[BKSystemAppSentinel lock_notePresenceOfSystemApp:] Now monitoring "com.apple.SpringBoard" info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : * error reading settings archive file: <SBRootSettings: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Documents/com.apple.springboard.settings/RootSettings.plist> info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 --- last message repeated 4 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : * error reading settings archive file: <SBRootSettings: /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Documents/com.apple.springboard.settings/RootSettings.previous.plist> info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local installd[69376] : 0x10350a000 MobileInstallationInstall_Server: Staging: 0.31s; Waiting: 0.00s; Installation: 0.33s; LS Sync: 0.00s; Overall: 0.64s info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/libexec/lsd[69390] : Need to synchronize with MobileInstallation info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/libexec/lsd[69390] : LaunchServices: Adding com.ncr.debug.Station7 to registration list info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local lsd[69390] : LaunchServices: Updating identifier store info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 --- last message repeated 6 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : libMobileGestalt MobileGestalt.c:200: string SBNonDefaultSystemAppTag is not a valid gestalt question info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : libMobileGestalt MobileGestalt.c:200: string hidden is not a valid gestalt question info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : libMobileGestalt MobileGestalt.c:835: still-camera is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : libMobileGestalt MobileGestalt.c:835: stand-alone-contacts is static and will never generate a notification info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : BTM: attaching to BTServer info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local itunesstored[69391] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local mediaremoted[69392] : Property list invalid for format: 200 (property lists cannot contain NULL) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 --- last message repeated 2 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.MobileSMS info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : throwing out icon because its isn't visible in the model : node=<SBApplicationIcon: 0x10ee3be80; nodeID: "com.apple.camera"> com.apple.camera info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.youtube info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.stocks info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.weather info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.mobilenotes info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.reminders info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.mobiletimer info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.videos info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.MobileStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.AppStore info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.calculator info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.compass info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.VoiceMemos info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not generate folderIcon for representation -> { info: [IOS_SYSLOG_ROW ] defaultDisplayName = Extras; info: [IOS_SYSLOG_ROW ] iconLists = ( info: [IOS_SYSLOG_ROW ](info: [IOS_SYSLOG_ROW ] "com.apple.calculator", info: [IOS_SYSLOG_ROW ] "com.apple.compass", info: [IOS_SYSLOG_ROW ] "com.apple.VoiceMemos" info: [IOS_SYSLOG_ROW ]) info: [IOS_SYSLOG_ROW ] ); info: [IOS_SYSLOG_ROW ] } info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.nike info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.mobilephone info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.mobilemail info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : could not find icon for representation -> com.apple.Music info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local securityd[69387] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 --- last message repeated 3 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:55 iosminibuildserver.local SpringBoard[69380] : warning: Could not compile statement INSERT OR IGNORE INTO ABAccount (AccountIdentifier) SELECT DISTINCT AccountIdentifier FROM ABStore_old WHERE AccountIdentifier IS NOT NULL;: no such column: AccountIdentifier info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local SpringBoard[69380] : Using your own bundle identifier as an NSUserDefaults suite name does not make sense and will not work. Break on _NSUserDefaults_Log_Nonsensical_Suites to find this info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local SpringBoard[69380] : Launch Services: Registering unknown app identifier com.apple.mobilemail failed info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local SpringBoard[69380] : Launch Services: Unable to find app identifier com.apple.mobilemail info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local itunesstored[69391] : iTunes Store environment is: NWK info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local securityd[69387] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local locationd[69397] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local locationd[69397] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local locationd[69397] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 --- last message repeated 15 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local locationd[69397] : -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x10650c550 info: [IOS_SYSLOG_ROW ] Feb 26 13:08:56 iosminibuildserver.local locationd[69397] : *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x10650c550' info: [IOS_SYSLOG_ROW ] * First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d __forwarding + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:57 iosminibuildserver.local apsd[69398] : [Warning] Setting up a new database at path /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/ApplePushService/aps.db. info: [IOS_SYSLOG_ROW ] Feb 26 13:08:57 iosminibuildserver.local SpringBoard[69380] : No conforming principal class found in NSBundle </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle> (loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:08:57 iosminibuildserver.local securityd[69387] : OCSPResponse: now + maxAge > latestNextUpdate, using latestNextUpdate info: [IOS_SYSLOG_ROW ] Feb 26 13:08:57 --- last message repeated 1 time --- info: [IOS_SYSLOG_ROW ] Feb 26 13:08:57 iosminibuildserver.local assetsd[69400] : PLThumbnailsLog Wrote thumbnail rebuild indicator file /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Media/PhotoData/Thumbnails/rebuild info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : Logging binary sensor data to /Users/administrator/Library/Developer/CoreSimulator/Devices/4E5C6C8F-8C21-42B2-BE55-F6151085E33A/data/Library/Caches/locationd/locationdSensors.bin info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : NBB-Could not get UDID for stable refill timing, falling back on random info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 --- last message repeated 5 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : locationd was started after an unclean shutdown info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : type IDs do not match - 7 vs 18 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 --- last message repeated 9 times --- info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : -[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x106213990 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local locationd[69406] : * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString objectForKey:]: unrecognized selector sent to instance 0x106213990' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ] ( info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x00000001014c1495 exceptionPreprocess + 165 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x0000000100f3999e objc_exception_throw + 43 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x000000010155265d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 info: [IOS_SYSLOG_ROW ] 3 CoreFoundation 0x00000001014b2d8d forwarding + 973 info: [IOS_SYSLOG_ROW ] 4 CoreFoundation 0x00000001014b2938 _CF_forwarding_prep_0 + 120 info: [IOS_SYSLOG_ROW ] 5 locationd 0x000000010020d530 locationd + 2151728 info: [IOS_SYSLOG_ROW ] 6 locationd 0x000000010020cab9 locationd + 2149049 info: [IOS_SYSLOG_ROW ] 7 locationd 0x000000010020c16f locationd + 2146671 info: [IOS_SYSLOG_ROW ] 8 locationd 0x000000010020bfe2 locationd + 2146274 info: [IOS_SYSLOG_ROW ] 9 locationd 0x000000010020bb35 locationd + 2145077 info: [IOS_SYSLOG_ROW ] 10 locationd 0x00000001002cf788 locationd + 2946952 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x000000010263c72d _dispatch_client_callout + 8 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x000000010262bdcf _dispatch_queue_drain + 481 info: [IOS_SYSLOG_ROW ] 13 libdispatch.dylib 0x000000010262bb94 _dispatch_queue_invoke + 112 info: [IOS_SYSLOG_ROW ] 14 libdispatch.dylib 0x000000010262c9fc _dispatch_root_queue_drain + 81 info: [IOS_SYSLOG_ROW ] 15 libdispatch.dylib 0x000000010262cd12 _dispatch_worker_thread2 + 40 info: [IOS_SYSLOG_ROW ] 16 libsystem_pthread.dylib 0x0000000102989ef8 _pthread_wqthread + 314 info: [IOS_SYSLOG_ROW ] 17 libsystem_pthread.dylib 0x000000010298cfb9 start_wqthread + 13 info: [IOS_SYSLOG_ROW ] ) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local SpringBoard[69380] : Application windows are expected to have a root view controller at the end of application launch info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local calaccessd[69401] : 2015-02-26 13:09:00.561|69401|0x103f44b90: Updating birthday calendar info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local calaccessd[69401] : 2015-02-26 13:09:00.563|69401|0x103f44b90: BirthdayCal: Processing 6 people... info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local calaccessd[69401] : 2015-02-26 13:09:00.581|69401|0x103f44b90: BirthdayCal: Done. 4 adds, 0 updates, 0 deletes. info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local SpringBoard[69380] : TASK-ASSERT: cfurlcache - truncate DB - FAILED to get assertion, going commando! info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local Station7[69407] : I restkit:RKLog.m:34 RestKit logging initialized... info: [IOS_SYSLOG_ROW ] Feb 26 13:09:00 iosminibuildserver.local backboardd[69370] : HID: The 'Passive' connection 'Station7' access to protected services is denied. info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local ScriptAgent[69408] : BUG in libdispatch client: kevent[EVFILT_VNODE] add: "Bad file descriptor" - 0x9 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : SMS Plugin initialized. info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Sharing Plugin initialized. info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Normal message received by listener connection. Ignoring. info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : SIMToolkit plugin for SpringBoard initialized. info: [debug] [INST STDERR] 2015-02-26 13:09:01.535 ScriptAgent[69408:2e07] CLTilesManagerClient: initialize, sSharedTilesManagerClient info: [debug] [INST STDERR] 2015-02-26 13:09:01.536 ScriptAgent[69408:2e07] CLTilesManagerClient: init info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local ScriptAgent[69408] : CLTilesManagerClient: initialize, sSharedTilesManagerClient info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local ScriptAgent[69408] : CLTilesManagerClient: init info: [debug] [INST STDERR] 2015-02-26 13:09:01.536 ScriptAgent[69408:2e07] CLTilesManagerClient: reconnecting, 0x10a4744f0 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local ScriptAgent[69408] : CLTilesManagerClient: reconnecting, 0x10a4744f0 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eee34f0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/ConferenceFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eee7000 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eee8220 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eee9ba0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GameCenterUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eeeb500 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SharingFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eef2440 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/VoiceMemosFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a523400 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/MobileTimerFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11ac5d980 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11aca3cc0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/PassKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10ebae700 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x10eb99630 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitUI.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a30bf80 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GameKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a313f80 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/EventKitUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a315880 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a329090 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CommunicationsSetupUI.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local SpringBoard[69380] : Cannot find executable for CFBundle 0x11a54b440 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/RemoteUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local backboardd[69370] : |AXIPC|warning| Could not find server for service: com.apple.accessibility.AXSpringBoardServer info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local backboardd[69370] : |warning| AX SpringBoardServer: Error: Error Domain=AXIPC Code=0 "The operation couldn’t be completed. Could not find server for service: com.apple.accessibility.AXSpringBoardServer" UserInfo=0x105521730 {NSLocalizedFailureReason=Could not find server for service: com.apple.accessibility.AXSpringBoardServer} info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7bc7e4c0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitUI.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7bca4e20 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/PassKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7bcb8380 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7bcc7d00 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7a66b4c0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:01 iosminibuildserver.local Station7[69407] : Cannot find executable for CFBundle 0x7a760040 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:02 iosminibuildserver.local Station7[69407] : Application windows are expected to have a root view controller at the end of application launch info: [IOS_SYSLOG_ROW ] Feb 26 13:09:02 iosminibuildserver.local Station7[69407] : * Assertion failure in +[RKEntityMapping mappingForEntityForName:inManagedObjectStore:], /Users/administrator/Documents/jenkins/workspace/iosstationseven/Pods/RestKit/Code/CoreData/RKEntityMapping.m:155 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:02 iosminibuildserver.local Station7[69407] : * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find an Entity with the name 'Customer' in the managed object model' info: [IOS_SYSLOG_ROW ] *\ First throw call stack: info: [IOS_SYSLOG_ROW ](info: [IOS_SYSLOG_ROW ] 0 CoreFoundation 0x047ae1e4 exceptionPreprocess + 180 info: [IOS_SYSLOG_ROW ] 1 libobjc.A.dylib 0x040a08e5 objc_exception_throw + 44 info: [IOS_SYSLOG_ROW ] 2 CoreFoundation 0x047ae048 +[NSException raise:format:arguments:] + 136 info: [IOS_SYSLOG_ROW ] 3 Foundation 0x030ea4de -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116 info: [IOS_SYSLOG_ROW ] 4 Station7 0x001870e6 +[RKEntityMapping mappingForEntityForName:inManagedObjectStore:] + 854 info: [IOS_SYSLOG_ROW ] 5 Station7 0x004d5870 +[Customer entityMappingFromStore:] + 128 info: [IOS_SYSLOG_ROW ] 6 Station7 0x004c2276 +[CoreServices setUpCoreServices:wsUsername:wsPassword:apiLevel:] + 3574 info: [IOS_SYSLOG_ROW ] 7 Station7 0x002d06a5 +[AOSetupController setupCoreServicesWithCreds:] + 245 info: [IOS_SYSLOG_ROW ] 8 Station7 0x0043453a 59-[AOAppDelegate application:didFinishLaunchingWithOptions:]_block_invoke + 90 info: [IOS_SYSLOG_ROW ] 9 libdispatch.dylib 0x058b97b8 _dispatch_call_block_and_release + 15 info: [IOS_SYSLOG_ROW ] 10 libdispatch.dylib 0x058ce4d0 _dispatch_client_callout + 14 info: [IOS_SYSLOG_ROW ] 11 libdispatch.dylib 0x058bceb7 _dispatch_root_queue_drain + 291 info: [IOS_SYSLOG_ROW ] 12 libdispatch.dylib 0x058bd127 _dispatch_worker_thread2 + 39 info: [IOS_SYSLOG_ROW ] 13 libsystem_pthread.dylib 0x05c11dab _pthread_wqthread + 336 info: [IOS_SYSLOG_ROW ] 14 libsystem_pthread.dylib 0x05c15cce start_wqthread + 30 info: [IOS_SYSLOG_ROW ]) info: [IOS_SYSLOG_ROW ] Feb 26 13:09:02 iosminibuildserver.local backboardd[69370] : Application 'UIKitApplication:com.ncr.debug.Station7[0xe29a]' exited abnormally with signal 6: Abort trap: 6 info: [IOS_SYSLOG_ROW ] Feb 26 13:09:02 iosminibuildserver.local SpringBoard[69380] : Unable to deliver -[UIRemoteApplication showTopMostMiniAlertWithSynchronizationPort:] message to port 0: (ipc/send) invalid destination port info: [debug] [INST] 2015-02-26 18:09:02 +0000 Fail: The target application appears to have died info: Instruments is ready to receive commands info: [debug] Instruments launched. Starting poll loop for new commands. info: [debug] Setting bootstrap config keys/values info: [debug] Pushing command to appium work queue: "target = $.target();\nau = $;\n$.isVerbose = true;\n" info: [debug] Socket data received (2 bytes) info: [debug] Socket data being routed. info: [debug] Sending command to instruments: target = $.target(); au = $; $.isVerbose = true;

info: [debug] [INST] Instruments Trace Complete (Duration : 8.681576s; Output : /tmp/appium-instruments/instrumentscli0.trace) info: [debug] [INSTSERVER] Instruments exited with code 0 info: [debug] Cleaning up after instruments exit info: [debug] Instruments exited unexpectedly info: [debug] Shutting down command proxy and ignoring any errors info: [debug] Closing socket server. info: [debug] Instruments socket server was closed info: [debug] Stopping iOS log capture info: [debug] Running ios sim reset flow info: [debug] Killing the simulator process info: [debug] Killall iOS Simulator info: [debug] Killing any other simulator daemons info: [debug] Cleaning sim data files info: Executing: xcrun simctl erase 4E5C6C8F-8C21-42B2-BE55-F6151085E33A with timeout 2000 info: [debug] We were in the middle of processing a command when instruments died; responding with a generic error info: [debug] Cleaning up appium session info: [debug] Cleaning up appium session error: Failed to start an Appium session, err was: [object Object] info: [debug] undefined info: [debug] Responding to client with error: {"status":33,"value":{"message":"Instruments died while responding to command, please check appium logs","name":"UnknownError","origValue":"Instruments died while responding to command, please check appium logs"},"sessionId":null} info: <-- POST /wd/hub/session 500 11882.681 ms - 230 

sebv commented 9 years ago

For some reason looks like Instruments cannot start your app. You could try to start in directly in Instruments, or just run the Instruments command line from the appium log (search for Spawning instruments with command in this page).

eggman87 commented 9 years ago

Thanks @sebv. I have been digging (work with @qazimusab) into this issue and noticed that the app is actually crashing on startup with a NSInternalConsistencyException which seems related to our object model in the app.

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to find an Entity with the name 'Customer' in the managed object model'

The strange thing here is that the same .app works perfectly fine on any other machine we run our tests on. The failure only happens on a specific machine (our build server) and when the .app is installed by appium on this machine. If we run the app from xcode onto the simulator on the same machine, the app runs fine. This all was working and randomly stopped working one day (and has failed ever since, we have tried resetting sim/deleting and reinstalling, etc...).

The only thing I see is that the actual app install on the simulator is not structured the same on the build server machine as it is on a working machine.

On a working machine, if I show package contents of the .app package in the simulator folder it has our managed object model all inside a folder called {app-name}.momd which includes all of our .mom files as well as our VersionInfo.plist.

On the failing machine, if I do the same. There is no folders inside of the .app directory - it is completely flat and even though the .mom files are still present, it is missing the VersionInfo.plist for our app model, and it has one for google maps at the flat level sim/.app/VersionInfo.plist.

The google maps versioninfo.plist is present on a working machine, but it is inside GoogleMaps.bundle (within the .app directory) on a working machine sim/.app/GoogleMaps.bundle/GMCCacheStorage.momd/VersionInfo.plist

Have no idea what is causing this, maybe something with permissions? Seems like the install process is unable to create the structure of the .app in the simulator folder properly.

sebv commented 9 years ago

Is there an opensource app somewhere with similar behaviour? I'd like to try to reproduce and investigate what is happening.

eggman87 commented 9 years ago

Don't have one that I know of, I also think it might be tough to reproduce this issue on another machine (as we have been unable to do so, even with the same .app).

Build server is a mac mini operating as a jenkins slave compared to most other machines (where it is working) being a single user macbook pro.

Is there logging for whatever process actually installs the app on the device? Wondering if there is potentially any trace of the errors in a log somewhere. Any recommendations on places to look?

sebv commented 9 years ago

It's installed by the Instruments command line below, should be easy to reproduce outside Appium.

 [36minfo[39m: [debug] Spawning instruments with command: /Applications/Xcode.app/Contents/Developer/usr/bin/instruments -t /Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate -D /tmp/appium-instruments/instrumentscli0.trace -w "iPhone 5s (7.1 Simulator)" /Users/administrator/Documents/jenkins/builds/ios-core/Station7.app -e UIASCRIPT "/Users/administrator/Library/Application Support/appium/bootstrap/bootstrap-516354d056bc7b25.js" -e UIARESULTSPATH /tmp/appium-instruments

Thinking of something, did you run the authorize script on the slave?

eggman87 commented 9 years ago

I believe it was run previously, ran it again to be sure and after running I am still seeing the same failure.

eggman87 commented 9 years ago

Does the below log statement indicate anything of concern?

HID: The 'Passive' connection '%appname%' access to protected services is denied. 

Not sure if its related at all but see it on every failure.

eggman87 commented 9 years ago

Also see this:

BUG in libdispatch client: kevent[EVFILT_VNODE] add: "Bad file descriptor" - 0x9
sebv commented 9 years ago

I've googled those 2, seems to be some threads on stackoverflow and other discussion forums.

http://stackoverflow.com/questions/14230297/could-not-create-bundle-folder-for-versioned-model

eggman87 commented 9 years ago

Yep. Saw those and am trying the recommended fixes now. The description certainly sounds related (model folders/files not being created properly), hopefully it will resolve.

eggman87 commented 9 years ago

None of those things worked. It feels like it might be related to the way we build the .app from command line. If we build the .app from xcode and use that for appium, the tests execute fine on the bad machine.

I can't figure out what the difference is though...we are just running xcodebuild for the simulator, and the same app we create from command line works on other machines. Going to have to inspect the logs from xcode some more to see if there is some setting not the same for our command line build as it is on the xcode build on the same machine.

Will update if I find anything.

eggman87 commented 9 years ago

Tried using xctool instead to create the build. Build is created that still fails with same exception. Build runs fine everywhere else. Something on this machine is hosed....

qazimusab commented 9 years ago

Any update on this thread?

eggman87 commented 9 years ago

This was user error. We were unzipping the .app package on our CI machine using command line (a zip of the app was copied to it from a regular build) and it was using a flat file structure. This caused obvious issues where the .app was not structured properly. This issue can be closed. Fixing the unzipping of the .app fixes the issue.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.