Skip to content

Console Output

Started by user Roland Grunberg
Running as Roland Grunberg
[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 orbit/orbit-shell-pod-61-3cmp9-r8r5r
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Scheduled] Successfully assigned orbit/orbit-shell-pod-61-3cmp9-r8r5r to okdnode-21
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][AddedInterface] Add eth0 [10.40.42.177/23]
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Pulling] Pulling image "rgrunber/orbit-recipes-build@sha256:b962fe745e73c66000f958916849c76cc1739d4fbac582e9756db1b2e73440b0"
Still waiting to schedule task
‘orbit-shell-pod-61-3cmp9-r8r5r’ is offline
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Pulled] Successfully pulled image "rgrunber/orbit-recipes-build@sha256:b962fe745e73c66000f958916849c76cc1739d4fbac582e9756db1b2e73440b0" in 14.613756539s
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Created] Created container container
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Started] Started container container
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" already present on machine
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Created] Created container jnlp
[Normal][orbit/orbit-shell-pod-61-3cmp9-r8r5r][Started] Started container jnlp
Agent orbit-shell-pod-61-3cmp9-r8r5r is provisioned from template orbit-shell-pod-61-3cmp9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/releng-test/61/"
    runUrl: "job/releng-test/61/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "9dd770ea500b463a934a72164dde831be0d7f915"
    jenkins/label: "orbit-shell-pod-61"
  name: "orbit-shell-pod-61-3cmp9-r8r5r"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "rgrunber/orbit-recipes-build@sha256:b962fe745e73c66000f958916849c76cc1739d4fbac582e9756db1b2e73440b0"
    name: "container"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/vnc/.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.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "orbit-shell-pod-61-3cmp9-r8r5r"
    - name: "JENKINS_NAME"
      value: "orbit-shell-pod-61-3cmp9-r8r5r"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on orbit-shell-pod-61-3cmp9-r8r5r in /home/jenkins/agent/workspace/releng-test
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ mvn -V
Apache Maven 3.6.3 (Red Hat 3.6.3-8)
Maven home: /usr/share/maven
Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.096 s
[INFO] Finished at: 2021-12-16T18:33:32Z
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoGoalSpecifiedException
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE