Skip to content

Console Output

Started by user Maxim Nesen
Running as Maxim Nesen
Agent basic-7nptg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7nptg"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-7nptg"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-7nptg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-7nptg (basic) in workspace /home/jenkins/agent/workspace/create_release_pr
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-N0j865hXJO3f/agent.49
SSH_AGENT_PID=51
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/create_release_pr@tmp/private_key_6479159738991069365.key (/home/jenkins/agent/workspace/create_release_pr@tmp/private_key_6479159738991069365.key)
[ssh-agent] Using credentials jersey-bot (GitHub bot SSH)
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/create_release_pr # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/create_release_pr@tmp/jenkins-gitclient-ssh18281363090532901365.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/3.0.13^{commit} # timeout=10
 > git rev-parse 3.0.13^{commit} # timeout=10
Checking out Revision e30ffc2ae371bcdaeb904e391d66751b769fa878 (3.0.13)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e30ffc2ae371bcdaeb904e391d66751b769fa878 # timeout=10
Commit message: "3.0.13"
First time build. Skipping changelog.
Copied 1 artifact from "provide_hub_extension" build number 1
[create_release_pr] $ /bin/bash -xe /tmp/jenkins8845145120299863388.sh
+ tar -xzf hub-linux-amd64-2.14.2.tgz
+ git config --local user.email jakartaconfig-bot@eclipse.org
+ git config --local user.name eclipse-jakartaconfig-bot
+ export HUB_VERBOSE=true
+ HUB_VERBOSE=true
+ hub-linux-amd64-2.14.2/bin/./hub pull-request --base 3.0 --head 3.0.13 --message 'Technical merge of released branch 3.0.13'
$ git rev-parse -q --git-dir
$ git symbolic-ref HEAD
$ git remote -v
$ git config --get-all hub.host
> GET https://api.github.com/user
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars.githubusercontent.com/u/43731258?v=4","gravatar_id":"","url":"https://api.github.com/users/****","html_url":"https://github.com/****","followers_url":"https://api.github.com/users/****/followers","following_url":"https://api.github.com/users/****/following{/other_user}","gists_url":"https://api.github.com/users/****/gists{/gist_id}","starred_url":"https://api.github.com/users/****/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/****/subscriptions","organizations_url":"https://api.github.com/users/****/orgs","repos_url":"https://api.github.com/users/****/repos","events_url":"https://api.github.com/users/****/events{/privacy}","received_events_url":"https://api.github.com/users/****/received_events","type":"User","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":0,"public_gists":0,"followers":0,"following":0,"created_at":"2018-09-30T20:19:42Z","updated_at":"2023-09-21T10:20:45Z"}
> GET https://api.github.com/user
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"login":"****","id":43731258,"node_id":"MDQ6VXNlcjQzNzMxMjU4","avatar_url":"https://avatars.githubusercontent.com/u/43731258?v=4","gravatar_id":"","url":"https://api.github.com/users/****","html_url":"https://github.com/****","followers_url":"https://api.github.com/users/****/followers","following_url":"https://api.github.com/users/****/following{/other_user}","gists_url":"https://api.github.com/users/****/gists{/gist_id}","starred_url":"https://api.github.com/users/****/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/****/subscriptions","organizations_url":"https://api.github.com/users/****/orgs","repos_url":"https://api.github.com/users/****/repos","events_url":"https://api.github.com/users/****/events{/privacy}","received_events_url":"https://api.github.com/users/****/received_events","type":"User","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":0,"public_gists":0,"followers":0,"following":0,"created_at":"2018-09-30T20:19:42Z","updated_at":"2023-09-21T10:20:45Z"}
$ git symbolic-ref HEAD
> GET https://api.github.com/repos/eclipse-ee4j/jersey
> Authorization: token [REDACTED]
> Accept: application/vnd.github.v3+json;charset=utf-8
< HTTP 200
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
< X-Accepted-Oauth-Scopes: repo
{"id":129954828,"node_id":"MDEwOlJlcG9zaXRvcnkxMjk5NTQ4Mjg=","name":"jersey","full_name":"eclipse-ee4j/jersey","private":false,"owner":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/eclipse-ee4j/jersey","description":"Eclipse Jersey Project - Read our Wiki:","fork":false,"url":"https://api.github.com/repos/eclipse-ee4j/jersey","forks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/forks","keys_url":"https://api.github.com/repos/eclipse-ee4j/jersey/keys{/key_id}","collaborators_url":"https://api.github.com/repos/eclipse-ee4j/jersey/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/eclipse-ee4j/jersey/teams","hooks_url":"https://api.github.com/repos/eclipse-ee4j/jersey/hooks","issue_events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/events{/number}","events_url":"https://api.github.com/repos/eclipse-ee4j/jersey/events","assignees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/assignees{/user}","branches_url":"https://api.github.com/repos/eclipse-ee4j/jersey/branches{/branch}","tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/tags","blobs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/refs{/sha}","trees_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/trees{/sha}","statuses_url":"https://api.github.com/repos/eclipse-ee4j/jersey/statuses/{sha}","languages_url":"https://api.github.com/repos/eclipse-ee4j/jersey/languages","stargazers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/stargazers","contributors_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contributors","subscribers_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscribers","subscription_url":"https://api.github.com/repos/eclipse-ee4j/jersey/subscription","commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/commits{/sha}","git_commits_url":"https://api.github.com/repos/eclipse-ee4j/jersey/git/commits{/sha}","comments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/comments{/number}","issue_comment_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues/comments{/number}","contents_url":"https://api.github.com/repos/eclipse-ee4j/jersey/contents/{+path}","compare_url":"https://api.github.com/repos/eclipse-ee4j/jersey/compare/{base}...{head}","merges_url":"https://api.github.com/repos/eclipse-ee4j/jersey/merges","archive_url":"https://api.github.com/repos/eclipse-ee4j/jersey/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/eclipse-ee4j/jersey/downloads","issues_url":"https://api.github.com/repos/eclipse-ee4j/jersey/issues{/number}","pulls_url":"https://api.github.com/repos/eclipse-ee4j/jersey/pulls{/number}","milestones_url":"https://api.github.com/repos/eclipse-ee4j/jersey/milestones{/number}","notifications_url":"https://api.github.com/repos/eclipse-ee4j/jersey/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/eclipse-ee4j/jersey/labels{/name}","releases_url":"https://api.github.com/repos/eclipse-ee4j/jersey/releases{/id}","deployments_url":"https://api.github.com/repos/eclipse-ee4j/jersey/deployments","created_at":"2018-04-17T19:28:06Z","updated_at":"2024-03-20T22:52:21Z","pushed_at":"2024-03-28T13:29:54Z","git_url":"git://github.com/eclipse-ee4j/jersey.git","ssh_url":"git@github.com:eclipse-ee4j/jersey.git","clone_url":"https://github.com/eclipse-ee4j/jersey.git","svn_url":"https://github.com/eclipse-ee4j/jersey","homepage":"https://github.com/eclipse-ee4j/jersey/wiki","size":26705,"stargazers_count":671,"watchers_count":671,"language":"Java","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":true,"forks_count":332,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":779,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":332,"open_issues":779,"watchers":671,"default_branch":"2.x","permissions":{"admin":false,"maintain":false,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"eclipse-ee4j","id":31900942,"node_id":"MDEyOk9yZ2FuaXphdGlvbjMxOTAwOTQy","avatar_url":"https://avatars.githubusercontent.com/u/31900942?v=4","gravatar_id":"","url":"https://api.github.com/users/eclipse-ee4j","html_url":"https://github.com/eclipse-ee4j","followers_url":"https://api.github.com/users/eclipse-ee4j/followers","following_url":"https://api.github.com/users/eclipse-ee4j/following{/other_user}","gists_url":"https://api.github.com/users/eclipse-ee4j/gists{/gist_id}","starred_url":"https://api.github.com/users/eclipse-ee4j/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/eclipse-ee4j/subscriptions","organizations_url":"https://api.github.com/users/eclipse-ee4j/orgs","repos_url":"https://api.github.com/users/eclipse-ee4j/repos","events_url":"https://api.github.com/users/eclipse-ee4j/events{/privacy}","received_events_url":"https://api.github.com/users/eclipse-ee4j/received_events","type":"Organization","site_admin":false},"network_count":332,"subscribers_count":44}
> POST https://api.github.com/repos/eclipse-ee4j/jersey/pulls
> Authorization: token [REDACTED]
> Accept: application/vnd.github.shadow-cat-preview+json;charset=utf-8
{"base":"3.0","head":"eclipse-ee4j:3.0.13","maintainer_can_modify":true,"title":"Technical merge of released branch 3.0.13"}
< HTTP 422
< X-Oauth-Scopes: public_repo, repo:status, admin:repo_hook
{"message":"Validation Failed","errors":[{"resource":"PullRequest","field":"head","code":"invalid"}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"}
Error creating pull request: Unprocessable Entity (HTTP 422)
Invalid value for "head"
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 killed;
[ssh-agent] Stopped.
Finished: FAILURE