Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.61 KB | None | 0 0
  1.  
  2. Skip to content
  3. [Jenkins]Jenkins admin | log out
  4.  
  5. search
  6.  
  7. 4
  8. New version of Jenkins (2.147) is available for download (changelog).
  9. Go to plugin manager
  10. Configure which of these warnings are shown
  11. Warnings have been published for the following currently installed components.
  12. Jenkins 2.133 core and libraries
  13. Multiple security vulnerabilities in Jenkins 2.145 and earlier, and LTS 2.138.1 and earlier
  14. Multiple security vulnerabilities in Jenkins 2.137 and earlier, and LTS 2.121.2 and earlier
  15. JUnit Plugin 1.24
  16. CSRF vulnerability
  17. SSH Agent Plugin 1.15
  18. Plugin could reveal SSH key passphrase when used inside pipeline
  19. SonarQube Scanner for Jenkins 2.8
  20. Server authentication token stored in plain text
  21. JIRA plugin 3.0.1
  22. CSRF vulnerability and missing permission checks allowed capturing credentials
  23. There are users who are still using a legacy API token. That system is not as secure as the new one because it stores the token in a recoverable manner on the disk.
  24. See list of impacted users.
  25. Dismiss
  26. You have not configured the CSRF issuer. This could be a security issue. For more information, please refer to this page.
  27. You can change the current configuration using the Security section CSRF Protection.
  28. Manage Jenkins
  29.  
  30. Jenkins
  31. CAN Build & Test Dev
  32. #388
  33. Back to Project
  34. Status
  35. Changes
  36. Console Output
  37. View as plain text
  38. Edit Build Information
  39. Delete Build
  40. Parameters
  41. Git Build Data
  42. No Tags
  43. Cucumber reports
  44. Open Blue Ocean
  45. Restart from Stage
  46. Replay
  47. Pipeline Steps
  48. Previous Build
  49. Next Build
  50. FailedConsole Output
  51. Started by upstream project "CAN Publish Artifacts" build number 21
  52. originally caused by:
  53. Started by upstream project "CAN Deploy Job" build number 11
  54. originally caused by:
  55. Started by user admin
  56. Checking out git git@bitbucket.org:airc/can.git into /var/jenkins_home/workspace/CAN Build & Test Dev@script to read ci/Jenkinsfile-can-build
  57. > git rev-parse --is-inside-work-tree # timeout=10
  58. Fetching changes from the remote Git repository
  59. > git config remote.origin.url git@bitbucket.org:airc/can.git # timeout=10
  60. Fetching upstream changes from git@bitbucket.org:airc/can.git
  61. > git --version # timeout=10
  62. using GIT_SSH to set credentials SSH read-only key for GIT access
  63. > git fetch --tags --progress git@bitbucket.org:airc/can.git +refs/heads/*:refs/remotes/origin/*
  64. > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  65. > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  66. Checking out Revision 4105455e2f4bbf99dc045dde2477b3e98f2ec101 (refs/remotes/origin/develop)
  67. > git config core.sparsecheckout # timeout=10
  68. > git checkout -f 4105455e2f4bbf99dc045dde2477b3e98f2ec101
  69. Commit message: "tryfix for sonarqube problems"
  70. > git rev-list --no-walk 9ef7b1057c60eee7ca4b184e5b53ac23c32b4d55 # timeout=10
  71. Running in Durability level: MAX_SURVIVABILITY
  72. [Pipeline] node
  73. Running on CAN Slave in /home/fiercely/workspace/CAN Build & Test Dev@5
  74. [Pipeline] {
  75. [Pipeline] stage
  76. [Pipeline] { (Declarative: Checkout SCM)
  77. [Pipeline] checkout
  78. > git rev-parse --is-inside-work-tree # timeout=10
  79. Fetching changes from the remote Git repository
  80. > git config remote.origin.url git@bitbucket.org:airc/can.git # timeout=10
  81. Fetching upstream changes from git@bitbucket.org:airc/can.git
  82. > git --version # timeout=10
  83. using GIT_SSH to set credentials SSH read-only key for GIT access
  84. > git fetch --tags --progress git@bitbucket.org:airc/can.git +refs/heads/*:refs/remotes/origin/*
  85. > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  86. > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  87. Checking out Revision 4105455e2f4bbf99dc045dde2477b3e98f2ec101 (refs/remotes/origin/develop)
  88. > git config core.sparsecheckout # timeout=10
  89. > git checkout -f 4105455e2f4bbf99dc045dde2477b3e98f2ec101
  90. Commit message: "tryfix for sonarqube problems"
  91. [Pipeline] }
  92. [Pipeline] // stage
  93. [Pipeline] withEnv
  94. [Pipeline] {
  95. [Pipeline] withEnv
  96. [Pipeline] {
  97. [Pipeline] stage
  98. [Pipeline] { (Prepare Env)
  99. [Pipeline] withEnv
  100. [Pipeline] {
  101. [Pipeline] sh
  102. [CAN Build & Test Dev@5] Running shell script
  103. + [[ ! -d /home/fiercely/.ivy2 ]]
  104. + [[ ! -d /home/fiercely/.sbt ]]
  105. [Pipeline] sh
  106. [CAN Build & Test Dev@5] Running shell script
  107. + echo 'Preparing environment for branch develop'
  108. Preparing environment for branch develop
  109. + '[' -d /home/fiercely/running-envs/can_develop ']'
  110. [Pipeline] sh
  111. [CAN Build & Test Dev@5] Running shell script
  112. + echo 'Creating a new environment.'
  113. Creating a new environment.
  114. + export environment=qa
  115. + environment=qa
  116. + mkdir -p /home/fiercely/running-envs/can_develop
  117. + cp '/home/fiercely/workspace/CAN Build & Test Dev@5/' /home/fiercely/running-envs/can_develop/ -rT
  118. + cd /home/fiercely/running-envs/can_develop
  119. + sed 's/^\(.*\)\(config.vm.network :forwarded_port\)\(.*\)/\1\2, host_ip: '\''0.0.0.0'\''\3/' Vagrantfile
  120. + VAGRANT_VAGRANTFILE=Vagrantfile_alt
  121. + vagrant up --provider=lxc
  122. Bringing machine 'default' up with 'lxc' provider...
  123. ==> default: Importing base box 'techtown/centos-7.2-lxc'...
  124. ==> default: Checking if box 'techtown/centos-7.2-lxc' is up to date...
  125. ==> default: Fixed port collision for 80 => 80. Now on port 2205.
  126. ==> default: Setting up mount entries for shared folders...
  127. default: /vagrant => /home/fiercely/running-envs/can_develop
  128. default: /home/vagrant/.sbt => /home/fiercely/.sbt
  129. default: /home/vagrant/.ivy2 => /home/fiercely/.ivy2
  130. ==> default: Starting container...
  131. ==> default: Waiting for machine to boot. This may take a few minutes...
  132. default: SSH address: 192.168.122.204:22
  133. default: SSH username: vagrant
  134. default: SSH auth method: private key
  135. ==> default: Machine booted and ready!
  136. ==> default: Forwarding ports...
  137. ==> default: 80 (guest) => 2205 (host) (adapter eth0)
  138. ==> default: Running provisioner: ansible...
  139. default: Running ansible-galaxy...
  140. - downloading role 'postgresql', owned by ANXS
  141. - downloading role from https://github.com/ANXS/postgresql/archive/v1.9.0.tar.gz
  142. - extracting ANXS.postgresql to /home/fiercely/running-envs/can_develop/ansible/roles/ANXS.postgresql
  143. - ANXS.postgresql (v1.9.0) was installed successfully
  144. - downloading role 'deploy', owned by ansistrano
  145. - downloading role from https://github.com/ansistrano/deploy/archive/2.10.0.tar.gz
  146. - extracting ansistrano.deploy to /home/fiercely/running-envs/can_develop/ansible/roles/ansistrano.deploy
  147. - ansistrano.deploy (2.10.0) was installed successfully
  148. - extracting ansible-role-common to /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common
  149. - ansible-role-common (master) was installed successfully
  150. default: Running ansible-playbook...
  151. [WARNING]: Could not match supplied host pattern, ignoring: dev
  152.  
  153. PLAY [Development can] *********************************************************
  154.  
  155. TASK [Gathering Facts] *********************************************************
  156. ok: [default]
  157.  
  158. TASK [ansible-role-common : Install Wget] **************************************
  159. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/wget.yml for default
  160.  
  161. TASK [ansible-role-common : ensure wget is installed] **************************
  162. ok: [default]
  163.  
  164. TASK [ansible-role-common : Install Python Bindings (selinux)] *****************
  165. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/python-bindings.yml for default
  166.  
  167. TASK [ansible-role-common : Install the libselinux-python package] *************
  168. changed: [default]
  169.  
  170. TASK [ansible-role-common : Install Java] **************************************
  171. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/java.yml for default
  172.  
  173. TASK [ansible-role-common : Install openjdk] ***********************************
  174. changed: [default]
  175.  
  176. TASK [ansible-role-common : Install java-1.8.0-openjdk-devel] ******************
  177. changed: [default]
  178.  
  179. TASK [ansible-role-common : Prepare profile script for setting Java related environment variables] ***
  180. changed: [default]
  181.  
  182. TASK [ansible-role-common : Add JAVA_HOME environment variable] ****************
  183. changed: [default]
  184.  
  185. TASK [ansible-role-common : Add JAVA_OPTS environment variable (if proxy set on host)] ***
  186. skipping: [default]
  187.  
  188. TASK [ansible-role-common : Install Scala Build Tool (sbt)] ********************
  189. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/sbt.yml for default
  190.  
  191. TASK [ansible-role-common : add sbt yum repository] ****************************
  192. changed: [default]
  193.  
  194. TASK [ansible-role-common : install bc package] ********************************
  195. changed: [default]
  196.  
  197. TASK [ansible-role-common : install sbt package] *******************************
  198. changed: [default]
  199.  
  200. TASK [ansible-role-common : check if sbt binary exists] ************************
  201. ok: [default]
  202.  
  203. TASK [ansible-role-common : ensure unzip is installed] *************************
  204. skipping: [default]
  205.  
  206. TASK [ansible-role-common : download and unarchive sbt-1.1.6 to /usr/share] ****
  207. skipping: [default]
  208.  
  209. TASK [ansible-role-common : create symlink for sbt] ****************************
  210. skipping: [default]
  211.  
  212. TASK [ansible-role-common : prepare profile script for setting java related environment variables] ***
  213. changed: [default]
  214.  
  215. TASK [ansible-role-common : add SBT_OPTS environment variable] *****************
  216. changed: [default]
  217.  
  218. TASK [ansible-role-common : ensure ~/.sbt directory exists] ********************
  219. changed: [default]
  220.  
  221. TASK [ansible-role-common : configure sbt repositories] ************************
  222. changed: [default]
  223.  
  224. TASK [ansible-role-common : Setup Proxy Environment] ***************************
  225. skipping: [default]
  226.  
  227. TASK [ansible-role-common : Install Google Chrome] *****************************
  228. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/google-chrome.yml for default
  229.  
  230. TASK [ansible-role-common : rpm | ensure google chrome repository is present] ***
  231. changed: [default]
  232.  
  233. TASK [ansible-role-common : apt | ensure google signing key is present] ********
  234. skipping: [default]
  235.  
  236. TASK [ansible-role-common : apt | ensure google chrome repository is present] ***
  237. skipping: [default]
  238.  
  239. TASK [ansible-role-common : ensure google chrome is installed] *****************
  240. changed: [default]
  241.  
  242. TASK [ansible-role-common : Install LibreOffice Calc] **************************
  243. skipping: [default]
  244.  
  245. TASK [ansible-role-common : Install Angular] ***********************************
  246. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/angular.yml for default
  247.  
  248. TASK [ansible-role-common : ensure development tools are installed] ************
  249. changed: [default]
  250.  
  251. TASK [ansible-role-common : install nodesource rpm repository] *****************
  252. [WARNING]: Consider using the get_url or uri module rather than running curl.
  253. If you need to use command because get_url or uri is insufficient you can add
  254. warn=False to this command task or set command_warnings=False in ansible.cfg to
  255. get rid of this message.
  256. changed: [default]
  257.  
  258. TASK [ansible-role-common : ensure npm is installed and updated] ***************
  259. changed: [default]
  260.  
  261. TASK [ansible-role-common : install "angular-cli" node.js package globally] ****
  262. changed: [default]
  263.  
  264. TASK [ansible-role-common : Install PostgreSQL] ********************************
  265. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/postgresql.yml for default
  266.  
  267. TASK [include_role : ANXS.postgresql] ******************************************
  268.  
  269. TASK [ANXS.postgresql : include_vars] ******************************************
  270. ok: [default] => (item=/home/fiercely/running-envs/can_develop/ansible/roles/ANXS.postgresql/vars/../vars/RedHat.yml)
  271.  
  272. TASK [ANXS.postgresql : PostgreSQL | Make sure the CA certificates are available] ***
  273. skipping: [default]
  274.  
  275. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository apt-key] ********
  276. skipping: [default]
  277.  
  278. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository] ****************
  279. skipping: [default]
  280.  
  281. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository preferences] ****
  282. skipping: [default]
  283.  
  284. TASK [ANXS.postgresql : PostgreSQL | Make sure the dependencies are installed] ***
  285. skipping: [default] => (item=[])
  286.  
  287. TASK [ANXS.postgresql : PostgreSQL | Install PostgreSQL] ***********************
  288. skipping: [default] => (item=[])
  289.  
  290. TASK [ANXS.postgresql : PostgreSQL | PGTune] ***********************************
  291. skipping: [default]
  292.  
  293. TASK [ANXS.postgresql : PostgreSQL | Make sure the CA certificates are available] ***
  294. ok: [default]
  295.  
  296. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository] ****************
  297. [WARNING]: Module remote_tmp /root/.ansible/tmp did not exist and was created
  298. with a mode of 0700, this may cause issues when running as another user. To
  299. avoid this, create the remote_tmp dir with the correct permissions manually
  300. changed: [default]
  301.  
  302. TASK [ANXS.postgresql : PostgreSQL | Make sure the dependencies are installed] ***
  303. changed: [default] => (item=[u'python-psycopg2', u'python-pycurl', u'glibc-common'])
  304.  
  305. TASK [ANXS.postgresql : PostgreSQL | Install PostgreSQL] ***********************
  306. changed: [default] => (item=[u'postgresql96-server', u'postgresql96', u'postgresql96-contrib'])
  307.  
  308. TASK [ANXS.postgresql : PostgreSQL | PGTune] ***********************************
  309. skipping: [default]
  310.  
  311. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | Debian] ***
  312. skipping: [default]
  313.  
  314. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | RedHat] ***
  315. skipping: [default]
  316.  
  317. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the development headers are installed | Debian] ***
  318. skipping: [default]
  319.  
  320. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the development headers are installed | RedHat] ***
  321. skipping: [default] => (item=[])
  322.  
  323. TASK [ANXS.postgresql : include_vars] ******************************************
  324. skipping: [default] => (item=/home/fiercely/running-envs/can_develop/ansible/roles/ANXS.postgresql/vars/../vars/empty.yml)
  325.  
  326. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgis extensions are installed] ***
  327. skipping: [default] => (item=[])
  328.  
  329. TASK [ANXS.postgresql : PostgreSQL | Drop the data directory | RedHat] *********
  330. skipping: [default]
  331.  
  332. TASK [ANXS.postgresql : PostgreSQL | Make sure the postgres data directory exists] ***
  333. ok: [default]
  334.  
  335. TASK [ANXS.postgresql : PostgreSQL | Ensure the locale for lc_collate and lc_ctype is generated | Debian] ***
  336. skipping: [default] => (item=en_US.UTF-8)
  337. skipping: [default] => (item=en_US.UTF-8)
  338.  
  339. TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] ***
  340. ok: [default] => (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'})
  341. ok: [default] => (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'})
  342.  
  343. TASK [ANXS.postgresql : PostgreSQL | Reset the cluster - drop the existing one | Debian] ***
  344. skipping: [default]
  345.  
  346. TASK [ANXS.postgresql : PostgreSQL | Reset the cluster - create a new one (with specified encoding and locale) | Debian] ***
  347. skipping: [default]
  348.  
  349. TASK [ANXS.postgresql : PostgreSQL | Check whether the postgres data directory is initialized] ***
  350. ok: [default]
  351.  
  352. TASK [ANXS.postgresql : PostgreSQL | Initialize the database | RedHat] *********
  353. [WARNING]: Module remote_tmp /var/lib/pgsql/.ansible/tmp did not exist and was
  354. created with a mode of 0700, this may cause issues when running as another
  355. user. To avoid this, create the remote_tmp dir with the correct permissions
  356. manually
  357. changed: [default]
  358.  
  359. TASK [ANXS.postgresql : PostgreSQL | Ensure configuration directory exists] ****
  360. changed: [default]
  361.  
  362. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 1 (pg_hba.conf)] ***
  363. changed: [default]
  364.  
  365. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 2 (postgresql.conf)] ***
  366. changed: [default]
  367.  
  368. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 3 (pgtune)] ****
  369. skipping: [default]
  370.  
  371. TASK [ANXS.postgresql : PostgreSQL | Create folder for additional configuration files] ***
  372. changed: [default]
  373.  
  374. TASK [ANXS.postgresql : PostgreSQL | Ensure the systemd directory for PostgreSQL exists | RedHat] ***
  375. changed: [default]
  376.  
  377. TASK [ANXS.postgresql : PostgreSQL | Use the conf directory when starting the Postgres service | RedHat] ***
  378. changed: [default]
  379.  
  380. TASK [ANXS.postgresql : PostgreSQL | Ensure the pid directory for PostgreSQL exists] ***
  381. changed: [default]
  382.  
  383. TASK [ANXS.postgresql : PostgreSQL | Enable service] ***************************
  384. changed: [default]
  385.  
  386. TASK [ANXS.postgresql : PostgreSQL | Restart PostgreSQL] ***********************
  387. changed: [default]
  388.  
  389. TASK [ANXS.postgresql : PostgreSQL | Ensure PostgreSQL is running] *************
  390. ok: [default]
  391.  
  392. TASK [ANXS.postgresql : PostgreSQL | Make sure the PostgreSQL users are present] ***
  393. changed: [default] => (item={u'name': u'aircuser', u'pass': u'aircHC69'})
  394.  
  395. TASK [ANXS.postgresql : PostgreSQL | Ensure PostgreSQL is running] *************
  396. ok: [default]
  397.  
  398. TASK [ANXS.postgresql : PostgreSQL | Make sure the PostgreSQL databases are present] ***
  399. changed: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  400.  
  401. TASK [ANXS.postgresql : PostgreSQL | Add extensions to the databases] **********
  402.  
  403. TASK [ANXS.postgresql : PostgreSQL | Add hstore to the databases with the requirement] ***
  404. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  405.  
  406. TASK [ANXS.postgresql : PostgreSQL | Add uuid-ossp to the database with the requirement] ***
  407. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  408.  
  409. TASK [ANXS.postgresql : PostgreSQL | Add postgis to the databases with the requirement] ***
  410. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  411.  
  412. TASK [ANXS.postgresql : PostgreSQL | add cube to the database with the requirement] ***
  413. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  414.  
  415. TASK [ANXS.postgresql : PostgreSQL | Add plpgsql to the database with the requirement] ***
  416. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  417.  
  418. TASK [ANXS.postgresql : PostgreSQL | add earthdistance to the database with the requirement] ***
  419. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  420.  
  421. TASK [ANXS.postgresql : PostgreSQL | Add citext to the database with the requirement] ***
  422. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'can'})
  423.  
  424. TASK [ANXS.postgresql : PostgreSQL | Update the user privileges] ***************
  425. ok: [default] => (item={u'db': u'can', u'name': u'aircuser'})
  426.  
  427. TASK [ANXS.postgresql : PostgreSQL | (Monit) Copy the postgresql monit service file] ***
  428. skipping: [default]
  429.  
  430. TASK [ansible-role-common : Install Pm2] ***************************************
  431. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/pm2.yml for default
  432.  
  433. TASK [ansible-role-common : install "pm2" node.js package globally] ************
  434. changed: [default]
  435.  
  436. TASK [include_role : ansible-role-common] **************************************
  437.  
  438. TASK [ansible-role-common : Install Nginx] *************************************
  439. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/nginx.yml for default
  440.  
  441. TASK [ansible-role-common : Ensure EPEL packages are available] ****************
  442. ok: [default]
  443.  
  444. TASK [ansible-role-common : Ensure nginx is installed] *************************
  445. changed: [default]
  446.  
  447. TASK [ansible-role-common : Ensure nginx is stopped] ***************************
  448. ok: [default]
  449.  
  450. TASK [ansible-role-common : Ensure nginx starts automatically] *****************
  451. changed: [default]
  452.  
  453. TASK [ansible-role-common : Change default nginx configuration] ****************
  454. changed: [default]
  455.  
  456. TASK [ansible-role-common : Copy nginx configurations] *************************
  457. changed: [default]
  458.  
  459. TASK [ansible-role-common : Ensure nginx is started] ***************************
  460. changed: [default]
  461.  
  462. TASK [ansible-role-common : Copy letsencrypt challenge template] ***************
  463. skipping: [default]
  464.  
  465. TASK [ansible-role-common : copy can-backend configuration] ********************
  466. changed: [default]
  467.  
  468. TASK [ansible-role-common : Build source code] *********************************
  469. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/build.yml for default
  470.  
  471. TASK [ansible-role-common : sbt clean compile] *********************************
  472. changed: [default]
  473.  
  474. TASK [ansible-role-common : install "angular-cli" node.js package locally] *****
  475. changed: [default]
  476.  
  477. TASK [ansible-role-common : install npm dependencies] **************************
  478. changed: [default]
  479.  
  480. TASK [pm2 service] *************************************************************
  481. changed: [default] => (item=pm2 start /vagrant/pm2.config.json)
  482. changed: [default] => (item=sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u vagrant --hp /home/vagrant)
  483. changed: [default] => (item=pm2 save)
  484. [WARNING]: Consider using 'become', 'become_method', and 'become_user' rather
  485. than running sudo
  486. [WARNING]: Could not match supplied host pattern, ignoring: prod
  487.  
  488. PLAY [Deploy can module] *******************************************************
  489. skipping: no hosts matched
  490.  
  491. PLAY [Deploy admin module] *****************************************************
  492.  
  493. TASK [Gathering Facts] *********************************************************
  494. ok: [default]
  495.  
  496. TASK [include_role : ansible-role-common] **************************************
  497.  
  498. TASK [ansible-role-common : Install PostgreSQL] ********************************
  499. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/postgresql.yml for default
  500.  
  501. TASK [include_role : ANXS.postgresql] ******************************************
  502.  
  503. TASK [ANXS.postgresql : include_vars] ******************************************
  504. ok: [default] => (item=/home/fiercely/running-envs/can_develop/ansible/roles/ANXS.postgresql/vars/../vars/RedHat.yml)
  505.  
  506. TASK [ANXS.postgresql : PostgreSQL | Make sure the CA certificates are available] ***
  507. skipping: [default]
  508.  
  509. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository apt-key] ********
  510. skipping: [default]
  511.  
  512. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository] ****************
  513. skipping: [default]
  514.  
  515. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository preferences] ****
  516. skipping: [default]
  517.  
  518. TASK [ANXS.postgresql : PostgreSQL | Make sure the dependencies are installed] ***
  519. skipping: [default] => (item=[])
  520.  
  521. TASK [ANXS.postgresql : PostgreSQL | Install PostgreSQL] ***********************
  522. skipping: [default] => (item=[])
  523.  
  524. TASK [ANXS.postgresql : PostgreSQL | PGTune] ***********************************
  525. skipping: [default]
  526.  
  527. TASK [ANXS.postgresql : PostgreSQL | Make sure the CA certificates are available] ***
  528. ok: [default]
  529.  
  530. TASK [ANXS.postgresql : PostgreSQL | Add PostgreSQL repository] ****************
  531. ok: [default]
  532.  
  533. TASK [ANXS.postgresql : PostgreSQL | Make sure the dependencies are installed] ***
  534. ok: [default] => (item=[u'python-psycopg2', u'python-pycurl', u'glibc-common'])
  535.  
  536. TASK [ANXS.postgresql : PostgreSQL | Install PostgreSQL] ***********************
  537. ok: [default] => (item=[u'postgresql96-server', u'postgresql96', u'postgresql96-contrib'])
  538.  
  539. TASK [ANXS.postgresql : PostgreSQL | PGTune] ***********************************
  540. skipping: [default]
  541.  
  542. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | Debian] ***
  543. skipping: [default]
  544.  
  545. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | RedHat] ***
  546. skipping: [default]
  547.  
  548. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the development headers are installed | Debian] ***
  549. skipping: [default]
  550.  
  551. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the development headers are installed | RedHat] ***
  552. skipping: [default] => (item=[])
  553.  
  554. TASK [ANXS.postgresql : include_vars] ******************************************
  555. skipping: [default] => (item=/home/fiercely/running-envs/can_develop/ansible/roles/ANXS.postgresql/vars/../vars/empty.yml)
  556.  
  557. TASK [ANXS.postgresql : PostgreSQL | Extensions | Make sure the postgis extensions are installed] ***
  558. skipping: [default] => (item=[])
  559.  
  560. TASK [ANXS.postgresql : PostgreSQL | Drop the data directory | RedHat] *********
  561. skipping: [default]
  562.  
  563. TASK [ANXS.postgresql : PostgreSQL | Make sure the postgres data directory exists] ***
  564. ok: [default]
  565.  
  566. TASK [ANXS.postgresql : PostgreSQL | Ensure the locale for lc_collate and lc_ctype is generated | Debian] ***
  567. skipping: [default] => (item=en_US.UTF-8)
  568. skipping: [default] => (item=en_US.UTF-8)
  569.  
  570. TASK [ANXS.postgresql : PostgreSQL | Ensure the locale is generated | RedHat] ***
  571. ok: [default] => (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'})
  572. ok: [default] => (item={u'parts': [u'en_US', u'UTF-8'], u'locale_name': u'en_US.UTF-8'})
  573.  
  574. TASK [ANXS.postgresql : PostgreSQL | Reset the cluster - drop the existing one | Debian] ***
  575. skipping: [default]
  576.  
  577. TASK [ANXS.postgresql : PostgreSQL | Reset the cluster - create a new one (with specified encoding and locale) | Debian] ***
  578. skipping: [default]
  579.  
  580. TASK [ANXS.postgresql : PostgreSQL | Check whether the postgres data directory is initialized] ***
  581. ok: [default]
  582.  
  583. TASK [ANXS.postgresql : PostgreSQL | Initialize the database | RedHat] *********
  584. skipping: [default]
  585.  
  586. TASK [ANXS.postgresql : PostgreSQL | Ensure configuration directory exists] ****
  587. ok: [default]
  588.  
  589. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 1 (pg_hba.conf)] ***
  590. ok: [default]
  591.  
  592. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 2 (postgresql.conf)] ***
  593. ok: [default]
  594.  
  595. TASK [ANXS.postgresql : PostgreSQL | Update configuration - pt. 3 (pgtune)] ****
  596. skipping: [default]
  597.  
  598. TASK [ANXS.postgresql : PostgreSQL | Create folder for additional configuration files] ***
  599. ok: [default]
  600.  
  601. TASK [ANXS.postgresql : PostgreSQL | Ensure the systemd directory for PostgreSQL exists | RedHat] ***
  602. ok: [default]
  603.  
  604. TASK [ANXS.postgresql : PostgreSQL | Use the conf directory when starting the Postgres service | RedHat] ***
  605. ok: [default]
  606.  
  607. TASK [ANXS.postgresql : PostgreSQL | Ensure the pid directory for PostgreSQL exists] ***
  608. ok: [default]
  609.  
  610. TASK [ANXS.postgresql : PostgreSQL | Enable service] ***************************
  611. ok: [default]
  612.  
  613. TASK [ANXS.postgresql : PostgreSQL | Restart PostgreSQL] ***********************
  614. skipping: [default]
  615.  
  616. TASK [ANXS.postgresql : PostgreSQL | Ensure PostgreSQL is running] *************
  617. ok: [default]
  618.  
  619. TASK [ANXS.postgresql : PostgreSQL | Make sure the PostgreSQL users are present] ***
  620. ok: [default] => (item={u'name': u'aircuser', u'pass': u'aircHC69'})
  621.  
  622. TASK [ANXS.postgresql : PostgreSQL | Ensure PostgreSQL is running] *************
  623. ok: [default]
  624.  
  625. TASK [ANXS.postgresql : PostgreSQL | Make sure the PostgreSQL databases are present] ***
  626. changed: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  627.  
  628. TASK [ANXS.postgresql : PostgreSQL | Add extensions to the databases] **********
  629.  
  630. TASK [ANXS.postgresql : PostgreSQL | Add hstore to the databases with the requirement] ***
  631. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  632.  
  633. TASK [ANXS.postgresql : PostgreSQL | Add uuid-ossp to the database with the requirement] ***
  634. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  635.  
  636. TASK [ANXS.postgresql : PostgreSQL | Add postgis to the databases with the requirement] ***
  637. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  638.  
  639. TASK [ANXS.postgresql : PostgreSQL | add cube to the database with the requirement] ***
  640. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  641.  
  642. TASK [ANXS.postgresql : PostgreSQL | Add plpgsql to the database with the requirement] ***
  643. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  644.  
  645. TASK [ANXS.postgresql : PostgreSQL | add earthdistance to the database with the requirement] ***
  646. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  647.  
  648. TASK [ANXS.postgresql : PostgreSQL | Add citext to the database with the requirement] ***
  649. skipping: [default] => (item={u'owner': u'aircuser', u'name': u'adm'})
  650.  
  651. TASK [ANXS.postgresql : PostgreSQL | Update the user privileges] ***************
  652. ok: [default] => (item={u'db': u'adm', u'name': u'aircuser'})
  653.  
  654. TASK [ANXS.postgresql : PostgreSQL | (Monit) Copy the postgresql monit service file] ***
  655. skipping: [default]
  656.  
  657. TASK [ansible-role-common : check if adm-backend service exists] ***************
  658. ok: [default]
  659.  
  660. TASK [ansible-role-common : stop adm-backend service] **************************
  661. skipping: [default]
  662.  
  663. TASK [ansible-role-common : install dependencies for ansistrano unarchive] *****
  664. ok: [default] => (item=tar)
  665. ok: [default] => (item=unzip)
  666.  
  667. TASK [include_role : ansistrano.deploy] ****************************************
  668.  
  669. TASK [ansistrano.deploy : include] *********************************************
  670.  
  671. TASK [ansistrano.deploy : ANSISTRANO | Ensure deployment base path exists] *****
  672. changed: [default]
  673.  
  674. TASK [ansistrano.deploy : ANSISTRANO | Ensure releases folder exists] **********
  675. changed: [default]
  676.  
  677. TASK [ansistrano.deploy : ANSISTRANO | Ensure shared elements folder exists] ***
  678. changed: [default]
  679.  
  680. TASK [ansistrano.deploy : ANSISTRANO | Ensure shared paths exists] *************
  681.  
  682. TASK [ansistrano.deploy : ANSISTRANO | Ensure basedir shared files exists] *****
  683.  
  684. TASK [ansistrano.deploy : include] *********************************************
  685.  
  686. TASK [ansistrano.deploy : include] *********************************************
  687.  
  688. TASK [ansistrano.deploy : ANSISTRANO | Get release version] ********************
  689. ok: [default -> 127.0.0.1]
  690.  
  691. TASK [ansistrano.deploy : ANSISTRANO | Get release path] ***********************
  692. changed: [default]
  693.  
  694. TASK [ansistrano.deploy : include] *********************************************
  695. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansistrano.deploy/tasks/update-code/download_unarchive.yml for default
  696.  
  697. TASK [ansistrano.deploy : include] *********************************************
  698. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansistrano.deploy/tasks/update-code/download.yml for default
  699.  
  700. TASK [ansistrano.deploy : ANSISTRANO | download | Create release folder] *******
  701. changed: [default]
  702.  
  703. TASK [ansistrano.deploy : ANSISTRANO | download | Download artifact] ***********
  704. changed: [default]
  705.  
  706. TASK [ansistrano.deploy : ANSISTRANO | download_unarchive | Set archived file] ***
  707. ok: [default]
  708.  
  709. TASK [ansistrano.deploy : include] *********************************************
  710. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansistrano.deploy/tasks/update-code/unarchive.yml for default
  711.  
  712. TASK [ansistrano.deploy : ANSISTRANO | Unarchive | Unarchive source] ***********
  713. changed: [default]
  714.  
  715. TASK [ansistrano.deploy : ANSISTRANO | Unarchive | Delete archived file] *******
  716. changed: [default]
  717.  
  718. TASK [ansistrano.deploy : ANSISTRANO | Copy release version into REVISION file] ***
  719. changed: [default]
  720.  
  721. TASK [ansistrano.deploy : ANSISTRANO | Copy git released version into REVISION file] ***
  722. skipping: [default]
  723.  
  724. TASK [ansistrano.deploy : include] *********************************************
  725.  
  726. TASK [ansistrano.deploy : include] *********************************************
  727.  
  728. TASK [ansistrano.deploy : ANSISTRANO | Ensure shared paths targets are absent] ***
  729.  
  730. TASK [ansistrano.deploy : ANSISTRANO | Create softlinks for shared paths and files] ***
  731.  
  732. TASK [ansistrano.deploy : ANSISTRANO | Ensure .rsync-filter is absent] *********
  733. skipping: [default]
  734.  
  735. TASK [ansistrano.deploy : ANSISTRANO | Setup .rsync-filter with shared-folders] ***
  736.  
  737. TASK [ansistrano.deploy : include] *********************************************
  738.  
  739. TASK [ansistrano.deploy : include] *********************************************
  740.  
  741. TASK [ansistrano.deploy : stat] ************************************************
  742. ok: [default]
  743.  
  744. TASK [ansistrano.deploy : ANSISTRANO | Remove current folder if it's a directory] ***
  745. skipping: [default]
  746.  
  747. TASK [ansistrano.deploy : ANSISTRANO | Change softlink to new release] *********
  748. changed: [default]
  749.  
  750. TASK [ansistrano.deploy : stat] ************************************************
  751. skipping: [default]
  752.  
  753. TASK [ansistrano.deploy : ANSISTRANO | Remove current folder if it's a symlink] ***
  754. skipping: [default]
  755.  
  756. TASK [ansistrano.deploy : ANSISTRANO | Ensure current folder is a directory] ***
  757. skipping: [default]
  758.  
  759. TASK [ansistrano.deploy : ANSISTRANO | Sync release to new current path] *******
  760. skipping: [default]
  761.  
  762. TASK [ansistrano.deploy : ANSISTRANO | Ensure shared paths targets are absent] ***
  763.  
  764. TASK [ansistrano.deploy : ANSISTRANO | Create softlinks for shared paths] ******
  765.  
  766. TASK [ansistrano.deploy : include] *********************************************
  767.  
  768. TASK [ansistrano.deploy : include] *********************************************
  769.  
  770. TASK [ansistrano.deploy : ANSISTRANO | Clean up releases] **********************
  771. changed: [default]
  772.  
  773. TASK [ansistrano.deploy : include] *********************************************
  774.  
  775. TASK [ansistrano.deploy : ANSISTRANO | Send anonymous stats] *******************
  776. ok: [default -> 127.0.0.1]
  777. [DEPRECATION WARNING]: Supplying headers via HEADER_* is deprecated. Please use
  778. `headers` to supply headers for the request. This feature will be removed in
  779. version 2.9. Deprecation warnings can be disabled by setting
  780. deprecation_warnings=False in ansible.cfg.
  781.  
  782. TASK [ansible-role-common : ensure /opt/airc/adm/current/backend/conf exists] ***
  783. ok: [default]
  784.  
  785. TASK [ansible-role-common : copy adm-backend configuration] ********************
  786. changed: [default]
  787.  
  788. TASK [ansible-role-common : copy adm-backend service configuration] ************
  789. changed: [default]
  790.  
  791. TASK [ansible-role-common : enable adm-backend] ********************************
  792. changed: [default]
  793.  
  794. TASK [ansible-role-common : start adm-backend] *********************************
  795. changed: [default]
  796.  
  797. TASK [ansible-role-common : Setting deploy fact to be used at nginx templating] ***
  798. ok: [default]
  799.  
  800. TASK [ansible-role-common : Install Nginx] *************************************
  801. included: /home/fiercely/running-envs/can_develop/ansible/roles/ansible-role-common/tasks/nginx.yml for default
  802.  
  803. TASK [ansible-role-common : Ensure EPEL packages are available] ****************
  804. ok: [default]
  805.  
  806. TASK [ansible-role-common : Ensure nginx is installed] *************************
  807. ok: [default]
  808.  
  809. TASK [ansible-role-common : Ensure nginx is stopped] ***************************
  810. changed: [default]
  811.  
  812. TASK [ansible-role-common : Ensure nginx starts automatically] *****************
  813. changed: [default]
  814.  
  815. TASK [ansible-role-common : Change default nginx configuration] ****************
  816. ok: [default]
  817.  
  818. TASK [ansible-role-common : Copy nginx configurations] *************************
  819. changed: [default]
  820.  
  821. TASK [ansible-role-common : Ensure nginx is started] ***************************
  822. changed: [default]
  823.  
  824. TASK [ansible-role-common : Copy letsencrypt challenge template] ***************
  825. skipping: [default]
  826.  
  827. TASK [Wait until 60 seconds for port 9001] *************************************
  828. ok: [default]
  829.  
  830. TASK [First connection (adm module)] *******************************************
  831. ok: [default]
  832.  
  833. PLAY [Load data-fixtures (adm module)] *****************************************
  834.  
  835. TASK [Gathering Facts] *********************************************************
  836. ok: [default]
  837.  
  838. TASK [shell] *******************************************************************
  839. changed: [default]
  840.  
  841. PLAY RECAP *********************************************************************
  842. default : ok=128 changed=65 unreachable=0 failed=0
  843.  
  844. [Pipeline] sh
  845. [CAN Build & Test Dev@5] Running shell script
  846. + echo 'Hackfix | lxc containers losing network interface'
  847. Hackfix | lxc containers losing network interface
  848. + export environment=qa
  849. + environment=qa
  850. + cd /home/fiercely/running-envs/can_develop
  851. + VAGRANT_VAGRANTFILE=Vagrantfile_alt
  852. + vagrant reload
  853. ==> default: Clearing any previously set forwarded ports...
  854. ==> default: Attempting graceful shutdown of VM...
  855. ==> default: Checking if box 'techtown/centos-7.2-lxc' is up to date...
  856. ==> default: Fixed port collision for 80 => 80. Now on port 2205.
  857. ==> default: Setting up mount entries for shared folders...
  858. default: /vagrant => /home/fiercely/running-envs/can_develop
  859. default: /home/vagrant/.sbt => /home/fiercely/.sbt
  860. default: /home/vagrant/.ivy2 => /home/fiercely/.ivy2
  861. ==> default: Starting container...
  862. ==> default: Waiting for machine to boot. This may take a few minutes...
  863. default: SSH address: 192.168.122.101:22
  864. default: SSH username: vagrant
  865. default: SSH auth method: private key
  866. ==> default: Machine booted and ready!
  867. ==> default: Forwarding ports...
  868. ==> default: 80 (guest) => 2205 (host) (adapter eth0)
  869. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  870. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  871. [Pipeline] }
  872. [Pipeline] // withEnv
  873. [Pipeline] }
  874. [Pipeline] // stage
  875. [Pipeline] stage
  876. [Pipeline] { (SonarQube Analysis)
  877. [Pipeline] script
  878. [Pipeline] {
  879. [Pipeline] tool
  880. [Pipeline] tool
  881. [Pipeline] }
  882. [Pipeline] // script
  883. [Pipeline] withSonarQubeEnv
  884. Injecting SonarQube environment variables using the configuration: SonarQube Server
  885. [Pipeline] {
  886. [Pipeline] sh
  887. [CAN Build & Test Dev@5] Running shell script
  888. + cd /home/fiercely/running-envs/can_develop
  889. + /home/fiercely/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner310/bin/sonar-scanner -Dsonar.analysis.mode=issues -Dsonar.bitbucket.accountName=airc -Dsonar.bitbucket.branchName=develop -Dsonar.bitbucket.minSeverity=MINOR -Dsonar.bitbucket.repoSlug=can -Dsonar.bitbucket.teamName=airc '-Dsonar.exclusions=backend/logs/*,backend/target/scala-2.11/*,frontend/dist/*' -Dsonar.java.binaries=./backend/target -Dsonar.projectKey=can -Dsonar.projectName=can -Dsonar.projectVersion=develop -Dsonar.sources=backend/,frontend/
  890. INFO: Scanner configuration file: /home/fiercely/tools/hudson.plugins.sonar.SonarRunnerInstallation/SonarScanner310/conf/sonar-scanner.properties
  891. INFO: Project root configuration file: NONE
  892. INFO: SonarQube Scanner 3.1.0.1141
  893. INFO: Java 1.8.0_181 Oracle Corporation (64-bit)
  894. INFO: Linux 3.10.0-862.9.1.el7.x86_64 amd64
  895. INFO: User cache: /home/fiercely/.sonar/cache
  896. INFO: SonarQube server 7.0.0
  897. INFO: Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
  898. INFO: Issues mode
  899. WARN: The use of the issues mode (sonar.analysis.mode=issues) is deprecated. This mode will be dropped in the future.
  900. INFO: Load global settings
  901. INFO: Load global settings (done) | time=332ms
  902. INFO: Server id: AWNJo_kGYQzJPDX_ccH7
  903. INFO: User cache: /home/fiercely/.sonar/cache
  904. INFO: Exclude plugins: devcockpit, ldap, authgithub, authbitbucket, pdfreport, authaad, googleanalytics, governance
  905. INFO: Load plugins index
  906. INFO: Load plugins index (done) | time=144ms
  907. INFO: Load/download plugins
  908. INFO: Load/download plugins (done) | time=41ms
  909. INFO: Process project properties
  910. INFO: Load project repositories
  911. INFO: Load project repositories (done) | time=2528ms
  912. INFO: Scanning only changed files
  913. INFO: Execute project builders
  914. INFO: Execute project builders (done) | time=164ms
  915. INFO: Load quality profiles
  916. INFO: Load quality profiles (done) | time=358ms
  917. INFO: Load active rules
  918. INFO: Load active rules (done) | time=1742ms
  919. INFO: Load metrics repository
  920. INFO: Load metrics repository (done) | time=94ms
  921. INFO: Project key: can
  922. INFO: ------------- Scan can
  923. INFO: Load server rules
  924. INFO: Load server rules (done) | time=522ms
  925. INFO: Base dir: /home/fiercely/running-envs/can_develop
  926. INFO: Working dir: /home/fiercely/running-envs/can_develop/.scannerwork
  927. INFO: Source paths: backend, frontend
  928. INFO: Source encoding: UTF-8, default locale: en_US
  929. INFO: Index files
  930. INFO: Excluded sources:
  931. INFO: backend/logs/*
  932. INFO: backend/target/scala-2.11/*
  933. INFO: frontend/dist/*
  934. INFO: 1167 files indexed
  935. INFO: 58798 files ignored because of inclusion/exclusion patterns
  936. INFO: Quality profile for java: Sonar way
  937. INFO: Quality profile for js: Sonar way
  938. INFO: Quality profile for ts: Sonar way
  939. INFO: Quality profile for xml: Sonar way
  940. INFO: ------------------------------------------------------------------------
  941. INFO: EXECUTION FAILURE
  942. INFO: ------------------------------------------------------------------------
  943. INFO: Total time: 22.596s
  944. INFO: Final Memory: 14M/1233M
  945. INFO: ------------------------------------------------------------------------
  946. ERROR: Error during SonarQube Scanner execution
  947. ERROR: java.lang.IllegalStateException: Unable to read file /home/fiercely/running-envs/can_develop/backend/target/scala-2.11/routes/main/controllers/routes.java
  948. ERROR: Caused by: Unable to read file /home/fiercely/running-envs/can_develop/backend/target/scala-2.11/routes/main/controllers/routes.java
  949. ERROR: Caused by: /home/fiercely/running-envs/can_develop/backend/target/scala-2.11/routes/main/controllers/routes.java
  950. ERROR:
  951. ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
  952. [Pipeline] }
  953. WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
  954. [Pipeline] // withSonarQubeEnv
  955. [Pipeline] }
  956. [Pipeline] // stage
  957. [Pipeline] stage
  958. [Pipeline] { (Testing)
  959. Stage "Testing" skipped due to earlier failure(s)
  960. [Pipeline] }
  961. [Pipeline] // stage
  962. [Pipeline] stage
  963. [Pipeline] { (Declarative: Post Actions)
  964. [Pipeline] slackSend
  965. run slackstepsend, step null:false, desc :true
  966. Slack Send Pipeline step configured values from global config - baseUrl: true, teamDomain: true, token: true, channel: false, color: false
  967. [Pipeline] step
  968. [CucumberReport] Preparing Cucumber Reports: 3.20.0
  969. [CucumberReport] JSON report directory is "/home/fiercely/running-envs/can_develop/frontend/e2e/reports"
  970. [CucumberReport] Copied 0 json files from workspace "/home/fiercely/running-envs/can_develop/frontend/e2e/reports" to reports directory "/var/jenkins_home/jobs/CAN Build & Test Dev/builds/388/cucumber-html-reports/.cache"
  971. [CucumberReport] Copied 0 properties files from workspace "/home/fiercely/running-envs/can_develop/frontend/e2e/reports" to reports directory "/var/jenkins_home/jobs/CAN Build & Test Dev/builds/388/cucumber-html-reports/.cache"
  972. [CucumberReport] Processing 0 json files:
  973. [CucumberReport] Missing report result - report was not successfully completed
  974. [CucumberReport] Build status is left unchanged
  975. [Pipeline] }
  976. [Pipeline] // stage
  977. [Pipeline] }
  978. [Pipeline] // withEnv
  979. [Pipeline] }
  980. [Pipeline] // withEnv
  981. [Pipeline] }
  982. [Pipeline] // node
  983. [Pipeline] End of Pipeline
  984. ERROR: script returned exit code 1
  985. Finished: FAILURE
  986. Page generated: Oct 19, 2018 11:32:15 AM GMTREST APIJenkins ver. 2.133
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement