Guest User

Untitled

a guest
Feb 23rd, 2015
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.54 KB | None | 0 0
  1. Making check in .
  2. make[1]: Entering directory '/home/evelina/mesos2/mesos/build'
  3. make[1]: Nothing to be done for 'check-am'.
  4. make[1]: Leaving directory '/home/evelina/mesos2/mesos/build'
  5. Making check in 3rdparty
  6. make[1]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty'
  7. make check-recursive
  8. make[2]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty'
  9. Making check in libprocess
  10. make[3]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  11. Making check in 3rdparty
  12. make[4]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  13. make check-recursive
  14. make[5]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  15. Making check in stout
  16. make[6]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout'
  17. Making check in .
  18. make[7]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout'
  19. make[7]: Nothing to be done for 'check-am'.
  20. make[7]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout'
  21. Making check in include
  22. make[7]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
  23. make[7]: Nothing to be done for 'check'.
  24. make[7]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
  25. make[6]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty/stout'
  26. make[6]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  27. make libgmock.la stout-tests
  28. make[7]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  29. make[7]: 'libgmock.la' is up to date.
  30. make[7]: 'stout-tests' is up to date.
  31. make[7]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  32. make check-local
  33. make[7]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  34. ./stout-tests
  35. [==========] Running 161 tests from 33 test cases.
  36. [----------] Global test environment set-up.
  37. [----------] 2 tests from Base64
  38. [ RUN ] Base64.Encode
  39. [ OK ] Base64.Encode (0 ms)
  40. [ RUN ] Base64.Decode
  41. [ OK ] Base64.Decode (0 ms)
  42. [----------] 2 tests from Base64 (0 ms total)
  43.  
  44. [----------] 3 tests from BytesTest
  45. [ RUN ] BytesTest.Parse
  46. [ OK ] BytesTest.Parse (0 ms)
  47. [ RUN ] BytesTest.Comparison
  48. [ OK ] BytesTest.Comparison (0 ms)
  49. [ RUN ] BytesTest.Stringify
  50. [ OK ] BytesTest.Stringify (0 ms)
  51. [----------] 3 tests from BytesTest (0 ms total)
  52.  
  53. [----------] 3 tests from Stout
  54. [ RUN ] Stout.Arithmetic
  55. [ OK ] Stout.Arithmetic (0 ms)
  56. [ RUN ] Stout.Set
  57. [ OK ] Stout.Set (1 ms)
  58. [ RUN ] Stout.Some
  59. [ OK ] Stout.Some (0 ms)
  60. [----------] 3 tests from Stout (1 ms total)
  61.  
  62. [----------] 4 tests from Cache
  63. [ RUN ] Cache.Insert
  64. [ OK ] Cache.Insert (1 ms)
  65. [ RUN ] Cache.Update
  66. [ OK ] Cache.Update (0 ms)
  67. [ RUN ] Cache.Erase
  68. [ OK ] Cache.Erase (0 ms)
  69. [ RUN ] Cache.LRUEviction
  70. [ OK ] Cache.LRUEviction (0 ms)
  71. [----------] 4 tests from Cache (1 ms total)
  72.  
  73. [----------] 2 tests from SVN
  74. [ RUN ] SVN.DiffPatch
  75. [ OK ] SVN.DiffPatch (58 ms)
  76. [ RUN ] SVN.EmptyDiffPatch
  77. [ OK ] SVN.EmptyDiffPatch (42 ms)
  78. [----------] 2 tests from SVN (100 ms total)
  79.  
  80. [----------] 5 tests from DurationTest
  81. [ RUN ] DurationTest.Comparison
  82. [ OK ] DurationTest.Comparison (0 ms)
  83. [ RUN ] DurationTest.ParseAndTry
  84. [ OK ] DurationTest.ParseAndTry (0 ms)
  85. [ RUN ] DurationTest.Arithmetic
  86. [ OK ] DurationTest.Arithmetic (0 ms)
  87. [ RUN ] DurationTest.OutputFormat
  88. [ OK ] DurationTest.OutputFormat (0 ms)
  89. [ RUN ] DurationTest.Timeval
  90. [ OK ] DurationTest.Timeval (0 ms)
  91. [----------] 5 tests from DurationTest (0 ms total)
  92.  
  93. [----------] 1 test from DynamicLibraryTest
  94. [ RUN ] DynamicLibraryTest.LoadKnownSymbol
  95. [ OK ] DynamicLibraryTest.LoadKnownSymbol (1 ms)
  96. [----------] 1 test from DynamicLibraryTest (1 ms total)
  97.  
  98. [----------] 1 test from ErrorTest
  99. [ RUN ] ErrorTest.Test
  100. [ OK ] ErrorTest.Test (0 ms)
  101. [----------] 1 test from ErrorTest (0 ms total)
  102.  
  103. [----------] 15 tests from FlagsTest
  104. [ RUN ] FlagsTest.Load
  105. [ OK ] FlagsTest.Load (0 ms)
  106. [ RUN ] FlagsTest.Add
  107. [ OK ] FlagsTest.Add (0 ms)
  108. [ RUN ] FlagsTest.Flags
  109. [ OK ] FlagsTest.Flags (0 ms)
  110. [ RUN ] FlagsTest.LoadFromEnvironment
  111. [ OK ] FlagsTest.LoadFromEnvironment (0 ms)
  112. [ RUN ] FlagsTest.LoadFromCommandLine
  113. [ OK ] FlagsTest.LoadFromCommandLine (1 ms)
  114. [ RUN ] FlagsTest.LoadFromCommandLineWithNonFlags
  115. [ OK ] FlagsTest.LoadFromCommandLineWithNonFlags (0 ms)
  116. [ RUN ] FlagsTest.LoadFromCommandLineWithDashDash
  117. [ OK ] FlagsTest.LoadFromCommandLineWithDashDash (0 ms)
  118. [ RUN ] FlagsTest.LoadFromCommandLineAndUpdateArgcArgv
  119. [ OK ] FlagsTest.LoadFromCommandLineAndUpdateArgcArgv (1 ms)
  120. [ RUN ] FlagsTest.Stringification
  121. [ OK ] FlagsTest.Stringification (0 ms)
  122. [ RUN ] FlagsTest.DuplicatesFromEnvironment
  123. [ OK ] FlagsTest.DuplicatesFromEnvironment (0 ms)
  124. [ RUN ] FlagsTest.DuplicatesFromCommandLine
  125. [ OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)
  126. [ RUN ] FlagsTest.Errors
  127. [ OK ] FlagsTest.Errors (2 ms)
  128. [ RUN ] FlagsTest.Usage
  129. [ OK ] FlagsTest.Usage (0 ms)
  130. [ RUN ] FlagsTest.Duration
  131. [ OK ] FlagsTest.Duration (0 ms)
  132. [ RUN ] FlagsTest.JSON
  133. [ OK ] FlagsTest.JSON (0 ms)
  134. [----------] 15 tests from FlagsTest (4 ms total)
  135.  
  136. [----------] 2 tests from FlagsFileTest
  137. [ RUN ] FlagsFileTest.JSONFile
  138. WARNING: Logging before InitGoogleLogging() is written to STDERR
  139. W0223 20:37:43.009755 25333 parse.hpp:86] Specifying a absolute filename to read a command line option out of without using 'file:// is deprecated and will be removed in a future release. Simply adding 'file://' to the beginning of the path should eliminate this warning.
  140. [ OK ] FlagsFileTest.JSONFile (1 ms)
  141. [ RUN ] FlagsFileTest.FilePrefix
  142. [ OK ] FlagsFileTest.FilePrefix (0 ms)
  143. [----------] 2 tests from FlagsFileTest (1 ms total)
  144.  
  145. [----------] 1 test from GzipTest
  146. [ RUN ] GzipTest.CompressDecompressString
  147. [ OK ] GzipTest.CompressDecompressString (104 ms)
  148. [----------] 1 test from GzipTest (105 ms total)
  149.  
  150. [----------] 3 tests from HashMapTest
  151. [ RUN ] HashMapTest.InitializerList
  152. [ OK ] HashMapTest.InitializerList (0 ms)
  153. [ RUN ] HashMapTest.Insert
  154. [ OK ] HashMapTest.Insert (0 ms)
  155. [ RUN ] HashMapTest.Contains
  156. [ OK ] HashMapTest.Contains (0 ms)
  157. [----------] 3 tests from HashMapTest (0 ms total)
  158.  
  159. [----------] 2 tests from HashsetTest
  160. [ RUN ] HashsetTest.Insert
  161. [ OK ] HashsetTest.Insert (0 ms)
  162. [ RUN ] HashsetTest.Union
  163. [ OK ] HashsetTest.Union (0 ms)
  164. [----------] 2 tests from HashsetTest (0 ms total)
  165.  
  166. [----------] 13 tests from IntervalTest
  167. [ RUN ] IntervalTest.Interval
  168. [ OK ] IntervalTest.Interval (0 ms)
  169. [ RUN ] IntervalTest.EmptyInterval
  170. [ OK ] IntervalTest.EmptyInterval (0 ms)
  171. [ RUN ] IntervalTest.IntervalEqual
  172. [ OK ] IntervalTest.IntervalEqual (0 ms)
  173. [ RUN ] IntervalTest.Constructor
  174. [ OK ] IntervalTest.Constructor (0 ms)
  175. [ RUN ] IntervalTest.Contains
  176. [ OK ] IntervalTest.Contains (0 ms)
  177. [ RUN ] IntervalTest.Addition
  178. [ OK ] IntervalTest.Addition (0 ms)
  179. [ RUN ] IntervalTest.Subtraction
  180. [ OK ] IntervalTest.Subtraction (0 ms)
  181. [ RUN ] IntervalTest.Intersection
  182. [ OK ] IntervalTest.Intersection (0 ms)
  183. [ RUN ] IntervalTest.IntersectionTest
  184. [ OK ] IntervalTest.IntersectionTest (0 ms)
  185. [ RUN ] IntervalTest.LargeInterval
  186. [ OK ] IntervalTest.LargeInterval (0 ms)
  187. [ RUN ] IntervalTest.IntervalIteration
  188. [ OK ] IntervalTest.IntervalIteration (0 ms)
  189. [ RUN ] IntervalTest.Stream
  190. [ OK ] IntervalTest.Stream (0 ms)
  191. [ RUN ] IntervalTest.InfixOperator
  192. [ OK ] IntervalTest.InfixOperator (0 ms)
  193. [----------] 13 tests from IntervalTest (0 ms total)
  194.  
  195. [----------] 4 tests from NetTest
  196. [ RUN ] NetTest.LinkDevice
  197. [ OK ] NetTest.LinkDevice (0 ms)
  198. [ RUN ] NetTest.ConstructIP
  199. [ OK ] NetTest.ConstructIP (1 ms)
  200. [ RUN ] NetTest.mac
  201. [ OK ] NetTest.mac (0 ms)
  202. [ RUN ] NetTest.ConstructMAC
  203. [ OK ] NetTest.ConstructMAC (0 ms)
  204. [----------] 4 tests from NetTest (1 ms total)
  205.  
  206. [----------] 9 tests from JsonTest
  207. [ RUN ] JsonTest.DefaultValueIsNull
  208. [ OK ] JsonTest.DefaultValueIsNull (0 ms)
  209. [ RUN ] JsonTest.BinaryData
  210. [ OK ] JsonTest.BinaryData (0 ms)
  211. [ RUN ] JsonTest.NumberFormat
  212. [ OK ] JsonTest.NumberFormat (0 ms)
  213. [ RUN ] JsonTest.BooleanFormat
  214. [ OK ] JsonTest.BooleanFormat (0 ms)
  215. [ RUN ] JsonTest.BooleanAssignement
  216. [ OK ] JsonTest.BooleanAssignement (0 ms)
  217. [ RUN ] JsonTest.CStringAssignment
  218. [ OK ] JsonTest.CStringAssignment (0 ms)
  219. [ RUN ] JsonTest.NumericAssignment
  220. [ OK ] JsonTest.NumericAssignment (0 ms)
  221. [ RUN ] JsonTest.parse
  222. [ OK ] JsonTest.parse (0 ms)
  223. [ RUN ] JsonTest.Find
  224. [ OK ] JsonTest.Find (3 ms)
  225. [----------] 9 tests from JsonTest (3 ms total)
  226.  
  227. [----------] 5 tests from LinkedHashmapTest
  228. [ RUN ] LinkedHashmapTest.Put
  229. [ OK ] LinkedHashmapTest.Put (0 ms)
  230. [ RUN ] LinkedHashmapTest.Contains
  231. [ OK ] LinkedHashmapTest.Contains (0 ms)
  232. [ RUN ] LinkedHashmapTest.Erase
  233. [ OK ] LinkedHashmapTest.Erase (0 ms)
  234. [ RUN ] LinkedHashmapTest.Keys
  235. [ OK ] LinkedHashmapTest.Keys (0 ms)
  236. [ RUN ] LinkedHashmapTest.Values
  237. [ OK ] LinkedHashmapTest.Values (0 ms)
  238. [----------] 5 tests from LinkedHashmapTest (0 ms total)
  239.  
  240. [----------] 6 tests from MultimapTest/0, where TypeParam = Multimap<std::string, unsigned short>
  241. [ RUN ] MultimapTest/0.Put
  242. [ OK ] MultimapTest/0.Put (0 ms)
  243. [ RUN ] MultimapTest/0.Remove
  244. [ OK ] MultimapTest/0.Remove (0 ms)
  245. [ RUN ] MultimapTest/0.Size
  246. [ OK ] MultimapTest/0.Size (0 ms)
  247. [ RUN ] MultimapTest/0.Keys
  248. [ OK ] MultimapTest/0.Keys (0 ms)
  249. [ RUN ] MultimapTest/0.Iterator
  250. [ OK ] MultimapTest/0.Iterator (0 ms)
  251. [ RUN ] MultimapTest/0.Foreach
  252. [ OK ] MultimapTest/0.Foreach (0 ms)
  253. [----------] 6 tests from MultimapTest/0 (0 ms total)
  254.  
  255. [----------] 6 tests from MultimapTest/1, where TypeParam = multihashmap<std::string, unsigned short>
  256. [ RUN ] MultimapTest/1.Put
  257. [ OK ] MultimapTest/1.Put (0 ms)
  258. [ RUN ] MultimapTest/1.Remove
  259. [ OK ] MultimapTest/1.Remove (0 ms)
  260. [ RUN ] MultimapTest/1.Size
  261. [ OK ] MultimapTest/1.Size (0 ms)
  262. [ RUN ] MultimapTest/1.Keys
  263. [ OK ] MultimapTest/1.Keys (0 ms)
  264. [ RUN ] MultimapTest/1.Iterator
  265. [ OK ] MultimapTest/1.Iterator (0 ms)
  266. [ RUN ] MultimapTest/1.Foreach
  267. [ OK ] MultimapTest/1.Foreach (0 ms)
  268. [----------] 6 tests from MultimapTest/1 (0 ms total)
  269.  
  270. [----------] 1 test from NoneTest
  271. [ RUN ] NoneTest.Test
  272. [ OK ] NoneTest.Test (0 ms)
  273. [----------] 1 test from NoneTest (0 ms total)
  274.  
  275. [----------] 3 tests from OptionTest
  276. [ RUN ] OptionTest.Min
  277. [ OK ] OptionTest.Min (0 ms)
  278. [ RUN ] OptionTest.Max
  279. [ OK ] OptionTest.Max (0 ms)
  280. [ RUN ] OptionTest.Comparison
  281. [ OK ] OptionTest.Comparison (0 ms)
  282. [----------] 3 tests from OptionTest (0 ms total)
  283.  
  284. [----------] 23 tests from OsTest
  285. [ RUN ] OsTest.environment
  286. [ OK ] OsTest.environment (0 ms)
  287. [ RUN ] OsTest.rmdir
  288. [ OK ] OsTest.rmdir (75 ms)
  289. [ RUN ] OsTest.system
  290. sh: 1: invalid.command: not found
  291. [ OK ] OsTest.system (68 ms)
  292. [ RUN ] OsTest.cloexec
  293. [ OK ] OsTest.cloexec (0 ms)
  294. [ RUN ] OsTest.nonblock
  295. [ OK ] OsTest.nonblock (1 ms)
  296. [ RUN ] OsTest.touch
  297. [ OK ] OsTest.touch (2 ms)
  298. [ RUN ] OsTest.readWriteString
  299. [ OK ] OsTest.readWriteString (2 ms)
  300. [ RUN ] OsTest.find
  301. [ OK ] OsTest.find (15 ms)
  302. [ RUN ] OsTest.bootId
  303. [ OK ] OsTest.bootId (0 ms)
  304. [ RUN ] OsTest.uname
  305. [ OK ] OsTest.uname (0 ms)
  306. [ RUN ] OsTest.sysname
  307. [ OK ] OsTest.sysname (0 ms)
  308. [ RUN ] OsTest.release
  309. [ OK ] OsTest.release (1 ms)
  310. [ RUN ] OsTest.sleep
  311. [ OK ] OsTest.sleep (10 ms)
  312. [ RUN ] OsTest.pids
  313. [ OK ] OsTest.pids (95 ms)
  314. [ RUN ] OsTest.children
  315. [ OK ] OsTest.children (50 ms)
  316. [ RUN ] OsTest.process
  317. [ OK ] OsTest.process (1 ms)
  318. [ RUN ] OsTest.processes
  319. [ OK ] OsTest.processes (33 ms)
  320. [ RUN ] OsTest.killtree
  321. [ OK ] OsTest.killtree (89 ms)
  322. [ RUN ] OsTest.killtreeNoRoot
  323. [ OK ] OsTest.killtreeNoRoot (56 ms)
  324. [ RUN ] OsTest.pstree
  325. [ OK ] OsTest.pstree (20 ms)
  326. [ RUN ] OsTest.ProcessExists
  327. [ OK ] OsTest.ProcessExists (6 ms)
  328. [ RUN ] OsTest.user
  329. [ OK ] OsTest.user (52 ms)
  330. [ RUN ] OsTest.Libraries
  331. [ OK ] OsTest.Libraries (0 ms)
  332. [----------] 23 tests from OsTest (576 ms total)
  333.  
  334. [----------] 1 test from PathTest
  335. [ RUN ] PathTest.Join
  336. [ OK ] PathTest.Join (0 ms)
  337. [----------] 1 test from PathTest (0 ms total)
  338.  
  339. [----------] 1 test from ProtobufTest
  340. [ RUN ] ProtobufTest.JSON
  341. [ OK ] ProtobufTest.JSON (2 ms)
  342. [----------] 1 test from ProtobufTest (2 ms total)
  343.  
  344. [----------] 1 test from ResultTest
  345. [ RUN ] ResultTest.TryToResultConversion
  346. [ OK ] ResultTest.TryToResultConversion (0 ms)
  347. [----------] 1 test from ResultTest (0 ms total)
  348.  
  349. [----------] 1 test from OsSendfileTest
  350. [ RUN ] OsSendfileTest.sendfile
  351. [ OK ] OsSendfileTest.sendfile (0 ms)
  352. [----------] 1 test from OsSendfileTest (0 ms total)
  353.  
  354. [----------] 1 test from OsSignalsTest
  355. [ RUN ] OsSignalsTest.suppress
  356. [ OK ] OsSignalsTest.suppress (0 ms)
  357. [----------] 1 test from OsSignalsTest (0 ms total)
  358.  
  359. [----------] 30 tests from StringsTest
  360. [ RUN ] StringsTest.Format
  361. [ OK ] StringsTest.Format (0 ms)
  362. [ RUN ] StringsTest.Remove
  363. [ OK ] StringsTest.Remove (0 ms)
  364. [ RUN ] StringsTest.Replace
  365. [ OK ] StringsTest.Replace (0 ms)
  366. [ RUN ] StringsTest.Trim
  367. [ OK ] StringsTest.Trim (0 ms)
  368. [ RUN ] StringsTest.Tokenize
  369. [ OK ] StringsTest.Tokenize (0 ms)
  370. [ RUN ] StringsTest.TokenizeStringWithDelimsAtStart
  371. [ OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
  372. [ RUN ] StringsTest.TokenizeStringWithDelimsAtEnd
  373. [ OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
  374. [ RUN ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
  375. [ OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
  376. [ RUN ] StringsTest.TokenizeWithMultipleDelims
  377. [ OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
  378. [ RUN ] StringsTest.TokenizeEmptyString
  379. [ OK ] StringsTest.TokenizeEmptyString (0 ms)
  380. [ RUN ] StringsTest.TokenizeDelimOnlyString
  381. [ OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
  382. [ RUN ] StringsTest.TokenizeNullByteDelim
  383. [ OK ] StringsTest.TokenizeNullByteDelim (0 ms)
  384. [ RUN ] StringsTest.SplitEmptyString
  385. [ OK ] StringsTest.SplitEmptyString (0 ms)
  386. [ RUN ] StringsTest.SplitDelimOnlyString
  387. [ OK ] StringsTest.SplitDelimOnlyString (0 ms)
  388. [ RUN ] StringsTest.Split
  389. [ OK ] StringsTest.Split (0 ms)
  390. [ RUN ] StringsTest.SplitStringWithDelimsAtStart
  391. [ OK ] StringsTest.SplitStringWithDelimsAtStart (0 ms)
  392. [ RUN ] StringsTest.SplitStringWithDelimsAtEnd
  393. [ OK ] StringsTest.SplitStringWithDelimsAtEnd (0 ms)
  394. [ RUN ] StringsTest.SplitStringWithDelimsAtStartAndEnd
  395. [ OK ] StringsTest.SplitStringWithDelimsAtStartAndEnd (0 ms)
  396. [ RUN ] StringsTest.SplitWithMultipleDelims
  397. [ OK ] StringsTest.SplitWithMultipleDelims (1 ms)
  398. [ RUN ] StringsTest.SplitNZero
  399. [ OK ] StringsTest.SplitNZero (0 ms)
  400. [ RUN ] StringsTest.SplitNDelimOnlyString
  401. [ OK ] StringsTest.SplitNDelimOnlyString (0 ms)
  402. [ RUN ] StringsTest.SplitN
  403. [ OK ] StringsTest.SplitN (0 ms)
  404. [ RUN ] StringsTest.SplitNStringWithDelimsAtStart
  405. [ OK ] StringsTest.SplitNStringWithDelimsAtStart (0 ms)
  406. [ RUN ] StringsTest.SplitNStringWithDelimsAtEnd
  407. [ OK ] StringsTest.SplitNStringWithDelimsAtEnd (0 ms)
  408. [ RUN ] StringsTest.SplitNStringWithDelimsAtStartAndEnd
  409. [ OK ] StringsTest.SplitNStringWithDelimsAtStartAndEnd (0 ms)
  410. [ RUN ] StringsTest.SplitNWithMultipleDelims
  411. [ OK ] StringsTest.SplitNWithMultipleDelims (0 ms)
  412. [ RUN ] StringsTest.Pairs
  413. [ OK ] StringsTest.Pairs (0 ms)
  414. [ RUN ] StringsTest.Join
  415. [ OK ] StringsTest.Join (0 ms)
  416. [ RUN ] StringsTest.StartsWith
  417. [ OK ] StringsTest.StartsWith (0 ms)
  418. [ RUN ] StringsTest.Contains
  419. [ OK ] StringsTest.Contains (0 ms)
  420. [----------] 30 tests from StringsTest (1 ms total)
  421.  
  422. [----------] 2 tests from SubcommandTest
  423. [ RUN ] SubcommandTest.Flags
  424. [ OK ] SubcommandTest.Flags (1 ms)
  425. [ RUN ] SubcommandTest.Dispatch
  426. Subcommand 'subcommand' is not available
  427. Usage: command <subcommand> [OPTIONS]
  428.  
  429. Available subcommands:
  430. help
  431. subcommand2
  432.  
  433. Multiple subcommands have name 'subcommand'
  434. [ OK ] SubcommandTest.Dispatch (0 ms)
  435. [----------] 2 tests from SubcommandTest (1 ms total)
  436.  
  437. [----------] 1 test from Thread
  438. [ RUN ] Thread.local
  439. [ OK ] Thread.local (0 ms)
  440. [----------] 1 test from Thread (0 ms total)
  441.  
  442. [----------] 1 test from UUIDTest
  443. [ RUN ] UUIDTest.test
  444. [ OK ] UUIDTest.test (1 ms)
  445. [----------] 1 test from UUIDTest (1 ms total)
  446.  
  447. [----------] 2 tests from VersionTest
  448. [ RUN ] VersionTest.Comparison
  449. [ OK ] VersionTest.Comparison (0 ms)
  450. [ RUN ] VersionTest.Parse
  451. [ OK ] VersionTest.Parse (0 ms)
  452. [----------] 2 tests from VersionTest (0 ms total)
  453.  
  454. [----------] 6 tests from ProcTest
  455. [ RUN ] ProcTest.pids
  456. [ OK ] ProcTest.pids (1 ms)
  457. [ RUN ] ProcTest.cpus
  458. [ OK ] ProcTest.cpus (0 ms)
  459. [ RUN ] ProcTest.SystemStatus
  460. [ OK ] ProcTest.SystemStatus (0 ms)
  461. [ RUN ] ProcTest.ProcessStatus
  462. [ OK ] ProcTest.ProcessStatus (0 ms)
  463. [ RUN ] ProcTest.SingleThread
  464. [ OK ] ProcTest.SingleThread (0 ms)
  465. [ RUN ] ProcTest.MultipleThreads
  466. [ OK ] ProcTest.MultipleThreads (9 ms)
  467. [----------] 6 tests from ProcTest (10 ms total)
  468.  
  469. [----------] Global test environment tear-down
  470. [==========] 161 tests from 33 test cases ran. (810 ms total)
  471. [ PASSED ] 161 tests.
  472. make[7]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  473. make[6]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  474. make[5]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  475. make[4]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/3rdparty'
  476. Making check in .
  477. make[4]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  478. make tests benchmarks
  479. make[5]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  480. make[5]: 'tests' is up to date.
  481. make[5]: 'benchmarks' is up to date.
  482. make[5]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  483. make check-local
  484. make[5]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  485. ./tests
  486. [==========] Running 120 tests from 19 test cases.
  487. [----------] Global test environment set-up.
  488. [----------] 3 tests from Decoder
  489. [ RUN ] Decoder.Request
  490. [ OK ] Decoder.Request (0 ms)
  491. [ RUN ] Decoder.RequestHeaderContinuation
  492. [ OK ] Decoder.RequestHeaderContinuation (0 ms)
  493. [ RUN ] Decoder.Response
  494. [ OK ] Decoder.Response (0 ms)
  495. [----------] 3 tests from Decoder (0 ms total)
  496.  
  497. [----------] 2 tests from Encoder
  498. [ RUN ] Encoder.Response
  499. [ OK ] Encoder.Response (1 ms)
  500. [ RUN ] Encoder.AcceptableEncodings
  501. [ OK ] Encoder.AcceptableEncodings (0 ms)
  502. [----------] 2 tests from Encoder (1 ms total)
  503.  
  504. [----------] 7 tests from HTTP
  505. [ RUN ] HTTP.auth
  506. [ OK ] HTTP.auth (7 ms)
  507. [ RUN ] HTTP.Endpoints
  508. [ OK ] HTTP.Endpoints (6 ms)
  509. [ RUN ] HTTP.Encode
  510. [ OK ] HTTP.Encode (0 ms)
  511. [ RUN ] HTTP.PathParse
  512. [ OK ] HTTP.PathParse (0 ms)
  513. [ RUN ] HTTP.Get
  514. [ OK ] HTTP.Get (4 ms)
  515. [ RUN ] HTTP.Post
  516. [ OK ] HTTP.Post (4 ms)
  517. [ RUN ] HTTP.QueryEncodeDecode
  518. [ OK ] HTTP.QueryEncodeDecode (0 ms)
  519. [----------] 7 tests from HTTP (21 ms total)
  520.  
  521. [----------] 1 test from URLTest
  522. [ RUN ] URLTest.stringification
  523. [ OK ] URLTest.stringification (0 ms)
  524. [----------] 1 test from URLTest (0 ms total)
  525.  
  526. [----------] 5 tests from IO
  527. [ RUN ] IO.Poll
  528. [ OK ] IO.Poll (0 ms)
  529. [ RUN ] IO.Read
  530. [ OK ] IO.Read (1 ms)
  531. [ RUN ] IO.BufferedRead
  532. [ OK ] IO.BufferedRead (3 ms)
  533. [ RUN ] IO.Write
  534. [ OK ] IO.Write (2 ms)
  535. [ RUN ] IO.redirect
  536. [ OK ] IO.redirect (43 ms)
  537. [----------] 5 tests from IO (49 ms total)
  538.  
  539. [----------] 3 tests from Limiter
  540. [ RUN ] Limiter.Acquire
  541. [ OK ] Limiter.Acquire (31 ms)
  542. [ RUN ] Limiter.DiscardMiddle
  543. [ OK ] Limiter.DiscardMiddle (41 ms)
  544. [ RUN ] Limiter.DiscardLast
  545. [ OK ] Limiter.DiscardLast (21 ms)
  546. [----------] 3 tests from Limiter (93 ms total)
  547.  
  548. [----------] 3 tests from Mutex
  549. [ RUN ] Mutex.lock
  550. [ OK ] Mutex.lock (0 ms)
  551. [ RUN ] Mutex.block
  552. [ OK ] Mutex.block (0 ms)
  553. [ RUN ] Mutex.queue
  554. [ OK ] Mutex.queue (0 ms)
  555. [----------] 3 tests from Mutex (0 ms total)
  556.  
  557. [----------] 8 tests from Metrics
  558. [ RUN ] Metrics.Counter
  559. [ OK ] Metrics.Counter (4 ms)
  560. [ RUN ] Metrics.Gauge
  561. [ OK ] Metrics.Gauge (1 ms)
  562. [ RUN ] Metrics.Statistics
  563. [ OK ] Metrics.Statistics (21 ms)
  564. [ RUN ] Metrics.Snapshot
  565. [ OK ] Metrics.Snapshot (92 ms)
  566. [ RUN ] Metrics.SnapshotTimeout
  567. [ OK ] Metrics.SnapshotTimeout (154 ms)
  568. [ RUN ] Metrics.SnapshotStatistics
  569. [ OK ] Metrics.SnapshotStatistics (31 ms)
  570. [ RUN ] Metrics.Timer
  571. [ OK ] Metrics.Timer (25 ms)
  572. [ RUN ] Metrics.AsyncTimer
  573. [ OK ] Metrics.AsyncTimer (31 ms)
  574. [----------] 8 tests from Metrics (359 ms total)
  575.  
  576. [----------] 4 tests from Owned
  577. [ RUN ] Owned.Access
  578. [ OK ] Owned.Access (0 ms)
  579. [ RUN ] Owned.Null
  580. [ OK ] Owned.Null (0 ms)
  581. [ RUN ] Owned.Share
  582. [ OK ] Owned.Share (0 ms)
  583. [ RUN ] Owned.Release
  584. [ OK ] Owned.Release (0 ms)
  585. [----------] 4 tests from Owned (0 ms total)
  586.  
  587. [----------] 44 tests from Process
  588. [ RUN ] Process.event
  589. [ OK ] Process.event (0 ms)
  590. [ RUN ] Process.future
  591. [ OK ] Process.future (0 ms)
  592. [ RUN ] Process.associate
  593. [ OK ] Process.associate (0 ms)
  594. [ RUN ] Process.onAny
  595. [ OK ] Process.onAny (0 ms)
  596. [ RUN ] Process.then
  597. [ OK ] Process.then (1 ms)
  598. [ RUN ] Process.repair
  599. [ OK ] Process.repair (0 ms)
  600. [ RUN ] Process.after1
  601. [ OK ] Process.after1 (10 ms)
  602. [ RUN ] Process.after2
  603. [ OK ] Process.after2 (11 ms)
  604. [ RUN ] Process.chain
  605. [ OK ] Process.chain (0 ms)
  606. [ RUN ] Process.discard1
  607. [ OK ] Process.discard1 (1 ms)
  608. [ RUN ] Process.discard2
  609. [ OK ] Process.discard2 (0 ms)
  610. [ RUN ] Process.discard3
  611. [ OK ] Process.discard3 (0 ms)
  612. [ RUN ] Process.spawn
  613. [ OK ] Process.spawn (2 ms)
  614. [ RUN ] Process.dispatch
  615. [ OK ] Process.dispatch (0 ms)
  616. [ RUN ] Process.defer1
  617. [ OK ] Process.defer1 (2 ms)
  618. [ RUN ] Process.defer2
  619. [ OK ] Process.defer2 (0 ms)
  620. [ RUN ] Process.defer3
  621. [ OK ] Process.defer3 (4 ms)
  622. [ RUN ] Process.handlers
  623. [ OK ] Process.handlers (0 ms)
  624. [ RUN ] Process.expect
  625. [ OK ] Process.expect (1 ms)
  626. [ RUN ] Process.action
  627. [ OK ] Process.action (1 ms)
  628. [ RUN ] Process.inheritance
  629. [ OK ] Process.inheritance (0 ms)
  630. [ RUN ] Process.thunk
  631. [ OK ] Process.thunk (0 ms)
  632. [ RUN ] Process.delegate
  633. [ OK ] Process.delegate (0 ms)
  634. [ RUN ] Process.delay
  635. [ OK ] Process.delay (2 ms)
  636. [ RUN ] Process.order
  637. [ OK ] Process.order (0 ms)
  638. [ RUN ] Process.donate
  639. [ OK ] Process.donate (0 ms)
  640. [ RUN ] Process.exited
  641. [ OK ] Process.exited (1 ms)
  642. [ RUN ] Process.injectExited
  643. [ OK ] Process.injectExited (0 ms)
  644. [ RUN ] Process.select
  645. [ OK ] Process.select (0 ms)
  646. [ RUN ] Process.collect
  647. [ OK ] Process.collect (1 ms)
  648. [ RUN ] Process.await1
  649. [ OK ] Process.await1 (0 ms)
  650. [ RUN ] Process.await2
  651. [ OK ] Process.await2 (0 ms)
  652. [ RUN ] Process.await3
  653. [ OK ] Process.await3 (1 ms)
  654. [ RUN ] Process.settle
  655. [ OK ] Process.settle (40 ms)
  656. [ RUN ] Process.pid
  657. [ OK ] Process.pid (0 ms)
  658. [ RUN ] Process.listener
  659. [ OK ] Process.listener (1 ms)
  660. [ RUN ] Process.executor
  661. [ OK ] Process.executor (0 ms)
  662. [ RUN ] Process.remote
  663. [ OK ] Process.remote (1 ms)
  664. [ RUN ] Process.http1
  665. [ OK ] Process.http1 (1 ms)
  666. [ RUN ] Process.http2
  667. [ OK ] Process.http2 (3 ms)
  668. [ RUN ] Process.async
  669. [ OK ] Process.async (2 ms)
  670. [ RUN ] Process.provide
  671. [ OK ] Process.provide (3 ms)
  672. [ RUN ] Process.defers
  673. [ OK ] Process.defers (1 ms)
  674. [ RUN ] Process.PercentEncodedURLs
  675. [ OK ] Process.PercentEncodedURLs (7 ms)
  676. [----------] 44 tests from Process (98 ms total)
  677.  
  678. [----------] 1 test from Future
  679. [ RUN ] Future.FromTry
  680. [ OK ] Future.FromTry (0 ms)
  681. [----------] 1 test from Future (0 ms total)
  682.  
  683. [----------] 3 tests from Queue
  684. [ RUN ] Queue.block
  685. [ OK ] Queue.block (0 ms)
  686. [ RUN ] Queue.noblock
  687. [ OK ] Queue.noblock (0 ms)
  688. [ RUN ] Queue.queue
  689. [ OK ] Queue.queue (0 ms)
  690. [----------] 3 tests from Queue (0 ms total)
  691.  
  692. [----------] 3 tests from Reap
  693. [ RUN ] Reap.NonChildProcess
  694. [ OK ] Reap.NonChildProcess (32 ms)
  695. [ RUN ] Reap.ChildProcess
  696. [ OK ] Reap.ChildProcess (21 ms)
  697. [ RUN ] Reap.TerminatedChildProcess
  698. [ OK ] Reap.TerminatedChildProcess (22 ms)
  699. [----------] 3 tests from Reap (76 ms total)
  700.  
  701. [----------] 4 tests from Sequence
  702. [ RUN ] Sequence.Serialize
  703. [ OK ] Sequence.Serialize (11 ms)
  704. [ RUN ] Sequence.DiscardOne
  705. [ OK ] Sequence.DiscardOne (11 ms)
  706. [ RUN ] Sequence.DiscardAll
  707. [ OK ] Sequence.DiscardAll (12 ms)
  708. [ RUN ] Sequence.Random
  709. [ OK ] Sequence.Random (11 ms)
  710. [----------] 4 tests from Sequence (45 ms total)
  711.  
  712. [----------] 4 tests from Shared
  713. [ RUN ] Shared.ConstAccess
  714. [ OK ] Shared.ConstAccess (0 ms)
  715. [ RUN ] Shared.Null
  716. [ OK ] Shared.Null (0 ms)
  717. [ RUN ] Shared.Reset
  718. [ OK ] Shared.Reset (0 ms)
  719. [ RUN ] Shared.Own
  720. [ OK ] Shared.Own (1 ms)
  721. [----------] 4 tests from Shared (1 ms total)
  722.  
  723. [----------] 3 tests from Statistics
  724. [ RUN ] Statistics.empty
  725. [ OK ] Statistics.empty (0 ms)
  726. [ RUN ] Statistics.single
  727. [ OK ] Statistics.single (0 ms)
  728. [ RUN ] Statistics.statistics
  729. [ OK ] Statistics.statistics (0 ms)
  730. [----------] 3 tests from Statistics (0 ms total)
  731.  
  732. [----------] 16 tests from SubprocessTest
  733. [ RUN ] SubprocessTest.Status
  734. [ OK ] SubprocessTest.Status (84 ms)
  735. [ RUN ] SubprocessTest.PipeOutput
  736. [ OK ] SubprocessTest.PipeOutput (63 ms)
  737. [ RUN ] SubprocessTest.PipeInput
  738. [ OK ] SubprocessTest.PipeInput (32 ms)
  739. [ RUN ] SubprocessTest.PipeRedirect
  740. [ OK ] SubprocessTest.PipeRedirect (31 ms)
  741. [ RUN ] SubprocessTest.PathOutput
  742. [ OK ] SubprocessTest.PathOutput (54 ms)
  743. [ RUN ] SubprocessTest.PathInput
  744. [ OK ] SubprocessTest.PathInput (32 ms)
  745. [ RUN ] SubprocessTest.FdOutput
  746. [ OK ] SubprocessTest.FdOutput (43 ms)
  747. [ RUN ] SubprocessTest.FdInput
  748. [ OK ] SubprocessTest.FdInput (31 ms)
  749. [ RUN ] SubprocessTest.Default
  750. hello world
  751. [ OK ] SubprocessTest.Default (22 ms)
  752. [ RUN ] SubprocessTest.Flags
  753. [ OK ] SubprocessTest.Flags (43 ms)
  754. [ RUN ] SubprocessTest.Environment
  755. [ OK ] SubprocessTest.Environment (63 ms)
  756. [ RUN ] SubprocessTest.EnvironmentWithSpaces
  757. [ OK ] SubprocessTest.EnvironmentWithSpaces (31 ms)
  758. [ RUN ] SubprocessTest.EnvironmentWithSpacesAndQuotes
  759. [ OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (32 ms)
  760. [ RUN ] SubprocessTest.EnvironmentOverride
  761. [ OK ] SubprocessTest.EnvironmentOverride (32 ms)
  762. [ RUN ] SubprocessTest.Setup
  763. [ OK ] SubprocessTest.Setup (33 ms)
  764. [ RUN ] SubprocessTest.SetupStatus
  765. [ OK ] SubprocessTest.SetupStatus (43 ms)
  766. [----------] 16 tests from SubprocessTest (669 ms total)
  767.  
  768. [----------] 3 tests from TimeSeries
  769. [ RUN ] TimeSeries.set
  770. [ OK ] TimeSeries.set (0 ms)
  771. [ RUN ] TimeSeries.sparsify
  772. [ OK ] TimeSeries.sparsify (1 ms)
  773. [ RUN ] TimeSeries.truncate
  774. [ OK ] TimeSeries.truncate (0 ms)
  775. [----------] 3 tests from TimeSeries (1 ms total)
  776.  
  777. [----------] 3 tests from TimeTest
  778. [ RUN ] TimeTest.Arithmetic
  779. [ OK ] TimeTest.Arithmetic (0 ms)
  780. [ RUN ] TimeTest.Now
  781. [ OK ] TimeTest.Now (0 ms)
  782. [ RUN ] TimeTest.Output
  783. [ OK ] TimeTest.Output (0 ms)
  784. [----------] 3 tests from TimeTest (0 ms total)
  785.  
  786. [----------] Global test environment tear-down
  787. [==========] 120 tests from 19 test cases ran. (1414 ms total)
  788. [ PASSED ] 120 tests.
  789.  
  790. YOU HAVE 3 DISABLED TESTS
  791.  
  792. make[5]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  793. make[4]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  794. Making check in include
  795. make[4]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/include'
  796. make[4]: Nothing to be done for 'check'.
  797. make[4]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess/include'
  798. make[3]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty/libprocess'
  799. make[3]: Entering directory '/home/evelina/mesos2/mesos/build/3rdparty'
  800. make[3]: Nothing to be done for 'check-am'.
  801. make[3]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty'
  802. make[2]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty'
  803. make[1]: Leaving directory '/home/evelina/mesos2/mesos/build/3rdparty'
  804. Making check in src
  805. make[1]: Entering directory '/home/evelina/mesos2/mesos/build/src'
  806. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  807. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  808. org.apache.mesos.MesosSchedulerDriver
  809. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  810. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  811. org.apache.mesos.MesosExecutorDriver
  812. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  813. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  814. org.apache.mesos.Log
  815. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  816. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  817. org.apache.mesos.state.AbstractState
  818. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  819. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  820. org.apache.mesos.state.LevelDBState
  821. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  822. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  823. org.apache.mesos.state.LogState
  824. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  825. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  826. org.apache.mesos.state.Variable
  827. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  828. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  829. org.apache.mesos.state.ZooKeeperState
  830. make check-am
  831. make[2]: Entering directory '/home/evelina/mesos2/mesos/build/src'
  832. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  833. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  834. org.apache.mesos.Log
  835. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  836. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  837. org.apache.mesos.MesosSchedulerDriver
  838. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  839. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  840. org.apache.mesos.MesosExecutorDriver
  841. test "../.." = ".." || \
  842. (/bin/mkdir -p python/src/mesos && cp -pf ../../src/python/src/mesos/__init__.py python/src/mesos/__init__.py)
  843. test "../.." = ".." || \
  844. (/bin/mkdir -p python/interface/src/mesos && cp -pf ../../src/python/interface/src/mesos/__init__.py python/interface/src/mesos/__init__.py)
  845. test "../.." = ".." || \
  846. (/bin/mkdir -p python/interface/src/mesos/interface && cp -pf ../../src/python/interface/src/mesos/interface/__init__.py python/interface/src/mesos/interface/__init__.py)
  847. test "../.." = ".." || \
  848. (/bin/mkdir -p python/native/src/mesos && cp -pf ../../src/python/native/src/mesos/__init__.py python/native/src/mesos/__init__.py)
  849. test "../.." = ".." || \
  850. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/__init__.py python/native/src/mesos/native/__init__.py)
  851. test "../.." = ".." || \
  852. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_executor_driver_impl.cpp python/native/src/mesos/native/mesos_executor_driver_impl.cpp)
  853. test "../.." = ".." || \
  854. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_executor_driver_impl.hpp python/native/src/mesos/native/mesos_executor_driver_impl.hpp)
  855. test "../.." = ".." || \
  856. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp)
  857. test "../.." = ".." || \
  858. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp)
  859. test "../.." = ".." || \
  860. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/module.cpp python/native/src/mesos/native/module.cpp)
  861. test "../.." = ".." || \
  862. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/module.hpp python/native/src/mesos/native/module.hpp)
  863. test "../.." = ".." || \
  864. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_executor.cpp python/native/src/mesos/native/proxy_executor.cpp)
  865. test "../.." = ".." || \
  866. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_executor.hpp python/native/src/mesos/native/proxy_executor.hpp)
  867. test "../.." = ".." || \
  868. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_scheduler.cpp python/native/src/mesos/native/proxy_scheduler.cpp)
  869. test "../.." = ".." || \
  870. (/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_scheduler.hpp python/native/src/mesos/native/proxy_scheduler.hpp)
  871. running bdist_egg
  872. running bdist_egg
  873. running egg_info
  874. running egg_info
  875. writing requirements to src/mesos.native.egg-info/requires.txt
  876. writing requirements to src/mesos.interface.egg-info/requires.txt
  877. writing src/mesos.native.egg-info/PKG-INFO
  878. writing src/mesos.interface.egg-info/PKG-INFO
  879. writing namespace_packages to src/mesos.native.egg-info/namespace_packages.txt
  880. writing namespace_packages to src/mesos.interface.egg-info/namespace_packages.txt
  881. writing top-level names to src/mesos.native.egg-info/top_level.txt
  882. writing top-level names to src/mesos.interface.egg-info/top_level.txt
  883. writing dependency_links to src/mesos.native.egg-info/dependency_links.txt
  884. writing dependency_links to src/mesos.interface.egg-info/dependency_links.txt
  885. reading manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
  886. writing manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
  887. installing library code to build/bdist.linux-x86_64/egg
  888. running install_lib
  889. running build_py
  890. creating build/bdist.linux-x86_64/egg
  891. creating build/bdist.linux-x86_64/egg/mesos
  892. copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> build/bdist.linux-x86_64/egg/mesos
  893. reading manifest file 'src/mesos.native.egg-info/SOURCES.txt'
  894. writing manifest file 'src/mesos.native.egg-info/SOURCES.txt'
  895. installing library code to build/bdist.linux-x86_64/egg
  896. running install_lib
  897. running build_py
  898. running build_ext
  899. creating build/bdist.linux-x86_64/egg/mesos/interface
  900. copying build/lib.linux-x86_64-2.7/mesos/interface/containerizer_pb2.py -> build/bdist.linux-x86_64/egg/mesos/interface
  901. copying build/lib.linux-x86_64-2.7/mesos/interface/__init__.py -> build/bdist.linux-x86_64/egg/mesos/interface
  902. creating build/bdist.linux-x86_64/egg
  903. creating build/bdist.linux-x86_64/egg/mesos
  904. copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> build/bdist.linux-x86_64/egg/mesos
  905. copying build/lib.linux-x86_64-2.7/mesos/interface/mesos_pb2.py -> build/bdist.linux-x86_64/egg/mesos/interface
  906. creating build/bdist.linux-x86_64/egg/mesos/native
  907. copying build/lib.linux-x86_64-2.7/mesos/native/_mesos.so -> build/bdist.linux-x86_64/egg/mesos/native
  908. byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
  909. byte-compiling build/bdist.linux-x86_64/egg/mesos/interface/containerizer_pb2.py to containerizer_pb2.pyc
  910. byte-compiling build/bdist.linux-x86_64/egg/mesos/interface/__init__.py to __init__.pyc
  911. byte-compiling build/bdist.linux-x86_64/egg/mesos/interface/mesos_pb2.py to mesos_pb2.pyc
  912. creating build/bdist.linux-x86_64/egg/EGG-INFO
  913. copying src/mesos.interface.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  914. copying src/mesos.interface.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  915. copying src/mesos.interface.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  916. copying src/mesos.interface.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  917. copying src/mesos.interface.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  918. copying src/mesos.interface.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  919. zip_safe flag not set; analyzing archive contents...
  920. mesos.__init__: module references __path__
  921. creating '../dist/mesos.interface-0.22.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  922. copying build/lib.linux-x86_64-2.7/mesos/native/__init__.py -> build/bdist.linux-x86_64/egg/mesos/native
  923. byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
  924. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  925. byte-compiling build/bdist.linux-x86_64/egg/mesos/native/__init__.py to __init__.pyc
  926. running bdist_wheel
  927. creating stub loader for mesos/native/_mesos.so
  928. byte-compiling build/bdist.linux-x86_64/egg/mesos/native/_mesos.py to _mesos.pyc
  929. creating build/bdist.linux-x86_64/egg/EGG-INFO
  930. running build
  931. copying src/mesos.native.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  932. copying src/mesos.native.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  933. copying src/mesos.native.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  934. copying src/mesos.native.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  935. copying src/mesos.native.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  936. copying src/mesos.native.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  937. writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
  938. zip_safe flag not set; analyzing archive contents...
  939. mesos.__init__: module references __path__
  940. creating '../dist/mesos.native-0.22.0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
  941. installing to build/bdist.linux-x86_64/wheel
  942. running install
  943. running install_lib
  944. Skipping installation of build/bdist.linux-x86_64/wheel/mesos/__init__.py (namespace package)
  945. copying mesos/interface/containerizer_pb2.py -> build/bdist.linux-x86_64/wheel/mesos/interface
  946. copying mesos/interface/__init__.py -> build/bdist.linux-x86_64/wheel/mesos/interface
  947. copying mesos/interface/mesos_pb2.py -> build/bdist.linux-x86_64/wheel/mesos/interface
  948. running install_egg_info
  949. Copying src/mesos.interface.egg-info to build/bdist.linux-x86_64/wheel/mesos.interface-0.22.0-py2.7.egg-info
  950. Installing build/bdist.linux-x86_64/wheel/mesos.interface-0.22.0-py2.7-nspkg.pth
  951. running install_scripts
  952. creating build/bdist.linux-x86_64/wheel/mesos.interface-0.22.0.dist-info/WHEEL
  953. removing 'build/bdist.linux-x86_64/egg' (and everything under it)
  954. running bdist_wheel
  955. running build
  956. installing to build/bdist.linux-x86_64/wheel
  957. running install
  958. running install_lib
  959. Skipping installation of build/bdist.linux-x86_64/wheel/mesos/__init__.py (namespace package)
  960. copying mesos/native/_mesos.so -> build/bdist.linux-x86_64/wheel/mesos/native
  961. copying mesos/native/__init__.py -> build/bdist.linux-x86_64/wheel/mesos/native
  962. running install_egg_info
  963. Copying src/mesos.native.egg-info to build/bdist.linux-x86_64/wheel/mesos.native-0.22.0-py2.7.egg-info
  964. Installing build/bdist.linux-x86_64/wheel/mesos.native-0.22.0-py2.7-nspkg.pth
  965. running install_scripts
  966. creating build/bdist.linux-x86_64/wheel/mesos.native-0.22.0.dist-info/WHEEL
  967. make low-level-scheduler-libprocess low-level-scheduler-pthread test-framework test-executor long-lived-framework long-lived-executor no-executor-framework docker-no-executor-framework balloon-framework balloon-executor load-generator-framework setns-test-helper active-user-test-helper mesos-tests examples/java/test-framework examples/java/test-executor examples/java/test-exception-framework examples/java/test-multiple-executors-framework examples/java/test-log examples/python/test_containerizer.py examples/python/test-containerizer examples/python/test_framework.py examples/python/test-framework examples/python/test_executor.py examples/python/test-executor \
  968. tests/balloon_framework_test.sh tests/low_level_scheduler_libprocess_test.sh tests/low_level_scheduler_pthread_test.sh tests/java_exception_test.sh tests/java_framework_test.sh tests/java_log_test.sh tests/no_executor_framework_test.sh tests/python_framework_test.sh tests/test_framework_test.sh
  969. make[3]: Entering directory '/home/evelina/mesos2/mesos/build/src'
  970. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  971. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  972. org.apache.mesos.Log
  973. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  974. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  975. org.apache.mesos.MesosSchedulerDriver
  976. /usr/lib/jvm/java-6-openjdk-amd64/bin/javah -d java/jni \
  977. -classpath java/target/mesos-0.22.0.jar:/home/evelina/mesos2/mesos/build/src/java/target/protobuf-java-2.5.0.jar \
  978. org.apache.mesos.MesosExecutorDriver
  979. g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.22.0\" -DPACKAGE_STRING=\"mesos\ 0.22.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.22.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBSASL2=1 -DHAVE_LIBNL_3=1 -DHAVE_LIBNL_ROUTE_3=1 -DHAVE_LIBNL_IDIAG_3=1 -DWITH_NETWORK_ISOLATOR=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -I/usr/include/libnl3 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -DSOURCE_DIR=\"/home/evelina/mesos2/mesos/build/..\" -DBUILD_DIR=\"/home/evelina/mesos2/mesos/build\" -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/usr/lib/jvm/java-6-openjdk-amd64/include -I/usr/lib/jvm/java-6-openjdk-amd64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\" -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -pthread -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT tests/mesos_tests-port_mapping_tests.o -MD -MP -MF tests/.deps/mesos_tests-port_mapping_tests.Tpo -c -o tests/mesos_tests-port_mapping_tests.o `test -f 'tests/port_mapping_tests.cpp' || echo '../../src/'`tests/port_mapping_tests.cpp
  980. g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.22.0\" -DPACKAGE_STRING=\"mesos\ 0.22.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.22.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBSASL2=1 -DHAVE_LIBNL_3=1 -DHAVE_LIBNL_ROUTE_3=1 -DHAVE_LIBNL_IDIAG_3=1 -DWITH_NETWORK_ISOLATOR=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -I/usr/include/libnl3 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -DSOURCE_DIR=\"/home/evelina/mesos2/mesos/build/..\" -DBUILD_DIR=\"/home/evelina/mesos2/mesos/build\" -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/usr/lib/jvm/java-6-openjdk-amd64/include -I/usr/lib/jvm/java-6-openjdk-amd64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\" -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -pthread -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT tests/mesos_tests-group_tests.o -MD -MP -MF tests/.deps/mesos_tests-group_tests.Tpo -c -o tests/mesos_tests-group_tests.o `test -f 'tests/group_tests.cpp' || echo '../../src/'`tests/group_tests.cpp
  981. g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.22.0\" -DPACKAGE_STRING=\"mesos\ 0.22.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.22.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBSASL2=1 -DHAVE_LIBNL_3=1 -DHAVE_LIBNL_ROUTE_3=1 -DHAVE_LIBNL_IDIAG_3=1 -DWITH_NETWORK_ISOLATOR=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -I/usr/include/libnl3 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -DSOURCE_DIR=\"/home/evelina/mesos2/mesos/build/..\" -DBUILD_DIR=\"/home/evelina/mesos2/mesos/build\" -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/usr/lib/jvm/java-6-openjdk-amd64/include -I/usr/lib/jvm/java-6-openjdk-amd64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\" -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -pthread -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT tests/mesos_tests-registrar_zookeeper_tests.o -MD -MP -MF tests/.deps/mesos_tests-registrar_zookeeper_tests.Tpo -c -o tests/mesos_tests-registrar_zookeeper_tests.o `test -f 'tests/registrar_zookeeper_tests.cpp' || echo '../../src/'`tests/registrar_zookeeper_tests.cpp
  982. mv -f tests/.deps/mesos_tests-group_tests.Tpo tests/.deps/mesos_tests-group_tests.Po
  983. g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.22.0\" -DPACKAGE_STRING=\"mesos\ 0.22.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.22.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBSASL2=1 -DHAVE_LIBNL_3=1 -DHAVE_LIBNL_ROUTE_3=1 -DHAVE_LIBNL_IDIAG_3=1 -DWITH_NETWORK_ISOLATOR=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -I/usr/include/libnl3 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -DSOURCE_DIR=\"/home/evelina/mesos2/mesos/build/..\" -DBUILD_DIR=\"/home/evelina/mesos2/mesos/build\" -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/usr/lib/jvm/java-6-openjdk-amd64/include -I/usr/lib/jvm/java-6-openjdk-amd64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\" -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -pthread -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT tests/mesos_tests-zookeeper.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper.Tpo -c -o tests/mesos_tests-zookeeper.o `test -f 'tests/zookeeper.cpp' || echo '../../src/'`tests/zookeeper.cpp
  984. ../../src/tests/port_mapping_tests.cpp: In member function ‘JSON::Object mesos::internal::tests::PortMappingIsolatorTest::statisticsHelper(pid_t, bool, bool)’:
  985. ../../src/tests/port_mapping_tests.cpp:321:5: error: ‘PortMappingStatistics’ was not declared in this scope
  986. PortMappingStatistics statistics;
  987. ^
  988. ../../src/tests/port_mapping_tests.cpp:321:5: note: suggested alternative:
  989. In file included from ../../src/tests/port_mapping_tests.cpp:52:0:
  990. ../../src/slave/containerizer/isolators/network/port_mapping.hpp:340:7: note: ‘mesos::internal::slave::PortMappingStatistics’
  991. class PortMappingStatistics : public Subcommand
  992. ^
  993. ../../src/tests/port_mapping_tests.cpp:322:5: error: ‘statistics’ was not declared in this scope
  994. statistics.flags.pid = pid;
  995. ^
  996. ../../src/tests/port_mapping_tests.cpp:322:5: note: suggested alternative:
  997. In file included from ../../src/tests/port_mapping_tests.cpp:43:0:
  998. ../../src/linux/routing/link/link.hpp:114:41: note: ‘routing::link::statistics’
  999. Result<hashmap<std::string, uint64_t> > statistics(const std::string& link);
  1000. ^
  1001. ../../src/tests/port_mapping_tests.cpp:328:15: error: ‘PortMappingStatistics’ is not a class, namespace, or enumeration
  1002. argv[1] = PortMappingStatistics::NAME;
  1003. ^
  1004. ../../src/tests/port_mapping_tests.cpp: At global scope:
  1005. ../../src/tests/port_mapping_tests.cpp:1715:3: error: ‘Fetcher’ does not name a type
  1006. Fetcher fetcher;
  1007. ^
  1008. ../../src/tests/port_mapping_tests.cpp: In member function ‘virtual void mesos::internal::tests::PortMappingMesosTest_ROOT_RecoverMixedContainersTest_Test::TestBody()’:
  1009. ../../src/tests/port_mapping_tests.cpp:1750:63: error: ‘fetcher’ was not declared in this scope
  1010. MesosContainerizer::create(flagsNoNetworkIsolator, true, &fetcher);
  1011. ^
  1012. ../../src/tests/port_mapping_tests.cpp:1755:11: error: ‘Slave’ was not declared in this scope
  1013. Try<PID<Slave> > slave = StartSlave(
  1014. ^
  1015. ../../src/tests/port_mapping_tests.cpp:1755:11: note: suggested alternatives:
  1016. In file included from ../../src/tests/port_mapping_tests.cpp:47:0:
  1017. ../../src/master/master.hpp:744:8: note: ‘mesos::internal::master::Slave’
  1018. struct Slave
  1019. ^
  1020. In file included from ../../src/tests/port_mapping_tests.cpp:50:0:
  1021. ../../src/slave/slave.hpp:82:7: note: ‘mesos::internal::slave::Slave’
  1022. class Slave : public ProtobufProcess<Slave>
  1023. ^
  1024. ../../src/tests/port_mapping_tests.cpp:1755:16: error: template argument 1 is invalid
  1025. Try<PID<Slave> > slave = StartSlave(
  1026. ^
  1027. ../../src/tests/port_mapping_tests.cpp:1755:18: error: template argument 1 is invalid
  1028. Try<PID<Slave> > slave = StartSlave(
  1029. ^
  1030. ../../src/tests/port_mapping_tests.cpp:1755:26: error: invalid type in declaration before ‘=’ token
  1031. Try<PID<Slave> > slave = StartSlave(
  1032. ^
  1033. ../../src/tests/port_mapping_tests.cpp:1757:29: error: cannot convert ‘Try<process::PID<mesos::internal::slave::Slave> >’ to ‘int’ in initialization
  1034. flagsNoNetworkIsolator);
  1035. ^
  1036. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1037. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1038. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1039. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1040. from ../../src/tests/port_mapping_tests.cpp:19:
  1041. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: error: no matching function for call to ‘AssertSome(const char [6], int&)’
  1042. GTEST_ASSERT_(pred_format(#v1, v1),\
  1043. ^
  1044. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1045. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1046. ^
  1047. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1048. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1049. ^
  1050. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1051. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1052. ^
  1053. ../../src/tests/port_mapping_tests.cpp:1759:3: note: in expansion of macro ‘ASSERT_SOME’
  1054. ASSERT_SOME(slave);
  1055. ^
  1056. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: candidates are:
  1057. GTEST_ASSERT_(pred_format(#v1, v1),\
  1058. ^
  1059. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1060. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1061. ^
  1062. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1063. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1064. ^
  1065. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1066. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1067. ^
  1068. ../../src/tests/port_mapping_tests.cpp:1759:3: note: in expansion of macro ‘ASSERT_SOME’
  1069. ASSERT_SOME(slave);
  1070. ^
  1071. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1072. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Option<T>&)
  1073. ::testing::AssertionResult AssertSome(
  1074. ^
  1075. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template argument deduction/substitution failed:
  1076. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1077. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1078. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1079. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1080. from ../../src/tests/port_mapping_tests.cpp:19:
  1081. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Option<T>’ and ‘int’
  1082. GTEST_ASSERT_(pred_format(#v1, v1),\
  1083. ^
  1084. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1085. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1086. ^
  1087. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1088. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1089. ^
  1090. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1091. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1092. ^
  1093. ../../src/tests/port_mapping_tests.cpp:1759:3: note: in expansion of macro ‘ASSERT_SOME’
  1094. ASSERT_SOME(slave);
  1095. ^
  1096. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1097. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Try<T>&)
  1098. ::testing::AssertionResult AssertSome(
  1099. ^
  1100. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template argument deduction/substitution failed:
  1101. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1102. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1103. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1104. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1105. from ../../src/tests/port_mapping_tests.cpp:19:
  1106. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Try<T>’ and ‘int’
  1107. GTEST_ASSERT_(pred_format(#v1, v1),\
  1108. ^
  1109. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1110. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1111. ^
  1112. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1113. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1114. ^
  1115. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1116. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1117. ^
  1118. ../../src/tests/port_mapping_tests.cpp:1759:3: note: in expansion of macro ‘ASSERT_SOME’
  1119. ASSERT_SOME(slave);
  1120. ^
  1121. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1122. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Result<T>&)
  1123. ::testing::AssertionResult AssertSome(
  1124. ^
  1125. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template argument deduction/substitution failed:
  1126. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1127. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1128. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1129. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1130. from ../../src/tests/port_mapping_tests.cpp:19:
  1131. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Result<T>’ and ‘int’
  1132. GTEST_ASSERT_(pred_format(#v1, v1),\
  1133. ^
  1134. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1135. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1136. ^
  1137. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1138. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1139. ^
  1140. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1141. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1142. ^
  1143. ../../src/tests/port_mapping_tests.cpp:1759:3: note: in expansion of macro ‘ASSERT_SOME’
  1144. ASSERT_SOME(slave);
  1145. ^
  1146. In file included from ../../src/tests/mesos.hpp:30:0,
  1147. from ../../src/tests/port_mapping_tests.cpp:62:
  1148. ../../src/tests/port_mapping_tests.cpp:1798:25: error: ‘Slave’ is not a class, namespace, or enumeration
  1149. FUTURE_DISPATCH(_, &Slave::_statusUpdateAcknowledgement);
  1150. ^
  1151. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1152. process::FutureDispatch(pid, method)
  1153. ^
  1154. ../../src/tests/port_mapping_tests.cpp:1805:14: error: request for member ‘get’ in ‘slave’, which is of non-class type ‘int’
  1155. Stop(slave.get());
  1156. ^
  1157. In file included from ../../src/tests/mesos.hpp:30:0,
  1158. from ../../src/tests/port_mapping_tests.cpp:62:
  1159. ../../src/tests/port_mapping_tests.cpp:1808:50: error: ‘Slave’ is not a class, namespace, or enumeration
  1160. Future<Nothing> _recover = FUTURE_DISPATCH(_, &Slave::_recover);
  1161. ^
  1162. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1163. process::FutureDispatch(pid, method)
  1164. ^
  1165. ../../src/tests/port_mapping_tests.cpp:1823:9: error: cannot convert ‘Try<process::PID<mesos::internal::slave::Slave> >’ to ‘int’ in assignment
  1166. slave = StartSlave(containerizer2.get(), flags);
  1167. ^
  1168. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1169. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1170. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1171. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1172. from ../../src/tests/port_mapping_tests.cpp:19:
  1173. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: error: no matching function for call to ‘AssertSome(const char [6], int&)’
  1174. GTEST_ASSERT_(pred_format(#v1, v1),\
  1175. ^
  1176. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1177. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1178. ^
  1179. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1180. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1181. ^
  1182. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1183. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1184. ^
  1185. ../../src/tests/port_mapping_tests.cpp:1824:3: note: in expansion of macro ‘ASSERT_SOME’
  1186. ASSERT_SOME(slave);
  1187. ^
  1188. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: candidates are:
  1189. GTEST_ASSERT_(pred_format(#v1, v1),\
  1190. ^
  1191. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1192. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1193. ^
  1194. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1195. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1196. ^
  1197. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1198. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1199. ^
  1200. ../../src/tests/port_mapping_tests.cpp:1824:3: note: in expansion of macro ‘ASSERT_SOME’
  1201. ASSERT_SOME(slave);
  1202. ^
  1203. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1204. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Option<T>&)
  1205. ::testing::AssertionResult AssertSome(
  1206. ^
  1207. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template argument deduction/substitution failed:
  1208. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1209. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1210. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1211. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1212. from ../../src/tests/port_mapping_tests.cpp:19:
  1213. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Option<T>’ and ‘int’
  1214. GTEST_ASSERT_(pred_format(#v1, v1),\
  1215. ^
  1216. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1217. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1218. ^
  1219. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1220. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1221. ^
  1222. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1223. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1224. ^
  1225. ../../src/tests/port_mapping_tests.cpp:1824:3: note: in expansion of macro ‘ASSERT_SOME’
  1226. ASSERT_SOME(slave);
  1227. ^
  1228. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1229. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Try<T>&)
  1230. ::testing::AssertionResult AssertSome(
  1231. ^
  1232. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template argument deduction/substitution failed:
  1233. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1234. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1235. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1236. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1237. from ../../src/tests/port_mapping_tests.cpp:19:
  1238. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Try<T>’ and ‘int’
  1239. GTEST_ASSERT_(pred_format(#v1, v1),\
  1240. ^
  1241. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1242. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1243. ^
  1244. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1245. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1246. ^
  1247. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1248. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1249. ^
  1250. ../../src/tests/port_mapping_tests.cpp:1824:3: note: in expansion of macro ‘ASSERT_SOME’
  1251. ASSERT_SOME(slave);
  1252. ^
  1253. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1254. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Result<T>&)
  1255. ::testing::AssertionResult AssertSome(
  1256. ^
  1257. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template argument deduction/substitution failed:
  1258. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1259. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1260. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1261. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1262. from ../../src/tests/port_mapping_tests.cpp:19:
  1263. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Result<T>’ and ‘int’
  1264. GTEST_ASSERT_(pred_format(#v1, v1),\
  1265. ^
  1266. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1267. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1268. ^
  1269. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1270. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1271. ^
  1272. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1273. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1274. ^
  1275. ../../src/tests/port_mapping_tests.cpp:1824:3: note: in expansion of macro ‘ASSERT_SOME’
  1276. ASSERT_SOME(slave);
  1277. ^
  1278. ../../src/tests/port_mapping_tests.cpp:1833:18: error: ‘EXECUTOR_REREGISTER_TIMEOUT’ was not declared in this scope
  1279. Clock::advance(EXECUTOR_REREGISTER_TIMEOUT);
  1280. ^
  1281. ../../src/tests/port_mapping_tests.cpp:1833:18: note: suggested alternative:
  1282. In file included from ../../src/slave/flags.hpp:40:0,
  1283. from ../../src/tests/port_mapping_tests.cpp:49:
  1284. ../../src/slave/constants.hpp:42:23: note: ‘mesos::internal::slave::EXECUTOR_REREGISTER_TIMEOUT’
  1285. extern const Duration EXECUTOR_REREGISTER_TIMEOUT;
  1286. ^
  1287. In file included from ../../src/tests/mesos.hpp:30:0,
  1288. from ../../src/tests/port_mapping_tests.cpp:62:
  1289. ../../src/tests/port_mapping_tests.cpp:1852:25: error: ‘Slave’ is not a class, namespace, or enumeration
  1290. FUTURE_DISPATCH(_, &Slave::_statusUpdateAcknowledgement);
  1291. ^
  1292. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1293. process::FutureDispatch(pid, method)
  1294. ^
  1295. ../../src/tests/port_mapping_tests.cpp:1859:14: error: request for member ‘get’ in ‘slave’, which is of non-class type ‘int’
  1296. Stop(slave.get());
  1297. ^
  1298. In file included from ../../src/tests/mesos.hpp:30:0,
  1299. from ../../src/tests/port_mapping_tests.cpp:62:
  1300. ../../src/tests/port_mapping_tests.cpp:1862:51: error: ‘Slave’ is not a class, namespace, or enumeration
  1301. Future<Nothing> _recover2 = FUTURE_DISPATCH(_, &Slave::_recover);
  1302. ^
  1303. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1304. process::FutureDispatch(pid, method)
  1305. ^
  1306. ../../src/tests/port_mapping_tests.cpp:1876:9: error: cannot convert ‘Try<process::PID<mesos::internal::slave::Slave> >’ to ‘int’ in assignment
  1307. slave = StartSlave(containerizer3.get(), flags);
  1308. ^
  1309. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1310. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1311. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1312. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1313. from ../../src/tests/port_mapping_tests.cpp:19:
  1314. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: error: no matching function for call to ‘AssertSome(const char [6], int&)’
  1315. GTEST_ASSERT_(pred_format(#v1, v1),\
  1316. ^
  1317. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1318. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1319. ^
  1320. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1321. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1322. ^
  1323. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1324. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1325. ^
  1326. ../../src/tests/port_mapping_tests.cpp:1877:3: note: in expansion of macro ‘ASSERT_SOME’
  1327. ASSERT_SOME(slave);
  1328. ^
  1329. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: candidates are:
  1330. GTEST_ASSERT_(pred_format(#v1, v1),\
  1331. ^
  1332. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1333. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1334. ^
  1335. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1336. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1337. ^
  1338. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1339. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1340. ^
  1341. ../../src/tests/port_mapping_tests.cpp:1877:3: note: in expansion of macro ‘ASSERT_SOME’
  1342. ASSERT_SOME(slave);
  1343. ^
  1344. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1345. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Option<T>&)
  1346. ::testing::AssertionResult AssertSome(
  1347. ^
  1348. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template argument deduction/substitution failed:
  1349. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1350. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1351. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1352. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1353. from ../../src/tests/port_mapping_tests.cpp:19:
  1354. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Option<T>’ and ‘int’
  1355. GTEST_ASSERT_(pred_format(#v1, v1),\
  1356. ^
  1357. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1358. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1359. ^
  1360. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1361. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1362. ^
  1363. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1364. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1365. ^
  1366. ../../src/tests/port_mapping_tests.cpp:1877:3: note: in expansion of macro ‘ASSERT_SOME’
  1367. ASSERT_SOME(slave);
  1368. ^
  1369. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1370. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Try<T>&)
  1371. ::testing::AssertionResult AssertSome(
  1372. ^
  1373. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template argument deduction/substitution failed:
  1374. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1375. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1376. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1377. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1378. from ../../src/tests/port_mapping_tests.cpp:19:
  1379. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Try<T>’ and ‘int’
  1380. GTEST_ASSERT_(pred_format(#v1, v1),\
  1381. ^
  1382. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1383. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1384. ^
  1385. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1386. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1387. ^
  1388. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1389. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1390. ^
  1391. ../../src/tests/port_mapping_tests.cpp:1877:3: note: in expansion of macro ‘ASSERT_SOME’
  1392. ASSERT_SOME(slave);
  1393. ^
  1394. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1395. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Result<T>&)
  1396. ::testing::AssertionResult AssertSome(
  1397. ^
  1398. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template argument deduction/substitution failed:
  1399. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1400. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1401. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1402. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1403. from ../../src/tests/port_mapping_tests.cpp:19:
  1404. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Result<T>’ and ‘int’
  1405. GTEST_ASSERT_(pred_format(#v1, v1),\
  1406. ^
  1407. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1408. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1409. ^
  1410. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1411. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1412. ^
  1413. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1414. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1415. ^
  1416. ../../src/tests/port_mapping_tests.cpp:1877:3: note: in expansion of macro ‘ASSERT_SOME’
  1417. ASSERT_SOME(slave);
  1418. ^
  1419. ../../src/tests/port_mapping_tests.cpp:1904:32: error: ‘Containerizer’ has not been declared
  1420. Try<Resources> resources = Containerizer::resources(flags);
  1421. ^
  1422. ../../src/tests/port_mapping_tests.cpp: In member function ‘virtual void mesos::internal::tests::PortMappingMesosTest_ROOT_CleanUpOrphanTest_Test::TestBody()’:
  1423. ../../src/tests/port_mapping_tests.cpp:1929:46: error: ‘fetcher’ was not declared in this scope
  1424. MesosContainerizer::create(flags, true, &fetcher);
  1425. ^
  1426. ../../src/tests/port_mapping_tests.cpp:1933:11: error: ‘Slave’ was not declared in this scope
  1427. Try<PID<Slave> > slave = StartSlave(containerizer1.get(), flags);
  1428. ^
  1429. ../../src/tests/port_mapping_tests.cpp:1933:11: note: suggested alternatives:
  1430. In file included from ../../src/tests/port_mapping_tests.cpp:47:0:
  1431. ../../src/master/master.hpp:744:8: note: ‘mesos::internal::master::Slave’
  1432. struct Slave
  1433. ^
  1434. In file included from ../../src/tests/port_mapping_tests.cpp:50:0:
  1435. ../../src/slave/slave.hpp:82:7: note: ‘mesos::internal::slave::Slave’
  1436. class Slave : public ProtobufProcess<Slave>
  1437. ^
  1438. ../../src/tests/port_mapping_tests.cpp:1933:16: error: template argument 1 is invalid
  1439. Try<PID<Slave> > slave = StartSlave(containerizer1.get(), flags);
  1440. ^
  1441. ../../src/tests/port_mapping_tests.cpp:1933:18: error: template argument 1 is invalid
  1442. Try<PID<Slave> > slave = StartSlave(containerizer1.get(), flags);
  1443. ^
  1444. ../../src/tests/port_mapping_tests.cpp:1933:26: error: invalid type in declaration before ‘=’ token
  1445. Try<PID<Slave> > slave = StartSlave(containerizer1.get(), flags);
  1446. ^
  1447. ../../src/tests/port_mapping_tests.cpp:1933:66: error: cannot convert ‘Try<process::PID<mesos::internal::slave::Slave> >’ to ‘int’ in initialization
  1448. Try<PID<Slave> > slave = StartSlave(containerizer1.get(), flags);
  1449. ^
  1450. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1451. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1452. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1453. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1454. from ../../src/tests/port_mapping_tests.cpp:19:
  1455. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: error: no matching function for call to ‘AssertSome(const char [6], int&)’
  1456. GTEST_ASSERT_(pred_format(#v1, v1),\
  1457. ^
  1458. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1459. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1460. ^
  1461. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1462. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1463. ^
  1464. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1465. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1466. ^
  1467. ../../src/tests/port_mapping_tests.cpp:1934:3: note: in expansion of macro ‘ASSERT_SOME’
  1468. ASSERT_SOME(slave);
  1469. ^
  1470. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: candidates are:
  1471. GTEST_ASSERT_(pred_format(#v1, v1),\
  1472. ^
  1473. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1474. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1475. ^
  1476. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1477. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1478. ^
  1479. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1480. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1481. ^
  1482. ../../src/tests/port_mapping_tests.cpp:1934:3: note: in expansion of macro ‘ASSERT_SOME’
  1483. ASSERT_SOME(slave);
  1484. ^
  1485. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1486. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Option<T>&)
  1487. ::testing::AssertionResult AssertSome(
  1488. ^
  1489. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template argument deduction/substitution failed:
  1490. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1491. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1492. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1493. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1494. from ../../src/tests/port_mapping_tests.cpp:19:
  1495. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Option<T>’ and ‘int’
  1496. GTEST_ASSERT_(pred_format(#v1, v1),\
  1497. ^
  1498. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1499. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1500. ^
  1501. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1502. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1503. ^
  1504. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1505. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1506. ^
  1507. ../../src/tests/port_mapping_tests.cpp:1934:3: note: in expansion of macro ‘ASSERT_SOME’
  1508. ASSERT_SOME(slave);
  1509. ^
  1510. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1511. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Try<T>&)
  1512. ::testing::AssertionResult AssertSome(
  1513. ^
  1514. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template argument deduction/substitution failed:
  1515. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1516. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1517. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1518. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1519. from ../../src/tests/port_mapping_tests.cpp:19:
  1520. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Try<T>’ and ‘int’
  1521. GTEST_ASSERT_(pred_format(#v1, v1),\
  1522. ^
  1523. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1524. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1525. ^
  1526. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1527. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1528. ^
  1529. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1530. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1531. ^
  1532. ../../src/tests/port_mapping_tests.cpp:1934:3: note: in expansion of macro ‘ASSERT_SOME’
  1533. ASSERT_SOME(slave);
  1534. ^
  1535. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1536. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Result<T>&)
  1537. ::testing::AssertionResult AssertSome(
  1538. ^
  1539. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template argument deduction/substitution failed:
  1540. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1541. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1542. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1543. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1544. from ../../src/tests/port_mapping_tests.cpp:19:
  1545. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Result<T>’ and ‘int’
  1546. GTEST_ASSERT_(pred_format(#v1, v1),\
  1547. ^
  1548. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1549. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1550. ^
  1551. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1552. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1553. ^
  1554. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1555. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1556. ^
  1557. ../../src/tests/port_mapping_tests.cpp:1934:3: note: in expansion of macro ‘ASSERT_SOME’
  1558. ASSERT_SOME(slave);
  1559. ^
  1560. In file included from ../../src/tests/mesos.hpp:30:0,
  1561. from ../../src/tests/port_mapping_tests.cpp:62:
  1562. ../../src/tests/port_mapping_tests.cpp:1968:25: error: ‘Slave’ is not a class, namespace, or enumeration
  1563. FUTURE_DISPATCH(_, &Slave::_statusUpdateAcknowledgement);
  1564. ^
  1565. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1566. process::FutureDispatch(pid, method)
  1567. ^
  1568. ../../src/tests/port_mapping_tests.cpp:1975:14: error: request for member ‘get’ in ‘slave’, which is of non-class type ‘int’
  1569. Stop(slave.get());
  1570. ^
  1571. ../../src/tests/port_mapping_tests.cpp:1982:26: error: ‘paths’ has not been declared
  1572. string frameworkPath = paths::getFrameworkPath(
  1573. ^
  1574. ../../src/tests/port_mapping_tests.cpp:1983:7: error: ‘paths’ has not been declared
  1575. paths::getMetaRootDir(flags.work_dir),
  1576. ^
  1577. In file included from ../../src/tests/mesos.hpp:30:0,
  1578. from ../../src/tests/port_mapping_tests.cpp:62:
  1579. ../../src/tests/port_mapping_tests.cpp:1991:50: error: ‘Slave’ is not a class, namespace, or enumeration
  1580. Future<Nothing> _recover = FUTURE_DISPATCH(_, &Slave::_recover);
  1581. ^
  1582. ../../3rdparty/libprocess/include/process/gmock.hpp:54:32: note: in definition of macro ‘FUTURE_DISPATCH’
  1583. process::FutureDispatch(pid, method)
  1584. ^
  1585. ../../src/tests/port_mapping_tests.cpp:2007:9: error: cannot convert ‘Try<process::PID<mesos::internal::slave::Slave> >’ to ‘int’ in assignment
  1586. slave = StartSlave(containerizer2.get(), flags);
  1587. ^
  1588. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1589. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1590. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1591. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1592. from ../../src/tests/port_mapping_tests.cpp:19:
  1593. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: error: no matching function for call to ‘AssertSome(const char [6], int&)’
  1594. GTEST_ASSERT_(pred_format(#v1, v1),\
  1595. ^
  1596. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1597. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1598. ^
  1599. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1600. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1601. ^
  1602. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1603. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1604. ^
  1605. ../../src/tests/port_mapping_tests.cpp:2008:3: note: in expansion of macro ‘ASSERT_SOME’
  1606. ASSERT_SOME(slave);
  1607. ^
  1608. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: candidates are:
  1609. GTEST_ASSERT_(pred_format(#v1, v1),\
  1610. ^
  1611. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1612. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1613. ^
  1614. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1615. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1616. ^
  1617. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1618. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1619. ^
  1620. ../../src/tests/port_mapping_tests.cpp:2008:3: note: in expansion of macro ‘ASSERT_SOME’
  1621. ASSERT_SOME(slave);
  1622. ^
  1623. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1624. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Option<T>&)
  1625. ::testing::AssertionResult AssertSome(
  1626. ^
  1627. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:27:28: note: template argument deduction/substitution failed:
  1628. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1629. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1630. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1631. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1632. from ../../src/tests/port_mapping_tests.cpp:19:
  1633. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Option<T>’ and ‘int’
  1634. GTEST_ASSERT_(pred_format(#v1, v1),\
  1635. ^
  1636. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1637. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1638. ^
  1639. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1640. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1641. ^
  1642. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1643. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1644. ^
  1645. ../../src/tests/port_mapping_tests.cpp:2008:3: note: in expansion of macro ‘ASSERT_SOME’
  1646. ASSERT_SOME(slave);
  1647. ^
  1648. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1649. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Try<T>&)
  1650. ::testing::AssertionResult AssertSome(
  1651. ^
  1652. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:41:28: note: template argument deduction/substitution failed:
  1653. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1654. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1655. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1656. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1657. from ../../src/tests/port_mapping_tests.cpp:19:
  1658. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Try<T>’ and ‘int’
  1659. GTEST_ASSERT_(pred_format(#v1, v1),\
  1660. ^
  1661. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1662. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1663. ^
  1664. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1665. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1666. ^
  1667. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1668. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1669. ^
  1670. ../../src/tests/port_mapping_tests.cpp:2008:3: note: in expansion of macro ‘ASSERT_SOME’
  1671. ASSERT_SOME(slave);
  1672. ^
  1673. In file included from ../../src/tests/port_mapping_tests.cpp:31:0:
  1674. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template<class T> testing::AssertionResult AssertSome(const char*, const Result<T>&)
  1675. ::testing::AssertionResult AssertSome(
  1676. ^
  1677. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:55:28: note: template argument deduction/substitution failed:
  1678. In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1798:0,
  1679. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47,
  1680. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
  1681. from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
  1682. from ../../src/tests/port_mapping_tests.cpp:19:
  1683. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:101:36: note: mismatched types ‘const Result<T>’ and ‘int’
  1684. GTEST_ASSERT_(pred_format(#v1, v1),\
  1685. ^
  1686. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro ‘GTEST_ASSERT_’
  1687. if (const ::testing::AssertionResult gtest_ar = (expression)) \
  1688. ^
  1689. ../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest_pred_impl.h:118:3: note: in expansion of macro ‘GTEST_PRED_FORMAT1_’
  1690. GTEST_PRED_FORMAT1_(pred_format, v1, GTEST_FATAL_FAILURE_)
  1691. ^
  1692. ../../3rdparty/libprocess/3rdparty/stout/include/stout/gtest.hpp:122:3: note: in expansion of macro ‘ASSERT_PRED_FORMAT1’
  1693. ASSERT_PRED_FORMAT1(AssertSome, actual)
  1694. ^
  1695. ../../src/tests/port_mapping_tests.cpp:2008:3: note: in expansion of macro ‘ASSERT_SOME’
  1696. ASSERT_SOME(slave);
  1697. ^
  1698. mv -f tests/.deps/mesos_tests-zookeeper.Tpo tests/.deps/mesos_tests-zookeeper.Po
  1699. g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.22.0\" -DPACKAGE_STRING=\"mesos\ 0.22.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.22.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBSASL2=1 -DHAVE_LIBNL_3=1 -DHAVE_LIBNL_ROUTE_3=1 -DHAVE_LIBNL_IDIAG_3=1 -DWITH_NETWORK_ISOLATOR=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -I. -I../../src -Wall -Werror -DLIBDIR=\"/usr/local/lib\" -DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DPKGDATADIR=\"/usr/local/share/mesos\" -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated -I/usr/include/libnl3 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -DSOURCE_DIR=\"/home/evelina/mesos2/mesos/build/..\" -DBUILD_DIR=\"/home/evelina/mesos2/mesos/build\" -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/usr/lib/jvm/java-6-openjdk-amd64/include -I/usr/lib/jvm/java-6-openjdk-amd64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\" -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -pthread -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT tests/mesos_tests-zookeeper_test_server.o -MD -MP -MF tests/.deps/mesos_tests-zookeeper_test_server.Tpo -c -o tests/mesos_tests-zookeeper_test_server.o `test -f 'tests/zookeeper_test_server.cpp' || echo '../../src/'`tests/zookeeper_test_server.cpp
  1700. Makefile:5573: recipe for target 'tests/mesos_tests-port_mapping_tests.o' failed
  1701. make[3]: *** [tests/mesos_tests-port_mapping_tests.o] Error 1
  1702. make[3]: *** Waiting for unfinished jobs....
  1703. mv -f tests/.deps/mesos_tests-zookeeper_test_server.Tpo tests/.deps/mesos_tests-zookeeper_test_server.Po
  1704. mv -f tests/.deps/mesos_tests-registrar_zookeeper_tests.Tpo tests/.deps/mesos_tests-registrar_zookeeper_tests.Po
  1705. make[3]: Leaving directory '/home/evelina/mesos2/mesos/build/src'
  1706. Makefile:6199: recipe for target 'check-am' failed
  1707. make[2]: *** [check-am] Error 2
  1708. make[2]: Leaving directory '/home/evelina/mesos2/mesos/build/src'
  1709. Makefile:6203: recipe for target 'check' failed
  1710. make[1]: *** [check] Error 2
  1711. make[1]: Leaving directory '/home/evelina/mesos2/mesos/build/src'
  1712. Makefile:663: recipe for target 'check-recursive' failed
  1713. make: *** [check-recursive] Error 1
Add Comment
Please, Sign In to add comment