Guest User

Untitled

a guest
Oct 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. Building & testing AsyncDisplayKit.
  2. [!] The version of CocoaPods used to generate the lockfile (1.5.3) is higher than the version of the current executable (1.1.1). Incompatibility issues may arise.
  3. Analyzing dependencies
  4. Downloading dependencies
  5. Using FBSnapshotTestCase (2.1.4)
  6. Using FLAnimatedImage (1.0.12)
  7. Using JGMethodSwizzler (2.0.1)
  8. Using OCMock (3.4.1)
  9. Using PINCache (3.0.1-beta.6)
  10. Using PINOperation (1.1.1)
  11. Using PINRemoteImage (3.0.0-beta.13)
  12. Generating Pods project
  13. Integrating client project
  14. Sending stats
  15. Pod installation complete! There are 4 dependencies from the Podfile and 7 total pods installed.
  16. ▸ Building AsyncDisplayKit/AsyncDisplayKit [Debug]
  17. ▸ Check Dependencies
  18. ▸ Compiling ASCollectionNode.mm
  19. ▸ Compiling ASTraceEvent.m
  20. ▸ Building AsyncDisplayKit/AsyncDisplayKitTestHost [Debug]
  21. ▸ Check Dependencies
  22. ▸ Compiling AppDelegate.m
  23.  
  24. ❌ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Source/ASTextNode+Beta.h:13:9: 'AsyncDisplayKit/ASTextLayout.h' file not found
  25.  
  26. #import <AsyncDisplayKit/ASTextLayout.h>
  27. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28.  
  29.  
  30.  
  31. ❌ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Tests/TestHost/AppDelegate.m:11:9: could not build module 'AsyncDisplayKit'
  32.  
  33. #import <AsyncDisplayKit/ASDisplayNode.h>
  34. ~~~~~~~^
  35.  
  36.  
  37. ** TEST BUILD FAILED **
  38.  
  39.  
  40. The following build commands failed:
  41. CompileC /Users/buildkite/Library/Developer/Xcode/DerivedData/AsyncDisplayKit-flropdewrohhogbsunzwwtturdwd/Build/Intermediates.noindex/AsyncDisplayKit.build/Debug-iphonesimulator/AsyncDisplayKitTestHost.build/Objects-normal/x86_64/AppDelegate.o Tests/TestHost/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
  42. (1 failure)
  43. 2018-10-17 18:22:19.619 xcodebuild[33852:29245548] [MT] IDETestOperationsObserverDebug: (E212280A-BF5B-42A7-9054-3AC8F09BF516) Beginning test session AsyncDisplayKitTests-E212280A-BF5B-42A7-9054-3AC8F09BF516 at 2018-10-17 18:22:19.619 with Xcode 9A235 on target <DVTiPhoneSimulator: 0x7fbc5c0363a0> {
  44. SimDevice: iPhone 7 (B2A2393E-7201-4E96-9C7B-2CB9B96BB40D, iOS 10.2, Booted)
  45. } (10.2 (14C89))
  46. 2018-10-17 18:22:19.619 xcodebuild[33852:29245654] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
  47. /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/com.apple.dt.XCTest/IDETestRunSession-7C906CA1-D0DC-449B-8041-F277A144800D/AsyncDisplayKitTests-F9129688-B22C-48C3-9FFC-1DA5E201D1C8/Session-AsyncDisplayKitTests-2018-10-17_182219-2834sv.log
  48. ▸ Building AsyncDisplayKit/AsyncDisplayKit [Debug]
  49. ▸ Check Dependencies
  50. ▸ Compiling ASCollectionNode.mm
  51. ▸ Compiling ASTraceEvent.m
  52. ▸ Compiling ASVideoPlayerNode.mm
  53. ▸ Building AsyncDisplayKit/AsyncDisplayKitTestHost [Debug]
  54. ▸ Check Dependencies
  55. ▸ Compiling AppDelegate.m
  56.  
  57. ❌ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Source/ASTextNode+Beta.h:13:9: 'AsyncDisplayKit/ASTextLayout.h' file not found
  58.  
  59. #import <AsyncDisplayKit/ASTextLayout.h>
  60. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61.  
  62.  
  63.  
  64. ❌ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Tests/TestHost/AppDelegate.m:11:9: could not build module 'AsyncDisplayKit'
  65.  
  66. #import <AsyncDisplayKit/ASDisplayNode.h>
  67. ~~~~~~~^
  68.  
  69.  
  70. 2018-10-17 18:22:23.511 xcodebuild[33852:29245548] Error Domain=IDETestOperationsObserverErrorDomain Code=14 "Test operation was canceled. If you believe this error represents a bug, please attach the log file at /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/com.apple.dt.XCTest/IDETestRunSession-7C906CA1-D0DC-449B-8041-F277A144800D/AsyncDisplayKitTests-F9129688-B22C-48C3-9FFC-1DA5E201D1C8/Session-AsyncDisplayKitTests-2018-10-17_182219-2834sv.log" UserInfo={NSLocalizedDescription=Test operation was canceled. If you believe this error represents a bug, please attach the log file at /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/com.apple.dt.XCTest/IDETestRunSession-7C906CA1-D0DC-449B-8041-F277A144800D/AsyncDisplayKitTests-F9129688-B22C-48C3-9FFC-1DA5E201D1C8/Session-AsyncDisplayKitTests-2018-10-17_182219-2834sv.log}
  71.  
  72. Testing failed:
  73. 'AsyncDisplayKit/ASTextLayout.h' file not found
  74. Could not build module 'AsyncDisplayKit'
  75. ** TEST FAILED **
  76.  
  77.  
  78. The following build commands failed:
  79. CompileC /Users/buildkite/Library/Developer/Xcode/DerivedData/AsyncDisplayKit-flropdewrohhogbsunzwwtturdwd/Build/Intermediates.noindex/AsyncDisplayKit.build/Debug-iphonesimulator/AsyncDisplayKitTestHost.build/Objects-normal/x86_64/AppDelegate.o Tests/TestHost/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
  80. (1 failure)
  81.  
  82.  
  83. Oh no! You walked directly into the slavering fangs of a lurking grue!
  84. **** You have died ****
Add Comment
Please, Sign In to add comment