Started by user Olivier Goulet
Running as Olivier Goulet
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes foundation-internal-webdev/update-packaging-website-153-cqn9z-j874k-fkpzc
Agent update-packaging-website-153-cqn9z-j874k-fkpzc is provisioned from template update_packaging_website_153-cqn9z-j874k
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1720790943986"
buildUrl: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/job/update_packaging_website/153/"
runUrl: "job/update_packaging_website/153/"
labels:
jenkins: "slave"
jenkins/label-digest: "10ee15e2282b04131c8439a8fe9415bc02b23c8e"
jenkins/label: "update_packaging_website_153-cqn9z"
kubernetes.jenkins.io/controller: "i_foundation-internal-webdev_svc_cluster_local_ci_webdevx"
name: "update-packaging-website-153-cqn9z-j874k-fkpzc"
namespace: "foundation-internal-webdev"
spec:
containers:
- command:
- "cat"
env:
- name: "HOME"
value: "/home/jenkins"
image: "docker.io/drush/drush:7-php5"
imagePullPolicy: "Always"
name: "drush"
tty: true
volumeMounts:
- mountPath: "/home/jenkins"
name: "jenkins-home"
readOnly: false
- mountPath: "/home/jenkins/.ssh"
name: "volume-known-hosts"
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.foundation-internal-webdev.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "update-packaging-website-153-cqn9z-j874k-fkpzc"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "update-packaging-website-153-cqn9z-j874k-fkpzc"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.foundation-internal-webdev.svc.cluster.local/ci/webdev/"
image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
name: "jnlp"
resources:
requests:
memory: "256Mi"
cpu: "100m"
volumeMounts:
- mountPath: "/home/jenkins/.ssh"
name: "volume-known-hosts"
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- emptyDir: {}
name: "jenkins-home"
- emptyDir:
medium: ""
name: "workspace-volume"
- configMap:
name: "known-hosts"
name: "volume-known-hosts"
Running on update-packaging-website-153-cqn9z-j874k-fkpzc in /home/jenkins/agent/workspace/update_packaging_website
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://git@gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-webdev-toolkit
> git init /home/jenkins/agent/workspace/update_packaging_website # timeout=10
Fetching upstream changes from ssh://git@gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-webdev-toolkit
> git --version # timeout=10
> git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://webdev-bot@gitlab.eclipse.org
[INFO] Currently running in a labeled security context
> /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/update_packaging_website@tmp/jenkins-gitclient-ssh3513120284895438192.key
Verifying host key using manually-configured host key entries
> git fetch --tags --force --progress -- ssh://git@gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-webdev-toolkit +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url ssh://git@gitlab.eclipse.org/eclipsefdn/webdev/eclipsefdn-webdev-toolkit # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b03fb7b386d572c4ba00d592914458d569032662 (refs/remotes/origin/master)
Commit message: "Update drupal.make"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b03fb7b386d572c4ba00d592914458d569032662 # timeout=10
> git rev-list --no-walk b03fb7b386d572c4ba00d592914458d569032662 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website)
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials webdev-bot (ssh://webdev-bot@gitlab.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
Executing sh script inside container drush of pod update-packaging-website-153-cqn9z-j874k-fkpzc
Executing command: "ssh-agent"
exit
SSH_AUTH_SOCK=/tmp/ssh-Q17pKnx41Vfk/agent.20; export SSH_AUTH_SOCK;
SSH_AGENT_PID=21; export SSH_AGENT_PID;
echo Agent pid 21;
SSH_AUTH_SOCK=/tmp/ssh-Q17pKnx41Vfk/agent.20
SSH_AGENT_PID=21
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/update_packaging_website@tmp/private_key_15377951666557759213.key (/home/jenkins/agent/workspace/update_packaging_website@tmp/private_key_15377951666557759213.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ find . -name *.make -exec sed -i s/git@gitlab.eclipse.org:/ssh:\/\/git@gitlab.eclipse.org\// {} ;
[Pipeline] sh
+ drush make projects-php/eclipse.org/drupal.make RESULT --force-gitinfofile
Beginning to build projects-php/eclipse.org/drupal.make. [1;32;40m[1m[ok][0m
drupal-7.99 downloaded. [1;32;40m[1m[ok][0m
drupal patched with drupal-update_jquery_form_js-3138421-23.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for drupal [1;32;40m[1m[ok][0m
solstice cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/solstice.git.
Checked out tag 7.x-4.153. [1;32;40m[1m[ok][0m
eclipse_production cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipse_production.git.
Checked out tag 7.x-1.11. [1;32;40m[1m[ok][0m
eclipse_imce cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipse_imce.git.
Checked out tag 7.x-1.7. [1;32;40m[1m[ok][0m
eclipse_support cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipse_support.git.
Checked out tag 7.x-1.0. [1;32;40m[1m[ok][0m
site_login cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/site_login.git.
Checked out tag 7.x-4.181. [1;32;40m[1m[ok][0m
solstice_support cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/solstice_support.git.
Checked out tag 7.x-3.94. [1;32;40m[1m[ok][0m
Project apachesolr contains 3 modules: apachesolr_access, apachesolr_search, apachesolr.
apachesolr-7.x-1.8 downloaded. [1;32;40m[1m[ok][0m
apachesolr_sort-7.x-1.0 downloaded. [1;32;40m[1m[ok][0m
apachesolr_autocomplete-7.x-1.4 downloaded. [1;32;40m[1m[ok][0m
admin_icons cloned from [1;32;40m[1m[ok][0m
http://git.drupal.org/project/admin_icons.git.
Checked out revision 60d9f28801533fecc92216a60d444d89d80e7611. [1;32;40m[1m[ok][0m
Project admin_menu contains 3 modules: admin_menu_toolbar, admin_devel, admin_menu.
admin_menu-7.x-3.0-rc6 downloaded. [1;32;40m[1m[ok][0m
adminimal_admin_menu-7.x-1.9 downloaded. [1;32;40m[1m[ok][0m
Project admin_views contains 2 modules: admin_views, admin_views_system_display.
admin_views-7.x-1.8 downloaded. [1;32;40m[1m[ok][0m
Project advanced_help contains 2 modules: help_example, advanced_help.
advanced_help-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
Project addressfield contains 2 modules: addressfield_example, addressfield.
addressfield-7.x-1.2 downloaded. [1;32;40m[1m[ok][0m
auto_nodetitle-7.x-1.0 downloaded. [1;32;40m[1m[ok][0m
better_exposed_filters-7.x-3.6 downloaded. [1;32;40m[1m[ok][0m
bgs-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
Project captcha contains 2 modules: image_captcha, captcha.
captcha-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
ckeditor-7.x-1.19 downloaded. [1;32;40m[1m[ok][0m
Project charts contains 3 modules: charts_highcharts, charts_google, charts.
charts-7.x-2.1 downloaded. [1;32;40m[1m[ok][0m
Project ctools contains 10 modules: views_content, term_depth, stylizer, page_manager, ctools_plugin_example, ctools_custom_content, ctools_ajax_sample, ctools_access_ruleset, bulk_export, ctools.
ctools-7.x-1.17 downloaded. [1;32;40m[1m[ok][0m
cors-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
cors patched with cors-multiple-domains-2426373-3.patch. [1;32;40m[1m[ok][0m
cors patched with sends_multiple-2280323-10.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for cors [1;32;40m[1m[ok][0m
Project date contains 11 modules: date_views, date_tools, date_repeat_field, date_repeat, date_popup, date_migrate_example, date_migrate, date_context, date_api, date_all_day, date.
date-7.x-2.10 downloaded. [1;32;40m[1m[ok][0m
Project devel contains 3 modules: devel_generate, devel, devel_node_access.
devel-7.x-1.6 downloaded. [1;32;40m[1m[ok][0m
Project fel contains 3 modules: fel_webform, fel_fields, fel.
fel-7.x-1.0-beta3 downloaded. [1;32;40m[1m[ok][0m
diff-7.x-3.4 downloaded. [1;32;40m[1m[ok][0m
email-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
Project entity contains 2 modules: entity, entity_token.
entity-7.x-1.9 downloaded. [1;32;40m[1m[ok][0m
entity patched with 2224645-71-missing_user_properties.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for entity [1;32;40m[1m[ok][0m
entitycache-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
Project entityreference contains 2 modules: entityreference_behavior_example, entityreference.
entityreference-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
elysia_cron-7.x-2.6 downloaded. [1;32;40m[1m[ok][0m
Project facetapi contains 2 modules: current_search, facetapi.
facetapi-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
features-7.x-2.11 downloaded. [1;32;40m[1m[ok][0m
Project features_extra contains 4 modules: fe_profile, fe_nodequeue, fe_date, fe_block.
features_extra-7.x-1.0 downloaded. [1;32;40m[1m[ok][0m
Project feeds contains 4 modules: feeds_ui, feeds_news, feeds_import, feeds.
feeds-7.x-2.0-beta4 downloaded. [1;32;40m[1m[ok][0m
field_collection-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
field_collection_ajax cloned from [1;32;40m[1m[ok][0m
http://git.drupal.org/project/field_collection_ajax.git.
Checked out revision ac8193c935a30c5ce99530423d973645b747bb50. [1;32;40m[1m[ok][0m
field_group-7.x-1.6 downloaded. [1;32;40m[1m[ok][0m
Project flood_unblock contains 2 modules: flood_unblock_services, flood_unblock.
flood_unblock-7.x-1.5 downloaded. [1;32;40m[1m[ok][0m
fontawesome-7.x-2.9 downloaded. [1;32;40m[1m[ok][0m
fontawesome_iconpicker cloned from [1;32;40m[1m[ok][0m
http://git.drupal.org/project/fontawesome_iconpicker.git.
Checked out revision faafe353220514c6e79e4dfa76fc28a87324ad85. [1;32;40m[1m[ok][0m
imce-7.x-1.11 downloaded. [1;32;40m[1m[ok][0m
Project job_scheduler contains 2 modules: job_scheduler_trigger, job_scheduler.
job_scheduler-7.x-2.0 downloaded. [1;32;40m[1m[ok][0m
gravatar-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
geoip cloned from http://git.drupal.org/project/geoip.git. [1;32;40m[1m[ok][0m
Checked out revision 8f712f5b8601e0f62c395a5d949b34936f3fd075. [1;32;40m[1m[ok][0m
geoip patched with [1;32;40m[1m[ok][0m
geoip_api-prevent_notices_with_geoiphandlerv1-2685059-2.patch.
Generated PATCHES.txt file for geoip [1;32;40m[1m[ok][0m
google_tag-7.x-1.4 downloaded. [1;32;40m[1m[ok][0m
hcaptcha-7.x-1.0 downloaded. [1;32;40m[1m[ok][0m
libraries-7.x-2.5 downloaded. [1;32;40m[1m[ok][0m
jquery_update-7.x-2.7 downloaded. [1;32;40m[1m[ok][0m
jquery_update patched with [1;32;40m[1m[ok][0m
jquery_update-update_jquery_form_js-3138421-23.patch.
Generated PATCHES.txt file for jquery_update [1;32;40m[1m[ok][0m
link-7.x-1.7 downloaded. [1;32;40m[1m[ok][0m
mail_edit-7.x-1.2 downloaded. [1;32;40m[1m[ok][0m
Project metatag contains 19 modules: metatag_views, metatag_verification, metatag_twitter_cards, metatag_panels, metatag_opengraph_products, metatag_opengraph, metatag_mobile, metatag_importer, metatag_hreflang, metatag_google_plus, metatag_google_cse, metatag_favicons, metatag_facebook, metatag_devel, metatag_dc_advanced, metatag_dc, metatag_context, metatag_app_links, metatag.
metatag-7.x-1.25 downloaded. [1;32;40m[1m[ok][0m
module_missing_message_fixer-7.x-1.7 downloaded. [1;32;40m[1m[ok][0m
module_filter-7.x-2.2 downloaded. [1;32;40m[1m[ok][0m
oauth2_server-7.x-1.7 downloaded. [1;32;40m[1m[ok][0m
oauth2_client-7.x-2.0 downloaded. [1;32;40m[1m[ok][0m
Project openid_connect contains 2 modules: openid_connect_example, openid_connect.
openid_connect-7.x-1.2 downloaded. [1;32;40m[1m[ok][0m
openid_connect patched with [1;32;40m[1m[ok][0m
openid_connect-support_php5-3425839-1.patch.
Generated PATCHES.txt file for openid_connect [1;32;40m[1m[ok][0m
Project openid_connect_sso contains 2 modules: openid_connect_sso, openid_connect_sso_client.
openid_connect_sso-7.x-1.0-alpha5 downloaded. [1;32;40m[1m[ok][0m
openid_connect_sso patched with [1;32;40m[1m[ok][0m
openid_connect_sso-configure_permission-282216-1.patch.
Generated PATCHES.txt file for openid_connect_sso [1;32;40m[1m[ok][0m
override_node_options-7.x-1.14 downloaded. [1;32;40m[1m[ok][0m
pathauto-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
publishcontent-7.x-1.4 downloaded. [1;32;40m[1m[ok][0m
permission_watchdog-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
r4032login-7.x-1.8 downloaded. [1;32;40m[1m[ok][0m
rename_admin_paths-7.x-2.3 downloaded. [1;32;40m[1m[ok][0m
Project role_watchdog contains 2 modules: og_role_watchdog, role_watchdog.
role_watchdog-7.x-2.0-beta2 downloaded. [1;32;40m[1m[ok][0m
recaptcha-7.x-2.3 downloaded. [1;32;40m[1m[ok][0m
redirect-7.x-1.0-rc3 downloaded. [1;32;40m[1m[ok][0m
Project references contains 4 modules: user_reference, references_uuid, node_reference, references.
references-7.x-2.2 downloaded. [1;32;40m[1m[ok][0m
Project rules contains 4 modules: rules_scheduler, rules_i18n, rules_admin, rules.
rules-7.x-2.11 downloaded. [1;32;40m[1m[ok][0m
token-7.x-1.7 downloaded. [1;32;40m[1m[ok][0m
subpathauto-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
Project subscriptions contains 6 modules: subscriptions_content, subscriptions_blog_ui, subscriptions_taxonomy, subscriptions, subscriptions_mail, subscriptions_ui.
subscriptions-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
strongarm-7.x-2.0 downloaded. [1;32;40m[1m[ok][0m
token_filter-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
twitter_block-7.x-2.3 downloaded. [1;32;40m[1m[ok][0m
twitter_block patched with twitter_block-2751845-5.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for twitter_block [1;32;40m[1m[ok][0m
Project views contains 2 modules: views, views_ui.
views-7.x-3.24 downloaded. [1;32;40m[1m[ok][0m
views_data_export-7.x-3.2 downloaded. [1;32;40m[1m[ok][0m
views_php-7.x-1.0-alpha3 downloaded. [1;32;40m[1m[ok][0m
Project views_bulk_operations contains 2 modules: actions_permissions, views_bulk_operations.
views_bulk_operations-7.x-3.6 downloaded. [1;32;40m[1m[ok][0m
views_send-7.x-1.6 downloaded. [1;32;40m[1m[ok][0m
Project uuid contains 4 modules: uuid_services_example, uuid_services, uuid_path, uuid.
uuid-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
uuid_features-7.x-1.0-rc1 downloaded. [1;32;40m[1m[ok][0m
webform-7.x-4.19 downloaded. [1;32;40m[1m[ok][0m
antispam-7.x-1.6 downloaded. [1;32;40m[1m[ok][0m
antispam patched with Use-drupal-configuration-proxy-1915116-6.patch.[1;32;40m[1m[ok][0m
Generated PATCHES.txt file for antispam [1;32;40m[1m[ok][0m
honeypot-7.x-1.25 downloaded. [1;32;40m[1m[ok][0m
securelogin-7.x-1.7 downloaded. [1;32;40m[1m[ok][0m
securepages-7.x-1.0-beta2 downloaded. [1;32;40m[1m[ok][0m
security_review-7.x-1.3 downloaded. [1;32;40m[1m[ok][0m
Project video_embed_field contains 3 modules: video_embed_facebook, video_embed_brightcove, video_embed_field.
video_embed_field-7.x-2.0-beta11 downloaded. [1;32;40m[1m[ok][0m
weight-7.x-3.1 downloaded. [1;32;40m[1m[ok][0m
xautoload-7.x-5.7 downloaded. [1;32;40m[1m[ok][0m
bootstrap-7.x-3.22 downloaded. [1;32;40m[1m[ok][0m
bootstrap patched with bootstrap-remove_data_target.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for bootstrap [1;32;40m[1m[ok][0m
Project adminimal_theme contains a theme named adminimal.
adminimal_theme-7.x-1.24 downloaded. [1;32;40m[1m[ok][0m
packaging_features cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/packaging_features.git.
Checked out tag 7.x-1.89. [1;32;40m[1m[ok][0m
estats cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/estats.git.
Checked out tag 7.x-2.34. [1;32;40m[1m[ok][0m
Project chart contains 3 modules: system_charts, chart_views, chart.
chart-7.x-1.1 downloaded. [1;32;40m[1m[ok][0m
ajaxblocks-7.x-1.4 downloaded. [1;32;40m[1m[ok][0m
backbone downloaded from [1;32;40m[1m[ok][0m
https://github.com/jashkenas/backbone/archive/1.1.0.zip.
ckeditor downloaded from [1;32;40m[1m[ok][0m
https://download.cksource.com/CKEditor/CKEditor/CKEditor%204.16.2/ckeditor_4.16.2_full.zip.
dompdf downloaded from [1;32;40m[1m[ok][0m
https://github.com/dompdf/dompdf/releases/download/v0.7.0/dompdf_0-7-0.zip.
eclipse.org-common downloaded from [1;32;40m[1m[ok][0m
https://git.eclipse.org/c/www.eclipse.org/eclipse.org-common.git/snapshot/eclipse.org-common-925b1b3839cda23b5b01c13eef4c9b9a3551f956.zip.
eclipsefdn-php-sdk cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/webdev/eclipsefdn-php-sdk.git.
Checked out revision b48ef147edaea297ea227873dcc413896e02b801. [1;32;40m[1m[ok][0m
eclipsefdn-php-sdk patched with eclipsefdn-php-sdk-autoloader.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for eclipsefdn-php-sdk [1;32;40m[1m[ok][0m
fontawesome downloaded from [1;32;40m[1m[ok][0m
https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/v4.7.0.zip.
fontawesome-iconpicker downloaded from [1;32;40m[1m[ok][0m
https://github.com/itsjavi/fontawesome-iconpicker/archive/refs/tags/1.3.1.zip.
geoip cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/webdev/geoip.git.
geoip-api-php cloned from [1;32;40m[1m[ok][0m
https://github.com/maxmind/geoip-api-php.git.
Checked out revision 1f9404127cba05ac214b5b556bcde91288d36863. [1;32;40m[1m[ok][0m
iCalcreator cloned from [1;32;40m[1m[ok][0m
https://github.com/iCalcreator/iCalcreator.git.
Checked out revision e3dbec2cb3bb91a8bde989e467567ae8831a4026. [1;32;40m[1m[ok][0m
jquery-eclipsefdn-api cloned from [1;32;40m[1m[ok][0m
ssh://git@gitlab.eclipse.org/eclipsefdn/it/webdev/jquery-eclipsefdn-api.git.
Checked out tag v0.0.24. [1;32;40m[1m[ok][0m
jsonpath downloaded from [1;32;40m[1m[ok][0m
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jsonpath/jsonpath-0.8.1.php.
modernizr downloaded from [1;32;40m[1m[ok][0m
https://github.com/Modernizr/Modernizr/archive/v2.7.1.zip.
oauth2-server-php cloned from [1;32;40m[1m[ok][0m
https://github.com/bshaffer/oauth2-server-php.git.
Checked out revision 125965cd1d35bb85aa4f3c1c1e0a088790c6df31. [1;32;40m[1m[ok][0m
php-font-lib downloaded from [1;32;40m[1m[ok][0m
https://github.com/PhenX/php-font-lib/archive/0.4.zip.
placeholder downloaded from [1;32;40m[1m[ok][0m
https://github.com/mathiasbynens/jquery-placeholder/archive/v2.0.7.tar.gz.
plupload downloaded from [1;32;40m[1m[ok][0m
https://github.com/moxiecode/plupload/archive/v1.5.8.zip.
plupload patched with plupload-1_5_8-rm_examples-1903850-16.patch. [1;32;40m[1m[ok][0m
Generated PATCHES.txt file for plupload [1;32;40m[1m[ok][0m
tablesaw downloaded from [1;32;40m[1m[ok][0m
https://github.com/filamentgroup/tablesaw/releases/download/v1.0.4/tablesaw-1.0.4.zip.
underscore downloaded from [1;32;40m[1m[ok][0m
https://github.com/jashkenas/underscore/archive/1.5.2.zip.
[Pipeline] sh
+ rm RESULT/xmlrpc.php
[Pipeline] }
Executing sh script inside container drush of pod update-packaging-website-153-cqn9z-j874k-fkpzc
Executing command: "ssh-agent" "-k"
exit
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 21 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] sshagent
[ssh-agent] Using credentials genie.webdev (ssh://genie.webdev@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-2YJQ6T8z5syf/agent.135
SSH_AGENT_PID=137
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/update_packaging_website@tmp/private_key_9475019576053154821.key (/home/jenkins/agent/workspace/update_packaging_website@tmp/private_key_9475019576053154821.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ rsync -azqO --no-g RESULT/ genie.webdev@projects-storage.eclipse.org:/home/data/httpd/writable/packages7/
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 137 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS