Advertisement
Guest User

Untitled

a guest
Dec 23rd, 2017
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.20 KB | None | 0 0
  1. mariadb uses an image, skipping
  2. feedo_server uses an image, skipping
  3. Building android
  4. Step 1/4 : FROM registry.inixi.se/feedo/feedo/client/android_base
  5. latest: Pulling from feedo/feedo/client/android_base
  6. Digest: sha256:2f5b7cfb9942b7770dad85bbc31784fa7aad708cc1d46c9da323abfc53ea9b5b
  7. Status: Image is up to date for registry.inixi.se/feedo/feedo/client/android_base:latest
  8. ---> 9c5fa135aca8
  9. Step 2/4 : WORKDIR /app
  10. ---> Using cache
  11. ---> c3cc6a967740
  12. Step 3/4 : COPY . .
  13. ---> Using cache
  14. ---> e811384fb74b
  15. Step 4/4 : RUN ln -s $CLIENT_LIBS/android src/client/lib && ln -s $CLIENT_LIBS/include src/client/lib
  16. ---> Using cache
  17. ---> c272e4004f8d
  18.  
  19. Successfully built c272e4004f8d
  20. Successfully tagged android_test:latest
  21. Creating feedo_mariadb_cat ...
  22. Creating feedo_mariadb_cat ... done
  23. Creating feedo_cat_server ...
  24. Creating feedo_cat_server ... done
  25. Creating feedo_cat ...
  26. Creating feedo_cat ... done
  27. Attaching to feedo_mariadb_cat, feedo_cat_server, feedo_cat
  28. feedo_mariadb_cat | Initializing database
  29. feedo_cat_server | █ Feedo server version 0.10 by Vladimir Valyukh [7f5f2b0d8480] bool start_server(int, char**)
  30. feedo_cat_server | █ SERVER_PORT : 1198 [7f5f2b0d8480] bool start_server(int, char**)
  31. feedo_cat_server | █ logging disabled; [7f5f2b0d8480] bool start_server(int, char**)
  32. feedo_cat_server | █ mariadb schema: feedo_test [7f5f2b0d8480] bool start_server(int, char**)
  33. feedo_cat_server | █ mariadb user: feedo_test [7f5f2b0d8480] bool start_server(int, char**)
  34. feedo_cat_server | █ using unix socket for mariadb : false [7f5f2b0d8480] bool start_server(int, char**)
  35. feedo_cat_server | █ mariadb host : mariadb [7f5f2b0d8480] bool start_server(int, char**)
  36. feedo_cat_server | █ mariadb port : 3306 [7f5f2b0d8480] bool start_server(int, char**)
  37. feedo_cat_server | █ mariadb init script : /app/database/create_test_db.sh [7f5f2b0d8480] bool start_server(int, char**)
  38. feedo_cat_server | █ running database script.. [7f5f2b0d8480] bool run_db_script()
  39. feedo_cat_server | db_schema : feedo_test
  40. feedo_cat_server | db_user : feedo_test
  41. feedo_cat_server | ERROR 2003 (HY000): Can't connect to MySQL server on 'mariadb' (111 "Connection refused")
  42. feedo_cat_server | *** failed to connect, retrying in 1 seconds; retries left : 5
  43. feedo_cat_server | ERROR 2003 (HY000): Can't connect to MySQL server on 'mariadb' (111 "Connection refused")
  44. feedo_cat_server | *** failed to connect, retrying in 2 seconds; retries left : 4
  45. feedo_cat_server | ERROR 2003 (HY000): Can't connect to MySQL server on 'mariadb' (111 "Connection refused")
  46. feedo_cat_server | *** failed to connect, retrying in 4 seconds; retries left : 3
  47. feedo_mariadb_cat |
  48. feedo_mariadb_cat | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  49. feedo_mariadb_cat | To do so, start the server, then issue the following commands:
  50. feedo_mariadb_cat |
  51. feedo_mariadb_cat | '/usr/bin/mysqladmin' -u root password 'new-password'
  52. feedo_mariadb_cat | '/usr/bin/mysqladmin' -u root -h password 'new-password'
  53. feedo_mariadb_cat |
  54. feedo_mariadb_cat | Alternatively you can run:
  55. feedo_mariadb_cat | '/usr/bin/mysql_secure_installation'
  56. feedo_mariadb_cat |
  57. feedo_mariadb_cat | which will also give you the option of removing the test
  58. feedo_mariadb_cat | databases and anonymous user created by default. This is
  59. feedo_mariadb_cat | strongly recommended for production servers.
  60. feedo_mariadb_cat |
  61. feedo_mariadb_cat | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  62. feedo_mariadb_cat | MySQL manual for more instructions.
  63. feedo_mariadb_cat |
  64. feedo_mariadb_cat | Please report any problems at http://mariadb.org/jira
  65. feedo_mariadb_cat |
  66. feedo_mariadb_cat | The latest information about MariaDB is available at http://mariadb.org/.
  67. feedo_mariadb_cat | You can find additional information about the MySQL part at:
  68. feedo_mariadb_cat | http://dev.mysql.com
  69. feedo_mariadb_cat | Consider joining MariaDB's strong and vibrant community:
  70. feedo_mariadb_cat | https://mariadb.org/get-involved/
  71. feedo_mariadb_cat |
  72. feedo_mariadb_cat | Database initialized
  73. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] mysqld (mysqld 10.2.11-MariaDB-10.2.11+maria~jessie) starting as process 98 ...
  74. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  75. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Uses event mutexes
  76. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Compressed tables use zlib 1.2.8
  77. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Using Linux native AIO
  78. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Number of pools: 1
  79. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Using SSE2 crc32 instructions
  80. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
  81. feedo_mariadb_cat | MySQL init process in progress...
  82. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Completed initialization of buffer pool
  83. feedo_mariadb_cat | 2017-12-22 19:39:15 140047920604928 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  84. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Highest supported file format is Barracuda.
  85. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: 128 out of 128 rollback segments are active.
  86. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Creating shared tablespace for temporary tables
  87. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  88. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  89. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: Waiting for purge to start
  90. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] InnoDB: 5.7.20 started; log sequence number 1619996
  91. feedo_mariadb_cat | 2017-12-22 19:39:15 140047910094592 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  92. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] Plugin 'FEEDBACK' is disabled.
  93. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Warning] 'user' entry 'root@a68bb214ada6' ignored in --skip-name-resolve mode.
  94. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Warning] 'proxies_priv' entry '@% root@a68bb214ada6' ignored in --skip-name-resolve mode.
  95. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] Reading of all Master_info entries succeded
  96. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] Added new Master_info '' to hash table
  97. feedo_mariadb_cat | 2017-12-22 19:39:15 140048656435072 [Note] mysqld: ready for connections.
  98. feedo_mariadb_cat | Version: '10.2.11-MariaDB-10.2.11+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
  99. feedo_mariadb_cat | 2017-12-22 19:39:15 140047910094592 [Note] InnoDB: Buffer pool(s) load completed at 171222 19:39:15
  100. feedo_cat_server | ERROR 2003 (HY000): Can't connect to MySQL server on 'mariadb' (111 "Connection refused")
  101. feedo_cat_server | *** failed to connect, retrying in 8 seconds; retries left : 2
  102. feedo_mariadb_cat | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  103. feedo_cat | [19:39:22]: Seems like launching fastlane takes a while - please run
  104. feedo_cat | [19:39:22]:
  105. feedo_cat | [19:39:22]: $ [sudo] gem cleanup
  106. feedo_cat | [19:39:22]:
  107. feedo_cat | [19:39:22]: to uninstall outdated gems and make fastlane launch faster
  108. feedo_cat | [19:39:22]: Alternatively it's recommended to start using a Gemfile to lock your dependencies
  109. feedo_cat | [19:39:22]: To get started with a Gemfile, run
  110. feedo_cat | [19:39:22]:
  111. feedo_cat | [19:39:22]: $ bundle init
  112. feedo_cat | [19:39:22]: $ echo 'gem "fastlane"' >> Gemfile
  113. feedo_cat | [19:39:22]: $ bundle install
  114. feedo_cat | [19:39:22]:
  115. feedo_cat | [19:39:22]: After creating the Gemfile and Gemfile.lock, commit those files into version control
  116. feedo_cat | [19:39:22]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
  117. feedo_cat_server | ERROR 2003 (HY000): Can't connect to MySQL server on 'mariadb' (111 "Connection refused")
  118. feedo_cat_server | *** failed to connect, retrying in 16 seconds; retries left : 1
  119. feedo_mariadb_cat | GENERATED ROOT PASSWORD: Jiekii3hooxieh4Regiey9aiye5Gaise
  120. feedo_mariadb_cat | 2017-12-22 19:39:24 140048349751040 [Warning] 'proxies_priv' entry '@% root@a68bb214ada6' ignored in --skip-name-resolve mode.
  121. feedo_mariadb_cat | 2017-12-22 19:39:24 140048349751040 [Warning] 'proxies_priv' entry '@% root@a68bb214ada6' ignored in --skip-name-resolve mode.
  122. feedo_mariadb_cat |
  123. feedo_mariadb_cat | 2017-12-22 19:39:24 140048348047104 [Note] mysqld (unknown): Normal shutdown
  124. feedo_mariadb_cat |
  125. feedo_mariadb_cat | 2017-12-22 19:39:24 140048348047104 [Note] Event Scheduler: Purging the queue. 0 events
  126. feedo_mariadb_cat | 2017-12-22 19:39:24 140047785379584 [Note] InnoDB: FTS optimize thread exiting.
  127. feedo_mariadb_cat | 2017-12-22 19:39:24 140048348047104 [Note] InnoDB: Starting shutdown...
  128. feedo_mariadb_cat | 2017-12-22 19:39:24 140047910094592 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
  129. feedo_mariadb_cat | 2017-12-22 19:39:24 140047910094592 [Note] InnoDB: Buffer pool(s) dump completed at 171222 19:39:24
  130. feedo_mariadb_cat | 2017-12-22 19:39:26 140048348047104 [Note] InnoDB: Shutdown completed; log sequence number 1620024
  131. feedo_mariadb_cat | 2017-12-22 19:39:26 140048348047104 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
  132. feedo_mariadb_cat | 2017-12-22 19:39:26 140048348047104 [Note] mysqld: Shutdown complete
  133. feedo_mariadb_cat |
  134. feedo_mariadb_cat |
  135. feedo_mariadb_cat | MySQL init process done. Ready for start up.
  136. feedo_mariadb_cat |
  137. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] mysqld (mysqld 10.2.11-MariaDB-10.2.11+maria~jessie) starting as process 1 ...
  138. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  139. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Uses event mutexes
  140. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Compressed tables use zlib 1.2.8
  141. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Using Linux native AIO
  142. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Number of pools: 1
  143. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Using SSE2 crc32 instructions
  144. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
  145. feedo_mariadb_cat | 2017-12-22 19:39:26 140380134004608 [Note] InnoDB: Completed initialization of buffer pool
  146. feedo_mariadb_cat | 2017-12-22 19:39:26 140379397129984 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  147. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: Highest supported file format is Barracuda.
  148. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: 128 out of 128 rollback segments are active.
  149. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: Creating shared tablespace for temporary tables
  150. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
  151. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
  152. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: Waiting for purge to start
  153. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] InnoDB: 5.7.20 started; log sequence number 1620024
  154. feedo_mariadb_cat | 2017-12-22 19:39:27 140379386619648 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
  155. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] Plugin 'FEEDBACK' is disabled.
  156. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] Server socket created on IP: '::'.
  157. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Warning] 'proxies_priv' entry '@% root@a68bb214ada6' ignored in --skip-name-resolve mode.
  158. feedo_mariadb_cat | 2017-12-22 19:39:27 140379386619648 [Note] InnoDB: Buffer pool(s) load completed at 171222 19:39:27
  159. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] Reading of all Master_info entries succeded
  160. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] Added new Master_info '' to hash table
  161. feedo_mariadb_cat | 2017-12-22 19:39:27 140380134004608 [Note] mysqld: ready for connections.
  162. feedo_mariadb_cat | Version: '10.2.11-MariaDB-10.2.11+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
  163. feedo_cat | [19:39:27]: -------------------------------------------------
  164. feedo_cat | [19:39:27]: --- Step: Verifying required fastlane version ---
  165. feedo_cat | [19:39:27]: -------------------------------------------------
  166. feedo_cat | [19:39:27]: Your fastlane version 2.69.3 matches the minimum requirement of 2.64.1 ✅
  167. feedo_cat | [19:39:27]: ------------------------------
  168. feedo_cat | [19:39:27]: --- Step: default_platform ---
  169. feedo_cat | [19:39:27]: ------------------------------
  170. feedo_cat | [19:39:27]: Driving the lane 'android connected_tests' 🚀
  171. feedo_cat | [19:39:27]: -----------------------------------
  172. feedo_cat | [19:39:27]: --- Step: ../connected_tests.sh ---
  173. feedo_cat | [19:39:27]: -----------------------------------
  174. feedo_cat | [19:39:27]: $ ../connected_tests.sh
  175. feedo_cat | [19:39:30]: ▸ Auto-selecting single ABI x86
  176. feedo_cat_server | got db root?
  177. feedo_cat_server | █ *** db script exited with non-zero code : 256 [7f5f2b0d8480] bool run_db_script()
  178. feedo_cat_server exited with code 1
  179. Aborting on container exit...
  180. Stopping feedo_cat ... done
  181. Stopping feedo_mariadb_cat ... done
  182. Going to remove feedo_cat, feedo_cat_server, feedo_mariadb_cat
  183. Removing feedo_cat ... done
  184. Removing feedo_cat_server ... done
  185. Removing feedo_mariadb_cat ... done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement