Rh-che: redhat-developer/che-dockerfiles periodic CI is broken

Created on 3 Apr 2019  路  5Comments  路  Source: redhat-developer/rh-che

https://github.com/redhat-developer/che-dockerfiles
https://ci.centos.org/job/devtools-eclipse-che-build-dockerfiles/

Cloning into 'nss_wrapper'...
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
CMake 3.5.0 or higher is required. You are running version 2.8.12.2

-- Configuring incomplete, errors occurred!
The command '/bin/sh -c sudo chown user:user /tmp/install /tmp/install/* && /tmp/install/nss_wrapper.install && sudo rm -rf /tmp/install' returned a non-zero code: 1

kinbug severitP1 leveintermediate

Most helpful comment

Yup, confirming that this is exactly what I fixed in https://github.com/redhat-developer/che-dockerfiles/pull/52!

All 5 comments

Yup, confirming that this is exactly what I fixed in https://github.com/redhat-developer/che-dockerfiles/pull/52!

looks like still, some weird things happen due to pre-building of quickstarts projects:

Downloading maven deps for runtime: spring-boot - health-check
cloning with git clone -b https://github.com/snowdrop/spring-boot-health-check-booster https://github.com/snowdrop/spring-boot-health-check-booster tmp-folder
Cloning into 'tmp-folder'...
fatal: Remote branch https://github.com/snowdrop/spring-boot-health-check-booster not found in upstream origin
Unexpected end of command stream
The command '/bin/sh -c sudo chown user:user /tmp/maven-deps /tmp/maven-deps/* && /tmp/maven-deps/maven-deps.install 'spring-boot' 'configmap' 'health-check' 'rest-http' && sudo rm -rf /tmp/maven-deps' returned a non-zero code: 128

https://ci.centos.org/job/devtools-eclipse-che-build-dockerfiles/592/console

Was this page helpful?
0 / 5 - 0 ratings