delphix / appliance-build

This repository contains the code used to build the Ubuntu-based Delphix Appliance, leveraging open-source tools such as Debian's live-build, Docker, Ansible, OpenZFS, and others.
Apache License 2.0
19 stars 41 forks source link

git clone failure fails the build #491

Open jwk404 opened 4 years ago

jwk404 commented 4 years ago

http://ops.jenkins.delphix.com/job/devops-gate/job/master/job/appliance-build-stage1/job/post-push/40665/consoleFull

The git clone command failed with a likely transient network error.

15:36:28  TASK [appliance-build.virtualization-development : git] ************************
15:36:28  task path: /var/tmp/jenkins/workspace/devops-gate/master/appliance-build-stage1/post-push/appliance-build/live-build/misc/ansible-roles/appliance-build.virtualization-development/tasks/main.yml:48
15:41:08  failed: [binary] (item={u'repo': u'https://gitlab.****.com/app/dlpx-app-gate.git', u'dest': u'dlpx-app-gate', u'version': u'master'}) => {"ansible_loop_var": "item", "changed": false, "cmd": "/usr/bin/git clone --origin origin https://gitlab.****.com/app/dlpx-app-gate.git /export/home/****/dlpx-app-gate", "item": {"dest": "dlpx-app-gate", "repo": "https://gitlab.****.com/app/dlpx-app-gate.git", "version": "master"}, "msg": "Cloning into '/export/home/****/dlpx-app-gate'...\nerror: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.\nfatal: The remote end hung up unexpectedly\nfatal: early EOF\nfatal: index-pack failed", "rc": 128, "stderr": "Cloning into '/export/home/****/dlpx-app-gate'...\nerror: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.\nfatal: The remote end hung up unexpectedly\nfatal: early EOF\nfatal: index-pack failed\n", "stderr_lines": ["Cloning into '/export/home/****/dlpx-app-gate'...", "error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.", "fatal: The remote end hung up unexpectedly", "fatal: early EOF", "fatal: index-pack failed"], "stdout": "", "stdout_lines": []}
15:41:08  
15:41:08  RUNNING HANDLER [appliance-build.qa-internal : command] ************************
15:41:08  task path: /var/tmp/jenkins/workspace/devops-gate/master/appliance-build-stage1/post-push/appliance-build/live-build/misc/ansible-roles/appliance-build.qa-internal/handlers/main.yml:19
15:41:08  
15:41:08  PLAY RECAP *********************************************************************
15:41:08  binary                     : ok=36   changed=31   unreachable=0    failed=1    skipped=1    rescued=0    ignored=0   
15:41:08  
15:41:08  E: config/hooks/80-build-configuration.binary failed (exit non-zero). You should check for errors.
15:41:08  P: Begin unmounting filesystems...
15:41:08  P: Saving caches...
15:41:08  Reading package lists...
15:41:08  Building dependency tree...
15:41:08  Reading state information...
15:41:08  + kill -9 11270
15:41:08  + [[ ! -f binary/SHA256SUMS ]]
15:41:08  + exit 1
jwk404 commented 4 years ago

http://ops.jenkins.delphix.com/job/devops-gate/job/master/job/appliance-build-stage1/job/post-push/42446/console