Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27859 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) > 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 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" > git rev-list --no-walk 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:34:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:34:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:34:19 ========================================================= 18:34:19 EdgeX Global Pipelines Version Info 18:34:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:34:23 ------------------- 18:34:23 stable info: 18:34:23 ------------------- 18:34:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:34:23 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 18:34:23 Message: update stable to v1.0.181 18:34:24 ------------------- 18:34:24 experimental info: 18:34:24 ------------------- 18:34:24 Commited By: **** collab-it+edgex@linuxfoundation.org 18:34:24 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 18:34:24 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:34:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:34:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:34:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:34:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:34:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:34:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a27a6a [Pipeline] echo 18:34:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:34:28 provisioning config files... 18:34:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5191725583392713213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:34:29 ---> docker-login.sh 18:34:29 nexus3.edgexfoundry.org:10001 18:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:31 Configure a credential helper to remove this warning. See 18:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:31 18:34:31 Login Succeeded 18:34:31 nexus3.edgexfoundry.org:10002 18:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:32 Configure a credential helper to remove this warning. See 18:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:32 18:34:32 Login Succeeded 18:34:32 nexus3.edgexfoundry.org:10003 18:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:33 Configure a credential helper to remove this warning. See 18:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:33 18:34:33 Login Succeeded 18:34:33 nexus3.edgexfoundry.org:10004 18:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:35 Configure a credential helper to remove this warning. See 18:34:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:35 18:34:35 Login Succeeded 18:34:35 docker.io 18:34:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:35 Configure a credential helper to remove this warning. See 18:34:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:35 18:34:35 Login Succeeded 18:34:35 ---> docker-login.sh ends [Pipeline] } 18:34:35 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:34:37 + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo 18:34:37 GIT_COMMIT: 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2, Commit Message: refactor: Update profiles for refactored http export with secret header (#198) [Pipeline] echo 18:34:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:34:39 18:34:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:34:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:34:39 latest: Pulling from edgex-devops/git-semver 18:34:39 31603596830f: Pulling fs layer 18:34:39 2a8b12db71e7: Pulling fs layer 18:34:39 6ca5941a6612: Pulling fs layer 18:34:39 ecc8261a40a4: Pulling fs layer 18:34:39 ecc8261a40a4: Waiting 18:34:39 2a8b12db71e7: Verifying Checksum 18:34:39 2a8b12db71e7: Download complete 18:34:40 31603596830f: Verifying Checksum 18:34:40 31603596830f: Download complete 18:34:41 ecc8261a40a4: Verifying Checksum 18:34:41 ecc8261a40a4: Download complete 18:34:41 6ca5941a6612: Verifying Checksum 18:34:41 6ca5941a6612: Download complete 18:34:41 31603596830f: Pull complete 18:34:42 2a8b12db71e7: Pull complete 18:34:46 6ca5941a6612: Pull complete 18:34:46 ecc8261a40a4: Pull complete 18:34:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:34:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:34:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:34:46 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:34: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:34:48 $ docker top 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:34:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:34:49 [ssh-agent] Looking for ssh-agent implementation... 18:34:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:34:49 $ docker exec 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent 18:34:50 SSH_AUTH_SOCK=/tmp/ssh-2s0yKn9fgoa0/agent.12 18:34:50 SSH_AGENT_PID=17 18:34:50 Running ssh-add (command line suppressed) 18:34:51 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_804529863762160460.key (/w/workspace/_app-service-configurable_master@tmp/private_key_804529863762160460.key) 18:34:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:34:53 + git tag --points-at HEAD [Pipeline] } 18:34:53 $ docker exec --env ******** --env ******** 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent -k 18:34:53 unset SSH_AUTH_SOCK; 18:34:53 unset SSH_AGENT_PID; 18:34:53 echo Agent pid 17 killed; 18:34:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:34:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:34:53 [ssh-agent] Looking for ssh-agent implementation... 18:34:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:34:54 $ docker exec 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent 18:34:55 SSH_AUTH_SOCK=/tmp/ssh-XTNznOCiQ1eQ/agent.45 18:34:55 SSH_AGENT_PID=50 18:34:55 Running ssh-add (command line suppressed) 18:34:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_781646359312443306.key (/w/workspace/_app-service-configurable_master@tmp/private_key_781646359312443306.key) 18:34:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:34:57 + git semver init 18:34:58 # -> Open(): unable to determine branch for HEAD 18:34:58 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:34:58 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:34:58 # $SEMVER_REMOTE_NAME = origin 18:34:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:34:58 # $SEMVER_USER_NAME = edgex-jenkins 18:34:58 # $SEMVER_BRANCH = master 18:34:58 # $SEMVER_TEMP = /tmp/semver-686408556 18:34:58 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:34:59 # '/tmp/semver-686408556' -> '/w/workspace/_app-service-configurable_master/.semver' 18:34:59 # -> Force: false 18:34:59 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:34:59 $ docker exec --env ******** --env ******** 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 ssh-agent -k 18:34:59 unset SSH_AUTH_SOCK; 18:34:59 unset SSH_AGENT_PID; 18:34:59 echo Agent pid 50 killed; 18:35:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:35:01 + git semver [Pipeline] } 18:35:01 $ docker stop --time=1 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 18:35:03 $ docker rm -f 721674ba57c6fdb3b3dfd941c20e7ec030e1663bc6398befeb5aeaa8af35a3c4 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:35:07 Stashed 1 file(s) [Pipeline] echo 18:35:07 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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:35:23 Still waiting to schedule task 18:35:23 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27859’ 18:35:23 Still waiting to schedule task 18:35:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 18:37:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27860 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:37:09 Running in /w/workspace/app-service-configurable/86 [Pipeline] { [Pipeline] checkout 18:37:14 using credential edgex-jenkins-ssh 18:37:14 Cloning the remote Git repository 18:37:14 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:37:14 > git init /w/workspace/app-service-configurable/86 # timeout=10 18:37:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:37:14 > git --version # timeout=10 18:37:14 > git --version # 'git version 2.17.1' 18:37:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:16 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) 18:37:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:37:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:37:15 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:37:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:16 > git config core.sparsecheckout # timeout=10 18:37:16 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 18:37:20 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:37:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:22 + true 18:37:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:37:25 provisioning config files... 18:37:25 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config3044450813590632423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:26 ---> docker-login.sh 18:37:26 nexus3.edgexfoundry.org:10001 18:37:27 Running on prd-centos7-docker-4c-2g-27861 in /w/workspace/_app-service-configurable_master [Pipeline] { 18:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] ws 18:37:27 Running in /w/workspace/app-service-configurable/86 [Pipeline] { [Pipeline] checkout 18:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:27 Configure a credential helper to remove this warning. See 18:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:27 18:37:27 Login Succeeded 18:37:27 nexus3.edgexfoundry.org:10002 18:37:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:28 Configure a credential helper to remove this warning. See 18:37:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:28 18:37:28 Login Succeeded 18:37:28 nexus3.edgexfoundry.org:10003 18:37:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:28 Configure a credential helper to remove this warning. See 18:37:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:28 18:37:28 Login Succeeded 18:37:28 nexus3.edgexfoundry.org:10004 18:37:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:29 Configure a credential helper to remove this warning. See 18:37:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:29 18:37:29 Login Succeeded 18:37:29 docker.io 18:37:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:29 using credential edgex-jenkins-ssh 18:37:29 Cloning the remote Git repository 18:37:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:29 Configure a credential helper to remove this warning. See 18:37:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:29 18:37:29 Login Succeeded 18:37:29 ---> docker-login.sh ends [Pipeline] } 18:37:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:37:30 ========================================================= 18:37:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:37:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:37:29 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:37:29 > git init /w/workspace/app-service-configurable/86 # timeout=10 18:37:29 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:37:29 > git --version # timeout=10 18:37:29 > git --version # 'git version 2.24.3' 18:37:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:37:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:37:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:37:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:37:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:37:30 + 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:37:30 Sending build context to Docker daemon 103.9kB 18:37:30 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) 18:37:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:37:30 Step 2/8 : FROM ${BASE} 18:37:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:37:30 5f621e34cdf4: Pulling fs layer 18:37:30 a4357932f1b6: Pulling fs layer 18:37:30 18c013af1878: Pulling fs layer 18:37:30 00ac8860ef70: Pulling fs layer 18:37:30 63d7cb157983: Pulling fs layer 18:37:30 b116817d02f9: Pulling fs layer 18:37:30 745a02a5169b: Pulling fs layer 18:37:30 00ac8860ef70: Waiting 18:37:30 63d7cb157983: Waiting 18:37:30 745a02a5169b: Waiting 18:37:30 b116817d02f9: Waiting 18:37:31 18c013af1878: Verifying Checksum 18:37:31 18c013af1878: Download complete 18:37:31 a4357932f1b6: Verifying Checksum 18:37:31 a4357932f1b6: Download complete 18:37:31 63d7cb157983: Verifying Checksum 18:37:31 63d7cb157983: Download complete 18:37:31 b116817d02f9: Download complete 18:37:31 5f621e34cdf4: Download complete 18:37:30 > git config core.sparsecheckout # timeout=10 18:37:30 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 18:37:31 5f621e34cdf4: Pull complete 18:37:32 a4357932f1b6: Pull complete 18:37:32 18c013af1878: Pull complete 18:37:33 745a02a5169b: Download complete 18:37:34 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:35 00ac8860ef70: Verifying Checksum 18:37:35 00ac8860ef70: Download complete 18:37:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:37:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:37:36 + sudo service docker restart 18:37:36 + true 18:37:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:37:37 provisioning config files... 18:37:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config3152246457514943057tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:37:37 ---> docker-login.sh 18:37:37 nexus3.edgexfoundry.org:10001 18:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:38 Configure a credential helper to remove this warning. See 18:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:38 18:37:38 Login Succeeded 18:37:38 nexus3.edgexfoundry.org:10002 18:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:38 Configure a credential helper to remove this warning. See 18:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:38 18:37:38 Login Succeeded 18:37:38 nexus3.edgexfoundry.org:10003 18:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:38 Configure a credential helper to remove this warning. See 18:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:38 18:37:38 Login Succeeded 18:37:38 nexus3.edgexfoundry.org:10004 18:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:38 Configure a credential helper to remove this warning. See 18:37:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:38 18:37:38 Login Succeeded 18:37:38 docker.io 18:37:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:37:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:37:39 Configure a credential helper to remove this warning. See 18:37:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:37:39 18:37:39 Login Succeeded 18:37:39 ---> docker-login.sh ends [Pipeline] } 18:37:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:37:39 ========================================================= 18:37:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:37:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:37:39 + 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:37:39 Sending build context to Docker daemon 103.9kB 18:37:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:37:39 Step 2/8 : FROM ${BASE} 18:37:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:37:39 188c0c94c7c5: Pulling fs layer 18:37:39 0ef7d3d256c8: Pulling fs layer 18:37:39 de9db76c5a1d: Pulling fs layer 18:37:39 bca2f99d35d6: Pulling fs layer 18:37:39 93359f2a8cfa: Pulling fs layer 18:37:39 7c6f9722023f: Pulling fs layer 18:37:39 a35cf1a2eb13: Pulling fs layer 18:37:39 93359f2a8cfa: Waiting 18:37:39 7c6f9722023f: Waiting 18:37:39 a35cf1a2eb13: Waiting 18:37:39 bca2f99d35d6: Waiting 18:37:40 de9db76c5a1d: Verifying Checksum 18:37:40 de9db76c5a1d: Download complete 18:37:40 0ef7d3d256c8: Verifying Checksum 18:37:40 0ef7d3d256c8: Download complete 18:37:40 93359f2a8cfa: Verifying Checksum 18:37:40 93359f2a8cfa: Download complete 18:37:40 7c6f9722023f: Verifying Checksum 18:37:40 7c6f9722023f: Download complete 18:37:40 188c0c94c7c5: Verifying Checksum 18:37:40 188c0c94c7c5: Download complete 18:37:40 188c0c94c7c5: Pull complete 18:37:40 0ef7d3d256c8: Pull complete 18:37:40 de9db76c5a1d: Pull complete 18:37:41 a35cf1a2eb13: Verifying Checksum 18:37:41 a35cf1a2eb13: Download complete 18:37:42 bca2f99d35d6: Verifying Checksum 18:37:42 bca2f99d35d6: Download complete 18:37:45 00ac8860ef70: Pull complete 18:37:45 63d7cb157983: Pull complete 18:37:45 b116817d02f9: Pull complete 18:37:47 bca2f99d35d6: Pull complete 18:37:47 93359f2a8cfa: Pull complete 18:37:47 7c6f9722023f: Pull complete 18:37:49 745a02a5169b: Pull complete 18:37:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:37:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:37:49 ---> b7e6874047d6 18:37:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:37:51 ---> Running in 75c8f425ea2a 18:37:52 Removing intermediate container 75c8f425ea2a 18:37:52 ---> 24bdd49dec4c 18:37:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:52 ---> Running in 49fb745809d5 18:37:53 a35cf1a2eb13: Pull complete 18:37:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:37:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:37:53 ---> a62c8e92a672 18:37:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:37:53 ---> Running in c88e1047d92c 18:37:53 Removing intermediate container c88e1047d92c 18:37:53 ---> bb7ff35fe05a 18:37:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:53 ---> Running in 2ba3101a8c20 18:37:54 Removing intermediate container 2ba3101a8c20 18:37:54 ---> 0c27573f0531 18:37:54 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:37:54 ---> Running in 0bbec11adf82 18:37:54 Removing intermediate container 49fb745809d5 18:37:54 ---> 42eec4c31acf 18:37:54 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:37:54 ---> Running in 17de140c20a6 18:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:56 (1/6) Installing libc-dev (0.7.2-r3) 18:37:56 (2/6) Installing libsodium (1.0.18-r0) 18:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:56 (3/6) Installing pkgconf (1.7.2-r0) 18:37:56 (4/6) Installing libsodium-dev (1.0.18-r0) 18:37:56 (5/6) Installing libzmq (4.3.3-r0) 18:37:56 (6/6) Installing zeromq-dev (4.3.3-r0) 18:37:56 Executing busybox-1.31.1-r19.trigger 18:37:56 OK: 167 MiB in 45 packages 18:37:57 Removing intermediate container 0bbec11adf82 18:37:57 ---> f6a1176fbfba 18:37:57 Step 6/8 : WORKDIR /app 18:37:57 ---> Running in 1417c0400f11 18:37:57 Removing intermediate container 1417c0400f11 18:37:57 ---> 0beace826670 18:37:57 Step 7/8 : COPY . . 18:37:57 (1/6) Installing libc-dev (0.7.2-r3) 18:37:57 (2/6) Installing libsodium (1.0.18-r0) 18:37:58 ---> 42b9498d7a71 18:37:58 Step 8/8 : RUN go mod download 18:37:58 ---> Running in c49d7af8a42c 18:37:58 (3/6) Installing pkgconf (1.7.2-r0) 18:37:58 (4/6) Installing libsodium-dev (1.0.18-r0) 18:37:58 (5/6) Installing libzmq (4.3.3-r0) 18:37:58 (6/6) Installing zeromq-dev (4.3.3-r0) 18:37:58 Executing busybox-1.31.1-r19.trigger 18:37:58 OK: 144 MiB in 45 packages 18:37:59 Removing intermediate container 17de140c20a6 18:37:59 ---> 49a8784e6c96 18:37:59 Step 6/8 : WORKDIR /app 18:37:59 ---> Running in f925260ea518 18:38:00 Removing intermediate container f925260ea518 18:38:00 ---> 4a3e559e870a 18:38:00 Step 7/8 : COPY . . 18:38:01 ---> 191e2165c390 18:38:01 Step 8/8 : RUN go mod download 18:38:01 ---> Running in 652cfc5a0ef4 18:38:24 Removing intermediate container c49d7af8a42c 18:38:24 ---> 20252e814878 18:38:24 Successfully built 20252e814878 18:38:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker inspect -f . ci-base-image-x86_64 18:38:25 . [Pipeline] withDockerContainer 18:38:25 prd-centos7-docker-4c-2g-27861 does not seem to be running inside a container 18:38:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** ci-base-image-x86_64 cat 18:38:26 $ docker top f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:27 + go version 18:38:27 go version go1.15.5 linux/amd64 [Pipeline] } 18:38:27 $ docker stop --time=1 f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d 18:38:28 Removing intermediate container 652cfc5a0ef4 18:38:28 ---> a5a47da8eedf 18:38:28 Successfully built a5a47da8eedf 18:38:28 Successfully tagged ci-base-image-arm64:latest 18:38:28 $ docker rm -f f280e6a692758eb20c171b60bd9aff0404d33357360d19f7689a3820bc7d2c9d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:29 + docker inspect -f . ci-base-image-arm64 18:38:29 . [Pipeline] withDockerContainer 18:38:29 + docker inspect -f . ci-base-image-x86_64 18:38:29 . 18:38:29 prd-ubuntu18.04-docker-arm64-4c-16g-27860 does not seem to be running inside a container 18:38:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** ci-base-image-arm64 cat 18:38:30 $ docker top b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 18:38:31 prd-centos7-docker-4c-2g-27861 does not seem to be running inside a container 18:38:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** ci-base-image-x86_64 cat 18:38:31 $ docker top 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:38:32 + make test 18:38:32 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:38:32 + go version 18:38:32 go version go1.15.5 linux/arm64 [Pipeline] } 18:38:32 $ docker stop --time=1 b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 18:38:34 $ docker rm -f b4b956f39e46e7ed0bd94b0b2008705b0df3132f6961ff1a9e8a0b8fd77368d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:35 + docker inspect -f . ci-base-image-arm64 18:38:35 . [Pipeline] withDockerContainer 18:38:35 prd-ubuntu18.04-docker-arm64-4c-16g-27860 does not seem to be running inside a container 18:38:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/86 -v /w/workspace/app-service-configurable/86:/w/workspace/app-service-configurable/86:rw,z -v /w/workspace/app-service-configurable/86@tmp:/w/workspace/app-service-configurable/86@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 ******** ci-base-image-arm64 cat 18:38:37 $ docker top c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:38 + make test 18:38:38 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:38:47 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:38:47 CGO_ENABLED=1 go vet ./... 18:38:49 gofmt -l . 18:38:49 [ "`gofmt -l .`" = "" ] 18:38:49 ./bin/test-go-mod-tidy.sh 18:38:49 ./bin/test-attribution-txt.sh [Pipeline] } 18:38:50 $ docker stop --time=1 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f 18:38:53 $ docker rm -f 0df6dea6c37dc0b38842adc095de7d500b1483119adc6b0621d7aa670818085f [Pipeline] // withDockerContainer [Pipeline] sh 18:38:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:38:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:38:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:38:57 + ls -al . 18:38:57 total 92 18:38:57 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 26 18:38 . 18:38:57 drwxrwxr-x. 4 jenkins jenkins 30 Feb 26 18:37 .. 18:38:57 -rw-rw-r--. 1 jenkins jenkins 7174 Feb 26 18:37 Attribution.txt 18:38:57 drwxrwxr-x. 2 jenkins jenkins 64 Feb 26 18:37 bin 18:38:57 -rw-r--r--. 1 jenkins jenkins 10 Feb 26 18:38 coverage.out 18:38:57 -rw-rw-r--. 1 jenkins jenkins 2032 Feb 26 18:37 Dockerfile 18:38:57 -rw-rw-r--. 1 jenkins jenkins 970 Feb 26 18:37 Dockerfile.build 18:38:57 -rw-rw-r--. 1 jenkins jenkins 119 Feb 26 18:37 .dockerignore 18:38:57 drwxrwxr-x. 8 jenkins jenkins 162 Feb 26 18:37 .git 18:38:57 drwxrwxr-x. 2 jenkins jenkins 81 Feb 26 18:37 .github 18:38:57 -rw-rw-r--. 1 jenkins jenkins 111 Feb 26 18:37 .gitignore 18:38:57 -rw-r--r--. 1 jenkins jenkins 136 Feb 26 18:38 go.mod 18:38:57 -rw-r--r--. 1 jenkins jenkins 21022 Feb 26 18:38 go.sum 18:38:57 -rw-rw-r--. 1 jenkins jenkins 687 Feb 26 18:37 Jenkinsfile 18:38:57 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 26 18:37 LICENSE 18:38:57 -rw-rw-r--. 1 jenkins jenkins 1522 Feb 26 18:37 main.go 18:38:57 -rw-rw-r--. 1 jenkins jenkins 1582 Feb 26 18:37 makefile 18:38:57 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 26 18:37 README.md 18:38:57 drwxrwxr-x. 10 jenkins jenkins 173 Feb 26 18:37 res 18:38:57 drwxrwxr-x. 4 jenkins jenkins 71 Feb 26 18:37 snap 18:38:57 -rw-rw-r--. 1 jenkins jenkins 12 Feb 26 18:35 VERSION [Pipeline] isUnix [Pipeline] sh 18:38:58 + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=amd64 --label version=2.0.0-dev.18 . 18:38:58 Sending build context to Docker daemon 128kB 18:38:58 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:38:58 Step 2/27 : FROM ${BASE} AS builder 18:38:58 ---> 20252e814878 18:38:58 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:38:58 ---> Running in 1ebffa044e2b 18:38:58 Removing intermediate container 1ebffa044e2b 18:38:58 ---> dac2bbe23a45 18:38:58 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:38:58 ---> Running in ad04d76c6571 18:38:58 Removing intermediate container ad04d76c6571 18:38:58 ---> e9a7b8500e83 18:38:58 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:38:58 ---> Running in e615abcc2018 18:38:58 Removing intermediate container e615abcc2018 18:38:58 ---> 8e5d370435c6 18:38:58 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:58 ---> Running in 0526317f7c45 18:38:59 Removing intermediate container 0526317f7c45 18:38:59 ---> 95835bbadbb8 18:38:59 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:39:00 ---> Running in d4df9b0eeb69 18:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:01 OK: 167 MiB in 45 packages 18:39:02 Removing intermediate container d4df9b0eeb69 18:39:02 ---> 86435709f487 18:39:02 Step 8/27 : WORKDIR /app 18:39:02 ---> Running in ca306bdbc3ac 18:39:02 Removing intermediate container ca306bdbc3ac 18:39:02 ---> 92575f385795 18:39:02 Step 9/27 : COPY go.mod . 18:39:02 ---> 257327c4a251 18:39:02 Step 10/27 : RUN go mod download 18:39:02 ---> Running in 767dcaef3731 18:39:03 Removing intermediate container 767dcaef3731 18:39:03 ---> e2e76a1ee991 18:39:03 Step 11/27 : COPY . . 18:39:03 ---> 5bb16c18ffb6 18:39:03 Step 12/27 : ARG MAKE="make build" 18:39:03 ---> Running in a93cc8e36bbc 18:39:04 Removing intermediate container a93cc8e36bbc 18:39:04 ---> 0e1e94ffa910 18:39:04 Step 13/27 : RUN $MAKE 18:39:04 ---> Running in 901a860c1cec 18:39:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable 18:39:17 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:39:17 CGO_ENABLED=1 go vet ./... 18:39:19 Removing intermediate container 901a860c1cec 18:39:19 ---> 701bfad1eb15 18:39:19 Step 14/27 : FROM alpine:3.12 18:39:19 3.12: Pulling from library/alpine 18:39:19 f84cab65f19f: Pulling fs layer 18:39:19 f84cab65f19f: Verifying Checksum 18:39:19 f84cab65f19f: Download complete 18:39:19 f84cab65f19f: Pull complete 18:39:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:39:19 Status: Downloaded newer image for alpine:3.12 18:39:19 ---> 88dd2752d2ea 18:39:19 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:39:19 ---> Running in f855029b9806 18:39:19 Removing intermediate container f855029b9806 18:39:19 ---> 4c8601209233 18:39:19 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:39:19 ---> Running in 0670f808be30 18:39:19 Removing intermediate container 0670f808be30 18:39:19 ---> 4ecde1dfee82 18:39:19 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:39:20 ---> Running in f7825d6db16c 18:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:20 (1/7) Installing ca-certificates (20191127-r4) 18:39:20 (2/7) Installing dumb-init (1.2.2-r1) 18:39:20 (3/7) Installing libgcc (9.3.0-r2) 18:39:20 (4/7) Installing libsodium (1.0.18-r0) 18:39:20 (5/7) Installing libstdc++ (9.3.0-r2) 18:39:20 (6/7) Installing libzmq (4.3.3-r0) 18:39:21 (7/7) Installing zeromq (4.3.3-r0) 18:39:21 Executing busybox-1.31.1-r19.trigger 18:39:21 Executing ca-certificates-20191127-r4.trigger 18:39:21 OK: 9 MiB in 21 packages 18:39:22 Removing intermediate container f7825d6db16c 18:39:22 ---> 41aae6b1eb5f 18:39:22 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:39:22 ---> 017c27197c64 18:39:22 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:39:23 ---> 8acb7bec03c6 18:39:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:39:23 ---> 295ec98d72b2 18:39:23 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:39:24 ---> dd471a8f44a5 18:39:24 Step 22/27 : EXPOSE 48095 18:39:24 gofmt -l . 18:39:24 [ "`gofmt -l .`" = "" ] 18:39:24 ./bin/test-go-mod-tidy.sh 18:39:24 ./bin/test-attribution-txt.sh 18:39:24 ---> Running in c9a83aec70ed 18:39:24 Removing intermediate container c9a83aec70ed 18:39:24 ---> 288e2b3ffc92 18:39:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:39:24 ---> Running in f11262e3b085 18:39:24 Removing intermediate container f11262e3b085 18:39:24 ---> dbc9565e6ac7 18:39:24 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:24 ---> Running in cd37d8b816ec 18:39:24 Removing intermediate container cd37d8b816ec 18:39:24 ---> f2fbb796363b 18:39:24 Step 25/27 : LABEL arch=amd64 18:39:24 ---> Running in 9ef40cd5b0cf 18:39:25 Removing intermediate container 9ef40cd5b0cf 18:39:25 ---> b8a5ea2ed654 18:39:25 Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:39:25 ---> Running in a0af413e7601 18:39:25 Removing intermediate container a0af413e7601 18:39:25 ---> e2c88465ca2f 18:39:25 Step 27/27 : LABEL version=2.0.0-dev.18 18:39:25 ---> Running in 1e6448213ad6 18:39:25 Removing intermediate container 1e6448213ad6 18:39:25 ---> 2ec81b6d0563 18:39:25 [Warning] One or more build-args [ARCH] were not consumed 18:39:25 Successfully built 2ec81b6d0563 18:39:25 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] } 18:39:25 $ docker stop --time=1 c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 18:39:28 $ docker rm -f c7a5b30dc961e5144844e31e86d0c31098124f4d0e899f100c58e4811d3c1078 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:39:28 provisioning config files... 18:39:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config6503460120444682433tmp [Pipeline] { 18:39:28 + sudo chown -R jenkins:jenkins . [Pipeline] libraryResource [Pipeline] sh [Pipeline] stash 18:39:29 Warning: overwriting stash ‘coverage-report’ 18:39:29 ---> docker-login.sh 18:39:29 nexus3.edgexfoundry.org:10001 18:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:29 Configure a credential helper to remove this warning. See 18:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:29 18:39:29 Login Succeeded 18:39:29 nexus3.edgexfoundry.org:10002 18:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:29 Configure a credential helper to remove this warning. See 18:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:29 18:39:29 Login Succeeded 18:39:29 nexus3.edgexfoundry.org:10003 18:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:29 Configure a credential helper to remove this warning. See 18:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:29 18:39:29 Login Succeeded 18:39:29 nexus3.edgexfoundry.org:10004 18:39:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:29 Configure a credential helper to remove this warning. See 18:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:29 18:39:29 Login Succeeded 18:39:29 docker.io 18:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:39:30 Configure a credential helper to remove this warning. See 18:39:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:39:30 18:39:30 Login Succeeded 18:39:30 ---> docker-login.sh ends [Pipeline] } 18:39:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:39:30 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:39:30 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:39:30 latest 18:39:30 2.0.0-dev.18 18:39:30 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:39:30 master 18:39:30 ===================================================== 18:39:30 + sudo chown -R jenkins:jenkins . [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:30 + ls -al . 18:39:30 total 116 18:39:30 drwxrwxr-x 7 jenkins jenkins 4096 Feb 26 18:39 . 18:39:30 drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 18:37 .. 18:39:30 -rw-rw-r-- 1 jenkins jenkins 119 Feb 26 18:37 .dockerignore 18:39:30 drwxrwxr-x 8 jenkins jenkins 4096 Feb 26 18:37 .git 18:39:30 drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 18:37 .github 18:39:30 -rw-rw-r-- 1 jenkins jenkins 111 Feb 26 18:37 .gitignore 18:39:30 -rw-rw-r-- 1 jenkins jenkins 7174 Feb 26 18:37 Attribution.txt 18:39:30 -rw-rw-r-- 1 jenkins jenkins 2032 Feb 26 18:37 Dockerfile 18:39:30 -rw-rw-r-- 1 jenkins jenkins 970 Feb 26 18:37 Dockerfile.build 18:39:30 -rw-rw-r-- 1 jenkins jenkins 687 Feb 26 18:37 Jenkinsfile 18:39:30 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 26 18:37 LICENSE 18:39:30 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 26 18:37 README.md 18:39:30 -rw-rw-r-- 1 jenkins jenkins 12 Feb 26 18:35 VERSION 18:39:30 drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 18:37 bin 18:39:30 -rw-r--r-- 1 jenkins jenkins 10 Feb 26 18:38 coverage.out 18:39:30 -rw-r--r-- 1 jenkins jenkins 136 Feb 26 18:39 go.mod 18:39:30 -rw-r--r-- 1 jenkins jenkins 21022 Feb 26 18:39 go.sum 18:39:30 -rw-rw-r-- 1 jenkins jenkins 1522 Feb 26 18:37 main.go 18:39:30 -rw-rw-r-- 1 jenkins jenkins 1582 Feb 26 18:37 makefile 18:39:30 drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 18:37 res 18:39:30 drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 18:37 snap [Pipeline] isUnix [Pipeline] sh 18:39:31 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh 18:39:31 + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=arm64 --label version=2.0.0-dev.18 . 18:39:31 Sending build context to Docker daemon 128kB 18:39:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:39:31 5da058eccf35: Preparing 18:39:31 8328022a726e: Preparing 18:39:31 91b0f38f7510: Preparing 18:39:31 45fbb1e14604: Preparing 18:39:31 32f3466d37cd: Preparing 18:39:31 33e8713114f8: Preparing 18:39:31 33e8713114f8: Waiting 18:39:31 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 18:39:31 Step 2/27 : FROM ${BASE} AS builder 18:39:31 ---> a5a47da8eedf 18:39:31 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:39:31 45fbb1e14604: Pushed 18:39:31 91b0f38f7510: Pushed 18:39:31 8328022a726e: Pushed 18:39:31 33e8713114f8: Layer already exists 18:39:31 ---> Running in 798f5b5a535b 18:39:31 32f3466d37cd: Pushed 18:39:32 Removing intermediate container 798f5b5a535b 18:39:32 ---> 3013d059f75b 18:39:32 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:39:32 ---> Running in ed5da94b6696 18:39:32 5da058eccf35: Pushed 18:39:33 Removing intermediate container ed5da94b6696 18:39:33 ---> 0722f2b4a140 18:39:33 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:39:33 ---> Running in 5807ae83d39a 18:39:33 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:39:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:39:33 Removing intermediate container 5807ae83d39a 18:39:33 ---> 7e14d864027e 18:39:33 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:33 ---> Running in bb64a2837f56 18:39:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:39:33 5da058eccf35: Preparing 18:39:33 8328022a726e: Preparing 18:39:33 91b0f38f7510: Preparing 18:39:33 45fbb1e14604: Preparing 18:39:33 32f3466d37cd: Preparing 18:39:33 33e8713114f8: Preparing 18:39:33 33e8713114f8: Waiting 18:39:33 5da058eccf35: Layer already exists 18:39:33 8328022a726e: Layer already exists 18:39:33 45fbb1e14604: Layer already exists 18:39:33 32f3466d37cd: Layer already exists 18:39:33 91b0f38f7510: Layer already exists 18:39:33 33e8713114f8: Layer already exists 18:39:33 latest: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:39:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 18:39:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 18:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:39:34 5da058eccf35: Preparing 18:39:34 8328022a726e: Preparing 18:39:34 91b0f38f7510: Preparing 18:39:34 45fbb1e14604: Preparing 18:39:34 32f3466d37cd: Preparing 18:39:34 33e8713114f8: Preparing 18:39:34 33e8713114f8: Waiting 18:39:34 91b0f38f7510: Layer already exists 18:39:34 8328022a726e: Layer already exists 18:39:34 32f3466d37cd: Layer already exists 18:39:34 45fbb1e14604: Layer already exists 18:39:34 5da058eccf35: Layer already exists 18:39:34 33e8713114f8: Layer already exists 18:39:34 2.0.0-dev.18: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:39:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 18:39:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:39:35 5da058eccf35: Preparing 18:39:35 8328022a726e: Preparing 18:39:35 91b0f38f7510: Preparing 18:39:35 45fbb1e14604: Preparing 18:39:35 32f3466d37cd: Preparing 18:39:35 33e8713114f8: Preparing 18:39:35 8328022a726e: Layer already exists 18:39:35 91b0f38f7510: Layer already exists 18:39:35 32f3466d37cd: Layer already exists 18:39:35 5da058eccf35: Layer already exists 18:39:35 45fbb1e14604: Layer already exists 18:39:35 33e8713114f8: Layer already exists 18:39:35 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:39:35 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 18:39:35 Removing intermediate container bb64a2837f56 18:39:35 ---> 3ac1e89c2df1 18:39:35 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:39:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 18:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:39:35 5da058eccf35: Preparing 18:39:35 8328022a726e: Preparing 18:39:35 91b0f38f7510: Preparing 18:39:35 45fbb1e14604: Preparing 18:39:35 32f3466d37cd: Preparing 18:39:35 33e8713114f8: Preparing 18:39:35 33e8713114f8: Waiting 18:39:35 8328022a726e: Layer already exists 18:39:35 45fbb1e14604: Layer already exists 18:39:35 32f3466d37cd: Layer already exists 18:39:35 91b0f38f7510: Layer already exists 18:39:35 5da058eccf35: Layer already exists 18:39:35 33e8713114f8: Layer already exists 18:39:35 master: digest: sha256:83ee4fb8bca6d53ce67a94d05b8d69fb577d605845b0d394618e5c010d495cf1 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:39:35 ===================================================== 18:39:35 ---> Running in bb620fa0371d [Pipeline] echo 18:39:36 taggedImages: 18:39:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:39:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:39:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.18 18:39:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:39:36 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 ---> job-cost.sh 18:39:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rSNw 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:38 OK: 144 MiB in 45 packages 18:39:39 Removing intermediate container bb620fa0371d 18:39:39 ---> 2e2616753353 18:39:39 Step 8/27 : WORKDIR /app 18:39:39 ---> Running in 5791789048f1 18:39:40 Removing intermediate container 5791789048f1 18:39:40 ---> ecb63439b854 18:39:40 Step 9/27 : COPY go.mod . 18:39:40 ---> f3b2f45ecfe1 18:39:40 Step 10/27 : RUN go mod download 18:39:41 ---> Running in e0d98d14a3c2 18:39:43 Removing intermediate container e0d98d14a3c2 18:39:43 ---> 9adda4f2439f 18:39:43 Step 11/27 : COPY . . 18:39:44 ---> 930560e09cb0 18:39:44 Step 12/27 : ARG MAKE="make build" 18:39:44 ---> Running in b4a37fc8c6cc 18:39:44 Removing intermediate container b4a37fc8c6cc 18:39:44 ---> 2c6770c8bccf 18:39:44 Step 13/27 : RUN $MAKE 18:39:44 ---> Running in d35fbcdb7770 18:39:46 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable 18:39:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:40:24 lf-activate-venv(): INFO: Adding /tmp/venv-rSNw/bin to PATH 18:40:24 INFO: No Stack... 18:40:24 INFO: Retrieving Pricing Info for: v1-standard-2 18:40:24 INFO: Archiving Costs [Pipeline] sh 18:40:24 + cat /w/workspace/app-service-configurable/86/archives/cost.csv 18:40:24 + cut -d, -f6 [Pipeline] lock 18:40:24 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] 18:40:24 Resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] did not exist. Created. 18:40:24 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:40:25 + echo total: 0.029999999329447746 [Pipeline] stash 18:40:25 Removing intermediate container d35fbcdb7770 18:40:25 ---> 8aaa3081105c 18:40:25 Step 14/27 : FROM alpine:3.12 18:40:25 3.12: Pulling from library/alpine 18:40:25 dce8679b510e: Pulling fs layer 18:40:25 dce8679b510e: Verifying Checksum 18:40:25 dce8679b510e: Download complete 18:40:25 dce8679b510e: Pull complete 18:40:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:40:25 Status: Downloaded newer image for alpine:3.12 18:40:25 ---> d10569e2745f 18:40:25 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:40:25 ---> Running in 1f02d21d1de6 18:40:25 Removing intermediate container 1f02d21d1de6 18:40:25 ---> af868e25bcf5 18:40:25 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:40:25 ---> Running in c34c7264632f 18:40:25 Removing intermediate container c34c7264632f 18:40:25 ---> 9c046a925b20 18:40:25 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:40:25 ---> Running in 4deefcfa9235 18:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:25 Stashed 1 file(s) [Pipeline] } 18:40:25 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 18:40:25 (1/7) Installing ca-certificates (20191127-r4) 18:40:25 (2/7) Installing dumb-init (1.2.2-r1) 18:40:25 (3/7) Installing libgcc (9.3.0-r2) 18:40:25 (4/7) Installing libsodium (1.0.18-r0) [Pipeline] } [Pipeline] // stage [Pipeline] } 18:40:26 (5/7) Installing libstdc++ (9.3.0-r2) 18:40:26 (6/7) Installing libzmq (4.3.3-r0) 18:40:26 (7/7) Installing zeromq (4.3.3-r0) 18:40:26 Executing busybox-1.31.1-r19.trigger 18:40:26 Executing ca-certificates-20191127-r4.trigger 18:40:26 OK: 9 MiB in 21 packages 18:40:28 Removing intermediate container 4deefcfa9235 18:40:28 ---> 0f2dec800434 18:40:28 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:40:28 ---> 66cd313d0915 18:40:28 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:40:29 ---> 8b6225c98b3c 18:40:29 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:40:30 ---> 112f81d01251 18:40:30 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:40:31 ---> a05d2e45a729 18:40:31 Step 22/27 : EXPOSE 48095 18:40:31 ---> Running in 1b4af35877f1 18:40:31 Removing intermediate container 1b4af35877f1 18:40:31 ---> 3f7fbc80e52b 18:40:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:40:32 ---> Running in 68fc36e21813 18:40:32 Removing intermediate container 68fc36e21813 18:40:32 ---> 1a95d60c3b0c 18:40:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:32 ---> Running in 0bdce936f1fb 18:40:33 Removing intermediate container 0bdce936f1fb 18:40:33 ---> 38ae6cfc7355 18:40:33 Step 25/27 : LABEL arch=arm64 18:40:33 ---> Running in eafa19cf6cf5 18:40:33 Removing intermediate container eafa19cf6cf5 18:40:33 ---> 6e7b043e965a 18:40:33 Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:40:33 ---> Running in 59d3363734fa 18:40:34 Removing intermediate container 59d3363734fa 18:40:34 ---> a403c7c4e7ca 18:40:34 Step 27/27 : LABEL version=2.0.0-dev.18 18:40:34 ---> Running in c4535f90ebd7 18:40:35 Removing intermediate container c4535f90ebd7 18:40:35 ---> baabc846b529 18:40:35 [Warning] One or more build-args [ARCH] were not consumed 18:40:35 Successfully built baabc846b529 18:40:35 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:40:35 provisioning config files... 18:40:35 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/86@tmp/config7210964368824360270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:40:36 ---> docker-login.sh 18:40:36 nexus3.edgexfoundry.org:10001 18:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:36 Configure a credential helper to remove this warning. See 18:40:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:36 18:40:36 Login Succeeded 18:40:36 nexus3.edgexfoundry.org:10002 18:40:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:37 Configure a credential helper to remove this warning. See 18:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:37 18:40:37 Login Succeeded 18:40:37 nexus3.edgexfoundry.org:10003 18:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:37 Configure a credential helper to remove this warning. See 18:40:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:37 18:40:37 Login Succeeded 18:40:37 nexus3.edgexfoundry.org:10004 18:40:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:38 Configure a credential helper to remove this warning. See 18:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:38 18:40:38 Login Succeeded 18:40:38 docker.io 18:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:40:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:40:39 Configure a credential helper to remove this warning. See 18:40:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:40:39 18:40:39 Login Succeeded 18:40:39 ---> docker-login.sh ends [Pipeline] } 18:40:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:40:39 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:40:39 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:40:39 latest 18:40:39 2.0.0-dev.18 18:40:39 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:40:39 master 18:40:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh 18:40:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:40:40 5c05ee1c0460: Preparing 18:40:40 ee08a79b01c0: Preparing 18:40:40 a07f0a074346: Preparing 18:40:40 95f3cddb602d: Preparing 18:40:40 29e95eeeee5d: Preparing 18:40:40 02a88cfff88f: Preparing 18:40:40 02a88cfff88f: Waiting 18:40:40 a07f0a074346: Pushed 18:40:40 95f3cddb602d: Pushed 18:40:40 ee08a79b01c0: Pushed 18:40:40 02a88cfff88f: Layer already exists 18:40:41 29e95eeeee5d: Pushed 18:40:44 5c05ee1c0460: Pushed 18:40:44 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:40:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:40:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:40:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:40:44 5c05ee1c0460: Preparing 18:40:44 ee08a79b01c0: Preparing 18:40:44 a07f0a074346: Preparing 18:40:44 95f3cddb602d: Preparing 18:40:44 29e95eeeee5d: Preparing 18:40:44 02a88cfff88f: Preparing 18:40:44 02a88cfff88f: Waiting 18:40:44 29e95eeeee5d: Layer already exists 18:40:44 a07f0a074346: Layer already exists 18:40:44 95f3cddb602d: Layer already exists 18:40:44 ee08a79b01c0: Layer already exists 18:40:44 5c05ee1c0460: Layer already exists 18:40:45 02a88cfff88f: Layer already exists 18:40:45 latest: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:40:45 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 18:40:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 18:40:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:40:45 5c05ee1c0460: Preparing 18:40:45 ee08a79b01c0: Preparing 18:40:45 a07f0a074346: Preparing 18:40:45 95f3cddb602d: Preparing 18:40:45 29e95eeeee5d: Preparing 18:40:45 02a88cfff88f: Preparing 18:40:45 02a88cfff88f: Waiting 18:40:45 29e95eeeee5d: Layer already exists 18:40:45 ee08a79b01c0: Layer already exists 18:40:45 a07f0a074346: Layer already exists 18:40:45 5c05ee1c0460: Layer already exists 18:40:46 95f3cddb602d: Layer already exists 18:40:46 02a88cfff88f: Layer already exists 18:40:46 2.0.0-dev.18: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:40:46 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 18:40:46 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:40:46 5c05ee1c0460: Preparing 18:40:46 ee08a79b01c0: Preparing 18:40:46 a07f0a074346: Preparing 18:40:46 95f3cddb602d: Preparing 18:40:46 29e95eeeee5d: Preparing 18:40:46 02a88cfff88f: Preparing 18:40:46 02a88cfff88f: Waiting 18:40:46 5c05ee1c0460: Layer already exists 18:40:46 29e95eeeee5d: Layer already exists 18:40:46 95f3cddb602d: Layer already exists 18:40:46 a07f0a074346: Layer already exists 18:40:46 ee08a79b01c0: Layer already exists 18:40:46 02a88cfff88f: Layer already exists 18:40:47 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:40:47 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 18:40:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 18:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:40:47 5c05ee1c0460: Preparing 18:40:47 ee08a79b01c0: Preparing 18:40:47 a07f0a074346: Preparing 18:40:47 95f3cddb602d: Preparing 18:40:47 29e95eeeee5d: Preparing 18:40:47 02a88cfff88f: Preparing 18:40:47 02a88cfff88f: Waiting 18:40:47 ee08a79b01c0: Layer already exists 18:40:47 95f3cddb602d: Layer already exists 18:40:47 29e95eeeee5d: Layer already exists 18:40:47 5c05ee1c0460: Layer already exists 18:40:47 a07f0a074346: Layer already exists 18:40:48 02a88cfff88f: Layer already exists 18:40:48 master: digest: sha256:19b723923c5ef4dc4cc7c65bb3355e251f86dd21d501e2f8da7d34909cb84f55 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:40:48 ===================================================== [Pipeline] echo 18:40:48 taggedImages: 18:40:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 18:40:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:40:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 18:40:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 18:40:48 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:40:48 ---> job-cost.sh 18:40:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3pmz 18:41:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:43:34 lf-activate-venv(): INFO: Adding /tmp/venv-3pmz/bin to PATH 18:43:34 INFO: No Stack... 18:43:34 INFO: Retrieving Pricing Info for: lf-standard-4 18:43:34 INFO: Archiving Costs [Pipeline] sh 18:43:35 + cut -d, -f6 18:43:35 + cat /w/workspace/app-service-configurable/86/archives/cost.csv [Pipeline] lock 18:43:35 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] 18:43:35 Resource [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] did not exist. Created. 18:43:35 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:43:35 /w/workspace/app-service-configurable/86@tmp/durable-9bbf0bab/script.sh: 1: /w/workspace/app-service-configurable/86@tmp/durable-9bbf0bab/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:43:35 + echo total: 0.20999999344348907 [Pipeline] stash 18:43:36 Warning: overwriting stash ‘stack-cost’ 18:43:36 Stashed 1 file(s) [Pipeline] } 18:43:36 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-86-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:43:37 provisioning config files... 18:43:37 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8863306309955789624tmp [Pipeline] { [Pipeline] sh 18:43:38 + set +x 18:43:38 + curl -s https://codecov.io/bash 18:43:38 + bash -s -- 18:43:38 18:43:38 _____ _ 18:43:38 / ____| | | 18:43:38 | | ___ __| | ___ ___ _____ __ 18:43:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:43:38 | |___| (_) | (_| | __/ (_| (_) \ V / 18:43:38 \_____\___/ \__,_|\___|\___\___/ \_/ 18:43:38 Bash-20210226-7100762 18:43:38 18:43:38 18:43:38 ==> git version 2.24.3 found 18:43:38 ==> 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:43:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:43:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:43:38 ==> Jenkins CI detected. 18:43:38 project root: . 18:43:38 --> token set from env 18:43:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:43:38 ==> Running gcov in . (disable via -X gcov) 18:43:38 ==> Python coveragepy not found 18:43:38 ==> Searching for coverage reports in: 18:43:38 + . 18:43:38 -> Found 1 reports 18:43:38 ==> Detecting git/mercurial file structure 18:43:38 ==> Reading reports 18:43:38 + ./coverage.out bytes=10 18:43:38 ==> Appending adjustments 18:43:38 https://docs.codecov.io/docs/fixing-reports 18:43:38 + Found adjustments 18:43:38 ==> Gzipping contents 18:43:38 4.0K /tmp/codecov.NzVffg.gz 18:43:38 ==> Uploading reports 18:43:38 url: https://codecov.io 18:43:38 query: branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:38 -> Pinging Codecov 18:43:38 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F86%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:43:39 -> Uploading to 18:43:39 https://storage.googleapis.com/codecov/v4/raw/2021-02-26/A97CA9966030D2A3747ED39772930CCE/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2/f5ed328d-879d-4f33-b54b-0830389eab7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T184339Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=76205011fc54127c9f4b70d77b68ee66ffcbbdfa466a790513053d04f467ee54 18:43:39 % Total % Received % Xferd Average Speed Time Time Time Current 18:43:39 Dload Upload Total Spent Left Speed 18:43:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 617 --:--:-- --:--:-- --:--:-- 618 18:43:40 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] } 18:43:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:43:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:43:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:42 18:43:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:43:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:43:43 188c0c94c7c5: Pulling fs layer 18:43:43 0ef7d3d256c8: Pulling fs layer 18:43:43 de9db76c5a1d: Pulling fs layer 18:43:43 0eba1c9be4d2: Pulling fs layer 18:43:43 0d57e429df01: Pulling fs layer 18:43:43 4e4be7b47b0d: Pulling fs layer 18:43:43 e1f770b5df2f: Pulling fs layer 18:43:43 85a0685a4137: Pulling fs layer 18:43:43 0eba1c9be4d2: Waiting 18:43:43 0d57e429df01: Waiting 18:43:43 4e4be7b47b0d: Waiting 18:43:43 e1f770b5df2f: Waiting 18:43:43 85a0685a4137: Waiting 18:43:43 de9db76c5a1d: Download complete 18:43:43 0ef7d3d256c8: Verifying Checksum 18:43:43 0ef7d3d256c8: Download complete 18:43:43 0d57e429df01: Verifying Checksum 18:43:43 0d57e429df01: Download complete 18:43:43 4e4be7b47b0d: Verifying Checksum 18:43:43 4e4be7b47b0d: Download complete 18:43:44 188c0c94c7c5: Verifying Checksum 18:43:45 188c0c94c7c5: Pull complete 18:43:46 0ef7d3d256c8: Pull complete 18:43:46 de9db76c5a1d: Pull complete 18:43:47 e1f770b5df2f: Verifying Checksum 18:43:47 e1f770b5df2f: Download complete 18:43:58 0eba1c9be4d2: Verifying Checksum 18:43:58 0eba1c9be4d2: Download complete 18:43:59 85a0685a4137: Verifying Checksum 18:43:59 85a0685a4137: Download complete 18:44:15 0eba1c9be4d2: Pull complete 18:44:15 0d57e429df01: Pull complete 18:44:15 4e4be7b47b0d: Pull complete 18:44:20 e1f770b5df2f: Pull complete 18:44:43 85a0685a4137: Pull complete 18:44:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:44:44 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:44:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:44:47 $ docker top a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:44:48 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:44:49 + set -o pipefail 18:44:49 + snyk monitor '--org=edgex-jenkins' 18:45:29 18:45:29 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 18:45:29 18:45:29 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/fb03a5c0-e2c7-43a2-b360-e2cabe1af086 18:45:29 18:45:29 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:45:29 18:45:30 18:45:30 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 18:45:30 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:45:30 $ docker stop --time=1 a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 18:45:33 $ docker rm -f a627bbdbccb8fc86d3c89bbdd6b8f3148914c411e84d88c7f937a23a491431f5 [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:45:36 + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh 18:45:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:37 . [Pipeline] withDockerContainer 18:45:37 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:45:38 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:41 $ docker top ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:43 [ssh-agent] Looking for ssh-agent implementation... 18:45:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:44 $ docker exec ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 ssh-agent 18:45:46 SSH_AUTH_SOCK=/tmp/ssh-dz9gxbCMya6g/agent.11 18:45:46 SSH_AGENT_PID=16 18:45:46 Running ssh-add (command line suppressed) 18:45:46 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5777236533929800237.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5777236533929800237.key) 18:45:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:48 + git semver tag 18:45:48 # -> Open(): unable to determine branch for HEAD 18:45:48 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:45:48 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:45:48 # $SEMVER_REMOTE_NAME = origin 18:45:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:48 # $SEMVER_USER_NAME = edgex-jenkins 18:45:48 # $SEMVER_BRANCH = master 18:45:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:45:48 # 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 HEAD 18:45:48 # -> Force: false 18:45:48 # 3a404de8098e5b19199ba73bddef10112413616f refs/tags/v2.0.0-dev.18 [Pipeline] } 18:45:48 $ docker exec --env ******** --env ******** ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 ssh-agent -k 18:45:49 unset SSH_AUTH_SOCK; 18:45:49 unset SSH_AGENT_PID; 18:45:49 echo Agent pid 16 killed; 18:45:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:51 + git semver [Pipeline] } 18:45:51 $ docker stop --time=1 ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 18:45:54 $ docker rm -f ee5ef8980dff14127269f27bab9bb06e49fcf13b6d37363baecebaa97bfc6611 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:45:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:45:55 18:45:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:45:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:45:56 0.23.1-centos7: Pulling from edgex-lftools 18:45:56 ab5ef0e58194: Pulling fs layer 18:45:56 9712f1f96733: Pulling fs layer 18:45:56 63f879dbbcfc: Pulling fs layer 18:45:56 0d9ebad4ef96: Pulling fs layer 18:45:56 e9a5061849ea: Pulling fs layer 18:45:56 d747dcd14b5f: Pulling fs layer 18:45:56 2de7ff778b66: Pulling fs layer 18:45:56 0d9ebad4ef96: Waiting 18:45:56 e9a5061849ea: Waiting 18:45:56 d747dcd14b5f: Waiting 18:45:56 2de7ff778b66: Waiting 18:45:56 9712f1f96733: Verifying Checksum 18:45:56 9712f1f96733: Download complete 18:46:07 63f879dbbcfc: Verifying Checksum 18:46:07 63f879dbbcfc: Download complete 18:46:07 e9a5061849ea: Verifying Checksum 18:46:07 e9a5061849ea: Download complete 18:46:07 d747dcd14b5f: Download complete 18:46:10 2de7ff778b66: Verifying Checksum 18:46:10 2de7ff778b66: Download complete 18:46:11 0d9ebad4ef96: Verifying Checksum 18:46:11 0d9ebad4ef96: Download complete 18:46:11 ab5ef0e58194: Verifying Checksum 18:46:11 ab5ef0e58194: Download complete 18:46:22 ab5ef0e58194: Pull complete 18:46:22 9712f1f96733: Pull complete 18:46:28 63f879dbbcfc: Pull complete 18:46:51 0d9ebad4ef96: Pull complete 18:46:51 e9a5061849ea: Pull complete 18:46:52 d747dcd14b5f: Pull complete 18:46:59 2de7ff778b66: Pull complete 18:46:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:46:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:46:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:47:00 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:47:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:47:09 $ docker top 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:47:10 provisioning config files... 18:47:10 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config3907037925298248972tmp 18:47:10 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2398079289816020508tmp 18:47:10 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8479499262058658470tmp [Pipeline] { [Pipeline] echo 18:47:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:47:12 ---> sigul-configuration.sh 18:47:12 gpg: directory `/root/.gnupg' created 18:47:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:47:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:47:12 gpg: keyring `/root/.gnupg/secring.gpg' created 18:47:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:47:12 gpg: CAST5 encrypted data 18:47:12 gpg: encrypted with 1 passphrase 18:47:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:47:14 + mkdir /home/jenkins 18:47:14 + mkdir /home/jenkins/sigul [Pipeline] sh 18:47:16 + 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:47:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:47:17 ---> sigul-install.sh 18:47:30 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:47:32 + git tag --list 18:47:32 v1.0.0 18:47:32 v1.1.0 18:47:32 v1.2.0 18:47:32 v1.3.0 18:47:32 v1.3.1 18:47:32 v1.3.1-dev.1 18:47:32 v1.3.1-dev.2 18:47:32 v1.3.1-dev.3 18:47:32 v2.0.0-dev.1 18:47:32 v2.0.0-dev.10 18:47:32 v2.0.0-dev.11 18:47:32 v2.0.0-dev.12 18:47:32 v2.0.0-dev.13 18:47:32 v2.0.0-dev.14 18:47:32 v2.0.0-dev.15 18:47:32 v2.0.0-dev.16 18:47:32 v2.0.0-dev.17 18:47:32 v2.0.0-dev.18 18:47:32 v2.0.0-dev.2 18:47:32 v2.0.0-dev.3 18:47:32 v2.0.0-dev.4 18:47:32 v2.0.0-dev.5 18:47:32 v2.0.0-dev.6 18:47:32 v2.0.0-dev.7 18:47:32 v2.0.0-dev.8 18:47:32 v2.0.0-dev.9 [Pipeline] sh 18:47:33 + lftools sign git-tag v2.0.0-dev.18 18:47:36 Signing Git tag with Sigul... 18:47:36 Signing v2.0.0-dev.18 [Pipeline] echo 18:47:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:47:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:47:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:47:38 $ docker stop --time=1 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d 18:47:41 $ docker rm -f 81ca956cd6c05f4b7a7e2268e46795c90282ea2b968f36e7d5ca036eaeeed83d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:47:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:47:43 . [Pipeline] withDockerContainer 18:47:43 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:47:43 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:47:46 $ docker top 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:47:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:47:47 [ssh-agent] Looking for ssh-agent implementation... 18:47:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:47:48 $ docker exec 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef ssh-agent 18:47:50 SSH_AUTH_SOCK=/tmp/ssh-cGHDTStD061f/agent.11 18:47:50 SSH_AGENT_PID=16 18:47:50 Running ssh-add (command line suppressed) 18:47:50 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5645270301965784276.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5645270301965784276.key) 18:47:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:47:51 + git semver bump pre 18:47:51 # -> Open(): unable to determine branch for HEAD 18:47:51 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:47:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:47:51 # $SEMVER_REMOTE_NAME = origin 18:47:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:47:51 # $SEMVER_USER_NAME = edgex-jenkins 18:47:51 # $SEMVER_BRANCH = master 18:47:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:47:51 2.0.0-dev.19 [Pipeline] } 18:47:52 $ docker exec --env ******** --env ******** 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef ssh-agent -k 18:47:53 unset SSH_AUTH_SOCK; 18:47:53 unset SSH_AGENT_PID; 18:47:53 echo Agent pid 16 killed; 18:47:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:47:55 + git semver [Pipeline] } 18:47:55 $ docker stop --time=1 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef 18:47:58 $ docker rm -f 030ad54518d631a96525b77bf637e86163d87093ab188c012c9102776345c1ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:47:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:00 . [Pipeline] withDockerContainer 18:48:00 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:48:00 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:03 $ docker top 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:04 [ssh-agent] Looking for ssh-agent implementation... 18:48:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:05 $ docker exec 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 ssh-agent 18:48:06 SSH_AUTH_SOCK=/tmp/ssh-chKqTTGGXIDY/agent.11 18:48:06 SSH_AGENT_PID=16 18:48:07 Running ssh-add (command line suppressed) 18:48:08 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1999242108900816414.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1999242108900816414.key) 18:48:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:09 + git semver push 18:48:10 # -> Open(): unable to determine branch for HEAD 18:48:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:48:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:48:10 # $SEMVER_REMOTE_NAME = origin 18:48:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:10 # $SEMVER_USER_NAME = edgex-jenkins 18:48:10 # $SEMVER_BRANCH = master 18:48:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:48:16 $ docker exec --env ******** --env ******** 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 ssh-agent -k 18:48:17 unset SSH_AUTH_SOCK; 18:48:17 unset SSH_AGENT_PID; 18:48:17 echo Agent pid 16 killed; 18:48:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:18 + git semver [Pipeline] } 18:48:18 $ docker stop --time=1 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 18:48:20 $ docker rm -f 557c82a1bd1d03621f01f30d33e7a3d795359a2e26ec29c8b6f5be0fdcffa7d0 [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:48:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:48:24 ---> package-listing.sh 18:48:24 ++ facter osfamily 18:48:24 ++ tr '[:upper:]' '[:lower:]' 18:48:24 + OS_FAMILY=redhat 18:48:24 + workspace=/w/workspace/_app-service-configurable_master 18:48:24 + START_PACKAGES=/tmp/packages_start.txt 18:48:24 + END_PACKAGES=/tmp/packages_end.txt 18:48:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:48:24 + PACKAGES=/tmp/packages_start.txt 18:48:24 + '[' /w/workspace/_app-service-configurable_master ']' 18:48:24 + PACKAGES=/tmp/packages_end.txt 18:48:24 + case "${OS_FAMILY}" in 18:48:24 + rpm -qa 18:48:24 + sort 18:48:31 + '[' -f /tmp/packages_start.txt ']' 18:48:31 + '[' -f /tmp/packages_end.txt ']' 18:48:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:48:31 + '[' /w/workspace/_app-service-configurable_master ']' 18:48:31 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:48:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 18:48:31 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:48:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:48:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:48:33 18:48:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:48:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:48:35 alpine: Pulling from edgex-lftools-log-publisher 18:48:35 df20fa9351a1: Pulling fs layer 18:48:35 36b3adc4ff6f: Pulling fs layer 18:48:35 8ad3a11d3b57: Pulling fs layer 18:48:35 46f8f816bc3b: Pulling fs layer 18:48:35 93b61091891f: Pulling fs layer 18:48:35 93b9cdb0e59b: Pulling fs layer 18:48:35 5e14af77c1be: Pulling fs layer 18:48:35 01666e4c0597: Pulling fs layer 18:48:35 aa168da1d23b: Pulling fs layer 18:48:35 93b9cdb0e59b: Waiting 18:48:35 01666e4c0597: Waiting 18:48:35 5e14af77c1be: Waiting 18:48:35 aa168da1d23b: Waiting 18:48:35 46f8f816bc3b: Waiting 18:48:35 93b61091891f: Waiting 18:48:35 36b3adc4ff6f: Verifying Checksum 18:48:35 36b3adc4ff6f: Download complete 18:48:35 46f8f816bc3b: Verifying Checksum 18:48:35 46f8f816bc3b: Download complete 18:48:35 df20fa9351a1: Verifying Checksum 18:48:35 df20fa9351a1: Download complete 18:48:35 93b9cdb0e59b: Verifying Checksum 18:48:35 93b9cdb0e59b: Download complete 18:48:35 93b61091891f: Verifying Checksum 18:48:35 93b61091891f: Download complete 18:48:35 5e14af77c1be: Verifying Checksum 18:48:35 5e14af77c1be: Download complete 18:48:35 01666e4c0597: Verifying Checksum 18:48:35 01666e4c0597: Download complete 18:48:37 8ad3a11d3b57: Verifying Checksum 18:48:37 8ad3a11d3b57: Download complete 18:48:37 df20fa9351a1: Pull complete 18:48:37 36b3adc4ff6f: Pull complete 18:48:40 8ad3a11d3b57: Pull complete 18:48:40 46f8f816bc3b: Pull complete 18:48:41 93b61091891f: Pull complete 18:48:42 93b9cdb0e59b: Pull complete 18:48:42 5e14af77c1be: Pull complete 18:48:43 01666e4c0597: Pull complete 18:48:49 aa168da1d23b: Verifying Checksum 18:48:49 aa168da1d23b: Download complete 18:49:05 aa168da1d23b: Pull complete 18:49:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:49:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:49:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:49:06 prd-centos7-docker-4c-2g-27859 does not seem to be running inside a container 18:49:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:49:13 $ docker top 9adabb3045246590d857341322fbc6db7bc8c8e414ce6e5695851e39abf5676d -eo pid,comm [Pipeline] { [Pipeline] sh 18:49:14 + touch /tmp/pre-build-complete [Pipeline] sh 18:49:15 + mkdir -p /var/log/sa [Pipeline] sh 18:49:16 + ls /var/log/sa-host 18:49:16 + sadf -c /var/log/sa-host/sa23 18:49:16 file_magic: OK 18:49:16 HZ: Using current value: 100 18:49:16 file_header: OK 18:49:16 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:49:16 Statistics: 18:49:16 Hnuu...uuuununununu... 18:49:16 File successfully converted to sysstat format version 12.2.1 18:49:16 + sadf -c /var/log/sa-host/sa26 18:49:16 file_magic: OK 18:49:16 HZ: Using current value: 100 18:49:16 file_header: OK 18:49:16 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:49:16 Statistics: 18:49:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:49:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:49:17 provisioning config files... 18:49:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config716100503105366553tmp [Pipeline] { [Pipeline] echo 18:49:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:49:18 ---> create-netrc.sh [Pipeline] } 18:49:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:49:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:49:20 ---> python-tools-install.sh [Pipeline] echo 18:49:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:49:21 ---> sudo-logs.sh 18:49:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:49:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:49:22 ---> job-cost.sh 18:49:22 lf-activate-venv: SKIPPING 18:49:22 DEBUG: total: 0.20999999344348907 18:49:22 INFO: Retrieving Stack Cost... 18:49:23 INFO: Retrieving Pricing Info for: v1-standard-2 18:49:24 INFO: Archiving Costs [Pipeline] echo 18:49:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:49:26 ---> logs-deploy.sh 18:49:26 lf-activate-venv: SKIPPING 18:49:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/86 18:49:26 INFO: archiving workspace using pattern(s): 18:49:29 Archives upload complete. 18:49:29 INFO: archiving logs to Nexus 18:49:31 ---> uname -a: 18:49:31 Linux prd-centos7-docker-4c-2g-27859.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:49:31 18:49:31 18:49:31 ---> lscpu: 18:49:31 Architecture: x86_64 18:49:31 CPU op-mode(s): 32-bit, 64-bit 18:49:31 Byte Order: Little Endian 18:49:31 Address sizes: 40 bits physical, 48 bits virtual 18:49:31 CPU(s): 4 18:49:31 On-line CPU(s) list: 0-3 18:49:31 Thread(s) per core: 1 18:49:31 Core(s) per socket: 1 18:49:31 Socket(s): 4 18:49:31 NUMA node(s): 1 18:49:31 Vendor ID: GenuineIntel 18:49:31 CPU family: 6 18:49:31 Model: 44 18:49:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:49:31 Stepping: 1 18:49:31 CPU MHz: 2933.438 18:49:31 BogoMIPS: 5866.87 18:49:31 Virtualization: VT-x 18:49:31 Hypervisor vendor: KVM 18:49:31 Virtualization type: full 18:49:31 L1d cache: 128 KiB 18:49:31 L1i cache: 128 KiB 18:49:31 L2 cache: 16 MiB 18:49:31 L3 cache: 64 MiB 18:49:31 NUMA node0 CPU(s): 0-3 18:49:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:49:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:49:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:49:31 Vulnerability Meltdown: Mitigation; PTI 18:49:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:49:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:49:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:49:31 Vulnerability Srbds: Not affected 18:49:31 Vulnerability Tsx async abort: Not affected 18:49:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:49:31 18:49:31 18:49:31 ---> nproc: 18:49:31 4 18:49:31 18:49:31 18:49:31 ---> df -h: 18:49:31 Filesystem Size Used Available Use% Mounted on 18:49:31 overlay 50.0G 8.2G 41.8G 16% / 18:49:31 tmpfs 64.0M 0 64.0M 0% /dev 18:49:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:49:31 shm 64.0M 0 64.0M 0% /dev/shm 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 18:49:31 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 18:49:31 18:49:31