Started by upstream project "edgexfoundry/cd-management/release" build number 37 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12541’ Running on prd-centos7-docker-4c-2g-12543 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (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 --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 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" > git rev-list --no-walk 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:17:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:17:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:17:24 ========================================================= 17:17:24 EdgeX Global Pipelines Version Info 17:17:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:17:25 ------------------- 17:17:25 stable info: 17:17:25 ------------------- 17:17:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:17:25 Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 17:17:25 Message: update stable to v1.0.165 17:17:26 ------------------- 17:17:26 experimental info: 17:17:26 ------------------- 17:17:26 Commited By: **** collab-it+edgex@linuxfoundation.org 17:17:26 Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 17:17:26 Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:17:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:17:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:17:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo 17:17:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:17:29 provisioning config files... 17:17:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2547424016881959365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:30 ---> docker-login.sh 17:17:30 nexus3.edgexfoundry.org:10001 17:17:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:31 Configure a credential helper to remove this warning. See 17:17:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:31 17:17:31 Login Succeeded 17:17:31 nexus3.edgexfoundry.org:10002 17:17:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:32 Configure a credential helper to remove this warning. See 17:17:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:32 17:17:32 Login Succeeded 17:17:32 nexus3.edgexfoundry.org:10003 17:17:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:32 Configure a credential helper to remove this warning. See 17:17:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:32 17:17:32 Login Succeeded 17:17:32 nexus3.edgexfoundry.org:10004 17:17:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:32 Configure a credential helper to remove this warning. See 17:17:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:32 17:17:32 Login Succeeded 17:17:32 docker.io 17:17:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:32 Configure a credential helper to remove this warning. See 17:17:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:32 17:17:32 Login Succeeded 17:17:32 ---> docker-login.sh ends [Pipeline] } 17:17:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:17:33 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 17:17:34 GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo 17:17:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:17:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:35 17:17:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:17:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:35 latest: Pulling from edgex-devops/git-semver 17:17:35 31603596830f: Pulling fs layer 17:17:35 2a8b12db71e7: Pulling fs layer 17:17:35 6ca5941a6612: Pulling fs layer 17:17:35 ecc8261a40a4: Pulling fs layer 17:17:35 ecc8261a40a4: Waiting 17:17:35 2a8b12db71e7: Verifying Checksum 17:17:35 2a8b12db71e7: Download complete 17:17:35 31603596830f: Download complete 17:17:35 ecc8261a40a4: Verifying Checksum 17:17:35 ecc8261a40a4: Download complete 17:17:35 6ca5941a6612: Verifying Checksum 17:17:35 6ca5941a6612: Download complete 17:17:35 31603596830f: Pull complete 17:17:35 2a8b12db71e7: Pull complete 17:17:36 6ca5941a6612: Pull complete 17:17:37 ecc8261a40a4: Pull complete 17:17:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:17:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:17:37 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:17:37 $ 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 17:17:39 $ docker top 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:17:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:40 [ssh-agent] Looking for ssh-agent implementation... 17:17:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:40 $ docker exec 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent 17:17:40 SSH_AUTH_SOCK=/tmp/ssh-JT4VkgoYmB50/agent.11 17:17:40 SSH_AGENT_PID=16 17:17:40 Running ssh-add (command line suppressed) 17:17:41 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6915819424607137117.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6915819424607137117.key) 17:17:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:41 + git tag --points-at HEAD [Pipeline] } 17:17:41 $ docker exec --env ******** --env ******** 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent -k 17:17:41 unset SSH_AUTH_SOCK; 17:17:41 unset SSH_AGENT_PID; 17:17:41 echo Agent pid 16 killed; 17:17:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:17:41 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.23|v1.3.0' [Pipeline] sshagent 17:17:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:41 [ssh-agent] Looking for ssh-agent implementation... 17:17:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:42 $ docker exec 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent 17:17:42 SSH_AUTH_SOCK=/tmp/ssh-iOwZEjnBQDbf/agent.47 17:17:42 SSH_AGENT_PID=53 17:17:42 Running ssh-add (command line suppressed) 17:17:42 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5690592377800544005.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5690592377800544005.key) 17:17:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:42 + git semver init 17:17:42 # -> Open(): unable to determine branch for HEAD 17:17:42 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:17:42 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:17:42 # $SEMVER_REMOTE_NAME = origin 17:17:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:17:42 # $SEMVER_USER_NAME = edgex-jenkins 17:17:42 # $SEMVER_BRANCH = master 17:17:42 # $SEMVER_TEMP = /tmp/semver-421706847 17:17:42 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:17:43 # '/tmp/semver-421706847' -> '/w/workspace/_app-service-configurable_master/.semver' 17:17:43 # -> Force: false 17:17:43 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:17:43 $ docker exec --env ******** --env ******** 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent -k 17:17:43 unset SSH_AUTH_SOCK; 17:17:43 unset SSH_AGENT_PID; 17:17:43 echo Agent pid 53 killed; 17:17:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:17:44 + git semver [Pipeline] } 17:17:44 $ docker stop --time=1 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 17:17:45 $ docker rm -f 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 [Pipeline] // withDockerContainer [Pipeline] sh 17:17:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:17:46 Stashed 1 file(s) [Pipeline] echo 17:17:46 [edgeXSemver]: initialized semver on version 1.3.0 [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 17:18:02 Still waiting to schedule task 17:18:02 ‘prd-centos7-docker-4c-2g-12546’ is offline 17:18:02 Still waiting to schedule task 17:18:02 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:18:42 Running on prd-centos7-docker-4c-2g-12548 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:18:42 Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout 17:18:46 using credential edgex-jenkins-ssh 17:18:46 Cloning the remote Git repository 17:18:46 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:18:46 > git init /w/workspace/app-service-configurable/62 # timeout=10 17:18:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:18:46 > git --version # timeout=10 17:18:46 > git --version # 'git version 2.16.5' 17:18:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:48 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) 17:18:48 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:18:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:48 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:18:48 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:18:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:48 > git config core.sparsecheckout # timeout=10 17:18:48 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 17:18:52 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:18:53 provisioning config files... 17:18:53 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config3024088843251527274tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:18:53 ---> docker-login.sh 17:18:53 nexus3.edgexfoundry.org:10001 17:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:18:54 Configure a credential helper to remove this warning. See 17:18:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:18:54 17:18:54 Login Succeeded 17:18:54 nexus3.edgexfoundry.org:10002 17:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:18:54 Configure a credential helper to remove this warning. See 17:18:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:18:54 17:18:54 Login Succeeded 17:18:54 nexus3.edgexfoundry.org:10003 17:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:18:54 Configure a credential helper to remove this warning. See 17:18:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:18:54 17:18:54 Login Succeeded 17:18:54 nexus3.edgexfoundry.org:10004 17:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:18:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:18:54 Configure a credential helper to remove this warning. See 17:18:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:18:54 17:18:54 Login Succeeded 17:18:54 docker.io 17:18:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:18:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:18:55 Configure a credential helper to remove this warning. See 17:18:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:18:55 17:18:55 Login Succeeded 17:18:55 ---> docker-login.sh ends [Pipeline] } 17:18:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:18:55 ========================================================= 17:18:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:18:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:18:55 + 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 . 17:18:55 Sending build context to Docker daemon 98.82kB 17:18:56 Step 1/8 : ARG BASE=golang:1.15-alpine 17:18:56 Step 2/8 : FROM ${BASE} 17:18:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:18:56 df20fa9351a1: Pulling fs layer 17:18:56 ed8968b2872e: Pulling fs layer 17:18:56 a92cc7c5fd73: Pulling fs layer 17:18:56 e871e8e8d7a9: Pulling fs layer 17:18:56 e73272ec9a57: Pulling fs layer 17:18:56 1e910a182e73: Pulling fs layer 17:18:56 4e634b169226: Pulling fs layer 17:18:56 e73272ec9a57: Waiting 17:18:56 1e910a182e73: Waiting 17:18:56 4e634b169226: Waiting 17:18:56 e871e8e8d7a9: Waiting 17:18:56 a92cc7c5fd73: Verifying Checksum 17:18:56 a92cc7c5fd73: Download complete 17:18:56 ed8968b2872e: Verifying Checksum 17:18:56 ed8968b2872e: Download complete 17:18:56 e73272ec9a57: Verifying Checksum 17:18:56 e73272ec9a57: Download complete 17:18:56 df20fa9351a1: Verifying Checksum 17:18:56 df20fa9351a1: Download complete 17:18:56 1e910a182e73: Verifying Checksum 17:18:56 1e910a182e73: Download complete 17:18:56 df20fa9351a1: Pull complete 17:18:56 ed8968b2872e: Pull complete 17:18:56 a92cc7c5fd73: Pull complete 17:18:58 4e634b169226: Verifying Checksum 17:18:58 4e634b169226: Download complete 17:18:59 e871e8e8d7a9: Verifying Checksum 17:18:59 e871e8e8d7a9: Download complete 17:19:04 e871e8e8d7a9: Pull complete 17:19:04 e73272ec9a57: Pull complete 17:19:04 1e910a182e73: Pull complete 17:19:10 4e634b169226: Pull complete 17:19:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:19:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:19:10 ---> f7629b54cfaa 17:19:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:19:10 ---> Running in 74bf358c26ee 17:19:11 Removing intermediate container 74bf358c26ee 17:19:11 ---> 83b3aee4230d 17:19:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:19:11 ---> Running in 924f601f0690 17:19:12 Removing intermediate container 924f601f0690 17:19:12 ---> baa1bc9dd3c4 17:19:12 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:19:12 ---> Running in aa4acff27b8f 17:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:19:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:19:16 (1/6) Installing libc-dev (0.7.2-r3) 17:19:16 (2/6) Installing libsodium (1.0.18-r0) 17:19:16 (3/6) Installing pkgconf (1.7.2-r0) 17:19:16 (4/6) Installing libsodium-dev (1.0.18-r0) 17:19:16 (5/6) Installing libzmq (4.3.3-r0) 17:19:17 (6/6) Installing zeromq-dev (4.3.3-r0) 17:19:17 Executing busybox-1.31.1-r16.trigger 17:19:17 OK: 167 MiB in 45 packages 17:19:17 Removing intermediate container aa4acff27b8f 17:19:17 ---> e9c1e9d1dec1 17:19:17 Step 6/8 : WORKDIR /app 17:19:17 ---> Running in 931efbfb5262 17:19:17 Removing intermediate container 931efbfb5262 17:19:17 ---> fc5107b523a1 17:19:17 Step 7/8 : COPY . . 17:19:18 ---> 55093765a1be 17:19:18 Step 8/8 : RUN go mod download 17:19:18 ---> Running in c2cfd1d4c3ff 17:19:44 Removing intermediate container c2cfd1d4c3ff 17:19:44 ---> f111ccba1c7b 17:19:44 Successfully built f111ccba1c7b 17:19:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:19:45 + docker inspect -f . ci-base-image-x86_64 17:19:45 . [Pipeline] withDockerContainer 17:19:45 prd-centos7-docker-4c-2g-12548 does not seem to be running inside a container 17:19:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@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 ******** ci-base-image-x86_64 cat 17:19:46 $ docker top 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:47 + go version 17:19:47 go version go1.15.2 linux/amd64 [Pipeline] } 17:19:47 $ docker stop --time=1 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 17:19:48 $ docker rm -f 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:19:49 + docker inspect -f . ci-base-image-x86_64 17:19:49 . [Pipeline] withDockerContainer 17:19:49 prd-centos7-docker-4c-2g-12548 does not seem to be running inside a container 17:19:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@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 ******** ci-base-image-x86_64 cat 17:19:50 $ docker top f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:51 + make test 17:19:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:20:09 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:20:09 CGO_ENABLED=1 go vet ./... 17:20:12 gofmt -l . 17:20:12 [ "`gofmt -l .`" = "" ] 17:20:12 ./bin/test-go-mod-tidy.sh 17:20:12 ./bin/test-attribution-txt.sh [Pipeline] } 17:20:12 $ docker stop --time=1 f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c 17:20:14 $ docker rm -f f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c [Pipeline] // withDockerContainer [Pipeline] sh 17:20:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:20:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:20:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:20:17 + ls -al . 17:20:17 total 96 17:20:17 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 18 17:20 . 17:20:17 drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 17:18 .. 17:20:17 -rw-rw-r--. 1 jenkins jenkins 6568 Nov 18 17:18 Attribution.txt 17:20:17 drwxrwxr-x. 2 jenkins jenkins 64 Nov 18 17:18 bin 17:20:17 -rw-r--r--. 1 jenkins jenkins 10 Nov 18 17:19 coverage.out 17:20:17 -rw-rw-r--. 1 jenkins jenkins 180 Nov 18 17:18 docker-compose.debug.yml 17:20:17 -rw-rw-r--. 1 jenkins jenkins 133 Nov 18 17:18 docker-compose.yml 17:20:17 -rw-rw-r--. 1 jenkins jenkins 2002 Nov 18 17:18 Dockerfile 17:20:17 -rw-rw-r--. 1 jenkins jenkins 966 Nov 18 17:18 Dockerfile.build 17:20:17 -rw-rw-r--. 1 jenkins jenkins 119 Nov 18 17:18 .dockerignore 17:20:17 drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 17:18 .git 17:20:17 drwxrwxr-x. 2 jenkins jenkins 81 Nov 18 17:18 .github 17:20:17 -rw-rw-r--. 1 jenkins jenkins 93 Nov 18 17:18 .gitignore 17:20:17 -rw-r--r--. 1 jenkins jenkins 126 Nov 18 17:20 go.mod 17:20:17 -rw-r--r--. 1 jenkins jenkins 19551 Nov 18 17:20 go.sum 17:20:17 -rw-rw-r--. 1 jenkins jenkins 687 Nov 18 17:18 Jenkinsfile 17:20:17 -rw-rw-r--. 1 jenkins jenkins 10174 Nov 18 17:18 LICENSE 17:20:17 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 18 17:18 main.go 17:20:17 -rw-rw-r--. 1 jenkins jenkins 1573 Nov 18 17:18 makefile 17:20:17 -rw-rw-r--. 1 jenkins jenkins 1277 Nov 18 17:18 README.md 17:20:17 drwxrwxr-x. 10 jenkins jenkins 171 Nov 18 17:18 res 17:20:17 drwxrwxr-x. 4 jenkins jenkins 71 Nov 18 17:18 snap 17:20:17 -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 17:17 VERSION [Pipeline] isUnix [Pipeline] sh 17:20:17 + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=1.3.0 . 17:20:17 Sending build context to Docker daemon 121.3kB 17:20:17 Step 1/27 : ARG BASE=golang:1.15-alpine 17:20:17 Step 2/27 : FROM ${BASE} AS builder 17:20:17 ---> f111ccba1c7b 17:20:17 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:20:17 ---> Running in ae0b4cce6a2a 17:20:17 Removing intermediate container ae0b4cce6a2a 17:20:17 ---> c7ae4ea4f3ad 17:20:17 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:20:17 ---> Running in 6a49a839071e 17:20:17 Removing intermediate container 6a49a839071e 17:20:17 ---> 62f1e4ff578f 17:20:17 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:20:18 ---> Running in fba8b33aa16d 17:20:18 Removing intermediate container fba8b33aa16d 17:20:18 ---> 7454e3a273c1 17:20:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:18 ---> Running in f87751373800 17:20:19 Removing intermediate container f87751373800 17:20:19 ---> 559ebc735a53 17:20:19 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:20:19 ---> Running in fd3a8a9ca627 17:20:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:21 OK: 167 MiB in 45 packages 17:20:22 Removing intermediate container fd3a8a9ca627 17:20:22 ---> 71c9aef89970 17:20:22 Step 8/27 : WORKDIR /app 17:20:22 ---> Running in ab4c11d1b2e2 17:20:22 Removing intermediate container ab4c11d1b2e2 17:20:22 ---> cfdd50abeb2e 17:20:22 Step 9/27 : COPY go.mod . 17:20:22 ---> f86929eaf1a0 17:20:22 Step 10/27 : RUN go mod download 17:20:22 ---> Running in f758be878878 17:20:23 Removing intermediate container f758be878878 17:20:23 ---> 83e19939da72 17:20:23 Step 11/27 : COPY . . 17:20:23 ---> d6d68103ed82 17:20:23 Step 12/27 : ARG MAKE="make build" 17:20:23 ---> Running in 0c781e48f761 17:20:23 Removing intermediate container 0c781e48f761 17:20:23 ---> 2f6a3ab3773a 17:20:23 Step 13/27 : RUN $MAKE 17:20:24 ---> Running in 309ef764babd 17:20:24 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.0" -o app-service-configurable 17:20:42 Removing intermediate container 309ef764babd 17:20:42 ---> 7a9a13897e10 17:20:42 Step 14/27 : FROM alpine:latest 17:20:42 latest: Pulling from library/alpine 17:20:42 188c0c94c7c5: Pulling fs layer 17:20:42 188c0c94c7c5: Verifying Checksum 17:20:42 188c0c94c7c5: Download complete 17:20:42 188c0c94c7c5: Pull complete 17:20:42 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:20:42 Status: Downloaded newer image for alpine:latest 17:20:42 ---> d6e46aa2470d 17:20:42 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:20:43 ---> Running in f213c9fa371f 17:20:43 Removing intermediate container f213c9fa371f 17:20:43 ---> 741ef53f6007 17:20:43 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:20:43 ---> Running in ceff7d594254 17:20:43 Removing intermediate container ceff7d594254 17:20:43 ---> 176620dd3b4c 17:20:43 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:20:43 ---> Running in 75dfcacdb6bd 17:20:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:44 (1/6) Installing ca-certificates (20191127-r4) 17:20:44 (2/6) Installing libgcc (9.3.0-r2) 17:20:44 (3/6) Installing libsodium (1.0.18-r0) 17:20:44 (4/6) Installing libstdc++ (9.3.0-r2) 17:20:44 (5/6) Installing libzmq (4.3.3-r0) 17:20:44 (6/6) Installing zeromq (4.3.3-r0) 17:20:44 Executing busybox-1.31.1-r19.trigger 17:20:44 Executing ca-certificates-20191127-r4.trigger 17:20:44 OK: 9 MiB in 20 packages 17:20:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12549 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:20:44 Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout 17:20:45 Removing intermediate container 75dfcacdb6bd 17:20:45 ---> e8594708561a 17:20:45 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:20:45 ---> 0c1f2f542c2d 17:20:45 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:20:46 ---> f571362c2023 17:20:46 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:20:46 ---> 4f9ca5064aba 17:20:46 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:20:47 ---> 95f6909f24c5 17:20:47 Step 22/27 : EXPOSE 48095 17:20:47 ---> Running in a14750e63804 17:20:47 Removing intermediate container a14750e63804 17:20:47 ---> a60aa25b7ef1 17:20:47 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:20:47 ---> Running in 0f812807e895 17:20:47 Removing intermediate container 0f812807e895 17:20:47 ---> 2eedc1b153d0 17:20:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:47 ---> Running in 3935092db482 17:20:47 Removing intermediate container 3935092db482 17:20:47 ---> fb29865b84b5 17:20:47 Step 25/27 : LABEL arch=amd64 17:20:47 ---> Running in 0cf2728aac2c 17:20:47 Removing intermediate container 0cf2728aac2c 17:20:47 ---> 42ef34687728 17:20:47 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:20:48 ---> Running in 33497b89c1c2 17:20:48 Removing intermediate container 33497b89c1c2 17:20:48 ---> 7e914b877339 17:20:48 Step 27/27 : LABEL version=1.3.0 17:20:48 ---> Running in 4d759574d6b2 17:20:48 Removing intermediate container 4d759574d6b2 17:20:48 ---> 51f3d80b4db4 17:20:48 [Warning] One or more build-args [ARCH] were not consumed 17:20:48 Successfully built 51f3d80b4db4 17:20:48 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:20:48 provisioning config files... 17:20:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config899255009751759898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:20:49 ---> docker-login.sh 17:20:49 nexus3.edgexfoundry.org:10001 17:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:49 Configure a credential helper to remove this warning. See 17:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:49 17:20:49 Login Succeeded 17:20:49 nexus3.edgexfoundry.org:10002 17:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:49 Configure a credential helper to remove this warning. See 17:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:49 17:20:49 Login Succeeded 17:20:49 nexus3.edgexfoundry.org:10003 17:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:49 Configure a credential helper to remove this warning. See 17:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:49 17:20:49 Login Succeeded 17:20:49 nexus3.edgexfoundry.org:10004 17:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:49 Configure a credential helper to remove this warning. See 17:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:49 17:20:49 Login Succeeded 17:20:49 docker.io 17:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:49 using credential edgex-jenkins-ssh 17:20:49 Cloning the remote Git repository 17:20:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:50 Configure a credential helper to remove this warning. See 17:20:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:50 17:20:50 Login Succeeded 17:20:50 ---> docker-login.sh ends [Pipeline] } 17:20:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:20:50 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:20:50 7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:20:50 latest 17:20:50 1.3.0 17:20:50 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:20:50 master 17:20:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:50 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 17:20:50 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:20:50 > git init /w/workspace/app-service-configurable/62 # timeout=10 17:20:50 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:20:50 > git --version # timeout=10 17:20:50 > git --version # 'git version 2.17.1' 17:20:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:20:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:20:51 b1d805adc538: Preparing 17:20:51 e9e46c3ca18d: Preparing 17:20:51 9f577fe51d0e: Preparing 17:20:51 8a5f23f65389: Preparing 17:20:51 baa8e4065b51: Preparing 17:20:51 ace0eda3e3be: Preparing 17:20:51 8a5f23f65389: Pushed 17:20:51 9f577fe51d0e: Pushed 17:20:51 e9e46c3ca18d: Pushed 17:20:51 ace0eda3e3be: Layer already exists 17:20:51 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) 17:20:51 baa8e4065b51: Pushed 17:20:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:20:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:20:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:20:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:20:51 > git config core.sparsecheckout # timeout=10 17:20:51 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 17:20:53 b1d805adc538: Pushed 17:20:53 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:20:53 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:20:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:20:54 b1d805adc538: Preparing 17:20:54 e9e46c3ca18d: Preparing 17:20:54 9f577fe51d0e: Preparing 17:20:54 8a5f23f65389: Preparing 17:20:54 baa8e4065b51: Preparing 17:20:54 ace0eda3e3be: Preparing 17:20:54 ace0eda3e3be: Waiting 17:20:54 9f577fe51d0e: Layer already exists 17:20:54 b1d805adc538: Layer already exists 17:20:54 e9e46c3ca18d: Layer already exists 17:20:54 baa8e4065b51: Layer already exists 17:20:54 8a5f23f65389: Layer already exists 17:20:54 ace0eda3e3be: Layer already exists 17:20:54 latest: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:20:54 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 [Pipeline] isUnix [Pipeline] sh 17:20:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 17:20:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:20:54 b1d805adc538: Preparing 17:20:54 e9e46c3ca18d: Preparing 17:20:54 9f577fe51d0e: Preparing 17:20:54 8a5f23f65389: Preparing 17:20:54 baa8e4065b51: Preparing 17:20:54 ace0eda3e3be: Preparing 17:20:54 ace0eda3e3be: Waiting 17:20:54 8a5f23f65389: Layer already exists 17:20:54 9f577fe51d0e: Layer already exists 17:20:54 b1d805adc538: Layer already exists 17:20:54 baa8e4065b51: Layer already exists 17:20:54 e9e46c3ca18d: Layer already exists 17:20:54 ace0eda3e3be: Layer already exists 17:20:54 1.3.0: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:20:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [Pipeline] isUnix [Pipeline] sh 17:20:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:20:55 b1d805adc538: Preparing 17:20:55 e9e46c3ca18d: Preparing 17:20:55 9f577fe51d0e: Preparing 17:20:55 8a5f23f65389: Preparing 17:20:55 baa8e4065b51: Preparing 17:20:55 ace0eda3e3be: Preparing 17:20:55 ace0eda3e3be: Waiting 17:20:55 b1d805adc538: Layer already exists 17:20:55 8a5f23f65389: Layer already exists 17:20:55 e9e46c3ca18d: Layer already exists 17:20:55 baa8e4065b51: Layer already exists 17:20:55 9f577fe51d0e: Layer already exists 17:20:55 ace0eda3e3be: Layer already exists 17:20:55 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh 17:20:55 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:20:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:20:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:20:55 b1d805adc538: Preparing 17:20:55 e9e46c3ca18d: Preparing 17:20:55 9f577fe51d0e: Preparing 17:20:55 8a5f23f65389: Preparing 17:20:55 baa8e4065b51: Preparing 17:20:55 ace0eda3e3be: Preparing 17:20:55 ace0eda3e3be: Waiting 17:20:55 e9e46c3ca18d: Layer already exists 17:20:55 8a5f23f65389: Layer already exists 17:20:55 b1d805adc538: Layer already exists 17:20:55 9f577fe51d0e: Layer already exists 17:20:55 baa8e4065b51: Layer already exists 17:20:55 ace0eda3e3be: Layer already exists 17:20:55 master: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:20:56 ===================================================== [Pipeline] echo 17:20:56 taggedImages: 17:20:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:20:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:20:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 17:20:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:20:56 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } 17:20:56 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:20:57 provisioning config files... 17:20:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config7654621689238844784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:20:58 ---> docker-login.sh 17:20:58 nexus3.edgexfoundry.org:10001 17:20:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:59 Configure a credential helper to remove this warning. See 17:20:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:59 17:20:59 Login Succeeded 17:20:59 nexus3.edgexfoundry.org:10002 17:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:00 Configure a credential helper to remove this warning. See 17:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:00 17:21:00 Login Succeeded 17:21:00 nexus3.edgexfoundry.org:10003 17:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:00 Configure a credential helper to remove this warning. See 17:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:00 17:21:00 Login Succeeded 17:21:00 nexus3.edgexfoundry.org:10004 17:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:01 Configure a credential helper to remove this warning. See 17:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:01 17:21:01 Login Succeeded 17:21:01 docker.io 17:21:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:02 Configure a credential helper to remove this warning. See 17:21:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:02 17:21:02 Login Succeeded 17:21:02 ---> docker-login.sh ends [Pipeline] } 17:21:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:21:02 ========================================================= 17:21:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:21:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:21:03 + 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 . 17:21:03 Sending build context to Docker daemon 98.82kB 17:21:03 Step 1/8 : ARG BASE=golang:1.15-alpine 17:21:03 Step 2/8 : FROM ${BASE} 17:21:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:21:03 b538f80385f9: Pulling fs layer 17:21:03 74f711af9a0d: Pulling fs layer 17:21:03 99f96fe45779: Pulling fs layer 17:21:03 8529a6b9a6be: Pulling fs layer 17:21:03 45590311c82a: Pulling fs layer 17:21:03 69ca0ff8b7b3: Pulling fs layer 17:21:03 209524e5b208: Pulling fs layer 17:21:03 8529a6b9a6be: Waiting 17:21:03 45590311c82a: Waiting 17:21:03 69ca0ff8b7b3: Waiting 17:21:03 209524e5b208: Waiting 17:21:03 99f96fe45779: Verifying Checksum 17:21:03 99f96fe45779: Download complete 17:21:03 74f711af9a0d: Verifying Checksum 17:21:03 74f711af9a0d: Download complete 17:21:03 45590311c82a: Download complete 17:21:03 69ca0ff8b7b3: Verifying Checksum 17:21:03 69ca0ff8b7b3: Download complete 17:21:03 b538f80385f9: Verifying Checksum 17:21:03 b538f80385f9: Download complete 17:21:04 b538f80385f9: Pull complete 17:21:04 74f711af9a0d: Pull complete 17:21:05 99f96fe45779: Pull complete 17:21:06 209524e5b208: Verifying Checksum 17:21:06 209524e5b208: Download complete 17:21:07 8529a6b9a6be: Verifying Checksum 17:21:07 8529a6b9a6be: Download complete 17:21:17 8529a6b9a6be: Pull complete 17:21:17 45590311c82a: Pull complete 17:21:17 69ca0ff8b7b3: Pull complete 17:21:20 209524e5b208: Pull complete 17:21:20 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:21:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:21:20 ---> 5bddaf1c2fca 17:21:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:21:22 ---> Running in 42897009e9c9 17:21:23 Removing intermediate container 42897009e9c9 17:21:23 ---> cb0f5558ffbd 17:21:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:21:23 ---> Running in e101f0ba8232 17:21:26 Removing intermediate container e101f0ba8232 17:21:26 ---> 93142a15971c 17:21:26 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:21:26 ---> Running in 7fb2201a94e1 17:21:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:29 (1/6) Installing libc-dev (0.7.2-r3) 17:21:29 (2/6) Installing libsodium (1.0.18-r0) 17:21:29 (3/6) Installing pkgconf (1.7.2-r0) 17:21:30 (4/6) Installing libsodium-dev (1.0.18-r0) 17:21:30 (5/6) Installing libzmq (4.3.3-r0) 17:21:30 (6/6) Installing zeromq-dev (4.3.3-r0) 17:21:30 Executing busybox-1.31.1-r16.trigger 17:21:30 OK: 144 MiB in 45 packages 17:21:31 Removing intermediate container 7fb2201a94e1 17:21:31 ---> 151d19796e76 17:21:31 Step 6/8 : WORKDIR /app 17:21:31 ---> Running in a28c1fc721f1 17:21:32 Removing intermediate container a28c1fc721f1 17:21:32 ---> 7b0eac6904ba 17:21:32 Step 7/8 : COPY . . 17:21:33 ---> 60fcb36bf200 17:21:33 Step 8/8 : RUN go mod download 17:21:33 ---> Running in 1b6df4908d48 17:22:05 Removing intermediate container 1b6df4908d48 17:22:05 ---> ac4402b702dc 17:22:05 Successfully built ac4402b702dc 17:22:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:22:06 + docker inspect -f . ci-base-image-arm64 17:22:06 . [Pipeline] withDockerContainer 17:22:06 prd-ubuntu18.04-docker-arm64-4c-16g-12549 does not seem to be running inside a container 17:22:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:08 $ docker top fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:09 + go version 17:22:09 go version go1.15.2 linux/arm64 [Pipeline] } 17:22:09 $ docker stop --time=1 fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 17:22:11 $ docker rm -f fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:13 + docker inspect -f . ci-base-image-arm64 17:22:13 . [Pipeline] withDockerContainer 17:22:13 prd-ubuntu18.04-docker-arm64-4c-16g-12549 does not seem to be running inside a container 17:22:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:15 $ docker top 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:16 + make test 17:22:16 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:23:14 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:23:14 CGO_ENABLED=1 go vet ./... 17:23:16 gofmt -l . 17:23:16 [ "`gofmt -l .`" = "" ] 17:23:16 ./bin/test-go-mod-tidy.sh 17:23:17 ./bin/test-attribution-txt.sh [Pipeline] } 17:23:18 $ docker stop --time=1 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 17:23:20 $ docker rm -f 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:23:21 Warning: overwriting stash ‘coverage-report’ 17:23:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:23:23 + ls -al . 17:23:23 total 120 17:23:23 drwxrwxr-x 7 jenkins jenkins 4096 Nov 18 17:23 . 17:23:23 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 17:20 .. 17:23:23 -rw-rw-r-- 1 jenkins jenkins 119 Nov 18 17:20 .dockerignore 17:23:23 drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 17:20 .git 17:23:23 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:20 .github 17:23:23 -rw-rw-r-- 1 jenkins jenkins 93 Nov 18 17:20 .gitignore 17:23:23 -rw-rw-r-- 1 jenkins jenkins 6568 Nov 18 17:20 Attribution.txt 17:23:23 -rw-rw-r-- 1 jenkins jenkins 2002 Nov 18 17:20 Dockerfile 17:23:23 -rw-rw-r-- 1 jenkins jenkins 966 Nov 18 17:20 Dockerfile.build 17:23:23 -rw-rw-r-- 1 jenkins jenkins 687 Nov 18 17:20 Jenkinsfile 17:23:23 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 18 17:20 LICENSE 17:23:23 -rw-rw-r-- 1 jenkins jenkins 1277 Nov 18 17:20 README.md 17:23:23 -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 17:17 VERSION 17:23:23 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:20 bin 17:23:23 -rw-r--r-- 1 jenkins jenkins 10 Nov 18 17:22 coverage.out 17:23:23 -rw-rw-r-- 1 jenkins jenkins 180 Nov 18 17:20 docker-compose.debug.yml 17:23:23 -rw-rw-r-- 1 jenkins jenkins 133 Nov 18 17:20 docker-compose.yml 17:23:23 -rw-r--r-- 1 jenkins jenkins 126 Nov 18 17:23 go.mod 17:23:23 -rw-r--r-- 1 jenkins jenkins 19551 Nov 18 17:23 go.sum 17:23:23 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 18 17:20 main.go 17:23:23 -rw-rw-r-- 1 jenkins jenkins 1573 Nov 18 17:20 makefile 17:23:23 drwxrwxr-x 10 jenkins jenkins 4096 Nov 18 17:20 res 17:23:23 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 17:20 snap [Pipeline] isUnix [Pipeline] sh 17:23:24 + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=1.3.0 . 17:23:24 Sending build context to Docker daemon 121.3kB 17:23:24 Step 1/27 : ARG BASE=golang:1.15-alpine 17:23:24 Step 2/27 : FROM ${BASE} AS builder 17:23:24 ---> ac4402b702dc 17:23:24 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:23:24 ---> Running in 8b819d17cede 17:23:25 Removing intermediate container 8b819d17cede 17:23:25 ---> 1547bffc1ac7 17:23:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:23:25 ---> Running in b5ca8fdb474a 17:23:25 Removing intermediate container b5ca8fdb474a 17:23:25 ---> ec0fa53177f9 17:23:25 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:23:25 ---> Running in 69f8338b7ca5 17:23:26 Removing intermediate container 69f8338b7ca5 17:23:26 ---> 9741fd398434 17:23:26 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:26 ---> Running in fe5ec263460e 17:23:29 Removing intermediate container fe5ec263460e 17:23:29 ---> e950446cef65 17:23:29 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:23:29 ---> Running in 9f3764db8154 17:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:32 OK: 144 MiB in 45 packages 17:23:33 Removing intermediate container 9f3764db8154 17:23:33 ---> 622b06c93cac 17:23:33 Step 8/27 : WORKDIR /app 17:23:33 ---> Running in 6f2dbe8a5df0 17:23:34 Removing intermediate container 6f2dbe8a5df0 17:23:34 ---> 49132ca7d734 17:23:34 Step 9/27 : COPY go.mod . 17:23:34 ---> f5094f7389aa 17:23:34 Step 10/27 : RUN go mod download 17:23:35 ---> Running in ebf2ae1a485d 17:23:37 Removing intermediate container ebf2ae1a485d 17:23:37 ---> 8d3f743bf7b3 17:23:37 Step 11/27 : COPY . . 17:23:38 ---> 58b02cb86b20 17:23:38 Step 12/27 : ARG MAKE="make build" 17:23:38 ---> Running in 27488484c8f6 17:23:39 Removing intermediate container 27488484c8f6 17:23:39 ---> 7fa07e90500e 17:23:39 Step 13/27 : RUN $MAKE 17:23:39 ---> Running in 1cca3c3327a5 17:23:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.0" -o app-service-configurable 17:24:37 Removing intermediate container 1cca3c3327a5 17:24:37 ---> c464a8887ef7 17:24:37 Step 14/27 : FROM alpine:latest 17:24:37 latest: Pulling from library/alpine 17:24:37 5f621e34cdf4: Pulling fs layer 17:24:37 5f621e34cdf4: Verifying Checksum 17:24:37 5f621e34cdf4: Download complete 17:24:37 5f621e34cdf4: Pull complete 17:24:37 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:24:37 Status: Downloaded newer image for alpine:latest 17:24:37 ---> 2e77e061c27f 17:24:37 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:37 ---> Running in 6eb9a5c84905 17:24:37 Removing intermediate container 6eb9a5c84905 17:24:37 ---> 21c8f25b033f 17:24:37 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:24:37 ---> Running in 526363b3c594 17:24:37 Removing intermediate container 526363b3c594 17:24:37 ---> 7ab9ba31e8a9 17:24:37 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:24:37 ---> Running in afa0c1edade5 17:24:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:37 (1/6) Installing ca-certificates (20191127-r4) 17:24:37 (2/6) Installing libgcc (9.3.0-r2) 17:24:37 (3/6) Installing libsodium (1.0.18-r0) 17:24:37 (4/6) Installing libstdc++ (9.3.0-r2) 17:24:37 (5/6) Installing libzmq (4.3.3-r0) 17:24:37 (6/6) Installing zeromq (4.3.3-r0) 17:24:37 Executing busybox-1.31.1-r19.trigger 17:24:37 Executing ca-certificates-20191127-r4.trigger 17:24:37 OK: 9 MiB in 20 packages 17:24:37 Removing intermediate container afa0c1edade5 17:24:37 ---> 4030752370ee 17:24:37 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:24:37 ---> 4372374a5197 17:24:37 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:24:37 ---> 7e9618823792 17:24:37 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:24:37 ---> f57e60c5ac7d 17:24:37 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:24:39 ---> 573c490733ac 17:24:39 Step 22/27 : EXPOSE 48095 17:24:39 ---> Running in b4a8c7a5c712 17:24:40 Removing intermediate container b4a8c7a5c712 17:24:40 ---> e7ed7f889dad 17:24:40 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:24:40 ---> Running in cf85e2101da8 17:24:40 Removing intermediate container cf85e2101da8 17:24:40 ---> f8fa87281510 17:24:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:40 ---> Running in 7b09262614eb 17:24:41 Removing intermediate container 7b09262614eb 17:24:41 ---> b2ad0a79136b 17:24:41 Step 25/27 : LABEL arch=arm64 17:24:41 ---> Running in fbc8204688ca 17:24:42 Removing intermediate container fbc8204688ca 17:24:42 ---> 85767ddaa0ec 17:24:42 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:24:42 ---> Running in 7b0bfdca56c7 17:24:42 Removing intermediate container 7b0bfdca56c7 17:24:42 ---> fb1d4451b590 17:24:42 Step 27/27 : LABEL version=1.3.0 17:24:42 ---> Running in 9ad8db9a53dc 17:24:43 Removing intermediate container 9ad8db9a53dc 17:24:43 ---> 83611efe380b 17:24:43 [Warning] One or more build-args [ARCH] were not consumed 17:24:43 Successfully built 83611efe380b 17:24:43 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 17:24:43 provisioning config files... 17:24:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config8797904200803561985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:44 ---> docker-login.sh 17:24:44 nexus3.edgexfoundry.org:10001 17:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:44 Configure a credential helper to remove this warning. See 17:24:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:44 17:24:44 Login Succeeded 17:24:44 nexus3.edgexfoundry.org:10002 17:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:45 Configure a credential helper to remove this warning. See 17:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:45 17:24:45 Login Succeeded 17:24:45 nexus3.edgexfoundry.org:10003 17:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:45 Configure a credential helper to remove this warning. See 17:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:45 17:24:45 Login Succeeded 17:24:45 nexus3.edgexfoundry.org:10004 17:24:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:46 Configure a credential helper to remove this warning. See 17:24:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:46 17:24:46 Login Succeeded 17:24:46 docker.io 17:24:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:47 Configure a credential helper to remove this warning. See 17:24:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:47 17:24:47 Login Succeeded 17:24:47 ---> docker-login.sh ends [Pipeline] } 17:24:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:24:47 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:24:47 7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:24:47 latest 17:24:47 1.3.0 17:24:47 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:24:47 master 17:24:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:48 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 17:24:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:24:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:24:48 22149eec60ec: Preparing 17:24:48 a3af7f81daa2: Preparing 17:24:48 1f2de09c6f4d: Preparing 17:24:48 efe91d4a4465: Preparing 17:24:48 e9b76dbdaef1: Preparing 17:24:48 cd3761cfa1d9: Preparing 17:24:48 cd3761cfa1d9: Waiting 17:24:48 a3af7f81daa2: Pushed 17:24:48 1f2de09c6f4d: Pushed 17:24:48 efe91d4a4465: Pushed 17:24:48 cd3761cfa1d9: Layer already exists 17:24:49 e9b76dbdaef1: Pushed 17:24:52 22149eec60ec: Pushed 17:24:52 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:24:53 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:24:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:24:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:24:53 22149eec60ec: Preparing 17:24:53 a3af7f81daa2: Preparing 17:24:53 1f2de09c6f4d: Preparing 17:24:53 efe91d4a4465: Preparing 17:24:53 e9b76dbdaef1: Preparing 17:24:53 cd3761cfa1d9: Preparing 17:24:53 cd3761cfa1d9: Waiting 17:24:53 efe91d4a4465: Layer already exists 17:24:53 a3af7f81daa2: Layer already exists 17:24:53 1f2de09c6f4d: Layer already exists 17:24:53 22149eec60ec: Layer already exists 17:24:53 e9b76dbdaef1: Layer already exists 17:24:53 cd3761cfa1d9: Layer already exists 17:24:53 latest: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:24:54 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh 17:24:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 17:24:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:24:54 22149eec60ec: Preparing 17:24:54 a3af7f81daa2: Preparing 17:24:54 1f2de09c6f4d: Preparing 17:24:54 efe91d4a4465: Preparing 17:24:54 e9b76dbdaef1: Preparing 17:24:54 cd3761cfa1d9: Preparing 17:24:54 cd3761cfa1d9: Waiting 17:24:54 efe91d4a4465: Layer already exists 17:24:54 a3af7f81daa2: Layer already exists 17:24:54 e9b76dbdaef1: Layer already exists 17:24:54 22149eec60ec: Layer already exists 17:24:54 1f2de09c6f4d: Layer already exists 17:24:54 cd3761cfa1d9: Layer already exists 17:24:54 1.3.0: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:24:55 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [Pipeline] isUnix [Pipeline] sh 17:24:55 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:24:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:24:55 22149eec60ec: Preparing 17:24:55 a3af7f81daa2: Preparing 17:24:55 1f2de09c6f4d: Preparing 17:24:55 efe91d4a4465: Preparing 17:24:55 e9b76dbdaef1: Preparing 17:24:55 cd3761cfa1d9: Preparing 17:24:55 cd3761cfa1d9: Waiting 17:24:55 1f2de09c6f4d: Layer already exists 17:24:55 e9b76dbdaef1: Layer already exists 17:24:55 22149eec60ec: Layer already exists 17:24:55 efe91d4a4465: Layer already exists 17:24:55 a3af7f81daa2: Layer already exists 17:24:55 cd3761cfa1d9: Layer already exists 17:24:55 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:24:56 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:24:56 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:24:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:24:56 22149eec60ec: Preparing 17:24:56 a3af7f81daa2: Preparing 17:24:56 1f2de09c6f4d: Preparing 17:24:56 efe91d4a4465: Preparing 17:24:56 e9b76dbdaef1: Preparing 17:24:56 cd3761cfa1d9: Preparing 17:24:56 cd3761cfa1d9: Waiting 17:24:56 e9b76dbdaef1: Layer already exists 17:24:56 efe91d4a4465: Layer already exists 17:24:56 22149eec60ec: Layer already exists 17:24:56 a3af7f81daa2: Layer already exists 17:24:56 1f2de09c6f4d: Layer already exists 17:24:56 cd3761cfa1d9: Layer already exists 17:24:56 master: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:24:56 ===================================================== [Pipeline] echo 17:24:57 taggedImages: 17:24:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 17:24:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:24:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 17:24:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 17:24:57 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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 17:24:59 provisioning config files... 17:24:59 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8228940966296500224tmp [Pipeline] { [Pipeline] sh 17:24:59 + set +x 17:24:59 + curl -s https://codecov.io/bash 17:24:59 + bash -s -- 17:24:59 17:24:59 _____ _ 17:24:59 / ____| | | 17:24:59 | | ___ __| | ___ ___ _____ __ 17:24:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:24:59 | |___| (_) | (_| | __/ (_| (_) \ V / 17:24:59 \_____\___/ \__,_|\___|\___\___/ \_/ 17:24:59 Bash-20201116-eea08d9 17:24:59 17:24:59 17:24:59 ==> Jenkins CI detected. 17:24:59 project root: . 17:24:59 --> token set from env 17:24:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:24:59 ==> Running gcov in . (disable via -X gcov) 17:24:59 ==> Python coveragepy not found 17:24:59 ==> Searching for coverage reports in: 17:24:59 + . 17:24:59 -> Found 1 reports 17:24:59 ==> Detecting git/mercurial file structure 17:24:59 ==> Reading reports 17:24:59 + ./coverage.out bytes=10 17:24:59 ==> Appending adjustments 17:24:59 https://docs.codecov.io/docs/fixing-reports 17:24:59 + Found adjustments 17:24:59 ==> Gzipping contents 17:24:59 ==> Uploading reports 17:24:59 url: https://codecov.io 17:24:59 query: branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:24:59 -> Pinging Codecov 17:24:59 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:25:01 -> Uploading to 17:25:01 https://storage.googleapis.com/codecov/v4/raw/2020-11-18/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/d0128a71-e352-4e6c-a23e-e693095ee35e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T172500Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c773dd8439323c13ea100b002d9482c77d7f5d8abdc2ddaa356394bc45932c9b 17:25:01 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:01 Dload Upload Total Spent Left Speed 17:25:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 987 --:--:-- --:--:-- --:--:-- 989 17:25:01 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } 17:25:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:25:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:25:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:02 17:25:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:25:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:25:02 188c0c94c7c5: Pulling fs layer 17:25:02 0ef7d3d256c8: Pulling fs layer 17:25:02 de9db76c5a1d: Pulling fs layer 17:25:02 0eba1c9be4d2: Pulling fs layer 17:25:02 0d57e429df01: Pulling fs layer 17:25:02 4e4be7b47b0d: Pulling fs layer 17:25:02 e1f770b5df2f: Pulling fs layer 17:25:02 85a0685a4137: Pulling fs layer 17:25:02 0d57e429df01: Waiting 17:25:02 4e4be7b47b0d: Waiting 17:25:02 e1f770b5df2f: Waiting 17:25:02 85a0685a4137: Waiting 17:25:02 0eba1c9be4d2: Waiting 17:25:02 de9db76c5a1d: Verifying Checksum 17:25:02 de9db76c5a1d: Download complete 17:25:02 0ef7d3d256c8: Download complete 17:25:02 0d57e429df01: Verifying Checksum 17:25:02 0d57e429df01: Download complete 17:25:02 4e4be7b47b0d: Verifying Checksum 17:25:02 4e4be7b47b0d: Download complete 17:25:02 188c0c94c7c5: Download complete 17:25:03 188c0c94c7c5: Pull complete 17:25:03 0ef7d3d256c8: Pull complete 17:25:03 de9db76c5a1d: Pull complete 17:25:04 e1f770b5df2f: Verifying Checksum 17:25:04 e1f770b5df2f: Download complete 17:25:06 0eba1c9be4d2: Verifying Checksum 17:25:06 0eba1c9be4d2: Download complete 17:25:06 85a0685a4137: Verifying Checksum 17:25:06 85a0685a4137: Download complete 17:25:11 0eba1c9be4d2: Pull complete 17:25:11 0d57e429df01: Pull complete 17:25:12 4e4be7b47b0d: Pull complete 17:25:17 e1f770b5df2f: Pull complete 17:25:24 85a0685a4137: Pull complete 17:25:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:25:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:25:24 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:25:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:25:25 $ docker top 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d -eo pid,comm [Pipeline] { [Pipeline] echo 17:25:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:25:25 + set -o pipefail 17:25:25 + snyk monitor '--org=edgex-jenkins' 17:25:52 17:25:52 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:25:52 17:25:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/445bd143-8254-4f43-8547-dfc96baf9a89 17:25:52 17:25:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:25:52 17:25:52 17:25:52 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:25:52 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:25:52 $ docker stop --time=1 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d 17:25:54 $ docker rm -f 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 17:25:55 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc, dockerFile=Dockerfile [Pipeline] echo 17:25:55 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 17:25:55 + set -o pipefail 17:25:55 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 17:25:55 + tee .snyk 17:25:56 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 17:25:56 version: v1.14.1 17:25:56 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 17:25:56 # ignore: 17:25:56 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 17:25:56 # - '*': 17:25:56 # reason: does not apply # justification for ignoring 17:25:56 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 17:25:56 # patch: {} [Pipeline] withCredentials 17:25:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:56 . [Pipeline] withDockerContainer 17:25:56 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:25:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:25:57 $ docker top ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:57 + rm -f snykReport.html [Pipeline] echo 17:25:57 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 17:25:58 + set -o pipefail 17:25:58 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 17:25:58 + snyk-to-html -o snykReport.html 17:26:08 Vulnerability snapshot saved at snykReport.html [Pipeline] } 17:26:08 $ docker stop --time=1 ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 17:26:09 $ docker rm -f ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:26:11 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 17:26:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:11 . [Pipeline] withDockerContainer 17:26:12 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:26:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:12 $ docker top 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:26:13 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:13 + git semver [Pipeline] } 17:26:13 $ docker stop --time=1 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 17:26:14 $ docker rm -f 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:26:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:15 17:26:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:26:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:16 0.23.1-centos7: Pulling from edgex-lftools 17:26:16 ab5ef0e58194: Pulling fs layer 17:26:16 9712f1f96733: Pulling fs layer 17:26:16 63f879dbbcfc: Pulling fs layer 17:26:16 0d9ebad4ef96: Pulling fs layer 17:26:16 e9a5061849ea: Pulling fs layer 17:26:16 d747dcd14b5f: Pulling fs layer 17:26:16 2de7ff778b66: Pulling fs layer 17:26:16 e9a5061849ea: Waiting 17:26:16 d747dcd14b5f: Waiting 17:26:16 2de7ff778b66: Waiting 17:26:16 0d9ebad4ef96: Waiting 17:26:16 9712f1f96733: Verifying Checksum 17:26:16 9712f1f96733: Download complete 17:26:17 63f879dbbcfc: Verifying Checksum 17:26:17 63f879dbbcfc: Download complete 17:26:17 e9a5061849ea: Verifying Checksum 17:26:17 e9a5061849ea: Download complete 17:26:17 d747dcd14b5f: Verifying Checksum 17:26:17 d747dcd14b5f: Download complete 17:26:18 2de7ff778b66: Verifying Checksum 17:26:18 2de7ff778b66: Download complete 17:26:18 0d9ebad4ef96: Verifying Checksum 17:26:18 0d9ebad4ef96: Download complete 17:26:18 ab5ef0e58194: Download complete 17:26:23 ab5ef0e58194: Pull complete 17:26:23 9712f1f96733: Pull complete 17:26:26 63f879dbbcfc: Pull complete 17:26:33 0d9ebad4ef96: Pull complete 17:26:34 e9a5061849ea: Pull complete 17:26:34 d747dcd14b5f: Pull complete 17:26:37 2de7ff778b66: Pull complete 17:26:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:26:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:26:37 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:26:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:26:41 $ docker top 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:26:41 provisioning config files... 17:26:41 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1283728351558967517tmp 17:26:41 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5542642528131830121tmp 17:26:41 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4833801415363703611tmp [Pipeline] { [Pipeline] echo 17:26:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:26:41 ---> sigul-configuration.sh 17:26:41 gpg: directory `/root/.gnupg' created 17:26:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:26:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:26:41 gpg: keyring `/root/.gnupg/secring.gpg' created 17:26:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:26:41 gpg: CAST5 encrypted data 17:26:42 gpg: encrypted with 1 passphrase 17:26:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:26:42 + mkdir /home/jenkins 17:26:42 + mkdir /home/jenkins/sigul [Pipeline] sh 17:26:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:26:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:42 ---> sigul-install.sh 17:26:48 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:26:48 + git tag --list 17:26:48 v1.0.0 17:26:48 v1.1.0 17:26:48 v1.2.0 17:26:48 v1.2.1-dev.1 17:26:48 v1.2.1-dev.10 17:26:48 v1.2.1-dev.11 17:26:48 v1.2.1-dev.12 17:26:48 v1.2.1-dev.13 17:26:48 v1.2.1-dev.14 17:26:48 v1.2.1-dev.15 17:26:48 v1.2.1-dev.16 17:26:48 v1.2.1-dev.17 17:26:48 v1.2.1-dev.18 17:26:48 v1.2.1-dev.19 17:26:48 v1.2.1-dev.2 17:26:48 v1.2.1-dev.20 17:26:48 v1.2.1-dev.21 17:26:48 v1.2.1-dev.22 17:26:48 v1.2.1-dev.23 17:26:48 v1.2.1-dev.3 17:26:48 v1.2.1-dev.4 17:26:48 v1.2.1-dev.5 17:26:48 v1.2.1-dev.6 17:26:48 v1.2.1-dev.7 17:26:48 v1.2.1-dev.8 17:26:48 v1.2.1-dev.9 17:26:48 v1.3.0 [Pipeline] sh 17:26:49 + lftools sign git-tag v1.3.0 17:26:50 Signing Git tag with Sigul... 17:26:50 Signing v1.3.0 [Pipeline] echo 17:26:51 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:26:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:26:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:26:52 $ docker stop --time=1 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c 17:26:54 $ docker rm -f 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:26:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:55 . [Pipeline] withDockerContainer 17:26:55 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:26:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:56 $ docker top cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:26:56 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:56 + git semver [Pipeline] } 17:26:56 $ docker stop --time=1 cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 17:26:58 $ docker rm -f cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:26:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:58 . [Pipeline] withDockerContainer 17:26:58 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:26:59 $ docker top 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:26:59 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:27:00 + git semver [Pipeline] } 17:27:00 $ docker stop --time=1 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 17:27:01 $ docker rm -f 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 [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 17:27:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:27:03 ---> package-listing.sh 17:27:03 ++ facter osfamily 17:27:03 ++ tr '[:upper:]' '[:lower:]' 17:27:03 + OS_FAMILY=redhat 17:27:03 + workspace=/w/workspace/_app-service-configurable_master 17:27:03 + START_PACKAGES=/tmp/packages_start.txt 17:27:03 + END_PACKAGES=/tmp/packages_end.txt 17:27:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:27:03 + PACKAGES=/tmp/packages_start.txt 17:27:03 + '[' /w/workspace/_app-service-configurable_master ']' 17:27:03 + PACKAGES=/tmp/packages_end.txt 17:27:03 + case "${OS_FAMILY}" in 17:27:03 + rpm -qa 17:27:03 + sort 17:27:07 + '[' -f /tmp/packages_start.txt ']' 17:27:07 + '[' -f /tmp/packages_end.txt ']' 17:27:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:27:07 + '[' /w/workspace/_app-service-configurable_master ']' 17:27:07 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:27:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 17:27:07 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 17:27:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:27:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:08 17:27:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:27:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:08 alpine: Pulling from edgex-lftools-log-publisher 17:27:08 df20fa9351a1: Pulling fs layer 17:27:08 36b3adc4ff6f: Pulling fs layer 17:27:08 8ad3a11d3b57: Pulling fs layer 17:27:08 46f8f816bc3b: Pulling fs layer 17:27:08 93b61091891f: Pulling fs layer 17:27:08 93b9cdb0e59b: Pulling fs layer 17:27:08 5e14af77c1be: Pulling fs layer 17:27:08 01666e4c0597: Pulling fs layer 17:27:08 aa168da1d23b: Pulling fs layer 17:27:08 93b9cdb0e59b: Waiting 17:27:08 5e14af77c1be: Waiting 17:27:08 01666e4c0597: Waiting 17:27:08 aa168da1d23b: Waiting 17:27:08 46f8f816bc3b: Waiting 17:27:08 93b61091891f: Waiting 17:27:08 36b3adc4ff6f: Verifying Checksum 17:27:08 36b3adc4ff6f: Download complete 17:27:08 46f8f816bc3b: Verifying Checksum 17:27:08 46f8f816bc3b: Download complete 17:27:09 df20fa9351a1: Download complete 17:27:09 93b61091891f: Verifying Checksum 17:27:09 93b61091891f: Download complete 17:27:09 93b9cdb0e59b: Verifying Checksum 17:27:09 93b9cdb0e59b: Download complete 17:27:09 5e14af77c1be: Verifying Checksum 17:27:09 5e14af77c1be: Download complete 17:27:09 01666e4c0597: Verifying Checksum 17:27:09 01666e4c0597: Download complete 17:27:09 df20fa9351a1: Pull complete 17:27:09 36b3adc4ff6f: Pull complete 17:27:09 8ad3a11d3b57: Verifying Checksum 17:27:09 8ad3a11d3b57: Download complete 17:27:10 8ad3a11d3b57: Pull complete 17:27:10 46f8f816bc3b: Pull complete 17:27:11 93b61091891f: Pull complete 17:27:11 aa168da1d23b: Download complete 17:27:12 93b9cdb0e59b: Pull complete 17:27:12 5e14af77c1be: Pull complete 17:27:12 01666e4c0597: Pull complete 17:27:21 aa168da1d23b: Pull complete 17:27:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:27:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:21 prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container 17:27:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:27:24 $ docker top 21e181e0bf0f6c79999263b3120a42694049e93d8e0fbe25316e5c60c49ce19b -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:25 + touch /tmp/pre-build-complete [Pipeline] sh 17:27:25 + mkdir -p /var/log/sa [Pipeline] sh 17:27:25 + ls /var/log/sa-host 17:27:25 + sadf -c /var/log/sa-host/sa05 17:27:25 file_magic: OK 17:27:25 HZ: Using current value: 100 17:27:25 file_header: OK 17:27:25 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 17:27:25 Statistics: 17:27:25 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:27:25 File successfully converted to sysstat format version 12.2.1 17:27:25 + sadf -c /var/log/sa-host/sa18 17:27:25 file_magic: OK 17:27:25 HZ: Using current value: 100 17:27:25 file_header: OK 17:27:25 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 17:27:25 Statistics: 17:27:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:27:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:25 provisioning config files... 17:27:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7368954407045716997tmp [Pipeline] { [Pipeline] echo 17:27:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:27:26 ---> create-netrc.sh [Pipeline] } 17:27:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:27:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:26 ---> python-tools-install.sh [Pipeline] echo 17:27:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:27:26 ---> sudo-logs.sh 17:27:26 Archiving 'sudo' log.. [Pipeline] echo 17:27:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:27:27 ---> job-cost.sh 17:27:27 lf-activate-venv: SKIPPING 17:27:27 INFO: No Stack... 17:27:28 INFO: Retrieving Pricing Info for: v1-standard-2 17:27:28 INFO: Archiving Costs [Pipeline] echo 17:27:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:27:29 ---> logs-deploy.sh 17:27:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/62 17:27:29 INFO: archiving workspace using pattern(s): 17:27:31 Archives upload complete. 17:27:31 INFO: archiving logs to Nexus 17:27:32 ---> uname -a: 17:27:32 Linux prd-centos7-docker-4c-2g-12543.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:27:32 17:27:32 17:27:32 ---> lscpu: 17:27:32 Architecture: x86_64 17:27:32 CPU op-mode(s): 32-bit, 64-bit 17:27:32 Byte Order: Little Endian 17:27:32 Address sizes: 40 bits physical, 48 bits virtual 17:27:32 CPU(s): 4 17:27:32 On-line CPU(s) list: 0-3 17:27:32 Thread(s) per core: 1 17:27:32 Core(s) per socket: 1 17:27:32 Socket(s): 4 17:27:32 NUMA node(s): 1 17:27:32 Vendor ID: GenuineIntel 17:27:32 CPU family: 6 17:27:32 Model: 44 17:27:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:27:32 Stepping: 1 17:27:32 CPU MHz: 2933.436 17:27:32 BogoMIPS: 5866.87 17:27:32 Virtualization: VT-x 17:27:32 Hypervisor vendor: KVM 17:27:32 Virtualization type: full 17:27:32 L1d cache: 128 KiB 17:27:32 L1i cache: 128 KiB 17:27:32 L2 cache: 16 MiB 17:27:32 L3 cache: 64 MiB 17:27:32 NUMA node0 CPU(s): 0-3 17:27:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:27:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:27:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:27:32 Vulnerability Meltdown: Mitigation; PTI 17:27:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:27:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:27:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:27:32 Vulnerability Tsx async abort: Not affected 17:27:32 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 17:27:32 17:27:32 17:27:32 ---> nproc: 17:27:32 4 17:27:32 17:27:32 17:27:32 ---> df -h: 17:27:32 Filesystem Size Used Available Use% Mounted on 17:27:32 overlay 50.0G 8.5G 41.5G 17% / 17:27:32 tmpfs 64.0M 0 64.0M 0% /dev 17:27:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:27:32 shm 64.0M 0 64.0M 0% /dev/shm 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 17:27:32 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 17:27:32 17:27:32 17:27:32 ---> free -m: 17:27:32 total used free shared buff/cache available 17:27:32 Mem: 1837 803 140 0 892 979 17:27:32 Swap: 1023 3 1020 17:27:32 17:27:32 17:27:32 ---> ip addr: 17:27:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:27:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:27:32 inet 127.0.0.1/8 scope host lo 17:27:32 valid_lft forever preferred_lft forever 17:27:32 inet6 ::1/128 scope host 17:27:32 valid_lft forever preferred_lft forever 17:27:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:27:32 link/ether fa:16:3e:f9:54:6f brd ff:ff:ff:ff:ff:ff 17:27:32 inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 17:27:32 valid_lft 85760sec preferred_lft 85760sec 17:27:32 inet6 fe80::f816:3eff:fef9:546f/64 scope link 17:27:32 valid_lft forever preferred_lft forever 17:27:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:27:32 link/ether 02:42:f0:38:20:be brd ff:ff:ff:ff:ff:ff 17:27:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:27:32 valid_lft forever preferred_lft forever 17:27:32 inet6 fe80::42:f0ff:fe38:20be/64 scope link 17:27:32 valid_lft forever preferred_lft forever 17:27:32 17:27:32 17:27:32 ---> sar -b -r -n DEV: 17:27:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 17:27:32 17:27:32 17:16:34 LINUX RESTART (4 CPU) 17:27:32 17:27:32 17:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:27:32 17:18:01 127.79 46.67 81.13 0.00 7786.46 36002.71 0.00 17:27:32 17:19:01 3.30 0.00 3.30 0.00 0.00 106.11 0.00 17:27:32 17:20:01 0.40 0.00 0.40 0.00 0.00 7.63 0.00 17:27:32 17:21:01 0.27 0.00 0.27 0.00 0.00 3.73 0.00 17:27:32 17:22:01 0.32 0.00 0.32 0.00 0.00 5.66 0.00 17:27:32 17:23:01 0.45 0.00 0.45 0.00 0.00 7.69 0.00 17:27:32 17:24:01 0.38 0.02 0.37 0.00 0.13 5.70 0.00 17:27:32 17:25:01 0.48 0.18 0.30 0.00 12.26 5.25 0.00 17:27:32 17:26:01 325.21 189.23 135.97 0.00 9613.18 38359.78 0.00 17:27:32 17:27:01 243.99 98.55 145.44 0.00 5410.05 32882.78 0.00 17:27:32 Average: 70.21 33.46 36.74 0.00 2274.29 10702.52 0.00 17:27:32 17:27:32 17:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:27:32 17:18:01 157796 0 586848 31.19 2620 1134292 1126904 38.46 395924 1168096 132 17:27:32 17:19:01 164172 0 580380 30.85 2620 1134384 1094376 37.35 393376 1164844 20 17:27:32 17:20:01 162876 0 581668 30.91 2620 1134392 1084188 37.00 395444 1164220 8 17:27:32 17:21:01 164568 0 579976 30.82 2620 1134392 1073948 36.65 395096 1163736 16 17:27:32 17:22:01 162936 0 581600 30.91 2620 1134400 1073936 36.65 396832 1163128 24 17:27:32 17:23:01 163880 0 580652 30.86 2620 1134404 1073912 36.65 402332 1157524 8 17:27:32 17:24:01 163608 0 580916 30.87 2620 1134412 1074064 36.66 402364 1157524 16 17:27:32 17:25:01 153704 0 590424 31.38 2620 1134808 1075924 36.72 400920 1161780 44 17:27:32 17:26:01 147876 0 741136 39.39 2596 989948 1410412 48.13 625096 887280 112 17:27:32 17:27:01 232316 0 743304 39.50 1492 904444 1150224 39.26 623204 717356 44 17:27:32 Average: 167373 0 614690 32.67 2505 1096988 1123789 38.35 443059 1090549 42 17:27:32 17:27:32 17:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:27:32 17:18:01 eth0 507.96 305.33 1076.23 101.88 0.00 0.00 0.00 0.00 17:27:32 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:18:01 docker0 1.76 1.46 0.38 3.53 0.00 0.00 0.00 0.00 17:27:32 17:19:01 eth0 2.12 0.60 0.75 0.43 0.00 0.00 0.00 0.00 17:27:32 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:20:01 eth0 1.78 0.30 0.37 0.17 0.00 0.00 0.00 0.00 17:27:32 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:21:01 eth0 1.10 0.48 0.35 0.24 0.00 0.00 0.00 0.00 17:27:32 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:22:01 eth0 1.77 0.28 0.38 0.20 0.00 0.00 0.00 0.00 17:27:32 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:23:01 eth0 1.18 0.63 0.67 0.46 0.00 0.00 0.00 0.00 17:27:32 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:24:01 eth0 1.10 0.42 0.33 0.18 0.00 0.00 0.00 0.00 17:27:32 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:25:01 eth0 5.03 3.23 4.66 1.68 0.00 0.00 0.00 0.00 17:27:32 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:26:01 eth0 559.72 471.70 4674.44 45.26 0.00 0.00 0.00 0.00 17:27:32 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:26:01 vethdd442c8 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:27:32 17:26:01 docker0 58.97 64.31 4.57 407.67 0.00 0.00 0.00 0.00 17:27:32 17:27:01 eth0 483.01 419.62 3420.63 106.82 0.00 0.00 0.00 0.00 17:27:32 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 17:27:01 docker0 22.50 26.14 1.32 171.48 0.00 0.00 0.00 0.00 17:27:32 Average: eth0 155.98 120.02 918.19 25.62 0.00 0.00 0.00 0.00 17:27:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:32 Average: docker0 8.34 9.21 0.63 58.40 0.00 0.00 0.00 0.00 17:27:32 17:27:32 17:27:32 ---> sar -P ALL: 17:27:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 17:27:32 17:27:32 17:16:34 LINUX RESTART (4 CPU) 17:27:32 17:27:32 17:17:02 CPU %user %nice %system %iowait %steal %idle 17:27:32 17:18:01 all 15.80 0.00 7.38 5.57 0.26 70.99 17:27:32 17:18:01 0 13.75 0.00 7.90 8.21 0.29 69.85 17:27:32 17:18:01 1 15.46 0.00 8.62 4.72 0.29 70.91 17:27:32 17:18:01 2 17.42 0.00 6.50 4.26 0.26 71.57 17:27:32 17:18:01 3 16.56 0.00 6.53 5.09 0.19 71.63 17:27:32 17:19:01 all 0.10 0.00 0.06 0.00 0.00 99.83 17:27:32 17:19:01 0 0.07 0.00 0.05 0.00 0.02 99.87 17:27:32 17:19:01 1 0.05 0.00 0.07 0.00 0.00 99.88 17:27:32 17:19:01 2 0.03 0.00 0.07 0.00 0.00 99.90 17:27:32 17:19:01 3 0.25 0.00 0.07 0.00 0.00 99.68 17:27:32 17:20:01 all 0.10 0.00 0.04 0.00 0.00 99.85 17:27:32 17:20:01 0 0.02 0.00 0.05 0.00 0.00 99.93 17:27:32 17:20:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:27:32 17:20:01 2 0.12 0.00 0.03 0.00 0.00 99.85 17:27:32 17:20:01 3 0.23 0.00 0.05 0.00 0.00 99.72 17:27:32 17:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:27:32 17:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:27:32 17:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:27:32 17:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:27:32 17:21:01 3 0.48 0.00 0.02 0.00 0.00 99.50 17:27:32 17:22:01 all 0.18 0.00 0.03 0.00 0.00 99.79 17:27:32 17:22:01 0 0.05 0.00 0.03 0.00 0.00 99.92 17:27:32 17:22:01 1 0.07 0.00 0.02 0.00 0.00 99.92 17:27:32 17:22:01 2 0.07 0.00 0.03 0.00 0.00 99.90 17:27:32 17:22:01 3 0.52 0.00 0.03 0.00 0.02 99.43 17:27:32 17:23:01 all 0.18 0.00 0.04 0.00 0.00 99.78 17:27:32 17:23:01 0 0.03 0.00 0.05 0.00 0.00 99.92 17:27:32 17:23:01 1 0.07 0.00 0.07 0.00 0.02 99.85 17:27:32 17:23:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:27:32 17:23:01 3 0.55 0.00 0.02 0.00 0.00 99.43 17:27:32 17:24:01 all 0.15 0.00 0.04 0.00 0.00 99.80 17:27:32 17:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:27:32 17:24:01 1 0.08 0.00 0.07 0.00 0.00 99.85 17:27:32 17:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:27:32 17:24:01 3 0.47 0.00 0.03 0.00 0.00 99.50 17:27:32 17:25:01 all 0.31 0.00 0.25 0.00 0.00 99.43 17:27:32 17:25:01 0 0.30 0.00 0.30 0.00 0.00 99.40 17:27:32 17:25:01 1 0.20 0.00 0.20 0.00 0.02 99.58 17:27:32 17:25:01 2 0.13 0.00 0.25 0.00 0.00 99.62 17:27:32 17:25:01 3 0.62 0.00 0.27 0.00 0.00 99.12 17:27:32 17:26:01 all 11.67 0.00 7.48 3.01 0.32 77.51 17:27:32 17:26:01 0 13.02 0.00 8.76 4.18 0.34 73.70 17:27:32 17:26:01 1 11.55 0.00 6.34 2.09 0.31 79.72 17:27:32 17:26:01 2 11.43 0.00 7.57 3.91 0.32 76.77 17:27:32 17:26:01 3 10.70 0.00 7.27 1.87 0.31 79.85 17:27:32 17:27:01 all 12.01 0.00 8.86 3.37 0.43 75.32 17:27:32 17:27:01 0 10.95 0.00 8.21 1.55 0.38 78.92 17:27:32 17:27:01 1 13.42 0.00 8.85 1.84 0.45 75.44 17:27:32 17:27:01 2 11.60 0.00 9.10 5.72 0.46 73.11 17:27:32 17:27:01 3 12.07 0.00 9.30 4.39 0.43 73.81 17:27:32 Average: all 3.98 0.00 2.37 1.17 0.10 92.38 17:27:32 Average: 0 3.74 0.00 2.48 1.36 0.10 92.32 17:27:32 Average: 1 4.01 0.00 2.38 0.84 0.11 92.66 17:27:32 Average: 2 4.01 0.00 2.32 1.36 0.10 92.21 17:27:32 Average: 3 4.15 0.00 2.31 1.11 0.09 92.34 17:27:32 17:27:32 17:27:32