Skip to content
Failed

Console Output

Started by user Frederic Gurr
Rebuilds build #2
Running as Frederic Gurr
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Scheduled] Successfully assigned glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml to okdnode-13
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][AddedInterface] Add eth0 [10.40.28.203/23]
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Pulled] Container image "jenkins/jnlp-slave:alpine" already present on machine
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Created] Created container jnlp
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Started] Started container jnlp
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Pulling] Pulling image "ee4jglassfish/ci:jdk-8.181"
Still waiting to schedule task
‘ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml’ is offline
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Pulled] Successfully pulled image "ee4jglassfish/ci:jdk-8.181" in 22.055133502s
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Created] Created container build-container
[Normal][glassfish/ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml][Started] Started container build-container
Agent ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml is provisioned from template ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/job/webmaster-test/3/"
    runUrl: "job/webmaster-test/3/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dab8fb440d99fae35a448217f3c8391f0ffd620e"
    jenkins/label: "ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56"
  name: "ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.glassfish.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml"
    - name: "JAVA_TOOL_OPTIONS"
      value: "-Xmx1G"
    - name: "JENKINS_NAME"
      value: "ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/"
    image: "jenkins/jnlp-slave:alpine"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "1Gi"
        cpu: "1"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - args:
    - "cat"
    image: "ee4jglassfish/ci:jdk-8.181"
    imagePullPolicy: "Always"
    name: "build-container"
    resources:
      limits:
        memory: "7Gi"
        cpu: "3"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/repository"
      name: "maven-repo-shared-storage"
    - mountPath: "/home/jenkins/.m2/repository/org/glassfish/hk2"
      name: "maven-repo-local-storage"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext:
    runAsUser: 1003280000
  volumes:
  - emptyDir: {}
    name: "maven-repo-local-storage"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "maven-repo-shared-storage"
    persistentVolumeClaim:
      claimName: "glassfish-maven-repo-storage"

[WARNING] HOME is set to / in the jnlp container. You may encounter troubles when using tools or ssh client. This usually happens if the uid doesnt have any entry in /etc/passwd. Please add a user to your Dockerfile or set the HOME environment variable to a valid directory in the pod template definition.
Running on ci-pod-1d4a9978-3881-4ea5-b679-e0c455132d56-7g6kz-qgkml in /home/jenkins/agent/workspace/webmaster-test
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
13:53:40 [2021-07-29T17:53:40.843Z] Timeout set to expire in 20 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
13:53:49 [2021-07-29T17:53:49.493Z] Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] sh
13:53:50 [2021-07-29T17:53:50.918Z] + mvn clean install
13:53:50 [2021-07-29T17:53:50.919Z] Picked up JAVA_TOOL_OPTIONS: -Xmx2G
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] Scanning for projects...
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] ------------------------------------------------------------------------
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] BUILD FAILURE
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] ------------------------------------------------------------------------
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] Total time:  0.106 s
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] Finished at: 2021-07-29T17:53:52Z
13:53:52 [2021-07-29T17:53:52.299Z] [INFO] ------------------------------------------------------------------------
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/jenkins/agent/workspace/webmaster-test). Please verify you invoked Maven from the correct directory. -> [Help 1]
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] 
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] 
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
13:53:52 [2021-07-29T17:53:52.299Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE