Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d52bde66c4c74a2b06dd088cff55547cc82baa37 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28519’ Running on prd-centos7-docker-4c-2g-28527 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 Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 Commit message: "refactor: Consolidate function pipeline configuration (#208)" > git rev-list --no-walk a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:28:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:28:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:28:35 ========================================================= 18:28:35 EdgeX Global Pipelines Version Info 18:28:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:28:36 ------------------- 18:28:36 stable info: 18:28:36 ------------------- 18:28:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:28:36 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:28:36 Message: update stable to v1.0.184 18:28:37 ------------------- 18:28:37 experimental info: 18:28:37 ------------------- 18:28:37 Commited By: **** collab-it+edgex@linuxfoundation.org 18:28:37 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:28:37 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:28:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:28:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:28:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:28:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:28:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] echo 18:28:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d52bde6 [Pipeline] echo 18:28:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:28:41 provisioning config files... 18:28:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5393744598057011101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:28:41 ---> docker-login.sh 18:28:41 nexus3.edgexfoundry.org:10001 18:28:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:42 Configure a credential helper to remove this warning. See 18:28:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:42 18:28:42 Login Succeeded 18:28:42 nexus3.edgexfoundry.org:10002 18:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:42 Configure a credential helper to remove this warning. See 18:28:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:42 18:28:42 Login Succeeded 18:28:42 nexus3.edgexfoundry.org:10003 18:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:42 Configure a credential helper to remove this warning. See 18:28:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:42 18:28:42 Login Succeeded 18:28:42 nexus3.edgexfoundry.org:10004 18:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:42 Configure a credential helper to remove this warning. See 18:28:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:42 18:28:42 Login Succeeded 18:28:42 docker.io 18:28:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:28:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:28:43 Configure a credential helper to remove this warning. See 18:28:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:28:43 18:28:43 Login Succeeded 18:28:43 ---> docker-login.sh ends [Pipeline] } 18:28:43 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:28:43 + git log --format=format:%s -1 d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] echo 18:28:44 GIT_COMMIT: d52bde66c4c74a2b06dd088cff55547cc82baa37, Commit Message: refactor: Consolidate function pipeline configuration (#208) [Pipeline] echo 18:28:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:28:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:45 18:28:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:28:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:45 latest: Pulling from edgex-devops/git-semver 18:28:45 31603596830f: Pulling fs layer 18:28:45 2a8b12db71e7: Pulling fs layer 18:28:45 6ca5941a6612: Pulling fs layer 18:28:45 ecc8261a40a4: Pulling fs layer 18:28:45 ecc8261a40a4: Waiting 18:28:45 2a8b12db71e7: Verifying Checksum 18:28:45 2a8b12db71e7: Download complete 18:28:45 31603596830f: Verifying Checksum 18:28:45 31603596830f: Download complete 18:28:45 ecc8261a40a4: Verifying Checksum 18:28:45 ecc8261a40a4: Download complete 18:28:45 6ca5941a6612: Verifying Checksum 18:28:45 6ca5941a6612: Download complete 18:28:46 31603596830f: Pull complete 18:28:46 2a8b12db71e7: Pull complete 18:28:46 6ca5941a6612: Pull complete 18:28:46 ecc8261a40a4: Pull complete 18:28:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:28:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:28:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:28:47 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:28:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:28:49 $ docker top fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:28:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:49 [ssh-agent] Looking for ssh-agent implementation... 18:28:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:49 $ docker exec fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent 18:28:49 SSH_AUTH_SOCK=/tmp/ssh-DwtrDttg05ox/agent.11 18:28:49 SSH_AGENT_PID=17 18:28:49 Running ssh-add (command line suppressed) 18:28:49 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5093010437429576029.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5093010437429576029.key) 18:28:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:50 + git tag --points-at HEAD [Pipeline] } 18:28:50 $ docker exec --env ******** --env ******** fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent -k 18:28:50 unset SSH_AUTH_SOCK; 18:28:50 unset SSH_AGENT_PID; 18:28:50 echo Agent pid 17 killed; 18:28:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:28:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:28:50 [ssh-agent] Looking for ssh-agent implementation... 18:28:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:28:50 $ docker exec fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent 18:28:50 SSH_AUTH_SOCK=/tmp/ssh-IsBQVAiKF9L8/agent.47 18:28:50 SSH_AGENT_PID=52 18:28:50 Running ssh-add (command line suppressed) 18:28:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1474752119837208876.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1474752119837208876.key) 18:28:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:28:51 + git semver init 18:28:51 # -> Open(): unable to determine branch for HEAD 18:28:51 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:28:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:28:51 # $SEMVER_REMOTE_NAME = origin 18:28:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:28:51 # $SEMVER_USER_NAME = edgex-jenkins 18:28:51 # $SEMVER_BRANCH = master 18:28:51 # $SEMVER_TEMP = /tmp/semver-346541294 18:28:51 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:28:51 # '/tmp/semver-346541294' -> '/w/workspace/_app-service-configurable_master/.semver' 18:28:51 # -> Force: false 18:28:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:28:51 $ docker exec --env ******** --env ******** fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent -k 18:28:52 unset SSH_AUTH_SOCK; 18:28:52 unset SSH_AGENT_PID; 18:28:52 echo Agent pid 52 killed; 18:28:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:28:52 + git semver [Pipeline] } 18:28:52 $ docker stop --time=1 fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 18:28:53 $ docker rm -f fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 [Pipeline] // withDockerContainer [Pipeline] sh 18:28:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:28:54 Stashed 1 file(s) [Pipeline] echo 18:28:54 [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:29:10 Still waiting to schedule task 18:29:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:29:10 Still waiting to schedule task 18:29:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:30:46 Running on prd-centos7-docker-4c-2g-28530 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:30:46 Running in /w/workspace/app-service-configurable/91 [Pipeline] { [Pipeline] checkout 18:30:49 using credential edgex-jenkins-ssh 18:30:49 Cloning the remote Git repository 18:30:49 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:30:50 Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) 18:30:49 > git init /w/workspace/app-service-configurable/91 # timeout=10 18:30:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:30:49 > git --version # timeout=10 18:30:49 > git --version # 'git version 2.24.3' 18:30:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:30:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:30:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:30:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:30:50 > git config core.sparsecheckout # timeout=10 18:30:50 > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 18:30:53 Commit message: "refactor: Consolidate function pipeline configuration (#208)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:30:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:30:55 + sudo service docker restart 18:30:55 + true 18:30:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:30:56 provisioning config files... 18:30:56 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config8707904298857838608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:57 ---> docker-login.sh 18:30:57 nexus3.edgexfoundry.org:10001 18:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:57 Configure a credential helper to remove this warning. See 18:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:57 18:30:57 Login Succeeded 18:30:57 nexus3.edgexfoundry.org:10002 18:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:57 Configure a credential helper to remove this warning. See 18:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:57 18:30:57 Login Succeeded 18:30:57 nexus3.edgexfoundry.org:10003 18:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:57 Configure a credential helper to remove this warning. See 18:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:57 18:30:57 Login Succeeded 18:30:57 nexus3.edgexfoundry.org:10004 18:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:57 Configure a credential helper to remove this warning. See 18:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:57 18:30:57 Login Succeeded 18:30:57 docker.io 18:30:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:58 Configure a credential helper to remove this warning. See 18:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:58 18:30:58 Login Succeeded 18:30:58 ---> docker-login.sh ends [Pipeline] } 18:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:30:58 ========================================================= 18:30:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:30:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:30:59 + 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:30:59 Sending build context to Docker daemon 95.74kB 18:30:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:30:59 Step 2/8 : FROM ${BASE} 18:30:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:30:59 188c0c94c7c5: Pulling fs layer 18:30:59 0ef7d3d256c8: Pulling fs layer 18:30:59 de9db76c5a1d: Pulling fs layer 18:30:59 bca2f99d35d6: Pulling fs layer 18:30:59 93359f2a8cfa: Pulling fs layer 18:30:59 7c6f9722023f: Pulling fs layer 18:30:59 a35cf1a2eb13: Pulling fs layer 18:30:59 93359f2a8cfa: Waiting 18:30:59 7c6f9722023f: Waiting 18:30:59 a35cf1a2eb13: Waiting 18:30:59 bca2f99d35d6: Waiting 18:30:59 de9db76c5a1d: Verifying Checksum 18:30:59 de9db76c5a1d: Download complete 18:30:59 0ef7d3d256c8: Download complete 18:30:59 93359f2a8cfa: Download complete 18:30:59 7c6f9722023f: Verifying Checksum 18:30:59 7c6f9722023f: Download complete 18:30:59 188c0c94c7c5: Verifying Checksum 18:30:59 188c0c94c7c5: Download complete 18:30:59 188c0c94c7c5: Pull complete 18:30:59 0ef7d3d256c8: Pull complete 18:30:59 de9db76c5a1d: Pull complete 18:31:02 a35cf1a2eb13: Verifying Checksum 18:31:02 a35cf1a2eb13: Download complete 18:31:04 bca2f99d35d6: Verifying Checksum 18:31:04 bca2f99d35d6: Download complete 18:31:09 bca2f99d35d6: Pull complete 18:31:09 93359f2a8cfa: Pull complete 18:31:09 7c6f9722023f: Pull complete 18:31:16 a35cf1a2eb13: Pull complete 18:31:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:31:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:31:16 ---> a62c8e92a672 18:31:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:31:16 ---> Running in 3cfe8ca10a5d 18:31:16 Removing intermediate container 3cfe8ca10a5d 18:31:16 ---> ad53396b4503 18:31:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:16 ---> Running in f7ca1fa7c3f6 18:31:17 Removing intermediate container f7ca1fa7c3f6 18:31:17 ---> 84f6a74d3aae 18:31:17 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:31:17 ---> Running in 3fc633fad7ff 18:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:19 (1/6) Installing libc-dev (0.7.2-r3) 18:31:19 (2/6) Installing libsodium (1.0.18-r0) 18:31:19 (3/6) Installing pkgconf (1.7.2-r0) 18:31:19 (4/6) Installing libsodium-dev (1.0.18-r0) 18:31:20 (5/6) Installing libzmq (4.3.3-r0) 18:31:20 (6/6) Installing zeromq-dev (4.3.3-r0) 18:31:20 Executing busybox-1.31.1-r19.trigger 18:31:20 OK: 167 MiB in 45 packages 18:31:21 Removing intermediate container 3fc633fad7ff 18:31:21 ---> 3aea32a24754 18:31:21 Step 6/8 : WORKDIR /app 18:31:21 ---> Running in 848a2fdd0fe1 18:31:21 Removing intermediate container 848a2fdd0fe1 18:31:21 ---> 21cf8420a5f2 18:31:21 Step 7/8 : COPY . . 18:31:21 ---> 5c16b955dd37 18:31:21 Step 8/8 : RUN go mod download 18:31:21 ---> Running in 71aebe93d6f1 18:31:48 Removing intermediate container 71aebe93d6f1 18:31:48 ---> 8b0cd110c070 18:31:48 Successfully built 8b0cd110c070 18:31:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:31:48 + docker inspect -f . ci-base-image-x86_64 18:31:48 . [Pipeline] withDockerContainer 18:31:48 prd-centos7-docker-4c-2g-28530 does not seem to be running inside a container 18:31:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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:31:49 $ docker top 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:49 + go version 18:31:49 go version go1.15.5 linux/amd64 [Pipeline] } 18:31:49 $ docker stop --time=1 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b 18:31:51 $ docker rm -f 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:51 + docker inspect -f . ci-base-image-x86_64 18:31:51 . [Pipeline] withDockerContainer 18:31:51 prd-centos7-docker-4c-2g-28530 does not seem to be running inside a container 18:31:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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:31:52 $ docker top 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:53 + make test 18:31:53 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:32:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28532 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:32:02 Running in /w/workspace/app-service-configurable/91 [Pipeline] { [Pipeline] checkout 18:32:05 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:32:05 CGO_ENABLED=1 go vet ./... 18:32:06 using credential edgex-jenkins-ssh 18:32:06 Cloning the remote Git repository 18:32:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:32:07 > git init /w/workspace/app-service-configurable/91 # timeout=10 18:32:08 gofmt -l . 18:32:08 [ "`gofmt -l .`" = "" ] 18:32:08 ./bin/test-go-mod-tidy.sh 18:32:08 ./bin/test-attribution-txt.sh 18:32:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:32:07 > git --version # timeout=10 18:32:07 > git --version # 'git version 2.17.1' 18:32:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:32:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:32:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:32:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:32:08 Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) [Pipeline] } 18:32:08 $ docker stop --time=1 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c 18:32:08 > git config core.sparsecheckout # timeout=10 18:32:08 > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 18:32:10 $ docker rm -f 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c [Pipeline] // withDockerContainer [Pipeline] sh 18:32:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:32:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 18:32:12 Commit message: "refactor: Consolidate function pipeline configuration (#208)" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:32:14 + sudo chown -R jenkins:jenkins . [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 18:32:14 + ls -al . 18:32:14 total 92 18:32:14 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 4 18:32 . 18:32:14 drwxrwxr-x. 4 jenkins jenkins 30 Mar 4 18:30 .. 18:32:14 -rw-rw-r--. 1 jenkins jenkins 7174 Mar 4 18:30 Attribution.txt 18:32:14 drwxrwxr-x. 2 jenkins jenkins 64 Mar 4 18:30 bin 18:32:14 -rw-r--r--. 1 jenkins jenkins 10 Mar 4 18:31 coverage.out 18:32:14 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 4 18:30 Dockerfile 18:32:14 -rw-rw-r--. 1 jenkins jenkins 970 Mar 4 18:30 Dockerfile.build 18:32:14 -rw-rw-r--. 1 jenkins jenkins 119 Mar 4 18:30 .dockerignore 18:32:14 drwxrwxr-x. 8 jenkins jenkins 162 Mar 4 18:30 .git 18:32:14 drwxrwxr-x. 2 jenkins jenkins 81 Mar 4 18:30 .github 18:32:14 -rw-rw-r--. 1 jenkins jenkins 111 Mar 4 18:30 .gitignore 18:32:14 -rw-r--r--. 1 jenkins jenkins 136 Mar 4 18:32 go.mod 18:32:14 -rw-r--r--. 1 jenkins jenkins 21193 Mar 4 18:32 go.sum 18:32:14 -rw-rw-r--. 1 jenkins jenkins 687 Mar 4 18:30 Jenkinsfile 18:32:14 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 4 18:30 LICENSE 18:32:14 -rw-rw-r--. 1 jenkins jenkins 1522 Mar 4 18:30 main.go 18:32:14 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 4 18:30 makefile 18:32:14 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 4 18:30 README.md 18:32:14 drwxrwxr-x. 10 jenkins jenkins 173 Mar 4 18:30 res 18:32:14 drwxrwxr-x. 4 jenkins jenkins 71 Mar 4 18:30 snap 18:32:14 -rw-rw-r--. 1 jenkins jenkins 12 Mar 4 18:28 VERSION [Pipeline] isUnix [Pipeline] sh 18:32:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 18:32:15 + 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=d52bde66c4c74a2b06dd088cff55547cc82baa37 --label arch=amd64 --label version=2.0.0-dev.21 . 18:32:15 Sending build context to Docker daemon 119.8kB [Pipeline] sh 18:32:15 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:32:15 Step 2/27 : FROM ${BASE} AS builder 18:32:15 ---> 8b0cd110c070 18:32:15 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:32:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:32:16 ---> Running in 2e7ca4e1557f 18:32:16 Removing intermediate container 2e7ca4e1557f 18:32:16 ---> 298a1c4ee0f8 18:32:16 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:32:16 + + truesudo 18:32:16 service docker restart 18:32:16 ---> Running in 4f845f00c37c 18:32:16 Removing intermediate container 4f845f00c37c 18:32:16 ---> cd230c9e6d4b 18:32:16 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:32:16 ---> Running in 9edc53602f46 18:32:16 Removing intermediate container 9edc53602f46 18:32:16 ---> 2e09603187d9 18:32:16 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:16 ---> Running in 0d95c7edfaca 18:32:17 Removing intermediate container 0d95c7edfaca 18:32:17 ---> d293d5c91a49 18:32:17 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:32:17 ---> Running in e1c547e47820 18:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:18 provisioning config files... 18:32:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config4699816615108028505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:18 ---> docker-login.sh 18:32:18 nexus3.edgexfoundry.org:10001 18:32:19 OK: 167 MiB in 45 packages 18:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:19 Removing intermediate container e1c547e47820 18:32:19 ---> 1340092b07ed 18:32:19 Step 8/27 : WORKDIR /app 18:32:19 ---> Running in 64503370beab 18:32:19 Removing intermediate container 64503370beab 18:32:19 ---> c026a5e6ce52 18:32:19 Step 9/27 : COPY go.mod . 18:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:20 Configure a credential helper to remove this warning. See 18:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:20 18:32:20 Login Succeeded 18:32:20 nexus3.edgexfoundry.org:10002 18:32:20 ---> 06490d81caf2 18:32:20 Step 10/27 : RUN go mod download 18:32:20 ---> Running in 4e5ed9ef171c 18:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:20 Configure a credential helper to remove this warning. See 18:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:20 18:32:20 Login Succeeded 18:32:20 nexus3.edgexfoundry.org:10003 18:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:21 Configure a credential helper to remove this warning. See 18:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:21 18:32:21 Login Succeeded 18:32:21 nexus3.edgexfoundry.org:10004 18:32:21 Removing intermediate container 4e5ed9ef171c 18:32:21 ---> 8d61847a33cd 18:32:21 Step 11/27 : COPY . . 18:32:21 ---> ef174f276112 18:32:21 Step 12/27 : ARG MAKE="make build" 18:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:21 Configure a credential helper to remove this warning. See 18:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:21 18:32:21 Login Succeeded 18:32:21 docker.io 18:32:21 ---> Running in be58f2de5fb9 18:32:21 Removing intermediate container be58f2de5fb9 18:32:21 ---> cc333818f9d6 18:32:21 Step 13/27 : RUN $MAKE 18:32:21 ---> Running in 40355be4715e 18:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.21" -o app-service-configurable 18:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:22 Configure a credential helper to remove this warning. See 18:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:22 18:32:22 Login Succeeded 18:32:22 ---> docker-login.sh ends [Pipeline] } 18:32:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:32:22 ========================================================= 18:32:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:32:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:32:23 + 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:32:23 Sending build context to Docker daemon 95.74kB 18:32:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:32:23 Step 2/8 : FROM ${BASE} 18:32:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:23 5f621e34cdf4: Pulling fs layer 18:32:23 a4357932f1b6: Pulling fs layer 18:32:23 18c013af1878: Pulling fs layer 18:32:23 00ac8860ef70: Pulling fs layer 18:32:23 63d7cb157983: Pulling fs layer 18:32:23 b116817d02f9: Pulling fs layer 18:32:23 745a02a5169b: Pulling fs layer 18:32:23 00ac8860ef70: Waiting 18:32:23 63d7cb157983: Waiting 18:32:23 b116817d02f9: Waiting 18:32:23 745a02a5169b: Waiting 18:32:23 18c013af1878: Verifying Checksum 18:32:23 18c013af1878: Download complete 18:32:23 a4357932f1b6: Download complete 18:32:23 63d7cb157983: Verifying Checksum 18:32:23 63d7cb157983: Download complete 18:32:23 b116817d02f9: Verifying Checksum 18:32:23 b116817d02f9: Download complete 18:32:23 5f621e34cdf4: Verifying Checksum 18:32:23 5f621e34cdf4: Download complete 18:32:24 5f621e34cdf4: Pull complete 18:32:24 a4357932f1b6: Pull complete 18:32:25 18c013af1878: Pull complete 18:32:26 745a02a5169b: Verifying Checksum 18:32:26 745a02a5169b: Download complete 18:32:27 00ac8860ef70: Verifying Checksum 18:32:27 00ac8860ef70: Download complete 18:32:37 Removing intermediate container 40355be4715e 18:32:37 ---> e80360921711 18:32:37 Step 14/27 : FROM alpine:3.12 18:32:37 3.12: Pulling from library/alpine 18:32:37 f84cab65f19f: Pulling fs layer 18:32:37 f84cab65f19f: Verifying Checksum 18:32:37 f84cab65f19f: Download complete 18:32:37 f84cab65f19f: Pull complete 18:32:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:32:37 Status: Downloaded newer image for alpine:3.12 18:32:37 ---> 88dd2752d2ea 18:32:37 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:32:37 ---> Running in 072cfc26948c 18:32:37 Removing intermediate container 072cfc26948c 18:32:37 ---> a30b2005775e 18:32:37 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:32:37 ---> Running in e967e76deeeb 18:32:37 Removing intermediate container e967e76deeeb 18:32:37 ---> 7cb6f6cdcd80 18:32:37 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:32:37 ---> Running in 3caae2e815d6 18:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:37 (1/7) Installing ca-certificates (20191127-r4) 18:32:37 (2/7) Installing dumb-init (1.2.2-r1) 18:32:37 (3/7) Installing libgcc (9.3.0-r2) 18:32:37 (4/7) Installing libsodium (1.0.18-r0) 18:32:37 (5/7) Installing libstdc++ (9.3.0-r2) 18:32:37 (6/7) Installing libzmq (4.3.3-r0) 18:32:37 (7/7) Installing zeromq (4.3.3-r0) 18:32:37 Executing busybox-1.31.1-r19.trigger 18:32:37 Executing ca-certificates-20191127-r4.trigger 18:32:37 OK: 9 MiB in 21 packages 18:32:37 00ac8860ef70: Pull complete 18:32:37 63d7cb157983: Pull complete 18:32:38 b116817d02f9: Pull complete 18:32:38 Removing intermediate container 3caae2e815d6 18:32:38 ---> d6fc9d0d0fb4 18:32:38 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:32:39 ---> 096031d8dddd 18:32:39 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:32:39 ---> e645f20fd17a 18:32:39 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:32:39 ---> fea44afdcf4e 18:32:39 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:32:40 ---> 20f69a1f7750 18:32:40 Step 22/27 : EXPOSE 48095 18:32:40 ---> Running in 517b1983adc7 18:32:40 Removing intermediate container 517b1983adc7 18:32:40 ---> 28ba1b24fec7 18:32:40 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:32:40 ---> Running in 49c4e3010793 18:32:40 Removing intermediate container 49c4e3010793 18:32:40 ---> ec32f5775aaa 18:32:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:40 ---> Running in 372ef8bc85f4 18:32:40 Removing intermediate container 372ef8bc85f4 18:32:40 ---> 5d4d9343b6c4 18:32:40 Step 25/27 : LABEL arch=amd64 18:32:40 ---> Running in 114efcf06c2e 18:32:41 Removing intermediate container 114efcf06c2e 18:32:41 ---> c150bc74c164 18:32:41 Step 26/27 : LABEL git_sha=d52bde66c4c74a2b06dd088cff55547cc82baa37 18:32:41 ---> Running in b6c098d11bc6 18:32:41 Removing intermediate container b6c098d11bc6 18:32:41 ---> ef60cb3ac972 18:32:41 Step 27/27 : LABEL version=2.0.0-dev.21 18:32:41 ---> Running in 87042c048587 18:32:41 Removing intermediate container 87042c048587 18:32:41 ---> e3a0bf17204f 18:32:41 [Warning] One or more build-args [ARCH] were not consumed 18:32:41 Successfully built e3a0bf17204f 18:32:41 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:41 provisioning config files... 18:32:41 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config6615540395343115074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:42 ---> docker-login.sh 18:32:42 nexus3.edgexfoundry.org:10001 18:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:42 745a02a5169b: Pull complete 18:32:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:42 ---> b7e6874047d6 18:32:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:42 Configure a credential helper to remove this warning. See 18:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:42 18:32:42 Login Succeeded 18:32:42 nexus3.edgexfoundry.org:10002 18:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:42 Configure a credential helper to remove this warning. See 18:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:42 18:32:42 Login Succeeded 18:32:42 nexus3.edgexfoundry.org:10003 18:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:42 Configure a credential helper to remove this warning. See 18:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:42 18:32:42 Login Succeeded 18:32:42 nexus3.edgexfoundry.org:10004 18:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:43 Configure a credential helper to remove this warning. See 18:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:43 18:32:43 Login Succeeded 18:32:43 docker.io 18:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:43 Configure a credential helper to remove this warning. See 18:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:43 18:32:43 Login Succeeded 18:32:43 ---> docker-login.sh ends [Pipeline] } 18:32:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:43 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:32:43 d52bde66c4c74a2b06dd088cff55547cc82baa37 18:32:43 latest 18:32:43 2.0.0-dev.21 18:32:43 d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:32:43 master 18:32:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:44 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh 18:32:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 18:32:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:32:44 9123e64beec8: Preparing 18:32:44 6253b4288762: Preparing 18:32:44 c1de595d1c9a: Preparing 18:32:44 4e88d58f2d97: Preparing 18:32:44 8eeb849504dc: Preparing 18:32:44 33e8713114f8: Preparing 18:32:44 33e8713114f8: Waiting 18:32:44 4e88d58f2d97: Pushed 18:32:44 c1de595d1c9a: Pushed 18:32:44 6253b4288762: Pushed 18:32:44 33e8713114f8: Layer already exists 18:32:44 8eeb849504dc: Pushed 18:32:45 ---> Running in 329cc5983eab 18:32:45 Removing intermediate container 329cc5983eab 18:32:45 ---> 73e2554113a5 18:32:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:45 ---> Running in b40f269b09bd 18:32:46 9123e64beec8: Pushed 18:32:46 d52bde66c4c74a2b06dd088cff55547cc82baa37: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh 18:32:46 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:32:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:32:47 9123e64beec8: Preparing 18:32:47 6253b4288762: Preparing 18:32:47 c1de595d1c9a: Preparing 18:32:47 4e88d58f2d97: Preparing 18:32:47 8eeb849504dc: Preparing 18:32:47 33e8713114f8: Preparing 18:32:47 33e8713114f8: Waiting 18:32:47 8eeb849504dc: Layer already exists 18:32:47 6253b4288762: Layer already exists 18:32:47 9123e64beec8: Layer already exists 18:32:47 c1de595d1c9a: Layer already exists 18:32:47 4e88d58f2d97: Layer already exists 18:32:47 33e8713114f8: Layer already exists 18:32:47 latest: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh 18:32:47 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh 18:32:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 18:32:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:32:47 9123e64beec8: Preparing 18:32:47 6253b4288762: Preparing 18:32:47 c1de595d1c9a: Preparing 18:32:47 4e88d58f2d97: Preparing 18:32:47 8eeb849504dc: Preparing 18:32:47 33e8713114f8: Preparing 18:32:47 33e8713114f8: Waiting 18:32:47 6253b4288762: Layer already exists 18:32:47 4e88d58f2d97: Layer already exists 18:32:47 9123e64beec8: Layer already exists 18:32:47 c1de595d1c9a: Layer already exists 18:32:47 8eeb849504dc: Layer already exists 18:32:47 33e8713114f8: Layer already exists 18:32:47 2.0.0-dev.21: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh 18:32:47 Removing intermediate container b40f269b09bd 18:32:47 ---> 0c44b25c236d 18:32:47 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:32:47 ---> Running in 270caf7ccaa9 18:32:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh 18:32:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:32:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:32:48 9123e64beec8: Preparing 18:32:48 6253b4288762: Preparing 18:32:48 c1de595d1c9a: Preparing 18:32:48 4e88d58f2d97: Preparing 18:32:48 8eeb849504dc: Preparing 18:32:48 33e8713114f8: Preparing 18:32:48 33e8713114f8: Waiting 18:32:48 4e88d58f2d97: Layer already exists 18:32:48 8eeb849504dc: Layer already exists 18:32:48 6253b4288762: Layer already exists 18:32:48 c1de595d1c9a: Layer already exists 18:32:48 9123e64beec8: Layer already exists 18:32:48 33e8713114f8: Layer already exists 18:32:48 d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh 18:32:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 18:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:49 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 18:32:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:32:49 9123e64beec8: Preparing 18:32:49 6253b4288762: Preparing 18:32:49 c1de595d1c9a: Preparing 18:32:49 4e88d58f2d97: Preparing 18:32:49 8eeb849504dc: Preparing 18:32:49 33e8713114f8: Preparing 18:32:49 33e8713114f8: Waiting 18:32:49 6253b4288762: Layer already exists 18:32:49 4e88d58f2d97: Layer already exists 18:32:49 9123e64beec8: Layer already exists 18:32:49 c1de595d1c9a: Layer already exists 18:32:49 8eeb849504dc: Layer already exists 18:32:49 33e8713114f8: Layer already exists 18:32:49 master: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:32:49 ===================================================== [Pipeline] echo 18:32:49 taggedImages: 18:32:49 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 18:32:49 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:32:49 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 18:32:49 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:32:49 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:32:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:32:50 ---> job-cost.sh 18:32:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t5z8 18:32:50 (1/6) Installing libc-dev (0.7.2-r3) 18:32:50 (2/6) Installing libsodium (1.0.18-r0) 18:32:50 (3/6) Installing pkgconf (1.7.2-r0) 18:32:50 (4/6) Installing libsodium-dev (1.0.18-r0) 18:32:50 (5/6) Installing libzmq (4.3.3-r0) 18:32:50 (6/6) Installing zeromq-dev (4.3.3-r0) 18:32:51 Executing busybox-1.31.1-r19.trigger 18:32:51 OK: 144 MiB in 45 packages 18:32:52 Removing intermediate container 270caf7ccaa9 18:32:52 ---> 7ea6283ce28b 18:32:52 Step 6/8 : WORKDIR /app 18:32:52 ---> Running in df318f9d0eb0 18:32:53 Removing intermediate container df318f9d0eb0 18:32:53 ---> 1c8cf16a0941 18:32:53 Step 7/8 : COPY . . 18:32:53 ---> d6104447512a 18:32:53 Step 8/8 : RUN go mod download 18:32:53 ---> Running in 490ac068116d 18:33:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:33:20 Removing intermediate container 490ac068116d 18:33:20 ---> 3c493ab7258a 18:33:20 Successfully built 3c493ab7258a 18:33:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:21 + docker inspect -f . ci-base-image-arm64 18:33:21 . [Pipeline] withDockerContainer 18:33:21 prd-ubuntu18.04-docker-arm64-4c-16g-28532 does not seem to be running inside a container 18:33:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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:33:23 $ docker top 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:24 + go version 18:33:24 go version go1.15.5 linux/arm64 [Pipeline] } 18:33:24 $ docker stop --time=1 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda 18:33:26 $ docker rm -f 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:27 + docker inspect -f . ci-base-image-arm64 18:33:27 . [Pipeline] withDockerContainer 18:33:27 prd-ubuntu18.04-docker-arm64-4c-16g-28532 does not seem to be running inside a container 18:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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:33:28 $ docker top 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:29 + make test 18:33:29 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:33:31 lf-activate-venv(): INFO: Adding /tmp/venv-t5z8/bin to PATH 18:33:31 INFO: No Stack... 18:33:31 INFO: Retrieving Pricing Info for: v1-standard-2 18:33:31 INFO: Archiving Costs [Pipeline] sh 18:33:32 + cat /w/workspace/app-service-configurable/91/archives/cost.csv 18:33:32 + cut -d, -f6 [Pipeline] lock 18:33:32 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] 18:33:32 Resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] did not exist. Created. 18:33:32 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:33:32 + echo total: 0.029999999329447746 [Pipeline] stash 18:33:32 Stashed 1 file(s) [Pipeline] } 18:33:32 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:34:08 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:34:08 CGO_ENABLED=1 go vet ./... 18:34:17 gofmt -l . 18:34:17 [ "`gofmt -l .`" = "" ] 18:34:17 ./bin/test-go-mod-tidy.sh 18:34:17 ./bin/test-attribution-txt.sh [Pipeline] } 18:34:18 $ docker stop --time=1 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 18:34:20 $ docker rm -f 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:34:21 Warning: overwriting stash ‘coverage-report’ 18:34:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:34:23 + ls -al . 18:34:23 total 116 18:34:23 drwxrwxr-x 7 jenkins jenkins 4096 Mar 4 18:34 . 18:34:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 18:32 .. 18:34:23 -rw-rw-r-- 1 jenkins jenkins 119 Mar 4 18:32 .dockerignore 18:34:23 drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 18:32 .git 18:34:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 18:32 .github 18:34:23 -rw-rw-r-- 1 jenkins jenkins 111 Mar 4 18:32 .gitignore 18:34:23 -rw-rw-r-- 1 jenkins jenkins 7174 Mar 4 18:32 Attribution.txt 18:34:23 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 4 18:32 Dockerfile 18:34:23 -rw-rw-r-- 1 jenkins jenkins 970 Mar 4 18:32 Dockerfile.build 18:34:23 -rw-rw-r-- 1 jenkins jenkins 687 Mar 4 18:32 Jenkinsfile 18:34:23 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 4 18:32 LICENSE 18:34:23 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 4 18:32 README.md 18:34:23 -rw-rw-r-- 1 jenkins jenkins 12 Mar 4 18:28 VERSION 18:34:23 drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 18:32 bin 18:34:23 -rw-r--r-- 1 jenkins jenkins 10 Mar 4 18:33 coverage.out 18:34:23 -rw-r--r-- 1 jenkins jenkins 136 Mar 4 18:34 go.mod 18:34:23 -rw-r--r-- 1 jenkins jenkins 21193 Mar 4 18:34 go.sum 18:34:23 -rw-rw-r-- 1 jenkins jenkins 1522 Mar 4 18:32 main.go 18:34:23 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 4 18:32 makefile 18:34:23 drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 18:32 res 18:34:23 drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 18:32 snap [Pipeline] isUnix [Pipeline] sh 18:34:23 + 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=d52bde66c4c74a2b06dd088cff55547cc82baa37 --label arch=arm64 --label version=2.0.0-dev.21 . 18:34:23 Sending build context to Docker daemon 119.8kB 18:34:24 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:34:24 Step 2/27 : FROM ${BASE} AS builder 18:34:24 ---> 3c493ab7258a 18:34:24 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:34:24 ---> Running in 3aa9df7fa5e9 18:34:25 Removing intermediate container 3aa9df7fa5e9 18:34:25 ---> fff552ba99f3 18:34:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:34:25 ---> Running in 1b15f518b459 18:34:25 Removing intermediate container 1b15f518b459 18:34:25 ---> d44f4e168bfb 18:34:25 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:34:25 ---> Running in c63b6f4555a9 18:34:25 Removing intermediate container c63b6f4555a9 18:34:25 ---> 02f46a7bf8c3 18:34:25 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:26 ---> Running in 9f2644cd63ce 18:34:28 Removing intermediate container 9f2644cd63ce 18:34:28 ---> c89df0c47ceb 18:34:28 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:34:28 ---> Running in 103f9086db5d 18:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:31 OK: 144 MiB in 45 packages 18:34:32 Removing intermediate container 103f9086db5d 18:34:32 ---> ffb09af92035 18:34:32 Step 8/27 : WORKDIR /app 18:34:32 ---> Running in 1b874a0e2ba5 18:34:32 Removing intermediate container 1b874a0e2ba5 18:34:32 ---> 3f1cbaadfc76 18:34:32 Step 9/27 : COPY go.mod . 18:34:33 ---> 95199149aebc 18:34:33 Step 10/27 : RUN go mod download 18:34:33 ---> Running in 82111b822489 18:34:36 Removing intermediate container 82111b822489 18:34:36 ---> b2ef00bef778 18:34:36 Step 11/27 : COPY . . 18:34:36 ---> fc1325fd88f6 18:34:36 Step 12/27 : ARG MAKE="make build" 18:34:36 ---> Running in 34555a505389 18:34:37 Removing intermediate container 34555a505389 18:34:37 ---> 3a89a23ae27b 18:34:37 Step 13/27 : RUN $MAKE 18:34:37 ---> Running in 19ae2f874ab1 18:34:38 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.21" -o app-service-configurable 18:35:17 Removing intermediate container 19ae2f874ab1 18:35:17 ---> 7995189cf2dd 18:35:17 Step 14/27 : FROM alpine:3.12 18:35:17 3.12: Pulling from library/alpine 18:35:17 dce8679b510e: Pulling fs layer 18:35:17 dce8679b510e: Verifying Checksum 18:35:17 dce8679b510e: Download complete 18:35:17 dce8679b510e: Pull complete 18:35:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:35:17 Status: Downloaded newer image for alpine:3.12 18:35:17 ---> d10569e2745f 18:35:17 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:35:17 ---> Running in 49909d7f3b41 18:35:17 Removing intermediate container 49909d7f3b41 18:35:17 ---> c7713405982a 18:35:17 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:35:17 ---> Running in c16876af5056 18:35:17 Removing intermediate container c16876af5056 18:35:17 ---> d90856f39acb 18:35:17 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:35:17 ---> Running in 8c36237b7251 18:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:18 (1/7) Installing ca-certificates (20191127-r4) 18:35:18 (2/7) Installing dumb-init (1.2.2-r1) 18:35:18 (3/7) Installing libgcc (9.3.0-r2) 18:35:18 (4/7) Installing libsodium (1.0.18-r0) 18:35:18 (5/7) Installing libstdc++ (9.3.0-r2) 18:35:18 (6/7) Installing libzmq (4.3.3-r0) 18:35:18 (7/7) Installing zeromq (4.3.3-r0) 18:35:18 Executing busybox-1.31.1-r19.trigger 18:35:18 Executing ca-certificates-20191127-r4.trigger 18:35:18 OK: 9 MiB in 21 packages 18:35:20 Removing intermediate container 8c36237b7251 18:35:20 ---> 3d9770b2656d 18:35:20 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:35:21 ---> 1d9a79eafa31 18:35:21 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:35:22 ---> 86409b6b9a1a 18:35:22 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:35:22 ---> 9db3ffe3e3aa 18:35:22 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:35:24 ---> 0531c1f7387a 18:35:24 Step 22/27 : EXPOSE 48095 18:35:24 ---> Running in fd6dda6dc8e8 18:35:24 Removing intermediate container fd6dda6dc8e8 18:35:24 ---> 66e9bf857281 18:35:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:35:24 ---> Running in 1d6a40d48837 18:35:25 Removing intermediate container 1d6a40d48837 18:35:25 ---> b6f7d94d4c95 18:35:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:25 ---> Running in 5dcdb371109d 18:35:25 Removing intermediate container 5dcdb371109d 18:35:25 ---> 400f580b1e40 18:35:25 Step 25/27 : LABEL arch=arm64 18:35:25 ---> Running in 070930cd4255 18:35:26 Removing intermediate container 070930cd4255 18:35:26 ---> a12cf2187457 18:35:26 Step 26/27 : LABEL git_sha=d52bde66c4c74a2b06dd088cff55547cc82baa37 18:35:26 ---> Running in 812754a0c98d 18:35:26 Removing intermediate container 812754a0c98d 18:35:26 ---> 525b2db9ddac 18:35:26 Step 27/27 : LABEL version=2.0.0-dev.21 18:35:26 ---> Running in 14a04280d52b 18:35:27 Removing intermediate container 14a04280d52b 18:35:27 ---> d7cc5fb79691 18:35:27 [Warning] One or more build-args [ARCH] were not consumed 18:35:27 Successfully built d7cc5fb79691 18:35:27 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:35:27 provisioning config files... 18:35:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config316784876065033205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:35:28 ---> docker-login.sh 18:35:28 nexus3.edgexfoundry.org:10001 18:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:28 Configure a credential helper to remove this warning. See 18:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:28 18:35:28 Login Succeeded 18:35:28 nexus3.edgexfoundry.org:10002 18:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:29 Configure a credential helper to remove this warning. See 18:35:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:29 18:35:29 Login Succeeded 18:35:29 nexus3.edgexfoundry.org:10003 18:35:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:30 Configure a credential helper to remove this warning. See 18:35:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:30 18:35:30 Login Succeeded 18:35:30 nexus3.edgexfoundry.org:10004 18:35:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:31 Configure a credential helper to remove this warning. See 18:35:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:31 18:35:31 Login Succeeded 18:35:31 docker.io 18:35:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:32 Configure a credential helper to remove this warning. See 18:35:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:32 18:35:32 Login Succeeded 18:35:32 ---> docker-login.sh ends [Pipeline] } 18:35:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:35:32 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:35:32 d52bde66c4c74a2b06dd088cff55547cc82baa37 18:35:32 latest 18:35:32 2.0.0-dev.21 18:35:32 d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:35:32 master 18:35:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh 18:35:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 18:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:35:33 29575804557b: Preparing 18:35:33 cdde2214b878: Preparing 18:35:33 1733658adde7: Preparing 18:35:33 e9c2abc67b5a: Preparing 18:35:33 6b38a4785d6f: Preparing 18:35:33 02a88cfff88f: Preparing 18:35:33 02a88cfff88f: Waiting 18:35:34 cdde2214b878: Pushed 18:35:34 e9c2abc67b5a: Pushed 18:35:34 1733658adde7: Pushed 18:35:34 02a88cfff88f: Layer already exists 18:35:34 6b38a4785d6f: Pushed 18:35:37 29575804557b: Pushed 18:35:37 d52bde66c4c74a2b06dd088cff55547cc82baa37: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:37 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:35:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:35:38 29575804557b: Preparing 18:35:38 cdde2214b878: Preparing 18:35:38 1733658adde7: Preparing 18:35:38 e9c2abc67b5a: Preparing 18:35:38 6b38a4785d6f: Preparing 18:35:38 02a88cfff88f: Preparing 18:35:38 02a88cfff88f: Waiting 18:35:38 cdde2214b878: Layer already exists 18:35:38 1733658adde7: Layer already exists 18:35:38 e9c2abc67b5a: Layer already exists 18:35:38 29575804557b: Layer already exists 18:35:38 6b38a4785d6f: Layer already exists 18:35:38 02a88cfff88f: Layer already exists 18:35:38 latest: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh 18:35:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 18:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:35:38 29575804557b: Preparing 18:35:38 cdde2214b878: Preparing 18:35:38 1733658adde7: Preparing 18:35:38 e9c2abc67b5a: Preparing 18:35:38 6b38a4785d6f: Preparing 18:35:38 02a88cfff88f: Preparing 18:35:38 02a88cfff88f: Waiting 18:35:39 6b38a4785d6f: Layer already exists 18:35:39 e9c2abc67b5a: Layer already exists 18:35:39 cdde2214b878: Layer already exists 18:35:39 29575804557b: Layer already exists 18:35:39 1733658adde7: Layer already exists 18:35:39 02a88cfff88f: Layer already exists 18:35:39 2.0.0-dev.21: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh 18:35:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:35:39 29575804557b: Preparing 18:35:39 cdde2214b878: Preparing 18:35:39 1733658adde7: Preparing 18:35:39 e9c2abc67b5a: Preparing 18:35:39 6b38a4785d6f: Preparing 18:35:39 02a88cfff88f: Preparing 18:35:39 02a88cfff88f: Waiting 18:35:40 29575804557b: Layer already exists 18:35:40 6b38a4785d6f: Layer already exists 18:35:40 cdde2214b878: Layer already exists 18:35:40 e9c2abc67b5a: Layer already exists 18:35:40 1733658adde7: Layer already exists 18:35:40 02a88cfff88f: Layer already exists 18:35:40 d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 18:35:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 18:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:35:40 29575804557b: Preparing 18:35:40 cdde2214b878: Preparing 18:35:40 1733658adde7: Preparing 18:35:40 e9c2abc67b5a: Preparing 18:35:40 6b38a4785d6f: Preparing 18:35:40 02a88cfff88f: Preparing 18:35:40 02a88cfff88f: Waiting 18:35:41 6b38a4785d6f: Layer already exists 18:35:41 29575804557b: Layer already exists 18:35:41 1733658adde7: Layer already exists 18:35:41 e9c2abc67b5a: Layer already exists 18:35:41 cdde2214b878: Layer already exists 18:35:41 02a88cfff88f: Layer already exists 18:35:41 master: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:35:41 ===================================================== [Pipeline] echo 18:35:41 taggedImages: 18:35:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 18:35:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:35:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 18:35:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 18:35:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:35:42 ---> job-cost.sh 18:35:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tHuv 18:36:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:39:05 lf-activate-venv(): INFO: Adding /tmp/venv-tHuv/bin to PATH 18:39:05 INFO: No Stack... 18:39:05 INFO: Retrieving Pricing Info for: lf-standard-4 18:39:05 INFO: Archiving Costs [Pipeline] sh 18:39:06 + cat /w/workspace/app-service-configurable/91/archives/cost.csv 18:39:06 + cut -d, -f6 [Pipeline] lock 18:39:06 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] 18:39:06 Resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] did not exist. Created. 18:39:06 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:06 /w/workspace/app-service-configurable/91@tmp/durable-e9f1ad83/script.sh: 1: /w/workspace/app-service-configurable/91@tmp/durable-e9f1ad83/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:39:07 + echo total: 0.20999999344348907 [Pipeline] stash 18:39:07 Warning: overwriting stash ‘stack-cost’ 18:39:07 Stashed 1 file(s) [Pipeline] } 18:39:07 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-91-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:39:08 provisioning config files... 18:39:08 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1687451852208036467tmp [Pipeline] { [Pipeline] sh 18:39:09 + set +x 18:39:09 + curl -s https://codecov.io/bash 18:39:09 + bash -s -- 18:39:09 18:39:09 _____ _ 18:39:09 / ____| | | 18:39:09 | | ___ __| | ___ ___ _____ __ 18:39:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:39:09 | |___| (_) | (_| | __/ (_| (_) \ V / 18:39:09 \_____\___/ \__,_|\___|\___\___/ \_/ 18:39:09 Bash-20210226-7100762 18:39:09 18:39:09 18:39:09 ==> git version 2.24.3 found 18:39:09 ==> 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:39:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:39:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:39:09 ==> Jenkins CI detected. 18:39:09 project root: . 18:39:09 --> token set from env 18:39:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:39:09 ==> Running gcov in . (disable via -X gcov) 18:39:09 ==> Python coveragepy not found 18:39:09 ==> Searching for coverage reports in: 18:39:09 + . 18:39:09 -> Found 1 reports 18:39:09 ==> Detecting git/mercurial file structure 18:39:09 ==> Reading reports 18:39:09 + ./coverage.out bytes=10 18:39:09 ==> Appending adjustments 18:39:09 https://docs.codecov.io/docs/fixing-reports 18:39:09 + Found adjustments 18:39:09 ==> Gzipping contents 18:39:09 4.0K /tmp/codecov.FMOTem.gz 18:39:09 ==> Uploading reports 18:39:09 url: https://codecov.io 18:39:09 query: branch=master&commit=d52bde66c4c74a2b06dd088cff55547cc82baa37&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:39:09 -> Pinging Codecov 18:39:09 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=d52bde66c4c74a2b06dd088cff55547cc82baa37&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:39:10 -> Uploading to 18:39:10 https://storage.googleapis.com/codecov/v4/raw/2021-03-04/A97CA9966030D2A3747ED39772930CCE/d52bde66c4c74a2b06dd088cff55547cc82baa37/deaffdae-74e8-43f7-a669-8cf6a388b5ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T183910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33900e349b78636389e8ed60567c9a8bee9066ad625af1f96bc02f4d6ce85e89 18:39:10 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:10 Dload Upload Total Spent Left Speed 18:39:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 923 --:--:-- --:--:-- --:--:-- 924 18:39:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] } 18:39:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:39:11 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:39:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:12 18:39:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:39:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:39:12 188c0c94c7c5: Pulling fs layer 18:39:12 0ef7d3d256c8: Pulling fs layer 18:39:12 de9db76c5a1d: Pulling fs layer 18:39:12 0eba1c9be4d2: Pulling fs layer 18:39:12 0d57e429df01: Pulling fs layer 18:39:12 4e4be7b47b0d: Pulling fs layer 18:39:12 e1f770b5df2f: Pulling fs layer 18:39:12 85a0685a4137: Pulling fs layer 18:39:12 0d57e429df01: Waiting 18:39:12 4e4be7b47b0d: Waiting 18:39:12 e1f770b5df2f: Waiting 18:39:12 85a0685a4137: Waiting 18:39:12 0eba1c9be4d2: Waiting 18:39:12 de9db76c5a1d: Verifying Checksum 18:39:12 de9db76c5a1d: Download complete 18:39:12 0ef7d3d256c8: Verifying Checksum 18:39:12 0ef7d3d256c8: Download complete 18:39:12 0d57e429df01: Verifying Checksum 18:39:12 0d57e429df01: Download complete 18:39:12 4e4be7b47b0d: Download complete 18:39:12 188c0c94c7c5: Verifying Checksum 18:39:12 188c0c94c7c5: Download complete 18:39:12 188c0c94c7c5: Pull complete 18:39:12 0ef7d3d256c8: Pull complete 18:39:12 de9db76c5a1d: Pull complete 18:39:14 e1f770b5df2f: Verifying Checksum 18:39:14 e1f770b5df2f: Download complete 18:39:16 0eba1c9be4d2: Verifying Checksum 18:39:16 0eba1c9be4d2: Download complete 18:39:16 85a0685a4137: Verifying Checksum 18:39:16 85a0685a4137: Download complete 18:39:20 0eba1c9be4d2: Pull complete 18:39:21 0d57e429df01: Pull complete 18:39:21 4e4be7b47b0d: Pull complete 18:39:23 e1f770b5df2f: Pull complete 18:39:30 85a0685a4137: Pull complete 18:39:30 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:39:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:39:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:39:30 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:39:30 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:39:31 $ docker top ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a -eo pid,comm [Pipeline] { [Pipeline] echo 18:39:31 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:39:31 + set -o pipefail 18:39:31 + snyk monitor '--org=edgex-jenkins' 18:39:41 18:39:41 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 18:39:41 18:39:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/17fd9118-2d9e-4d32-be49-2cbc1905acc4 18:39:41 18:39:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:39:41 18:39:41 [Pipeline] } 18:39:41 $ docker stop --time=1 ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a 18:39:44 $ docker rm -f ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:45 + git log --format=format:%s -1 d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh 18:39:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:39:46 . [Pipeline] withDockerContainer 18:39:46 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:39:46 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:39:46 $ docker top d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:39:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:39:47 [ssh-agent] Looking for ssh-agent implementation... 18:39:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:39:47 $ docker exec d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 ssh-agent 18:39:47 SSH_AUTH_SOCK=/tmp/ssh-7XyF70BRH8v3/agent.11 18:39:47 SSH_AGENT_PID=16 18:39:47 Running ssh-add (command line suppressed) 18:39:47 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5044801313327683447.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5044801313327683447.key) 18:39:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:39:48 + git semver tag 18:39:48 # -> Open(): unable to determine branch for HEAD 18:39:48 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:39:48 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:39:48 # $SEMVER_REMOTE_NAME = origin 18:39:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:39:48 # $SEMVER_USER_NAME = edgex-jenkins 18:39:48 # $SEMVER_BRANCH = master 18:39:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:39:48 # d52bde66c4c74a2b06dd088cff55547cc82baa37 HEAD 18:39:48 # -> Force: false 18:39:48 # c5e5406204246be4e9291d4a45406c8a11bb5147 refs/tags/v2.0.0-dev.21 [Pipeline] } 18:39:48 $ docker exec --env ******** --env ******** d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 ssh-agent -k 18:39:48 unset SSH_AUTH_SOCK; 18:39:48 unset SSH_AGENT_PID; 18:39:48 echo Agent pid 16 killed; 18:39:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:39:48 + git semver [Pipeline] } 18:39:48 $ docker stop --time=1 d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 18:39:50 $ docker rm -f d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:50 18:39:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:39:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:39:51 0.23.1-centos7: Pulling from edgex-lftools 18:39:51 ab5ef0e58194: Pulling fs layer 18:39:51 9712f1f96733: Pulling fs layer 18:39:51 63f879dbbcfc: Pulling fs layer 18:39:51 0d9ebad4ef96: Pulling fs layer 18:39:51 e9a5061849ea: Pulling fs layer 18:39:51 d747dcd14b5f: Pulling fs layer 18:39:51 2de7ff778b66: Pulling fs layer 18:39:51 e9a5061849ea: Waiting 18:39:51 d747dcd14b5f: Waiting 18:39:51 2de7ff778b66: Waiting 18:39:51 0d9ebad4ef96: Waiting 18:39:51 9712f1f96733: Verifying Checksum 18:39:51 9712f1f96733: Download complete 18:39:52 63f879dbbcfc: Verifying Checksum 18:39:52 63f879dbbcfc: Download complete 18:39:52 e9a5061849ea: Verifying Checksum 18:39:52 e9a5061849ea: Download complete 18:39:52 d747dcd14b5f: Verifying Checksum 18:39:52 d747dcd14b5f: Download complete 18:39:53 2de7ff778b66: Verifying Checksum 18:39:53 2de7ff778b66: Download complete 18:39:53 0d9ebad4ef96: Verifying Checksum 18:39:53 0d9ebad4ef96: Download complete 18:39:53 ab5ef0e58194: Verifying Checksum 18:39:53 ab5ef0e58194: Download complete 18:39:57 ab5ef0e58194: Pull complete 18:39:57 9712f1f96733: Pull complete 18:40:00 63f879dbbcfc: Pull complete 18:40:06 0d9ebad4ef96: Pull complete 18:40:07 e9a5061849ea: Pull complete 18:40:07 d747dcd14b5f: Pull complete 18:40:10 2de7ff778b66: Pull complete 18:40:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:40:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:40:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:40:10 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:40:10 $ docker run -t -d -u 1001:1001 -u 0:0 -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-lftools:0.23.1-centos7 cat 18:40:14 $ docker top 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:40:14 provisioning config files... 18:40:14 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8048413795788437565tmp 18:40:14 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config9195005524581629095tmp 18:40:14 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2507696723535403144tmp [Pipeline] { [Pipeline] echo 18:40:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:40:14 ---> sigul-configuration.sh 18:40:14 gpg: directory `/root/.gnupg' created 18:40:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:40:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:40:14 gpg: keyring `/root/.gnupg/secring.gpg' created 18:40:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:40:14 gpg: CAST5 encrypted data 18:40:14 gpg: encrypted with 1 passphrase 18:40:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:40:15 + mkdir /home/jenkins 18:40:15 + mkdir /home/jenkins/sigul [Pipeline] sh 18:40:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:40:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:40:15 ---> sigul-install.sh 18:40:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:40:22 + git tag --list 18:40:22 v1.0.0 18:40:22 v1.1.0 18:40:22 v1.2.0 18:40:22 v1.3.0 18:40:22 v1.3.1 18:40:22 v1.3.1-dev.1 18:40:22 v1.3.1-dev.2 18:40:22 v1.3.1-dev.3 18:40:22 v2.0.0-dev.1 18:40:22 v2.0.0-dev.10 18:40:22 v2.0.0-dev.11 18:40:22 v2.0.0-dev.12 18:40:22 v2.0.0-dev.13 18:40:22 v2.0.0-dev.14 18:40:22 v2.0.0-dev.15 18:40:22 v2.0.0-dev.16 18:40:22 v2.0.0-dev.17 18:40:22 v2.0.0-dev.18 18:40:22 v2.0.0-dev.19 18:40:22 v2.0.0-dev.2 18:40:22 v2.0.0-dev.20 18:40:22 v2.0.0-dev.21 18:40:22 v2.0.0-dev.3 18:40:22 v2.0.0-dev.4 18:40:22 v2.0.0-dev.5 18:40:22 v2.0.0-dev.6 18:40:22 v2.0.0-dev.7 18:40:22 v2.0.0-dev.8 18:40:22 v2.0.0-dev.9 [Pipeline] sh 18:40:23 + lftools sign git-tag v2.0.0-dev.21 18:40:23 Signing Git tag with Sigul... 18:40:23 Signing v2.0.0-dev.21 [Pipeline] echo 18:40:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:40:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:40:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:40:25 $ docker stop --time=1 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 18:40:27 $ docker rm -f 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:40:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:28 . [Pipeline] withDockerContainer 18:40:28 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:40:28 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:28 $ docker top 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:29 [ssh-agent] Looking for ssh-agent implementation... 18:40:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:29 $ docker exec 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee ssh-agent 18:40:29 SSH_AUTH_SOCK=/tmp/ssh-FM38GMIJkvMf/agent.12 18:40:29 SSH_AGENT_PID=17 18:40:29 Running ssh-add (command line suppressed) 18:40:29 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7245223603894106203.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7245223603894106203.key) 18:40:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:30 + git semver bump pre 18:40:30 # -> Open(): unable to determine branch for HEAD 18:40:30 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:40:30 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:40:30 # $SEMVER_REMOTE_NAME = origin 18:40:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:30 # $SEMVER_USER_NAME = edgex-jenkins 18:40:30 # $SEMVER_BRANCH = master 18:40:30 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:40:30 2.0.0-dev.22 [Pipeline] } 18:40:30 $ docker exec --env ******** --env ******** 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee ssh-agent -k 18:40:30 unset SSH_AUTH_SOCK; 18:40:30 unset SSH_AGENT_PID; 18:40:30 echo Agent pid 17 killed; 18:40:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:30 + git semver [Pipeline] } 18:40:30 $ docker stop --time=1 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee 18:40:32 $ docker rm -f 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:40:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:40:32 . [Pipeline] withDockerContainer 18:40:32 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:40:32 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:40:33 $ docker top 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:40:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:40:33 [ssh-agent] Looking for ssh-agent implementation... 18:40:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:40:33 $ docker exec 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d ssh-agent 18:40:34 SSH_AUTH_SOCK=/tmp/ssh-xg7Fbi4JAY8m/agent.12 18:40:34 SSH_AGENT_PID=17 18:40:34 Running ssh-add (command line suppressed) 18:40:34 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7753445933502499322.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7753445933502499322.key) 18:40:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:40:34 + git semver push 18:40:34 # -> Open(): unable to determine branch for HEAD 18:40:34 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:40:34 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:40:34 # $SEMVER_REMOTE_NAME = origin 18:40:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:40:34 # $SEMVER_USER_NAME = edgex-jenkins 18:40:34 # $SEMVER_BRANCH = master 18:40:34 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:40:38 $ docker exec --env ******** --env ******** 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d ssh-agent -k 18:40:38 unset SSH_AUTH_SOCK; 18:40:38 unset SSH_AGENT_PID; 18:40:38 echo Agent pid 17 killed; 18:40:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:40:39 + git semver [Pipeline] } 18:40:39 $ docker stop --time=1 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d 18:40:40 $ docker rm -f 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:40:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:40:42 ---> package-listing.sh 18:40:42 ++ facter osfamily 18:40:42 ++ tr '[:upper:]' '[:lower:]' 18:40:42 + OS_FAMILY=redhat 18:40:42 + workspace=/w/workspace/_app-service-configurable_master 18:40:42 + START_PACKAGES=/tmp/packages_start.txt 18:40:42 + END_PACKAGES=/tmp/packages_end.txt 18:40:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:40:42 + PACKAGES=/tmp/packages_start.txt 18:40:42 + '[' /w/workspace/_app-service-configurable_master ']' 18:40:42 + PACKAGES=/tmp/packages_end.txt 18:40:42 + case "${OS_FAMILY}" in 18:40:42 + rpm -qa 18:40:42 + sort 18:40:47 + '[' -f /tmp/packages_start.txt ']' 18:40:47 + '[' -f /tmp/packages_end.txt ']' 18:40:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:40:47 + '[' /w/workspace/_app-service-configurable_master ']' 18:40:47 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:40:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 18:40:47 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:40:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:40:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:48 18:40:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:40:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:48 alpine: Pulling from edgex-lftools-log-publisher 18:40:48 df20fa9351a1: Pulling fs layer 18:40:48 36b3adc4ff6f: Pulling fs layer 18:40:48 8ad3a11d3b57: Pulling fs layer 18:40:48 46f8f816bc3b: Pulling fs layer 18:40:48 93b61091891f: Pulling fs layer 18:40:48 93b9cdb0e59b: Pulling fs layer 18:40:48 5e14af77c1be: Pulling fs layer 18:40:48 01666e4c0597: Pulling fs layer 18:40:48 aa168da1d23b: Pulling fs layer 18:40:48 93b9cdb0e59b: Waiting 18:40:48 5e14af77c1be: Waiting 18:40:48 01666e4c0597: Waiting 18:40:48 aa168da1d23b: Waiting 18:40:48 46f8f816bc3b: Waiting 18:40:48 93b61091891f: Waiting 18:40:48 36b3adc4ff6f: Verifying Checksum 18:40:48 36b3adc4ff6f: Download complete 18:40:48 46f8f816bc3b: Verifying Checksum 18:40:48 46f8f816bc3b: Download complete 18:40:48 df20fa9351a1: Verifying Checksum 18:40:48 df20fa9351a1: Download complete 18:40:48 93b9cdb0e59b: Verifying Checksum 18:40:48 93b9cdb0e59b: Download complete 18:40:48 5e14af77c1be: Verifying Checksum 18:40:48 5e14af77c1be: Download complete 18:40:48 01666e4c0597: Verifying Checksum 18:40:48 01666e4c0597: Download complete 18:40:48 93b61091891f: Verifying Checksum 18:40:48 93b61091891f: Download complete 18:40:48 8ad3a11d3b57: Verifying Checksum 18:40:48 8ad3a11d3b57: Download complete 18:40:48 df20fa9351a1: Pull complete 18:40:49 36b3adc4ff6f: Pull complete 18:40:50 8ad3a11d3b57: Pull complete 18:40:50 46f8f816bc3b: Pull complete 18:40:50 aa168da1d23b: Verifying Checksum 18:40:50 aa168da1d23b: Download complete 18:40:50 93b61091891f: Pull complete 18:40:50 93b9cdb0e59b: Pull complete 18:40:51 5e14af77c1be: Pull complete 18:40:51 01666e4c0597: Pull complete 18:40:57 aa168da1d23b: Pull complete 18:40:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:40:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:40:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:40:57 prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container 18:40:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:41:01 $ docker top 490ff1dc29c9fb06c7e66b7d38b5efd725af7177abb4f9277efec483977faf37 -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:01 + touch /tmp/pre-build-complete [Pipeline] sh 18:41:01 + mkdir -p /var/log/sa [Pipeline] sh 18:41:02 + ls /var/log/sa-host 18:41:02 + sadf -c /var/log/sa-host/sa04 18:41:02 file_magic: OK 18:41:02 HZ: Using current value: 100 18:41:02 file_header: OK 18:41:02 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:41:02 Statistics: 18:41:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:41:02 File successfully converted to sysstat format version 12.2.1 18:41:02 + sadf -c /var/log/sa-host/sa23 18:41:02 file_magic: OK 18:41:02 HZ: Using current value: 100 18:41:02 file_header: OK 18:41:02 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:41:02 Statistics: 18:41:02 Hnuu...uuuununununu... 18:41:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:41:02 provisioning config files... 18:41:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6713837780015320580tmp [Pipeline] { [Pipeline] echo 18:41:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:41:03 ---> create-netrc.sh [Pipeline] } 18:41:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:41:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:41:03 ---> python-tools-install.sh [Pipeline] echo 18:41:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:41:03 ---> sudo-logs.sh 18:41:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:41:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:41:04 ---> job-cost.sh 18:41:04 lf-activate-venv: SKIPPING 18:41:04 DEBUG: total: 0.20999999344348907 18:41:04 INFO: Retrieving Stack Cost... 18:41:05 INFO: Retrieving Pricing Info for: v1-standard-2 18:41:05 INFO: Archiving Costs [Pipeline] echo 18:41:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:41:06 ---> logs-deploy.sh 18:41:06 lf-activate-venv: SKIPPING 18:41:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/91 18:41:06 INFO: archiving workspace using pattern(s): 18:41:07 Archives upload complete. 18:41:07 INFO: archiving logs to Nexus