Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 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-ssh5847297960792220692.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-ssh17955747473095035198.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-ssh5258452664632900093.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-ssh3685406078066268782.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-ssh12866887908774828927.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-8423 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 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 (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 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389)" > git rev-list --no-walk f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:55:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:55:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:55:28 ========================================================= 16:55:28 EdgeX Global Pipelines Version Info 16:55:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:55:29 ------------------- 16:55:29 stable info: 16:55:29 ------------------- 16:55:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:55:29 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:55:29 Message: update stable to v1.0.221 16:55:29 ------------------- 16:55:29 experimental info: 16:55:29 ------------------- 16:55:29 Commited By: **** collab-it+edgex@linuxfoundation.org 16:55:29 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:55:29 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92fb1b1 [Pipeline] echo 16:55:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:55:30 provisioning config files... 16:55:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3952367999587393615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:30 ---> docker-login.sh 16:55:30 nexus3.edgexfoundry.org:10001 16:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:31 Configure a credential helper to remove this warning. See 16:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:31 16:55:31 Login Succeeded 16:55:31 nexus3.edgexfoundry.org:10002 16:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:31 Configure a credential helper to remove this warning. See 16:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:31 16:55:31 Login Succeeded 16:55:31 nexus3.edgexfoundry.org:10003 16:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:31 Configure a credential helper to remove this warning. See 16:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:31 16:55:31 Login Succeeded 16:55:31 nexus3.edgexfoundry.org:10004 16:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:31 Configure a credential helper to remove this warning. See 16:55:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:31 16:55:31 Login Succeeded 16:55:31 docker.io 16:55:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:32 Configure a credential helper to remove this warning. See 16:55:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:32 16:55:32 Login Succeeded 16:55:32 ---> docker-login.sh ends [Pipeline] } 16:55:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:55:32 + git rev-list -1 --merges 92fb1b13d260eb9383d909cf158b9f7c84f7ba93~1..92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo 16:55:32 -----------> git rev-list -1 --merges 92fb1b13d260eb9383d909cf158b9f7c84f7ba93~1..92fb1b13d260eb9383d909cf158b9f7c84f7ba93 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [false] [Pipeline] sh 16:55:32 + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo 16:55:32 ========================================================= 16:55:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:55:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:55:33 + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo 16:55:33 [semverPrep] GIT_COMMIT: 92fb1b13d260eb9383d909cf158b9f7c84f7ba93, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389) [Pipeline] echo 16:55:33 [semverPrep] This is not a build commit. [Pipeline] sh 16:55:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:55:33 + grep -v github /etc/ssh/ssh_known_hosts 16:55:33 + [ -e /tmp/ssh_known_hosts ] 16:55:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:55:33 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:55:33 + sudo tee -a /etc/ssh/ssh_known_hosts 16:55:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:55:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:34 16:55:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:55:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:34 latest: Pulling from edgex-devops/git-semver 16:55:34 a0d0a0d46f8b: Pulling fs layer 16:55:34 3e5f54012d9b: Pulling fs layer 16:55:34 4c7163046ea9: Pulling fs layer 16:55:34 0c2d73faf560: Pulling fs layer 16:55:34 0c2d73faf560: Waiting 16:55:34 3e5f54012d9b: Verifying Checksum 16:55:34 3e5f54012d9b: Download complete 16:55:34 a0d0a0d46f8b: Download complete 16:55:34 0c2d73faf560: Verifying Checksum 16:55:34 0c2d73faf560: Download complete 16:55:34 4c7163046ea9: Verifying Checksum 16:55:34 4c7163046ea9: Download complete 16:55:34 a0d0a0d46f8b: Pull complete 16:55:34 3e5f54012d9b: Pull complete 16:55:35 4c7163046ea9: Pull complete 16:55:35 0c2d73faf560: Pull complete 16:55:35 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 16:55:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:55:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:55:35 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 16:55:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:55:36 $ docker top 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:55:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:36 [ssh-agent] Looking for ssh-agent implementation... 16:55:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:36 $ docker exec 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent 16:55:36 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgaCjiL/agent.14 16:55:36 SSH_AGENT_PID=20 16:55:36 Running ssh-add (command line suppressed) 16:55:36 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2331915955511713975.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2331915955511713975.key) 16:55:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:36 + git tag --points-at HEAD [Pipeline] } 16:55:36 $ docker exec --env ******** --env ******** 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent -k 16:55:37 unset SSH_AUTH_SOCK; 16:55:37 unset SSH_AGENT_PID; 16:55:37 echo Agent pid 20 killed; 16:55:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:55:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:55:37 [ssh-agent] Looking for ssh-agent implementation... 16:55:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:55:37 $ docker exec 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent 16:55:37 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXplMjlg/agent.55 16:55:37 SSH_AGENT_PID=61 16:55:37 Running ssh-add (command line suppressed) 16:55:37 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8267603469065301128.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8267603469065301128.key) 16:55:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:55:37 + git semver init 16:55:37 # -> Open(): unable to determine branch for HEAD 16:55:37 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:55:37 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:55:37 # $SEMVER_REMOTE_NAME = origin 16:55:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:55:37 # $SEMVER_USER_NAME = edgex-jenkins 16:55:37 # $SEMVER_BRANCH = main 16:55:37 # $SEMVER_TEMP = /tmp/semver-485313953 16:55:37 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:55:38 # '/tmp/semver-485313953' -> '/w/workspace/ry_app-service-configurable_main/.semver' 16:55:38 # -> Force: false 16:55:38 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 16:55:38 $ docker exec --env ******** --env ******** 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent -k 16:55:38 unset SSH_AUTH_SOCK; 16:55:38 unset SSH_AGENT_PID; 16:55:38 echo Agent pid 61 killed; 16:55:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:55:39 + git semver [Pipeline] } 16:55:39 $ docker stop --time=1 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 16:55:40 $ docker rm -f 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 [Pipeline] // withDockerContainer [Pipeline] sh 16:55:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:55:41 Stashed 1 file(s) [Pipeline] echo 16:55:41 [edgeXSemver]: initialized semver on version 2.2.0-dev.21 [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:55:41 provisioning config files... 16:55:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4769289550291151415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:41 ---> docker-login.sh 16:55:41 nexus3.edgexfoundry.org:10001 16:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:41 Configure a credential helper to remove this warning. See 16:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:41 16:55:41 Login Succeeded 16:55:41 nexus3.edgexfoundry.org:10002 16:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:41 Configure a credential helper to remove this warning. See 16:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:41 16:55:41 Login Succeeded 16:55:41 nexus3.edgexfoundry.org:10003 16:55:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:41 Configure a credential helper to remove this warning. See 16:55:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:41 16:55:41 Login Succeeded 16:55:41 nexus3.edgexfoundry.org:10004 16:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:42 Configure a credential helper to remove this warning. See 16:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:42 16:55:42 Login Succeeded 16:55:42 docker.io 16:55:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:55:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:55:42 Configure a credential helper to remove this warning. See 16:55:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:55:42 16:55:42 Login Succeeded 16:55:42 ---> docker-login.sh ends [Pipeline] } 16:55:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:55:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:55:42 ========================================================= 16:55:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:55:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:55:42 + 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:55:42 Sending build context to Docker daemon 2.977MB 16:55:42 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:55:42 Step 2/13 : FROM ${BASE} AS builder 16:55:42 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:55:42 59bf1c3509f3: Pulling fs layer 16:55:42 666ba61612fd: Pulling fs layer 16:55:42 8ed8ca486205: Pulling fs layer 16:55:42 4fe6c5a15a65: Pulling fs layer 16:55:42 22a0e8bec74d: Pulling fs layer 16:55:42 640e595b4fbd: Pulling fs layer 16:55:42 763cafe07f6e: Pulling fs layer 16:55:42 0c0b528cf693: Pulling fs layer 16:55:42 10935f4eaf8b: Pulling fs layer 16:55:42 640e595b4fbd: Waiting 16:55:42 763cafe07f6e: Waiting 16:55:42 0c0b528cf693: Waiting 16:55:42 10935f4eaf8b: Waiting 16:55:42 4fe6c5a15a65: Waiting 16:55:42 22a0e8bec74d: Waiting 16:55:42 8ed8ca486205: Download complete 16:55:42 666ba61612fd: Verifying Checksum 16:55:42 666ba61612fd: Download complete 16:55:42 22a0e8bec74d: Download complete 16:55:43 640e595b4fbd: Download complete 16:55:43 59bf1c3509f3: Verifying Checksum 16:55:43 59bf1c3509f3: Download complete 16:55:43 763cafe07f6e: Verifying Checksum 16:55:43 763cafe07f6e: Download complete 16:55:43 0c0b528cf693: Verifying Checksum 16:55:43 0c0b528cf693: Download complete 16:55:43 59bf1c3509f3: Pull complete 16:55:43 666ba61612fd: Pull complete 16:55:43 8ed8ca486205: Pull complete 16:55:43 10935f4eaf8b: Verifying Checksum 16:55:43 10935f4eaf8b: Download complete 16:55:43 4fe6c5a15a65: Verifying Checksum 16:55:43 4fe6c5a15a65: Download complete 16:55:48 4fe6c5a15a65: Pull complete 16:55:48 22a0e8bec74d: Pull complete 16:55:48 640e595b4fbd: Pull complete 16:55:48 763cafe07f6e: Pull complete 16:55:48 0c0b528cf693: Pull complete 16:55:50 10935f4eaf8b: Pull complete 16:55:50 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 16:55:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:55:50 ---> 99d49a6021b9 16:55:50 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:55:52 ---> Running in 29757191fa44 16:55:52 Removing intermediate container 29757191fa44 16:55:52 ---> 52e387b0c63f 16:55:52 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:55:52 ---> Running in d93ef092fe16 16:55:52 Removing intermediate container d93ef092fe16 16:55:52 ---> 7ab8502d8716 16:55:52 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:55:52 ---> Running in e39a6fe0e86c 16:55:52 Removing intermediate container e39a6fe0e86c 16:55:52 ---> a02b0e140850 16:55:52 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:52 ---> Running in 2139412199c7 16:55:53 Removing intermediate container 2139412199c7 16:55:53 ---> 795aa3d67545 16:55:53 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:55:53 ---> Running in 92f350ed67e5 16:55:53 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:55:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:55:54 OK: 221 MiB in 52 packages 16:55:55 Removing intermediate container 92f350ed67e5 16:55:55 ---> c7aebe89deac 16:55:55 Step 8/13 : WORKDIR /app 16:55:55 ---> Running in a495c31cd773 16:55:55 Removing intermediate container a495c31cd773 16:55:55 ---> ab750e839036 16:55:55 Step 9/13 : COPY go.mod vendor* ./ 16:55:55 ---> 49cd06cdd0f2 16:55:55 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:55:55 ---> Running in 7b8f1af2320b 16:55:56 Still waiting to schedule task 16:55:56 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:56:22 Removing intermediate container 7b8f1af2320b 16:56:22 ---> fcc6453e7624 16:56:22 Step 11/13 : COPY . . 16:56:22 ---> e93c570447f4 16:56:22 Step 12/13 : ARG MAKE="make build" 16:56:22 ---> Running in 077462ee3c2e 16:56:22 Removing intermediate container 077462ee3c2e 16:56:22 ---> 69081e7f4361 16:56:22 Step 13/13 : RUN $MAKE 16:56:22 ---> Running in dde0dc316ad0 16:56:22 noop 16:56:22 Removing intermediate container dde0dc316ad0 16:56:22 ---> 82cd670ad6b9 16:56:22 Successfully built 82cd670ad6b9 16:56:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:56:22 + docker inspect -f . ci-base-image-x86_64 16:56:22 . [Pipeline] withDockerContainer 16:56:23 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 16:56:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:56:23 $ docker top a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 -eo pid,comm [Pipeline] { [Pipeline] sh 16:56:23 + go version 16:56:23 go version go1.17.6 linux/amd64 [Pipeline] } 16:56:23 $ docker stop --time=1 a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 16:56:25 $ docker rm -f a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:25 + docker inspect -f . ci-base-image-x86_64 16:56:25 . [Pipeline] withDockerContainer 16:56:25 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 16:56:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:56:26 $ docker top db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:56:26 + make test 16:56:26 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:56:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:56:34 CGO_ENABLED=1 go vet ./... 16:56:37 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:56:37 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:56:37 ./bin/test-attribution-txt.sh [Pipeline] echo 16:56:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:56:37 $ docker stop --time=1 db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd 16:56:38 $ docker rm -f db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd [Pipeline] // withDockerContainer [Pipeline] sh 16:56:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:56:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:56:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:56:40 + ls -al . 16:56:40 total 176 16:56:40 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:56 . 16:56:40 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 16:55 .. 16:56:40 -rw-rw-r-- 1 jenkins jenkins 119 Mar 21 16:55 .dockerignore 16:56:40 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:55 .git 16:56:40 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:55 .github 16:56:40 -rw-rw-r-- 1 jenkins jenkins 104 Mar 21 16:55 .gitignore 16:56:40 drwx------ 3 jenkins jenkins 4096 Mar 21 16:55 .semver 16:56:40 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 21 16:55 Attribution.txt 16:56:40 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 21 16:55 CHANGELOG.md 16:56:40 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 21 16:55 Dockerfile 16:56:40 -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 16:55 GOVERNANCE.md 16:56:40 -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 16:55 Jenkinsfile 16:56:40 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 21 16:55 LICENSE 16:56:40 -rw-rw-r-- 1 jenkins jenkins 618 Mar 21 16:55 OWNERS.md 16:56:40 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 21 16:55 README.md 16:56:40 -rw-rw-r-- 1 jenkins jenkins 12 Mar 21 16:55 VERSION 16:56:40 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:55 bin 16:56:40 -rw-r--r-- 1 jenkins jenkins 10 Mar 21 16:56 coverage.out 16:56:40 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 21 16:55 go.mod 16:56:40 -rw-rw-r-- 1 jenkins jenkins 50121 Mar 21 16:55 go.sum 16:56:40 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 21 16:55 main.go 16:56:40 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 21 16:55 makefile 16:56:40 drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 16:55 res 16:56:40 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 16:55 snap [Pipeline] isUnix [Pipeline] sh 16:56:40 + 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 --label arch=amd64 --label version=2.2.0-dev.21 . 16:56:40 Sending build context to Docker daemon 2.978MB 16:56:40 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:56:40 Step 2/27 : FROM ${BASE} AS builder 16:56:40 ---> 82cd670ad6b9 16:56:40 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:56:40 ---> Running in 7ad95feeb47c 16:56:41 Removing intermediate container 7ad95feeb47c 16:56:41 ---> 51afc31e43c2 16:56:41 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:56:41 ---> Running in 25f8931e14b1 16:56:41 Removing intermediate container 25f8931e14b1 16:56:41 ---> 1f93f3019868 16:56:41 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:56:41 ---> Running in 886404b27462 16:56:41 Removing intermediate container 886404b27462 16:56:41 ---> 75f96e15a08d 16:56:41 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:56:41 ---> Running in 1a5677ab332e 16:56:41 Removing intermediate container 1a5677ab332e 16:56:41 ---> 1ad3f4bba764 16:56:41 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:56:41 ---> Running in 39d06a0921d0 16:56:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:56:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:56:43 OK: 221 MiB in 52 packages 16:56:44 Removing intermediate container 39d06a0921d0 16:56:44 ---> 6ed1aa7278cc 16:56:44 Step 8/27 : WORKDIR /app 16:56:44 ---> Running in 3590665c3bca 16:56:44 Removing intermediate container 3590665c3bca 16:56:44 ---> 40062bc3f032 16:56:44 Step 9/27 : COPY go.mod vendor* ./ 16:56:44 ---> 3f7f54f2cb74 16:56:44 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:56:44 ---> Running in d2cfec09de60 16:56:44 Removing intermediate container d2cfec09de60 16:56:44 ---> f39736d8e0d9 16:56:44 Step 11/27 : COPY . . 16:56:45 ---> 987b9466f4b9 16:56:45 Step 12/27 : ARG MAKE="make build" 16:56:45 ---> Running in acc3526bafa9 16:56:45 Removing intermediate container acc3526bafa9 16:56:45 ---> 9132c29ef5a3 16:56:45 Step 13/27 : RUN $MAKE 16:56:45 ---> Running in 219b97a3e854 16:56:45 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.21" -o app-service-configurable 16:56:53 Removing intermediate container 219b97a3e854 16:56:53 ---> a268f222d76b 16:56:53 Step 14/27 : FROM alpine:3.14 16:56:54 3.14: Pulling from library/alpine 16:56:54 36ccefbf3d8a: Pulling fs layer 16:56:54 36ccefbf3d8a: Verifying Checksum 16:56:54 36ccefbf3d8a: Download complete 16:56:54 36ccefbf3d8a: Pull complete 16:56:54 Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b 16:56:54 Status: Downloaded newer image for alpine:3.14 16:56:54 ---> a33ac4f1069a 16:56:54 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:56:54 ---> Running in 2202ae2dc014 16:56:54 Removing intermediate container 2202ae2dc014 16:56:54 ---> 3875d567c236 16:56:54 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:56:54 ---> Running in fed03642ee11 16:56:55 Removing intermediate container fed03642ee11 16:56:55 ---> 67bc0db6aa0b 16:56:55 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:56:55 ---> Running in a24388f86d5f 16:56:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:56:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:56:55 (1/7) Installing ca-certificates (20211220-r0) 16:56:55 (2/7) Installing dumb-init (1.2.5-r1) 16:56:55 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:56:55 (4/7) Installing libsodium (1.0.18-r0) 16:56:55 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:56:55 (6/7) Installing libzmq (4.3.4-r0) 16:56:55 (7/7) Installing zeromq (4.3.4-r0) 16:56:55 Executing busybox-1.33.1-r6.trigger 16:56:55 Executing ca-certificates-20211220-r0.trigger 16:56:55 OK: 9 MiB in 21 packages 16:56:56 Removing intermediate container a24388f86d5f 16:56:56 ---> ed5965238e14 16:56:56 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:56:56 ---> a9786229c6d9 16:56:56 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:56:56 ---> a0fee59f8a9d 16:56:56 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:56:56 ---> 0b2529b8ee8d 16:56:56 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:56:57 ---> 224da652f405 16:56:57 Step 22/27 : EXPOSE 48095 16:56:57 ---> Running in fc5f5fc62214 16:56:57 Removing intermediate container fc5f5fc62214 16:56:57 ---> 741426df40bd 16:56:57 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:56:57 ---> Running in f48890117d71 16:56:57 Removing intermediate container f48890117d71 16:56:57 ---> 6b25d9a674fa 16:56:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:57 ---> Running in 993dfae7e8c2 16:56:57 Removing intermediate container 993dfae7e8c2 16:56:57 ---> 3096082041a2 16:56:57 Step 25/27 : LABEL arch=amd64 16:56:57 ---> Running in 64cb29043a01 16:56:57 Removing intermediate container 64cb29043a01 16:56:57 ---> ada8bbfc6f24 16:56:57 Step 26/27 : LABEL git_sha=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 16:56:57 ---> Running in 1b217b5a6718 16:56:57 Removing intermediate container 1b217b5a6718 16:56:57 ---> 7d006dffb214 16:56:57 Step 27/27 : LABEL version=2.2.0-dev.21 16:56:58 ---> Running in 215ed10ab34f 16:56:58 Removing intermediate container 215ed10ab34f 16:56:58 ---> b9cf76c94589 16:56:58 [Warning] One or more build-args [ARCH] were not consumed 16:56:58 Successfully built b9cf76c94589 16:56:58 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:56:58 provisioning config files... 16:56:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config476612927953443846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:56:58 ---> docker-login.sh 16:56:58 nexus3.edgexfoundry.org:10001 16:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:58 Configure a credential helper to remove this warning. See 16:56:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:58 16:56:58 Login Succeeded 16:56:58 nexus3.edgexfoundry.org:10002 16:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:58 Configure a credential helper to remove this warning. See 16:56:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:58 16:56:58 Login Succeeded 16:56:58 nexus3.edgexfoundry.org:10003 16:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:58 Configure a credential helper to remove this warning. See 16:56:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:58 16:56:58 Login Succeeded 16:56:58 nexus3.edgexfoundry.org:10004 16:56:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:59 Configure a credential helper to remove this warning. See 16:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:59 16:56:59 Login Succeeded 16:56:59 docker.io 16:56:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:56:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:56:59 Configure a credential helper to remove this warning. See 16:56:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:56:59 16:56:59 Login Succeeded 16:56:59 ---> docker-login.sh ends [Pipeline] } 16:56:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:56:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:56:59 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:56:59 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 16:56:59 latest 16:56:59 2.2.0-dev.21 16:56:59 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 16:56:59 main 16:56:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:59 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] isUnix [Pipeline] sh 16:56:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 16:56:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:56:59 4aa326cc2833: Preparing 16:56:59 d16a0e078be6: Preparing 16:56:59 31f0be7e75ec: Preparing 16:56:59 3a6997aea130: Preparing 16:56:59 146674e0b1dd: Preparing 16:56:59 2e38978dfe40: Preparing 16:56:59 3a6997aea130: Pushed 16:56:59 31f0be7e75ec: Pushed 16:56:59 d16a0e078be6: Pushed 16:56:59 2e38978dfe40: Layer already exists 16:57:00 146674e0b1dd: Pushed 16:57:02 4aa326cc2833: Pushed 16:57:02 92fb1b13d260eb9383d909cf158b9f7c84f7ba93: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh 16:57:02 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:57:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:57:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:57:02 4aa326cc2833: Preparing 16:57:02 d16a0e078be6: Preparing 16:57:02 31f0be7e75ec: Preparing 16:57:02 3a6997aea130: Preparing 16:57:02 146674e0b1dd: Preparing 16:57:02 2e38978dfe40: Preparing 16:57:02 2e38978dfe40: Waiting 16:57:02 d16a0e078be6: Layer already exists 16:57:02 31f0be7e75ec: Layer already exists 16:57:02 146674e0b1dd: Layer already exists 16:57:02 4aa326cc2833: Layer already exists 16:57:02 3a6997aea130: Layer already exists 16:57:02 2e38978dfe40: Layer already exists 16:57:02 latest: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 16:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:57:03 4aa326cc2833: Preparing 16:57:03 d16a0e078be6: Preparing 16:57:03 31f0be7e75ec: Preparing 16:57:03 3a6997aea130: Preparing 16:57:03 146674e0b1dd: Preparing 16:57:03 2e38978dfe40: Preparing 16:57:03 2e38978dfe40: Waiting 16:57:03 d16a0e078be6: Layer already exists 16:57:03 31f0be7e75ec: Layer already exists 16:57:03 4aa326cc2833: Layer already exists 16:57:03 146674e0b1dd: Layer already exists 16:57:03 3a6997aea130: Layer already exists 16:57:03 2e38978dfe40: Layer already exists 16:57:03 2.2.0-dev.21: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh 16:57:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 16:57:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:57:03 4aa326cc2833: Preparing 16:57:03 d16a0e078be6: Preparing 16:57:03 31f0be7e75ec: Preparing 16:57:03 3a6997aea130: Preparing 16:57:03 146674e0b1dd: Preparing 16:57:03 2e38978dfe40: Preparing 16:57:03 2e38978dfe40: Waiting 16:57:03 31f0be7e75ec: Layer already exists 16:57:03 3a6997aea130: Layer already exists 16:57:03 d16a0e078be6: Layer already exists 16:57:03 4aa326cc2833: Layer already exists 16:57:03 146674e0b1dd: Layer already exists 16:57:03 2e38978dfe40: Layer already exists 16:57:03 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh 16:57:04 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 16:57:04 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:57:04 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:57:04 4aa326cc2833: Preparing 16:57:04 d16a0e078be6: Preparing 16:57:04 31f0be7e75ec: Preparing 16:57:04 3a6997aea130: Preparing 16:57:04 146674e0b1dd: Preparing 16:57:04 2e38978dfe40: Preparing 16:57:04 2e38978dfe40: Waiting 16:57:04 31f0be7e75ec: Layer already exists 16:57:04 d16a0e078be6: Layer already exists 16:57:04 4aa326cc2833: Layer already exists 16:57:04 3a6997aea130: Layer already exists 16:57:04 146674e0b1dd: Layer already exists 16:57:04 2e38978dfe40: Layer already exists 16:57:04 main: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:57:04 ===================================================== [Pipeline] echo 16:57:04 taggedImages: 16:57:04 - nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 16:57:04 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:57:04 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 16:57:04 - nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 16:57:04 - 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:57:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:04 16:57:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:57:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:05 latest: Pulling from edgex-lftools-log-publisher 16:57:05 5eb5b503b376: Pulling fs layer 16:57:05 5c69ac0246d0: Pulling fs layer 16:57:05 ec43610c2a17: Pulling fs layer 16:57:05 3a2ae6a8a46f: Pulling fs layer 16:57:05 33b1e0a273af: Pulling fs layer 16:57:05 5d3b04190fa2: Pulling fs layer 16:57:05 2f39f015ded8: Pulling fs layer 16:57:05 3a2ae6a8a46f: Waiting 16:57:05 33b1e0a273af: Waiting 16:57:05 5d3b04190fa2: Waiting 16:57:05 2f39f015ded8: Waiting 16:57:05 5c69ac0246d0: Verifying Checksum 16:57:05 5c69ac0246d0: Download complete 16:57:05 3a2ae6a8a46f: Verifying Checksum 16:57:05 3a2ae6a8a46f: Download complete 16:57:05 33b1e0a273af: Verifying Checksum 16:57:05 33b1e0a273af: Download complete 16:57:05 5d3b04190fa2: Download complete 16:57:05 ec43610c2a17: Download complete 16:57:05 5eb5b503b376: Verifying Checksum 16:57:05 5eb5b503b376: Download complete 16:57:06 2f39f015ded8: Download complete 16:57:07 5eb5b503b376: Pull complete 16:57:07 5c69ac0246d0: Pull complete 16:57:07 ec43610c2a17: Pull complete 16:57:07 3a2ae6a8a46f: Pull complete 16:57:07 33b1e0a273af: Pull complete 16:57:07 5d3b04190fa2: Pull complete 16:57:13 2f39f015ded8: Pull complete 16:57:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:57:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:57:13 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 16:57:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:57:15 $ docker top 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:57:15 ---> job-cost.sh 16:57:15 lf-activate-venv: SKIPPING 16:57:15 INFO: No Stack... 16:57:16 INFO: Retrieving Pricing Info for: v3-standard-8 16:57:16 INFO: Archiving Costs [Pipeline] sh 16:57:16 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:57:16 + cut -d, -f6 [Pipeline] lock 16:57:16 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] 16:57:16 Resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] did not exist. Created. 16:57:16 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:57:16 + echo total: 0.2199999988079071 [Pipeline] stash 16:57:16 Stashed 1 file(s) [Pipeline] } 16:57:16 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] // lock [Pipeline] } 16:57:16 $ docker stop --time=1 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 16:57:18 $ docker rm -f 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:57:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8424 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:57:27 Running in /w/workspace/app-service-configurable/57 [Pipeline] { [Pipeline] checkout 16:57:27 Selected Git installation does not exist. Using Default 16:57:27 The recommended git tool is: NONE 16:57:34 using credential edgex-jenkins-ssh 16:57:34 Cloning the remote Git repository 16:57:34 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:57:34 > git init /w/workspace/app-service-configurable/57 # timeout=10 16:57:34 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:57:34 > git --version # timeout=10 16:57:34 > git --version # 'git version 2.25.1' 16:57:34 using GIT_SSH to set credentials SSH Credentials for GitHub 16:57:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:36 Avoid second fetch 16:57:36 Checking out Revision 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 (main) 16:57:36 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:57:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:36 > git config core.sparsecheckout # timeout=10 16:57:36 > git checkout -f 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 # timeout=10 16:57:40 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:57:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:57:41 % Total % Received % Xferd Average Speed Time Time Time Current 16:57:41 Dload Upload Total Spent Left Speed 16:57:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46996 0 --:--:-- --:--:-- --:--:-- 47183 [Pipeline] sh 16:57:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:57:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:57:42 + sudo tee /etc/docker/daemon.new 16:57:42 { 16:57:42 "registry-mirrors": [ 16:57:42 "https://nexus3.edgexfoundry.org:10001" 16:57:42 ], 16:57:42 "bip": "10.250.0.254/24", 16:57:42 "hosts": [ 16:57:42 "tcp://0.0.0.0:5555", 16:57:42 "unix:///var/run/docker.sock" 16:57:42 ], 16:57:42 "mtu": 1458, 16:57:42 "selinux-enabled": true, 16:57:42 "seccomp-profile": "/etc/docker/seccomp.json" 16:57:42 } [Pipeline] sh 16:57:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:57:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:58:01 provisioning config files... 16:58:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/57@tmp/config5480212339048384415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:58:02 ---> docker-login.sh 16:58:02 nexus3.edgexfoundry.org:10001 16:58:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:03 Configure a credential helper to remove this warning. See 16:58:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:03 16:58:03 Login Succeeded 16:58:03 nexus3.edgexfoundry.org:10002 16:58:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:03 Configure a credential helper to remove this warning. See 16:58:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:03 16:58:03 Login Succeeded 16:58:03 nexus3.edgexfoundry.org:10003 16:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:04 Configure a credential helper to remove this warning. See 16:58:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:04 16:58:04 Login Succeeded 16:58:04 nexus3.edgexfoundry.org:10004 16:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:04 Configure a credential helper to remove this warning. See 16:58:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:04 16:58:04 Login Succeeded 16:58:04 docker.io 16:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:58:05 Configure a credential helper to remove this warning. See 16:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:58:05 16:58:05 Login Succeeded 16:58:05 ---> docker-login.sh ends [Pipeline] } 16:58:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:58:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:06 ========================================================= 16:58:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:58:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:58:06 + 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:06 Sending build context to Docker daemon 207.9kB 16:58:06 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:58:06 Step 2/13 : FROM ${BASE} AS builder 16:58:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:07 9b3977197b4f: Pulling fs layer 16:58:07 1a89e8eeedd5: Pulling fs layer 16:58:07 94645a83ff95: Pulling fs layer 16:58:07 3f3a8bcf1eab: Pulling fs layer 16:58:07 0c92f367c5e7: Pulling fs layer 16:58:07 f7c0051592d6: Pulling fs layer 16:58:07 a227ed2f7395: Pulling fs layer 16:58:07 7b1c46037f91: Pulling fs layer 16:58:07 3f3a8bcf1eab: Waiting 16:58:07 0c92f367c5e7: Waiting 16:58:07 f7c0051592d6: Waiting 16:58:07 a227ed2f7395: Waiting 16:58:07 7b1c46037f91: Waiting 16:58:07 94645a83ff95: Verifying Checksum 16:58:07 94645a83ff95: Download complete 16:58:07 1a89e8eeedd5: Verifying Checksum 16:58:07 1a89e8eeedd5: Download complete 16:58:07 0c92f367c5e7: Verifying Checksum 16:58:07 0c92f367c5e7: Download complete 16:58:07 f7c0051592d6: Verifying Checksum 16:58:07 f7c0051592d6: Download complete 16:58:07 9b3977197b4f: Download complete 16:58:07 a227ed2f7395: Verifying Checksum 16:58:07 a227ed2f7395: Download complete 16:58:07 9b3977197b4f: Pull complete 16:58:08 1a89e8eeedd5: Pull complete 16:58:08 94645a83ff95: Pull complete 16:58:09 7b1c46037f91: Verifying Checksum 16:58:09 7b1c46037f91: Download complete 16:58:09 3f3a8bcf1eab: Verifying Checksum 16:58:09 3f3a8bcf1eab: Download complete 16:58:22 3f3a8bcf1eab: Pull complete 16:58:22 0c92f367c5e7: Pull complete 16:58:22 f7c0051592d6: Pull complete 16:58:22 a227ed2f7395: Pull complete 16:58:29 7b1c46037f91: Pull complete 16:58:29 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 16:58:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:58:29 ---> f79e39bc4007 16:58:29 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:58:30 ---> Running in fb7c7c0ff8bc 16:58:30 Removing intermediate container fb7c7c0ff8bc 16:58:30 ---> 962bb54f0703 16:58:30 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:58:30 ---> Running in 7331c96baede 16:58:30 Removing intermediate container 7331c96baede 16:58:30 ---> 4644acf6793a 16:58:30 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:58:30 ---> Running in 897280c58b73 16:58:31 Removing intermediate container 897280c58b73 16:58:31 ---> f1037164283d 16:58:31 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:31 ---> Running in 9b254fe9fb4e 16:58:33 Removing intermediate container 9b254fe9fb4e 16:58:33 ---> cbb7f573f60a 16:58:33 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:58:33 ---> Running in 98d324634371 16:58:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:58:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:58:35 OK: 220 MiB in 52 packages 16:58:36 Removing intermediate container 98d324634371 16:58:36 ---> 5ea7be028e88 16:58:36 Step 8/13 : WORKDIR /app 16:58:36 ---> Running in a03e6113d9ac 16:58:36 Removing intermediate container a03e6113d9ac 16:58:36 ---> 4bcaa52dea1f 16:58:36 Step 9/13 : COPY go.mod vendor* ./ 16:58:37 ---> da482d882d5a 16:58:37 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:58:37 ---> Running in 175007a57f01 16:59:59 Removing intermediate container 175007a57f01 16:59:59 ---> b10cb5797da6 16:59:59 Step 11/13 : COPY . . 16:59:59 ---> 938264ed12b2 16:59:59 Step 12/13 : ARG MAKE="make build" 16:59:59 ---> Running in c1621241c04b 16:59:59 Removing intermediate container c1621241c04b 16:59:59 ---> 2f9e56bdb9ef 16:59:59 Step 13/13 : RUN $MAKE 16:59:59 ---> Running in 1c185f81594f 16:59:59 noop 16:59:59 Removing intermediate container 1c185f81594f 16:59:59 ---> 9104e6ab1034 16:59:59 Successfully built 9104e6ab1034 16:59:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:59:59 + docker inspect -f . ci-base-image-arm64 16:59:59 . [Pipeline] withDockerContainer 16:59:59 prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container 16:59:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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:01 $ docker top 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:02 + go version 17:00:02 go version go1.17.6 linux/arm64 [Pipeline] } 17:00:02 $ docker stop --time=1 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 17:00:03 $ docker rm -f 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:04 + docker inspect -f . ci-base-image-arm64 17:00:04 . [Pipeline] withDockerContainer 17:00:04 prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container 17:00:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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:06 $ docker top 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 17:00:07 + make test 17:00:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:00:54 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:00:54 CGO_ENABLED=1 go vet ./... 17:01:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:01:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:01:16 ./bin/test-attribution-txt.sh [Pipeline] echo 17:01:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:01:16 $ docker stop --time=1 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 17:01:18 $ docker rm -f 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:01:18 Warning: overwriting stash ‘coverage-report’ 17:01:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:01:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:01:20 + ls -al . 17:01:20 total 172 17:01:20 drwxrwxr-x 7 jenkins jenkins 4096 Mar 21 17:01 . 17:01:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 16:57 .. 17:01:20 -rw-rw-r-- 1 jenkins jenkins 119 Mar 21 16:57 .dockerignore 17:01:20 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:57 .git 17:01:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:57 .github 17:01:20 -rw-rw-r-- 1 jenkins jenkins 104 Mar 21 16:57 .gitignore 17:01:20 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 21 16:57 Attribution.txt 17:01:20 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 21 16:57 CHANGELOG.md 17:01:20 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 21 16:57 Dockerfile 17:01:20 -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 16:57 GOVERNANCE.md 17:01:20 -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 16:57 Jenkinsfile 17:01:20 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 21 16:57 LICENSE 17:01:20 -rw-rw-r-- 1 jenkins jenkins 618 Mar 21 16:57 OWNERS.md 17:01:20 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 21 16:57 README.md 17:01:20 -rw-rw-r-- 1 jenkins jenkins 12 Mar 21 16:55 VERSION 17:01:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:57 bin 17:01:20 -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:00 coverage.out 17:01:20 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 21 16:57 go.mod 17:01:20 -rw-rw-r-- 1 jenkins jenkins 50121 Mar 21 16:57 go.sum 17:01:20 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 21 16:57 main.go 17:01:20 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 21 16:57 makefile 17:01:20 drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 16:57 res 17:01:20 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 16:57 snap [Pipeline] isUnix [Pipeline] sh 17:01:20 + 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 --label arch=arm64 --label version=2.2.0-dev.21 . 17:01:20 Sending build context to Docker daemon 208.9kB 17:01:20 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 17:01:20 Step 2/27 : FROM ${BASE} AS builder 17:01:20 ---> 9104e6ab1034 17:01:20 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:01:20 ---> Running in 21d1f69fa00d 17:01:21 Removing intermediate container 21d1f69fa00d 17:01:21 ---> ba7944163210 17:01:21 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:01:21 ---> Running in 882d8e08983c 17:01:21 Removing intermediate container 882d8e08983c 17:01:21 ---> 5da4211614a7 17:01:21 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:01:21 ---> Running in 17483509d14d 17:01:21 Removing intermediate container 17483509d14d 17:01:21 ---> f63dcfc867e9 17:01:21 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:22 ---> Running in 3fb6fc1b1e50 17:01:23 Removing intermediate container 3fb6fc1b1e50 17:01:23 ---> 647c1dec0965 17:01:23 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:01:23 ---> Running in 9e2448d80bfb 17:01:24 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:01:25 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:01:26 OK: 220 MiB in 52 packages 17:01:27 Removing intermediate container 9e2448d80bfb 17:01:27 ---> 69f6022e305c 17:01:27 Step 8/27 : WORKDIR /app 17:01:27 ---> Running in 07634f5f1928 17:01:27 Removing intermediate container 07634f5f1928 17:01:27 ---> 1c5d934ca91a 17:01:27 Step 9/27 : COPY go.mod vendor* ./ 17:01:28 ---> f4cc5b1bcc67 17:01:28 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:01:28 ---> Running in bb1f71e6587c 17:01:30 Removing intermediate container bb1f71e6587c 17:01:30 ---> f7df7270818d 17:01:30 Step 11/27 : COPY . . 17:01:31 ---> 11d83ce19d16 17:01:31 Step 12/27 : ARG MAKE="make build" 17:01:31 ---> Running in 9d848e3ed5f7 17:01:31 Removing intermediate container 9d848e3ed5f7 17:01:31 ---> 6c3b40637dad 17:01:31 Step 13/27 : RUN $MAKE 17:01:31 ---> Running in aae786f8479e 17:01:32 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.21" -o app-service-configurable 17:02:19 Removing intermediate container aae786f8479e 17:02:19 ---> 2a62eafd8ae6 17:02:19 Step 14/27 : FROM alpine:3.14 17:02:19 3.14: Pulling from library/alpine 17:02:19 93a1719cf261: Pulling fs layer 17:02:19 93a1719cf261: Verifying Checksum 17:02:19 93a1719cf261: Download complete 17:02:19 93a1719cf261: Pull complete 17:02:19 Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b 17:02:19 Status: Downloaded newer image for alpine:3.14 17:02:19 ---> 71a2028e5025 17:02:19 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:02:19 ---> Running in eb50acdce38e 17:02:19 Removing intermediate container eb50acdce38e 17:02:19 ---> 2ee0afefe464 17:02:19 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:02:19 ---> Running in 9a230b6cf3ad 17:02:19 Removing intermediate container 9a230b6cf3ad 17:02:19 ---> b55ee7f2a95e 17:02:19 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:02:19 ---> Running in 943bff89c40e 17:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:02:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:02:19 (1/7) Installing ca-certificates (20211220-r0) 17:02:19 (2/7) Installing dumb-init (1.2.5-r1) 17:02:19 (3/7) Installing libgcc (10.3.1_git20210424-r2) 17:02:19 (4/7) Installing libsodium (1.0.18-r0) 17:02:19 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 17:02:19 (6/7) Installing libzmq (4.3.4-r0) 17:02:19 (7/7) Installing zeromq (4.3.4-r0) 17:02:19 Executing busybox-1.33.1-r6.trigger 17:02:19 Executing ca-certificates-20211220-r0.trigger 17:02:19 OK: 9 MiB in 21 packages 17:02:21 Removing intermediate container 943bff89c40e 17:02:21 ---> 200a81c156a4 17:02:21 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:02:21 ---> 7e57f6dd0f4d 17:02:21 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:02:22 ---> e928388cad69 17:02:22 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:02:22 ---> aaf48ce10ed9 17:02:22 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:02:23 ---> 33047b4e66f2 17:02:23 Step 22/27 : EXPOSE 48095 17:02:24 ---> Running in af311208639b 17:02:24 Removing intermediate container af311208639b 17:02:24 ---> ad11c3752d09 17:02:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:02:24 ---> Running in d7f1e68dfa3f 17:02:24 Removing intermediate container d7f1e68dfa3f 17:02:24 ---> 0da85359ae22 17:02:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:24 ---> Running in ce26601ad4dc 17:02:24 Removing intermediate container ce26601ad4dc 17:02:24 ---> 79c2a6fa7ac3 17:02:24 Step 25/27 : LABEL arch=arm64 17:02:25 ---> Running in 0834ece4f44e 17:02:25 Removing intermediate container 0834ece4f44e 17:02:25 ---> 5a4029de9c22 17:02:25 Step 26/27 : LABEL git_sha=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 17:02:25 ---> Running in 81a399e51e46 17:02:25 Removing intermediate container 81a399e51e46 17:02:25 ---> 99c89ec58eb3 17:02:25 Step 27/27 : LABEL version=2.2.0-dev.21 17:02:25 ---> Running in 499d32b3bb0e 17:02:26 Removing intermediate container 499d32b3bb0e 17:02:26 ---> 8630e84690b6 17:02:26 [Warning] One or more build-args [ARCH] were not consumed 17:02:26 Successfully built 8630e84690b6 17:02:26 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:26 provisioning config files... 17:02:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/57@tmp/config5844546621690910442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:26 ---> docker-login.sh 17:02:26 nexus3.edgexfoundry.org:10001 17:02:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:27 Configure a credential helper to remove this warning. See 17:02:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:27 17:02:27 Login Succeeded 17:02:27 nexus3.edgexfoundry.org:10002 17:02:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:27 Configure a credential helper to remove this warning. See 17:02:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:27 17:02:27 Login Succeeded 17:02:27 nexus3.edgexfoundry.org:10003 17:02:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:28 Configure a credential helper to remove this warning. See 17:02:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:28 17:02:28 Login Succeeded 17:02:28 nexus3.edgexfoundry.org:10004 17:02:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:28 Configure a credential helper to remove this warning. See 17:02:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:28 17:02:28 Login Succeeded 17:02:28 docker.io 17:02:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:02:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:02:29 Configure a credential helper to remove this warning. See 17:02:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:02:29 17:02:29 Login Succeeded 17:02:29 ---> docker-login.sh ends [Pipeline] } 17:02:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:02:29 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 17:02:29 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 17:02:29 latest 17:02:29 2.2.0-dev.21 17:02:29 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 17:02:29 main 17:02:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:29 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] isUnix [Pipeline] sh 17:02:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 17:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:30 a560c3a1f62d: Preparing 17:02:30 0918cd3d671d: Preparing 17:02:30 3cdf1ff37480: Preparing 17:02:30 f7cf924c6116: Preparing 17:02:30 92ada85a6317: Preparing 17:02:30 49c7c6f6dc6c: Preparing 17:02:30 49c7c6f6dc6c: Waiting 17:02:30 f7cf924c6116: Pushed 17:02:30 3cdf1ff37480: Pushed 17:02:30 0918cd3d671d: Pushed 17:02:30 49c7c6f6dc6c: Layer already exists 17:02:31 92ada85a6317: Pushed 17:02:34 a560c3a1f62d: Pushed 17:02:34 92fb1b13d260eb9383d909cf158b9f7c84f7ba93: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:02:34 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:02:34 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:34 a560c3a1f62d: Preparing 17:02:34 0918cd3d671d: Preparing 17:02:34 3cdf1ff37480: Preparing 17:02:34 f7cf924c6116: Preparing 17:02:34 92ada85a6317: Preparing 17:02:34 49c7c6f6dc6c: Preparing 17:02:34 49c7c6f6dc6c: Waiting 17:02:34 3cdf1ff37480: Layer already exists 17:02:34 f7cf924c6116: Layer already exists 17:02:34 0918cd3d671d: Layer already exists 17:02:34 92ada85a6317: Layer already exists 17:02:34 a560c3a1f62d: Layer already exists 17:02:34 49c7c6f6dc6c: Layer already exists 17:02:35 latest: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:02:35 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh 17:02:35 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 17:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:35 a560c3a1f62d: Preparing 17:02:35 0918cd3d671d: Preparing 17:02:35 3cdf1ff37480: Preparing 17:02:35 f7cf924c6116: Preparing 17:02:35 92ada85a6317: Preparing 17:02:35 49c7c6f6dc6c: Preparing 17:02:35 49c7c6f6dc6c: Waiting 17:02:35 a560c3a1f62d: Layer already exists 17:02:35 0918cd3d671d: Layer already exists 17:02:35 3cdf1ff37480: Layer already exists 17:02:35 f7cf924c6116: Layer already exists 17:02:35 92ada85a6317: Layer already exists 17:02:35 49c7c6f6dc6c: Layer already exists 17:02:36 2.2.0-dev.21: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:02:36 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh 17:02:36 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 17:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:36 a560c3a1f62d: Preparing 17:02:36 0918cd3d671d: Preparing 17:02:36 3cdf1ff37480: Preparing 17:02:36 f7cf924c6116: Preparing 17:02:36 92ada85a6317: Preparing 17:02:36 49c7c6f6dc6c: Preparing 17:02:36 49c7c6f6dc6c: Waiting 17:02:36 3cdf1ff37480: Layer already exists 17:02:36 f7cf924c6116: Layer already exists 17:02:36 a560c3a1f62d: Layer already exists 17:02:36 0918cd3d671d: Layer already exists 17:02:36 92ada85a6317: Layer already exists 17:02:36 49c7c6f6dc6c: Layer already exists 17:02:36 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 17:02:37 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 17:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:02:37 a560c3a1f62d: Preparing 17:02:37 0918cd3d671d: Preparing 17:02:37 3cdf1ff37480: Preparing 17:02:37 f7cf924c6116: Preparing 17:02:37 92ada85a6317: Preparing 17:02:37 49c7c6f6dc6c: Preparing 17:02:37 49c7c6f6dc6c: Waiting 17:02:37 0918cd3d671d: Layer already exists 17:02:37 3cdf1ff37480: Layer already exists 17:02:37 92ada85a6317: Layer already exists 17:02:37 f7cf924c6116: Layer already exists 17:02:37 a560c3a1f62d: Layer already exists 17:02:37 49c7c6f6dc6c: Layer already exists 17:02:37 main: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:02:37 ===================================================== [Pipeline] echo 17:02:38 taggedImages: 17:02:38 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 17:02:38 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:02:38 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 17:02:38 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 17:02:38 - 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:02:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:02:38 17:02:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 17:02:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:02:39 arm64: Pulling from edgex-lftools-log-publisher 17:02:39 8998bd30e6a1: Pulling fs layer 17:02:39 04944245beec: Pulling fs layer 17:02:39 699f458cf7ca: Pulling fs layer 17:02:39 765212b225bb: Pulling fs layer 17:02:39 f23df028b6ca: Pulling fs layer 17:02:39 d65c8cfc05b1: Pulling fs layer 17:02:39 2437ff75d9bd: Pulling fs layer 17:02:39 d65c8cfc05b1: Waiting 17:02:39 2437ff75d9bd: Waiting 17:02:39 765212b225bb: Waiting 17:02:39 f23df028b6ca: Waiting 17:02:39 04944245beec: Verifying Checksum 17:02:39 04944245beec: Download complete 17:02:39 765212b225bb: Verifying Checksum 17:02:39 765212b225bb: Download complete 17:02:39 f23df028b6ca: Verifying Checksum 17:02:39 f23df028b6ca: Download complete 17:02:39 d65c8cfc05b1: Verifying Checksum 17:02:39 d65c8cfc05b1: Download complete 17:02:39 699f458cf7ca: Verifying Checksum 17:02:39 699f458cf7ca: Download complete 17:02:39 8998bd30e6a1: Download complete 17:02:42 2437ff75d9bd: Verifying Checksum 17:02:42 2437ff75d9bd: Download complete 17:02:44 8998bd30e6a1: Pull complete 17:02:44 04944245beec: Pull complete 17:02:45 699f458cf7ca: Pull complete 17:02:46 765212b225bb: Pull complete 17:02:46 f23df028b6ca: Pull complete 17:02:47 d65c8cfc05b1: Pull complete 17:03:02 2437ff75d9bd: Pull complete 17:03:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:03:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 17:03:02 prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container 17:03:02 $ 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/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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:04 $ docker top bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:05 ---> job-cost.sh 17:03:05 lf-activate-venv: SKIPPING 17:03:05 INFO: No Stack... 17:03:06 INFO: Retrieving Pricing Info for: v3-standard-4 17:03:07 INFO: Archiving Costs [Pipeline] sh 17:03:07 + cat /w/workspace/app-service-configurable/57/archives/cost.csv 17:03:07 + cut -d, -f6 [Pipeline] lock 17:03:07 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] 17:03:07 Resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] did not exist. Created. 17:03:07 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:03:08 /w/workspace/app-service-configurable/57@tmp/durable-47e10af6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:03:09 + echo total: 0.10999999940395355 [Pipeline] stash 17:03:09 Warning: overwriting stash ‘stack-cost’ 17:03:09 Stashed 1 file(s) [Pipeline] } 17:03:09 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] // lock [Pipeline] } 17:03:09 $ docker stop --time=1 bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 17:03:10 $ docker rm -f bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 [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:11 provisioning config files... 17:03:11 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5077689832055248941tmp [Pipeline] { [Pipeline] sh 17:03:11 + set +x 17:03:11 + curl -s https://codecov.io/bash 17:03:11 + bash -s -- 17:03:11 17:03:11 _____ _ 17:03:11 / ____| | | 17:03:11 | | ___ __| | ___ ___ _____ __ 17:03:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:03:11 | |___| (_) | (_| | __/ (_| (_) \ V / 17:03:11 \_____\___/ \__,_|\___|\___\___/ \_/ 17:03:11 Bash-1.0.6 17:03:11 17:03:11 17:03:11 ==> git version 2.25.1 found 17:03:11 ==> 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:11 Release-Date: 2020-01-08 17:03:11 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:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:03:11 ==> Jenkins CI detected. 17:03:11 current dir:  /w/workspace/ry_app-service-configurable_main 17:03:11 project root: . 17:03:11 --> token set from env 17:03:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:03:11 ==> Running gcov in . (disable via -X gcov) 17:03:11 ==> Python coveragepy not found 17:03:11 ==> Searching for coverage reports in: 17:03:11 + . 17:03:11 -> Found 1 reports 17:03:11 ==> Detecting git/mercurial file structure 17:03:11 ==> Reading reports 17:03:11 + ./coverage.out bytes=10 17:03:11 ==> Appending adjustments 17:03:11 https://docs.codecov.io/docs/fixing-reports 17:03:11 + Found adjustments 17:03:11 ==> Gzipping contents 17:03:11 4.0K /tmp/codecov.Z4kZi3.gz 17:03:11 ==> Uploading reports 17:03:11 url: https://codecov.io 17:03:11 query: branch=main&commit=92fb1b13d260eb9383d909cf158b9f7c84f7ba93&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:11 -> Pinging Codecov 17:03:11 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:12 -> Uploading to 17:03:12 https://storage.googleapis.com/codecov/v4/raw/2022-03-21/A97CA9966030D2A3747ED39772930CCE/92fb1b13d260eb9383d909cf158b9f7c84f7ba93/9643f8d4-2587-426a-982d-264f9f34f315.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220321T170311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=90bd6c2232439344ebbdae3f59a2770723aed0ee33bf8330361c6bc41949469a 17:03:12 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:12 Dload Upload Total Spent Left Speed 17:03:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2563 --:--:-- --:--:-- --:--:-- 2551 100 569 0 0 100 569 0 2322 --:--:-- --:--:-- --:--:-- 2313 17:03:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] } 17:03:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:03:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:03:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:12 17:03:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:03:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:03:13 188c0c94c7c5: Pulling fs layer 17:03:13 0ef7d3d256c8: Pulling fs layer 17:03:13 de9db76c5a1d: Pulling fs layer 17:03:13 0eba1c9be4d2: Pulling fs layer 17:03:13 0d57e429df01: Pulling fs layer 17:03:13 4e4be7b47b0d: Pulling fs layer 17:03:13 e1f770b5df2f: Pulling fs layer 17:03:13 85a0685a4137: Pulling fs layer 17:03:13 0d57e429df01: Waiting 17:03:13 4e4be7b47b0d: Waiting 17:03:13 e1f770b5df2f: Waiting 17:03:13 85a0685a4137: Waiting 17:03:13 0eba1c9be4d2: Waiting 17:03:13 de9db76c5a1d: Download complete 17:03:13 0ef7d3d256c8: Verifying Checksum 17:03:13 0ef7d3d256c8: Download complete 17:03:13 0d57e429df01: Verifying Checksum 17:03:13 0d57e429df01: Download complete 17:03:13 4e4be7b47b0d: Verifying Checksum 17:03:13 4e4be7b47b0d: Download complete 17:03:13 188c0c94c7c5: Verifying Checksum 17:03:13 188c0c94c7c5: Download complete 17:03:13 e1f770b5df2f: Verifying Checksum 17:03:13 e1f770b5df2f: Download complete 17:03:13 188c0c94c7c5: Pull complete 17:03:13 0ef7d3d256c8: Pull complete 17:03:13 de9db76c5a1d: Pull complete 17:03:14 0eba1c9be4d2: Download complete 17:03:14 85a0685a4137: Verifying Checksum 17:03:14 85a0685a4137: Download complete 17:03:17 0eba1c9be4d2: Pull complete 17:03:17 0d57e429df01: Pull complete 17:03:17 4e4be7b47b0d: Pull complete 17:03:17 e1f770b5df2f: Pull complete 17:03:21 85a0685a4137: Pull complete 17:03:21 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:03:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:03:21 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:03:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:03:23 $ docker top 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:03:23 + set -o pipefail 17:03:23 + snyk monitor '--org=edgex-jenkins' 17:03:29 17:03:29 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 17:03:29 17:03:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/dfb8d9ee-4029-4669-bf8d-136d53896216 17:03:29 17:03:29 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:03:29 17:03:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:03:29 17:03:29 [Pipeline] } 17:03:29 $ docker stop --time=1 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 17:03:31 $ docker rm -f 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 [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:03:32 + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] sh 17:03:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:03:32 . [Pipeline] withDockerContainer 17:03:32 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:03:33 $ docker top b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:33 [ssh-agent] Looking for ssh-agent implementation... 17:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:33 $ docker exec b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 ssh-agent 17:03:33 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLPmOge/agent.15 17:03:33 SSH_AGENT_PID=23 17:03:33 Running ssh-add (command line suppressed) 17:03:33 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5412967496324913437.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5412967496324913437.key) 17:03:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:33 + git semver tag 17:03:33 # -> Open(): unable to determine branch for HEAD 17:03:33 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:03:33 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:03:33 # $SEMVER_REMOTE_NAME = origin 17:03:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:03:33 # $SEMVER_USER_NAME = edgex-jenkins 17:03:33 # $SEMVER_BRANCH = main 17:03:33 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:03:33 # 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 HEAD 17:03:33 # -> Force: false 17:03:33 # 88b59025ffb42261af07333984de3376827e865e refs/tags/v2.2.0-dev.21 [Pipeline] } 17:03:33 $ docker exec --env ******** --env ******** b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 ssh-agent -k 17:03:34 unset SSH_AUTH_SOCK; 17:03:34 unset SSH_AGENT_PID; 17:03:34 echo Agent pid 23 killed; 17:03:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:34 + git semver [Pipeline] } 17:03:34 $ docker stop --time=1 b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 17:03:35 $ docker rm -f b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:03:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:36 17:03:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:03:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:36 0.23.1-centos7: Pulling from edgex-lftools 17:03:36 ab5ef0e58194: Pulling fs layer 17:03:36 9712f1f96733: Pulling fs layer 17:03:36 63f879dbbcfc: Pulling fs layer 17:03:36 0d9ebad4ef96: Pulling fs layer 17:03:36 e9a5061849ea: Pulling fs layer 17:03:36 d747dcd14b5f: Pulling fs layer 17:03:36 2de7ff778b66: Pulling fs layer 17:03:36 e9a5061849ea: Waiting 17:03:36 0d9ebad4ef96: Waiting 17:03:36 2de7ff778b66: Waiting 17:03:36 d747dcd14b5f: Waiting 17:03:36 9712f1f96733: Verifying Checksum 17:03:36 9712f1f96733: Download complete 17:03:36 63f879dbbcfc: Verifying Checksum 17:03:36 63f879dbbcfc: Download complete 17:03:36 e9a5061849ea: Verifying Checksum 17:03:36 e9a5061849ea: Download complete 17:03:36 d747dcd14b5f: Verifying Checksum 17:03:36 d747dcd14b5f: Download complete 17:03:36 0d9ebad4ef96: Verifying Checksum 17:03:36 0d9ebad4ef96: Download complete 17:03:36 ab5ef0e58194: Verifying Checksum 17:03:36 ab5ef0e58194: Download complete 17:03:36 2de7ff778b66: Verifying Checksum 17:03:36 2de7ff778b66: Download complete 17:03:39 ab5ef0e58194: Pull complete 17:03:39 9712f1f96733: Pull complete 17:03:40 63f879dbbcfc: Pull complete 17:03:43 0d9ebad4ef96: Pull complete 17:03:44 e9a5061849ea: Pull complete 17:03:44 d747dcd14b5f: Pull complete 17:03:45 2de7ff778b66: Pull complete 17:03:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:03:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:03:45 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:03:48 $ docker top 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:03:48 provisioning config files... 17:03:48 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8875582491063360994tmp 17:03:48 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2212148466002664051tmp 17:03:48 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config414945547581354314tmp [Pipeline] { [Pipeline] echo 17:03:48 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:03:48 ---> sigul-configuration.sh 17:03:48 gpg: directory `/root/.gnupg' created 17:03:48 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:03:48 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:03:48 gpg: keyring `/root/.gnupg/secring.gpg' created 17:03:48 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:03:48 gpg: CAST5 encrypted data 17:03:48 gpg: encrypted with 1 passphrase 17:03:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:03:48 + mkdir /home/jenkins 17:03:48 + mkdir /home/jenkins/sigul [Pipeline] sh 17:03:49 + 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:03:49 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:03:49 ---> sigul-install.sh 17:03:49 Sigul already installed; skipping installation. [Pipeline] sh 17:03:49 + git tag --list 17:03:49 v1.0.0 17:03:49 v1.1.0 17:03:49 v1.2.0 17:03:49 v1.3.0 17:03:49 v1.3.1 17:03:49 v2.0.0 17:03:49 v2.0.1 17:03:49 v2.0.1-dev.1 17:03:49 v2.0.2-dev.1 17:03:49 v2.0.2-dev.10 17:03:49 v2.0.2-dev.11 17:03:49 v2.0.2-dev.12 17:03:49 v2.0.2-dev.13 17:03:49 v2.0.2-dev.14 17:03:49 v2.0.2-dev.15 17:03:49 v2.0.2-dev.16 17:03:49 v2.0.2-dev.17 17:03:49 v2.0.2-dev.18 17:03:49 v2.0.2-dev.19 17:03:49 v2.0.2-dev.2 17:03:49 v2.0.2-dev.20 17:03:49 v2.0.2-dev.21 17:03:49 v2.0.2-dev.22 17:03:49 v2.0.2-dev.23 17:03:49 v2.0.2-dev.24 17:03:49 v2.0.2-dev.25 17:03:49 v2.0.2-dev.26 17:03:49 v2.0.2-dev.27 17:03:49 v2.0.2-dev.28 17:03:49 v2.0.2-dev.29 17:03:49 v2.0.2-dev.3 17:03:49 v2.0.2-dev.30 17:03:49 v2.0.2-dev.4 17:03:49 v2.0.2-dev.5 17:03:49 v2.0.2-dev.6 17:03:49 v2.0.2-dev.7 17:03:49 v2.0.2-dev.8 17:03:49 v2.0.2-dev.9 17:03:49 v2.1.0 17:03:49 v2.2.0-dev.1 17:03:49 v2.2.0-dev.10 17:03:49 v2.2.0-dev.11 17:03:49 v2.2.0-dev.12 17:03:49 v2.2.0-dev.13 17:03:49 v2.2.0-dev.14 17:03:49 v2.2.0-dev.15 17:03:49 v2.2.0-dev.16 17:03:49 v2.2.0-dev.17 17:03:49 v2.2.0-dev.18 17:03:49 v2.2.0-dev.19 17:03:49 v2.2.0-dev.2 17:03:49 v2.2.0-dev.20 17:03:49 v2.2.0-dev.21 17:03:49 v2.2.0-dev.3 17:03:49 v2.2.0-dev.4 17:03:49 v2.2.0-dev.5 17:03:49 v2.2.0-dev.6 17:03:49 v2.2.0-dev.7 17:03:49 v2.2.0-dev.8 17:03:49 v2.2.0-dev.9 [Pipeline] sh 17:03:49 + lftools sign git-tag v2.2.0-dev.21 17:03:50 Signing Git tag with Sigul... 17:03:50 Signing v2.2.0-dev.21 [Pipeline] echo 17:03:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:03:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:03:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:03:51 $ docker stop --time=1 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 17:03:52 $ docker rm -f 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:03:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:03:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:03:53 . [Pipeline] withDockerContainer 17:03:53 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:03:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:03:53 $ docker top bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:53 [ssh-agent] Looking for ssh-agent implementation... 17:03:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:53 $ docker exec bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad ssh-agent 17:03:54 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbcHpOE/agent.13 17:03:54 SSH_AGENT_PID=20 17:03:54 Running ssh-add (command line suppressed) 17:03:54 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_103606257832856220.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_103606257832856220.key) 17:03:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:54 + git semver bump pre 17:03:54 # -> Open(): unable to determine branch for HEAD 17:03:54 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:03:54 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:03:54 # $SEMVER_REMOTE_NAME = origin 17:03:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:03:54 # $SEMVER_USER_NAME = edgex-jenkins 17:03:54 # $SEMVER_BRANCH = main 17:03:54 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:03:54 2.2.0-dev.22 [Pipeline] } 17:03:54 $ docker exec --env ******** --env ******** bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad ssh-agent -k 17:03:54 unset SSH_AUTH_SOCK; 17:03:54 unset SSH_AGENT_PID; 17:03:54 echo Agent pid 20 killed; 17:03:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:03:54 + git semver [Pipeline] } 17:03:54 $ docker stop --time=1 bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad 17:03:56 $ docker rm -f bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad [Pipeline] // withDockerContainer [Pipeline] sh 17:03:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:03:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:03:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:03:56 . [Pipeline] withDockerContainer 17:03:56 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:03:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:03:57 $ docker top 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:03:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:03:57 [ssh-agent] Looking for ssh-agent implementation... 17:03:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:03:57 $ docker exec 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 ssh-agent 17:03:57 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJAeMEF/agent.13 17:03:57 SSH_AGENT_PID=19 17:03:57 Running ssh-add (command line suppressed) 17:03:57 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2340602274427033004.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2340602274427033004.key) 17:03:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:03:58 + git semver push 17:03:58 # -> Open(): unable to determine branch for HEAD 17:03:58 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:03:58 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:03:58 # $SEMVER_REMOTE_NAME = origin 17:03:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:03:58 # $SEMVER_USER_NAME = edgex-jenkins 17:03:58 # $SEMVER_BRANCH = main 17:03:58 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 17:04:00 $ docker exec --env ******** --env ******** 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 ssh-agent -k 17:04:00 unset SSH_AUTH_SOCK; 17:04:00 unset SSH_AGENT_PID; 17:04:00 echo Agent pid 19 killed; 17:04:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:00 + git semver [Pipeline] } 17:04:00 $ docker stop --time=1 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 17:04:01 $ docker rm -f 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 [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:02 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 17:04:02 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:04:02 total 16 17:04:02 drwxr-xr-x 3 root root 4096 Mar 21 16:57 . 17:04:02 drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 17:03 .. 17:04:02 drwxr-xr-x 2 root root 4096 Mar 21 16:57 cost 17:04:02 -rw-r--r-- 1 root root 94 Mar 21 16:57 cost.csv 17:04:02 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 17:04:02 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:04:02 total 16 17:04:02 drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 16:57 . 17:04:02 drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 17:03 .. 17:04:02 drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 16:57 cost 17:04:02 -rw-r--r-- 1 jenkins jenkins 94 Mar 21 16:57 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:04:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:03 ---> package-listing.sh 17:04:03 ++ facter osfamily 17:04:03 ++ tr '[:upper:]' '[:lower:]' 17:04:03 + OS_FAMILY=debian 17:04:03 + workspace=/w/workspace/ry_app-service-configurable_main 17:04:03 + START_PACKAGES=/tmp/packages_start.txt 17:04:03 + END_PACKAGES=/tmp/packages_end.txt 17:04:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:03 + PACKAGES=/tmp/packages_start.txt 17:04:03 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:04:03 + PACKAGES=/tmp/packages_end.txt 17:04:03 + case "${OS_FAMILY}" in 17:04:03 + dpkg -l 17:04:03 + grep '^ii' 17:04:03 + '[' -f /tmp/packages_start.txt ']' 17:04:03 + '[' -f /tmp/packages_end.txt ']' 17:04:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:03 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:04:03 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 17:04:03 + 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:03 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:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:04:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:04:04 . [Pipeline] withDockerContainer 17:04:04 prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container 17:04:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:04:05 $ docker top f9c39f5902ead56735322d2e1dc6dddaee2ded445923994716f9dc6c408ef54e -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:05 + touch /tmp/pre-build-complete [Pipeline] sh 17:04:05 + mkdir -p /var/log/sysstat [Pipeline] sh 17:04:06 + ls /var/log/sa-host 17:04:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:04:06 provisioning config files... 17:04:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2363177963900150516tmp [Pipeline] { [Pipeline] echo 17:04:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:04:06 ---> create-netrc.sh [Pipeline] } 17:04:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:04:06 ---> python-tools-install.sh [Pipeline] echo 17:04:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:04:07 ---> sudo-logs.sh 17:04:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:04:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:04:07 ---> job-cost.sh 17:04:07 lf-activate-venv: SKIPPING 17:04:07 DEBUG: total: 0.2199999988079071 17:04:07 INFO: Retrieving Stack Cost... 17:04:07 INFO: Retrieving Pricing Info for: v3-standard-8 17:04:08 INFO: Archiving Costs [Pipeline] echo 17:04:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:04:08 ---> logs-deploy.sh 17:04:08 lf-activate-venv: SKIPPING 17:04:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/57 17:04:08 INFO: archiving workspace using pattern(s): 17:04:09 Archives upload complete. 17:04:09 INFO: archiving logs to Nexus