Actions
Bug #16990
closedcannot build workbench2 release candidate on jenkins
Story points:
-
Description
build-workbench2-release-candidate: #25 /console
It runs as the jenkins user inside the container, however in order to run the integration tests, it wants to install Arvados, and that wants to install things with apt-get, which requires root.
Updated by Peter Amstutz over 4 years ago
- Subject changed from cannot build workbench2 release candidate to cannot build workbench2 release candidate on jenkins
Updated by Ward Vandewege over 4 years ago
- Assigned To set to Ward Vandewege
- Status changed from New to In Progress
Updated by Peter Amstutz over 4 years ago
- Blocks Idea #16662: Release Arvados 2.1 added
Updated by Peter Amstutz over 4 years ago
Failed:
workbench2-build-release-candidate-package: #37 /console
20:44:22 Traceback (most recent call last): 20:44:22 File "/usr/local/arvados-dev/jenkins/run_upload_packages.py", line 330, in <module> 20:44:22 main(sys.argv[1:]) 20:44:22 File "/usr/local/arvados-dev/jenkins/run_upload_packages.py", line 327, in main 20:44:22 ts_file.update() 20:44:22 File "/usr/local/arvados-dev/jenkins/run_upload_packages.py", line 62, in update 20:44:22 os.close(os.open(self.path, os.O_CREAT | os.O_APPEND)) 20:44:22 PermissionError: [Errno 13] Permission denied: '/var/lib/jenkins/workspace/workbench2-build-release-candidate-package/packages/.last_upload_centos7' 20:44:22 Build step 'Execute shell' marked build as failure
Updated by Ward Vandewege over 4 years ago
- Status changed from In Progress to Resolved
All set now, cf. workbench2-build-release-candidate-package: #40
Actions