Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4cd65a02709344c43b7ddd42f02d16e1ed625d79 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-ssh16131757698980969988.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-ssh4026520294764893566.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-ssh5124178424894524007.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-ssh14151667933215151361.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-ssh10599196880760157216.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 Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-31962’ Running on prd-ubuntu20.04-docker-8c-8g-33359 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 4cd65a02709344c43b7ddd42f02d16e1ed625d79 (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 4cd65a02709344c43b7ddd42f02d16e1ed625d79 # timeout=10 Commit message: "feat: Enable use of common app service metrics (#409)" > git rev-list --no-walk df3e4aa32325b4ff01c9571101f476251afb5081 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:30:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:30:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:30:04 ========================================================= 18:30:04 EdgeX Global Pipelines Version Info 18:30:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:30:04 ------------------- 18:30:04 stable info: 18:30:04 ------------------- 18:30:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:30:04 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 18:30:04 Message: update stable to v1.0.221 18:30:05 ------------------- 18:30:05 experimental info: 18:30:05 ------------------- 18:30:05 Commited By: Emilio Reyes emilio.reyes@intel.com 18:30:05 Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db 18:30:05 Message: update experimental to v1.0.225 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:30:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4cd65a0 [Pipeline] echo 18:30:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:06 provisioning config files... 18:30:06 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3152126494555547092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:06 ---> docker-login.sh 18:30:06 nexus3.edgexfoundry.org:10001 18:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:06 Configure a credential helper to remove this warning. See 18:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:06 18:30:06 Login Succeeded 18:30:06 nexus3.edgexfoundry.org:10002 18:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:07 Configure a credential helper to remove this warning. See 18:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:07 18:30:07 Login Succeeded 18:30:07 nexus3.edgexfoundry.org:10003 18:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:07 Configure a credential helper to remove this warning. See 18:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:07 18:30:07 Login Succeeded 18:30:07 nexus3.edgexfoundry.org:10004 18:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:07 Configure a credential helper to remove this warning. See 18:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:07 18:30:07 Login Succeeded 18:30:07 docker.io 18:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:07 Configure a credential helper to remove this warning. See 18:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:07 18:30:07 Login Succeeded 18:30:07 ---> docker-login.sh ends [Pipeline] } 18:30:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:30:08 + git rev-list -1 --merges 4cd65a02709344c43b7ddd42f02d16e1ed625d79~1..4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo 18:30:08 -----------> git rev-list -1 --merges 4cd65a02709344c43b7ddd42f02d16e1ed625d79~1..4cd65a02709344c43b7ddd42f02d16e1ed625d79 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [false] [Pipeline] sh 18:30:08 + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo 18:30:08 ========================================================= 18:30:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:30:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:09 + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo 18:30:09 [semverPrep] GIT_COMMIT: 4cd65a02709344c43b7ddd42f02d16e1ed625d79, Commit Message: feat: Enable use of common app service metrics (#409) [Pipeline] echo 18:30:09 [semverPrep] This is not a build commit. [Pipeline] sh 18:30:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:30:09 + grep -v github /etc/ssh/ssh_known_hosts 18:30:09 + [ -e /tmp/ssh_known_hosts ] 18:30:09 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:30:09 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:30:09 + sudo tee -a /etc/ssh/ssh_known_hosts 18:30:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 18:30:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:09 18:30:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:30:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:10 latest: Pulling from edgex-devops/git-semver 18:30:10 a0d0a0d46f8b: Pulling fs layer 18:30:10 3e5f54012d9b: Pulling fs layer 18:30:10 4c7163046ea9: Pulling fs layer 18:30:10 0c2d73faf560: Pulling fs layer 18:30:10 0c2d73faf560: Waiting 18:30:10 3e5f54012d9b: Verifying Checksum 18:30:10 3e5f54012d9b: Download complete 18:30:10 a0d0a0d46f8b: Verifying Checksum 18:30:10 a0d0a0d46f8b: Download complete 18:30:10 0c2d73faf560: Verifying Checksum 18:30:10 4c7163046ea9: Verifying Checksum 18:30:10 4c7163046ea9: Download complete 18:30:10 a0d0a0d46f8b: Pull complete 18:30:10 3e5f54012d9b: Pull complete 18:30:11 4c7163046ea9: Pull complete 18:30:11 0c2d73faf560: Pull complete 18:30:11 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 18:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:30:11 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:30: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:30:12 $ docker top 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:12 [ssh-agent] Looking for ssh-agent implementation... 18:30:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:12 $ docker exec 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent 18:30:12 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKnedga/agent.14 18:30:12 SSH_AGENT_PID=22 18:30:12 Running ssh-add (command line suppressed) 18:30:12 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_141341705395899090.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_141341705395899090.key) 18:30:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:13 + git tag --points-at HEAD [Pipeline] } 18:30:13 $ docker exec --env ******** --env ******** 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent -k 18:30:13 unset SSH_AUTH_SOCK; 18:30:13 unset SSH_AGENT_PID; 18:30:13 echo Agent pid 22 killed; 18:30:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:30:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:13 [ssh-agent] Looking for ssh-agent implementation... 18:30:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:13 $ docker exec 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent 18:30:13 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdlLAnM/agent.56 18:30:13 SSH_AGENT_PID=62 18:30:13 Running ssh-add (command line suppressed) 18:30:13 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2435216010375104989.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2435216010375104989.key) 18:30:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:14 + git semver init 18:30:14 # -> Open(): unable to determine branch for HEAD 18:30:14 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 18:30:14 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 18:30:14 # $SEMVER_REMOTE_NAME = origin 18:30:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:30:14 # $SEMVER_USER_NAME = edgex-jenkins 18:30:14 # $SEMVER_BRANCH = main 18:30:14 # $SEMVER_TEMP = /tmp/semver-779475898 18:30:14 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:30:15 # '/tmp/semver-779475898' -> '/w/workspace/ry_app-service-configurable_main/.semver' 18:30:15 # -> Force: false 18:30:15 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 18:30:15 $ docker exec --env ******** --env ******** 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent -k 18:30:15 unset SSH_AUTH_SOCK; 18:30:15 unset SSH_AGENT_PID; 18:30:15 echo Agent pid 62 killed; 18:30:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:15 + git semver [Pipeline] } 18:30:15 $ docker stop --time=1 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 18:30:16 $ docker rm -f 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:30:17 Stashed 1 file(s) [Pipeline] echo 18:30:17 [edgeXSemver]: initialized semver on version 2.2.0-dev.30 [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 18:30:17 provisioning config files... 18:30:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1727716981223776116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-33347 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 18:30:17 Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout 18:30:17 Selected Git installation does not exist. Using Default 18:30:17 The recommended git tool is: NONE 18:30:18 ---> docker-login.sh 18:30:18 nexus3.edgexfoundry.org:10001 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10002 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10003 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 nexus3.edgexfoundry.org:10004 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 docker.io 18:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:18 Configure a credential helper to remove this warning. See 18:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:18 18:30:18 Login Succeeded 18:30:18 ---> docker-login.sh ends [Pipeline] } 18:30:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:30:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:19 ========================================================= 18:30:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 18:30:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 18:30:19 + 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 . 18:30:19 Sending build context to Docker daemon 3.026MB 18:30:19 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 18:30:19 Step 2/13 : FROM ${BASE} AS builder 18:30:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 18:30:19 59bf1c3509f3: Pulling fs layer 18:30:19 666ba61612fd: Pulling fs layer 18:30:19 8ed8ca486205: Pulling fs layer 18:30:19 4fe6c5a15a65: Pulling fs layer 18:30:19 22a0e8bec74d: Pulling fs layer 18:30:19 ca2b28591e48: Pulling fs layer 18:30:19 a51346096db8: Pulling fs layer 18:30:19 daebc70d1ce1: Pulling fs layer 18:30:19 0e18a0eac166: Pulling fs layer 18:30:19 a51346096db8: Waiting 18:30:19 ca2b28591e48: Waiting 18:30:19 22a0e8bec74d: Waiting 18:30:19 daebc70d1ce1: Waiting 18:30:19 0e18a0eac166: Waiting 18:30:19 4fe6c5a15a65: Waiting 18:30:19 8ed8ca486205: Verifying Checksum 18:30:19 8ed8ca486205: Download complete 18:30:19 666ba61612fd: Verifying Checksum 18:30:19 666ba61612fd: Download complete 18:30:19 22a0e8bec74d: Download complete 18:30:19 ca2b28591e48: Download complete 18:30:19 59bf1c3509f3: Verifying Checksum 18:30:19 a51346096db8: Verifying Checksum 18:30:19 a51346096db8: Download complete 18:30:19 daebc70d1ce1: Verifying Checksum 18:30:19 daebc70d1ce1: Download complete 18:30:19 59bf1c3509f3: Pull complete 18:30:19 666ba61612fd: Pull complete 18:30:19 8ed8ca486205: Pull complete 18:30:20 0e18a0eac166: Verifying Checksum 18:30:20 0e18a0eac166: Download complete 18:30:20 4fe6c5a15a65: Download complete 18:30:22 using credential edgex-jenkins-ssh 18:30:22 Cloning the remote Git repository 18:30:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:30:22 > git init /w/workspace/app-service-configurable/66 # timeout=10 18:30:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:30:24 Avoid second fetch 18:30:24 Checking out Revision 4cd65a02709344c43b7ddd42f02d16e1ed625d79 (main) 18:30:22 > git --version # timeout=10 18:30:22 > git --version # 'git version 2.25.1' 18:30:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:30:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:23 > git config core.sparsecheckout # timeout=10 18:30:24 4fe6c5a15a65: Pull complete 18:30:24 22a0e8bec74d: Pull complete 18:30:24 ca2b28591e48: Pull complete 18:30:24 a51346096db8: Pull complete 18:30:24 daebc70d1ce1: Pull complete 18:30:23 > git checkout -f 4cd65a02709344c43b7ddd42f02d16e1ed625d79 # timeout=10 18:30:27 0e18a0eac166: Pull complete 18:30:27 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 18:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 18:30:27 ---> f018257e8ee9 18:30:27 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:30:28 Commit message: "feat: Enable use of common app service metrics (#409)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:29 ---> Running in b520397a675e 18:30:29 Removing intermediate container b520397a675e 18:30:29 ---> 958244d89e35 18:30:29 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:30:29 ---> Running in 22cf7d23d590 18:30:29 Removing intermediate container 22cf7d23d590 18:30:29 ---> dd2dc0999a2e 18:30:29 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:30:29 ---> Running in 1fcef48bc7a0 18:30:29 Removing intermediate container 1fcef48bc7a0 18:30:29 ---> 64f672e6fc8d 18:30:29 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:29 ---> Running in d08fe11bf2b5 18:30:29 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:30:29 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:29 Dload Upload Total Spent Left Speed 18:30:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 81675 0 --:--:-- --:--:-- --:--:-- 81675 100 11843 100 11843 0 0 81116 0 --:--:-- --:--:-- --:--:-- 81116 [Pipeline] sh 18:30:29 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:30:30 Removing intermediate container d08fe11bf2b5 18:30:30 ---> ecb7932d6cb3 18:30:30 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:30:30 ---> Running in 9f9ea8fc8c4b 18:30:30 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:30:30 + sudo tee /etc/docker/daemon.new 18:30:30 { 18:30:30 "registry-mirrors": [ 18:30:30 "https://nexus3.edgexfoundry.org:10001" 18:30:30 ], 18:30:30 "bip": "10.250.0.254/24", 18:30:30 "hosts": [ 18:30:30 "tcp://0.0.0.0:5555", 18:30:30 "unix:///var/run/docker.sock" 18:30:30 ], 18:30:30 "mtu": 1458, 18:30:30 "selinux-enabled": true, 18:30:30 "seccomp-profile": "/etc/docker/seccomp.json" 18:30:30 } [Pipeline] sh 18:30:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:30:30 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:30:31 + sudo service docker restart 18:30:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:30:31 OK: 221 MiB in 52 packages 18:30:31 Removing intermediate container 9f9ea8fc8c4b 18:30:31 ---> e62f65204931 18:30:31 Step 8/13 : WORKDIR /app 18:30:31 ---> Running in ca6da0798df5 18:30:32 Removing intermediate container ca6da0798df5 18:30:32 ---> e1b5046e4d0a 18:30:32 Step 9/13 : COPY go.mod vendor* ./ 18:30:32 ---> 9c458483429d 18:30:32 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:30:32 ---> Running in 75be8d1801da [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:49 provisioning config files... 18:30:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config6517151409265013138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:49 ---> docker-login.sh 18:30:49 nexus3.edgexfoundry.org:10001 18:30:50 Removing intermediate container 75be8d1801da 18:30:50 ---> 81bcd5de2141 18:30:50 Step 11/13 : COPY . . 18:30:50 ---> 77bdb458ea8a 18:30:50 Step 12/13 : ARG MAKE="make build" 18:30:50 ---> Running in 456544658ec3 18:30:50 Removing intermediate container 456544658ec3 18:30:50 ---> ae25569aa4ff 18:30:50 Step 13/13 : RUN $MAKE 18:30:50 ---> Running in 2c574c14057f 18:30:50 noop 18:30:50 Removing intermediate container 2c574c14057f 18:30:50 ---> 0ecae71703fb 18:30:50 Successfully built 0ecae71703fb 18:30:50 Successfully tagged ci-base-image-x86_64:latest 18:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh 18:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:50 Configure a credential helper to remove this warning. See 18:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:50 18:30:50 Login Succeeded 18:30:50 nexus3.edgexfoundry.org:10002 18:30:50 + docker inspect -f . ci-base-image-x86_64 18:30:50 . [Pipeline] withDockerContainer 18:30:50 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:30:50 $ 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 ******** -e ******** ci-base-image-x86_64 cat 18:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:51 $ docker top 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 -eo pid,comm 18:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:51 Configure a credential helper to remove this warning. See 18:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:51 18:30:51 Login Succeeded 18:30:51 nexus3.edgexfoundry.org:10003 [Pipeline] { [Pipeline] sh 18:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:51 + go version 18:30:51 go version go1.17.6 linux/amd64 [Pipeline] } 18:30:51 $ docker stop --time=1 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 18:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:51 Configure a credential helper to remove this warning. See 18:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:51 18:30:51 Login Succeeded 18:30:51 nexus3.edgexfoundry.org:10004 18:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:52 Configure a credential helper to remove this warning. See 18:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:52 18:30:52 Login Succeeded 18:30:52 docker.io 18:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:52 $ docker rm -f 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:53 Configure a credential helper to remove this warning. See 18:30:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:53 18:30:53 Login Succeeded 18:30:53 ---> docker-login.sh ends [Pipeline] } 18:30:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:30:53 + docker inspect -f . ci-base-image-x86_64 18:30:53 . [Pipeline] withDockerContainer 18:30:53 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:30:53 $ 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 ******** -e ******** ci-base-image-x86_64 cat 18:30:53 $ docker top b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] echo 18:30:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:30:53 ========================================================= 18:30:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 18:30:53 ========================================================= [Pipeline] fileExists [Pipeline] sh [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 18:30:54 + make test 18:30:54 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:30:54 + 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 . 18:30:54 Sending build context to Docker daemon 200.7kB 18:30:54 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 18:30:54 Step 2/13 : FROM ${BASE} AS builder 18:30:54 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:30:54 9b3977197b4f: Pulling fs layer 18:30:54 1a89e8eeedd5: Pulling fs layer 18:30:54 94645a83ff95: Pulling fs layer 18:30:54 3f3a8bcf1eab: Pulling fs layer 18:30:54 0c92f367c5e7: Pulling fs layer 18:30:54 3096ccb668a1: Pulling fs layer 18:30:54 e8cf19c19ddd: Pulling fs layer 18:30:54 a4caa8a26152: Pulling fs layer 18:30:54 3f3a8bcf1eab: Waiting 18:30:54 0c92f367c5e7: Waiting 18:30:54 3096ccb668a1: Waiting 18:30:54 a4caa8a26152: Waiting 18:30:54 e8cf19c19ddd: Waiting 18:30:54 94645a83ff95: Download complete 18:30:54 1a89e8eeedd5: Verifying Checksum 18:30:54 1a89e8eeedd5: Download complete 18:30:54 0c92f367c5e7: Verifying Checksum 18:30:54 0c92f367c5e7: Download complete 18:30:54 3096ccb668a1: Verifying Checksum 18:30:54 3096ccb668a1: Download complete 18:30:54 9b3977197b4f: Download complete 18:30:54 e8cf19c19ddd: Verifying Checksum 18:30:54 e8cf19c19ddd: Download complete 18:30:55 9b3977197b4f: Pull complete 18:30:56 1a89e8eeedd5: Pull complete 18:30:56 94645a83ff95: Pull complete 18:30:56 a4caa8a26152: Verifying Checksum 18:30:56 a4caa8a26152: Download complete 18:30:57 3f3a8bcf1eab: Verifying Checksum 18:30:57 3f3a8bcf1eab: Download complete 18:31:06 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:31:06 CGO_ENABLED=1 go vet ./... 18:31:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:31:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:31:09 ./bin/test-attribution-txt.sh 18:31:09 3f3a8bcf1eab: Pull complete 18:31:09 0c92f367c5e7: Pull complete 18:31:09 3096ccb668a1: Pull complete 18:31:09 e8cf19c19ddd: Pull complete [Pipeline] echo 18:31:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:31:10 $ docker stop --time=1 b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 18:31:11 $ docker rm -f b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:31:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:31:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:31:13 + ls -al . 18:31:13 total 164 18:31:13 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:31 . 18:31:13 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:29 .. 18:31:13 -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 18:29 .dockerignore 18:31:13 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:30 .git 18:31:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:29 .github 18:31:13 -rw-rw-r-- 1 jenkins jenkins 104 Apr 26 18:29 .gitignore 18:31:13 drwx------ 3 jenkins jenkins 4096 Apr 26 18:30 .semver 18:31:13 -rw-rw-r-- 1 jenkins jenkins 8695 Apr 26 18:29 Attribution.txt 18:31:13 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 26 18:29 CHANGELOG.md 18:31:13 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 26 18:29 Dockerfile 18:31:13 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 18:29 GOVERNANCE.md 18:31:13 -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 18:29 Jenkinsfile 18:31:13 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 18:29 LICENSE 18:31:13 -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 18:29 OWNERS.md 18:31:13 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 26 18:29 README.md 18:31:13 -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 18:30 VERSION 18:31:13 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:29 bin 18:31:13 -rw-r--r-- 1 jenkins jenkins 10 Apr 26 18:30 coverage.out 18:31:13 -rw-rw-r-- 1 jenkins jenkins 3268 Apr 26 18:29 go.mod 18:31:13 -rw-rw-r-- 1 jenkins jenkins 34650 Apr 26 18:29 go.sum 18:31:13 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 18:29 main.go 18:31:13 -rw-rw-r-- 1 jenkins jenkins 2007 Apr 26 18:29 makefile 18:31:13 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:29 res 18:31:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:29 snap [Pipeline] isUnix [Pipeline] sh 18:31:14 + 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79 --label arch=amd64 --label version=2.2.0-dev.30 . 18:31:14 Sending build context to Docker daemon 3.027MB 18:31:14 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 18:31:14 Step 2/27 : FROM ${BASE} AS builder 18:31:14 ---> 0ecae71703fb 18:31:14 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:31:14 ---> Running in 933f1d8bd36d 18:31:14 Removing intermediate container 933f1d8bd36d 18:31:14 ---> a2fd0e02b9b3 18:31:14 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:31:14 ---> Running in 04d1d6293989 18:31:14 Removing intermediate container 04d1d6293989 18:31:14 ---> ae75c0c00723 18:31:14 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:31:14 ---> Running in 0db618b034be 18:31:14 Removing intermediate container 0db618b034be 18:31:14 ---> e665abc6ed99 18:31:14 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:14 ---> Running in 18159729f47a 18:31:15 Removing intermediate container 18159729f47a 18:31:15 ---> c0b0593d03f2 18:31:15 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:31:15 ---> Running in b2db818fd59a 18:31:15 a4caa8a26152: Pull complete 18:31:15 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 18:31:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 18:31:15 ---> 725f1c02e7f9 18:31:15 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:31:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 18:31:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 18:31:16 ---> Running in 9cc911309364 18:31:16 OK: 221 MiB in 52 packages 18:31:17 Removing intermediate container b2db818fd59a 18:31:17 ---> 8d7fc4923004 18:31:17 Step 8/27 : WORKDIR /app 18:31:17 ---> Running in c6f341134d72 18:31:17 Removing intermediate container c6f341134d72 18:31:17 ---> 7eebc3188ae1 18:31:17 Step 9/27 : COPY go.mod vendor* ./ 18:31:17 Removing intermediate container 9cc911309364 18:31:17 ---> a253a9783c7f 18:31:17 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 18:31:17 ---> 83815b38bfc9 18:31:17 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:31:17 ---> Running in b82eef074fc0 18:31:17 ---> Running in 08b2ef54ef8e 18:31:17 Removing intermediate container 08b2ef54ef8e 18:31:17 ---> 292e4704c852 18:31:17 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:31:17 ---> Running in 566f09fa42c9 18:31:17 Removing intermediate container 566f09fa42c9 18:31:17 ---> 25374f76a0db 18:31:17 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:18 ---> Running in dc54610a15db 18:31:18 Removing intermediate container b82eef074fc0 18:31:18 ---> 142ac7d6a33c 18:31:18 Step 11/27 : COPY . . 18:31:18 ---> 5f78e5419384 18:31:18 Step 12/27 : ARG MAKE="make build" 18:31:18 ---> Running in d5ff53730d3e 18:31:18 Removing intermediate container d5ff53730d3e 18:31:18 ---> 57d599770321 18:31:18 Step 13/27 : RUN $MAKE 18:31:18 ---> Running in 50ff984d94ca 18:31:18 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 18:31:20 Removing intermediate container dc54610a15db 18:31:20 ---> 9c9209e0c32c 18:31:20 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:31:20 ---> Running in 435d71dbfd59 18:31:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:31:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:31:22 OK: 220 MiB in 52 packages 18:31:23 Removing intermediate container 435d71dbfd59 18:31:23 ---> 62041feaf8f0 18:31:23 Step 8/13 : WORKDIR /app 18:31:23 ---> Running in d13f4cb977d7 18:31:23 Removing intermediate container d13f4cb977d7 18:31:23 ---> 1cfd90d93955 18:31:23 Step 9/13 : COPY go.mod vendor* ./ 18:31:24 ---> b5d142783c68 18:31:24 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:31:24 ---> Running in fdcc7a8ccfc1 18:31:40 Removing intermediate container 50ff984d94ca 18:31:40 ---> fe94cdf1fea6 18:31:40 Step 14/27 : FROM alpine:3.14 18:31:40 3.14: Pulling from library/alpine 18:31:40 8663204ce13b: Pulling fs layer 18:31:40 8663204ce13b: Verifying Checksum 18:31:40 8663204ce13b: Download complete 18:31:40 8663204ce13b: Pull complete 18:31:40 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:31:40 Status: Downloaded newer image for alpine:3.14 18:31:40 ---> e04c818066af 18:31:40 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:31:41 ---> Running in ba8f1803b9ec 18:31:41 Removing intermediate container ba8f1803b9ec 18:31:41 ---> 7903fe562f3d 18:31:41 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:31:41 ---> Running in 6f84f728fd04 18:31:41 Removing intermediate container 6f84f728fd04 18:31:41 ---> f8d3aab76f1f 18:31:41 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:31:41 ---> Running in 3e87ee20c7dd 18:31:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:31:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:31:42 (1/7) Installing ca-certificates (20211220-r0) 18:31:42 (2/7) Installing dumb-init (1.2.5-r1) 18:31:42 (3/7) Installing libgcc (10.3.1_git20210424-r2) 18:31:42 (4/7) Installing libsodium (1.0.18-r0) 18:31:42 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 18:31:42 (6/7) Installing libzmq (4.3.4-r0) 18:31:42 (7/7) Installing zeromq (4.3.4-r0) 18:31:42 Executing busybox-1.33.1-r7.trigger 18:31:42 Executing ca-certificates-20211220-r0.trigger 18:31:42 OK: 9 MiB in 21 packages 18:31:42 Removing intermediate container 3e87ee20c7dd 18:31:42 ---> 3549386b7bc7 18:31:42 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:31:42 ---> 1ffa5bb06ba6 18:31:42 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:31:42 ---> 636d653062e2 18:31:42 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:31:43 ---> 50aa01783687 18:31:43 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:31:44 ---> 14a0c8c9cf41 18:31:44 Step 22/27 : EXPOSE 48095 18:31:44 ---> Running in 7d8d50388ab7 18:31:44 Removing intermediate container 7d8d50388ab7 18:31:44 ---> 746c7f788be3 18:31:44 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:31:44 ---> Running in 203f0e7e9c41 18:31:44 Removing intermediate container 203f0e7e9c41 18:31:44 ---> c81363c6ca68 18:31:44 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:44 ---> Running in 9473ed9118af 18:31:44 Removing intermediate container 9473ed9118af 18:31:44 ---> 6fe0bec2a8e4 18:31:44 Step 25/27 : LABEL arch=amd64 18:31:44 ---> Running in f1c0bb8fa53f 18:31:44 Removing intermediate container f1c0bb8fa53f 18:31:44 ---> 2dba489f36ec 18:31:44 Step 26/27 : LABEL git_sha=4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:31:44 ---> Running in b944e92c2d29 18:31:45 Removing intermediate container b944e92c2d29 18:31:45 ---> 08b69b8f8e43 18:31:45 Step 27/27 : LABEL version=2.2.0-dev.30 18:31:45 ---> Running in 214f866a0127 18:31:45 Removing intermediate container 214f866a0127 18:31:45 ---> 98b6659d40fc 18:31:45 [Warning] One or more build-args [ARCH] were not consumed 18:31:45 Successfully built 98b6659d40fc 18:31:45 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:31:45 provisioning config files... 18:31:45 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5106591061514539143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:45 ---> docker-login.sh 18:31:45 nexus3.edgexfoundry.org:10001 18:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:45 Configure a credential helper to remove this warning. See 18:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:45 18:31:45 Login Succeeded 18:31:45 nexus3.edgexfoundry.org:10002 18:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:45 Configure a credential helper to remove this warning. See 18:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:45 18:31:45 Login Succeeded 18:31:45 nexus3.edgexfoundry.org:10003 18:31:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:45 Configure a credential helper to remove this warning. See 18:31:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:45 18:31:45 Login Succeeded 18:31:45 nexus3.edgexfoundry.org:10004 18:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:46 Configure a credential helper to remove this warning. See 18:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:46 18:31:46 Login Succeeded 18:31:46 docker.io 18:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:46 Configure a credential helper to remove this warning. See 18:31:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:46 18:31:46 Login Succeeded 18:31:46 ---> docker-login.sh ends [Pipeline] } 18:31:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:31:46 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 18:31:46 4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:31:46 latest 18:31:46 2.2.0-dev.30 18:31:46 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:31:46 main 18:31:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] isUnix [Pipeline] sh 18:31:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:31:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:31:47 875f17cb5c9c: Preparing 18:31:47 eac186ef235c: Preparing 18:31:47 137270a04ad6: Preparing 18:31:47 fb9bf5b4b085: Preparing 18:31:47 66c6239eeed9: Preparing 18:31:47 b541d28bf3b4: Preparing 18:31:47 b541d28bf3b4: Waiting 18:31:47 eac186ef235c: Pushed 18:31:47 137270a04ad6: Pushed 18:31:47 fb9bf5b4b085: Pushed 18:31:47 b541d28bf3b4: Layer already exists 18:31:47 66c6239eeed9: Pushed 18:31:50 875f17cb5c9c: Pushed 18:31:50 4cd65a02709344c43b7ddd42f02d16e1ed625d79: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:31:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:31:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:31:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:31:50 875f17cb5c9c: Preparing 18:31:50 eac186ef235c: Preparing 18:31:50 137270a04ad6: Preparing 18:31:50 fb9bf5b4b085: Preparing 18:31:50 66c6239eeed9: Preparing 18:31:50 b541d28bf3b4: Preparing 18:31:50 b541d28bf3b4: Waiting 18:31:50 137270a04ad6: Layer already exists 18:31:50 66c6239eeed9: Layer already exists 18:31:50 875f17cb5c9c: Layer already exists 18:31:50 eac186ef235c: Layer already exists 18:31:50 fb9bf5b4b085: Layer already exists 18:31:50 b541d28bf3b4: Layer already exists 18:31:50 latest: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 18:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:31:51 875f17cb5c9c: Preparing 18:31:51 eac186ef235c: Preparing 18:31:51 137270a04ad6: Preparing 18:31:51 fb9bf5b4b085: Preparing 18:31:51 66c6239eeed9: Preparing 18:31:51 b541d28bf3b4: Preparing 18:31:51 b541d28bf3b4: Waiting 18:31:51 66c6239eeed9: Layer already exists 18:31:51 eac186ef235c: Layer already exists 18:31:51 875f17cb5c9c: Layer already exists 18:31:51 137270a04ad6: Layer already exists 18:31:51 fb9bf5b4b085: Layer already exists 18:31:51 b541d28bf3b4: Layer already exists 18:31:51 2.2.0-dev.30: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:31:51 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:31:51 875f17cb5c9c: Preparing 18:31:51 eac186ef235c: Preparing 18:31:51 137270a04ad6: Preparing 18:31:51 fb9bf5b4b085: Preparing 18:31:51 66c6239eeed9: Preparing 18:31:51 b541d28bf3b4: Preparing 18:31:51 137270a04ad6: Layer already exists 18:31:51 eac186ef235c: Layer already exists 18:31:51 66c6239eeed9: Layer already exists 18:31:51 875f17cb5c9c: Layer already exists 18:31:51 fb9bf5b4b085: Layer already exists 18:31:51 b541d28bf3b4: Layer already exists 18:31:51 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:31:52 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 18:31:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 18:31:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 18:31:52 875f17cb5c9c: Preparing 18:31:52 eac186ef235c: Preparing 18:31:52 137270a04ad6: Preparing 18:31:52 fb9bf5b4b085: Preparing 18:31:52 66c6239eeed9: Preparing 18:31:52 b541d28bf3b4: Preparing 18:31:52 b541d28bf3b4: Waiting 18:31:52 fb9bf5b4b085: Layer already exists 18:31:52 eac186ef235c: Layer already exists 18:31:52 875f17cb5c9c: Layer already exists 18:31:52 137270a04ad6: Layer already exists 18:31:52 66c6239eeed9: Layer already exists 18:31:52 b541d28bf3b4: Layer already exists 18:31:52 main: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:31:52 ===================================================== [Pipeline] echo 18:31:52 taggedImages: 18:31:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:31:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 18:31:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 18:31:52 - nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:31:52 - 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 18:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:52 18:31:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 18:31:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:31:53 latest: Pulling from edgex-lftools-log-publisher 18:31:53 5eb5b503b376: Pulling fs layer 18:31:53 5c69ac0246d0: Pulling fs layer 18:31:53 ec43610c2a17: Pulling fs layer 18:31:53 3a2ae6a8a46f: Pulling fs layer 18:31:53 33b1e0a273af: Pulling fs layer 18:31:53 5d3b04190fa2: Pulling fs layer 18:31:53 2f39f015ded8: Pulling fs layer 18:31:53 33b1e0a273af: Waiting 18:31:53 2f39f015ded8: Waiting 18:31:53 5d3b04190fa2: Waiting 18:31:53 3a2ae6a8a46f: Waiting 18:31:53 5c69ac0246d0: Download complete 18:31:53 3a2ae6a8a46f: Download complete 18:31:53 33b1e0a273af: Verifying Checksum 18:31:53 33b1e0a273af: Download complete 18:31:53 5d3b04190fa2: Verifying Checksum 18:31:53 5d3b04190fa2: Download complete 18:31:53 ec43610c2a17: Verifying Checksum 18:31:53 ec43610c2a17: Download complete 18:31:53 5eb5b503b376: Verifying Checksum 18:31:53 5eb5b503b376: Download complete 18:31:54 2f39f015ded8: Download complete 18:31:55 5eb5b503b376: Pull complete 18:31:55 5c69ac0246d0: Pull complete 18:31:55 ec43610c2a17: Pull complete 18:31:55 3a2ae6a8a46f: Pull complete 18:31:56 33b1e0a273af: Pull complete 18:31:56 5d3b04190fa2: Pull complete 18:32:01 2f39f015ded8: Pull complete 18:32:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:32:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 18:32:01 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:32:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:32:03 $ docker top 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:04 ---> job-cost.sh 18:32:04 lf-activate-venv: SKIPPING 18:32:04 INFO: No Stack... 18:32:04 INFO: Retrieving Pricing Info for: v3-standard-8 18:32:04 INFO: Archiving Costs [Pipeline] sh 18:32:05 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 18:32:05 + cut -d, -f6 [Pipeline] lock 18:32:05 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] 18:32:05 Resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] did not exist. Created. 18:32:05 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:32:05 + echo total: 0.2199999988079071 [Pipeline] stash 18:32:05 Stashed 1 file(s) [Pipeline] } 18:32:05 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] // lock [Pipeline] } 18:32:05 $ docker stop --time=1 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f 18:32:07 $ docker rm -f 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:32:11 Removing intermediate container fdcc7a8ccfc1 18:32:11 ---> 2bc8614b72a2 18:32:11 Step 11/13 : COPY . . 18:32:11 ---> 42f1a9ffffd7 18:32:11 Step 12/13 : ARG MAKE="make build" 18:32:11 ---> Running in f5e13f9ac8ba 18:32:11 Removing intermediate container f5e13f9ac8ba 18:32:11 ---> 095fc6831bf3 18:32:11 Step 13/13 : RUN $MAKE 18:32:11 ---> Running in e92d894d976c 18:32:11 noop 18:32:11 Removing intermediate container e92d894d976c 18:32:11 ---> f2ee7e76adfa 18:32:11 Successfully built f2ee7e76adfa 18:32:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:32:11 + docker inspect -f . ci-base-image-arm64 18:32:11 . [Pipeline] withDockerContainer 18:32:12 prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container 18:32:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-arm64 cat 18:32:13 $ docker top 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:14 + go version 18:32:14 go version go1.17.6 linux/arm64 [Pipeline] } 18:32:14 $ docker stop --time=1 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 18:32:16 $ docker rm -f 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:16 + docker inspect -f . ci-base-image-arm64 18:32:16 . [Pipeline] withDockerContainer 18:32:17 prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container 18:32:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-arm64 cat 18:32:18 $ docker top a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 18:32:19 + make test 18:32:19 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:33:41 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:33:41 CGO_ENABLED=1 go vet ./... 18:34:08 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:34:08 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:34:08 ./bin/test-attribution-txt.sh [Pipeline] echo 18:34:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:34:09 $ docker stop --time=1 a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 18:34:11 $ docker rm -f a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:34:12 Warning: overwriting stash ‘coverage-report’ 18:34:12 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:34:13 + ls -al . 18:34:13 total 160 18:34:13 drwxrwxr-x 7 jenkins jenkins 4096 Apr 26 18:34 . 18:34:13 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:30 .. 18:34:13 -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 18:30 .dockerignore 18:34:13 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:30 .git 18:34:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:30 .github 18:34:13 -rw-rw-r-- 1 jenkins jenkins 104 Apr 26 18:30 .gitignore 18:34:13 -rw-rw-r-- 1 jenkins jenkins 8695 Apr 26 18:30 Attribution.txt 18:34:13 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 26 18:30 CHANGELOG.md 18:34:13 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 26 18:30 Dockerfile 18:34:13 -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 18:30 GOVERNANCE.md 18:34:13 -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 18:30 Jenkinsfile 18:34:13 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 18:30 LICENSE 18:34:13 -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 18:30 OWNERS.md 18:34:13 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 26 18:30 README.md 18:34:13 -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 18:30 VERSION 18:34:13 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:30 bin 18:34:13 -rw-r--r-- 1 jenkins jenkins 10 Apr 26 18:32 coverage.out 18:34:13 -rw-rw-r-- 1 jenkins jenkins 3268 Apr 26 18:30 go.mod 18:34:13 -rw-rw-r-- 1 jenkins jenkins 34650 Apr 26 18:30 go.sum 18:34:13 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 18:30 main.go 18:34:13 -rw-rw-r-- 1 jenkins jenkins 2007 Apr 26 18:30 makefile 18:34:13 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:30 res 18:34:13 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:30 snap [Pipeline] isUnix [Pipeline] sh 18:34:13 + 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79 --label arch=arm64 --label version=2.2.0-dev.30 . 18:34:13 Sending build context to Docker daemon 201.7kB 18:34:13 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 18:34:13 Step 2/27 : FROM ${BASE} AS builder 18:34:13 ---> f2ee7e76adfa 18:34:13 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:34:14 ---> Running in 8b25c02e07f4 18:34:14 Removing intermediate container 8b25c02e07f4 18:34:14 ---> a02ccd3088a8 18:34:14 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:34:14 ---> Running in c7cb007f3593 18:34:14 Removing intermediate container c7cb007f3593 18:34:14 ---> 1917df4d6cfe 18:34:14 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:34:15 ---> Running in 806f3070947b 18:34:15 Removing intermediate container 806f3070947b 18:34:15 ---> 890b52e2de0e 18:34:15 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:15 ---> Running in 28c39b4c6812 18:34:17 Removing intermediate container 28c39b4c6812 18:34:17 ---> 9af1f4a4bdff 18:34:17 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:34:17 ---> Running in 23c30dc37c0a 18:34:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 18:34:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 18:34:20 OK: 220 MiB in 52 packages 18:34:20 Removing intermediate container 23c30dc37c0a 18:34:20 ---> 6d93437fb0f9 18:34:20 Step 8/27 : WORKDIR /app 18:34:21 ---> Running in 5b9d329a5d89 18:34:21 Removing intermediate container 5b9d329a5d89 18:34:21 ---> 711254945f7f 18:34:21 Step 9/27 : COPY go.mod vendor* ./ 18:34:22 ---> 359c9283f9b3 18:34:22 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:34:22 ---> Running in 47c2ba937b49 18:34:24 Removing intermediate container 47c2ba937b49 18:34:24 ---> 973db0d94976 18:34:24 Step 11/27 : COPY . . 18:34:24 ---> 2e1ed095cd22 18:34:24 Step 12/27 : ARG MAKE="make build" 18:34:24 ---> Running in 6d36b324ee2c 18:34:25 Removing intermediate container 6d36b324ee2c 18:34:25 ---> 0dffe61560e5 18:34:25 Step 13/27 : RUN $MAKE 18:34:25 ---> Running in 34ac3e8ffd73 18:34:26 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 18:36:33 Removing intermediate container 34ac3e8ffd73 18:36:33 ---> b0c698b34834 18:36:33 Step 14/27 : FROM alpine:3.14 18:36:33 3.14: Pulling from library/alpine 18:36:33 455c02918c45: Pulling fs layer 18:36:33 455c02918c45: Verifying Checksum 18:36:33 455c02918c45: Download complete 18:36:33 455c02918c45: Pull complete 18:36:33 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 18:36:33 Status: Downloaded newer image for alpine:3.14 18:36:33 ---> ac73e934f311 18:36:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:36:33 ---> Running in 18f7f66bd7ab 18:36:33 Removing intermediate container 18f7f66bd7ab 18:36:33 ---> f1ec08694759 18:36:33 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:36:33 ---> Running in 1ceab1dd38a2 18:36:33 Removing intermediate container 1ceab1dd38a2 18:36:33 ---> 0d64ad84605c 18:36:33 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:36:33 ---> Running in 9c2786d4173e 18:36:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 18:36:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 18:36:34 (1/7) Installing ca-certificates (20211220-r0) 18:36:34 (2/7) Installing dumb-init (1.2.5-r1) 18:36:34 (3/7) Installing libgcc (10.3.1_git20210424-r2) 18:36:34 (4/7) Installing libsodium (1.0.18-r0) 18:36:34 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 18:36:34 (6/7) Installing libzmq (4.3.4-r0) 18:36:34 (7/7) Installing zeromq (4.3.4-r0) 18:36:34 Executing busybox-1.33.1-r7.trigger 18:36:34 Executing ca-certificates-20211220-r0.trigger 18:36:34 OK: 9 MiB in 21 packages 18:36:36 Removing intermediate container 9c2786d4173e 18:36:36 ---> fb0878b53b49 18:36:36 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:36:36 ---> e39a99461227 18:36:36 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:36:37 ---> 14ed55107baa 18:36:37 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:36:37 ---> 569a649e92a3 18:36:37 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:36:39 ---> 83609d4e655d 18:36:39 Step 22/27 : EXPOSE 48095 18:36:39 ---> Running in a5ce13f018dd 18:36:39 Removing intermediate container a5ce13f018dd 18:36:39 ---> af485196d33e 18:36:39 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:36:39 ---> Running in a0bee0be09b0 18:36:40 Removing intermediate container a0bee0be09b0 18:36:40 ---> 06fab151eea3 18:36:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:40 ---> Running in 2a33f161d001 18:36:40 Removing intermediate container 2a33f161d001 18:36:40 ---> 55b3c9b8e560 18:36:40 Step 25/27 : LABEL arch=arm64 18:36:40 ---> Running in 1171093647b8 18:36:40 Removing intermediate container 1171093647b8 18:36:40 ---> 3042352d96b1 18:36:40 Step 26/27 : LABEL git_sha=4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:36:40 ---> Running in b63045876f6c 18:36:41 Removing intermediate container b63045876f6c 18:36:41 ---> 0d1b9d4877d4 18:36:41 Step 27/27 : LABEL version=2.2.0-dev.30 18:36:41 ---> Running in d5dfb75e9028 18:36:41 Removing intermediate container d5dfb75e9028 18:36:41 ---> 00915b5063ec 18:36:41 [Warning] One or more build-args [ARCH] were not consumed 18:36:41 Successfully built 00915b5063ec 18:36:41 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 18:36:41 provisioning config files... 18:36:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config704282945760194722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:36:42 ---> docker-login.sh 18:36:42 nexus3.edgexfoundry.org:10001 18:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:42 Configure a credential helper to remove this warning. See 18:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:42 18:36:42 Login Succeeded 18:36:42 nexus3.edgexfoundry.org:10002 18:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:43 Configure a credential helper to remove this warning. See 18:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:43 18:36:43 Login Succeeded 18:36:43 nexus3.edgexfoundry.org:10003 18:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:43 Configure a credential helper to remove this warning. See 18:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:43 18:36:43 Login Succeeded 18:36:43 nexus3.edgexfoundry.org:10004 18:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:44 Configure a credential helper to remove this warning. See 18:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:44 18:36:44 Login Succeeded 18:36:44 docker.io 18:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:44 Configure a credential helper to remove this warning. See 18:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:44 18:36:44 Login Succeeded 18:36:44 ---> docker-login.sh ends [Pipeline] } 18:36:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:36:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:36:44 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 18:36:44 4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:36:44 latest 18:36:44 2.2.0-dev.30 18:36:44 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:36:44 main 18:36:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:45 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] isUnix [Pipeline] sh 18:36:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:36:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:36:45 a9b60952b035: Preparing 18:36:45 b4f4b6a7f727: Preparing 18:36:45 e431730a0a7a: Preparing 18:36:45 a9495d89fbd3: Preparing 18:36:45 754183d45b5b: Preparing 18:36:45 f73e7dbfee58: Preparing 18:36:45 f73e7dbfee58: Waiting 18:36:45 a9495d89fbd3: Pushed 18:36:45 e431730a0a7a: Pushed 18:36:45 b4f4b6a7f727: Pushed 18:36:45 f73e7dbfee58: Layer already exists 18:36:46 754183d45b5b: Pushed 18:36:52 a9b60952b035: Pushed 18:36:52 4cd65a02709344c43b7ddd42f02d16e1ed625d79: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh 18:36:52 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:36:52 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 18:36:52 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:36:52 a9b60952b035: Preparing 18:36:52 b4f4b6a7f727: Preparing 18:36:52 e431730a0a7a: Preparing 18:36:52 a9495d89fbd3: Preparing 18:36:52 754183d45b5b: Preparing 18:36:52 f73e7dbfee58: Preparing 18:36:52 f73e7dbfee58: Waiting 18:36:52 a9495d89fbd3: Layer already exists 18:36:52 a9b60952b035: Layer already exists 18:36:52 b4f4b6a7f727: Layer already exists 18:36:52 e431730a0a7a: Layer already exists 18:36:52 754183d45b5b: Layer already exists 18:36:53 f73e7dbfee58: Layer already exists 18:36:53 latest: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh 18:36:53 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh 18:36:53 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 18:36:53 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:36:53 a9b60952b035: Preparing 18:36:53 b4f4b6a7f727: Preparing 18:36:53 e431730a0a7a: Preparing 18:36:53 a9495d89fbd3: Preparing 18:36:53 754183d45b5b: Preparing 18:36:53 f73e7dbfee58: Preparing 18:36:53 f73e7dbfee58: Waiting 18:36:53 b4f4b6a7f727: Layer already exists 18:36:53 e431730a0a7a: Layer already exists 18:36:53 a9b60952b035: Layer already exists 18:36:53 754183d45b5b: Layer already exists 18:36:53 a9495d89fbd3: Layer already exists 18:36:54 f73e7dbfee58: Layer already exists 18:36:54 2.2.0-dev.30: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh 18:36:54 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh 18:36:54 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:36:54 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:36:54 a9b60952b035: Preparing 18:36:54 b4f4b6a7f727: Preparing 18:36:54 e431730a0a7a: Preparing 18:36:54 a9495d89fbd3: Preparing 18:36:54 754183d45b5b: Preparing 18:36:54 f73e7dbfee58: Preparing 18:36:54 f73e7dbfee58: Waiting 18:36:54 b4f4b6a7f727: Layer already exists 18:36:54 e431730a0a7a: Layer already exists 18:36:54 a9495d89fbd3: Layer already exists 18:36:54 754183d45b5b: Layer already exists 18:36:54 a9b60952b035: Layer already exists 18:36:54 f73e7dbfee58: Layer already exists 18:36:55 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh 18:36:55 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 18:36:55 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 18:36:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 18:36:55 a9b60952b035: Preparing 18:36:55 b4f4b6a7f727: Preparing 18:36:55 e431730a0a7a: Preparing 18:36:55 a9495d89fbd3: Preparing 18:36:55 754183d45b5b: Preparing 18:36:55 f73e7dbfee58: Preparing 18:36:55 f73e7dbfee58: Waiting 18:36:55 b4f4b6a7f727: Layer already exists 18:36:55 e431730a0a7a: Layer already exists 18:36:55 754183d45b5b: Layer already exists 18:36:55 a9b60952b035: Layer already exists 18:36:55 a9495d89fbd3: Layer already exists 18:36:55 f73e7dbfee58: Layer already exists 18:36:55 main: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:36:56 ===================================================== [Pipeline] echo 18:36:56 taggedImages: 18:36:56 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 18:36:56 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 18:36:56 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 18:36:56 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 18:36:56 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:36:56 18:36:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 18:36:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:36:57 arm64: Pulling from edgex-lftools-log-publisher 18:36:57 8998bd30e6a1: Pulling fs layer 18:36:57 04944245beec: Pulling fs layer 18:36:57 699f458cf7ca: Pulling fs layer 18:36:57 765212b225bb: Pulling fs layer 18:36:57 f23df028b6ca: Pulling fs layer 18:36:57 d65c8cfc05b1: Pulling fs layer 18:36:57 2437ff75d9bd: Pulling fs layer 18:36:57 f23df028b6ca: Waiting 18:36:57 d65c8cfc05b1: Waiting 18:36:57 2437ff75d9bd: Waiting 18:36:57 765212b225bb: Waiting 18:36:57 04944245beec: Verifying Checksum 18:36:57 04944245beec: Download complete 18:36:57 765212b225bb: Verifying Checksum 18:36:57 765212b225bb: Download complete 18:36:57 f23df028b6ca: Verifying Checksum 18:36:57 f23df028b6ca: Download complete 18:36:57 699f458cf7ca: Verifying Checksum 18:36:57 699f458cf7ca: Download complete 18:36:57 8998bd30e6a1: Verifying Checksum 18:36:57 8998bd30e6a1: Download complete 18:36:59 2437ff75d9bd: Verifying Checksum 18:36:59 2437ff75d9bd: Download complete 18:37:02 8998bd30e6a1: Pull complete 18:37:02 04944245beec: Pull complete 18:37:04 699f458cf7ca: Pull complete 18:37:04 765212b225bb: Pull complete 18:37:05 f23df028b6ca: Pull complete 18:37:05 d65c8cfc05b1: Pull complete 18:37:20 2437ff75d9bd: Pull complete 18:37:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:37:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 18:37:21 prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container 18:37:21 $ 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/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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:arm64 cat 18:37:23 $ docker top 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:25 ---> job-cost.sh 18:37:25 lf-activate-venv: SKIPPING 18:37:25 INFO: No Stack... 18:37:25 INFO: Retrieving Pricing Info for: v3-standard-4 18:37:26 INFO: Archiving Costs [Pipeline] sh 18:37:26 + cat /w/workspace/app-service-configurable/66/archives/cost.csv 18:37:26 + cut -d, -f6 [Pipeline] lock 18:37:26 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] 18:37:26 Resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] did not exist. Created. 18:37:26 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:37:27 /w/workspace/app-service-configurable/66@tmp/durable-97190c95/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:37:28 + echo total: 0.10999999940395355 [Pipeline] stash 18:37:28 Warning: overwriting stash ‘stack-cost’ 18:37:28 Stashed 1 file(s) [Pipeline] } 18:37:28 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] // lock [Pipeline] } 18:37:28 $ docker stop --time=1 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 18:37:29 $ docker rm -f 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 [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 18:37:30 provisioning config files... 18:37:30 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config802390278360704795tmp [Pipeline] { [Pipeline] sh 18:37:30 + set +x 18:37:30 + curl -s https://codecov.io/bash 18:37:30 + bash -s -- 18:37:30 18:37:30 _____ _ 18:37:30 / ____| | | 18:37:30 | | ___ __| | ___ ___ _____ __ 18:37:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:37:30 | |___| (_) | (_| | __/ (_| (_) \ V / 18:37:30 \_____\___/ \__,_|\___|\___\___/ \_/ 18:37:30 Bash-1.0.6 18:37:30 18:37:30 18:37:30 ==> git version 2.25.1 found 18:37:30 ==> 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 18:37:30 Release-Date: 2020-01-08 18:37:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:37:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:37:30 ==> Jenkins CI detected. 18:37:30 current dir:  /w/workspace/ry_app-service-configurable_main 18:37:30 project root: . 18:37:30 --> token set from env 18:37:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:37:30 ==> Running gcov in . (disable via -X gcov) 18:37:30 ==> Python coveragepy not found 18:37:30 ==> Searching for coverage reports in: 18:37:30 + . 18:37:30 -> Found 1 reports 18:37:30 ==> Detecting git/mercurial file structure 18:37:31 ==> Reading reports 18:37:31 + ./coverage.out bytes=10 18:37:31 ==> Appending adjustments 18:37:31 https://docs.codecov.io/docs/fixing-reports 18:37:31 + Found adjustments 18:37:31 ==> Gzipping contents 18:37:31 4.0K /tmp/codecov.PPXTjw.gz 18:37:31 ==> Uploading reports 18:37:31 url: https://codecov.io 18:37:31 query: branch=main&commit=4cd65a02709344c43b7ddd42f02d16e1ed625d79&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:37:31 -> Pinging Codecov 18:37:31 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:37:31 -> Uploading to 18:37:31 https://storage.googleapis.com/codecov/v4/raw/2022-04-26/A97CA9966030D2A3747ED39772930CCE/4cd65a02709344c43b7ddd42f02d16e1ed625d79/afac45aa-dc13-4894-a82d-d417f96f8f3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220426T183731Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2809705987803a5919161540cee932d402b3e4a7d551545109a662c071634870 18:37:31 % Total % Received % Xferd Average Speed Time Time Time Current 18:37:31 Dload Upload Total Spent Left Speed 18:37:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 577 0 0 100 577 0 2519 --:--:-- --:--:-- --:--:-- 2508 100 577 0 0 100 577 0 2185 --:--:-- --:--:-- --:--:-- 2177 18:37:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] } 18:37:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:37:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:37:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:37:32 18:37:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:37:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:37:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:37:32 188c0c94c7c5: Pulling fs layer 18:37:32 0ef7d3d256c8: Pulling fs layer 18:37:32 de9db76c5a1d: Pulling fs layer 18:37:32 0eba1c9be4d2: Pulling fs layer 18:37:32 0d57e429df01: Pulling fs layer 18:37:32 4e4be7b47b0d: Pulling fs layer 18:37:32 e1f770b5df2f: Pulling fs layer 18:37:32 85a0685a4137: Pulling fs layer 18:37:32 0d57e429df01: Waiting 18:37:32 4e4be7b47b0d: Waiting 18:37:32 0eba1c9be4d2: Waiting 18:37:32 de9db76c5a1d: Verifying Checksum 18:37:32 de9db76c5a1d: Download complete 18:37:32 0ef7d3d256c8: Download complete 18:37:32 0d57e429df01: Verifying Checksum 18:37:32 0d57e429df01: Download complete 18:37:32 4e4be7b47b0d: Verifying Checksum 18:37:32 4e4be7b47b0d: Download complete 18:37:32 188c0c94c7c5: Verifying Checksum 18:37:32 188c0c94c7c5: Pull complete 18:37:32 e1f770b5df2f: Verifying Checksum 18:37:32 e1f770b5df2f: Download complete 18:37:32 0ef7d3d256c8: Pull complete 18:37:33 de9db76c5a1d: Pull complete 18:37:33 0eba1c9be4d2: Verifying Checksum 18:37:33 0eba1c9be4d2: Download complete 18:37:33 85a0685a4137: Verifying Checksum 18:37:33 85a0685a4137: Download complete 18:37:38 0eba1c9be4d2: Pull complete 18:37:38 0d57e429df01: Pull complete 18:37:38 4e4be7b47b0d: Pull complete 18:37:38 e1f770b5df2f: Pull complete 18:37:42 85a0685a4137: Pull complete 18:37:42 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:37:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:37:42 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:37:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:37:44 $ docker top 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 -eo pid,comm [Pipeline] { [Pipeline] echo 18:37:44 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:37:44 + set -o pipefail 18:37:44 + snyk monitor '--org=edgex-jenkins' 18:37:51 18:37:51 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 18:37:51 18:37:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/a43046d7-f375-41aa-a2d1-75d47cf980fb 18:37:51 18:37:51 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:37:51 18:37:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:37:51 18:37:51 [Pipeline] } 18:37:51 $ docker stop --time=1 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 18:37:53 $ docker rm -f 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 [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 18:37:54 + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] sh 18:37:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:37:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 18:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:54 . [Pipeline] withDockerContainer 18:37:54 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:37:55 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:37:55 $ docker top e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:55 [ssh-agent] Looking for ssh-agent implementation... 18:37:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:55 $ docker exec e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 ssh-agent 18:37:55 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXojKmch/agent.14 18:37:55 SSH_AGENT_PID=20 18:37:55 Running ssh-add (command line suppressed) 18:37:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1237830899661572645.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1237830899661572645.key) 18:37:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:56 + git semver tag 18:37:56 # -> Open(): unable to determine branch for HEAD 18:37:56 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 18:37:56 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 18:37:56 # $SEMVER_REMOTE_NAME = origin 18:37:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:56 # $SEMVER_USER_NAME = edgex-jenkins 18:37:56 # $SEMVER_BRANCH = main 18:37:56 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 18:37:56 # 4cd65a02709344c43b7ddd42f02d16e1ed625d79 HEAD 18:37:56 # -> Force: false 18:37:56 # 0090a63bf38f3ebc8896984e635ce086a9aa4788 refs/tags/v2.2.0-dev.30 [Pipeline] } 18:37:56 $ docker exec --env ******** --env ******** e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 ssh-agent -k 18:37:56 unset SSH_AUTH_SOCK; 18:37:56 unset SSH_AGENT_PID; 18:37:56 echo Agent pid 20 killed; 18:37:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:56 + git semver [Pipeline] } 18:37:56 $ docker stop --time=1 e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 18:37:58 $ docker rm -f e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:37:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:37:58 18:37:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:37:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:37:58 0.23.1-centos7: Pulling from edgex-lftools 18:37:58 ab5ef0e58194: Pulling fs layer 18:37:58 9712f1f96733: Pulling fs layer 18:37:58 63f879dbbcfc: Pulling fs layer 18:37:58 0d9ebad4ef96: Pulling fs layer 18:37:58 e9a5061849ea: Pulling fs layer 18:37:58 0d9ebad4ef96: Waiting 18:37:58 d747dcd14b5f: Pulling fs layer 18:37:58 2de7ff778b66: Pulling fs layer 18:37:58 d747dcd14b5f: Waiting 18:37:58 2de7ff778b66: Waiting 18:37:58 e9a5061849ea: Waiting 18:37:58 9712f1f96733: Verifying Checksum 18:37:58 9712f1f96733: Download complete 18:37:59 63f879dbbcfc: Verifying Checksum 18:37:59 63f879dbbcfc: Download complete 18:37:59 0d9ebad4ef96: Verifying Checksum 18:37:59 0d9ebad4ef96: Download complete 18:37:59 d747dcd14b5f: Verifying Checksum 18:37:59 d747dcd14b5f: Download complete 18:37:59 e9a5061849ea: Verifying Checksum 18:37:59 e9a5061849ea: Download complete 18:37:59 ab5ef0e58194: Verifying Checksum 18:37:59 ab5ef0e58194: Download complete 18:37:59 2de7ff778b66: Verifying Checksum 18:37:59 2de7ff778b66: Download complete 18:38:02 ab5ef0e58194: Pull complete 18:38:02 9712f1f96733: Pull complete 18:38:03 63f879dbbcfc: Pull complete 18:38:07 0d9ebad4ef96: Pull complete 18:38:07 e9a5061849ea: Pull complete 18:38:07 d747dcd14b5f: Pull complete 18:38:08 2de7ff778b66: Pull complete 18:38:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:38:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:38:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:38:08 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:38:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:38:11 $ docker top 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:38:11 provisioning config files... 18:38:11 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1414810706836620050tmp 18:38:11 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2999128047605352873tmp 18:38:11 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7227099423609388422tmp [Pipeline] { [Pipeline] echo 18:38:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:38:11 ---> sigul-configuration.sh 18:38:11 gpg: directory `/root/.gnupg' created 18:38:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:38:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:38:11 gpg: keyring `/root/.gnupg/secring.gpg' created 18:38:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:38:11 gpg: CAST5 encrypted data 18:38:11 gpg: encrypted with 1 passphrase 18:38:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:38:11 + mkdir /home/jenkins 18:38:11 + mkdir /home/jenkins/sigul [Pipeline] sh 18:38:12 + 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 18:38:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:38:12 ---> sigul-install.sh 18:38:12 Sigul already installed; skipping installation. [Pipeline] sh 18:38:12 + git tag --list 18:38:12 v1.0.0 18:38:12 v1.1.0 18:38:12 v1.2.0 18:38:12 v1.3.0 18:38:12 v1.3.1 18:38:12 v2.0.0 18:38:12 v2.0.1 18:38:12 v2.0.1-dev.1 18:38:12 v2.0.2-dev.1 18:38:12 v2.0.2-dev.10 18:38:12 v2.0.2-dev.11 18:38:12 v2.0.2-dev.12 18:38:12 v2.0.2-dev.13 18:38:12 v2.0.2-dev.14 18:38:12 v2.0.2-dev.15 18:38:12 v2.0.2-dev.16 18:38:12 v2.0.2-dev.17 18:38:12 v2.0.2-dev.18 18:38:12 v2.0.2-dev.19 18:38:12 v2.0.2-dev.2 18:38:12 v2.0.2-dev.20 18:38:12 v2.0.2-dev.21 18:38:12 v2.0.2-dev.22 18:38:12 v2.0.2-dev.23 18:38:12 v2.0.2-dev.24 18:38:12 v2.0.2-dev.25 18:38:12 v2.0.2-dev.26 18:38:12 v2.0.2-dev.27 18:38:12 v2.0.2-dev.28 18:38:12 v2.0.2-dev.29 18:38:12 v2.0.2-dev.3 18:38:12 v2.0.2-dev.30 18:38:12 v2.0.2-dev.4 18:38:12 v2.0.2-dev.5 18:38:12 v2.0.2-dev.6 18:38:12 v2.0.2-dev.7 18:38:12 v2.0.2-dev.8 18:38:12 v2.0.2-dev.9 18:38:12 v2.1.0 18:38:12 v2.2.0-dev.1 18:38:12 v2.2.0-dev.10 18:38:12 v2.2.0-dev.11 18:38:12 v2.2.0-dev.12 18:38:12 v2.2.0-dev.13 18:38:12 v2.2.0-dev.14 18:38:12 v2.2.0-dev.15 18:38:12 v2.2.0-dev.16 18:38:12 v2.2.0-dev.17 18:38:12 v2.2.0-dev.18 18:38:12 v2.2.0-dev.19 18:38:12 v2.2.0-dev.2 18:38:12 v2.2.0-dev.20 18:38:12 v2.2.0-dev.21 18:38:12 v2.2.0-dev.22 18:38:12 v2.2.0-dev.23 18:38:12 v2.2.0-dev.24 18:38:12 v2.2.0-dev.25 18:38:12 v2.2.0-dev.26 18:38:12 v2.2.0-dev.27 18:38:12 v2.2.0-dev.28 18:38:12 v2.2.0-dev.29 18:38:12 v2.2.0-dev.3 18:38:12 v2.2.0-dev.30 18:38:12 v2.2.0-dev.4 18:38:12 v2.2.0-dev.5 18:38:12 v2.2.0-dev.6 18:38:12 v2.2.0-dev.7 18:38:12 v2.2.0-dev.8 18:38:12 v2.2.0-dev.9 [Pipeline] sh 18:38:13 + lftools sign git-tag v2.2.0-dev.30 18:38:13 Signing Git tag with Sigul... 18:38:13 Signing v2.2.0-dev.30 [Pipeline] echo 18:38:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:38:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:38:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:38:14 $ docker stop --time=1 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a 18:38:15 $ docker rm -f 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:38:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:38:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 18:38:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:16 . [Pipeline] withDockerContainer 18:38:16 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:38:16 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:38:17 $ docker top 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:17 [ssh-agent] Looking for ssh-agent implementation... 18:38:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:17 $ docker exec 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 ssh-agent 18:38:17 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlIMjmN/agent.13 18:38:17 SSH_AGENT_PID=19 18:38:17 Running ssh-add (command line suppressed) 18:38:17 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8014707186268567617.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8014707186268567617.key) 18:38:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:17 + git semver bump pre 18:38:17 # -> Open(): unable to determine branch for HEAD 18:38:17 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 18:38:17 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 18:38:17 # $SEMVER_REMOTE_NAME = origin 18:38:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:17 # $SEMVER_USER_NAME = edgex-jenkins 18:38:17 # $SEMVER_BRANCH = main 18:38:17 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 18:38:17 2.2.0-dev.31 [Pipeline] } 18:38:17 $ docker exec --env ******** --env ******** 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 ssh-agent -k 18:38:17 unset SSH_AUTH_SOCK; 18:38:17 unset SSH_AGENT_PID; 18:38:17 echo Agent pid 19 killed; 18:38:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:18 + git semver [Pipeline] } 18:38:18 $ docker stop --time=1 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 18:38:19 $ docker rm -f 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 [Pipeline] // withDockerContainer [Pipeline] sh 18:38:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:38:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 18:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:38:20 . [Pipeline] withDockerContainer 18:38:20 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:38:20 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:38:20 $ docker top 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:20 [ssh-agent] Looking for ssh-agent implementation... 18:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:21 $ docker exec 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 ssh-agent 18:38:21 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXblLDpc/agent.14 18:38:21 SSH_AGENT_PID=20 18:38:21 Running ssh-add (command line suppressed) 18:38:21 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2836545772842374646.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2836545772842374646.key) 18:38:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:21 + git semver push 18:38:21 # -> Open(): unable to determine branch for HEAD 18:38:21 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 18:38:21 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 18:38:21 # $SEMVER_REMOTE_NAME = origin 18:38:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:38:21 # $SEMVER_USER_NAME = edgex-jenkins 18:38:21 # $SEMVER_BRANCH = main 18:38:21 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 18:38:23 $ docker exec --env ******** --env ******** 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 ssh-agent -k 18:38:23 unset SSH_AUTH_SOCK; 18:38:23 unset SSH_AGENT_PID; 18:38:23 echo Agent pid 20 killed; 18:38:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:23 + git semver [Pipeline] } 18:38:24 $ docker stop --time=1 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 18:38:25 $ docker rm -f 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 [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 18:38:26 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 18:38:26 + ls -al /w/workspace/ry_app-service-configurable_main/archives 18:38:26 total 16 18:38:26 drwxr-xr-x 3 root root 4096 Apr 26 18:32 . 18:38:26 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:38 .. 18:38:26 drwxr-xr-x 2 root root 4096 Apr 26 18:32 cost 18:38:26 -rw-r--r-- 1 root root 94 Apr 26 18:32 cost.csv 18:38:26 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 18:38:26 + ls -al /w/workspace/ry_app-service-configurable_main/archives 18:38:26 total 16 18:38:26 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:32 . 18:38:26 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:38 .. 18:38:26 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 18:32 cost 18:38:26 -rw-r--r-- 1 jenkins jenkins 94 Apr 26 18:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:38:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:38:27 ---> package-listing.sh 18:38:27 ++ facter osfamily 18:38:27 ++ tr '[:upper:]' '[:lower:]' 18:38:27 + OS_FAMILY=debian 18:38:27 + workspace=/w/workspace/ry_app-service-configurable_main 18:38:27 + START_PACKAGES=/tmp/packages_start.txt 18:38:27 + END_PACKAGES=/tmp/packages_end.txt 18:38:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:38:27 + PACKAGES=/tmp/packages_start.txt 18:38:27 + '[' /w/workspace/ry_app-service-configurable_main ']' 18:38:27 + PACKAGES=/tmp/packages_end.txt 18:38:27 + case "${OS_FAMILY}" in 18:38:27 + dpkg -l 18:38:27 + grep '^ii' 18:38:27 + '[' -f /tmp/packages_start.txt ']' 18:38:27 + '[' -f /tmp/packages_end.txt ']' 18:38:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:38:27 + '[' /w/workspace/ry_app-service-configurable_main ']' 18:38:27 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 18:38:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 18:38:27 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 18:38:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:38:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:38:28 . [Pipeline] withDockerContainer 18:38:28 prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container 18:38:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:38:28 $ docker top f1eebdb7a4010d13397a058c7a6f017f1d932f73755b2ceef10a8e1f70cade50 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:29 + touch /tmp/pre-build-complete [Pipeline] sh 18:38:29 + mkdir -p /var/log/sysstat [Pipeline] sh 18:38:29 + ls /var/log/sa-host 18:38:29 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:38:29 provisioning config files... 18:38:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8409950495013279097tmp [Pipeline] { [Pipeline] echo 18:38:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:38:30 ---> create-netrc.sh [Pipeline] } 18:38:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:38:30 ---> python-tools-install.sh [Pipeline] echo 18:38:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:38:30 ---> sudo-logs.sh 18:38:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:38:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:38:31 ---> job-cost.sh 18:38:31 lf-activate-venv: SKIPPING 18:38:31 DEBUG: total: 0.2199999988079071 18:38:31 INFO: Retrieving Stack Cost... 18:38:31 INFO: Retrieving Pricing Info for: v3-standard-8 18:38:31 INFO: Archiving Costs [Pipeline] echo 18:38:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:38:32 ---> logs-deploy.sh 18:38:32 lf-activate-venv: SKIPPING 18:38:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/66 18:38:32 INFO: archiving workspace using pattern(s): 18:38:33 Archives upload complete. 18:38:33 INFO: archiving logs to Nexus 18:38:33 ---> uname -a: 18:38:33 Linux prd-ubuntu20-04-docker-8c-8g-33359 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 18:38:33 18:38:33 18:38:33 ---> lscpu: 18:38:33 Architecture: x86_64 18:38:33 CPU op-mode(s): 32-bit, 64-bit 18:38:33 Byte Order: Little Endian 18:38:33 Address sizes: 40 bits physical, 48 bits virtual 18:38:33 CPU(s): 8 18:38:33 On-line CPU(s) list: 0-7 18:38:33 Thread(s) per core: 1 18:38:33 Core(s) per socket: 1 18:38:33 Socket(s): 8 18:38:33 NUMA node(s): 1 18:38:33 Vendor ID: AuthenticAMD 18:38:33 CPU family: 23 18:38:33 Model: 49 18:38:33 Model name: AMD EPYC-Rome Processor 18:38:33 Stepping: 0 18:38:33 CPU MHz: 2799.998 18:38:33 BogoMIPS: 5599.99 18:38:33 Virtualization: AMD-V 18:38:33 Hypervisor vendor: KVM 18:38:33 Virtualization type: full 18:38:33 L1d cache: 256 KiB 18:38:33 L1i cache: 256 KiB 18:38:33 L2 cache: 4 MiB 18:38:33 L3 cache: 128 MiB 18:38:33 NUMA node0 CPU(s): 0-7 18:38:33 Vulnerability Itlb multihit: Not affected 18:38:33 Vulnerability L1tf: Not affected 18:38:33 Vulnerability Mds: Not affected 18:38:33 Vulnerability Meltdown: Not affected 18:38:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:38:33 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:38:33 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:38:33 Vulnerability Srbds: Not affected 18:38:33 Vulnerability Tsx async abort: Not affected 18:38:33 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:38:33 18:38:33 18:38:33 ---> nproc: 18:38:33 8 18:38:33 18:38:33 18:38:33 ---> df -h: 18:38:33 Filesystem Size Used Avail Use% Mounted on 18:38:33 overlay 155G 12G 144G 8% / 18:38:33 tmpfs 64M 0 64M 0% /dev 18:38:33 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:38:33 shm 64M 0 64M 0% /dev/shm 18:38:33 /dev/vda1 155G 12G 144G 8% /facter-os 18:38:33 18:38:33