Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 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-ssh11086137653507286380.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-ssh17793856286595749134.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-ssh5176440541329839767.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-ssh2107034477936442930.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-ssh16324595149115598708.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-7295 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 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b (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 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387)" > git rev-list --no-walk 7ed787468645177c8f186633e86aabab1c6042de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:05:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:05:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:05:46 ========================================================= 16:05:46 EdgeX Global Pipelines Version Info 16:05:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:05:47 ------------------- 16:05:47 stable info: 16:05:47 ------------------- 16:05:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:47 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:05:47 Message: update stable to v1.0.221 16:05:48 ------------------- 16:05:48 experimental info: 16:05:48 ------------------- 16:05:48 Commited By: **** collab-it+edgex@linuxfoundation.org 16:05:48 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:05:48 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95134ef [Pipeline] echo 16:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:48 provisioning config files... 16:05:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8980972803893189039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:49 ---> docker-login.sh 16:05:49 nexus3.edgexfoundry.org:10001 16:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:49 Configure a credential helper to remove this warning. See 16:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:49 16:05:49 Login Succeeded 16:05:49 nexus3.edgexfoundry.org:10002 16:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:49 Configure a credential helper to remove this warning. See 16:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:49 16:05:49 Login Succeeded 16:05:49 nexus3.edgexfoundry.org:10003 16:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:49 Configure a credential helper to remove this warning. See 16:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:49 16:05:49 Login Succeeded 16:05:49 nexus3.edgexfoundry.org:10004 16:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:49 Configure a credential helper to remove this warning. See 16:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:49 16:05:49 Login Succeeded 16:05:49 docker.io 16:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:50 Configure a credential helper to remove this warning. See 16:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:50 16:05:50 Login Succeeded 16:05:50 ---> docker-login.sh ends [Pipeline] } 16:05:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:05:50 + git rev-list -1 --merges 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b~1..95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo 16:05:50 -----------> git rev-list -1 --merges 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b~1..95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [false] [Pipeline] sh 16:05:51 + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo 16:05:51 ========================================================= 16:05:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:05:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:51 + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo 16:05:51 [semverPrep] GIT_COMMIT: 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387) [Pipeline] echo 16:05:51 [semverPrep] This is not a build commit. [Pipeline] sh 16:05:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:05:52 + grep -v github /etc/ssh/ssh_known_hosts 16:05:52 + [ -e /tmp/ssh_known_hosts ] 16:05:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:05:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:05:52 + sudo tee -a /etc/ssh/ssh_known_hosts 16:05:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:05:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:52 16:05:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:05:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:52 latest: Pulling from edgex-devops/git-semver 16:05:52 a0d0a0d46f8b: Pulling fs layer 16:05:52 3e5f54012d9b: Pulling fs layer 16:05:52 4c7163046ea9: Pulling fs layer 16:05:52 0c2d73faf560: Pulling fs layer 16:05:52 3e5f54012d9b: Download complete 16:05:52 a0d0a0d46f8b: Download complete 16:05:52 0c2d73faf560: Verifying Checksum 16:05:52 0c2d73faf560: Download complete 16:05:52 4c7163046ea9: Verifying Checksum 16:05:52 4c7163046ea9: Download complete 16:05:53 a0d0a0d46f8b: Pull complete 16:05:53 3e5f54012d9b: Pull complete 16:05:53 4c7163046ea9: Pull complete 16:05:53 0c2d73faf560: Pull complete 16:05:53 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 16:05:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:05:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:05:53 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:05: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:05:54 $ docker top d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:54 [ssh-agent] Looking for ssh-agent implementation... 16:05:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:54 $ docker exec d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent 16:05:54 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmMPPdc/agent.15 16:05:54 SSH_AGENT_PID=21 16:05:54 Running ssh-add (command line suppressed) 16:05:54 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2460159685945906344.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2460159685945906344.key) 16:05:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:55 + git tag --points-at HEAD [Pipeline] } 16:05:55 $ docker exec --env ******** --env ******** d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent -k 16:05:55 unset SSH_AUTH_SOCK; 16:05:55 unset SSH_AGENT_PID; 16:05:55 echo Agent pid 21 killed; 16:05:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:05:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:55 [ssh-agent] Looking for ssh-agent implementation... 16:05:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:55 $ docker exec d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent 16:05:55 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOmiDnC/agent.54 16:05:55 SSH_AGENT_PID=60 16:05:55 Running ssh-add (command line suppressed) 16:05:55 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1156649636477595219.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1156649636477595219.key) 16:05:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:55 + git semver init 16:05:55 # -> Open(): unable to determine branch for HEAD 16:05:55 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:05:55 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:05:55 # $SEMVER_REMOTE_NAME = origin 16:05:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:05:55 # $SEMVER_USER_NAME = edgex-jenkins 16:05:55 # $SEMVER_BRANCH = main 16:05:55 # $SEMVER_TEMP = /tmp/semver-147141777 16:05:55 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:05:56 # '/tmp/semver-147141777' -> '/w/workspace/ry_app-service-configurable_main/.semver' 16:05:56 # -> Force: false 16:05:56 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 16:05:56 $ docker exec --env ******** --env ******** d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent -k 16:05:57 unset SSH_AUTH_SOCK; 16:05:57 unset SSH_AGENT_PID; 16:05:57 echo Agent pid 60 killed; 16:05:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:57 + git semver [Pipeline] } 16:05:57 $ docker stop --time=1 d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e 16:05:58 $ docker rm -f d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e [Pipeline] // withDockerContainer [Pipeline] sh 16:05:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:05:59 Stashed 1 file(s) [Pipeline] echo 16:05:59 [edgeXSemver]: initialized semver on version 2.2.0-dev.19 [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:05:59 provisioning config files... 16:05:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3166313581445558758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:59 ---> docker-login.sh 16:05:59 nexus3.edgexfoundry.org:10001 16:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:59 Configure a credential helper to remove this warning. See 16:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:59 16:05:59 Login Succeeded 16:05:59 nexus3.edgexfoundry.org:10002 16:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:00 Configure a credential helper to remove this warning. See 16:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:00 16:06:00 Login Succeeded 16:06:00 nexus3.edgexfoundry.org:10003 16:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:00 Configure a credential helper to remove this warning. See 16:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:00 16:06:00 Login Succeeded 16:06:00 nexus3.edgexfoundry.org:10004 16:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:00 Configure a credential helper to remove this warning. See 16:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:00 16:06:00 Login Succeeded 16:06:00 docker.io 16:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:00 Configure a credential helper to remove this warning. See 16:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:00 16:06:00 Login Succeeded 16:06:00 ---> docker-login.sh ends [Pipeline] } 16:06:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:06:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:00 ========================================================= 16:06:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:06:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:06:00 + 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:06:00 Sending build context to Docker daemon 2.971MB 16:06:00 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:06:00 Step 2/13 : FROM ${BASE} AS builder 16:06:00 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:06:00 59bf1c3509f3: Pulling fs layer 16:06:00 666ba61612fd: Pulling fs layer 16:06:00 8ed8ca486205: Pulling fs layer 16:06:00 4fe6c5a15a65: Pulling fs layer 16:06:00 22a0e8bec74d: Pulling fs layer 16:06:00 640e595b4fbd: Pulling fs layer 16:06:00 763cafe07f6e: Pulling fs layer 16:06:00 0c0b528cf693: Pulling fs layer 16:06:00 10935f4eaf8b: Pulling fs layer 16:06:00 640e595b4fbd: Waiting 16:06:00 763cafe07f6e: Waiting 16:06:00 4fe6c5a15a65: Waiting 16:06:00 22a0e8bec74d: Waiting 16:06:00 8ed8ca486205: Verifying Checksum 16:06:00 8ed8ca486205: Download complete 16:06:00 666ba61612fd: Download complete 16:06:00 22a0e8bec74d: Download complete 16:06:00 640e595b4fbd: Verifying Checksum 16:06:00 640e595b4fbd: Download complete 16:06:00 59bf1c3509f3: Verifying Checksum 16:06:00 59bf1c3509f3: Download complete 16:06:00 763cafe07f6e: Verifying Checksum 16:06:00 763cafe07f6e: Download complete 16:06:01 0c0b528cf693: Verifying Checksum 16:06:01 0c0b528cf693: Download complete 16:06:01 59bf1c3509f3: Pull complete 16:06:01 666ba61612fd: Pull complete 16:06:01 8ed8ca486205: Pull complete 16:06:01 10935f4eaf8b: Verifying Checksum 16:06:01 4fe6c5a15a65: Download complete 16:06:05 4fe6c5a15a65: Pull complete 16:06:05 22a0e8bec74d: Pull complete 16:06:05 640e595b4fbd: Pull complete 16:06:05 763cafe07f6e: Pull complete 16:06:05 0c0b528cf693: Pull complete 16:06:07 10935f4eaf8b: Pull complete 16:06:07 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 16:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:06:07 ---> 99d49a6021b9 16:06:07 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:06:08 ---> Running in 670ea1965534 16:06:09 Removing intermediate container 670ea1965534 16:06:09 ---> 2bbfef01f515 16:06:09 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:06:09 ---> Running in 0af70d4d54d0 16:06:09 Removing intermediate container 0af70d4d54d0 16:06:09 ---> 054a1ee540b4 16:06:09 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:06:09 ---> Running in 29148e1ff6cd 16:06:09 Removing intermediate container 29148e1ff6cd 16:06:09 ---> 9c03ff00d1c7 16:06:09 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:09 ---> Running in 458e0439ec1e 16:06:09 Removing intermediate container 458e0439ec1e 16:06:09 ---> 88666ec5552a 16:06:09 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:06:09 ---> Running in 44bd1c5fc9d8 16:06:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:06:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:06:11 OK: 221 MiB in 52 packages 16:06:11 Removing intermediate container 44bd1c5fc9d8 16:06:11 ---> 0c87dda06cc0 16:06:11 Step 8/13 : WORKDIR /app 16:06:11 ---> Running in 0d476833e175 16:06:11 Removing intermediate container 0d476833e175 16:06:11 ---> 1ce54e89b221 16:06:11 Step 9/13 : COPY go.mod vendor* ./ 16:06:11 ---> 82fbcc9e7cf4 16:06:11 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:11 ---> Running in eafc6261bc0b 16:06:14 Still waiting to schedule task 16:06:14 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:06:38 Removing intermediate container eafc6261bc0b 16:06:38 ---> b3709ffc9a8d 16:06:38 Step 11/13 : COPY . . 16:06:38 ---> 14e479312a18 16:06:38 Step 12/13 : ARG MAKE="make build" 16:06:38 ---> Running in a8cc329c8b72 16:06:38 Removing intermediate container a8cc329c8b72 16:06:38 ---> f94ea0a5380d 16:06:38 Step 13/13 : RUN $MAKE 16:06:38 ---> Running in d589154c5f1d 16:06:38 noop 16:06:38 Removing intermediate container d589154c5f1d 16:06:38 ---> e57e9bd69de2 16:06:38 Successfully built e57e9bd69de2 16:06:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:06:38 + docker inspect -f . ci-base-image-x86_64 16:06:38 . [Pipeline] withDockerContainer 16:06:38 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:06:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:06:39 $ docker top 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:39 + go version 16:06:39 go version go1.17.6 linux/amd64 [Pipeline] } 16:06:39 $ docker stop --time=1 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a 16:06:40 $ docker rm -f 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:41 + docker inspect -f . ci-base-image-x86_64 16:06:41 . [Pipeline] withDockerContainer 16:06:41 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:06:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:06:41 $ docker top 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:06:42 + make test 16:06:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:06:48 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:06:48 CGO_ENABLED=1 go vet ./... 16:06:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:06:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:06:52 ./bin/test-attribution-txt.sh [Pipeline] echo 16:06:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:06:52 $ docker stop --time=1 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb 16:06:53 $ docker rm -f 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb [Pipeline] // withDockerContainer [Pipeline] sh 16:06:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:06:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:06:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:06:55 + ls -al . 16:06:55 total 176 16:06:55 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:06 . 16:06:55 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 16:05 .. 16:06:55 -rw-rw-r-- 1 jenkins jenkins 119 Mar 16 16:05 .dockerignore 16:06:55 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:05 .git 16:06:55 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:05 .github 16:06:55 -rw-rw-r-- 1 jenkins jenkins 104 Mar 16 16:05 .gitignore 16:06:55 drwx------ 3 jenkins jenkins 4096 Mar 16 16:05 .semver 16:06:55 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 16 16:05 Attribution.txt 16:06:55 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 16 16:05 CHANGELOG.md 16:06:55 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 16 16:05 Dockerfile 16:06:55 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 16:05 GOVERNANCE.md 16:06:55 -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 16:05 Jenkinsfile 16:06:55 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 16 16:05 LICENSE 16:06:55 -rw-rw-r-- 1 jenkins jenkins 618 Mar 16 16:05 OWNERS.md 16:06:55 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 16 16:05 README.md 16:06:55 -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 16:05 VERSION 16:06:55 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:05 bin 16:06:55 -rw-r--r-- 1 jenkins jenkins 10 Mar 16 16:06 coverage.out 16:06:55 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 16 16:05 go.mod 16:06:55 -rw-rw-r-- 1 jenkins jenkins 50031 Mar 16 16:05 go.sum 16:06:55 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 16 16:05 main.go 16:06:55 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 16 16:05 makefile 16:06:55 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:05 res 16:06:55 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 16:05 snap [Pipeline] isUnix [Pipeline] sh 16:06:55 + 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b --label arch=amd64 --label version=2.2.0-dev.19 . 16:06:55 Sending build context to Docker daemon 2.972MB 16:06:55 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:06:55 Step 2/27 : FROM ${BASE} AS builder 16:06:55 ---> e57e9bd69de2 16:06:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:06:55 ---> Running in 18d0b30e0c35 16:06:55 Removing intermediate container 18d0b30e0c35 16:06:55 ---> 2b1918042215 16:06:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:06:56 ---> Running in b845c72aadfd 16:06:56 Removing intermediate container b845c72aadfd 16:06:56 ---> c548d9a2ceb6 16:06:56 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:06:56 ---> Running in 1f6e4e626dd4 16:06:56 Removing intermediate container 1f6e4e626dd4 16:06:56 ---> d707d4fb81ab 16:06:56 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:56 ---> Running in df90069ebbec 16:06:56 Removing intermediate container df90069ebbec 16:06:56 ---> aac0eae8f25f 16:06:56 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:06:56 ---> Running in 96999dbeac9d 16:06:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:06:57 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:06:58 OK: 221 MiB in 52 packages 16:06:58 Removing intermediate container 96999dbeac9d 16:06:58 ---> 9edaa125fad6 16:06:58 Step 8/27 : WORKDIR /app 16:06:58 ---> Running in 910237d0446e 16:06:58 Removing intermediate container 910237d0446e 16:06:58 ---> 441d26c821f4 16:06:58 Step 9/27 : COPY go.mod vendor* ./ 16:06:58 ---> 72a4acec3bc1 16:06:58 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:58 ---> Running in b1850a829bb0 16:06:59 Removing intermediate container b1850a829bb0 16:06:59 ---> bbe1209f5ea3 16:06:59 Step 11/27 : COPY . . 16:06:59 ---> cd517b337065 16:06:59 Step 12/27 : ARG MAKE="make build" 16:06:59 ---> Running in 8421420efc5e 16:06:59 Removing intermediate container 8421420efc5e 16:06:59 ---> 1b193a823c47 16:06:59 Step 13/27 : RUN $MAKE 16:06:59 ---> Running in 8c40f846f216 16:07:00 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.19" -o app-service-configurable 16:07:08 Removing intermediate container 8c40f846f216 16:07:08 ---> c0af2350f458 16:07:08 Step 14/27 : FROM alpine:3.14 16:07:08 3.14: Pulling from library/alpine 16:07:08 97518928ae5f: Pulling fs layer 16:07:08 97518928ae5f: Verifying Checksum 16:07:08 97518928ae5f: Download complete 16:07:08 97518928ae5f: Pull complete 16:07:08 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 16:07:08 Status: Downloaded newer image for alpine:3.14 16:07:08 ---> 0a97eee8041e 16:07:08 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:07:08 ---> Running in dbff9331e5be 16:07:08 Removing intermediate container dbff9331e5be 16:07:08 ---> 28fda6276857 16:07:08 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:07:08 ---> Running in 430f94142406 16:07:08 Removing intermediate container 430f94142406 16:07:08 ---> 43126adb6e3a 16:07:08 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:07:08 ---> Running in f867e6025679 16:07:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:07:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:07:09 (1/7) Installing ca-certificates (20211220-r0) 16:07:09 (2/7) Installing dumb-init (1.2.5-r1) 16:07:09 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:07:09 (4/7) Installing libsodium (1.0.18-r0) 16:07:09 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:07:09 (6/7) Installing libzmq (4.3.4-r0) 16:07:09 (7/7) Installing zeromq (4.3.4-r0) 16:07:09 Executing busybox-1.33.1-r6.trigger 16:07:09 Executing ca-certificates-20211220-r0.trigger 16:07:09 OK: 9 MiB in 21 packages 16:07:09 Removing intermediate container f867e6025679 16:07:09 ---> b2d1c6903fe2 16:07:09 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:07:09 ---> 172dfaf577ed 16:07:09 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:07:09 ---> c23db7a561b6 16:07:09 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:07:09 ---> d6e0155e92fe 16:07:09 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:07:10 ---> 72df3b9d7506 16:07:10 Step 22/27 : EXPOSE 48095 16:07:10 ---> Running in 6c5bb615c42f 16:07:10 Removing intermediate container 6c5bb615c42f 16:07:10 ---> c7e9fdd8641e 16:07:10 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:07:10 ---> Running in 4f8514464872 16:07:10 Removing intermediate container 4f8514464872 16:07:10 ---> 00c24092fae8 16:07:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:10 ---> Running in 2c54479f1892 16:07:10 Removing intermediate container 2c54479f1892 16:07:10 ---> 5175555d3254 16:07:10 Step 25/27 : LABEL arch=amd64 16:07:10 ---> Running in b49d4682fbcb 16:07:10 Removing intermediate container b49d4682fbcb 16:07:10 ---> 74562a445646 16:07:10 Step 26/27 : LABEL git_sha=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:07:10 ---> Running in 743ae7511e25 16:07:10 Removing intermediate container 743ae7511e25 16:07:10 ---> 5dd953db321b 16:07:10 Step 27/27 : LABEL version=2.2.0-dev.19 16:07:10 ---> Running in 051489d2a700 16:07:10 Removing intermediate container 051489d2a700 16:07:10 ---> 2cf55ff3d509 16:07:10 [Warning] One or more build-args [ARCH] were not consumed 16:07:10 Successfully built 2cf55ff3d509 16:07:10 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:07:11 provisioning config files... 16:07:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4085107251011862616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:11 ---> docker-login.sh 16:07:11 nexus3.edgexfoundry.org:10001 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:11 Configure a credential helper to remove this warning. See 16:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:11 16:07:11 Login Succeeded 16:07:11 nexus3.edgexfoundry.org:10002 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:11 Configure a credential helper to remove this warning. See 16:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:11 16:07:11 Login Succeeded 16:07:11 nexus3.edgexfoundry.org:10003 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:11 Configure a credential helper to remove this warning. See 16:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:11 16:07:11 Login Succeeded 16:07:11 nexus3.edgexfoundry.org:10004 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:11 Configure a credential helper to remove this warning. See 16:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:11 16:07:11 Login Succeeded 16:07:11 docker.io 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:12 Configure a credential helper to remove this warning. See 16:07:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:12 16:07:12 Login Succeeded 16:07:12 ---> docker-login.sh ends [Pipeline] } 16:07:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:07:12 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:07:12 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:07:12 latest 16:07:12 2.2.0-dev.19 16:07:12 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:07:12 main 16:07:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:12 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] isUnix [Pipeline] sh 16:07:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:07:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:07:12 d2f13a06d6fb: Preparing 16:07:12 665ff62443f7: Preparing 16:07:12 24bb9a6675b4: Preparing 16:07:12 a210c6b46b21: Preparing 16:07:12 077ab01df929: Preparing 16:07:12 1a058d5342cc: Preparing 16:07:12 1a058d5342cc: Waiting 16:07:12 a210c6b46b21: Pushed 16:07:12 665ff62443f7: Pushed 16:07:12 24bb9a6675b4: Pushed 16:07:12 1a058d5342cc: Layer already exists 16:07:13 077ab01df929: Pushed 16:07:14 d2f13a06d6fb: Pushed 16:07:14 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh 16:07:14 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:07:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:07:15 d2f13a06d6fb: Preparing 16:07:15 665ff62443f7: Preparing 16:07:15 24bb9a6675b4: Preparing 16:07:15 a210c6b46b21: Preparing 16:07:15 077ab01df929: Preparing 16:07:15 1a058d5342cc: Preparing 16:07:15 1a058d5342cc: Waiting 16:07:15 d2f13a06d6fb: Layer already exists 16:07:15 24bb9a6675b4: Layer already exists 16:07:15 a210c6b46b21: Layer already exists 16:07:15 077ab01df929: Layer already exists 16:07:15 665ff62443f7: Layer already exists 16:07:15 1a058d5342cc: Layer already exists 16:07:15 latest: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh 16:07:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh 16:07:15 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 16:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:07:15 d2f13a06d6fb: Preparing 16:07:15 665ff62443f7: Preparing 16:07:15 24bb9a6675b4: Preparing 16:07:15 a210c6b46b21: Preparing 16:07:15 077ab01df929: Preparing 16:07:15 1a058d5342cc: Preparing 16:07:15 1a058d5342cc: Waiting 16:07:15 665ff62443f7: Layer already exists 16:07:15 24bb9a6675b4: Layer already exists 16:07:15 d2f13a06d6fb: Layer already exists 16:07:15 077ab01df929: Layer already exists 16:07:15 a210c6b46b21: Layer already exists 16:07:15 1a058d5342cc: Layer already exists 16:07:15 2.2.0-dev.19: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh 16:07:15 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh 16:07:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:07:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:07:16 d2f13a06d6fb: Preparing 16:07:16 665ff62443f7: Preparing 16:07:16 24bb9a6675b4: Preparing 16:07:16 a210c6b46b21: Preparing 16:07:16 077ab01df929: Preparing 16:07:16 1a058d5342cc: Preparing 16:07:16 1a058d5342cc: Waiting 16:07:16 a210c6b46b21: Layer already exists 16:07:16 077ab01df929: Layer already exists 16:07:16 d2f13a06d6fb: Layer already exists 16:07:16 665ff62443f7: Layer already exists 16:07:16 24bb9a6675b4: Layer already exists 16:07:16 1a058d5342cc: Layer already exists 16:07:16 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh 16:07:16 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 16:07:16 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:07:16 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:07:16 d2f13a06d6fb: Preparing 16:07:16 665ff62443f7: Preparing 16:07:16 24bb9a6675b4: Preparing 16:07:16 a210c6b46b21: Preparing 16:07:16 077ab01df929: Preparing 16:07:16 1a058d5342cc: Preparing 16:07:16 1a058d5342cc: Waiting 16:07:16 24bb9a6675b4: Layer already exists 16:07:16 665ff62443f7: Layer already exists 16:07:16 a210c6b46b21: Layer already exists 16:07:16 d2f13a06d6fb: Layer already exists 16:07:16 077ab01df929: Layer already exists 16:07:16 1a058d5342cc: Layer already exists 16:07:16 main: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:16 ===================================================== [Pipeline] echo 16:07:16 taggedImages: 16:07:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:07:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:07:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 16:07:16 - nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:07:16 - 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:07:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:17 16:07:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:07:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:17 latest: Pulling from edgex-lftools-log-publisher 16:07:17 5eb5b503b376: Pulling fs layer 16:07:17 5c69ac0246d0: Pulling fs layer 16:07:17 ec43610c2a17: Pulling fs layer 16:07:17 3a2ae6a8a46f: Pulling fs layer 16:07:17 33b1e0a273af: Pulling fs layer 16:07:17 5d3b04190fa2: Pulling fs layer 16:07:17 2f39f015ded8: Pulling fs layer 16:07:17 5d3b04190fa2: Waiting 16:07:17 2f39f015ded8: Waiting 16:07:17 33b1e0a273af: Waiting 16:07:17 5c69ac0246d0: Verifying Checksum 16:07:17 5c69ac0246d0: Download complete 16:07:17 3a2ae6a8a46f: Verifying Checksum 16:07:17 3a2ae6a8a46f: Download complete 16:07:17 33b1e0a273af: Verifying Checksum 16:07:17 33b1e0a273af: Download complete 16:07:17 ec43610c2a17: Verifying Checksum 16:07:17 ec43610c2a17: Download complete 16:07:17 5d3b04190fa2: Verifying Checksum 16:07:17 5d3b04190fa2: Download complete 16:07:17 5eb5b503b376: Verifying Checksum 16:07:17 5eb5b503b376: Download complete 16:07:18 2f39f015ded8: Download complete 16:07:18 5eb5b503b376: Pull complete 16:07:19 5c69ac0246d0: Pull complete 16:07:19 ec43610c2a17: Pull complete 16:07:19 3a2ae6a8a46f: Pull complete 16:07:20 33b1e0a273af: Pull complete 16:07:20 5d3b04190fa2: Pull complete 16:07:24 2f39f015ded8: Pull complete 16:07:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:07:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:07:24 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:07:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:07:25 $ docker top d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:26 ---> job-cost.sh 16:07:26 lf-activate-venv: SKIPPING 16:07:26 INFO: No Stack... 16:07:26 INFO: Retrieving Pricing Info for: v3-standard-8 16:07:26 INFO: Archiving Costs [Pipeline] sh 16:07:27 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:07:27 + cut -d, -f6 [Pipeline] lock 16:07:27 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] 16:07:27 Resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] did not exist. Created. 16:07:27 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:27 + echo total: 0.2199999988079071 [Pipeline] stash 16:07:27 Stashed 1 file(s) [Pipeline] } 16:07:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] // lock [Pipeline] } 16:07:27 $ docker stop --time=1 d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f 16:07:28 $ docker rm -f d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:07:48 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7296 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:07:48 Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout 16:07:48 Selected Git installation does not exist. Using Default 16:07:48 The recommended git tool is: NONE 16:07:56 using credential edgex-jenkins-ssh 16:07:56 Cloning the remote Git repository 16:07:56 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:07:56 > git init /w/workspace/app-service-configurable/55 # timeout=10 16:07:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:07:56 > git --version # timeout=10 16:07:56 > git --version # 'git version 2.25.1' 16:07:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:07:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:58 Avoid second fetch 16:07:58 Checking out Revision 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b (main) 16:07:58 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:07:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:07:58 > git config core.sparsecheckout # timeout=10 16:07:58 > git checkout -f 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 16:08:02 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:08:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:08:03 % Total % Received % Xferd Average Speed Time Time Time Current 16:08:03 Dload Upload Total Spent Left Speed 16:08:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 43540 0 --:--:-- --:--:-- --:--:-- 43701 [Pipeline] sh 16:08:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:08:04 + + sudo tee /etc/docker/daemon.new 16:08:04 sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:08:04 { 16:08:04 "registry-mirrors": [ 16:08:04 "https://nexus3.edgexfoundry.org:10001" 16:08:04 ], 16:08:04 "bip": "10.250.0.254/24", 16:08:04 "hosts": [ 16:08:04 "tcp://0.0.0.0:5555", 16:08:04 "unix:///var/run/docker.sock" 16:08:04 ], 16:08:04 "mtu": 1458, 16:08:04 "selinux-enabled": true, 16:08:04 "seccomp-profile": "/etc/docker/seccomp.json" 16:08:04 } [Pipeline] sh 16:08:05 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:08:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:23 provisioning config files... 16:08:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config8165228150521785886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:24 ---> docker-login.sh 16:08:24 nexus3.edgexfoundry.org:10001 16:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:25 Configure a credential helper to remove this warning. See 16:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:25 16:08:25 Login Succeeded 16:08:25 nexus3.edgexfoundry.org:10002 16:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:25 Configure a credential helper to remove this warning. See 16:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:25 16:08:25 Login Succeeded 16:08:25 nexus3.edgexfoundry.org:10003 16:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:26 Configure a credential helper to remove this warning. See 16:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:26 16:08:26 Login Succeeded 16:08:26 nexus3.edgexfoundry.org:10004 16:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:26 Configure a credential helper to remove this warning. See 16:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:26 16:08:26 Login Succeeded 16:08:26 docker.io 16:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:27 Configure a credential helper to remove this warning. See 16:08:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:27 16:08:27 Login Succeeded 16:08:27 ---> docker-login.sh ends [Pipeline] } 16:08:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:08:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:08:28 ========================================================= 16:08:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:08:28 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:08:28 + 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:08:28 Sending build context to Docker daemon 207.9kB 16:08:28 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:08:28 Step 2/13 : FROM ${BASE} AS builder 16:08:28 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:08:28 9b3977197b4f: Pulling fs layer 16:08:28 1a89e8eeedd5: Pulling fs layer 16:08:28 94645a83ff95: Pulling fs layer 16:08:28 3f3a8bcf1eab: Pulling fs layer 16:08:28 0c92f367c5e7: Pulling fs layer 16:08:28 f7c0051592d6: Pulling fs layer 16:08:28 a227ed2f7395: Pulling fs layer 16:08:28 7b1c46037f91: Pulling fs layer 16:08:28 3f3a8bcf1eab: Waiting 16:08:28 0c92f367c5e7: Waiting 16:08:28 f7c0051592d6: Waiting 16:08:28 a227ed2f7395: Waiting 16:08:28 7b1c46037f91: Waiting 16:08:28 94645a83ff95: Verifying Checksum 16:08:28 94645a83ff95: Download complete 16:08:28 1a89e8eeedd5: Download complete 16:08:28 0c92f367c5e7: Download complete 16:08:28 9b3977197b4f: Download complete 16:08:28 f7c0051592d6: Verifying Checksum 16:08:28 f7c0051592d6: Download complete 16:08:28 a227ed2f7395: Verifying Checksum 16:08:28 a227ed2f7395: Download complete 16:08:29 9b3977197b4f: Pull complete 16:08:30 1a89e8eeedd5: Pull complete 16:08:30 94645a83ff95: Pull complete 16:08:31 7b1c46037f91: Verifying Checksum 16:08:31 7b1c46037f91: Download complete 16:08:31 3f3a8bcf1eab: Verifying Checksum 16:08:31 3f3a8bcf1eab: Download complete 16:08:44 3f3a8bcf1eab: Pull complete 16:08:44 0c92f367c5e7: Pull complete 16:08:44 f7c0051592d6: Pull complete 16:08:44 a227ed2f7395: Pull complete 16:08:51 7b1c46037f91: Pull complete 16:08:51 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 16:08:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:08:51 ---> f79e39bc4007 16:08:51 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:08:52 ---> Running in e5daba6c5845 16:08:52 Removing intermediate container e5daba6c5845 16:08:52 ---> ad6a4062160c 16:08:52 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:08:52 ---> Running in ab98027e48c3 16:08:52 Removing intermediate container ab98027e48c3 16:08:52 ---> 6140707e666f 16:08:52 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:08:52 ---> Running in 59322aa66557 16:08:52 Removing intermediate container 59322aa66557 16:08:52 ---> 0c799191726f 16:08:52 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:52 ---> Running in daf9de08f695 16:08:54 Removing intermediate container daf9de08f695 16:08:54 ---> fe7c6551b142 16:08:54 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:08:54 ---> Running in 2b3ac42e4b8f 16:08:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:08:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:08:57 OK: 220 MiB in 52 packages 16:08:58 Removing intermediate container 2b3ac42e4b8f 16:08:58 ---> e27db77d9bb0 16:08:58 Step 8/13 : WORKDIR /app 16:08:58 ---> Running in 2df2fb62a00f 16:08:58 Removing intermediate container 2df2fb62a00f 16:08:58 ---> 71dd3c4d7c4d 16:08:58 Step 9/13 : COPY go.mod vendor* ./ 16:08:59 ---> 5e00bd73482e 16:08:59 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:08:59 ---> Running in 745d44b1b8d7 16:10:21 Removing intermediate container 745d44b1b8d7 16:10:21 ---> 4c5343ebbb41 16:10:21 Step 11/13 : COPY . . 16:10:21 ---> cbcb495d577f 16:10:21 Step 12/13 : ARG MAKE="make build" 16:10:21 ---> Running in 7037516b6c30 16:10:21 Removing intermediate container 7037516b6c30 16:10:21 ---> 88e23194641e 16:10:21 Step 13/13 : RUN $MAKE 16:10:21 ---> Running in 0e9154ed5b00 16:10:21 noop 16:10:21 Removing intermediate container 0e9154ed5b00 16:10:21 ---> b9ceb2923935 16:10:21 Successfully built b9ceb2923935 16:10:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:10:21 + docker inspect -f . ci-base-image-arm64 16:10:21 . [Pipeline] withDockerContainer 16:10:21 prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container 16:10:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 16:10:23 $ docker top a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:24 + go version 16:10:24 go version go1.17.6 linux/arm64 [Pipeline] } 16:10:24 $ docker stop --time=1 a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 16:10:25 $ docker rm -f a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:26 + docker inspect -f . ci-base-image-arm64 16:10:26 . [Pipeline] withDockerContainer 16:10:26 prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container 16:10:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 16:10:28 $ docker top 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:10:29 + make test 16:10:29 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:11:25 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:11:25 CGO_ENABLED=1 go vet ./... 16:11:44 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:11:44 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:11:44 ./bin/test-attribution-txt.sh [Pipeline] echo 16:11:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:11:44 $ docker stop --time=1 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 16:11:45 $ docker rm -f 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 [Pipeline] // withDockerContainer [Pipeline] sh 16:11:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:11:46 Warning: overwriting stash ‘coverage-report’ 16:11:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:11:48 + ls -al . 16:11:48 total 172 16:11:48 drwxrwxr-x 7 jenkins jenkins 4096 Mar 16 16:11 . 16:11:48 drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 16:07 .. 16:11:48 -rw-rw-r-- 1 jenkins jenkins 119 Mar 16 16:07 .dockerignore 16:11:48 drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:08 .git 16:11:48 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:07 .github 16:11:48 -rw-rw-r-- 1 jenkins jenkins 104 Mar 16 16:07 .gitignore 16:11:48 -rw-rw-r-- 1 jenkins jenkins 7627 Mar 16 16:07 Attribution.txt 16:11:48 -rw-rw-r-- 1 jenkins jenkins 23791 Mar 16 16:07 CHANGELOG.md 16:11:48 -rw-rw-r-- 1 jenkins jenkins 2087 Mar 16 16:07 Dockerfile 16:11:48 -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 16:07 GOVERNANCE.md 16:11:48 -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 16:07 Jenkinsfile 16:11:48 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 16 16:07 LICENSE 16:11:48 -rw-rw-r-- 1 jenkins jenkins 618 Mar 16 16:07 OWNERS.md 16:11:48 -rw-rw-r-- 1 jenkins jenkins 3860 Mar 16 16:07 README.md 16:11:48 -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 16:05 VERSION 16:11:48 drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:07 bin 16:11:48 -rw-r--r-- 1 jenkins jenkins 10 Mar 16 16:10 coverage.out 16:11:48 -rw-rw-r-- 1 jenkins jenkins 2816 Mar 16 16:07 go.mod 16:11:48 -rw-rw-r-- 1 jenkins jenkins 50031 Mar 16 16:07 go.sum 16:11:48 -rw-rw-r-- 1 jenkins jenkins 1949 Mar 16 16:07 main.go 16:11:48 -rw-rw-r-- 1 jenkins jenkins 1614 Mar 16 16:07 makefile 16:11:48 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:07 res 16:11:48 drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 16:07 snap [Pipeline] isUnix [Pipeline] sh 16:11:48 + 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b --label arch=arm64 --label version=2.2.0-dev.19 . 16:11:48 Sending build context to Docker daemon 208.9kB 16:11:48 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:11:48 Step 2/27 : FROM ${BASE} AS builder 16:11:48 ---> b9ceb2923935 16:11:48 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:11:48 ---> Running in ecaf6e6807f0 16:11:49 Removing intermediate container ecaf6e6807f0 16:11:49 ---> 61dfb0330178 16:11:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:11:49 ---> Running in 9a84ee8c7bd0 16:11:49 Removing intermediate container 9a84ee8c7bd0 16:11:49 ---> 9d7f7cebe293 16:11:49 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:11:49 ---> Running in ab98d763f4af 16:11:50 Removing intermediate container ab98d763f4af 16:11:50 ---> b20d39c85b7e 16:11:50 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:50 ---> Running in e614811bafeb 16:11:52 Removing intermediate container e614811bafeb 16:11:52 ---> a20eef171887 16:11:52 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:11:52 ---> Running in 3736e76de340 16:11:53 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:11:54 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:11:55 OK: 220 MiB in 52 packages 16:11:55 Removing intermediate container 3736e76de340 16:11:55 ---> c57ed8cc4738 16:11:55 Step 8/27 : WORKDIR /app 16:11:55 ---> Running in 6693ea7fdcfa 16:11:55 Removing intermediate container 6693ea7fdcfa 16:11:55 ---> 6128dd464a97 16:11:55 Step 9/27 : COPY go.mod vendor* ./ 16:11:56 ---> 5a6166226524 16:11:56 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:11:56 ---> Running in ad87663adfc8 16:11:59 Removing intermediate container ad87663adfc8 16:11:59 ---> 3f43df899137 16:11:59 Step 11/27 : COPY . . 16:11:59 ---> f4dec342aa25 16:11:59 Step 12/27 : ARG MAKE="make build" 16:11:59 ---> Running in 9ac065210b4e 16:12:00 Removing intermediate container 9ac065210b4e 16:12:00 ---> 61161f704b8e 16:12:00 Step 13/27 : RUN $MAKE 16:12:00 ---> Running in 6541bf94acba 16:12:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.19" -o app-service-configurable 16:12:57 Removing intermediate container 6541bf94acba 16:12:57 ---> 40ddbcacfff7 16:12:57 Step 14/27 : FROM alpine:3.14 16:12:57 3.14: Pulling from library/alpine 16:12:57 be307f383ecc: Pulling fs layer 16:12:57 be307f383ecc: Download complete 16:12:57 be307f383ecc: Pull complete 16:12:57 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 16:12:57 Status: Downloaded newer image for alpine:3.14 16:12:57 ---> 5b8b7b635229 16:12:57 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:12:57 ---> Running in a7ae72467241 16:12:57 Removing intermediate container a7ae72467241 16:12:57 ---> a46470296d60 16:12:57 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:12:57 ---> Running in 1eaeedea7e26 16:12:57 Removing intermediate container 1eaeedea7e26 16:12:57 ---> 90b81d92f8c7 16:12:57 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:12:57 ---> Running in 50d9f5169d71 16:12:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:12:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:12:57 (1/7) Installing ca-certificates (20211220-r0) 16:12:57 (2/7) Installing dumb-init (1.2.5-r1) 16:12:57 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:12:57 (4/7) Installing libsodium (1.0.18-r0) 16:12:57 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:12:57 (6/7) Installing libzmq (4.3.4-r0) 16:12:57 (7/7) Installing zeromq (4.3.4-r0) 16:12:57 Executing busybox-1.33.1-r6.trigger 16:12:57 Executing ca-certificates-20211220-r0.trigger 16:12:57 OK: 9 MiB in 21 packages 16:12:57 Removing intermediate container 50d9f5169d71 16:12:57 ---> 38b323940a1e 16:12:57 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:12:57 ---> 18bf74cafcf0 16:12:57 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:12:58 ---> 0c78790590c6 16:12:58 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:12:58 ---> 78f3ad93973e 16:12:58 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:13:00 ---> 62b5dec8e4e2 16:13:00 Step 22/27 : EXPOSE 48095 16:13:00 ---> Running in 2204d11ba4e0 16:13:00 Removing intermediate container 2204d11ba4e0 16:13:00 ---> d9fea489d7b5 16:13:00 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:13:00 ---> Running in 6673dc56a39e 16:13:00 Removing intermediate container 6673dc56a39e 16:13:00 ---> 16250560c608 16:13:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:01 ---> Running in fa4c11d9e646 16:13:01 Removing intermediate container fa4c11d9e646 16:13:01 ---> 19c75ddfef18 16:13:01 Step 25/27 : LABEL arch=arm64 16:13:01 ---> Running in 9e806958e54a 16:13:01 Removing intermediate container 9e806958e54a 16:13:01 ---> cb3b2239ece3 16:13:01 Step 26/27 : LABEL git_sha=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:13:01 ---> Running in 1487b7726198 16:13:02 Removing intermediate container 1487b7726198 16:13:02 ---> e9c8e625af8e 16:13:02 Step 27/27 : LABEL version=2.2.0-dev.19 16:13:02 ---> Running in 2423bfca0e9a 16:13:02 Removing intermediate container 2423bfca0e9a 16:13:02 ---> 3a8a80cf2392 16:13:02 [Warning] One or more build-args [ARCH] were not consumed 16:13:02 Successfully built 3a8a80cf2392 16:13:02 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 16:13:02 provisioning config files... 16:13:02 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config3887837716870661597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:02 ---> docker-login.sh 16:13:02 nexus3.edgexfoundry.org:10001 16:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:03 Configure a credential helper to remove this warning. See 16:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:03 16:13:03 Login Succeeded 16:13:03 nexus3.edgexfoundry.org:10002 16:13:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:03 Configure a credential helper to remove this warning. See 16:13:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:03 16:13:03 Login Succeeded 16:13:03 nexus3.edgexfoundry.org:10003 16:13:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:04 Configure a credential helper to remove this warning. See 16:13:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:04 16:13:04 Login Succeeded 16:13:04 nexus3.edgexfoundry.org:10004 16:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:05 Configure a credential helper to remove this warning. See 16:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:05 16:13:05 Login Succeeded 16:13:05 docker.io 16:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:13:05 Configure a credential helper to remove this warning. See 16:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:13:05 16:13:05 Login Succeeded 16:13:05 ---> docker-login.sh ends [Pipeline] } 16:13:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:13:06 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:13:06 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:13:06 latest 16:13:06 2.2.0-dev.19 16:13:06 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:13:06 main 16:13:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:06 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] isUnix [Pipeline] sh 16:13:06 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:13:06 5605a682e6f9: Preparing 16:13:06 efdb944712f3: Preparing 16:13:06 9e262aa1ae55: Preparing 16:13:06 7a05a621dd20: Preparing 16:13:06 b7d1c6deac29: Preparing 16:13:06 62170e181a92: Preparing 16:13:06 62170e181a92: Waiting 16:13:06 efdb944712f3: Pushed 16:13:06 9e262aa1ae55: Pushed 16:13:06 7a05a621dd20: Pushed 16:13:06 62170e181a92: Layer already exists 16:13:07 b7d1c6deac29: Pushed 16:13:10 5605a682e6f9: Pushed 16:13:10 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:10 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:13:11 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:13:11 5605a682e6f9: Preparing 16:13:11 efdb944712f3: Preparing 16:13:11 9e262aa1ae55: Preparing 16:13:11 7a05a621dd20: Preparing 16:13:11 b7d1c6deac29: Preparing 16:13:11 62170e181a92: Preparing 16:13:11 62170e181a92: Waiting 16:13:11 efdb944712f3: Layer already exists 16:13:11 5605a682e6f9: Layer already exists 16:13:11 7a05a621dd20: Layer already exists 16:13:11 9e262aa1ae55: Layer already exists 16:13:11 b7d1c6deac29: Layer already exists 16:13:11 62170e181a92: Layer already exists 16:13:11 latest: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:11 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh 16:13:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 16:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:13:12 5605a682e6f9: Preparing 16:13:12 efdb944712f3: Preparing 16:13:12 9e262aa1ae55: Preparing 16:13:12 7a05a621dd20: Preparing 16:13:12 b7d1c6deac29: Preparing 16:13:12 62170e181a92: Preparing 16:13:12 62170e181a92: Waiting 16:13:12 b7d1c6deac29: Layer already exists 16:13:12 9e262aa1ae55: Layer already exists 16:13:12 7a05a621dd20: Layer already exists 16:13:12 5605a682e6f9: Layer already exists 16:13:12 efdb944712f3: Layer already exists 16:13:12 62170e181a92: Layer already exists 16:13:12 2.2.0-dev.19: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:12 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh 16:13:13 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:13:13 5605a682e6f9: Preparing 16:13:13 efdb944712f3: Preparing 16:13:13 9e262aa1ae55: Preparing 16:13:13 7a05a621dd20: Preparing 16:13:13 b7d1c6deac29: Preparing 16:13:13 62170e181a92: Preparing 16:13:13 62170e181a92: Waiting 16:13:13 5605a682e6f9: Layer already exists 16:13:13 9e262aa1ae55: Layer already exists 16:13:13 efdb944712f3: Layer already exists 16:13:13 7a05a621dd20: Layer already exists 16:13:13 b7d1c6deac29: Layer already exists 16:13:13 62170e181a92: Layer already exists 16:13:13 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh 16:13:13 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 16:13:14 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:13:14 5605a682e6f9: Preparing 16:13:14 efdb944712f3: Preparing 16:13:14 9e262aa1ae55: Preparing 16:13:14 7a05a621dd20: Preparing 16:13:14 b7d1c6deac29: Preparing 16:13:14 62170e181a92: Preparing 16:13:14 efdb944712f3: Layer already exists 16:13:14 9e262aa1ae55: Layer already exists 16:13:14 7a05a621dd20: Layer already exists 16:13:14 5605a682e6f9: Layer already exists 16:13:14 b7d1c6deac29: Layer already exists 16:13:14 62170e181a92: Layer already exists 16:13:14 main: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:13:14 ===================================================== [Pipeline] echo 16:13:14 taggedImages: 16:13:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 16:13:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:13:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 16:13:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 16:13:14 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:14 16:13:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 16:13:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:15 arm64: Pulling from edgex-lftools-log-publisher 16:13:15 8998bd30e6a1: Pulling fs layer 16:13:15 04944245beec: Pulling fs layer 16:13:15 699f458cf7ca: Pulling fs layer 16:13:15 765212b225bb: Pulling fs layer 16:13:15 f23df028b6ca: Pulling fs layer 16:13:15 d65c8cfc05b1: Pulling fs layer 16:13:15 2437ff75d9bd: Pulling fs layer 16:13:15 f23df028b6ca: Waiting 16:13:15 765212b225bb: Waiting 16:13:15 d65c8cfc05b1: Waiting 16:13:15 2437ff75d9bd: Waiting 16:13:15 04944245beec: Verifying Checksum 16:13:15 04944245beec: Download complete 16:13:15 765212b225bb: Verifying Checksum 16:13:15 765212b225bb: Download complete 16:13:15 f23df028b6ca: Verifying Checksum 16:13:15 d65c8cfc05b1: Verifying Checksum 16:13:15 d65c8cfc05b1: Download complete 16:13:15 699f458cf7ca: Verifying Checksum 16:13:15 699f458cf7ca: Download complete 16:13:16 8998bd30e6a1: Verifying Checksum 16:13:16 8998bd30e6a1: Download complete 16:13:18 2437ff75d9bd: Verifying Checksum 16:13:18 2437ff75d9bd: Download complete 16:13:20 8998bd30e6a1: Pull complete 16:13:21 04944245beec: Pull complete 16:13:22 699f458cf7ca: Pull complete 16:13:22 765212b225bb: Pull complete 16:13:23 f23df028b6ca: Pull complete 16:13:24 d65c8cfc05b1: Pull complete 16:13:39 2437ff75d9bd: Pull complete 16:13:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:13:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:13:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 16:13:39 prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container 16:13:39 $ 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/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@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 16:13:42 $ docker top ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:43 ---> job-cost.sh 16:13:43 lf-activate-venv: SKIPPING 16:13:43 INFO: No Stack... 16:13:43 INFO: Retrieving Pricing Info for: v3-standard-4 16:13:44 INFO: Archiving Costs [Pipeline] sh 16:13:45 + cat /w/workspace/app-service-configurable/55/archives/cost.csv 16:13:45 + cut -d, -f6 [Pipeline] lock 16:13:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] 16:13:45 Resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] did not exist. Created. 16:13:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:13:46 /w/workspace/app-service-configurable/55@tmp/durable-3a0b55f2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:13:47 + echo total: 0.10999999940395355 [Pipeline] stash 16:13:47 Warning: overwriting stash ‘stack-cost’ 16:13:47 Stashed 1 file(s) [Pipeline] } 16:13:47 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] // lock [Pipeline] } 16:13:47 $ docker stop --time=1 ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd 16:13:48 $ docker rm -f ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd [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 16:13:49 provisioning config files... 16:13:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3171889589921353292tmp [Pipeline] { [Pipeline] sh 16:13:49 + set +x 16:13:49 + curl -s https://codecov.io/bash 16:13:49 + bash -s -- 16:13:49 16:13:49 _____ _ 16:13:49 / ____| | | 16:13:49 | | ___ __| | ___ ___ _____ __ 16:13:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:13:49 | |___| (_) | (_| | __/ (_| (_) \ V / 16:13:49 \_____\___/ \__,_|\___|\___\___/ \_/ 16:13:49 Bash-1.0.6 16:13:49 16:13:49 16:13:49 ==> git version 2.25.1 found 16:13:49 ==> 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 16:13:49 Release-Date: 2020-01-08 16:13:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:13:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:13:49 ==> Jenkins CI detected. 16:13:49 current dir:  /w/workspace/ry_app-service-configurable_main 16:13:49 project root: . 16:13:49 --> token set from env 16:13:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:13:49 ==> Running gcov in . (disable via -X gcov) 16:13:49 ==> Python coveragepy not found 16:13:49 ==> Searching for coverage reports in: 16:13:49 + . 16:13:49 -> Found 1 reports 16:13:49 ==> Detecting git/mercurial file structure 16:13:49 ==> Reading reports 16:13:49 + ./coverage.out bytes=10 16:13:49 ==> Appending adjustments 16:13:49 https://docs.codecov.io/docs/fixing-reports 16:13:49 + Found adjustments 16:13:49 ==> Gzipping contents 16:13:49 4.0K /tmp/codecov.3BR05p.gz 16:13:49 ==> Uploading reports 16:13:49 url: https://codecov.io 16:13:49 query: branch=main&commit=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F55%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:13:49 -> Pinging Codecov 16:13:49 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F55%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:13:50 -> Uploading to 16:13:50 https://storage.googleapis.com/codecov/v4/raw/2022-03-16/A97CA9966030D2A3747ED39772930CCE/95134ef0fa24dfe0e02402ba6bbc631c65b2c71b/76185803-a9bb-4d16-9f18-d10fc2bb31fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220316T161349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53ea980a67f84f0e3eb4b763e64c31f7e1d3a1dd6cc2d49cffc526335b767d76 16:13:50 % Total % Received % Xferd Average Speed Time Time Time Current 16:13:50 Dload Upload Total Spent Left Speed 16:13:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2411 --:--:-- --:--:-- --:--:-- 2411 16:13:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] } 16:13:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:13:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:13:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:13:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:13:50 16:13:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:13:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:13:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:13:51 188c0c94c7c5: Pulling fs layer 16:13:51 0ef7d3d256c8: Pulling fs layer 16:13:51 de9db76c5a1d: Pulling fs layer 16:13:51 0eba1c9be4d2: Pulling fs layer 16:13:51 0d57e429df01: Pulling fs layer 16:13:51 4e4be7b47b0d: Pulling fs layer 16:13:51 e1f770b5df2f: Pulling fs layer 16:13:51 85a0685a4137: Pulling fs layer 16:13:51 0eba1c9be4d2: Waiting 16:13:51 4e4be7b47b0d: Waiting 16:13:51 e1f770b5df2f: Waiting 16:13:51 0d57e429df01: Waiting 16:13:51 85a0685a4137: Waiting 16:13:51 de9db76c5a1d: Download complete 16:13:51 0ef7d3d256c8: Verifying Checksum 16:13:51 0ef7d3d256c8: Download complete 16:13:51 0d57e429df01: Verifying Checksum 16:13:51 0d57e429df01: Download complete 16:13:51 4e4be7b47b0d: Verifying Checksum 16:13:51 4e4be7b47b0d: Download complete 16:13:51 188c0c94c7c5: Verifying Checksum 16:13:51 188c0c94c7c5: Download complete 16:13:51 e1f770b5df2f: Verifying Checksum 16:13:51 e1f770b5df2f: Download complete 16:13:51 188c0c94c7c5: Pull complete 16:13:51 0ef7d3d256c8: Pull complete 16:13:51 de9db76c5a1d: Pull complete 16:13:52 0eba1c9be4d2: Verifying Checksum 16:13:52 0eba1c9be4d2: Download complete 16:13:52 85a0685a4137: Verifying Checksum 16:13:52 85a0685a4137: Download complete 16:13:56 0eba1c9be4d2: Pull complete 16:13:56 0d57e429df01: Pull complete 16:13:56 4e4be7b47b0d: Pull complete 16:13:56 e1f770b5df2f: Pull complete 16:13:59 85a0685a4137: Pull complete 16:13:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:13:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:13:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:13:59 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:13:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:14:01 $ docker top 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 -eo pid,comm [Pipeline] { [Pipeline] echo 16:14:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:14:01 + set -o pipefail 16:14:01 + snyk monitor '--org=edgex-jenkins' 16:14:05 16:14:05 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:14:05 16:14:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/081c6087-6d42-4ec1-bd6f-d1903082021b 16:14:05 16:14:05 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:14:05 16:14:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:14:05 16:14:05 [Pipeline] } 16:14:05 $ docker stop --time=1 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 16:14:07 $ docker rm -f 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 [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 16:14:08 + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] sh 16:14:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:14:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:08 . [Pipeline] withDockerContainer 16:14:08 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:14:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:09 $ docker top 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:09 [ssh-agent] Looking for ssh-agent implementation... 16:14:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:09 $ docker exec 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 ssh-agent 16:14:09 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbFNbNl/agent.14 16:14:09 SSH_AGENT_PID=20 16:14:09 Running ssh-add (command line suppressed) 16:14:09 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_131906530727463131.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_131906530727463131.key) 16:14:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:10 + git semver tag 16:14:10 # -> Open(): unable to determine branch for HEAD 16:14:10 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:14:10 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:14:10 # $SEMVER_REMOTE_NAME = origin 16:14:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:10 # $SEMVER_USER_NAME = edgex-jenkins 16:14:10 # $SEMVER_BRANCH = main 16:14:10 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 16:14:10 # 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b HEAD 16:14:10 # -> Force: false 16:14:10 # 70e40b091dfed9e4b4949c697cf5d0ef629a77e3 refs/tags/v2.2.0-dev.19 [Pipeline] } 16:14:10 $ docker exec --env ******** --env ******** 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 ssh-agent -k 16:14:10 unset SSH_AUTH_SOCK; 16:14:10 unset SSH_AGENT_PID; 16:14:10 echo Agent pid 20 killed; 16:14:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:10 + git semver [Pipeline] } 16:14:10 $ docker stop --time=1 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 16:14:11 $ docker rm -f 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:12 16:14:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:12 0.23.1-centos7: Pulling from edgex-lftools 16:14:12 ab5ef0e58194: Pulling fs layer 16:14:12 9712f1f96733: Pulling fs layer 16:14:12 63f879dbbcfc: Pulling fs layer 16:14:12 0d9ebad4ef96: Pulling fs layer 16:14:12 e9a5061849ea: Pulling fs layer 16:14:12 d747dcd14b5f: Pulling fs layer 16:14:12 2de7ff778b66: Pulling fs layer 16:14:12 e9a5061849ea: Waiting 16:14:12 d747dcd14b5f: Waiting 16:14:12 0d9ebad4ef96: Waiting 16:14:12 2de7ff778b66: Waiting 16:14:12 9712f1f96733: Verifying Checksum 16:14:12 9712f1f96733: Download complete 16:14:12 63f879dbbcfc: Verifying Checksum 16:14:12 63f879dbbcfc: Download complete 16:14:12 e9a5061849ea: Verifying Checksum 16:14:12 e9a5061849ea: Download complete 16:14:12 d747dcd14b5f: Verifying Checksum 16:14:12 d747dcd14b5f: Download complete 16:14:13 ab5ef0e58194: Verifying Checksum 16:14:13 ab5ef0e58194: Download complete 16:14:13 0d9ebad4ef96: Verifying Checksum 16:14:13 0d9ebad4ef96: Download complete 16:14:13 2de7ff778b66: Verifying Checksum 16:14:13 2de7ff778b66: Download complete 16:14:15 ab5ef0e58194: Pull complete 16:14:15 9712f1f96733: Pull complete 16:14:16 63f879dbbcfc: Pull complete 16:14:20 0d9ebad4ef96: Pull complete 16:14:20 e9a5061849ea: Pull complete 16:14:20 d747dcd14b5f: Pull complete 16:14:21 2de7ff778b66: Pull complete 16:14:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:14:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:14:21 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:14:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:14:23 $ docker top 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:14:23 provisioning config files... 16:14:23 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7068399857809758396tmp 16:14:23 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config657199567640541980tmp 16:14:23 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1753757727746262761tmp [Pipeline] { [Pipeline] echo 16:14:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:14:23 ---> sigul-configuration.sh 16:14:23 gpg: directory `/root/.gnupg' created 16:14:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:14:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:14:23 gpg: keyring `/root/.gnupg/secring.gpg' created 16:14:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:14:23 gpg: CAST5 encrypted data 16:14:23 gpg: encrypted with 1 passphrase 16:14:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:14:23 + mkdir /home/jenkins 16:14:23 + mkdir /home/jenkins/sigul [Pipeline] sh 16:14:24 + 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 16:14:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:14:24 ---> sigul-install.sh 16:14:24 Sigul already installed; skipping installation. [Pipeline] sh 16:14:24 + git tag --list 16:14:24 v1.0.0 16:14:24 v1.1.0 16:14:24 v1.2.0 16:14:24 v1.3.0 16:14:24 v1.3.1 16:14:24 v2.0.0 16:14:24 v2.0.1 16:14:24 v2.0.1-dev.1 16:14:24 v2.0.2-dev.1 16:14:24 v2.0.2-dev.10 16:14:24 v2.0.2-dev.11 16:14:24 v2.0.2-dev.12 16:14:24 v2.0.2-dev.13 16:14:24 v2.0.2-dev.14 16:14:24 v2.0.2-dev.15 16:14:24 v2.0.2-dev.16 16:14:24 v2.0.2-dev.17 16:14:24 v2.0.2-dev.18 16:14:24 v2.0.2-dev.19 16:14:24 v2.0.2-dev.2 16:14:24 v2.0.2-dev.20 16:14:24 v2.0.2-dev.21 16:14:24 v2.0.2-dev.22 16:14:24 v2.0.2-dev.23 16:14:24 v2.0.2-dev.24 16:14:24 v2.0.2-dev.25 16:14:24 v2.0.2-dev.26 16:14:24 v2.0.2-dev.27 16:14:24 v2.0.2-dev.28 16:14:24 v2.0.2-dev.29 16:14:24 v2.0.2-dev.3 16:14:24 v2.0.2-dev.30 16:14:24 v2.0.2-dev.4 16:14:24 v2.0.2-dev.5 16:14:24 v2.0.2-dev.6 16:14:24 v2.0.2-dev.7 16:14:24 v2.0.2-dev.8 16:14:24 v2.0.2-dev.9 16:14:24 v2.1.0 16:14:24 v2.2.0-dev.1 16:14:24 v2.2.0-dev.10 16:14:24 v2.2.0-dev.11 16:14:24 v2.2.0-dev.12 16:14:24 v2.2.0-dev.13 16:14:24 v2.2.0-dev.14 16:14:24 v2.2.0-dev.15 16:14:24 v2.2.0-dev.16 16:14:24 v2.2.0-dev.17 16:14:24 v2.2.0-dev.18 16:14:24 v2.2.0-dev.19 16:14:24 v2.2.0-dev.2 16:14:24 v2.2.0-dev.3 16:14:24 v2.2.0-dev.4 16:14:24 v2.2.0-dev.5 16:14:24 v2.2.0-dev.6 16:14:24 v2.2.0-dev.7 16:14:24 v2.2.0-dev.8 16:14:24 v2.2.0-dev.9 [Pipeline] sh 16:14:25 + lftools sign git-tag v2.2.0-dev.19 16:14:25 Signing Git tag with Sigul... 16:14:25 Signing v2.2.0-dev.19 [Pipeline] echo 16:14:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:14:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:14:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:14:26 $ docker stop --time=1 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b 16:14:27 $ docker rm -f 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:14:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:14:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:28 . [Pipeline] withDockerContainer 16:14:28 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:14:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:28 $ docker top fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:29 [ssh-agent] Looking for ssh-agent implementation... 16:14:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:29 $ docker exec fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc ssh-agent 16:14:29 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjPCKgO/agent.13 16:14:29 SSH_AGENT_PID=19 16:14:29 Running ssh-add (command line suppressed) 16:14:29 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8261581635566844113.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8261581635566844113.key) 16:14:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:29 + git semver bump pre 16:14:29 # -> Open(): unable to determine branch for HEAD 16:14:29 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:14:29 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:14:29 # $SEMVER_REMOTE_NAME = origin 16:14:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:29 # $SEMVER_USER_NAME = edgex-jenkins 16:14:29 # $SEMVER_BRANCH = main 16:14:29 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 16:14:29 2.2.0-dev.20 [Pipeline] } 16:14:29 $ docker exec --env ******** --env ******** fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc ssh-agent -k 16:14:29 unset SSH_AUTH_SOCK; 16:14:29 unset SSH_AGENT_PID; 16:14:29 echo Agent pid 19 killed; 16:14:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:30 + git semver [Pipeline] } 16:14:30 $ docker stop --time=1 fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc 16:14:31 $ docker rm -f fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc [Pipeline] // withDockerContainer [Pipeline] sh 16:14:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:14:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:14:32 . [Pipeline] withDockerContainer 16:14:32 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:14: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:14:32 $ docker top 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:14:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:14:32 [ssh-agent] Looking for ssh-agent implementation... 16:14:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:14:32 $ docker exec 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db ssh-agent 16:14:32 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgJnBJc/agent.13 16:14:32 SSH_AGENT_PID=19 16:14:32 Running ssh-add (command line suppressed) 16:14:33 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8589035433430968464.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8589035433430968464.key) 16:14:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:14:33 + git semver push 16:14:33 # -> Open(): unable to determine branch for HEAD 16:14:33 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:14:33 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:14:33 # $SEMVER_REMOTE_NAME = origin 16:14:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:14:33 # $SEMVER_USER_NAME = edgex-jenkins 16:14:33 # $SEMVER_BRANCH = main 16:14:33 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 16:14:35 $ docker exec --env ******** --env ******** 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db ssh-agent -k 16:14:36 unset SSH_AUTH_SOCK; 16:14:36 unset SSH_AGENT_PID; 16:14:36 echo Agent pid 19 killed; 16:14:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:14:36 + git semver [Pipeline] } 16:14:36 $ docker stop --time=1 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db 16:14:37 $ docker rm -f 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db [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 16:14:38 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:14:38 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:14:38 total 16 16:14:38 drwxr-xr-x 3 root root 4096 Mar 16 16:07 . 16:14:38 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:14 .. 16:14:38 drwxr-xr-x 2 root root 4096 Mar 16 16:07 cost 16:14:38 -rw-r--r-- 1 root root 94 Mar 16 16:07 cost.csv 16:14:38 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:14:38 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:14:38 total 16 16:14:38 drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 16:07 . 16:14:38 drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:14 .. 16:14:38 drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 16:07 cost 16:14:38 -rw-r--r-- 1 jenkins jenkins 94 Mar 16 16:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:14:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:14:39 ---> package-listing.sh 16:14:39 ++ facter osfamily 16:14:39 ++ tr '[:upper:]' '[:lower:]' 16:14:39 + OS_FAMILY=debian 16:14:39 + workspace=/w/workspace/ry_app-service-configurable_main 16:14:39 + START_PACKAGES=/tmp/packages_start.txt 16:14:39 + END_PACKAGES=/tmp/packages_end.txt 16:14:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:14:39 + PACKAGES=/tmp/packages_start.txt 16:14:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:14:39 + PACKAGES=/tmp/packages_end.txt 16:14:39 + case "${OS_FAMILY}" in 16:14:39 + dpkg -l 16:14:39 + grep '^ii' 16:14:39 + '[' -f /tmp/packages_start.txt ']' 16:14:39 + '[' -f /tmp/packages_end.txt ']' 16:14:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:14:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:14:39 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:14:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:14:39 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 16:14:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:14:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:14:40 . [Pipeline] withDockerContainer 16:14:40 prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container 16:14:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:14:40 $ docker top 4d93173a23af8de78681ffdb3d1d0aa8fa516f2cb99ec0533fb9297bab52a6d0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:41 + touch /tmp/pre-build-complete [Pipeline] sh 16:14:41 + mkdir -p /var/log/sysstat [Pipeline] sh 16:14:41 + ls /var/log/sa-host 16:14:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:14:41 provisioning config files... 16:14:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4339129893380545867tmp [Pipeline] { [Pipeline] echo 16:14:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:14:42 ---> create-netrc.sh [Pipeline] } 16:14:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:14:42 ---> python-tools-install.sh [Pipeline] echo 16:14:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:14:42 ---> sudo-logs.sh 16:14:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:14:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:14:43 ---> job-cost.sh 16:14:43 lf-activate-venv: SKIPPING 16:14:43 DEBUG: total: 0.2199999988079071 16:14:43 INFO: Retrieving Stack Cost... 16:14:43 INFO: Retrieving Pricing Info for: v3-standard-8 16:14:44 INFO: Archiving Costs [Pipeline] echo 16:14:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:14:44 ---> logs-deploy.sh 16:14:44 lf-activate-venv: SKIPPING 16:14:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/55 16:14:44 INFO: archiving workspace using pattern(s): 16:14:45 Archives upload complete. 16:14:45 INFO: archiving logs to Nexus