Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 323c9d7b071dcad20db500b9107a4775ac8effe6 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6061613676908713243.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh13396993847163383329.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8934513951080439758.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1891511322129661436.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3228408508342727851.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-20693 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 323c9d7b071dcad20db500b9107a4775ac8effe6 (main) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397)" > git rev-list --no-walk e18cf4e9ef6bfb404f044f68c1d78b234feb3069 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:46:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:46:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:46:04 ========================================================= 15:46:04 EdgeX Global Pipelines Version Info 15:46:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:46:05 ------------------- 15:46:05 stable info: 15:46:05 ------------------- 15:46:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:46:05 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 15:46:05 Message: update stable to v1.0.221 15:46:06 ------------------- 15:46:06 experimental info: 15:46:06 ------------------- 15:46:06 Commited By: **** collab-it+edgex@linuxfoundation.org 15:46:06 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 15:46:06 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 323c9d7 [Pipeline] echo 15:46:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:06 provisioning config files... 15:46:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5497362296728579915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:07 ---> docker-login.sh 15:46:07 nexus3.edgexfoundry.org:10001 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 nexus3.edgexfoundry.org:10002 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 nexus3.edgexfoundry.org:10003 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 nexus3.edgexfoundry.org:10004 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:07 Configure a credential helper to remove this warning. See 15:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:07 15:46:07 Login Succeeded 15:46:07 docker.io 15:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:08 Configure a credential helper to remove this warning. See 15:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:08 15:46:08 Login Succeeded 15:46:08 ---> docker-login.sh ends [Pipeline] } 15:46:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:46:08 + git rev-list -1 --merges 323c9d7b071dcad20db500b9107a4775ac8effe6~1..323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo 15:46:08 -----------> git rev-list -1 --merges 323c9d7b071dcad20db500b9107a4775ac8effe6~1..323c9d7b071dcad20db500b9107a4775ac8effe6 323c9d7b071dcad20db500b9107a4775ac8effe6 [false] [Pipeline] sh 15:46:08 + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo 15:46:08 ========================================================= 15:46:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:46:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:46:09 + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] echo 15:46:09 [semverPrep] GIT_COMMIT: 323c9d7b071dcad20db500b9107a4775ac8effe6, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397) [Pipeline] echo 15:46:09 [semverPrep] This is not a build commit. [Pipeline] sh 15:46:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:46:09 + grep -v github /etc/ssh/ssh_known_hosts 15:46:09 + [ -e /tmp/ssh_known_hosts ] 15:46:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:46:09 + + sudo tee -a /etc/ssh/ssh_known_hosts 15:46:09 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:46:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:46:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:46:10 15:46:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:46:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:46:10 latest: Pulling from edgex-devops/git-semver 15:46:10 a0d0a0d46f8b: Pulling fs layer 15:46:10 3e5f54012d9b: Pulling fs layer 15:46:10 4c7163046ea9: Pulling fs layer 15:46:10 0c2d73faf560: Pulling fs layer 15:46:10 0c2d73faf560: Waiting 15:46:10 3e5f54012d9b: Verifying Checksum 15:46:10 3e5f54012d9b: Download complete 15:46:10 a0d0a0d46f8b: Download complete 15:46:10 4c7163046ea9: Verifying Checksum 15:46:10 4c7163046ea9: Download complete 15:46:10 0c2d73faf560: Verifying Checksum 15:46:10 0c2d73faf560: Download complete 15:46:10 a0d0a0d46f8b: Pull complete 15:46:10 3e5f54012d9b: Pull complete 15:46:11 4c7163046ea9: Pull complete 15:46:11 0c2d73faf560: Pull complete 15:46:11 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 15:46:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:46:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:46:11 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:46:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:46:12 $ docker top 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:46:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:12 [ssh-agent] Looking for ssh-agent implementation... 15:46:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:12 $ docker exec 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent 15:46:12 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIbKfBF/agent.14 15:46:12 SSH_AGENT_PID=20 15:46:12 Running ssh-add (command line suppressed) 15:46:12 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4505746523443018206.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4505746523443018206.key) 15:46:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:12 + git tag --points-at HEAD [Pipeline] } 15:46:12 $ docker exec --env ******** --env ******** 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent -k 15:46:12 unset SSH_AUTH_SOCK; 15:46:12 unset SSH_AGENT_PID; 15:46:12 echo Agent pid 20 killed; 15:46:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:46:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:13 [ssh-agent] Looking for ssh-agent implementation... 15:46:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:13 $ docker exec 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent 15:46:13 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXljACop/agent.55 15:46:13 SSH_AGENT_PID=61 15:46:13 Running ssh-add (command line suppressed) 15:46:13 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_733217601186617055.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_733217601186617055.key) 15:46:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:13 + git semver init 15:46:13 # -> Open(): unable to determine branch for HEAD 15:46:13 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:46:13 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:46:13 # $SEMVER_REMOTE_NAME = origin 15:46:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:46:13 # $SEMVER_USER_NAME = edgex-jenkins 15:46:13 # $SEMVER_BRANCH = main 15:46:13 # $SEMVER_TEMP = /tmp/semver-381723824 15:46:13 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 15:46:14 # '/tmp/semver-381723824' -> '/w/workspace/ry_app-service-configurable_main/.semver' 15:46:14 # -> Force: false 15:46:14 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:46:14 $ docker exec --env ******** --env ******** 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 ssh-agent -k 15:46:14 unset SSH_AUTH_SOCK; 15:46:14 unset SSH_AGENT_PID; 15:46:14 echo Agent pid 61 killed; 15:46:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:46:15 + git semver [Pipeline] } 15:46:15 $ docker stop --time=1 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 15:46:16 $ docker rm -f 2be456e5abaf41713060b7a28dfa37487c94540dd991e2de38cfa92c7b00c7c9 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:46:17 Stashed 1 file(s) [Pipeline] echo 15:46:17 [edgeXSemver]: initialized semver on version 2.2.0-dev.27 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:46:17 provisioning config files... 15:46:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config887922896527208837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:46:17 ---> docker-login.sh 15:46:17 nexus3.edgexfoundry.org:10001 15:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:17 Configure a credential helper to remove this warning. See 15:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:17 15:46:17 Login Succeeded 15:46:17 nexus3.edgexfoundry.org:10002 15:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:17 Configure a credential helper to remove this warning. See 15:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:17 15:46:17 Login Succeeded 15:46:17 nexus3.edgexfoundry.org:10003 15:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:17 Configure a credential helper to remove this warning. See 15:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:17 15:46:17 Login Succeeded 15:46:17 nexus3.edgexfoundry.org:10004 15:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:18 Configure a credential helper to remove this warning. See 15:46:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:18 15:46:18 Login Succeeded 15:46:18 docker.io 15:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:46:18 Configure a credential helper to remove this warning. See 15:46:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:46:18 15:46:18 Login Succeeded 15:46:18 ---> docker-login.sh ends [Pipeline] } 15:46:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:46:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:46:18 ========================================================= 15:46:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 15:46:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:46:18 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 15:46:18 Sending build context to Docker daemon 2.999MB 15:46:18 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 15:46:18 Step 2/13 : FROM ${BASE} AS builder 15:46:18 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 15:46:18 59bf1c3509f3: Pulling fs layer 15:46:18 666ba61612fd: Pulling fs layer 15:46:18 8ed8ca486205: Pulling fs layer 15:46:18 4fe6c5a15a65: Pulling fs layer 15:46:18 22a0e8bec74d: Pulling fs layer 15:46:18 640e595b4fbd: Pulling fs layer 15:46:18 763cafe07f6e: Pulling fs layer 15:46:18 0c0b528cf693: Pulling fs layer 15:46:18 10935f4eaf8b: Pulling fs layer 15:46:18 4fe6c5a15a65: Waiting 15:46:18 22a0e8bec74d: Waiting 15:46:18 640e595b4fbd: Waiting 15:46:18 0c0b528cf693: Waiting 15:46:18 10935f4eaf8b: Waiting 15:46:18 763cafe07f6e: Waiting 15:46:18 8ed8ca486205: Verifying Checksum 15:46:18 8ed8ca486205: Download complete 15:46:18 666ba61612fd: Download complete 15:46:18 22a0e8bec74d: Verifying Checksum 15:46:18 22a0e8bec74d: Download complete 15:46:18 640e595b4fbd: Verifying Checksum 15:46:18 640e595b4fbd: Download complete 15:46:18 59bf1c3509f3: Download complete 15:46:18 763cafe07f6e: Verifying Checksum 15:46:18 763cafe07f6e: Download complete 15:46:19 0c0b528cf693: Verifying Checksum 15:46:19 0c0b528cf693: Download complete 15:46:19 59bf1c3509f3: Pull complete 15:46:19 666ba61612fd: Pull complete 15:46:19 8ed8ca486205: Pull complete 15:46:19 4fe6c5a15a65: Verifying Checksum 15:46:19 4fe6c5a15a65: Download complete 15:46:19 10935f4eaf8b: Verifying Checksum 15:46:19 10935f4eaf8b: Download complete 15:46:24 4fe6c5a15a65: Pull complete 15:46:24 22a0e8bec74d: Pull complete 15:46:24 640e595b4fbd: Pull complete 15:46:24 763cafe07f6e: Pull complete 15:46:24 0c0b528cf693: Pull complete 15:46:26 10935f4eaf8b: Pull complete 15:46:26 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 15:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 15:46:26 ---> 99d49a6021b9 15:46:26 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:46:28 ---> Running in 9bc393ea3386 15:46:28 Removing intermediate container 9bc393ea3386 15:46:28 ---> b837d0cfe489 15:46:28 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 15:46:28 ---> Running in df19aeadf380 15:46:28 Removing intermediate container df19aeadf380 15:46:28 ---> 1d076382d626 15:46:28 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:46:28 ---> Running in 6d024b4c97c3 15:46:28 Removing intermediate container 6d024b4c97c3 15:46:28 ---> f037d3a94801 15:46:28 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:28 ---> Running in 6d2e03a2300a 15:46:29 Removing intermediate container 6d2e03a2300a 15:46:29 ---> 15cd19237a59 15:46:29 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:46:29 ---> Running in b7ebd715ab29 15:46:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:46:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:46:30 OK: 221 MiB in 52 packages 15:46:31 Removing intermediate container b7ebd715ab29 15:46:31 ---> cf60128d17c0 15:46:31 Step 8/13 : WORKDIR /app 15:46:31 ---> Running in 83f7ff046c51 15:46:31 Removing intermediate container 83f7ff046c51 15:46:31 ---> 9494a90bc71c 15:46:31 Step 9/13 : COPY go.mod vendor* ./ 15:46:31 ---> 845d813b2a3c 15:46:31 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:46:31 ---> Running in 9874d99c5362 15:46:32 Still waiting to schedule task 15:46:32 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-20694’ 15:46:57 Removing intermediate container 9874d99c5362 15:46:57 ---> 14841c5afd07 15:46:57 Step 11/13 : COPY . . 15:46:57 ---> 957bdd8de927 15:46:57 Step 12/13 : ARG MAKE="make build" 15:46:57 ---> Running in 0803162bd8c0 15:46:57 Removing intermediate container 0803162bd8c0 15:46:57 ---> 0237ac7a5a9f 15:46:57 Step 13/13 : RUN $MAKE 15:46:57 ---> Running in c814af25e36d 15:46:57 noop 15:46:57 Removing intermediate container c814af25e36d 15:46:57 ---> d64eef2206f8 15:46:57 Successfully built d64eef2206f8 15:46:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:46:58 + docker inspect -f . ci-base-image-x86_64 15:46:58 . [Pipeline] withDockerContainer 15:46:58 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:46:58 $ docker top ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 -eo pid,comm [Pipeline] { [Pipeline] sh 15:46:59 + go version 15:46:59 go version go1.17.6 linux/amd64 [Pipeline] } 15:46:59 $ docker stop --time=1 ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 15:47:00 $ docker rm -f ac05668d13e9bc2eb037d268edd8243699ad981807b5c441387e49ef4781cc85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:01 + docker inspect -f . ci-base-image-x86_64 15:47:01 . [Pipeline] withDockerContainer 15:47:01 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:47:01 $ docker top fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:47:02 + make test 15:47:02 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:47:10 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:47:10 CGO_ENABLED=1 go vet ./... 15:47:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:47:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:47:12 ./bin/test-attribution-txt.sh [Pipeline] echo 15:47:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:47:12 $ docker stop --time=1 fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 15:47:14 $ docker rm -f fdecdbdeb95b525bd2388db3348e538e7735a038c49b2ebc9814cfa9f1cd68a9 [Pipeline] // withDockerContainer [Pipeline] sh 15:47:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:47:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:47:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:47:16 + ls -al . 15:47:16 total 176 15:47:16 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:47 . 15:47:16 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 15:45 .. 15:47:16 -rw-rw-r-- 1 jenkins jenkins 119 Apr 12 15:46 .dockerignore 15:47:16 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:46 .git 15:47:16 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:46 .github 15:47:16 -rw-rw-r-- 1 jenkins jenkins 104 Apr 12 15:46 .gitignore 15:47:16 drwx------ 3 jenkins jenkins 4096 Apr 12 15:46 .semver 15:47:16 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 12 15:46 Attribution.txt 15:47:16 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 12 15:46 CHANGELOG.md 15:47:16 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 12 15:46 Dockerfile 15:47:16 -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 15:46 GOVERNANCE.md 15:47:16 -rw-rw-r-- 1 jenkins jenkins 688 Apr 12 15:46 Jenkinsfile 15:47:16 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 12 15:46 LICENSE 15:47:16 -rw-rw-r-- 1 jenkins jenkins 618 Apr 12 15:46 OWNERS.md 15:47:16 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 12 15:46 README.md 15:47:16 -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 15:46 VERSION 15:47:16 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 15:46 bin 15:47:16 -rw-r--r-- 1 jenkins jenkins 10 Apr 12 15:47 coverage.out 15:47:16 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 12 15:46 go.mod 15:47:16 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 12 15:46 go.sum 15:47:16 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 12 15:46 main.go 15:47:16 -rw-rw-r-- 1 jenkins jenkins 1994 Apr 12 15:46 makefile 15:47:16 drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:46 res 15:47:16 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:46 snap [Pipeline] isUnix [Pipeline] sh 15:47:16 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 --label arch=amd64 --label version=2.2.0-dev.27 . 15:47:16 Sending build context to Docker daemon 3MB 15:47:16 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 15:47:16 Step 2/27 : FROM ${BASE} AS builder 15:47:16 ---> d64eef2206f8 15:47:16 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:47:16 ---> Running in 1be217922559 15:47:16 Removing intermediate container 1be217922559 15:47:16 ---> 6dc11bae5f50 15:47:16 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:47:16 ---> Running in ca939ebc51fd 15:47:16 Removing intermediate container ca939ebc51fd 15:47:16 ---> 7fed46a601c3 15:47:16 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:47:16 ---> Running in 473caa3afbee 15:47:16 Removing intermediate container 473caa3afbee 15:47:16 ---> 5968bac5f0c1 15:47:16 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:16 ---> Running in 41d075db607a 15:47:17 Removing intermediate container 41d075db607a 15:47:17 ---> 2b58170ede19 15:47:17 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:47:17 ---> Running in 7bc04de72a92 15:47:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:47:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:47:19 OK: 221 MiB in 52 packages 15:47:19 Removing intermediate container 7bc04de72a92 15:47:19 ---> 2a337eea78e3 15:47:19 Step 8/27 : WORKDIR /app 15:47:19 ---> Running in 6ebc354815a0 15:47:19 Removing intermediate container 6ebc354815a0 15:47:19 ---> c7712cfb111c 15:47:19 Step 9/27 : COPY go.mod vendor* ./ 15:47:19 ---> 85c1c56a61ea 15:47:19 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:47:19 ---> Running in d3b2d74bddd4 15:47:20 Removing intermediate container d3b2d74bddd4 15:47:20 ---> 3257761d4b67 15:47:20 Step 11/27 : COPY . . 15:47:20 ---> d3f3bfce0886 15:47:20 Step 12/27 : ARG MAKE="make build" 15:47:20 ---> Running in 5cbc82622c7e 15:47:20 Removing intermediate container 5cbc82622c7e 15:47:20 ---> 9227154d8af1 15:47:20 Step 13/27 : RUN $MAKE 15:47:20 ---> Running in 4b65751fa8c0 15:47:21 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 15:47:39 Removing intermediate container 4b65751fa8c0 15:47:39 ---> 72579fde11f5 15:47:39 Step 14/27 : FROM alpine:3.14 15:47:39 3.14: Pulling from library/alpine 15:47:39 8663204ce13b: Pulling fs layer 15:47:39 8663204ce13b: Verifying Checksum 15:47:39 8663204ce13b: Download complete 15:47:39 8663204ce13b: Pull complete 15:47:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 15:47:39 Status: Downloaded newer image for alpine:3.14 15:47:39 ---> e04c818066af 15:47:39 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:47:39 ---> Running in dd07f8862b4c 15:47:39 Removing intermediate container dd07f8862b4c 15:47:39 ---> 049a87308c33 15:47:39 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:47:39 ---> Running in 6df520f2ac48 15:47:39 Removing intermediate container 6df520f2ac48 15:47:39 ---> 1551ca2d88fd 15:47:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:47:39 ---> Running in 749a63e3e9f3 15:47:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 15:47:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 15:47:39 (1/7) Installing ca-certificates (20211220-r0) 15:47:39 (2/7) Installing dumb-init (1.2.5-r1) 15:47:39 (3/7) Installing libgcc (10.3.1_git20210424-r2) 15:47:39 (4/7) Installing libsodium (1.0.18-r0) 15:47:39 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 15:47:39 (6/7) Installing libzmq (4.3.4-r0) 15:47:39 (7/7) Installing zeromq (4.3.4-r0) 15:47:39 Executing busybox-1.33.1-r7.trigger 15:47:39 Executing ca-certificates-20211220-r0.trigger 15:47:39 OK: 9 MiB in 21 packages 15:47:40 Removing intermediate container 749a63e3e9f3 15:47:40 ---> 43ce53fc7919 15:47:40 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:47:40 ---> 35fd55f1db07 15:47:40 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:47:40 ---> 1685a9b65c2c 15:47:40 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:47:40 ---> b2d4a24f9ea7 15:47:40 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:47:41 ---> 0e04fd946e91 15:47:41 Step 22/27 : EXPOSE 48095 15:47:41 ---> Running in 02bf30a861ae 15:47:41 Removing intermediate container 02bf30a861ae 15:47:41 ---> fd2c1993e8d5 15:47:41 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:47:41 ---> Running in e3ebc46f03a3 15:47:41 Removing intermediate container e3ebc46f03a3 15:47:41 ---> ab014cae53bc 15:47:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:41 ---> Running in e2c3b2b1f302 15:47:41 Removing intermediate container e2c3b2b1f302 15:47:41 ---> f9870942fd0e 15:47:41 Step 25/27 : LABEL arch=amd64 15:47:41 ---> Running in a647f389fc20 15:47:41 Removing intermediate container a647f389fc20 15:47:41 ---> ca97e136d44d 15:47:41 Step 26/27 : LABEL git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 15:47:41 ---> Running in ceb601ca7d86 15:47:41 Removing intermediate container ceb601ca7d86 15:47:41 ---> 7d2e495cc82a 15:47:41 Step 27/27 : LABEL version=2.2.0-dev.27 15:47:41 ---> Running in a24556619ba2 15:47:41 Removing intermediate container a24556619ba2 15:47:41 ---> 7e161a4c94e8 15:47:41 [Warning] One or more build-args [ARCH] were not consumed 15:47:41 Successfully built 7e161a4c94e8 15:47:41 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:42 provisioning config files... 15:47:42 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config476255311879344903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:42 ---> docker-login.sh 15:47:42 nexus3.edgexfoundry.org:10001 15:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:42 Configure a credential helper to remove this warning. See 15:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:42 15:47:42 Login Succeeded 15:47:42 nexus3.edgexfoundry.org:10002 15:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:42 Configure a credential helper to remove this warning. See 15:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:42 15:47:42 Login Succeeded 15:47:42 nexus3.edgexfoundry.org:10003 15:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:42 Configure a credential helper to remove this warning. See 15:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:42 15:47:42 Login Succeeded 15:47:42 nexus3.edgexfoundry.org:10004 15:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:42 Configure a credential helper to remove this warning. See 15:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:42 15:47:42 Login Succeeded 15:47:42 docker.io 15:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:43 Configure a credential helper to remove this warning. See 15:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:43 15:47:43 Login Succeeded 15:47:43 ---> docker-login.sh ends [Pipeline] } 15:47:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:47:43 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:47:43 323c9d7b071dcad20db500b9107a4775ac8effe6 15:47:43 latest 15:47:43 2.2.0-dev.27 15:47:43 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:47:43 main 15:47:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:43 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] isUnix [Pipeline] sh 15:47:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 15:47:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:47:44 583671f38c9d: Preparing 15:47:44 992149152eea: Preparing 15:47:44 39e6ca09631a: Preparing 15:47:44 db59eea867b2: Preparing 15:47:44 986cd59391ad: Preparing 15:47:44 b541d28bf3b4: Preparing 15:47:44 b541d28bf3b4: Waiting 15:47:44 db59eea867b2: Pushed 15:47:44 992149152eea: Pushed 15:47:44 39e6ca09631a: Pushed 15:47:44 b541d28bf3b4: Layer already exists 15:47:44 986cd59391ad: Pushed 15:47:46 583671f38c9d: Pushed 15:47:46 323c9d7b071dcad20db500b9107a4775ac8effe6: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:47:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 15:47:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:47:47 583671f38c9d: Preparing 15:47:47 992149152eea: Preparing 15:47:47 39e6ca09631a: Preparing 15:47:47 db59eea867b2: Preparing 15:47:47 986cd59391ad: Preparing 15:47:47 b541d28bf3b4: Preparing 15:47:47 b541d28bf3b4: Waiting 15:47:47 986cd59391ad: Layer already exists 15:47:47 db59eea867b2: Layer already exists 15:47:47 992149152eea: Layer already exists 15:47:47 583671f38c9d: Layer already exists 15:47:47 39e6ca09631a: Layer already exists 15:47:47 b541d28bf3b4: Layer already exists 15:47:47 latest: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:47:47 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh 15:47:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 15:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:47:47 583671f38c9d: Preparing 15:47:47 992149152eea: Preparing 15:47:47 39e6ca09631a: Preparing 15:47:47 db59eea867b2: Preparing 15:47:47 986cd59391ad: Preparing 15:47:47 b541d28bf3b4: Preparing 15:47:47 b541d28bf3b4: Waiting 15:47:47 992149152eea: Layer already exists 15:47:47 583671f38c9d: Layer already exists 15:47:47 986cd59391ad: Layer already exists 15:47:47 39e6ca09631a: Layer already exists 15:47:47 db59eea867b2: Layer already exists 15:47:47 b541d28bf3b4: Layer already exists 15:47:47 2.2.0-dev.27: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:47:48 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh 15:47:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:47:48 583671f38c9d: Preparing 15:47:48 992149152eea: Preparing 15:47:48 39e6ca09631a: Preparing 15:47:48 db59eea867b2: Preparing 15:47:48 986cd59391ad: Preparing 15:47:48 b541d28bf3b4: Preparing 15:47:48 b541d28bf3b4: Waiting 15:47:48 583671f38c9d: Layer already exists 15:47:48 992149152eea: Layer already exists 15:47:48 39e6ca09631a: Layer already exists 15:47:48 986cd59391ad: Layer already exists 15:47:48 db59eea867b2: Layer already exists 15:47:48 b541d28bf3b4: Layer already exists 15:47:48 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:47:48 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 15:47:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:47:48 583671f38c9d: Preparing 15:47:48 992149152eea: Preparing 15:47:48 39e6ca09631a: Preparing 15:47:48 db59eea867b2: Preparing 15:47:48 986cd59391ad: Preparing 15:47:48 b541d28bf3b4: Preparing 15:47:48 b541d28bf3b4: Waiting 15:47:48 583671f38c9d: Layer already exists 15:47:48 db59eea867b2: Layer already exists 15:47:48 39e6ca09631a: Layer already exists 15:47:48 992149152eea: Layer already exists 15:47:48 986cd59391ad: Layer already exists 15:47:48 b541d28bf3b4: Layer already exists 15:47:48 main: digest: sha256:5d2aff1bd83910143199680084d7c7d5493f5f6ece352cbf429fad5c701432d6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:49 ===================================================== [Pipeline] echo 15:47:49 taggedImages: 15:47:49 - nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6 15:47:49 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:47:49 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.27 15:47:49 - nexus3.edgexfoundry.org:10004/app-service-configurable:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:47:49 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:47:49 15:47:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:47:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:47:49 latest: Pulling from edgex-lftools-log-publisher 15:47:49 5eb5b503b376: Pulling fs layer 15:47:49 5c69ac0246d0: Pulling fs layer 15:47:49 ec43610c2a17: Pulling fs layer 15:47:49 3a2ae6a8a46f: Pulling fs layer 15:47:49 33b1e0a273af: Pulling fs layer 15:47:49 5d3b04190fa2: Pulling fs layer 15:47:49 2f39f015ded8: Pulling fs layer 15:47:49 3a2ae6a8a46f: Waiting 15:47:49 33b1e0a273af: Waiting 15:47:49 5d3b04190fa2: Waiting 15:47:49 2f39f015ded8: Waiting 15:47:49 5c69ac0246d0: Verifying Checksum 15:47:49 5c69ac0246d0: Download complete 15:47:49 3a2ae6a8a46f: Download complete 15:47:49 33b1e0a273af: Verifying Checksum 15:47:49 33b1e0a273af: Download complete 15:47:49 ec43610c2a17: Verifying Checksum 15:47:49 ec43610c2a17: Download complete 15:47:49 5d3b04190fa2: Verifying Checksum 15:47:49 5d3b04190fa2: Download complete 15:47:49 5eb5b503b376: Verifying Checksum 15:47:49 5eb5b503b376: Download complete 15:47:50 2f39f015ded8: Download complete 15:47:51 5eb5b503b376: Pull complete 15:47:51 5c69ac0246d0: Pull complete 15:47:52 ec43610c2a17: Pull complete 15:47:52 3a2ae6a8a46f: Pull complete 15:47:52 33b1e0a273af: Pull complete 15:47:52 5d3b04190fa2: Pull complete 15:47:57 2f39f015ded8: Pull complete 15:47:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:47:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:47:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:47:57 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:47:57 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:47:59 $ docker top 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:00 ---> job-cost.sh 15:48:00 lf-activate-venv: SKIPPING 15:48:00 INFO: No Stack... 15:48:00 INFO: Retrieving Pricing Info for: v3-standard-8 15:48:01 INFO: Archiving Costs [Pipeline] sh 15:48:01 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 15:48:01 + cut -d, -f6 [Pipeline] lock 15:48:01 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] 15:48:01 Resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] did not exist. Created. 15:48:01 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:48:01 + echo total: 0.2199999988079071 [Pipeline] stash 15:48:01 Stashed 1 file(s) [Pipeline] } 15:48:01 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] // lock [Pipeline] } 15:48:01 $ docker stop --time=1 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 15:48:02 $ docker rm -f 835a30b5e9d5e0937704a1f905432169b01d02f19fa576e5f04d78077cdc8bd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:50:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20695 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:50:16 Running in /w/workspace/app-service-configurable/63 [Pipeline] { [Pipeline] checkout 15:50:16 Selected Git installation does not exist. Using Default 15:50:16 The recommended git tool is: NONE 15:50:23 using credential edgex-jenkins-ssh 15:50:23 Cloning the remote Git repository 15:50:23 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:50:23 > git init /w/workspace/app-service-configurable/63 # timeout=10 15:50:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:50:23 > git --version # timeout=10 15:50:23 > git --version # 'git version 2.25.1' 15:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:25 Avoid second fetch 15:50:25 Checking out Revision 323c9d7b071dcad20db500b9107a4775ac8effe6 (main) 15:50:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:50:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:25 > git config core.sparsecheckout # timeout=10 15:50:25 > git checkout -f 323c9d7b071dcad20db500b9107a4775ac8effe6 # timeout=10 15:50:29 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#397)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:50:30 % Total % Received % Xferd Average Speed Time Time Time Current 15:50:30 Dload Upload Total Spent Left Speed 15:50:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45550 0 --:--:-- --:--:-- --:--:-- 45725 [Pipeline] sh 15:50:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:50:31 + sudo tee /etc/docker/daemon.new 15:50:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:50:31 { 15:50:31 "registry-mirrors": [ 15:50:31 "https://nexus3.edgexfoundry.org:10001" 15:50:31 ], 15:50:31 "bip": "10.250.0.254/24", 15:50:31 "hosts": [ 15:50:31 "tcp://0.0.0.0:5555", 15:50:31 "unix:///var/run/docker.sock" 15:50:31 ], 15:50:31 "mtu": 1458, 15:50:31 "selinux-enabled": true, 15:50:31 "seccomp-profile": "/etc/docker/seccomp.json" 15:50:31 } [Pipeline] sh 15:50:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:50:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:50:50 provisioning config files... 15:50:50 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/63@tmp/config3948254534131244113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:50:51 ---> docker-login.sh 15:50:51 nexus3.edgexfoundry.org:10001 15:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:52 Configure a credential helper to remove this warning. See 15:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:52 15:50:52 Login Succeeded 15:50:52 nexus3.edgexfoundry.org:10002 15:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:52 Configure a credential helper to remove this warning. See 15:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:52 15:50:52 Login Succeeded 15:50:52 nexus3.edgexfoundry.org:10003 15:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:53 Configure a credential helper to remove this warning. See 15:50:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:53 15:50:53 Login Succeeded 15:50:53 nexus3.edgexfoundry.org:10004 15:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:53 Configure a credential helper to remove this warning. See 15:50:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:53 15:50:53 Login Succeeded 15:50:53 docker.io 15:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:54 Configure a credential helper to remove this warning. See 15:50:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:54 15:50:54 Login Succeeded 15:50:54 ---> docker-login.sh ends [Pipeline] } 15:50:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:50:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:50:55 ========================================================= 15:50:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 15:50:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:50:55 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 15:50:55 Sending build context to Docker daemon 210.4kB 15:50:56 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 15:50:56 Step 2/13 : FROM ${BASE} AS builder 15:50:56 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:50:56 9b3977197b4f: Pulling fs layer 15:50:56 1a89e8eeedd5: Pulling fs layer 15:50:56 94645a83ff95: Pulling fs layer 15:50:56 3f3a8bcf1eab: Pulling fs layer 15:50:56 0c92f367c5e7: Pulling fs layer 15:50:56 f7c0051592d6: Pulling fs layer 15:50:56 a227ed2f7395: Pulling fs layer 15:50:56 7b1c46037f91: Pulling fs layer 15:50:56 3f3a8bcf1eab: Waiting 15:50:56 0c92f367c5e7: Waiting 15:50:56 f7c0051592d6: Waiting 15:50:56 7b1c46037f91: Waiting 15:50:56 a227ed2f7395: Waiting 15:50:56 94645a83ff95: Verifying Checksum 15:50:56 94645a83ff95: Download complete 15:50:56 1a89e8eeedd5: Verifying Checksum 15:50:56 1a89e8eeedd5: Download complete 15:50:56 0c92f367c5e7: Verifying Checksum 15:50:56 0c92f367c5e7: Download complete 15:50:56 f7c0051592d6: Download complete 15:50:56 9b3977197b4f: Verifying Checksum 15:50:56 9b3977197b4f: Download complete 15:50:56 a227ed2f7395: Verifying Checksum 15:50:56 a227ed2f7395: Download complete 15:50:57 9b3977197b4f: Pull complete 15:50:57 1a89e8eeedd5: Pull complete 15:50:58 94645a83ff95: Pull complete 15:50:58 7b1c46037f91: Download complete 15:50:59 3f3a8bcf1eab: Verifying Checksum 15:50:59 3f3a8bcf1eab: Download complete 15:51:11 3f3a8bcf1eab: Pull complete 15:51:11 0c92f367c5e7: Pull complete 15:51:11 f7c0051592d6: Pull complete 15:51:12 a227ed2f7395: Pull complete 15:51:18 7b1c46037f91: Pull complete 15:51:18 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 15:51:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 15:51:18 ---> f79e39bc4007 15:51:18 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:51:19 ---> Running in 573f6138e737 15:51:20 Removing intermediate container 573f6138e737 15:51:20 ---> edd619553c60 15:51:20 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 15:51:20 ---> Running in 64c4afeeb7e7 15:51:20 Removing intermediate container 64c4afeeb7e7 15:51:20 ---> 9d6284ab728e 15:51:20 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:51:20 ---> Running in f2e6a8b9624a 15:51:20 Removing intermediate container f2e6a8b9624a 15:51:20 ---> 31765d81f2cb 15:51:20 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:20 ---> Running in 7dc0968a0f2f 15:51:22 Removing intermediate container 7dc0968a0f2f 15:51:22 ---> c9521de15db4 15:51:22 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:51:22 ---> Running in b40b39562c2f 15:51:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:51:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:51:25 OK: 220 MiB in 52 packages 15:51:26 Removing intermediate container b40b39562c2f 15:51:26 ---> 7e18fb58cf8d 15:51:26 Step 8/13 : WORKDIR /app 15:51:26 ---> Running in 3f91715480c0 15:51:27 Removing intermediate container 3f91715480c0 15:51:27 ---> d13a1a5fcdae 15:51:27 Step 9/13 : COPY go.mod vendor* ./ 15:51:29 ---> a3a5fb5bb9f0 15:51:29 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:29 ---> Running in 5867ef9020e3 15:52:51 Removing intermediate container 5867ef9020e3 15:52:51 ---> ee5e8463f060 15:52:51 Step 11/13 : COPY . . 15:52:51 ---> 554ac20adce4 15:52:51 Step 12/13 : ARG MAKE="make build" 15:52:51 ---> Running in 8882b21bddfd 15:52:51 Removing intermediate container 8882b21bddfd 15:52:51 ---> 8a03a9467ca5 15:52:51 Step 13/13 : RUN $MAKE 15:52:51 ---> Running in 5e39ebe0efc2 15:52:51 noop 15:52:51 Removing intermediate container 5e39ebe0efc2 15:52:51 ---> 5b55a7e8c04a 15:52:51 Successfully built 5b55a7e8c04a 15:52:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:52:51 + docker inspect -f . ci-base-image-arm64 15:52:51 . [Pipeline] withDockerContainer 15:52:51 prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container 15:52:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:52:53 $ docker top a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:54 + go version 15:52:54 go version go1.17.6 linux/arm64 [Pipeline] } 15:52:54 $ docker stop --time=1 a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d 15:52:55 $ docker rm -f a520fe5822dc1fea02431747298d1f26be9a697a4e5488ff57421e97b359c51d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:52:56 + docker inspect -f . ci-base-image-arm64 15:52:56 . [Pipeline] withDockerContainer 15:52:56 prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container 15:52:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:52:58 $ docker top 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 15:52:59 + make test 15:52:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:53:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:53:55 CGO_ENABLED=1 go vet ./... 15:54:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:54:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:54:10 ./bin/test-attribution-txt.sh [Pipeline] echo 15:54:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:54:10 $ docker stop --time=1 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 15:54:12 $ docker rm -f 744d4f71c2f14ad945bd082e0416678a6ceedec854ddb3221bb50426296bb1c7 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:54:13 Warning: overwriting stash ‘coverage-report’ 15:54:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:54:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:54:14 + ls -al . 15:54:14 total 172 15:54:14 drwxrwxr-x 7 jenkins jenkins 4096 Apr 12 15:54 . 15:54:14 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 15:50 .. 15:54:14 -rw-rw-r-- 1 jenkins jenkins 119 Apr 12 15:50 .dockerignore 15:54:14 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 15:50 .git 15:54:14 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:50 .github 15:54:14 -rw-rw-r-- 1 jenkins jenkins 104 Apr 12 15:50 .gitignore 15:54:14 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 12 15:50 Attribution.txt 15:54:14 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 12 15:50 CHANGELOG.md 15:54:14 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 12 15:50 Dockerfile 15:54:14 -rw-rw-r-- 1 jenkins jenkins 677 Apr 12 15:50 GOVERNANCE.md 15:54:14 -rw-rw-r-- 1 jenkins jenkins 688 Apr 12 15:50 Jenkinsfile 15:54:14 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 12 15:50 LICENSE 15:54:14 -rw-rw-r-- 1 jenkins jenkins 618 Apr 12 15:50 OWNERS.md 15:54:14 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 12 15:50 README.md 15:54:14 -rw-rw-r-- 1 jenkins jenkins 12 Apr 12 15:46 VERSION 15:54:14 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 15:50 bin 15:54:14 -rw-r--r-- 1 jenkins jenkins 10 Apr 12 15:52 coverage.out 15:54:14 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 12 15:50 go.mod 15:54:14 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 12 15:50 go.sum 15:54:14 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 12 15:50 main.go 15:54:14 -rw-rw-r-- 1 jenkins jenkins 1994 Apr 12 15:50 makefile 15:54:14 drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:50 res 15:54:14 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 15:50 snap [Pipeline] isUnix [Pipeline] sh 15:54:15 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 --label arch=arm64 --label version=2.2.0-dev.27 . 15:54:15 Sending build context to Docker daemon 211.5kB 15:54:15 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 15:54:15 Step 2/27 : FROM ${BASE} AS builder 15:54:15 ---> 5b55a7e8c04a 15:54:15 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:54:15 ---> Running in 1ff96e9a8efd 15:54:16 Removing intermediate container 1ff96e9a8efd 15:54:16 ---> e9d3e58a99de 15:54:16 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 15:54:16 ---> Running in b57aa7bdbf42 15:54:16 Removing intermediate container b57aa7bdbf42 15:54:16 ---> c7d48a9a43ef 15:54:16 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:54:16 ---> Running in c6ff89ab2729 15:54:16 Removing intermediate container c6ff89ab2729 15:54:16 ---> 26c176e2616c 15:54:16 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:16 ---> Running in c2d3c461b0e1 15:54:18 Removing intermediate container c2d3c461b0e1 15:54:18 ---> faab5054804e 15:54:18 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:54:18 ---> Running in a51a39403b19 15:54:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:54:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:54:21 OK: 220 MiB in 52 packages 15:54:22 Removing intermediate container a51a39403b19 15:54:22 ---> c92d53cfae12 15:54:22 Step 8/27 : WORKDIR /app 15:54:22 ---> Running in 366ffe05deaa 15:54:22 Removing intermediate container 366ffe05deaa 15:54:22 ---> ea2420fc0691 15:54:22 Step 9/27 : COPY go.mod vendor* ./ 15:54:23 ---> 8e4dc8a99f5e 15:54:23 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:54:23 ---> Running in 6827eb570be7 15:54:25 Removing intermediate container 6827eb570be7 15:54:25 ---> 5be61d281036 15:54:25 Step 11/27 : COPY . . 15:54:25 ---> 3dc8506c47d2 15:54:25 Step 12/27 : ARG MAKE="make build" 15:54:26 ---> Running in 42169a0bc0f8 15:54:26 Removing intermediate container 42169a0bc0f8 15:54:26 ---> 061e72725a04 15:54:26 Step 13/27 : RUN $MAKE 15:54:26 ---> Running in 25e5f0fc3e8e 15:54:27 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 15:56:04 Removing intermediate container 25e5f0fc3e8e 15:56:04 ---> f69f57871ed9 15:56:04 Step 14/27 : FROM alpine:3.14 15:56:04 3.14: Pulling from library/alpine 15:56:04 455c02918c45: Pulling fs layer 15:56:04 455c02918c45: Verifying Checksum 15:56:04 455c02918c45: Download complete 15:56:04 455c02918c45: Pull complete 15:56:04 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 15:56:04 Status: Downloaded newer image for alpine:3.14 15:56:04 ---> ac73e934f311 15:56:04 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:56:04 ---> Running in be9c9576125e 15:56:04 Removing intermediate container be9c9576125e 15:56:04 ---> b2e83667ef39 15:56:04 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 15:56:04 ---> Running in c5b3ccc752c8 15:56:04 Removing intermediate container c5b3ccc752c8 15:56:04 ---> 8b62bdeafb63 15:56:04 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:56:04 ---> Running in f965e5dc5161 15:56:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 15:56:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 15:56:04 (1/7) Installing ca-certificates (20211220-r0) 15:56:04 (2/7) Installing dumb-init (1.2.5-r1) 15:56:04 (3/7) Installing libgcc (10.3.1_git20210424-r2) 15:56:04 (4/7) Installing libsodium (1.0.18-r0) 15:56:04 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 15:56:04 (6/7) Installing libzmq (4.3.4-r0) 15:56:04 (7/7) Installing zeromq (4.3.4-r0) 15:56:04 Executing busybox-1.33.1-r7.trigger 15:56:04 Executing ca-certificates-20211220-r0.trigger 15:56:04 OK: 9 MiB in 21 packages 15:56:04 Removing intermediate container f965e5dc5161 15:56:04 ---> 09df4c02de43 15:56:04 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:56:04 ---> f1db0805a48f 15:56:04 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 15:56:04 ---> ec037cac30d1 15:56:04 Step 20/27 : COPY --from=builder /app/res/ /res/ 15:56:04 ---> 7c648ac9f1bf 15:56:04 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:56:06 ---> c95fc9095301 15:56:06 Step 22/27 : EXPOSE 48095 15:56:06 ---> Running in f1b96434e08c 15:56:06 Removing intermediate container f1b96434e08c 15:56:06 ---> 2c7f9b5abd39 15:56:06 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 15:56:06 ---> Running in 17cb11684542 15:56:07 Removing intermediate container 17cb11684542 15:56:07 ---> 6dc64b937772 15:56:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:07 ---> Running in 3224b52c9fca 15:56:07 Removing intermediate container 3224b52c9fca 15:56:07 ---> 594293e9c6a1 15:56:07 Step 25/27 : LABEL arch=arm64 15:56:07 ---> Running in f7a23b622268 15:56:07 Removing intermediate container f7a23b622268 15:56:07 ---> c4651b54120a 15:56:07 Step 26/27 : LABEL git_sha=323c9d7b071dcad20db500b9107a4775ac8effe6 15:56:07 ---> Running in 6a01fac23192 15:56:08 Removing intermediate container 6a01fac23192 15:56:08 ---> 5467ea8d0430 15:56:08 Step 27/27 : LABEL version=2.2.0-dev.27 15:56:08 ---> Running in b0efa4d3fa54 15:56:08 Removing intermediate container b0efa4d3fa54 15:56:08 ---> c74a9d46c40d 15:56:08 [Warning] One or more build-args [ARCH] were not consumed 15:56:08 Successfully built c74a9d46c40d 15:56:08 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:56:08 provisioning config files... 15:56:08 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/63@tmp/config7931820360949119746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:08 ---> docker-login.sh 15:56:08 nexus3.edgexfoundry.org:10001 15:56:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:09 Configure a credential helper to remove this warning. See 15:56:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:09 15:56:09 Login Succeeded 15:56:09 nexus3.edgexfoundry.org:10002 15:56:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:09 Configure a credential helper to remove this warning. See 15:56:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:09 15:56:09 Login Succeeded 15:56:10 nexus3.edgexfoundry.org:10003 15:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:10 Configure a credential helper to remove this warning. See 15:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:10 15:56:10 Login Succeeded 15:56:10 nexus3.edgexfoundry.org:10004 15:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:10 Configure a credential helper to remove this warning. See 15:56:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:10 15:56:10 Login Succeeded 15:56:11 docker.io 15:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:11 Configure a credential helper to remove this warning. See 15:56:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:11 15:56:11 Login Succeeded 15:56:11 ---> docker-login.sh ends [Pipeline] } 15:56:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:56:11 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:56:11 323c9d7b071dcad20db500b9107a4775ac8effe6 15:56:11 latest 15:56:11 2.2.0-dev.27 15:56:11 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:56:11 main 15:56:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:12 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] isUnix [Pipeline] sh 15:56:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 15:56:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:56:12 f525be795da3: Preparing 15:56:12 3bd9c0ccc020: Preparing 15:56:12 c75fcd8a093b: Preparing 15:56:12 131e3a07be34: Preparing 15:56:12 0beb4b2684e1: Preparing 15:56:12 f73e7dbfee58: Preparing 15:56:12 f73e7dbfee58: Waiting 15:56:12 3bd9c0ccc020: Pushed 15:56:12 c75fcd8a093b: Pushed 15:56:12 131e3a07be34: Pushed 15:56:12 f73e7dbfee58: Layer already exists 15:56:13 0beb4b2684e1: Pushed 15:56:18 f525be795da3: Pushed 15:56:18 323c9d7b071dcad20db500b9107a4775ac8effe6: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:18 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:56:18 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:56:18 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:56:18 f525be795da3: Preparing 15:56:18 3bd9c0ccc020: Preparing 15:56:18 c75fcd8a093b: Preparing 15:56:18 131e3a07be34: Preparing 15:56:18 0beb4b2684e1: Preparing 15:56:18 f73e7dbfee58: Preparing 15:56:18 f73e7dbfee58: Waiting 15:56:18 f525be795da3: Layer already exists 15:56:18 c75fcd8a093b: Layer already exists 15:56:18 131e3a07be34: Layer already exists 15:56:18 0beb4b2684e1: Layer already exists 15:56:18 3bd9c0ccc020: Layer already exists 15:56:19 f73e7dbfee58: Layer already exists 15:56:19 latest: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:19 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh 15:56:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 15:56:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:56:19 f525be795da3: Preparing 15:56:19 3bd9c0ccc020: Preparing 15:56:19 c75fcd8a093b: Preparing 15:56:19 131e3a07be34: Preparing 15:56:19 0beb4b2684e1: Preparing 15:56:19 f73e7dbfee58: Preparing 15:56:19 f73e7dbfee58: Waiting 15:56:19 131e3a07be34: Layer already exists 15:56:19 3bd9c0ccc020: Layer already exists 15:56:19 c75fcd8a093b: Layer already exists 15:56:19 0beb4b2684e1: Layer already exists 15:56:19 f525be795da3: Layer already exists 15:56:19 f73e7dbfee58: Layer already exists 15:56:20 2.2.0-dev.27: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:20 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 [Pipeline] isUnix [Pipeline] sh 15:56:20 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:56:20 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:56:20 f525be795da3: Preparing 15:56:20 3bd9c0ccc020: Preparing 15:56:20 c75fcd8a093b: Preparing 15:56:20 131e3a07be34: Preparing 15:56:20 0beb4b2684e1: Preparing 15:56:20 f73e7dbfee58: Preparing 15:56:20 f73e7dbfee58: Waiting 15:56:20 f525be795da3: Layer already exists 15:56:20 0beb4b2684e1: Layer already exists 15:56:20 3bd9c0ccc020: Layer already exists 15:56:20 c75fcd8a093b: Layer already exists 15:56:20 131e3a07be34: Layer already exists 15:56:20 f73e7dbfee58: Layer already exists 15:56:21 323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:56:21 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 15:56:21 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:56:21 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:56:21 f525be795da3: Preparing 15:56:21 3bd9c0ccc020: Preparing 15:56:21 c75fcd8a093b: Preparing 15:56:21 131e3a07be34: Preparing 15:56:21 0beb4b2684e1: Preparing 15:56:21 f73e7dbfee58: Preparing 15:56:21 f73e7dbfee58: Waiting 15:56:21 0beb4b2684e1: Layer already exists 15:56:21 131e3a07be34: Layer already exists 15:56:21 3bd9c0ccc020: Layer already exists 15:56:21 f525be795da3: Layer already exists 15:56:21 c75fcd8a093b: Layer already exists 15:56:22 f73e7dbfee58: Layer already exists 15:56:22 main: digest: sha256:2fbfd0c616c147154136730cb7b3f4f7e4e0196a6efe5febcd8f6d01a2767f16 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:56:22 ===================================================== [Pipeline] echo 15:56:22 taggedImages: 15:56:22 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6 15:56:22 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:56:22 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.27 15:56:22 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:323c9d7b071dcad20db500b9107a4775ac8effe6-2.2.0-dev.27 15:56:22 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:22 15:56:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:56:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:23 arm64: Pulling from edgex-lftools-log-publisher 15:56:23 8998bd30e6a1: Pulling fs layer 15:56:23 04944245beec: Pulling fs layer 15:56:23 699f458cf7ca: Pulling fs layer 15:56:23 765212b225bb: Pulling fs layer 15:56:23 f23df028b6ca: Pulling fs layer 15:56:23 d65c8cfc05b1: Pulling fs layer 15:56:23 2437ff75d9bd: Pulling fs layer 15:56:23 765212b225bb: Waiting 15:56:23 f23df028b6ca: Waiting 15:56:23 d65c8cfc05b1: Waiting 15:56:23 2437ff75d9bd: Waiting 15:56:23 04944245beec: Verifying Checksum 15:56:23 04944245beec: Download complete 15:56:23 765212b225bb: Verifying Checksum 15:56:23 765212b225bb: Download complete 15:56:23 f23df028b6ca: Verifying Checksum 15:56:23 f23df028b6ca: Download complete 15:56:23 d65c8cfc05b1: Verifying Checksum 15:56:23 d65c8cfc05b1: Download complete 15:56:23 699f458cf7ca: Verifying Checksum 15:56:23 699f458cf7ca: Download complete 15:56:23 8998bd30e6a1: Verifying Checksum 15:56:23 8998bd30e6a1: Download complete 15:56:26 2437ff75d9bd: Verifying Checksum 15:56:26 2437ff75d9bd: Download complete 15:56:28 8998bd30e6a1: Pull complete 15:56:28 04944245beec: Pull complete 15:56:30 699f458cf7ca: Pull complete 15:56:30 765212b225bb: Pull complete 15:56:31 f23df028b6ca: Pull complete 15:56:31 d65c8cfc05b1: Pull complete 15:56:46 2437ff75d9bd: Pull complete 15:56:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:56:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:56:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:56:46 prd-ubuntu20.04-docker-arm64-4c-16g-20695 does not seem to be running inside a container 15:56:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/63 -v /w/workspace/app-service-configurable/63:/w/workspace/app-service-configurable/63:rw,z -v /w/workspace/app-service-configurable/63@tmp:/w/workspace/app-service-configurable/63@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:56:49 $ docker top ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:50 ---> job-cost.sh 15:56:50 lf-activate-venv: SKIPPING 15:56:50 INFO: No Stack... 15:56:51 INFO: Retrieving Pricing Info for: v3-standard-4 15:56:52 INFO: Archiving Costs [Pipeline] sh 15:56:52 + cat /w/workspace/app-service-configurable/63/archives/cost.csv 15:56:52 + cut -d, -f6 [Pipeline] lock 15:56:52 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] 15:56:52 Resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] did not exist. Created. 15:56:52 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:56:53 /w/workspace/app-service-configurable/63@tmp/durable-e68cff65/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:56:54 + echo total: 0.10999999940395355 [Pipeline] stash 15:56:54 Warning: overwriting stash ‘stack-cost’ 15:56:54 Stashed 1 file(s) [Pipeline] } 15:56:54 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-63-stack-cost] [Pipeline] // lock [Pipeline] } 15:56:54 $ docker stop --time=1 ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d 15:56:55 $ docker rm -f ca9691ce3ec8b4a372d5cdac197cf3eba2f8850f3adf019843078acc1993624d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 15:56:56 provisioning config files... 15:56:56 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7641350868794665970tmp [Pipeline] { [Pipeline] sh 15:56:56 + set +x 15:56:56 + curl -s https://codecov.io/bash 15:56:56 + bash -s -- 15:56:56 15:56:56 _____ _ 15:56:56 / ____| | | 15:56:56 | | ___ __| | ___ ___ _____ __ 15:56:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:56:56 | |___| (_) | (_| | __/ (_| (_) \ V / 15:56:56 \_____\___/ \__,_|\___|\___\___/ \_/ 15:56:56 Bash-1.0.6 15:56:56 15:56:56 15:56:56 ==> git version 2.25.1 found 15:56:56 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 15:56:56 Release-Date: 2020-01-08 15:56:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:56:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:56:56 ==> Jenkins CI detected. 15:56:56 current dir:  /w/workspace/ry_app-service-configurable_main 15:56:56 project root: . 15:56:56 --> token set from env 15:56:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:56:56 ==> Running gcov in . (disable via -X gcov) 15:56:56 ==> Python coveragepy not found 15:56:56 ==> Searching for coverage reports in: 15:56:56 + . 15:56:56 -> Found 1 reports 15:56:56 ==> Detecting git/mercurial file structure 15:56:56 ==> Reading reports 15:56:56 + ./coverage.out bytes=10 15:56:56 ==> Appending adjustments 15:56:56 https://docs.codecov.io/docs/fixing-reports 15:56:56 + Found adjustments 15:56:56 ==> Gzipping contents 15:56:56 4.0K /tmp/codecov.RjED7n.gz 15:56:56 ==> Uploading reports 15:56:56 url: https://codecov.io 15:56:56 query: branch=main&commit=323c9d7b071dcad20db500b9107a4775ac8effe6&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:56:56 -> Pinging Codecov 15:56:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=323c9d7b071dcad20db500b9107a4775ac8effe6&build=63&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F63%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:56:57 -> Uploading to 15:56:57 https://storage.googleapis.com/codecov/v4/raw/2022-04-12/A97CA9966030D2A3747ED39772930CCE/323c9d7b071dcad20db500b9107a4775ac8effe6/761c7e17-3c54-45b6-b752-ff580a13c729.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220412T155657Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d89c11a8b34dad98fce42222d77e8a42f9ac7891a330763142694dcecf1618e6 15:56:57 % Total % Received % Xferd Average Speed Time Time Time Current 15:56:57 Dload Upload Total Spent Left Speed 15:56:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2709 --:--:-- --:--:-- --:--:-- 2709 15:56:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] } 15:56:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:56:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:56:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:56:58 15:56:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:56:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:56:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:56:58 188c0c94c7c5: Pulling fs layer 15:56:58 0ef7d3d256c8: Pulling fs layer 15:56:58 de9db76c5a1d: Pulling fs layer 15:56:58 0eba1c9be4d2: Pulling fs layer 15:56:58 0d57e429df01: Pulling fs layer 15:56:58 0eba1c9be4d2: Waiting 15:56:58 0d57e429df01: Waiting 15:56:58 4e4be7b47b0d: Pulling fs layer 15:56:58 e1f770b5df2f: Pulling fs layer 15:56:58 85a0685a4137: Pulling fs layer 15:56:58 e1f770b5df2f: Waiting 15:56:58 4e4be7b47b0d: Waiting 15:56:58 85a0685a4137: Waiting 15:56:58 de9db76c5a1d: Verifying Checksum 15:56:58 de9db76c5a1d: Download complete 15:56:58 0ef7d3d256c8: Download complete 15:56:58 0d57e429df01: Verifying Checksum 15:56:58 0d57e429df01: Download complete 15:56:58 4e4be7b47b0d: Verifying Checksum 15:56:58 4e4be7b47b0d: Download complete 15:56:58 188c0c94c7c5: Verifying Checksum 15:56:58 188c0c94c7c5: Download complete 15:56:58 188c0c94c7c5: Pull complete 15:56:58 e1f770b5df2f: Verifying Checksum 15:56:58 e1f770b5df2f: Download complete 15:56:58 0ef7d3d256c8: Pull complete 15:56:58 de9db76c5a1d: Pull complete 15:56:59 0eba1c9be4d2: Verifying Checksum 15:56:59 0eba1c9be4d2: Download complete 15:56:59 85a0685a4137: Verifying Checksum 15:56:59 85a0685a4137: Download complete 15:57:02 0eba1c9be4d2: Pull complete 15:57:02 0d57e429df01: Pull complete 15:57:02 4e4be7b47b0d: Pull complete 15:57:03 e1f770b5df2f: Pull complete 15:57:06 85a0685a4137: Pull complete 15:57:06 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:57:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:57:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:57:06 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:57:08 $ docker top 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 -eo pid,comm [Pipeline] { [Pipeline] echo 15:57:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:57:09 + set -o pipefail 15:57:09 + snyk monitor '--org=edgex-jenkins' 15:57:14 15:57:14 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:57:14 15:57:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/d3c4da30-75b0-4f23-b498-2a36cc799614 15:57:14 15:57:14 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:57:14 15:57:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:57:14 15:57:14 [Pipeline] } 15:57:14 $ docker stop --time=1 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 15:57:16 $ docker rm -f 1287d54592a911606f96369683f6989678a04ce6f867f6bf2b9bf68848e49018 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:57:17 + git log --format=format:%s -1 323c9d7b071dcad20db500b9107a4775ac8effe6 [Pipeline] sh 15:57:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:57:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:17 . [Pipeline] withDockerContainer 15:57:17 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:18 $ docker top 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:18 [ssh-agent] Looking for ssh-agent implementation... 15:57:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:18 $ docker exec 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d ssh-agent 15:57:18 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPGICjF/agent.13 15:57:18 SSH_AGENT_PID=20 15:57:18 Running ssh-add (command line suppressed) 15:57:18 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5562451447819356285.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5562451447819356285.key) 15:57:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:19 + git semver tag 15:57:19 # -> Open(): unable to determine branch for HEAD 15:57:19 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:57:19 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:57:19 # $SEMVER_REMOTE_NAME = origin 15:57:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:19 # $SEMVER_USER_NAME = edgex-jenkins 15:57:19 # $SEMVER_BRANCH = main 15:57:19 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:57:19 # 323c9d7b071dcad20db500b9107a4775ac8effe6 HEAD 15:57:19 # -> Force: false 15:57:19 # ce339ba3a5d5fc1c349a46b878bef2d595d17737 refs/tags/v2.2.0-dev.27 [Pipeline] } 15:57:19 $ docker exec --env ******** --env ******** 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d ssh-agent -k 15:57:19 unset SSH_AUTH_SOCK; 15:57:19 unset SSH_AGENT_PID; 15:57:19 echo Agent pid 20 killed; 15:57:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:19 + git semver [Pipeline] } 15:57:19 $ docker stop --time=1 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d 15:57:20 $ docker rm -f 5a9363242a1f2ff5057467342f0db20e3bf3f138f696b9c1273b3fe16c4d175d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:57:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:21 15:57:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:57:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:21 0.23.1-centos7: Pulling from edgex-lftools 15:57:21 ab5ef0e58194: Pulling fs layer 15:57:21 9712f1f96733: Pulling fs layer 15:57:21 63f879dbbcfc: Pulling fs layer 15:57:21 0d9ebad4ef96: Pulling fs layer 15:57:21 e9a5061849ea: Pulling fs layer 15:57:21 d747dcd14b5f: Pulling fs layer 15:57:21 2de7ff778b66: Pulling fs layer 15:57:21 0d9ebad4ef96: Waiting 15:57:21 d747dcd14b5f: Waiting 15:57:21 2de7ff778b66: Waiting 15:57:21 9712f1f96733: Verifying Checksum 15:57:21 9712f1f96733: Download complete 15:57:21 63f879dbbcfc: Verifying Checksum 15:57:21 63f879dbbcfc: Download complete 15:57:22 e9a5061849ea: Verifying Checksum 15:57:22 e9a5061849ea: Download complete 15:57:22 d747dcd14b5f: Verifying Checksum 15:57:22 d747dcd14b5f: Download complete 15:57:22 0d9ebad4ef96: Download complete 15:57:22 ab5ef0e58194: Verifying Checksum 15:57:22 ab5ef0e58194: Download complete 15:57:22 2de7ff778b66: Verifying Checksum 15:57:22 2de7ff778b66: Download complete 15:57:25 ab5ef0e58194: Pull complete 15:57:25 9712f1f96733: Pull complete 15:57:25 63f879dbbcfc: Pull complete 15:57:29 0d9ebad4ef96: Pull complete 15:57:29 e9a5061849ea: Pull complete 15:57:29 d747dcd14b5f: Pull complete 15:57:30 2de7ff778b66: Pull complete 15:57:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:57:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:57:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:57:30 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:57:33 $ docker top 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:57:33 provisioning config files... 15:57:33 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2089938504664111599tmp 15:57:33 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4496606833827581350tmp 15:57:33 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1999244277419958025tmp [Pipeline] { [Pipeline] echo 15:57:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:57:33 ---> sigul-configuration.sh 15:57:33 gpg: directory `/root/.gnupg' created 15:57:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:57:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:57:33 gpg: keyring `/root/.gnupg/secring.gpg' created 15:57:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:57:33 gpg: CAST5 encrypted data 15:57:33 gpg: encrypted with 1 passphrase 15:57:33 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:57:34 + mkdir /home/jenkins 15:57:34 + mkdir /home/jenkins/sigul [Pipeline] sh 15:57:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 15:57:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:57:34 ---> sigul-install.sh 15:57:34 Sigul already installed; skipping installation. [Pipeline] sh 15:57:35 + git tag --list 15:57:35 v1.0.0 15:57:35 v1.1.0 15:57:35 v1.2.0 15:57:35 v1.3.0 15:57:35 v1.3.1 15:57:35 v2.0.0 15:57:35 v2.0.1 15:57:35 v2.0.1-dev.1 15:57:35 v2.0.2-dev.1 15:57:35 v2.0.2-dev.10 15:57:35 v2.0.2-dev.11 15:57:35 v2.0.2-dev.12 15:57:35 v2.0.2-dev.13 15:57:35 v2.0.2-dev.14 15:57:35 v2.0.2-dev.15 15:57:35 v2.0.2-dev.16 15:57:35 v2.0.2-dev.17 15:57:35 v2.0.2-dev.18 15:57:35 v2.0.2-dev.19 15:57:35 v2.0.2-dev.2 15:57:35 v2.0.2-dev.20 15:57:35 v2.0.2-dev.21 15:57:35 v2.0.2-dev.22 15:57:35 v2.0.2-dev.23 15:57:35 v2.0.2-dev.24 15:57:35 v2.0.2-dev.25 15:57:35 v2.0.2-dev.26 15:57:35 v2.0.2-dev.27 15:57:35 v2.0.2-dev.28 15:57:35 v2.0.2-dev.29 15:57:35 v2.0.2-dev.3 15:57:35 v2.0.2-dev.30 15:57:35 v2.0.2-dev.4 15:57:35 v2.0.2-dev.5 15:57:35 v2.0.2-dev.6 15:57:35 v2.0.2-dev.7 15:57:35 v2.0.2-dev.8 15:57:35 v2.0.2-dev.9 15:57:35 v2.1.0 15:57:35 v2.2.0-dev.1 15:57:35 v2.2.0-dev.10 15:57:35 v2.2.0-dev.11 15:57:35 v2.2.0-dev.12 15:57:35 v2.2.0-dev.13 15:57:35 v2.2.0-dev.14 15:57:35 v2.2.0-dev.15 15:57:35 v2.2.0-dev.16 15:57:35 v2.2.0-dev.17 15:57:35 v2.2.0-dev.18 15:57:35 v2.2.0-dev.19 15:57:35 v2.2.0-dev.2 15:57:35 v2.2.0-dev.20 15:57:35 v2.2.0-dev.21 15:57:35 v2.2.0-dev.22 15:57:35 v2.2.0-dev.23 15:57:35 v2.2.0-dev.24 15:57:35 v2.2.0-dev.25 15:57:35 v2.2.0-dev.26 15:57:35 v2.2.0-dev.27 15:57:35 v2.2.0-dev.3 15:57:35 v2.2.0-dev.4 15:57:35 v2.2.0-dev.5 15:57:35 v2.2.0-dev.6 15:57:35 v2.2.0-dev.7 15:57:35 v2.2.0-dev.8 15:57:35 v2.2.0-dev.9 [Pipeline] sh 15:57:35 + lftools sign git-tag v2.2.0-dev.27 15:57:35 Signing Git tag with Sigul... 15:57:35 Signing v2.2.0-dev.27 [Pipeline] echo 15:57:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:57:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:57:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:57:36 $ docker stop --time=1 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f 15:57:37 $ docker rm -f 4b996091ad46cab55e4a76e4ca632026536ec4376a40731c02e54db53d92247f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:57:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:57:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:38 . [Pipeline] withDockerContainer 15:57:38 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:39 $ docker top 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:39 [ssh-agent] Looking for ssh-agent implementation... 15:57:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:39 $ docker exec 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f ssh-agent 15:57:39 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCEmApN/agent.13 15:57:39 SSH_AGENT_PID=20 15:57:39 Running ssh-add (command line suppressed) 15:57:39 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4727116128805566807.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4727116128805566807.key) 15:57:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:39 + git semver bump pre 15:57:39 # -> Open(): unable to determine branch for HEAD 15:57:39 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:57:39 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:57:39 # $SEMVER_REMOTE_NAME = origin 15:57:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:39 # $SEMVER_USER_NAME = edgex-jenkins 15:57:39 # $SEMVER_BRANCH = main 15:57:39 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:57:39 2.2.0-dev.28 [Pipeline] } 15:57:39 $ docker exec --env ******** --env ******** 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f ssh-agent -k 15:57:39 unset SSH_AUTH_SOCK; 15:57:39 unset SSH_AGENT_PID; 15:57:39 echo Agent pid 20 killed; 15:57:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:40 + git semver [Pipeline] } 15:57:40 $ docker stop --time=1 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f 15:57:41 $ docker rm -f 82f460a633d076e0a70e10a478db9dae6895ae9fb3ba5d41d097e249affdcb2f [Pipeline] // withDockerContainer [Pipeline] sh 15:57:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:57:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 15:57:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:57:42 . [Pipeline] withDockerContainer 15:57:42 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:57:42 $ docker top 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:57:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:57:42 [ssh-agent] Looking for ssh-agent implementation... 15:57:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:57:42 $ docker exec 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 ssh-agent 15:57:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPflGPL/agent.13 15:57:43 SSH_AGENT_PID=19 15:57:43 Running ssh-add (command line suppressed) 15:57:43 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7839119771192376594.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7839119771192376594.key) 15:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:57:43 + git semver push 15:57:43 # -> Open(): unable to determine branch for HEAD 15:57:43 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:57:43 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:57:43 # $SEMVER_REMOTE_NAME = origin 15:57:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:57:43 # $SEMVER_USER_NAME = edgex-jenkins 15:57:43 # $SEMVER_BRANCH = main 15:57:43 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:57:45 $ docker exec --env ******** --env ******** 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 ssh-agent -k 15:57:45 unset SSH_AUTH_SOCK; 15:57:45 unset SSH_AGENT_PID; 15:57:45 echo Agent pid 19 killed; 15:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:45 + git semver [Pipeline] } 15:57:45 $ docker stop --time=1 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 15:57:47 $ docker rm -f 8917b85f9d3e93073ee0609e15d50f2cbb4797d3bef527fb6085d413295fff12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:57:47 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 15:57:47 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:57:47 total 16 15:57:47 drwxr-xr-x 3 root root 4096 Apr 12 15:48 . 15:57:47 drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:57 .. 15:57:47 drwxr-xr-x 2 root root 4096 Apr 12 15:48 cost 15:57:47 -rw-r--r-- 1 root root 95 Apr 12 15:48 cost.csv 15:57:47 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 15:57:47 + ls -al /w/workspace/ry_app-service-configurable_main/archives 15:57:47 total 16 15:57:47 drwxr-xr-x 3 jenkins jenkins 4096 Apr 12 15:48 . 15:57:47 drwxrwxr-x 9 jenkins jenkins 4096 Apr 12 15:57 .. 15:57:47 drwxr-xr-x 2 jenkins jenkins 4096 Apr 12 15:48 cost 15:57:47 -rw-r--r-- 1 jenkins jenkins 95 Apr 12 15:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:57:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:57:49 ---> package-listing.sh 15:57:49 ++ facter osfamily 15:57:49 ++ tr '[:upper:]' '[:lower:]' 15:57:49 + OS_FAMILY=debian 15:57:49 + workspace=/w/workspace/ry_app-service-configurable_main 15:57:49 + START_PACKAGES=/tmp/packages_start.txt 15:57:49 + END_PACKAGES=/tmp/packages_end.txt 15:57:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:57:49 + PACKAGES=/tmp/packages_start.txt 15:57:49 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:57:49 + PACKAGES=/tmp/packages_end.txt 15:57:49 + case "${OS_FAMILY}" in 15:57:49 + grep '^ii' 15:57:49 + dpkg -l 15:57:49 + '[' -f /tmp/packages_start.txt ']' 15:57:49 + '[' -f /tmp/packages_end.txt ']' 15:57:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:57:49 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:57:49 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:57:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:57:49 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:57:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:57:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:57:50 . [Pipeline] withDockerContainer 15:57:50 prd-ubuntu20.04-docker-8c-8g-20693 does not seem to be running inside a container 15:57:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:57:50 $ docker top 08cd76547fca38883c6a64c72e1a620e3386a439d0f47d0bdc8e2c6cb6251f63 -eo pid,comm [Pipeline] { [Pipeline] sh 15:57:50 + touch /tmp/pre-build-complete [Pipeline] sh 15:57:51 + mkdir -p /var/log/sysstat [Pipeline] sh 15:57:51 + ls /var/log/sa-host 15:57:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:57:51 provisioning config files... 15:57:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8414972503575820142tmp [Pipeline] { [Pipeline] echo 15:57:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:57:52 ---> create-netrc.sh [Pipeline] } 15:57:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:57:52 ---> python-tools-install.sh [Pipeline] echo 15:57:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:57:52 ---> sudo-logs.sh 15:57:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:57:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:57:53 ---> job-cost.sh 15:57:53 lf-activate-venv: SKIPPING 15:57:53 DEBUG: total: 0.2199999988079071 15:57:53 INFO: Retrieving Stack Cost... 15:57:53 INFO: Retrieving Pricing Info for: v3-standard-8 15:57:53 INFO: Archiving Costs [Pipeline] echo 15:57:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:57:54 ---> logs-deploy.sh 15:57:54 lf-activate-venv: SKIPPING 15:57:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/63 15:57:54 INFO: archiving workspace using pattern(s): 15:57:55 Archives upload complete. 15:57:55 INFO: archiving logs to Nexus