Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0069c0071126a1984f4d401b84762ee0b095f816 Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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: [[centos7-docker-4c-2g, ubuntu18.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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-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 ‘prd-centos7-docker-4c-2g-28247’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28243’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28248 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' 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 > 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 remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 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/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" > git rev-list --no-walk ca2daa4fd360815664e6b23cd370da3c66a81a1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:18:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:18:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:18:53 ========================================================= 18:18:53 EdgeX Global Pipelines Version Info 18:18:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:18:55 ------------------- 18:18:55 stable info: 18:18:55 ------------------- 18:18:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:18:55 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:18:55 Message: update stable to v1.0.184 18:18:55 ------------------- 18:18:55 experimental info: 18:18:55 ------------------- 18:18:55 Commited By: **** collab-it+edgex@linuxfoundation.org 18:18:55 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:18:55 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:18:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:18:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] echo 18:18:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0069c00 [Pipeline] echo 18:18:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:18:59 provisioning config files... 18:18:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7434659235634630644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:59 ---> docker-login.sh 18:18:59 nexus3.edgexfoundry.org:10001 18:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:18:59 Configure a credential helper to remove this warning. See 18:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:18:59 18:18:59 Login Succeeded 18:18:59 nexus3.edgexfoundry.org:10002 18:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:00 Configure a credential helper to remove this warning. See 18:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:00 18:19:00 Login Succeeded 18:19:00 nexus3.edgexfoundry.org:10003 18:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:00 Configure a credential helper to remove this warning. See 18:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:00 18:19:00 Login Succeeded 18:19:00 nexus3.edgexfoundry.org:10004 18:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:00 Configure a credential helper to remove this warning. See 18:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:00 18:19:00 Login Succeeded 18:19:00 docker.io 18:19:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:00 Configure a credential helper to remove this warning. See 18:19:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:00 18:19:00 Login Succeeded 18:19:00 ---> docker-login.sh ends [Pipeline] } 18:19:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:01 + git log --format=format:%s -1 0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] echo 18:19:01 GIT_COMMIT: 0069c0071126a1984f4d401b84762ee0b095f816, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206) [Pipeline] echo 18:19:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:02 18:19:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:19:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:03 latest: Pulling from edgex-devops/git-semver 18:19:03 31603596830f: Pulling fs layer 18:19:03 2a8b12db71e7: Pulling fs layer 18:19:03 6ca5941a6612: Pulling fs layer 18:19:03 ecc8261a40a4: Pulling fs layer 18:19:03 ecc8261a40a4: Waiting 18:19:03 2a8b12db71e7: Download complete 18:19:03 31603596830f: Verifying Checksum 18:19:03 31603596830f: Download complete 18:19:03 ecc8261a40a4: Verifying Checksum 18:19:03 ecc8261a40a4: Download complete 18:19:03 6ca5941a6612: Verifying Checksum 18:19:03 6ca5941a6612: Download complete 18:19:03 31603596830f: Pull complete 18:19:04 2a8b12db71e7: Pull complete 18:19:04 6ca5941a6612: Pull complete 18:19:04 ecc8261a40a4: Pull complete 18:19:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:19:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:19:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:19:05 prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container 18:19:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:19:07 $ docker top 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:19:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:07 [ssh-agent] Looking for ssh-agent implementation... 18:19:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:07 $ docker exec 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent 18:19:08 SSH_AUTH_SOCK=/tmp/ssh-1wAhufJegcJP/agent.12 18:19:08 SSH_AGENT_PID=18 18:19:08 Running ssh-add (command line suppressed) 18:19:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4819925938649721753.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4819925938649721753.key) 18:19:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:08 + git tag --points-at HEAD [Pipeline] } 18:19:08 $ docker exec --env ******** --env ******** 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent -k 18:19:08 unset SSH_AUTH_SOCK; 18:19:08 unset SSH_AGENT_PID; 18:19:08 echo Agent pid 18 killed; 18:19:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:19:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:19:08 [ssh-agent] Looking for ssh-agent implementation... 18:19:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:19:09 $ docker exec 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent 18:19:09 SSH_AUTH_SOCK=/tmp/ssh-GRhZisLV9uk3/agent.47 18:19:09 SSH_AGENT_PID=52 18:19:09 Running ssh-add (command line suppressed) 18:19:09 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1661332563021060597.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1661332563021060597.key) 18:19:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:19:09 + git semver init 18:19:09 # -> Open(): unable to determine branch for HEAD 18:19:09 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:19:09 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:19:09 # $SEMVER_REMOTE_NAME = origin 18:19:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:19:09 # $SEMVER_USER_NAME = edgex-jenkins 18:19:09 # $SEMVER_BRANCH = master 18:19:09 # $SEMVER_TEMP = /tmp/semver-529996822 18:19:09 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:19:10 # '/tmp/semver-529996822' -> '/w/workspace/_app-service-configurable_master/.semver' 18:19:10 # -> Force: false 18:19:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:19:10 $ docker exec --env ******** --env ******** 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent -k 18:19:10 unset SSH_AUTH_SOCK; 18:19:10 unset SSH_AGENT_PID; 18:19:10 echo Agent pid 52 killed; 18:19:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:19:11 + git semver [Pipeline] } 18:19:11 $ docker stop --time=1 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b 18:19:12 $ docker rm -f 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b [Pipeline] // withDockerContainer [Pipeline] sh 18:19:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:19:13 Stashed 1 file(s) [Pipeline] echo 18:19:13 [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:19:28 Still waiting to schedule task 18:19:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:19:28 Still waiting to schedule task 18:19:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:21:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28250 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:21:21 Running in /w/workspace/app-service-configurable/89 [Pipeline] { [Pipeline] checkout 18:21:21 Running on prd-centos7-docker-4c-2g-28249 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:21:21 Running in /w/workspace/app-service-configurable/89 [Pipeline] { [Pipeline] checkout 18:21:26 using credential edgex-jenkins-ssh 18:21:26 Cloning the remote Git repository 18:21:26 using credential edgex-jenkins-ssh 18:21:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:21:26 > git init /w/workspace/app-service-configurable/89 # timeout=10 18:21:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:21:26 > git --version # timeout=10 18:21:26 Cloning the remote Git repository 18:21:26 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:21:27 > git init /w/workspace/app-service-configurable/89 # timeout=10 18:21:27 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:21:27 > git --version # timeout=10 18:21:27 > git --version # 'git version 2.17.1' 18:21:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:26 > git --version # 'git version 2.24.3' 18:21:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:21:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:21:28 Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) 18:21:29 Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) 18:21:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:21:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:21:28 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:21:28 > git config core.sparsecheckout # timeout=10 18:21:28 > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 18:21:28 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:21:29 > git config core.sparsecheckout # timeout=10 18:21:29 > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 18:21:32 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" 18:21:33 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:21:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:21:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 18:21:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 18:21:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:21:35 + sudo service docker restart 18:21:35 + true 18:21:36 + sudo service docker restart 18:21:36 + true 18:21:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:21:38 provisioning config files... 18:21:38 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config7949653619179097043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { 18:21:38 ---> docker-login.sh 18:21:38 nexus3.edgexfoundry.org:10001 [Pipeline] wrap 18:21:38 provisioning config files... 18:21:38 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config4275292346062752780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:38 ---> docker-login.sh 18:21:38 nexus3.edgexfoundry.org:10001 18:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:39 Configure a credential helper to remove this warning. See 18:21:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:39 18:21:39 Login Succeeded 18:21:39 nexus3.edgexfoundry.org:10002 18:21:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:40 Configure a credential helper to remove this warning. See 18:21:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:40 18:21:40 Login Succeeded 18:21:40 nexus3.edgexfoundry.org:10002 18:21:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:40 Configure a credential helper to remove this warning. See 18:21:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:40 18:21:40 Login Succeeded 18:21:40 nexus3.edgexfoundry.org:10003 18:21:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:40 Configure a credential helper to remove this warning. See 18:21:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:40 18:21:40 Login Succeeded 18:21:40 nexus3.edgexfoundry.org:10003 18:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:41 Configure a credential helper to remove this warning. See 18:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:41 18:21:41 Login Succeeded 18:21:41 nexus3.edgexfoundry.org:10004 18:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:41 Configure a credential helper to remove this warning. See 18:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:41 18:21:41 Login Succeeded 18:21:41 nexus3.edgexfoundry.org:10004 18:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:41 Configure a credential helper to remove this warning. See 18:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:41 18:21:41 Login Succeeded 18:21:41 docker.io 18:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:41 Configure a credential helper to remove this warning. See 18:21:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:41 18:21:41 Login Succeeded 18:21:41 docker.io 18:21:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:42 Configure a credential helper to remove this warning. See 18:21:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:42 18:21:42 Login Succeeded 18:21:42 ---> docker-login.sh ends 18:21:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 18:21:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:21:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:42 Configure a credential helper to remove this warning. See 18:21:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:42 18:21:42 Login Succeeded 18:21:42 ---> docker-login.sh ends [Pipeline] } 18:21:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:21:43 ========================================================= 18:21:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:21:43 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 18:21:43 ========================================================= 18:21:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:21:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:21:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:21:43 Sending build context to Docker daemon 100.9kB 18:21:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:21:43 Step 2/8 : FROM ${BASE} 18:21:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:21:43 5f621e34cdf4: Pulling fs layer 18:21:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:21:44 a4357932f1b6: Pulling fs layer 18:21:44 18c013af1878: Pulling fs layer 18:21:44 00ac8860ef70: Pulling fs layer 18:21:44 63d7cb157983: Pulling fs layer 18:21:44 b116817d02f9: Pulling fs layer 18:21:44 745a02a5169b: Pulling fs layer 18:21:44 63d7cb157983: Waiting 18:21:44 b116817d02f9: Waiting 18:21:44 745a02a5169b: Waiting 18:21:44 00ac8860ef70: Waiting 18:21:44 a4357932f1b6: Verifying Checksum 18:21:44 a4357932f1b6: Download complete 18:21:44 18c013af1878: Verifying Checksum 18:21:44 18c013af1878: Download complete 18:21:44 63d7cb157983: Verifying Checksum 18:21:44 63d7cb157983: Download complete 18:21:44 b116817d02f9: Download complete 18:21:44 Sending build context to Docker daemon 100.9kB 18:21:44 5f621e34cdf4: Verifying Checksum 18:21:44 5f621e34cdf4: Download complete 18:21:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:21:44 Step 2/8 : FROM ${BASE} 18:21:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:21:44 188c0c94c7c5: Pulling fs layer 18:21:44 0ef7d3d256c8: Pulling fs layer 18:21:44 de9db76c5a1d: Pulling fs layer 18:21:44 bca2f99d35d6: Pulling fs layer 18:21:44 93359f2a8cfa: Pulling fs layer 18:21:44 7c6f9722023f: Pulling fs layer 18:21:44 a35cf1a2eb13: Pulling fs layer 18:21:44 93359f2a8cfa: Waiting 18:21:44 7c6f9722023f: Waiting 18:21:44 a35cf1a2eb13: Waiting 18:21:44 bca2f99d35d6: Waiting 18:21:44 de9db76c5a1d: Verifying Checksum 18:21:44 de9db76c5a1d: Download complete 18:21:44 0ef7d3d256c8: Verifying Checksum 18:21:44 0ef7d3d256c8: Download complete 18:21:45 93359f2a8cfa: Verifying Checksum 18:21:45 93359f2a8cfa: Download complete 18:21:45 7c6f9722023f: Verifying Checksum 18:21:45 7c6f9722023f: Download complete 18:21:45 5f621e34cdf4: Pull complete 18:21:45 188c0c94c7c5: Verifying Checksum 18:21:45 188c0c94c7c5: Download complete 18:21:45 a4357932f1b6: Pull complete 18:21:45 188c0c94c7c5: Pull complete 18:21:45 18c013af1878: Pull complete 18:21:46 0ef7d3d256c8: Pull complete 18:21:46 de9db76c5a1d: Pull complete 18:21:49 745a02a5169b: Verifying Checksum 18:21:49 745a02a5169b: Download complete 18:21:49 a35cf1a2eb13: Verifying Checksum 18:21:49 a35cf1a2eb13: Download complete 18:21:49 00ac8860ef70: Verifying Checksum 18:21:49 00ac8860ef70: Download complete 18:21:50 bca2f99d35d6: Verifying Checksum 18:21:50 bca2f99d35d6: Download complete 18:22:01 00ac8860ef70: Pull complete 18:22:01 63d7cb157983: Pull complete 18:22:01 b116817d02f9: Pull complete 18:22:04 745a02a5169b: Pull complete 18:22:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:22:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:22:04 ---> b7e6874047d6 18:22:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:22:05 bca2f99d35d6: Pull complete 18:22:05 93359f2a8cfa: Pull complete 18:22:05 7c6f9722023f: Pull complete 18:22:07 ---> Running in 2004a2c0dfd3 18:22:07 Removing intermediate container 2004a2c0dfd3 18:22:07 ---> f16209a8cd5d 18:22:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:07 ---> Running in 972695fe302c 18:22:09 Removing intermediate container 972695fe302c 18:22:09 ---> 74fd78f3a6f6 18:22:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:22:09 ---> Running in 63648aada9e6 18:22:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:12 (1/6) Installing libc-dev (0.7.2-r3) 18:22:12 (2/6) Installing libsodium (1.0.18-r0) 18:22:12 (3/6) Installing pkgconf (1.7.2-r0) 18:22:12 (4/6) Installing libsodium-dev (1.0.18-r0) 18:22:12 (5/6) Installing libzmq (4.3.3-r0) 18:22:12 (6/6) Installing zeromq-dev (4.3.3-r0) 18:22:12 Executing busybox-1.31.1-r19.trigger 18:22:12 OK: 144 MiB in 45 packages 18:22:14 Removing intermediate container 63648aada9e6 18:22:14 ---> d3068b6a5f61 18:22:14 Step 6/8 : WORKDIR /app 18:22:14 ---> Running in 8726cb0d8ef4 18:22:14 a35cf1a2eb13: Pull complete 18:22:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:22:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:22:14 ---> a62c8e92a672 18:22:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:22:14 ---> Running in 48e9d37fcb9c 18:22:14 Removing intermediate container 8726cb0d8ef4 18:22:14 ---> 3c2d1de1ae47 18:22:14 Step 7/8 : COPY . . 18:22:14 Removing intermediate container 48e9d37fcb9c 18:22:14 ---> a9367e596eaf 18:22:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:14 ---> Running in 81ee8c54658c 18:22:15 ---> 3cf50ed594f4 18:22:15 Step 8/8 : RUN go mod download 18:22:15 ---> Running in 35e3d029b083 18:22:18 Removing intermediate container 81ee8c54658c 18:22:18 ---> ec047b39a901 18:22:18 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:22:18 ---> Running in b63006907b6e 18:22:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:22:20 (1/6) Installing libc-dev (0.7.2-r3) 18:22:20 (2/6) Installing libsodium (1.0.18-r0) 18:22:20 (3/6) Installing pkgconf (1.7.2-r0) 18:22:20 (4/6) Installing libsodium-dev (1.0.18-r0) 18:22:21 (5/6) Installing libzmq (4.3.3-r0) 18:22:21 (6/6) Installing zeromq-dev (4.3.3-r0) 18:22:21 Executing busybox-1.31.1-r19.trigger 18:22:21 OK: 167 MiB in 45 packages 18:22:22 Removing intermediate container b63006907b6e 18:22:22 ---> 35924698480c 18:22:22 Step 6/8 : WORKDIR /app 18:22:22 ---> Running in f3e89269baf2 18:22:22 Removing intermediate container f3e89269baf2 18:22:22 ---> ff9f8188915e 18:22:22 Step 7/8 : COPY . . 18:22:23 ---> 09f142a86b87 18:22:23 Step 8/8 : RUN go mod download 18:22:23 ---> Running in 58f87ea518f9 18:22:42 Removing intermediate container 35e3d029b083 18:22:42 ---> 9491a16d2efe 18:22:42 Successfully built 9491a16d2efe 18:22:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:22:42 + docker inspect -f . ci-base-image-arm64 18:22:42 . [Pipeline] withDockerContainer 18:22:43 prd-ubuntu18.04-docker-arm64-4c-16g-28250 does not seem to be running inside a container 18:22:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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 ******** ci-base-image-arm64 cat 18:22:44 $ docker top 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:45 + go version 18:22:45 go version go1.15.5 linux/arm64 [Pipeline] } 18:22:45 $ docker stop --time=1 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c 18:22:47 $ docker rm -f 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:48 + docker inspect -f . ci-base-image-arm64 18:22:48 . [Pipeline] withDockerContainer 18:22:49 prd-ubuntu18.04-docker-arm64-4c-16g-28250 does not seem to be running inside a container 18:22:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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 ******** ci-base-image-arm64 cat 18:22:50 $ docker top 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:51 + make test 18:22:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:23:02 Removing intermediate container 58f87ea518f9 18:23:02 ---> 399513d5a78f 18:23:02 Successfully built 399513d5a78f 18:23:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:23:03 + docker inspect -f . ci-base-image-x86_64 18:23:03 . [Pipeline] withDockerContainer 18:23:03 prd-centos7-docker-4c-2g-28249 does not seem to be running inside a container 18:23:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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 ******** ci-base-image-x86_64 cat 18:23:06 $ docker top 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:07 + go version 18:23:07 go version go1.15.5 linux/amd64 [Pipeline] } 18:23:07 $ docker stop --time=1 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 18:23:09 $ docker rm -f 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:11 + docker inspect -f . ci-base-image-x86_64 18:23:11 . [Pipeline] withDockerContainer 18:23:11 prd-centos7-docker-4c-2g-28249 does not seem to be running inside a container 18:23:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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 ******** ci-base-image-x86_64 cat 18:23:12 $ docker top bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:13 + make test 18:23:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:23:30 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:23:30 CGO_ENABLED=1 go vet ./... 18:23:39 gofmt -l . 18:23:39 [ "`gofmt -l .`" = "" ] 18:23:39 ./bin/test-go-mod-tidy.sh 18:23:39 ./bin/test-attribution-txt.sh [Pipeline] } 18:23:39 $ docker stop --time=1 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 18:23:42 $ docker rm -f 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 [Pipeline] // withDockerContainer [Pipeline] sh 18:23:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:23:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:23:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:23:46 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:23:46 CGO_ENABLED=1 go vet ./... 18:23:47 + ls -al . 18:23:47 total 116 18:23:47 drwxrwxr-x 7 jenkins jenkins 4096 Mar 2 18:23 . 18:23:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 18:21 .. 18:23:47 -rw-rw-r-- 1 jenkins jenkins 119 Mar 2 18:21 .dockerignore 18:23:47 drwxrwxr-x 8 jenkins jenkins 4096 Mar 2 18:21 .git 18:23:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 18:21 .github 18:23:47 -rw-rw-r-- 1 jenkins jenkins 111 Mar 2 18:21 .gitignore 18:23:47 -rw-rw-r-- 1 jenkins jenkins 7174 Mar 2 18:21 Attribution.txt 18:23:47 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 2 18:21 Dockerfile 18:23:47 -rw-rw-r-- 1 jenkins jenkins 970 Mar 2 18:21 Dockerfile.build 18:23:47 -rw-rw-r-- 1 jenkins jenkins 687 Mar 2 18:21 Jenkinsfile 18:23:47 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 2 18:21 LICENSE 18:23:47 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 2 18:21 README.md 18:23:47 -rw-rw-r-- 1 jenkins jenkins 12 Mar 2 18:19 VERSION 18:23:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 18:21 bin 18:23:47 -rw-r--r-- 1 jenkins jenkins 10 Mar 2 18:22 coverage.out 18:23:47 -rw-r--r-- 1 jenkins jenkins 136 Mar 2 18:23 go.mod 18:23:47 -rw-r--r-- 1 jenkins jenkins 21193 Mar 2 18:23 go.sum 18:23:47 -rw-rw-r-- 1 jenkins jenkins 1522 Mar 2 18:21 main.go 18:23:47 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 2 18:21 makefile 18:23:47 drwxrwxr-x 10 jenkins jenkins 4096 Mar 2 18:21 res 18:23:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 18:21 snap [Pipeline] isUnix [Pipeline] sh 18:23:47 + docker build -t docker-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=0069c0071126a1984f4d401b84762ee0b095f816 --label arch=arm64 --label version=2.0.0-dev.20 . 18:23:47 Sending build context to Docker daemon 124.9kB 18:23:47 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:23:47 Step 2/27 : FROM ${BASE} AS builder 18:23:47 ---> 9491a16d2efe 18:23:47 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:23:48 ---> Running in 9a3b739a331a 18:23:48 Removing intermediate container 9a3b739a331a 18:23:48 ---> 4a738b562120 18:23:48 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:23:48 ---> Running in 65ce9d2b1710 18:23:49 Removing intermediate container 65ce9d2b1710 18:23:49 ---> 3c9302542b6b 18:23:49 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:23:49 ---> Running in 062ce35f0809 18:23:49 Removing intermediate container 062ce35f0809 18:23:49 ---> 8ba29c0cfd24 18:23:49 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:49 ---> Running in d4abd48c9c2d 18:23:51 gofmt -l . 18:23:51 [ "`gofmt -l .`" = "" ] 18:23:51 ./bin/test-go-mod-tidy.sh 18:23:52 Removing intermediate container d4abd48c9c2d 18:23:52 ---> 8ce0d705ae38 18:23:52 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:23:52 ---> Running in 6ca2195f4a27 18:23:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:23:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:23:55 OK: 144 MiB in 45 packages 18:23:56 Removing intermediate container 6ca2195f4a27 18:23:56 ---> 53837f058fc9 18:23:56 Step 8/27 : WORKDIR /app 18:23:56 ---> Running in 4f480bf159fb 18:23:56 Removing intermediate container 4f480bf159fb 18:23:56 ---> b5364a1aa023 18:23:56 Step 9/27 : COPY go.mod . 18:23:56 ./bin/test-attribution-txt.sh 18:23:57 ---> 0d5975fdd73c 18:23:57 Step 10/27 : RUN go mod download 18:23:57 ---> Running in 55573d1a75b2 [Pipeline] } 18:23:57 $ docker stop --time=1 bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 18:23:59 Removing intermediate container 55573d1a75b2 18:23:59 ---> bf121f469abd 18:23:59 Step 11/27 : COPY . . 18:24:00 ---> fa440dae7b17 18:24:00 Step 12/27 : ARG MAKE="make build" 18:24:00 ---> Running in 5be6f15ca354 18:24:01 $ docker rm -f bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 18:24:01 Removing intermediate container 5be6f15ca354 18:24:01 ---> d482143853b3 18:24:01 Step 13/27 : RUN $MAKE 18:24:01 ---> Running in c1601c671dbc [Pipeline] // withDockerContainer [Pipeline] sh 18:24:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:24:02 Warning: overwriting stash ‘coverage-report’ 18:24:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable 18:24:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:24:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:24:05 + ls -al . 18:24:05 total 92 18:24:05 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 2 18:23 . 18:24:05 drwxrwxr-x. 4 jenkins jenkins 30 Mar 2 18:21 .. 18:24:05 -rw-rw-r--. 1 jenkins jenkins 7174 Mar 2 18:21 Attribution.txt 18:24:05 drwxrwxr-x. 2 jenkins jenkins 64 Mar 2 18:21 bin 18:24:05 -rw-r--r--. 1 jenkins jenkins 10 Mar 2 18:23 coverage.out 18:24:05 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 2 18:21 Dockerfile 18:24:05 -rw-rw-r--. 1 jenkins jenkins 970 Mar 2 18:21 Dockerfile.build 18:24:05 -rw-rw-r--. 1 jenkins jenkins 119 Mar 2 18:21 .dockerignore 18:24:05 drwxrwxr-x. 8 jenkins jenkins 162 Mar 2 18:21 .git 18:24:05 drwxrwxr-x. 2 jenkins jenkins 81 Mar 2 18:21 .github 18:24:05 -rw-rw-r--. 1 jenkins jenkins 111 Mar 2 18:21 .gitignore 18:24:05 -rw-r--r--. 1 jenkins jenkins 136 Mar 2 18:23 go.mod 18:24:05 -rw-r--r--. 1 jenkins jenkins 21193 Mar 2 18:23 go.sum 18:24:05 -rw-rw-r--. 1 jenkins jenkins 687 Mar 2 18:21 Jenkinsfile 18:24:05 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 2 18:21 LICENSE 18:24:05 -rw-rw-r--. 1 jenkins jenkins 1522 Mar 2 18:21 main.go 18:24:05 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 2 18:21 makefile 18:24:05 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 2 18:21 README.md 18:24:05 drwxrwxr-x. 10 jenkins jenkins 173 Mar 2 18:21 res 18:24:05 drwxrwxr-x. 4 jenkins jenkins 71 Mar 2 18:21 snap 18:24:05 -rw-rw-r--. 1 jenkins jenkins 12 Mar 2 18:19 VERSION [Pipeline] isUnix [Pipeline] sh 18:24:05 + docker build -t docker-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=0069c0071126a1984f4d401b84762ee0b095f816 --label arch=amd64 --label version=2.0.0-dev.20 . 18:24:05 Sending build context to Docker daemon 124.9kB 18:24:05 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:24:05 Step 2/27 : FROM ${BASE} AS builder 18:24:05 ---> 399513d5a78f 18:24:05 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:24:06 ---> Running in 75178c42bd3d 18:24:06 Removing intermediate container 75178c42bd3d 18:24:06 ---> b9ba293dd188 18:24:06 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:24:06 ---> Running in eb14ab51ebba 18:24:07 Removing intermediate container eb14ab51ebba 18:24:07 ---> 97dae3e03e47 18:24:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:24:07 ---> Running in e7f4242ac84b 18:24:07 Removing intermediate container e7f4242ac84b 18:24:07 ---> f63c0d0236f0 18:24:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:07 ---> Running in 2496e52ae768 18:24:09 Removing intermediate container 2496e52ae768 18:24:09 ---> a93173ba632d 18:24:09 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:24:09 ---> Running in 4f7a5092a41a 18:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:11 OK: 167 MiB in 45 packages 18:24:13 Removing intermediate container 4f7a5092a41a 18:24:13 ---> 623914c49cfe 18:24:13 Step 8/27 : WORKDIR /app 18:24:13 ---> Running in ecce524e6fce 18:24:13 Removing intermediate container ecce524e6fce 18:24:13 ---> c6b937c721c9 18:24:13 Step 9/27 : COPY go.mod . 18:24:14 ---> fd46d0f51e52 18:24:14 Step 10/27 : RUN go mod download 18:24:14 ---> Running in eda581c57823 18:24:18 Removing intermediate container eda581c57823 18:24:18 ---> 64a71c9f00d9 18:24:18 Step 11/27 : COPY . . 18:24:18 ---> 6775611ede94 18:24:18 Step 12/27 : ARG MAKE="make build" 18:24:19 ---> Running in 36e0455b8f88 18:24:19 Removing intermediate container 36e0455b8f88 18:24:19 ---> 6cf75921be6c 18:24:19 Step 13/27 : RUN $MAKE 18:24:19 ---> Running in b47d9e43969f 18:24:20 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable 18:24:41 Removing intermediate container c1601c671dbc 18:24:41 ---> e4e530017ebf 18:24:41 Step 14/27 : FROM alpine:3.12 18:24:41 3.12: Pulling from library/alpine 18:24:41 dce8679b510e: Pulling fs layer 18:24:41 dce8679b510e: Verifying Checksum 18:24:41 dce8679b510e: Download complete 18:24:41 dce8679b510e: Pull complete 18:24:41 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:24:41 Status: Downloaded newer image for alpine:3.12 18:24:41 ---> d10569e2745f 18:24:41 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:24:41 ---> Running in d85125f62258 18:24:41 Removing intermediate container d85125f62258 18:24:41 ---> 097c7559c51e 18:24:41 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:24:41 ---> Running in 18cf6ed5e63e 18:24:41 Removing intermediate container 18cf6ed5e63e 18:24:41 ---> 6876a5590ad9 18:24:41 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:24:41 ---> Running in eae4a0faf365 18:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:24:42 (1/7) Installing ca-certificates (20191127-r4) 18:24:42 (2/7) Installing dumb-init (1.2.2-r1) 18:24:42 (3/7) Installing libgcc (9.3.0-r2) 18:24:42 (4/7) Installing libsodium (1.0.18-r0) 18:24:42 (5/7) Installing libstdc++ (9.3.0-r2) 18:24:42 (6/7) Installing libzmq (4.3.3-r0) 18:24:42 (7/7) Installing zeromq (4.3.3-r0) 18:24:42 Executing busybox-1.31.1-r19.trigger 18:24:42 Executing ca-certificates-20191127-r4.trigger 18:24:42 OK: 9 MiB in 21 packages 18:24:44 Removing intermediate container eae4a0faf365 18:24:44 ---> 2867b4934865 18:24:44 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:24:44 ---> b6404d5726b5 18:24:44 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:24:45 ---> d74436e9c830 18:24:45 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:24:46 ---> 38a929071fcd 18:24:46 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:24:47 ---> da8be35e482e 18:24:47 Step 22/27 : EXPOSE 48095 18:24:47 ---> Running in 987373b643fb 18:24:47 Removing intermediate container 987373b643fb 18:24:47 ---> 7945cd426ac8 18:24:47 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:24:48 ---> Running in bbae35c4541a 18:24:48 Removing intermediate container bbae35c4541a 18:24:48 ---> 01e92f46b7d4 18:24:48 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:24:48 ---> Running in 6c8342771cec 18:24:49 Removing intermediate container 6c8342771cec 18:24:49 ---> 3822fb4a742e 18:24:49 Step 25/27 : LABEL arch=arm64 18:24:49 ---> Running in 3b1e992273ab 18:24:49 Removing intermediate container 3b1e992273ab 18:24:49 ---> fff0f897c345 18:24:49 Step 26/27 : LABEL git_sha=0069c0071126a1984f4d401b84762ee0b095f816 18:24:49 ---> Running in 3c30e1ab51a2 18:24:50 Removing intermediate container 3c30e1ab51a2 18:24:50 ---> 7d460190b745 18:24:50 Step 27/27 : LABEL version=2.0.0-dev.20 18:24:50 ---> Running in 8990afb11bd9 18:24:50 Removing intermediate container 8990afb11bd9 18:24:50 ---> 1d9cfb321d9d 18:24:50 [Warning] One or more build-args [ARCH] were not consumed 18:24:50 Successfully built 1d9cfb321d9d 18:24:50 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:24:51 provisioning config files... 18:24:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config6978671883595436215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:24:51 ---> docker-login.sh 18:24:51 nexus3.edgexfoundry.org:10001 18:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:52 Configure a credential helper to remove this warning. See 18:24:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:52 18:24:52 Login Succeeded 18:24:52 nexus3.edgexfoundry.org:10002 18:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:52 Configure a credential helper to remove this warning. See 18:24:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:52 18:24:52 Login Succeeded 18:24:52 nexus3.edgexfoundry.org:10003 18:24:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:53 Removing intermediate container b47d9e43969f 18:24:53 ---> bd1ac1043aea 18:24:53 Step 14/27 : FROM alpine:3.12 18:24:53 3.12: Pulling from library/alpine 18:24:53 f84cab65f19f: Pulling fs layer 18:24:53 f84cab65f19f: Verifying Checksum 18:24:53 f84cab65f19f: Download complete 18:24:53 f84cab65f19f: Pull complete 18:24:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:24:53 Status: Downloaded newer image for alpine:3.12 18:24:53 ---> 88dd2752d2ea 18:24:53 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:24:53 ---> Running in e75b4b3f522e 18:24:53 Removing intermediate container e75b4b3f522e 18:24:53 ---> eeebb7ea3d0d 18:24:53 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:24:53 ---> Running in e95dc59b2c57 18:24:53 Removing intermediate container e95dc59b2c57 18:24:53 ---> b3c9f11643fb 18:24:53 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:24:53 ---> Running in 2fae0d6ec271 18:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:53 (1/7) Installing ca-certificates (20191127-r4) 18:24:53 (2/7) Installing dumb-init (1.2.2-r1) 18:24:53 (3/7) Installing libgcc (9.3.0-r2) 18:24:53 (4/7) Installing libsodium (1.0.18-r0) 18:24:53 (5/7) Installing libstdc++ (9.3.0-r2) 18:24:53 (6/7) Installing libzmq (4.3.3-r0) 18:24:53 (7/7) Installing zeromq (4.3.3-r0) 18:24:53 Executing busybox-1.31.1-r19.trigger 18:24:53 Executing ca-certificates-20191127-r4.trigger 18:24:53 OK: 9 MiB in 21 packages 18:24:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:53 Configure a credential helper to remove this warning. See 18:24:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:53 18:24:53 Login Succeeded 18:24:53 nexus3.edgexfoundry.org:10004 18:24:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:54 Configure a credential helper to remove this warning. See 18:24:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:54 18:24:54 Login Succeeded 18:24:54 docker.io 18:24:54 Removing intermediate container 2fae0d6ec271 18:24:54 ---> 88374ea9eedc 18:24:54 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:24:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:24:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:24:54 Configure a credential helper to remove this warning. See 18:24:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:24:54 18:24:54 Login Succeeded 18:24:54 ---> docker-login.sh ends [Pipeline] } 18:24:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:24:55 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:24:55 0069c0071126a1984f4d401b84762ee0b095f816 18:24:55 latest 18:24:55 2.0.0-dev.20 18:24:55 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:24:55 master 18:24:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:24:55 ---> b7b86f76006e 18:24:55 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:24:55 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] isUnix [Pipeline] sh 18:24:55 ---> b44d2f581351 18:24:55 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:24:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 18:24:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:24:56 649424c612fb: Preparing 18:24:56 a218d96d8862: Preparing 18:24:56 6a0561abf821: Preparing 18:24:56 0b171855efeb: Preparing 18:24:56 187b1aa92d50: Preparing 18:24:56 02a88cfff88f: Preparing 18:24:56 02a88cfff88f: Waiting 18:24:56 6a0561abf821: Pushed 18:24:56 a218d96d8862: Pushed 18:24:56 0b171855efeb: Pushed 18:24:56 02a88cfff88f: Layer already exists 18:24:57 ---> d3db6cdd5c7b 18:24:57 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:24:57 187b1aa92d50: Pushed 18:24:58 ---> 4230c1158ed9 18:24:58 Step 22/27 : EXPOSE 48095 18:24:58 ---> Running in 4fe0016bd16e 18:24:59 Removing intermediate container 4fe0016bd16e 18:24:59 ---> 41d9c6eceb15 18:24:59 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:24:59 ---> Running in b047bdaf2002 18:24:59 Removing intermediate container b047bdaf2002 18:24:59 ---> e3a42834cefb 18:24:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:24:59 649424c612fb: Pushed 18:24:59 0069c0071126a1984f4d401b84762ee0b095f816: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:00 ---> Running in 0bab3180dfca 18:25:00 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:25:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:25:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:25:00 649424c612fb: Preparing 18:25:00 a218d96d8862: Preparing 18:25:00 6a0561abf821: Preparing 18:25:00 0b171855efeb: Preparing 18:25:00 187b1aa92d50: Preparing 18:25:00 02a88cfff88f: Preparing 18:25:00 02a88cfff88f: Waiting 18:25:00 649424c612fb: Layer already exists 18:25:00 0b171855efeb: Layer already exists 18:25:00 a218d96d8862: Layer already exists 18:25:00 6a0561abf821: Layer already exists 18:25:00 187b1aa92d50: Layer already exists 18:25:00 02a88cfff88f: Layer already exists 18:25:01 latest: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:01 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 18:25:01 Removing intermediate container 0bab3180dfca 18:25:01 ---> 22a761e44910 18:25:01 Step 25/27 : LABEL arch=amd64 18:25:01 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 18:25:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:25:01 649424c612fb: Preparing 18:25:01 a218d96d8862: Preparing 18:25:01 6a0561abf821: Preparing 18:25:01 0b171855efeb: Preparing 18:25:01 187b1aa92d50: Preparing 18:25:01 02a88cfff88f: Preparing 18:25:01 02a88cfff88f: Waiting 18:25:01 ---> Running in 5567f6cc6a0a 18:25:01 649424c612fb: Layer already exists 18:25:01 187b1aa92d50: Layer already exists 18:25:01 0b171855efeb: Layer already exists 18:25:01 a218d96d8862: Layer already exists 18:25:01 6a0561abf821: Layer already exists 18:25:01 02a88cfff88f: Layer already exists 18:25:01 2.0.0-dev.20: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:02 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 18:25:02 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:25:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:25:02 649424c612fb: Preparing 18:25:02 a218d96d8862: Preparing 18:25:02 6a0561abf821: Preparing 18:25:02 0b171855efeb: Preparing 18:25:02 187b1aa92d50: Preparing 18:25:02 02a88cfff88f: Preparing 18:25:02 02a88cfff88f: Waiting 18:25:02 649424c612fb: Layer already exists 18:25:02 187b1aa92d50: Layer already exists 18:25:02 a218d96d8862: Layer already exists 18:25:02 0b171855efeb: Layer already exists 18:25:02 6a0561abf821: Layer already exists 18:25:02 02a88cfff88f: Layer already exists 18:25:02 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:03 Removing intermediate container 5567f6cc6a0a 18:25:03 ---> 483e929a83b6 18:25:03 Step 26/27 : LABEL git_sha=0069c0071126a1984f4d401b84762ee0b095f816 18:25:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 18:25:03 ---> Running in 297fb76792df 18:25:03 Removing intermediate container 297fb76792df 18:25:03 ---> f97c164a2e9d 18:25:03 Step 27/27 : LABEL version=2.0.0-dev.20 18:25:03 ---> Running in 8721bd8b9b1e 18:25:03 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 18:25:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:25:03 649424c612fb: Preparing 18:25:03 a218d96d8862: Preparing 18:25:03 6a0561abf821: Preparing 18:25:03 0b171855efeb: Preparing 18:25:03 187b1aa92d50: Preparing 18:25:03 02a88cfff88f: Preparing 18:25:03 02a88cfff88f: Waiting 18:25:03 0b171855efeb: Layer already exists 18:25:03 6a0561abf821: Layer already exists 18:25:03 187b1aa92d50: Layer already exists 18:25:03 649424c612fb: Layer already exists 18:25:03 a218d96d8862: Layer already exists 18:25:03 02a88cfff88f: Layer already exists 18:25:04 master: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] } 18:25:04 Removing intermediate container 8721bd8b9b1e 18:25:04 ---> 9869ac4b63a1 18:25:04 [Warning] One or more build-args [ARCH] were not consumed 18:25:04 Successfully built 9869ac4b63a1 18:25:04 Successfully tagged docker-app-service-configurable:latest [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:25:04 ===================================================== [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] echo 18:25:04 taggedImages: 18:25:04 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 18:25:04 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:25:04 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 18:25:04 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:25:04 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:25:04 provisioning config files... 18:25:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config825531909438882544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:05 ---> job-cost.sh 18:25:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QNxg 18:25:05 ---> docker-login.sh 18:25:05 nexus3.edgexfoundry.org:10001 18:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:05 Configure a credential helper to remove this warning. See 18:25:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:05 18:25:05 Login Succeeded 18:25:05 nexus3.edgexfoundry.org:10002 18:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:06 Configure a credential helper to remove this warning. See 18:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:06 18:25:06 Login Succeeded 18:25:06 nexus3.edgexfoundry.org:10003 18:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:06 Configure a credential helper to remove this warning. See 18:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:06 18:25:06 Login Succeeded 18:25:06 nexus3.edgexfoundry.org:10004 18:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:06 Configure a credential helper to remove this warning. See 18:25:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:06 18:25:06 Login Succeeded 18:25:06 docker.io 18:25:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:07 Configure a credential helper to remove this warning. See 18:25:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:07 18:25:07 Login Succeeded 18:25:07 ---> docker-login.sh ends [Pipeline] } 18:25:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:25:07 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:25:07 0069c0071126a1984f4d401b84762ee0b095f816 18:25:07 latest 18:25:07 2.0.0-dev.20 18:25:07 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:25:07 master 18:25:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:25:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] isUnix [Pipeline] sh 18:25:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 18:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:25:08 bafeeeb122b5: Preparing 18:25:08 49324046f62a: Preparing 18:25:08 ee5f469bb8e4: Preparing 18:25:08 9535364ad73d: Preparing 18:25:08 3b9fd86bf19b: Preparing 18:25:08 33e8713114f8: Preparing 18:25:08 33e8713114f8: Waiting 18:25:08 9535364ad73d: Pushed 18:25:08 49324046f62a: Pushed 18:25:08 ee5f469bb8e4: Pushed 18:25:08 33e8713114f8: Layer already exists 18:25:08 3b9fd86bf19b: Pushed 18:25:10 bafeeeb122b5: Pushed 18:25:11 0069c0071126a1984f4d401b84762ee0b095f816: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:11 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:25:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:25:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:25:11 bafeeeb122b5: Preparing 18:25:11 49324046f62a: Preparing 18:25:11 ee5f469bb8e4: Preparing 18:25:11 9535364ad73d: Preparing 18:25:11 3b9fd86bf19b: Preparing 18:25:11 33e8713114f8: Preparing 18:25:11 33e8713114f8: Waiting 18:25:11 3b9fd86bf19b: Layer already exists 18:25:11 ee5f469bb8e4: Layer already exists 18:25:11 9535364ad73d: Layer already exists 18:25:11 49324046f62a: Layer already exists 18:25:11 bafeeeb122b5: Layer already exists 18:25:11 33e8713114f8: Layer already exists 18:25:11 latest: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:12 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 18:25:12 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 18:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:25:12 bafeeeb122b5: Preparing 18:25:12 49324046f62a: Preparing 18:25:12 ee5f469bb8e4: Preparing 18:25:12 9535364ad73d: Preparing 18:25:12 3b9fd86bf19b: Preparing 18:25:12 33e8713114f8: Preparing 18:25:12 33e8713114f8: Waiting 18:25:12 bafeeeb122b5: Layer already exists 18:25:12 3b9fd86bf19b: Layer already exists 18:25:12 ee5f469bb8e4: Layer already exists 18:25:12 9535364ad73d: Layer already exists 18:25:12 49324046f62a: Layer already exists 18:25:12 33e8713114f8: Layer already exists 18:25:12 2.0.0-dev.20: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:13 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh 18:25:13 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:25:13 bafeeeb122b5: Preparing 18:25:13 49324046f62a: Preparing 18:25:13 ee5f469bb8e4: Preparing 18:25:13 9535364ad73d: Preparing 18:25:13 3b9fd86bf19b: Preparing 18:25:13 33e8713114f8: Preparing 18:25:13 33e8713114f8: Waiting 18:25:13 ee5f469bb8e4: Layer already exists 18:25:13 9535364ad73d: Layer already exists 18:25:13 3b9fd86bf19b: Layer already exists 18:25:13 bafeeeb122b5: Layer already exists 18:25:13 49324046f62a: Layer already exists 18:25:13 33e8713114f8: Layer already exists 18:25:13 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:25:14 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 18:25:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 18:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:25:14 bafeeeb122b5: Preparing 18:25:14 49324046f62a: Preparing 18:25:14 ee5f469bb8e4: Preparing 18:25:14 9535364ad73d: Preparing 18:25:14 3b9fd86bf19b: Preparing 18:25:14 33e8713114f8: Preparing 18:25:14 33e8713114f8: Waiting 18:25:14 3b9fd86bf19b: Layer already exists 18:25:14 bafeeeb122b5: Layer already exists 18:25:14 ee5f469bb8e4: Layer already exists 18:25:14 49324046f62a: Layer already exists 18:25:14 33e8713114f8: Layer already exists 18:25:15 9535364ad73d: Layer already exists 18:25:15 master: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:25:15 ===================================================== [Pipeline] echo 18:25:15 taggedImages: 18:25:15 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 18:25:15 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:25:15 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 18:25:15 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 18:25:15 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [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] libraryResource [Pipeline] sh 18:25:16 ---> job-cost.sh 18:25:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YEYl 18:25:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:25:49 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:26:37 lf-activate-venv(): INFO: Adding /tmp/venv-YEYl/bin to PATH 18:26:37 INFO: No Stack... 18:26:37 INFO: Retrieving Pricing Info for: v1-standard-2 18:26:37 INFO: Archiving Costs [Pipeline] sh 18:26:37 + cut -d, -f6 18:26:37 + cat /w/workspace/app-service-configurable/89/archives/cost.csv [Pipeline] lock 18:26:37 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] 18:26:37 Resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] did not exist. Created. 18:26:37 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:26:37 + echo total: 0.029999999329447746 [Pipeline] stash 18:26:38 Stashed 1 file(s) [Pipeline] } 18:26:38 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:27:50 lf-activate-venv(): INFO: Adding /tmp/venv-QNxg/bin to PATH 18:27:50 INFO: No Stack... 18:27:51 INFO: Retrieving Pricing Info for: lf-standard-4 18:27:51 INFO: Archiving Costs [Pipeline] sh 18:27:52 + cut -d, -f6 18:27:52 + cat /w/workspace/app-service-configurable/89/archives/cost.csv [Pipeline] lock 18:27:52 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] 18:27:52 Resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] did not exist. Created. 18:27:52 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:27:52 /w/workspace/app-service-configurable/89@tmp/durable-2d49dc9f/script.sh: 1: /w/workspace/app-service-configurable/89@tmp/durable-2d49dc9f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:27:52 + echo total: 0.20999999344348907 [Pipeline] stash 18:27:52 Warning: overwriting stash ‘stack-cost’ 18:27:53 Stashed 1 file(s) [Pipeline] } 18:27:53 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] // lock [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] wrap 18:27:54 provisioning config files... 18:27:54 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3114386601234216058tmp [Pipeline] { [Pipeline] sh 18:27:54 + set +x 18:27:54 + curl -s https://codecov.io/bash 18:27:54 + bash -s -- 18:27:54 18:27:54 _____ _ 18:27:54 / ____| | | 18:27:54 | | ___ __| | ___ ___ _____ __ 18:27:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:27:54 | |___| (_) | (_| | __/ (_| (_) \ V / 18:27:54 \_____\___/ \__,_|\___|\___\___/ \_/ 18:27:54 Bash-20210226-7100762 18:27:54 18:27:54 18:27:54 ==> git version 2.24.3 found 18:27:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:27:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:27:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:27:54 ==> Jenkins CI detected. 18:27:54 project root: . 18:27:54 --> token set from env 18:27:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:27:54 ==> Running gcov in . (disable via -X gcov) 18:27:54 ==> Python coveragepy not found 18:27:54 ==> Searching for coverage reports in: 18:27:54 + . 18:27:54 -> Found 1 reports 18:27:54 ==> Detecting git/mercurial file structure 18:27:54 ==> Reading reports 18:27:54 + ./coverage.out bytes=10 18:27:54 ==> Appending adjustments 18:27:54 https://docs.codecov.io/docs/fixing-reports 18:27:54 + Found adjustments 18:27:54 ==> Gzipping contents 18:27:54 4.0K /tmp/codecov.Ff9SLu.gz 18:27:55 ==> Uploading reports 18:27:55 url: https://codecov.io 18:27:55 query: branch=master&commit=0069c0071126a1984f4d401b84762ee0b095f816&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:27:55 -> Pinging Codecov 18:27:55 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=0069c0071126a1984f4d401b84762ee0b095f816&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:27:55 -> Uploading to 18:27:55 https://storage.googleapis.com/codecov/v4/raw/2021-03-02/A97CA9966030D2A3747ED39772930CCE/0069c0071126a1984f4d401b84762ee0b095f816/116e27d5-342f-4170-9548-5ffbad728ad2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T182755Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c7cc492077521addda1600b8d3d17d10da6d2de94cdad8c0c3e5c528f5d99ef 18:27:55 % Total % Received % Xferd Average Speed Time Time Time Current 18:27:55 Dload Upload Total Spent Left Speed 18:27:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 18:27:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] } 18:27:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:27:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:27:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:27:56 18:27:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:27:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:27:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:27:57 188c0c94c7c5: Pulling fs layer 18:27:57 0ef7d3d256c8: Pulling fs layer 18:27:57 de9db76c5a1d: Pulling fs layer 18:27:57 0eba1c9be4d2: Pulling fs layer 18:27:57 0d57e429df01: Pulling fs layer 18:27:57 4e4be7b47b0d: Pulling fs layer 18:27:57 e1f770b5df2f: Pulling fs layer 18:27:57 85a0685a4137: Pulling fs layer 18:27:57 0d57e429df01: Waiting 18:27:57 4e4be7b47b0d: Waiting 18:27:57 e1f770b5df2f: Waiting 18:27:57 85a0685a4137: Waiting 18:27:57 0eba1c9be4d2: Waiting 18:27:57 de9db76c5a1d: Verifying Checksum 18:27:57 de9db76c5a1d: Download complete 18:27:57 0ef7d3d256c8: Download complete 18:27:57 0d57e429df01: Verifying Checksum 18:27:57 0d57e429df01: Download complete 18:27:57 188c0c94c7c5: Verifying Checksum 18:27:57 4e4be7b47b0d: Verifying Checksum 18:27:57 4e4be7b47b0d: Download complete 18:27:57 188c0c94c7c5: Pull complete 18:27:57 0ef7d3d256c8: Pull complete 18:27:58 de9db76c5a1d: Pull complete 18:27:59 e1f770b5df2f: Verifying Checksum 18:27:59 e1f770b5df2f: Download complete 18:28:01 0eba1c9be4d2: Verifying Checksum 18:28:01 0eba1c9be4d2: Download complete 18:28:01 85a0685a4137: Verifying Checksum 18:28:01 85a0685a4137: Download complete 18:28:06 0eba1c9be4d2: Pull complete 18:28:06 0d57e429df01: Pull complete 18:28:06 4e4be7b47b0d: Pull complete 18:28:08 e1f770b5df2f: Pull complete 18:28:15 85a0685a4137: Pull complete 18:28:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:28:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:28:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:28:15 prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container 18:28:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:28:16 $ docker top f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 -eo pid,comm [Pipeline] { [Pipeline] echo 18:28:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:28:16 + set -o pipefail 18:28:16 + snyk monitor '--org=edgex-jenkins' 18:28:19 18:28:19 Monitoring /w/workspace/_app-service-configurable_master... 18:28:19 18:28:19 'go list -json -deps ./...' command failed with error: go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.0-dev.24: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/edgexfoundry/app-functions-sdk-go/v2/@v/v2.0.0-dev.24.mod: 503 Service Unavailable 18:28:19 18:28:19 [Pipeline] } 18:28:19 $ docker stop --time=1 f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 18:28:21 $ docker rm -f f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:21 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:28:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:28:23 ---> package-listing.sh 18:28:23 ++ facter osfamily 18:28:23 ++ tr '[:upper:]' '[:lower:]' 18:28:23 + OS_FAMILY=redhat 18:28:23 + workspace=/w/workspace/_app-service-configurable_master 18:28:23 + START_PACKAGES=/tmp/packages_start.txt 18:28:23 + END_PACKAGES=/tmp/packages_end.txt 18:28:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:28:23 + PACKAGES=/tmp/packages_start.txt 18:28:23 + '[' /w/workspace/_app-service-configurable_master ']' 18:28:23 + PACKAGES=/tmp/packages_end.txt 18:28:23 + case "${OS_FAMILY}" in 18:28:23 + rpm -qa 18:28:23 + sort 18:28:29 + '[' -f /tmp/packages_start.txt ']' 18:28:29 + '[' -f /tmp/packages_end.txt ']' 18:28:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:28:29 + '[' /w/workspace/_app-service-configurable_master ']' 18:28:29 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:28:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 18:28:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:28:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:28:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:29 18:28:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:28:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:30 alpine: Pulling from edgex-lftools-log-publisher 18:28:30 df20fa9351a1: Pulling fs layer 18:28:30 36b3adc4ff6f: Pulling fs layer 18:28:30 8ad3a11d3b57: Pulling fs layer 18:28:30 46f8f816bc3b: Pulling fs layer 18:28:30 93b61091891f: Pulling fs layer 18:28:30 93b9cdb0e59b: Pulling fs layer 18:28:30 5e14af77c1be: Pulling fs layer 18:28:30 01666e4c0597: Pulling fs layer 18:28:30 aa168da1d23b: Pulling fs layer 18:28:30 93b61091891f: Waiting 18:28:30 93b9cdb0e59b: Waiting 18:28:30 5e14af77c1be: Waiting 18:28:30 01666e4c0597: Waiting 18:28:30 aa168da1d23b: Waiting 18:28:30 46f8f816bc3b: Waiting 18:28:30 36b3adc4ff6f: Verifying Checksum 18:28:30 36b3adc4ff6f: Download complete 18:28:30 46f8f816bc3b: Verifying Checksum 18:28:30 46f8f816bc3b: Download complete 18:28:30 df20fa9351a1: Verifying Checksum 18:28:30 93b9cdb0e59b: Verifying Checksum 18:28:30 93b9cdb0e59b: Download complete 18:28:30 5e14af77c1be: Verifying Checksum 18:28:30 5e14af77c1be: Download complete 18:28:30 93b61091891f: Verifying Checksum 18:28:30 93b61091891f: Download complete 18:28:30 01666e4c0597: Verifying Checksum 18:28:30 01666e4c0597: Download complete 18:28:30 8ad3a11d3b57: Verifying Checksum 18:28:30 8ad3a11d3b57: Download complete 18:28:30 df20fa9351a1: Pull complete 18:28:30 36b3adc4ff6f: Pull complete 18:28:32 8ad3a11d3b57: Pull complete 18:28:32 46f8f816bc3b: Pull complete 18:28:32 aa168da1d23b: Verifying Checksum 18:28:32 aa168da1d23b: Download complete 18:28:32 93b61091891f: Pull complete 18:28:32 93b9cdb0e59b: Pull complete 18:28:32 5e14af77c1be: Pull complete 18:28:33 01666e4c0597: Pull complete 18:28:41 aa168da1d23b: Pull complete 18:28:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:28:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:28:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:28:41 prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container 18:28:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:28:44 $ docker top 236b3cedbb0cd4a71e8d650c15f45233cf20c7908a09ce710a83db524ac26daf -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:44 + touch /tmp/pre-build-complete [Pipeline] sh 18:28:45 + mkdir -p /var/log/sa [Pipeline] sh 18:28:45 + ls /var/log/sa-host 18:28:45 + sadf -c /var/log/sa-host/sa02 18:28:45 file_magic: OK 18:28:45 HZ: Using current value: 100 18:28:45 file_header: OK 18:28:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:28:45 Statistics: 18:28:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:28:45 File successfully converted to sysstat format version 12.2.1 18:28:45 + sadf -c /var/log/sa-host/sa23 18:28:45 file_magic: OK 18:28:45 HZ: Using current value: 100 18:28:45 file_header: OK 18:28:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:28:45 Statistics: 18:28:45 Hnuu...uuuununununu... 18:28:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:28:45 provisioning config files... 18:28:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config694543576878980099tmp [Pipeline] { [Pipeline] echo 18:28:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:28:46 ---> create-netrc.sh [Pipeline] } 18:28:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:28:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:28:46 ---> python-tools-install.sh [Pipeline] echo 18:28:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:28:46 ---> sudo-logs.sh 18:28:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:28:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:28:47 ---> job-cost.sh 18:28:47 lf-activate-venv: SKIPPING 18:28:47 DEBUG: total: 0.20999999344348907 18:28:47 INFO: Retrieving Stack Cost... 18:28:48 INFO: Retrieving Pricing Info for: v1-standard-2 18:28:48 INFO: Archiving Costs [Pipeline] echo 18:28:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:28:49 ---> logs-deploy.sh 18:28:49 lf-activate-venv: SKIPPING 18:28:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/89 18:28:49 INFO: archiving workspace using pattern(s): 18:28:50 Archives upload complete. 18:28:50 INFO: archiving logs to Nexus