Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 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-ssh8439848944597056826.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-ssh14580743606629184031.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-ssh5826153752794108915.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-ssh14401332941845624795.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-ssh752017252757942099.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:true] ========================================================= [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: true 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7856 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 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 (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 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 Commit message: "Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30" > git rev-list --no-walk 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:54:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:54:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:54:07 ========================================================= 16:54:07 EdgeX Global Pipelines Version Info 16:54:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:54:08 ------------------- 16:54:08 stable info: 16:54:08 ------------------- 16:54:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:54:08 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:54:08 Message: update stable to v1.0.221 16:54:09 ------------------- 16:54:09 experimental info: 16:54:09 ------------------- 16:54:09 Commited By: **** collab-it+edgex@linuxfoundation.org 16:54:09 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:54:09 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9293bd [Pipeline] echo 16:54:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:54:09 provisioning config files... 16:54:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5958699624535450920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:54:10 ---> docker-login.sh 16:54:10 nexus3.edgexfoundry.org:10001 16:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:10 Configure a credential helper to remove this warning. See 16:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:10 16:54:10 Login Succeeded 16:54:10 nexus3.edgexfoundry.org:10002 16:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:10 Configure a credential helper to remove this warning. See 16:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:10 16:54:10 Login Succeeded 16:54:10 nexus3.edgexfoundry.org:10003 16:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:10 Configure a credential helper to remove this warning. See 16:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:10 16:54:10 Login Succeeded 16:54:10 nexus3.edgexfoundry.org:10004 16:54:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:10 Configure a credential helper to remove this warning. See 16:54:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:10 16:54:10 Login Succeeded 16:54:10 docker.io 16:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:11 Configure a credential helper to remove this warning. See 16:54:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:11 16:54:11 Login Succeeded 16:54:11 ---> docker-login.sh ends [Pipeline] } 16:54:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:54:11 + git rev-list -1 --merges f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3~1..f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo 16:54:11 -----------> git rev-list -1 --merges f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3~1..f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 16:54:11 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [false] [Pipeline] sh 16:54:12 + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo 16:54:12 ========================================================= 16:54:12 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:54:12 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:54:12 + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo 16:54:12 [semverPrep] GIT_COMMIT: f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3, Commit Message: Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30 [Pipeline] echo 16:54:12 [semverPrep] This is not a build commit. [Pipeline] sh 16:54:13 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:54:13 + grep -v github /etc/ssh/ssh_known_hosts 16:54:13 + [ -e /tmp/ssh_known_hosts ] 16:54:13 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:54:13 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:54:13 + sudo tee -a /etc/ssh/ssh_known_hosts 16:54:13 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:54:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:13 16:54:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:54:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:13 latest: Pulling from edgex-devops/git-semver 16:54:13 a0d0a0d46f8b: Pulling fs layer 16:54:13 3e5f54012d9b: Pulling fs layer 16:54:13 4c7163046ea9: Pulling fs layer 16:54:13 0c2d73faf560: Pulling fs layer 16:54:13 0c2d73faf560: Waiting 16:54:13 3e5f54012d9b: Verifying Checksum 16:54:13 3e5f54012d9b: Download complete 16:54:13 a0d0a0d46f8b: Download complete 16:54:13 0c2d73faf560: Download complete 16:54:13 4c7163046ea9: Verifying Checksum 16:54:13 4c7163046ea9: Download complete 16:54:13 a0d0a0d46f8b: Pull complete 16:54:13 3e5f54012d9b: Pull complete 16:54:14 4c7163046ea9: Pull complete 16:54:14 0c2d73faf560: Pull complete 16:54:14 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 16:54:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:54:14 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 16:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:54:15 $ docker top cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:54:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:15 [ssh-agent] Looking for ssh-agent implementation... 16:54:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:15 $ docker exec cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent 16:54:15 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXddEhMp/agent.13 16:54:15 SSH_AGENT_PID=19 16:54:15 Running ssh-add (command line suppressed) 16:54:15 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7100226631226069402.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7100226631226069402.key) 16:54:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:16 + git tag --points-at HEAD [Pipeline] } 16:54:16 $ docker exec --env ******** --env ******** cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent -k 16:54:16 unset SSH_AUTH_SOCK; 16:54:16 unset SSH_AGENT_PID; 16:54:16 echo Agent pid 19 killed; 16:54:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:54:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:16 [ssh-agent] Looking for ssh-agent implementation... 16:54:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:16 $ docker exec cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent 16:54:16 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHAiFlo/agent.51 16:54:16 SSH_AGENT_PID=57 16:54:16 Running ssh-add (command line suppressed) 16:54:16 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8739050753249701938.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8739050753249701938.key) 16:54:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:17 + git semver init 16:54:17 # -> Open(): unable to determine branch for HEAD 16:54:17 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:54:17 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:54:17 # $SEMVER_REMOTE_NAME = origin 16:54:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:54:17 # $SEMVER_USER_NAME = edgex-jenkins 16:54:17 # $SEMVER_BRANCH = main 16:54:17 # $SEMVER_TEMP = /tmp/semver-084897393 16:54:17 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:54:18 # '/tmp/semver-084897393' -> '/w/workspace/ry_app-service-configurable_main/.semver' 16:54:18 # -> Force: false 16:54:18 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 16:54:18 $ docker exec --env ******** --env ******** cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent -k 16:54:18 unset SSH_AUTH_SOCK; 16:54:18 unset SSH_AGENT_PID; 16:54:18 echo Agent pid 57 killed; 16:54:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:54:18 + git semver [Pipeline] } 16:54:18 $ docker stop --time=1 cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 16:54:19 $ docker rm -f cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 [Pipeline] // withDockerContainer [Pipeline] sh 16:54:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:54:20 Stashed 1 file(s) [Pipeline] echo 16:54:20 [edgeXSemver]: initialized semver on version 2.2.0-dev.20 [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 16:54:20 provisioning config files... 16:54:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6515464240170833857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:54:20 ---> docker-login.sh 16:54:20 nexus3.edgexfoundry.org:10001 16:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:20 Configure a credential helper to remove this warning. See 16:54:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:20 16:54:20 Login Succeeded 16:54:20 nexus3.edgexfoundry.org:10002 16:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:21 Configure a credential helper to remove this warning. See 16:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:21 16:54:21 Login Succeeded 16:54:21 nexus3.edgexfoundry.org:10003 16:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:21 Configure a credential helper to remove this warning. See 16:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:21 16:54:21 Login Succeeded 16:54:21 nexus3.edgexfoundry.org:10004 16:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:21 Configure a credential helper to remove this warning. See 16:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:21 16:54:21 Login Succeeded 16:54:21 docker.io 16:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:21 Configure a credential helper to remove this warning. See 16:54:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:21 16:54:21 Login Succeeded 16:54:21 ---> docker-login.sh ends [Pipeline] } 16:54:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:54:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:54:21 ========================================================= 16:54:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:54:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:54:22 + 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 . 16:54:22 Sending build context to Docker daemon 2.974MB 16:54:22 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:54:22 Step 2/13 : FROM ${BASE} AS builder 16:54:22 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:54:22 59bf1c3509f3: Pulling fs layer 16:54:22 666ba61612fd: Pulling fs layer 16:54:22 8ed8ca486205: Pulling fs layer 16:54:22 4fe6c5a15a65: Pulling fs layer 16:54:22 22a0e8bec74d: Pulling fs layer 16:54:22 640e595b4fbd: Pulling fs layer 16:54:22 763cafe07f6e: Pulling fs layer 16:54:22 0c0b528cf693: Pulling fs layer 16:54:22 10935f4eaf8b: Pulling fs layer 16:54:22 22a0e8bec74d: Waiting 16:54:22 10935f4eaf8b: Waiting 16:54:22 0c0b528cf693: Waiting 16:54:22 763cafe07f6e: Waiting 16:54:22 4fe6c5a15a65: Waiting 16:54:22 8ed8ca486205: Download complete 16:54:22 666ba61612fd: Download complete 16:54:22 22a0e8bec74d: Verifying Checksum 16:54:22 22a0e8bec74d: Download complete 16:54:22 640e595b4fbd: Verifying Checksum 16:54:22 640e595b4fbd: Download complete 16:54:22 59bf1c3509f3: Verifying Checksum 16:54:22 59bf1c3509f3: Download complete 16:54:22 763cafe07f6e: Verifying Checksum 16:54:22 763cafe07f6e: Download complete 16:54:22 0c0b528cf693: Verifying Checksum 16:54:22 0c0b528cf693: Download complete 16:54:22 59bf1c3509f3: Pull complete 16:54:22 666ba61612fd: Pull complete 16:54:22 8ed8ca486205: Pull complete 16:54:22 10935f4eaf8b: Verifying Checksum 16:54:22 10935f4eaf8b: Download complete 16:54:23 4fe6c5a15a65: Verifying Checksum 16:54:23 4fe6c5a15a65: Download complete 16:54:27 4fe6c5a15a65: Pull complete 16:54:27 22a0e8bec74d: Pull complete 16:54:27 640e595b4fbd: Pull complete 16:54:27 763cafe07f6e: Pull complete 16:54:27 0c0b528cf693: Pull complete 16:54:30 10935f4eaf8b: Pull complete 16:54:30 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 16:54:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:54:30 ---> 99d49a6021b9 16:54:30 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:54:31 ---> Running in c69668bda6a9 16:54:31 Removing intermediate container c69668bda6a9 16:54:31 ---> b4fe496b2120 16:54:31 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:54:31 ---> Running in 4a656370e641 16:54:31 Removing intermediate container 4a656370e641 16:54:31 ---> 9ff616a8d43c 16:54:31 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:54:31 ---> Running in d11550845690 16:54:31 Removing intermediate container d11550845690 16:54:31 ---> 53da43103af3 16:54:31 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:31 ---> Running in 0e33acabe94d 16:54:32 Removing intermediate container 0e33acabe94d 16:54:32 ---> b7b2b2b1523a 16:54:32 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:54:32 ---> Running in fe1d013298aa 16:54:32 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:54:33 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:54:33 OK: 221 MiB in 52 packages 16:54:34 Removing intermediate container fe1d013298aa 16:54:34 ---> 1bef718d7a3e 16:54:34 Step 8/13 : WORKDIR /app 16:54:34 ---> Running in 06f9414338c5 16:54:34 Removing intermediate container 06f9414338c5 16:54:34 ---> dac77d2c4621 16:54:34 Step 9/13 : COPY go.mod vendor* ./ 16:54:34 ---> 5a35b375fc7c 16:54:34 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:54:34 ---> Running in 228bc97fa690 16:54:35 Still waiting to schedule task 16:54:35 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7854’ 16:55:00 Removing intermediate container 228bc97fa690 16:55:00 ---> 2d047092cc41 16:55:00 Step 11/13 : COPY . . 16:55:00 ---> 44236c68d5ec 16:55:00 Step 12/13 : ARG MAKE="make build" 16:55:00 ---> Running in d21139759eac 16:55:00 Removing intermediate container d21139759eac 16:55:00 ---> e1cf3ea81ac7 16:55:00 Step 13/13 : RUN $MAKE 16:55:00 ---> Running in 043502a1abe8 16:55:00 noop 16:55:00 Removing intermediate container 043502a1abe8 16:55:00 ---> 306ade08a76c 16:55:00 Successfully built 306ade08a76c 16:55:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:55:01 + docker inspect -f . ci-base-image-x86_64 16:55:01 . [Pipeline] withDockerContainer 16:55:01 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 16:55:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:55:01 $ docker top 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 -eo pid,comm [Pipeline] { [Pipeline] sh 16:55:02 + go version 16:55:02 go version go1.17.6 linux/amd64 [Pipeline] } 16:55:02 $ docker stop --time=1 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 16:55:03 $ docker rm -f 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:03 + docker inspect -f . ci-base-image-x86_64 16:55:03 . [Pipeline] withDockerContainer 16:55:03 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 16:55:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:55:04 $ docker top d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:55:04 + make test 16:55:04 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:55:11 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:55:11 CGO_ENABLED=1 go vet ./... 16:55:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:55:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:55:14 ./bin/test-attribution-txt.sh [Pipeline] echo 16:55:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:55:14 $ docker stop --time=1 d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 16:55:16 $ docker rm -f d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 [Pipeline] // withDockerContainer [Pipeline] sh 16:55:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:55:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:55:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:55:17 + ls -al . 16:55:17 total 176 16:55:17 drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:55 . 16:55:17 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 16:54 .. 16:55:17 -rw-rw-r-- 1 jenkins jenkins 119 Mar 17 16:54 .dockerignore 16:55:17 drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:54 .git 16:55:17 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:54 .github 16:55:17 -rw-rw-r-- 1 jenkins jenkins 104 Mar 17 16:54 .gitignore 16:55:17 drwx------ 3 jenkins jenkins 4096 Mar 17 16:54 .semver 16:55:17 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 17 16:54 Attribution.txt 16:55:17 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 17 16:54 CHANGELOG.md 16:55:17 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 17 16:54 Dockerfile 16:55:17 -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 16:54 GOVERNANCE.md 16:55:17 -rw-rw-r-- 1 jenkins jenkins 687 Mar 17 16:54 Jenkinsfile 16:55:17 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 17 16:54 LICENSE 16:55:17 -rw-rw-r-- 1 jenkins jenkins 618 Mar 17 16:54 OWNERS.md 16:55:17 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 17 16:54 README.md 16:55:17 -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 16:54 VERSION 16:55:17 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:54 bin 16:55:17 -rw-r--r-- 1 jenkins jenkins 10 Mar 17 16:55 coverage.out 16:55:17 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 17 16:54 go.mod 16:55:17 -rw-rw-r-- 1 jenkins jenkins 50121 Mar 17 16:54 go.sum 16:55:17 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 17 16:54 main.go 16:55:17 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 17 16:54 makefile 16:55:17 drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 16:54 res 16:55:17 drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 16:54 snap [Pipeline] isUnix [Pipeline] sh 16:55:18 + 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 --label arch=amd64 --label version=2.2.0-dev.20 . 16:55:18 Sending build context to Docker daemon 2.975MB 16:55:18 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:55:18 Step 2/27 : FROM ${BASE} AS builder 16:55:18 ---> 306ade08a76c 16:55:18 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:55:18 ---> Running in 5e9dfa9ea9cc 16:55:18 Removing intermediate container 5e9dfa9ea9cc 16:55:18 ---> 44841e356a29 16:55:18 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:55:18 ---> Running in 064177fcec64 16:55:18 Removing intermediate container 064177fcec64 16:55:18 ---> 5f85b4f48898 16:55:18 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:55:18 ---> Running in 4d0162a7611c 16:55:18 Removing intermediate container 4d0162a7611c 16:55:18 ---> 91ce82df43ad 16:55:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:18 ---> Running in 70fd0f3849bc 16:55:19 Removing intermediate container 70fd0f3849bc 16:55:19 ---> 0f5ee09e62bd 16:55:19 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:55:19 ---> Running in 50ad730b916c 16:55:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:55:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:55:20 OK: 221 MiB in 52 packages 16:55:21 Removing intermediate container 50ad730b916c 16:55:21 ---> 996e0722cba1 16:55:21 Step 8/27 : WORKDIR /app 16:55:21 ---> Running in e17d623b9466 16:55:21 Removing intermediate container e17d623b9466 16:55:21 ---> cf4448f4eb45 16:55:21 Step 9/27 : COPY go.mod vendor* ./ 16:55:21 ---> 2479970406ad 16:55:21 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:55:21 ---> Running in 07f2f4f5b2c1 16:55:22 Removing intermediate container 07f2f4f5b2c1 16:55:22 ---> d69116e2d4af 16:55:22 Step 11/27 : COPY . . 16:55:22 ---> 19160a6aa975 16:55:22 Step 12/27 : ARG MAKE="make build" 16:55:22 ---> Running in 96a0208ac6a2 16:55:22 Removing intermediate container 96a0208ac6a2 16:55:22 ---> 42b33b06018f 16:55:22 Step 13/27 : RUN $MAKE 16:55:22 ---> Running in d29fceb12efc 16:55:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.30 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.20" -o app-service-configurable 16:55:30 Removing intermediate container d29fceb12efc 16:55:30 ---> c1f7bd9d977c 16:55:30 Step 14/27 : FROM alpine:3.14 16:55:30 3.14: Pulling from library/alpine 16:55:31 36ccefbf3d8a: Pulling fs layer 16:55:31 36ccefbf3d8a: Verifying Checksum 16:55:31 36ccefbf3d8a: Download complete 16:55:31 36ccefbf3d8a: Pull complete 16:55:31 Digest: sha256:f1ed84ca390bf30ed80fcfe093f9cecee089b022277b15c9a6abcf5ebfd496ae 16:55:31 Status: Downloaded newer image for alpine:3.14 16:55:31 ---> a33ac4f1069a 16:55:31 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:55:31 ---> Running in 22a716f07558 16:55:31 Removing intermediate container 22a716f07558 16:55:31 ---> dec33a04cdbb 16:55:31 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:55:31 ---> Running in e62f0044ebe8 16:55:31 Removing intermediate container e62f0044ebe8 16:55:31 ---> b3dd1be3a034 16:55:31 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:55:31 ---> Running in 6e04291b43e2 16:55:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:55:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:55:32 (1/7) Installing ca-certificates (20211220-r0) 16:55:32 (2/7) Installing dumb-init (1.2.5-r1) 16:55:32 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:55:32 (4/7) Installing libsodium (1.0.18-r0) 16:55:32 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:55:32 (6/7) Installing libzmq (4.3.4-r0) 16:55:32 (7/7) Installing zeromq (4.3.4-r0) 16:55:32 Executing busybox-1.33.1-r6.trigger 16:55:32 Executing ca-certificates-20211220-r0.trigger 16:55:32 OK: 9 MiB in 21 packages 16:55:32 Removing intermediate container 6e04291b43e2 16:55:32 ---> 154642dd2c8e 16:55:32 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:55:33 ---> bb51d4a9710f 16:55:33 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:55:33 ---> 485bdb621ecc 16:55:33 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:55:33 ---> a471bede4290 16:55:33 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:55:34 ---> 714fcd83bad4 16:55:34 Step 22/27 : EXPOSE 48095 16:55:34 ---> Running in bfdbdd5726d3 16:55:34 Removing intermediate container bfdbdd5726d3 16:55:34 ---> d0f7841fd8e7 16:55:34 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:55:34 ---> Running in f8c4644c32d6 16:55:34 Removing intermediate container f8c4644c32d6 16:55:34 ---> 25960f80cc6a 16:55:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:34 ---> Running in e710e92e4347 16:55:34 Removing intermediate container e710e92e4347 16:55:34 ---> 1bfcc08c763c 16:55:34 Step 25/27 : LABEL arch=amd64 16:55:34 ---> Running in f6db7a108e3c 16:55:34 Removing intermediate container f6db7a108e3c 16:55:34 ---> 2b5579a08966 16:55:34 Step 26/27 : LABEL git_sha=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 16:55:34 ---> Running in 8c0fbe1b80aa 16:55:34 Removing intermediate container 8c0fbe1b80aa 16:55:34 ---> 223dcf7c3caa 16:55:34 Step 27/27 : LABEL version=2.2.0-dev.20 16:55:34 ---> Running in 7eae17e2784c 16:55:34 Removing intermediate container 7eae17e2784c 16:55:34 ---> 40076cc25277 16:55:34 [Warning] One or more build-args [ARCH] were not consumed 16:55:34 Successfully built 40076cc25277 16:55:34 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:55:34 provisioning config files... 16:55:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3450486901621170897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:35 ---> docker-login.sh 16:55:35 nexus3.edgexfoundry.org:10001 16:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:35 Configure a credential helper to remove this warning. See 16:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:35 16:55:35 Login Succeeded 16:55:35 nexus3.edgexfoundry.org:10002 16:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:35 Configure a credential helper to remove this warning. See 16:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:35 16:55:35 Login Succeeded 16:55:35 nexus3.edgexfoundry.org:10003 16:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:35 Configure a credential helper to remove this warning. See 16:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:35 16:55:35 Login Succeeded 16:55:35 nexus3.edgexfoundry.org:10004 16:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:35 Configure a credential helper to remove this warning. See 16:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:35 16:55:35 Login Succeeded 16:55:35 docker.io 16:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:35 Configure a credential helper to remove this warning. See 16:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:35 16:55:35 Login Succeeded 16:55:35 ---> docker-login.sh ends [Pipeline] } 16:55:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:55:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:55:36 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:55:36 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 16:55:36 latest 16:55:36 2.2.0-dev.20 16:55:36 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 16:55:36 main 16:55:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:36 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] isUnix [Pipeline] sh 16:55:36 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 16:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:55:36 21f6d5912e32: Preparing 16:55:36 ba1b56a2c157: Preparing 16:55:36 3c358e864c14: Preparing 16:55:36 ed3c2f71b388: Preparing 16:55:36 3f5a34539227: Preparing 16:55:36 2e38978dfe40: Preparing 16:55:36 2e38978dfe40: Waiting 16:55:36 ba1b56a2c157: Pushed 16:55:36 ed3c2f71b388: Pushed 16:55:36 3c358e864c14: Pushed 16:55:36 2e38978dfe40: Layer already exists 16:55:37 3f5a34539227: Pushed 16:55:38 21f6d5912e32: Pushed 16:55:38 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:55:38 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:55:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:55:39 21f6d5912e32: Preparing 16:55:39 ba1b56a2c157: Preparing 16:55:39 3c358e864c14: Preparing 16:55:39 ed3c2f71b388: Preparing 16:55:39 3f5a34539227: Preparing 16:55:39 2e38978dfe40: Preparing 16:55:39 2e38978dfe40: Waiting 16:55:39 3c358e864c14: Layer already exists 16:55:39 ba1b56a2c157: Layer already exists 16:55:39 3f5a34539227: Layer already exists 16:55:39 ed3c2f71b388: Layer already exists 16:55:39 21f6d5912e32: Layer already exists 16:55:39 2e38978dfe40: Layer already exists 16:55:39 latest: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:55:39 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh 16:55:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 16:55:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:55:39 21f6d5912e32: Preparing 16:55:39 ba1b56a2c157: Preparing 16:55:39 3c358e864c14: Preparing 16:55:39 ed3c2f71b388: Preparing 16:55:39 3f5a34539227: Preparing 16:55:39 2e38978dfe40: Preparing 16:55:39 2e38978dfe40: Waiting 16:55:39 21f6d5912e32: Layer already exists 16:55:39 ba1b56a2c157: Layer already exists 16:55:39 3c358e864c14: Layer already exists 16:55:39 3f5a34539227: Layer already exists 16:55:39 ed3c2f71b388: Layer already exists 16:55:39 2e38978dfe40: Layer already exists 16:55:39 2.2.0-dev.20: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:55:40 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh 16:55:40 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 16:55:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:55:40 21f6d5912e32: Preparing 16:55:40 ba1b56a2c157: Preparing 16:55:40 3c358e864c14: Preparing 16:55:40 ed3c2f71b388: Preparing 16:55:40 3f5a34539227: Preparing 16:55:40 2e38978dfe40: Preparing 16:55:40 2e38978dfe40: Waiting 16:55:40 ba1b56a2c157: Layer already exists 16:55:40 ed3c2f71b388: Layer already exists 16:55:40 21f6d5912e32: Layer already exists 16:55:40 3c358e864c14: Layer already exists 16:55:40 3f5a34539227: Layer already exists 16:55:40 2e38978dfe40: Layer already exists 16:55:40 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh 16:55:40 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 16:55:41 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:55:41 21f6d5912e32: Preparing 16:55:41 ba1b56a2c157: Preparing 16:55:41 3c358e864c14: Preparing 16:55:41 ed3c2f71b388: Preparing 16:55:41 3f5a34539227: Preparing 16:55:41 2e38978dfe40: Preparing 16:55:41 2e38978dfe40: Waiting 16:55:41 ba1b56a2c157: Layer already exists 16:55:41 ed3c2f71b388: Layer already exists 16:55:41 3f5a34539227: Layer already exists 16:55:41 21f6d5912e32: Layer already exists 16:55:41 3c358e864c14: Layer already exists 16:55:41 2e38978dfe40: Layer already exists 16:55:41 main: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:55:41 ===================================================== [Pipeline] echo 16:55:41 taggedImages: 16:55:41 - nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 16:55:41 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:55:41 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 16:55:41 - nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 16:55:41 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:41 16:55:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:55:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:41 latest: Pulling from edgex-lftools-log-publisher 16:55:41 5eb5b503b376: Pulling fs layer 16:55:41 5c69ac0246d0: Pulling fs layer 16:55:41 ec43610c2a17: Pulling fs layer 16:55:41 3a2ae6a8a46f: Pulling fs layer 16:55:41 33b1e0a273af: Pulling fs layer 16:55:41 5d3b04190fa2: Pulling fs layer 16:55:41 2f39f015ded8: Pulling fs layer 16:55:41 33b1e0a273af: Waiting 16:55:41 2f39f015ded8: Waiting 16:55:41 5d3b04190fa2: Waiting 16:55:41 3a2ae6a8a46f: Waiting 16:55:41 5c69ac0246d0: Download complete 16:55:41 3a2ae6a8a46f: Verifying Checksum 16:55:41 3a2ae6a8a46f: Download complete 16:55:41 33b1e0a273af: Verifying Checksum 16:55:41 33b1e0a273af: Download complete 16:55:41 5d3b04190fa2: Verifying Checksum 16:55:41 5d3b04190fa2: Download complete 16:55:41 ec43610c2a17: Verifying Checksum 16:55:41 ec43610c2a17: Download complete 16:55:42 5eb5b503b376: Verifying Checksum 16:55:42 5eb5b503b376: Download complete 16:55:42 2f39f015ded8: Verifying Checksum 16:55:42 2f39f015ded8: Download complete 16:55:43 5eb5b503b376: Pull complete 16:55:43 5c69ac0246d0: Pull complete 16:55:44 ec43610c2a17: Pull complete 16:55:44 3a2ae6a8a46f: Pull complete 16:55:44 33b1e0a273af: Pull complete 16:55:44 5d3b04190fa2: Pull complete 16:55:49 2f39f015ded8: Pull complete 16:55:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:55:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:55:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:55:49 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 16:55:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:55:51 $ docker top 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:51 ---> job-cost.sh 16:55:51 lf-activate-venv: SKIPPING 16:55:51 INFO: No Stack... 16:55:52 INFO: Retrieving Pricing Info for: v3-standard-8 16:55:52 INFO: Archiving Costs [Pipeline] sh 16:55:53 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:55:53 + cut -d, -f6 [Pipeline] lock 16:55:53 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] 16:55:53 Resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] did not exist. Created. 16:55:53 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:55:53 + echo total: 0.2199999988079071 [Pipeline] stash 16:55:53 Stashed 1 file(s) [Pipeline] } 16:55:53 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] // lock [Pipeline] } 16:55:53 $ docker stop --time=1 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 16:55:54 $ docker rm -f 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:58:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7857 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:58:00 Running in /w/workspace/app-service-configurable/56 [Pipeline] { [Pipeline] checkout 16:58:00 Selected Git installation does not exist. Using Default 16:58:00 The recommended git tool is: NONE 16:58:07 using credential edgex-jenkins-ssh 16:58:07 Cloning the remote Git repository 16:58:07 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:58:07 > git init /w/workspace/app-service-configurable/56 # timeout=10 16:58:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:58:07 > git --version # timeout=10 16:58:07 > git --version # 'git version 2.25.1' 16:58:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:09 Avoid second fetch 16:58:09 Checking out Revision f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 (main) 16:58:09 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:58:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:58:09 > git config core.sparsecheckout # timeout=10 16:58:09 > git checkout -f f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 16:58:13 Commit message: "Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:58:14 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:58:14 % Total % Received % Xferd Average Speed Time Time Time Current 16:58:14 Dload Upload Total Spent Left Speed 16:58:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 49760 0 --:--:-- --:--:-- --:--:-- 49760 [Pipeline] sh 16:58:15 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:58:15 + + sudo tee /etc/docker/daemon.new 16:58:15 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:58:15 { 16:58:15 "registry-mirrors": [ 16:58:15 "https://nexus3.edgexfoundry.org:10001" 16:58:15 ], 16:58:15 "bip": "10.250.0.254/24", 16:58:15 "hosts": [ 16:58:15 "tcp://0.0.0.0:5555", 16:58:15 "unix:///var/run/docker.sock" 16:58:15 ], 16:58:15 "mtu": 1458, 16:58:15 "selinux-enabled": true, 16:58:15 "seccomp-profile": "/etc/docker/seccomp.json" 16:58:15 } [Pipeline] sh 16:58:15 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:58:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:58:34 provisioning config files... 16:58:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config5659930986837017073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:58:35 ---> docker-login.sh 16:58:35 nexus3.edgexfoundry.org:10001 16:58:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:36 Configure a credential helper to remove this warning. See 16:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:36 16:58:36 Login Succeeded 16:58:36 nexus3.edgexfoundry.org:10002 16:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:36 Configure a credential helper to remove this warning. See 16:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:36 16:58:36 Login Succeeded 16:58:36 nexus3.edgexfoundry.org:10003 16:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:36 Configure a credential helper to remove this warning. See 16:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:36 16:58:36 Login Succeeded 16:58:36 nexus3.edgexfoundry.org:10004 16:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:37 Configure a credential helper to remove this warning. See 16:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:37 16:58:37 Login Succeeded 16:58:37 docker.io 16:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:38 Configure a credential helper to remove this warning. See 16:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:38 16:58:38 Login Succeeded 16:58:38 ---> docker-login.sh ends [Pipeline] } 16:58:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:58:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:39 ========================================================= 16:58:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:58:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:58:39 + 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 . 16:58:39 Sending build context to Docker daemon 207.9kB 16:58:39 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:58:39 Step 2/13 : FROM ${BASE} AS builder 16:58:39 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:39 9b3977197b4f: Pulling fs layer 16:58:39 1a89e8eeedd5: Pulling fs layer 16:58:39 94645a83ff95: Pulling fs layer 16:58:39 3f3a8bcf1eab: Pulling fs layer 16:58:39 0c92f367c5e7: Pulling fs layer 16:58:39 f7c0051592d6: Pulling fs layer 16:58:39 a227ed2f7395: Pulling fs layer 16:58:39 7b1c46037f91: Pulling fs layer 16:58:39 f7c0051592d6: Waiting 16:58:39 a227ed2f7395: Waiting 16:58:39 7b1c46037f91: Waiting 16:58:39 3f3a8bcf1eab: Waiting 16:58:39 0c92f367c5e7: Waiting 16:58:39 94645a83ff95: Verifying Checksum 16:58:39 94645a83ff95: Download complete 16:58:39 1a89e8eeedd5: Verifying Checksum 16:58:39 1a89e8eeedd5: Download complete 16:58:39 0c92f367c5e7: Verifying Checksum 16:58:39 0c92f367c5e7: Download complete 16:58:39 f7c0051592d6: Verifying Checksum 16:58:39 f7c0051592d6: Download complete 16:58:39 9b3977197b4f: Verifying Checksum 16:58:39 9b3977197b4f: Download complete 16:58:39 a227ed2f7395: Download complete 16:58:40 9b3977197b4f: Pull complete 16:58:41 1a89e8eeedd5: Pull complete 16:58:41 94645a83ff95: Pull complete 16:58:42 7b1c46037f91: Verifying Checksum 16:58:42 7b1c46037f91: Download complete 16:58:42 3f3a8bcf1eab: Verifying Checksum 16:58:42 3f3a8bcf1eab: Download complete 16:58:55 3f3a8bcf1eab: Pull complete 16:58:55 0c92f367c5e7: Pull complete 16:58:55 f7c0051592d6: Pull complete 16:58:55 a227ed2f7395: Pull complete 16:59:02 7b1c46037f91: Pull complete 16:59:02 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 16:59:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:59:02 ---> f79e39bc4007 16:59:02 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:59:02 ---> Running in 27622dfa61c7 16:59:02 Removing intermediate container 27622dfa61c7 16:59:02 ---> 9a7acf0d977c 16:59:02 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:59:02 ---> Running in 32f1f81948b6 16:59:03 Removing intermediate container 32f1f81948b6 16:59:03 ---> a2816dec3bc2 16:59:03 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:59:03 ---> Running in 91161c907dba 16:59:03 Removing intermediate container 91161c907dba 16:59:03 ---> 4d9f973e902a 16:59:03 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:03 ---> Running in d6b4c4d68ccc 16:59:05 Removing intermediate container d6b4c4d68ccc 16:59:05 ---> 6ba685344475 16:59:05 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:59:05 ---> Running in 22e604f53219 16:59:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:59:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:59:08 OK: 220 MiB in 52 packages 16:59:08 Removing intermediate container 22e604f53219 16:59:08 ---> a59914285327 16:59:08 Step 8/13 : WORKDIR /app 16:59:08 ---> Running in df2ea0b22d25 16:59:09 Removing intermediate container df2ea0b22d25 16:59:09 ---> 5b865991c113 16:59:09 Step 9/13 : COPY go.mod vendor* ./ 16:59:09 ---> 815025a66b31 16:59:09 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:09 ---> Running in ad1f2359723e 17:00:31 Removing intermediate container ad1f2359723e 17:00:31 ---> a87877a5cf88 17:00:31 Step 11/13 : COPY . . 17:00:31 ---> 796f7e44d4da 17:00:31 Step 12/13 : ARG MAKE="make build" 17:00:31 ---> Running in 0314156e5336 17:00:31 Removing intermediate container 0314156e5336 17:00:31 ---> 6b6b92fb77be 17:00:31 Step 13/13 : RUN $MAKE 17:00:31 ---> Running in 0c494a65bdd0 17:00:31 noop 17:00:31 Removing intermediate container 0c494a65bdd0 17:00:31 ---> df8f57477bde 17:00:31 Successfully built df8f57477bde 17:00:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:00:32 + docker inspect -f . ci-base-image-arm64 17:00:32 . [Pipeline] withDockerContainer 17:00:32 prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container 17:00:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:00:33 $ docker top ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:34 + go version 17:00:34 go version go1.17.6 linux/arm64 [Pipeline] } 17:00:34 $ docker stop --time=1 ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 17:00:36 $ docker rm -f ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:36 + docker inspect -f . ci-base-image-arm64 17:00:36 . [Pipeline] withDockerContainer 17:00:37 prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container 17:00:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:00:38 $ docker top cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 17:00:39 + make test 17:00:39 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:01:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:01:26 CGO_ENABLED=1 go vet ./... 17:01:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:01:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:01:44 ./bin/test-attribution-txt.sh [Pipeline] echo 17:01:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:01:45 $ docker stop --time=1 cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 17:01:47 $ docker rm -f cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:01:48 Warning: overwriting stash ‘coverage-report’ 17:01:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:01:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:01:49 + ls -al . 17:01:49 total 172 17:01:49 drwxrwxr-x 7 jenkins jenkins 4096 Mar 17 17:01 . 17:01:49 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 16:58 .. 17:01:49 -rw-rw-r-- 1 jenkins jenkins 119 Mar 17 16:58 .dockerignore 17:01:49 drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:58 .git 17:01:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:58 .github 17:01:49 -rw-rw-r-- 1 jenkins jenkins 104 Mar 17 16:58 .gitignore 17:01:49 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 17 16:58 Attribution.txt 17:01:49 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 17 16:58 CHANGELOG.md 17:01:49 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 17 16:58 Dockerfile 17:01:49 -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 16:58 GOVERNANCE.md 17:01:49 -rw-rw-r-- 1 jenkins jenkins 687 Mar 17 16:58 Jenkinsfile 17:01:49 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 17 16:58 LICENSE 17:01:49 -rw-rw-r-- 1 jenkins jenkins 618 Mar 17 16:58 OWNERS.md 17:01:49 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 17 16:58 README.md 17:01:49 -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 16:54 VERSION 17:01:49 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:58 bin 17:01:49 -rw-r--r-- 1 jenkins jenkins 10 Mar 17 17:00 coverage.out 17:01:49 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 17 16:58 go.mod 17:01:49 -rw-rw-r-- 1 jenkins jenkins 50121 Mar 17 16:58 go.sum 17:01:49 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 17 16:58 main.go 17:01:49 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 17 16:58 makefile 17:01:49 drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 16:58 res 17:01:49 drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 16:58 snap [Pipeline] isUnix [Pipeline] sh 17:01:50 + 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 --label arch=arm64 --label version=2.2.0-dev.20 . 17:01:50 Sending build context to Docker daemon 208.9kB 17:01:50 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 17:01:50 Step 2/27 : FROM ${BASE} AS builder 17:01:50 ---> df8f57477bde 17:01:50 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:01:50 ---> Running in bf86401935a8 17:01:50 Removing intermediate container bf86401935a8 17:01:50 ---> 488d53617a43 17:01:50 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:01:50 ---> Running in 2e582dec6f8b 17:01:51 Removing intermediate container 2e582dec6f8b 17:01:51 ---> fb4331b71866 17:01:51 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:01:51 ---> Running in 5c8944c247b7 17:01:51 Removing intermediate container 5c8944c247b7 17:01:51 ---> bb31f6295a49 17:01:51 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:51 ---> Running in bac642ccbe4f 17:01:53 Removing intermediate container bac642ccbe4f 17:01:53 ---> 918e65045dbb 17:01:53 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:01:53 ---> Running in b7b1c0e076ce 17:01:54 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:01:55 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:01:56 OK: 220 MiB in 52 packages 17:01:57 Removing intermediate container b7b1c0e076ce 17:01:57 ---> 5b771241a60c 17:01:57 Step 8/27 : WORKDIR /app 17:01:57 ---> Running in 0b806520c4ca 17:01:57 Removing intermediate container 0b806520c4ca 17:01:57 ---> 63111b39b505 17:01:57 Step 9/27 : COPY go.mod vendor* ./ 17:01:57 ---> 91e37f3c1f11 17:01:57 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:01:57 ---> Running in c03ea0f711f7 17:02:00 Removing intermediate container c03ea0f711f7 17:02:00 ---> b478ae837e4a 17:02:00 Step 11/27 : COPY . . 17:02:00 ---> f26e73a730d5 17:02:00 Step 12/27 : ARG MAKE="make build" 17:02:00 ---> Running in 95d769e3a325 17:02:01 Removing intermediate container 95d769e3a325 17:02:01 ---> 0e275bc8662f 17:02:01 Step 13/27 : RUN $MAKE 17:02:01 ---> Running in 99492cdb6715 17:02:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.30 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.20" -o app-service-configurable 17:02:49 Removing intermediate container 99492cdb6715 17:02:49 ---> 3820a8c2e992 17:02:49 Step 14/27 : FROM alpine:3.14 17:02:49 3.14: Pulling from library/alpine 17:02:49 be307f383ecc: Pulling fs layer 17:02:49 be307f383ecc: Download complete 17:02:49 be307f383ecc: Pull complete 17:02:49 Digest: sha256:f1ed84ca390bf30ed80fcfe093f9cecee089b022277b15c9a6abcf5ebfd496ae 17:02:49 Status: Downloaded newer image for alpine:3.14 17:02:49 ---> 5b8b7b635229 17:02:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:02:49 ---> Running in 4c7829a869cf 17:02:49 Removing intermediate container 4c7829a869cf 17:02:49 ---> 7dc1a17a51e7 17:02:49 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:02:49 ---> Running in b05398d70364 17:02:49 Removing intermediate container b05398d70364 17:02:49 ---> 9ea72d80b6d9 17:02:49 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:02:49 ---> Running in af7a7f58c6ff 17:02:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:02:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:02:49 (1/7) Installing ca-certificates (20211220-r0) 17:02:49 (2/7) Installing dumb-init (1.2.5-r1) 17:02:49 (3/7) Installing libgcc (10.3.1_git20210424-r2) 17:02:49 (4/7) Installing libsodium (1.0.18-r0) 17:02:49 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 17:02:49 (6/7) Installing libzmq (4.3.4-r0) 17:02:49 (7/7) Installing zeromq (4.3.4-r0) 17:02:49 Executing busybox-1.33.1-r6.trigger 17:02:49 Executing ca-certificates-20211220-r0.trigger 17:02:49 OK: 9 MiB in 21 packages 17:02:51 Removing intermediate container af7a7f58c6ff 17:02:51 ---> bc40a1bd40ad 17:02:51 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:02:51 ---> 7ab9f1e4c535 17:02:51 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:02:52 ---> 2855d1ab9194 17:02:52 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:02:52 ---> da554c10d688 17:02:52 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:02:53 ---> 8e350978e3cb 17:02:53 Step 22/27 : EXPOSE 48095 17:02:53 ---> Running in cbc4502c90bd 17:02:54 Removing intermediate container cbc4502c90bd 17:02:54 ---> 8a30ec557e1f 17:02:54 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:02:54 ---> Running in 97540c131d53 17:02:54 Removing intermediate container 97540c131d53 17:02:54 ---> 8b79a0b70b80 17:02:54 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:54 ---> Running in 54ab4520b5d1 17:02:55 Removing intermediate container 54ab4520b5d1 17:02:55 ---> cd5858fb84bb 17:02:55 Step 25/27 : LABEL arch=arm64 17:02:55 ---> Running in af097d093a80 17:02:55 Removing intermediate container af097d093a80 17:02:55 ---> 26e37959dc27 17:02:55 Step 26/27 : LABEL git_sha=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 17:02:55 ---> Running in 97e28aeb65b1 17:02:55 Removing intermediate container 97e28aeb65b1 17:02:55 ---> c3e55b5dd0e5 17:02:55 Step 27/27 : LABEL version=2.2.0-dev.20 17:02:55 ---> Running in d6e7ae5faebe 17:02:56 Removing intermediate container d6e7ae5faebe 17:02:56 ---> 881a070fe913 17:02:56 [Warning] One or more build-args [ARCH] were not consumed 17:02:56 Successfully built 881a070fe913 17:02:56 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 17:02:56 provisioning config files... 17:02:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config902735435932639245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:56 ---> docker-login.sh 17:02:56 nexus3.edgexfoundry.org:10001 17:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:56 Configure a credential helper to remove this warning. See 17:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:56 17:02:56 Login Succeeded 17:02:56 nexus3.edgexfoundry.org:10002 17:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:57 Configure a credential helper to remove this warning. See 17:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:57 17:02:57 Login Succeeded 17:02:57 nexus3.edgexfoundry.org:10003 17:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:58 Configure a credential helper to remove this warning. See 17:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:58 17:02:58 Login Succeeded 17:02:58 nexus3.edgexfoundry.org:10004 17:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:58 Configure a credential helper to remove this warning. See 17:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:58 17:02:58 Login Succeeded 17:02:58 docker.io 17:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:59 Configure a credential helper to remove this warning. See 17:02:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:59 17:02:59 Login Succeeded 17:02:59 ---> docker-login.sh ends [Pipeline] } 17:02:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:02:59 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 17:02:59 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 17:02:59 latest 17:02:59 2.2.0-dev.20 17:02:59 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 17:02:59 main 17:02:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:59 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] isUnix [Pipeline] sh 17:02:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 17:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:59 c12ee027549f: Preparing 17:02:59 c7219c7b0057: Preparing 17:02:59 4a1cee4013ec: Preparing 17:02:59 4ae66cd3dab8: Preparing 17:02:59 7f3e22678e81: Preparing 17:02:59 62170e181a92: Preparing 17:02:59 62170e181a92: Waiting 17:03:00 4ae66cd3dab8: Pushed 17:03:00 c7219c7b0057: Pushed 17:03:00 4a1cee4013ec: Pushed 17:03:00 62170e181a92: Layer already exists 17:03:01 7f3e22678e81: Pushed 17:03:04 c12ee027549f: Pushed 17:03:04 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:03:04 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:03:05 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:03:05 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:03:05 c12ee027549f: Preparing 17:03:05 c7219c7b0057: Preparing 17:03:05 4a1cee4013ec: Preparing 17:03:05 4ae66cd3dab8: Preparing 17:03:05 7f3e22678e81: Preparing 17:03:05 62170e181a92: Preparing 17:03:05 62170e181a92: Waiting 17:03:05 4a1cee4013ec: Layer already exists 17:03:05 4ae66cd3dab8: Layer already exists 17:03:05 7f3e22678e81: Layer already exists 17:03:05 c7219c7b0057: Layer already exists 17:03:05 c12ee027549f: Layer already exists 17:03:05 62170e181a92: Layer already exists 17:03:05 latest: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:03:05 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh 17:03:06 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 17:03:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:03:06 c12ee027549f: Preparing 17:03:06 c7219c7b0057: Preparing 17:03:06 4a1cee4013ec: Preparing 17:03:06 4ae66cd3dab8: Preparing 17:03:06 7f3e22678e81: Preparing 17:03:06 62170e181a92: Preparing 17:03:06 62170e181a92: Waiting 17:03:06 c7219c7b0057: Layer already exists 17:03:06 4a1cee4013ec: Layer already exists 17:03:06 7f3e22678e81: Layer already exists 17:03:06 4ae66cd3dab8: Layer already exists 17:03:06 c12ee027549f: Layer already exists 17:03:06 62170e181a92: Layer already exists 17:03:06 2.2.0-dev.20: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:03:06 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh 17:03:07 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 17:03:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:03:07 c12ee027549f: Preparing 17:03:07 c7219c7b0057: Preparing 17:03:07 4a1cee4013ec: Preparing 17:03:07 4ae66cd3dab8: Preparing 17:03:07 7f3e22678e81: Preparing 17:03:07 62170e181a92: Preparing 17:03:07 7f3e22678e81: Layer already exists 17:03:07 c7219c7b0057: Layer already exists 17:03:07 4ae66cd3dab8: Layer already exists 17:03:07 4a1cee4013ec: Layer already exists 17:03:07 c12ee027549f: Layer already exists 17:03:07 62170e181a92: Layer already exists 17:03:07 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:03:07 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 17:03:08 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 17:03:08 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:03:08 c12ee027549f: Preparing 17:03:08 c7219c7b0057: Preparing 17:03:08 4a1cee4013ec: Preparing 17:03:08 4ae66cd3dab8: Preparing 17:03:08 7f3e22678e81: Preparing 17:03:08 62170e181a92: Preparing 17:03:08 62170e181a92: Waiting 17:03:08 c12ee027549f: Layer already exists 17:03:08 c7219c7b0057: Layer already exists 17:03:08 4a1cee4013ec: Layer already exists 17:03:08 4ae66cd3dab8: Layer already exists 17:03:08 7f3e22678e81: Layer already exists 17:03:08 62170e181a92: Layer already exists 17:03:08 main: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:03:08 ===================================================== [Pipeline] echo 17:03:08 taggedImages: 17:03:08 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 17:03:08 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:03:08 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 17:03:08 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 17:03:08 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:08 17:03:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 17:03:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:09 arm64: Pulling from edgex-lftools-log-publisher 17:03:09 8998bd30e6a1: Pulling fs layer 17:03:09 04944245beec: Pulling fs layer 17:03:09 699f458cf7ca: Pulling fs layer 17:03:09 765212b225bb: Pulling fs layer 17:03:09 f23df028b6ca: Pulling fs layer 17:03:09 d65c8cfc05b1: Pulling fs layer 17:03:09 2437ff75d9bd: Pulling fs layer 17:03:09 765212b225bb: Waiting 17:03:09 f23df028b6ca: Waiting 17:03:09 d65c8cfc05b1: Waiting 17:03:09 2437ff75d9bd: Waiting 17:03:09 04944245beec: Download complete 17:03:09 765212b225bb: Verifying Checksum 17:03:09 765212b225bb: Download complete 17:03:09 f23df028b6ca: Verifying Checksum 17:03:09 f23df028b6ca: Download complete 17:03:09 d65c8cfc05b1: Verifying Checksum 17:03:09 d65c8cfc05b1: Download complete 17:03:09 699f458cf7ca: Verifying Checksum 17:03:09 699f458cf7ca: Download complete 17:03:09 8998bd30e6a1: Verifying Checksum 17:03:09 8998bd30e6a1: Download complete 17:03:12 2437ff75d9bd: Verifying Checksum 17:03:12 2437ff75d9bd: Download complete 17:03:14 8998bd30e6a1: Pull complete 17:03:14 04944245beec: Pull complete 17:03:16 699f458cf7ca: Pull complete 17:03:16 765212b225bb: Pull complete 17:03:17 f23df028b6ca: Pull complete 17:03:17 d65c8cfc05b1: Pull complete 17:03:32 2437ff75d9bd: Pull complete 17:03:32 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:03:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 17:03:32 prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container 17:03:32 $ 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/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:03:35 $ docker top df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:36 ---> job-cost.sh 17:03:36 lf-activate-venv: SKIPPING 17:03:36 INFO: No Stack... 17:03:36 INFO: Retrieving Pricing Info for: v3-standard-4 17:03:37 INFO: Archiving Costs [Pipeline] sh 17:03:38 + cat /w/workspace/app-service-configurable/56/archives/cost.csv 17:03:38 + cut -d, -f6 [Pipeline] lock 17:03:38 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] 17:03:38 Resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] did not exist. Created. 17:03:38 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:03:38 /w/workspace/app-service-configurable/56@tmp/durable-110217a8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:03:39 + echo total: 0.10999999940395355 [Pipeline] stash 17:03:39 Warning: overwriting stash ‘stack-cost’ 17:03:39 Stashed 1 file(s) [Pipeline] } 17:03:39 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] // lock [Pipeline] } 17:03:39 $ docker stop --time=1 df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 17:03:41 $ docker rm -f df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 [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 17:03:41 provisioning config files... 17:03:41 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config529150612072186223tmp [Pipeline] { [Pipeline] sh 17:03:41 + set +x 17:03:41 + curl -s https://codecov.io/bash 17:03:41 + bash -s -- 17:03:41 17:03:41 _____ _ 17:03:41 / ____| | | 17:03:41 | | ___ __| | ___ ___ _____ __ 17:03:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:03:41 | |___| (_) | (_| | __/ (_| (_) \ V / 17:03:41 \_____\___/ \__,_|\___|\___\___/ \_/ 17:03:41 Bash-1.0.6 17:03:41 17:03:41 17:03:41 ==> git version 2.25.1 found 17:03:41 ==> 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 17:03:41 Release-Date: 2020-01-08 17:03:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:03:41 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:03:41 ==> Jenkins CI detected. 17:03:41 current dir:  /w/workspace/ry_app-service-configurable_main 17:03:41 project root: . 17:03:41 --> token set from env 17:03:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:03:41 ==> Running gcov in . (disable via -X gcov) 17:03:41 ==> Python coveragepy not found 17:03:41 ==> Searching for coverage reports in: 17:03:41 + . 17:03:41 -> Found 1 reports 17:03:41 ==> Detecting git/mercurial file structure 17:03:41 ==> Reading reports 17:03:41 + ./coverage.out bytes=10 17:03:41 ==> Appending adjustments 17:03:41 https://docs.codecov.io/docs/fixing-reports 17:03:42 + Found adjustments 17:03:42 ==> Gzipping contents 17:03:42 4.0K /tmp/codecov.xDxJH7.gz 17:03:42 ==> Uploading reports 17:03:42 url: https://codecov.io 17:03:42 query: branch=main&commit=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:42 -> Pinging Codecov 17:03:42 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:42 -> Uploading to 17:03:42 https://storage.googleapis.com/codecov/v4/raw/2022-03-17/A97CA9966030D2A3747ED39772930CCE/f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3/15f79c6f-3302-4a6a-854e-9a79bf87ebe2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220317T170342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7784e7028af78e643754fae82cde4e377d5a40992b19bf920270248a8967965 17:03:42 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:42 Dload Upload Total Spent Left Speed 17:03:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2069 --:--:-- --:--:-- --:--:-- 2069 17:03:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] } 17:03:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:03:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:03:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:43 17:03:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:03:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:03:43 188c0c94c7c5: Pulling fs layer 17:03:43 0ef7d3d256c8: Pulling fs layer 17:03:43 de9db76c5a1d: Pulling fs layer 17:03:43 0eba1c9be4d2: Pulling fs layer 17:03:43 0d57e429df01: Pulling fs layer 17:03:43 4e4be7b47b0d: Pulling fs layer 17:03:43 e1f770b5df2f: Pulling fs layer 17:03:43 85a0685a4137: Pulling fs layer 17:03:43 0eba1c9be4d2: Waiting 17:03:43 4e4be7b47b0d: Waiting 17:03:43 e1f770b5df2f: Waiting 17:03:43 85a0685a4137: Waiting 17:03:43 de9db76c5a1d: Verifying Checksum 17:03:43 de9db76c5a1d: Download complete 17:03:43 0ef7d3d256c8: Verifying Checksum 17:03:43 0ef7d3d256c8: Download complete 17:03:43 0d57e429df01: Verifying Checksum 17:03:43 0d57e429df01: Download complete 17:03:43 4e4be7b47b0d: Verifying Checksum 17:03:43 4e4be7b47b0d: Download complete 17:03:43 188c0c94c7c5: Verifying Checksum 17:03:43 188c0c94c7c5: Download complete 17:03:43 188c0c94c7c5: Pull complete 17:03:43 e1f770b5df2f: Verifying Checksum 17:03:43 e1f770b5df2f: Download complete 17:03:43 0ef7d3d256c8: Pull complete 17:03:44 de9db76c5a1d: Pull complete 17:03:44 0eba1c9be4d2: Download complete 17:03:44 85a0685a4137: Verifying Checksum 17:03:44 85a0685a4137: Download complete 17:03:47 0eba1c9be4d2: Pull complete 17:03:47 0d57e429df01: Pull complete 17:03:47 4e4be7b47b0d: Pull complete 17:03:48 e1f770b5df2f: Pull complete 17:03:51 85a0685a4137: Pull complete 17:03:51 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:03:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:03:51 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:03:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:03:53 $ docker top e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:03:54 + set -o pipefail 17:03:54 + snyk monitor '--org=edgex-jenkins' 17:03:59 17:03:59 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 17:03:59 17:03:59 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b8d458ca-3f7e-4ce3-b728-9b6708a7be70 17:03:59 17:03:59 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:03:59 17:03:59 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:03:59 17:03:59 [Pipeline] } 17:03:59 $ docker stop --time=1 e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a 17:04:01 $ docker rm -f e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a [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 17:04:02 + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] sh 17:04:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:04:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:02 . [Pipeline] withDockerContainer 17:04:03 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:04:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:03 $ docker top b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:03 [ssh-agent] Looking for ssh-agent implementation... 17:04:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:03 $ docker exec b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 ssh-agent 17:04:03 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkeFNbM/agent.13 17:04:03 SSH_AGENT_PID=19 17:04:03 Running ssh-add (command line suppressed) 17:04:03 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1733449540262374874.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1733449540262374874.key) 17:04:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:04 + git semver tag 17:04:04 # -> Open(): unable to determine branch for HEAD 17:04:04 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:04:04 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:04:04 # $SEMVER_REMOTE_NAME = origin 17:04:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:04 # $SEMVER_USER_NAME = edgex-jenkins 17:04:04 # $SEMVER_BRANCH = main 17:04:04 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:04:04 # f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 HEAD 17:04:04 # -> Force: false 17:04:04 # 1d7dd64904728150290b6c14ab22825003de0170 refs/tags/v2.2.0-dev.20 [Pipeline] } 17:04:04 $ docker exec --env ******** --env ******** b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 ssh-agent -k 17:04:04 unset SSH_AUTH_SOCK; 17:04:04 unset SSH_AGENT_PID; 17:04:04 echo Agent pid 19 killed; 17:04:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:04 + git semver [Pipeline] } 17:04:04 $ docker stop --time=1 b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 17:04:06 $ docker rm -f b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:06 17:04:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:04:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:06 0.23.1-centos7: Pulling from edgex-lftools 17:04:06 ab5ef0e58194: Pulling fs layer 17:04:06 9712f1f96733: Pulling fs layer 17:04:06 63f879dbbcfc: Pulling fs layer 17:04:06 0d9ebad4ef96: Pulling fs layer 17:04:06 e9a5061849ea: Pulling fs layer 17:04:06 d747dcd14b5f: Pulling fs layer 17:04:06 2de7ff778b66: Pulling fs layer 17:04:06 0d9ebad4ef96: Waiting 17:04:06 e9a5061849ea: Waiting 17:04:06 d747dcd14b5f: Waiting 17:04:06 9712f1f96733: Verifying Checksum 17:04:06 9712f1f96733: Download complete 17:04:07 63f879dbbcfc: Verifying Checksum 17:04:07 63f879dbbcfc: Download complete 17:04:07 e9a5061849ea: Verifying Checksum 17:04:07 e9a5061849ea: Download complete 17:04:07 d747dcd14b5f: Verifying Checksum 17:04:07 d747dcd14b5f: Download complete 17:04:07 ab5ef0e58194: Verifying Checksum 17:04:07 ab5ef0e58194: Download complete 17:04:07 0d9ebad4ef96: Verifying Checksum 17:04:07 0d9ebad4ef96: Download complete 17:04:07 2de7ff778b66: Verifying Checksum 17:04:07 2de7ff778b66: Download complete 17:04:09 ab5ef0e58194: Pull complete 17:04:09 9712f1f96733: Pull complete 17:04:10 63f879dbbcfc: Pull complete 17:04:14 0d9ebad4ef96: Pull complete 17:04:14 e9a5061849ea: Pull complete 17:04:14 d747dcd14b5f: Pull complete 17:04:15 2de7ff778b66: Pull complete 17:04:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:04:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:04:15 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:04:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:04:18 $ docker top dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:04:19 provisioning config files... 17:04:19 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3508194840079147043tmp 17:04:19 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6619182598145071032tmp 17:04:19 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4869952700682201209tmp [Pipeline] { [Pipeline] echo 17:04:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:04:19 ---> sigul-configuration.sh 17:04:19 gpg: directory `/root/.gnupg' created 17:04:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:04:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:04:19 gpg: keyring `/root/.gnupg/secring.gpg' created 17:04:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:04:19 gpg: CAST5 encrypted data 17:04:19 gpg: encrypted with 1 passphrase 17:04:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:04:19 + mkdir /home/jenkins 17:04:19 + mkdir /home/jenkins/sigul [Pipeline] sh 17:04:19 + 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 17:04:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:04:20 ---> sigul-install.sh 17:04:20 Sigul already installed; skipping installation. [Pipeline] sh 17:04:20 + git tag --list 17:04:20 v1.0.0 17:04:20 v1.1.0 17:04:20 v1.2.0 17:04:20 v1.3.0 17:04:20 v1.3.1 17:04:20 v2.0.0 17:04:20 v2.0.1 17:04:20 v2.0.1-dev.1 17:04:20 v2.0.2-dev.1 17:04:20 v2.0.2-dev.10 17:04:20 v2.0.2-dev.11 17:04:20 v2.0.2-dev.12 17:04:20 v2.0.2-dev.13 17:04:20 v2.0.2-dev.14 17:04:20 v2.0.2-dev.15 17:04:20 v2.0.2-dev.16 17:04:20 v2.0.2-dev.17 17:04:20 v2.0.2-dev.18 17:04:20 v2.0.2-dev.19 17:04:20 v2.0.2-dev.2 17:04:20 v2.0.2-dev.20 17:04:20 v2.0.2-dev.21 17:04:20 v2.0.2-dev.22 17:04:20 v2.0.2-dev.23 17:04:20 v2.0.2-dev.24 17:04:20 v2.0.2-dev.25 17:04:20 v2.0.2-dev.26 17:04:20 v2.0.2-dev.27 17:04:20 v2.0.2-dev.28 17:04:20 v2.0.2-dev.29 17:04:20 v2.0.2-dev.3 17:04:20 v2.0.2-dev.30 17:04:20 v2.0.2-dev.4 17:04:20 v2.0.2-dev.5 17:04:20 v2.0.2-dev.6 17:04:20 v2.0.2-dev.7 17:04:20 v2.0.2-dev.8 17:04:20 v2.0.2-dev.9 17:04:20 v2.1.0 17:04:20 v2.2.0-dev.1 17:04:20 v2.2.0-dev.10 17:04:20 v2.2.0-dev.11 17:04:20 v2.2.0-dev.12 17:04:20 v2.2.0-dev.13 17:04:20 v2.2.0-dev.14 17:04:20 v2.2.0-dev.15 17:04:20 v2.2.0-dev.16 17:04:20 v2.2.0-dev.17 17:04:20 v2.2.0-dev.18 17:04:20 v2.2.0-dev.19 17:04:20 v2.2.0-dev.2 17:04:20 v2.2.0-dev.20 17:04:20 v2.2.0-dev.3 17:04:20 v2.2.0-dev.4 17:04:20 v2.2.0-dev.5 17:04:20 v2.2.0-dev.6 17:04:20 v2.2.0-dev.7 17:04:20 v2.2.0-dev.8 17:04:20 v2.2.0-dev.9 [Pipeline] sh 17:04:20 + lftools sign git-tag v2.2.0-dev.20 17:04:21 Signing Git tag with Sigul... 17:04:21 Signing v2.2.0-dev.20 [Pipeline] echo 17:04:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:04:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:04:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:04:21 $ docker stop --time=1 dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd 17:04:23 $ docker rm -f dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:04:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:04:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:23 . [Pipeline] withDockerContainer 17:04:24 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:04:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:24 $ docker top 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:24 [ssh-agent] Looking for ssh-agent implementation... 17:04:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:24 $ docker exec 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 ssh-agent 17:04:24 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiicDoH/agent.13 17:04:24 SSH_AGENT_PID=19 17:04:24 Running ssh-add (command line suppressed) 17:04:25 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6454455720145572736.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6454455720145572736.key) 17:04:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:25 + git semver bump pre 17:04:25 # -> Open(): unable to determine branch for HEAD 17:04:25 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:04:25 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:04:25 # $SEMVER_REMOTE_NAME = origin 17:04:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:25 # $SEMVER_USER_NAME = edgex-jenkins 17:04:25 # $SEMVER_BRANCH = main 17:04:25 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:04:25 2.2.0-dev.21 [Pipeline] } 17:04:25 $ docker exec --env ******** --env ******** 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 ssh-agent -k 17:04:25 unset SSH_AUTH_SOCK; 17:04:25 unset SSH_AGENT_PID; 17:04:25 echo Agent pid 19 killed; 17:04:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:25 + git semver [Pipeline] } 17:04:25 $ docker stop --time=1 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 17:04:27 $ docker rm -f 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 [Pipeline] // withDockerContainer [Pipeline] sh 17:04:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:04:27 . [Pipeline] withDockerContainer 17:04:27 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:04:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:04:28 $ docker top 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:28 [ssh-agent] Looking for ssh-agent implementation... 17:04:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:28 $ docker exec 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 ssh-agent 17:04:28 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPLdFfF/agent.13 17:04:28 SSH_AGENT_PID=19 17:04:28 Running ssh-add (command line suppressed) 17:04:28 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8483547752419905115.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8483547752419905115.key) 17:04:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:29 + git semver push 17:04:29 # -> Open(): unable to determine branch for HEAD 17:04:29 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:04:29 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:04:29 # $SEMVER_REMOTE_NAME = origin 17:04:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:04:29 # $SEMVER_USER_NAME = edgex-jenkins 17:04:29 # $SEMVER_BRANCH = main 17:04:29 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 17:04:30 $ docker exec --env ******** --env ******** 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 ssh-agent -k 17:04:31 unset SSH_AUTH_SOCK; 17:04:31 unset SSH_AGENT_PID; 17:04:31 echo Agent pid 19 killed; 17:04:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:31 + git semver [Pipeline] } 17:04:31 $ docker stop --time=1 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 17:04:32 $ docker rm -f 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 [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 17:04:33 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 17:04:33 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:04:33 total 16 17:04:33 drwxr-xr-x 3 root root 4096 Mar 17 16:55 . 17:04:33 drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 17:04 .. 17:04:33 drwxr-xr-x 2 root root 4096 Mar 17 16:55 cost 17:04:33 -rw-r--r-- 1 root root 94 Mar 17 16:55 cost.csv 17:04:33 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 17:04:33 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:04:33 total 16 17:04:33 drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 16:55 . 17:04:33 drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 17:04 .. 17:04:33 drwxr-xr-x 2 jenkins jenkins 4096 Mar 17 16:55 cost 17:04:33 -rw-r--r-- 1 jenkins jenkins 94 Mar 17 16:55 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:04:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:34 ---> package-listing.sh 17:04:34 ++ facter osfamily 17:04:34 ++ tr '[:upper:]' '[:lower:]' 17:04:34 + OS_FAMILY=debian 17:04:34 + workspace=/w/workspace/ry_app-service-configurable_main 17:04:34 + START_PACKAGES=/tmp/packages_start.txt 17:04:34 + END_PACKAGES=/tmp/packages_end.txt 17:04:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:34 + PACKAGES=/tmp/packages_start.txt 17:04:34 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:04:34 + PACKAGES=/tmp/packages_end.txt 17:04:34 + case "${OS_FAMILY}" in 17:04:34 + dpkg -l 17:04:34 + grep '^ii' 17:04:34 + '[' -f /tmp/packages_start.txt ']' 17:04:34 + '[' -f /tmp/packages_end.txt ']' 17:04:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:34 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:04:34 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 17:04:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 17:04:34 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 17:04:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:04:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:04:35 . [Pipeline] withDockerContainer 17:04:35 prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container 17:04:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:04:36 $ docker top f86c8973a3698d4d4a82ed5266276e9a581a64fa2e1051025cb714dc01465c47 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:36 + touch /tmp/pre-build-complete [Pipeline] sh 17:04:37 + mkdir -p /var/log/sysstat [Pipeline] sh 17:04:37 + ls /var/log/sa-host 17:04:37 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:04:37 provisioning config files... 17:04:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4236931869904590659tmp [Pipeline] { [Pipeline] echo 17:04:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:04:37 ---> create-netrc.sh [Pipeline] } 17:04:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:04:38 ---> python-tools-install.sh [Pipeline] echo 17:04:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:04:38 ---> sudo-logs.sh 17:04:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:04:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:04:38 ---> job-cost.sh 17:04:38 lf-activate-venv: SKIPPING 17:04:38 DEBUG: total: 0.2199999988079071 17:04:38 INFO: Retrieving Stack Cost... 17:04:39 INFO: Retrieving Pricing Info for: v3-standard-8 17:04:39 INFO: Archiving Costs [Pipeline] echo 17:04:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:04:39 ---> logs-deploy.sh 17:04:39 lf-activate-venv: SKIPPING 17:04:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/56 17:04:39 INFO: archiving workspace using pattern(s): 17:04:40 Archives upload complete. 17:04:40 INFO: archiving logs to Nexus