Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 283bdc74331b39276080386e89bce736b980b866 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31436 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 283bdc74331b39276080386e89bce736b980b866 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" > git rev-list --no-walk be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:55:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:55:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:55:41 ========================================================= 20:55:41 EdgeX Global Pipelines Version Info 20:55:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:55:42 ------------------- 20:55:42 stable info: 20:55:42 ------------------- 20:55:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:55:42 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:55:42 Message: update stable to v1.0.186 20:55:43 ------------------- 20:55:43 experimental info: 20:55:43 ------------------- 20:55:43 Commited By: **** collab-it+edgex@linuxfoundation.org 20:55:43 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 20:55:43 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:55:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:55:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:55:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 283bdc74331b39276080386e89bce736b980b866 [Pipeline] echo 20:55:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 283bdc7 [Pipeline] echo 20:55:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:55:47 provisioning config files... 20:55:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8976001958640773569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:55:47 ---> docker-login.sh 20:55:47 nexus3.edgexfoundry.org:10001 20:55:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:47 Configure a credential helper to remove this warning. See 20:55:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:47 20:55:47 Login Succeeded 20:55:47 nexus3.edgexfoundry.org:10002 20:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:48 Configure a credential helper to remove this warning. See 20:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:48 20:55:48 Login Succeeded 20:55:48 nexus3.edgexfoundry.org:10003 20:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:48 Configure a credential helper to remove this warning. See 20:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:48 20:55:48 Login Succeeded 20:55:48 nexus3.edgexfoundry.org:10004 20:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:48 Configure a credential helper to remove this warning. See 20:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:48 20:55:48 Login Succeeded 20:55:48 docker.io 20:55:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:55:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:55:48 Configure a credential helper to remove this warning. See 20:55:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:55:48 20:55:48 Login Succeeded 20:55:48 ---> docker-login.sh ends [Pipeline] } 20:55:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:55:49 + git log --format=format:%s -1 283bdc74331b39276080386e89bce736b980b866 [Pipeline] echo 20:55:49 GIT_COMMIT: 283bdc74331b39276080386e89bce736b980b866, Commit Message: build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220) [Pipeline] echo 20:55:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:50 20:55:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:55:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:51 latest: Pulling from edgex-devops/git-semver 20:55:51 31603596830f: Pulling fs layer 20:55:51 2a8b12db71e7: Pulling fs layer 20:55:51 6ca5941a6612: Pulling fs layer 20:55:51 ecc8261a40a4: Pulling fs layer 20:55:51 ecc8261a40a4: Waiting 20:55:51 2a8b12db71e7: Verifying Checksum 20:55:51 2a8b12db71e7: Download complete 20:55:51 31603596830f: Verifying Checksum 20:55:51 ecc8261a40a4: Verifying Checksum 20:55:51 ecc8261a40a4: Download complete 20:55:51 6ca5941a6612: Verifying Checksum 20:55:51 6ca5941a6612: Download complete 20:55:51 31603596830f: Pull complete 20:55:51 2a8b12db71e7: Pull complete 20:55:52 6ca5941a6612: Pull complete 20:55:52 ecc8261a40a4: Pull complete 20:55:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:55:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:55:52 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 20:55:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:54 $ docker top 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:55 [ssh-agent] Looking for ssh-agent implementation... 20:55:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:55 $ docker exec 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent 20:55:55 SSH_AUTH_SOCK=/tmp/ssh-A34yOW8iXNhW/agent.12 20:55:55 SSH_AGENT_PID=18 20:55:55 Running ssh-add (command line suppressed) 20:55:55 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3817613991236336757.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3817613991236336757.key) 20:55:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:55 + git tag --points-at HEAD [Pipeline] } 20:55:55 $ docker exec --env ******** --env ******** 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent -k 20:55:56 unset SSH_AUTH_SOCK; 20:55:56 unset SSH_AGENT_PID; 20:55:56 echo Agent pid 18 killed; 20:55:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:55:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:56 [ssh-agent] Looking for ssh-agent implementation... 20:55:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:56 $ docker exec 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent 20:55:56 SSH_AUTH_SOCK=/tmp/ssh-D7EwiBKZXaHO/agent.49 20:55:56 SSH_AGENT_PID=54 20:55:56 Running ssh-add (command line suppressed) 20:55:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1082791950522341472.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1082791950522341472.key) 20:55:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:57 + git semver init 20:55:57 # -> Open(): unable to determine branch for HEAD 20:55:57 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:55:57 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:55:57 # $SEMVER_REMOTE_NAME = origin 20:55:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:57 # $SEMVER_USER_NAME = edgex-jenkins 20:55:57 # $SEMVER_BRANCH = master 20:55:57 # $SEMVER_TEMP = /tmp/semver-739065646 20:55:57 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 20:55:57 # '/tmp/semver-739065646' -> '/w/workspace/_app-service-configurable_master/.semver' 20:55:57 # -> Force: false 20:55:57 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:55:57 $ docker exec --env ******** --env ******** 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent -k 20:55:57 unset SSH_AUTH_SOCK; 20:55:57 unset SSH_AGENT_PID; 20:55:57 echo Agent pid 54 killed; 20:55:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:58 + git semver [Pipeline] } 20:55:58 $ docker stop --time=1 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 20:55:59 $ docker rm -f 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 [Pipeline] // withDockerContainer [Pipeline] sh 20:56:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:56:00 Stashed 1 file(s) [Pipeline] echo 20:56:00 [edgeXSemver]: initialized semver on version 2.0.0-dev.26 [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 20:56:16 Still waiting to schedule task 20:56:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31436’ 20:56:16 Still waiting to schedule task 20:56:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:58:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31437 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:58:01 Running in /w/workspace/app-service-configurable/96 [Pipeline] { [Pipeline] checkout 20:58:06 using credential edgex-jenkins-ssh 20:58:06 Cloning the remote Git repository 20:58:06 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:58:06 > git init /w/workspace/app-service-configurable/96 # timeout=10 20:58:07 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:58:07 > git --version # timeout=10 20:58:07 > git --version # 'git version 2.17.1' 20:58:07 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:07 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:58:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:08 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:58:08 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:58:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:58:08 Checking out Revision 283bdc74331b39276080386e89bce736b980b866 (master) 20:58:08 > git config core.sparsecheckout # timeout=10 20:58:08 > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 20:58:13 Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:58:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:58:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:58:17 + true 20:58:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:58:20 provisioning config files... 20:58:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config1880854576231238271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:58:21 ---> docker-login.sh 20:58:21 nexus3.edgexfoundry.org:10001 20:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:22 Configure a credential helper to remove this warning. See 20:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:22 20:58:22 Login Succeeded 20:58:22 nexus3.edgexfoundry.org:10002 20:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:22 Configure a credential helper to remove this warning. See 20:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:22 20:58:22 Login Succeeded 20:58:22 nexus3.edgexfoundry.org:10003 20:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:23 Configure a credential helper to remove this warning. See 20:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:23 20:58:23 Login Succeeded 20:58:23 nexus3.edgexfoundry.org:10004 20:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:23 Configure a credential helper to remove this warning. See 20:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:23 20:58:23 Login Succeeded 20:58:23 docker.io 20:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:24 Configure a credential helper to remove this warning. See 20:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:24 20:58:24 Login Succeeded 20:58:24 ---> docker-login.sh ends [Pipeline] } 20:58:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:58:25 ========================================================= 20:58:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:58:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:25 + 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 . 20:58:25 Sending build context to Docker daemon 97.28kB 20:58:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:58:25 Step 2/8 : FROM ${BASE} 20:58:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:58:25 5f621e34cdf4: Pulling fs layer 20:58:25 a4357932f1b6: Pulling fs layer 20:58:25 18c013af1878: Pulling fs layer 20:58:25 00ac8860ef70: Pulling fs layer 20:58:25 63d7cb157983: Pulling fs layer 20:58:25 b116817d02f9: Pulling fs layer 20:58:25 745a02a5169b: Pulling fs layer 20:58:25 63d7cb157983: Waiting 20:58:25 b116817d02f9: Waiting 20:58:25 745a02a5169b: Waiting 20:58:25 00ac8860ef70: Waiting 20:58:25 18c013af1878: Download complete 20:58:25 a4357932f1b6: Verifying Checksum 20:58:25 a4357932f1b6: Download complete 20:58:26 63d7cb157983: Verifying Checksum 20:58:26 63d7cb157983: Download complete 20:58:26 b116817d02f9: Verifying Checksum 20:58:26 b116817d02f9: Download complete 20:58:26 5f621e34cdf4: Download complete 20:58:26 5f621e34cdf4: Pull complete 20:58:27 a4357932f1b6: Pull complete 20:58:27 18c013af1878: Pull complete 20:58:28 745a02a5169b: Download complete 20:58:29 00ac8860ef70: Verifying Checksum 20:58:29 00ac8860ef70: Download complete 20:58:40 00ac8860ef70: Pull complete 20:58:40 63d7cb157983: Pull complete 20:58:40 b116817d02f9: Pull complete 20:58:44 745a02a5169b: Pull complete 20:58:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:58:44 ---> b7e6874047d6 20:58:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:58:47 ---> Running in 11230ce4d069 20:58:47 Removing intermediate container 11230ce4d069 20:58:47 ---> 08e04b81d400 20:58:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:47 ---> Running in d75ad5460213 20:58:50 Removing intermediate container d75ad5460213 20:58:50 ---> 1aefe8f0e85c 20:58:50 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:58:50 ---> Running in 7810ea3b7d25 20:58:50 Running on prd-centos7-docker-4c-2g-31438 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:58:50 Running in /w/workspace/app-service-configurable/96 [Pipeline] { [Pipeline] checkout 20:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:58:52 (1/6) Installing libc-dev (0.7.2-r3) 20:58:52 (2/6) Installing libsodium (1.0.18-r0) 20:58:52 (3/6) Installing pkgconf (1.7.2-r0) 20:58:52 (4/6) Installing libsodium-dev (1.0.18-r0) 20:58:52 (5/6) Installing libzmq (4.3.3-r0) 20:58:52 (6/6) Installing zeromq-dev (4.3.3-r0) 20:58:53 using credential edgex-jenkins-ssh 20:58:53 Executing busybox-1.31.1-r19.trigger 20:58:53 OK: 144 MiB in 45 packages 20:58:53 Cloning the remote Git repository 20:58:53 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:58:53 > git init /w/workspace/app-service-configurable/96 # timeout=10 20:58:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:58:53 > git --version # timeout=10 20:58:53 > git --version # 'git version 2.24.3' 20:58:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:54 Checking out Revision 283bdc74331b39276080386e89bce736b980b866 (master) 20:58:54 Removing intermediate container 7810ea3b7d25 20:58:54 ---> ac4da102cfdc 20:58:54 Step 6/8 : WORKDIR /app 20:58:54 ---> Running in 7c052bb0b79e 20:58:54 Removing intermediate container 7c052bb0b79e 20:58:54 ---> f8324fbf57b9 20:58:54 Step 7/8 : COPY . . 20:58:53 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:58:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:58:53 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:58:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:58:53 using GIT_SSH to set credentials SSH Credentials for GitHub 20:58:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:58:54 > git config core.sparsecheckout # timeout=10 20:58:54 > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 20:58:55 ---> f2dd0bf3a19d 20:58:55 Step 8/8 : RUN go mod download 20:58:55 ---> Running in 22252b9cf327 20:58:58 Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:58:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:58:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:58:59 + sudo service docker restart 20:58:59 + true 20:58:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:59:01 provisioning config files... 20:59:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config2796014767382060641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:59:01 ---> docker-login.sh 20:59:01 nexus3.edgexfoundry.org:10001 20:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:02 Configure a credential helper to remove this warning. See 20:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:02 20:59:02 Login Succeeded 20:59:02 nexus3.edgexfoundry.org:10002 20:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:02 Configure a credential helper to remove this warning. See 20:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:02 20:59:02 Login Succeeded 20:59:02 nexus3.edgexfoundry.org:10003 20:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:02 Configure a credential helper to remove this warning. See 20:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:02 20:59:02 Login Succeeded 20:59:02 nexus3.edgexfoundry.org:10004 20:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:02 Configure a credential helper to remove this warning. See 20:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:02 20:59:02 Login Succeeded 20:59:02 docker.io 20:59:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:03 Configure a credential helper to remove this warning. See 20:59:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:03 20:59:03 Login Succeeded 20:59:03 ---> docker-login.sh ends [Pipeline] } 20:59:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:59:03 ========================================================= 20:59:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:59:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:59:03 + 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 . 20:59:03 Sending build context to Docker daemon 97.28kB 20:59:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:59:03 Step 2/8 : FROM ${BASE} 20:59:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:59:04 188c0c94c7c5: Pulling fs layer 20:59:04 0ef7d3d256c8: Pulling fs layer 20:59:04 de9db76c5a1d: Pulling fs layer 20:59:04 bca2f99d35d6: Pulling fs layer 20:59:04 93359f2a8cfa: Pulling fs layer 20:59:04 7c6f9722023f: Pulling fs layer 20:59:04 a35cf1a2eb13: Pulling fs layer 20:59:04 bca2f99d35d6: Waiting 20:59:04 93359f2a8cfa: Waiting 20:59:04 7c6f9722023f: Waiting 20:59:04 a35cf1a2eb13: Waiting 20:59:04 de9db76c5a1d: Verifying Checksum 20:59:04 de9db76c5a1d: Download complete 20:59:04 0ef7d3d256c8: Verifying Checksum 20:59:04 0ef7d3d256c8: Download complete 20:59:04 93359f2a8cfa: Verifying Checksum 20:59:04 93359f2a8cfa: Download complete 20:59:04 7c6f9722023f: Verifying Checksum 20:59:04 7c6f9722023f: Download complete 20:59:04 188c0c94c7c5: Download complete 20:59:04 188c0c94c7c5: Pull complete 20:59:04 0ef7d3d256c8: Pull complete 20:59:04 de9db76c5a1d: Pull complete 20:59:06 a35cf1a2eb13: Verifying Checksum 20:59:06 a35cf1a2eb13: Download complete 20:59:07 bca2f99d35d6: Verifying Checksum 20:59:07 bca2f99d35d6: Download complete 20:59:12 bca2f99d35d6: Pull complete 20:59:12 93359f2a8cfa: Pull complete 20:59:12 7c6f9722023f: Pull complete 20:59:19 a35cf1a2eb13: Pull complete 20:59:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:59:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:59:19 ---> a62c8e92a672 20:59:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:59:19 ---> Running in 287fb8ae98b6 20:59:19 Removing intermediate container 287fb8ae98b6 20:59:19 ---> a2976690b81e 20:59:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:59:19 ---> Running in 8533162206a1 20:59:21 Removing intermediate container 8533162206a1 20:59:21 ---> 4a517966c3d0 20:59:21 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:59:21 ---> Running in 5e3d3e179bcb 20:59:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:59:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:59:22 Removing intermediate container 22252b9cf327 20:59:22 ---> 02cb02ea6757 20:59:22 Successfully built 02cb02ea6757 20:59:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:59:23 + docker inspect -f . ci-base-image-arm64 20:59:23 . 20:59:23 (1/6) Installing libc-dev (0.7.2-r3) 20:59:23 (2/6) Installing libsodium (1.0.18-r0) [Pipeline] withDockerContainer 20:59:23 (3/6) Installing pkgconf (1.7.2-r0) 20:59:23 (4/6) Installing libsodium-dev (1.0.18-r0) 20:59:23 (5/6) Installing libzmq (4.3.3-r0) 20:59:23 prd-ubuntu18.04-docker-arm64-4c-16g-31437 does not seem to be running inside a container 20:59:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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-arm64 cat 20:59:23 (6/6) Installing zeromq-dev (4.3.3-r0) 20:59:23 Executing busybox-1.31.1-r19.trigger 20:59:23 OK: 167 MiB in 45 packages 20:59:24 Removing intermediate container 5e3d3e179bcb 20:59:24 ---> 2de16d1ddc93 20:59:24 Step 6/8 : WORKDIR /app 20:59:24 ---> Running in ac75a39ae06e 20:59:24 Removing intermediate container ac75a39ae06e 20:59:24 ---> 0460f51a1a98 20:59:24 Step 7/8 : COPY . . 20:59:24 ---> 8aaf2980c261 20:59:24 Step 8/8 : RUN go mod download 20:59:24 $ docker top 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 -eo pid,comm 20:59:24 ---> Running in 8361bc0fdd2f [Pipeline] { [Pipeline] sh 20:59:25 + go version 20:59:25 go version go1.15.5 linux/arm64 [Pipeline] } 20:59:26 $ docker stop --time=1 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 20:59:28 $ docker rm -f 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:29 + docker inspect -f . ci-base-image-arm64 20:59:29 . [Pipeline] withDockerContainer 20:59:29 prd-ubuntu18.04-docker-arm64-4c-16g-31437 does not seem to be running inside a container 20:59:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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-arm64 cat 20:59:30 $ docker top fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:31 + make test 20:59:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:59:47 Removing intermediate container 8361bc0fdd2f 20:59:47 ---> 0be9cd765ec3 20:59:47 Successfully built 0be9cd765ec3 20:59:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:59:47 + docker inspect -f . ci-base-image-x86_64 20:59:47 . [Pipeline] withDockerContainer 20:59:48 prd-centos7-docker-4c-2g-31438 does not seem to be running inside a container 20:59:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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 20:59:49 $ docker top 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:49 + go version 20:59:49 go version go1.15.5 linux/amd64 [Pipeline] } 20:59:49 $ docker stop --time=1 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 20:59:51 $ docker rm -f 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:52 + docker inspect -f . ci-base-image-x86_64 20:59:52 . [Pipeline] withDockerContainer 20:59:52 prd-centos7-docker-4c-2g-31438 does not seem to be running inside a container 20:59:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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 20:59:52 $ docker top 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa -eo pid,comm [Pipeline] { [Pipeline] sh 20:59:53 + make test 20:59:53 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:00:08 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:00:08 CGO_ENABLED=1 go vet ./... 21:00:09 gofmt -l . 21:00:09 [ "`gofmt -l .`" = "" ] 21:00:09 ./bin/test-go-mod-tidy.sh 21:00:09 ./bin/test-attribution-txt.sh [Pipeline] } 21:00:10 $ docker stop --time=1 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa 21:00:11 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:00:11 CGO_ENABLED=1 go vet ./... 21:00:12 $ docker rm -f 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa [Pipeline] // withDockerContainer [Pipeline] sh 21:00:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:00:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:00:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:00:17 + ls -al . 21:00:17 total 92 21:00:17 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 25 21:00 . 21:00:17 drwxrwxr-x. 4 jenkins jenkins 30 Mar 25 20:58 .. 21:00:17 -rw-rw-r--. 1 jenkins jenkins 7306 Mar 25 20:58 Attribution.txt 21:00:17 drwxrwxr-x. 2 jenkins jenkins 64 Mar 25 20:58 bin 21:00:17 -rw-r--r--. 1 jenkins jenkins 10 Mar 25 20:59 coverage.out 21:00:17 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 25 20:58 Dockerfile 21:00:17 -rw-rw-r--. 1 jenkins jenkins 970 Mar 25 20:58 Dockerfile.build 21:00:17 -rw-rw-r--. 1 jenkins jenkins 119 Mar 25 20:58 .dockerignore 21:00:17 drwxrwxr-x. 8 jenkins jenkins 162 Mar 25 20:58 .git 21:00:17 drwxrwxr-x. 2 jenkins jenkins 81 Mar 25 20:58 .github 21:00:17 -rw-rw-r--. 1 jenkins jenkins 111 Mar 25 20:58 .gitignore 21:00:17 -rw-r--r--. 1 jenkins jenkins 136 Mar 25 21:00 go.mod 21:00:17 -rw-r--r--. 1 jenkins jenkins 21416 Mar 25 21:00 go.sum 21:00:17 -rw-rw-r--. 1 jenkins jenkins 687 Mar 25 20:58 Jenkinsfile 21:00:17 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 25 20:58 LICENSE 21:00:17 -rw-rw-r--. 1 jenkins jenkins 1467 Mar 25 20:58 main.go 21:00:17 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 25 20:58 makefile 21:00:17 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 25 20:58 README.md 21:00:17 drwxrwxr-x. 10 jenkins jenkins 173 Mar 25 20:58 res 21:00:17 drwxrwxr-x. 4 jenkins jenkins 71 Mar 25 20:58 snap 21:00:17 -rw-rw-r--. 1 jenkins jenkins 12 Mar 25 20:56 VERSION [Pipeline] isUnix [Pipeline] sh 21:00: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=283bdc74331b39276080386e89bce736b980b866 --label arch=amd64 --label version=2.0.0-dev.26 . 21:00:17 Sending build context to Docker daemon 121.3kB 21:00:17 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:00:17 Step 2/27 : FROM ${BASE} AS builder 21:00:17 ---> 0be9cd765ec3 21:00:17 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:00:17 ---> Running in 18fc78e1f707 21:00:17 Removing intermediate container 18fc78e1f707 21:00:17 ---> c15db4ef692d 21:00:17 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:00:18 ---> Running in 366ffedbf8d2 21:00:18 Removing intermediate container 366ffedbf8d2 21:00:18 ---> ffce11716d0a 21:00:18 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:00:18 ---> Running in 8e861b14c75e 21:00:18 Removing intermediate container 8e861b14c75e 21:00:18 ---> 61935231b39f 21:00:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:18 ---> Running in 14b86aac36f3 21:00:19 gofmt -l . 21:00:19 [ "`gofmt -l .`" = "" ] 21:00:19 ./bin/test-go-mod-tidy.sh 21:00:19 ./bin/test-attribution-txt.sh 21:00:19 Removing intermediate container 14b86aac36f3 21:00:19 ---> 53bf251c8d09 21:00:19 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:00:19 ---> Running in 27d792593b46 21:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } 21:00:20 $ docker stop --time=1 fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 21:00:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:21 OK: 167 MiB in 45 packages 21:00:21 Removing intermediate container 27d792593b46 21:00:21 ---> 804d4ae700fe 21:00:21 Step 8/27 : WORKDIR /app 21:00:21 ---> Running in c718a72f6424 21:00:21 Removing intermediate container c718a72f6424 21:00:21 ---> e5e84eb1fafb 21:00:21 Step 9/27 : COPY go.mod . 21:00:22 ---> 6932f950b77a 21:00:22 Step 10/27 : RUN go mod download 21:00:22 ---> Running in 417e01c61f46 21:00:22 $ docker rm -f fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 21:00:23 Removing intermediate container 417e01c61f46 21:00:23 ---> 67a5df8f5952 21:00:23 Step 11/27 : COPY . . [Pipeline] // withDockerContainer [Pipeline] sh 21:00:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:00:23 Warning: overwriting stash ‘coverage-report’ 21:00:23 ---> 0bd782a89f3e 21:00:23 Step 12/27 : ARG MAKE="make build" 21:00:23 ---> Running in 5ab9420238bd 21:00:23 Removing intermediate container 5ab9420238bd 21:00:23 ---> 76bbc1f11d64 21:00:23 Step 13/27 : RUN $MAKE 21:00:23 ---> Running in 0d511e2ae2af 21:00:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 21:00:24 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.26" -o app-service-configurable [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:00:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:00:25 + ls -al . 21:00:25 total 116 21:00:25 drwxrwxr-x 7 jenkins jenkins 4096 Mar 25 21:00 . 21:00:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 20:58 .. 21:00:25 -rw-rw-r-- 1 jenkins jenkins 119 Mar 25 20:58 .dockerignore 21:00:25 drwxrwxr-x 8 jenkins jenkins 4096 Mar 25 20:58 .git 21:00:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 20:58 .github 21:00:25 -rw-rw-r-- 1 jenkins jenkins 111 Mar 25 20:58 .gitignore 21:00:25 -rw-rw-r-- 1 jenkins jenkins 7306 Mar 25 20:58 Attribution.txt 21:00:25 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 25 20:58 Dockerfile 21:00:25 -rw-rw-r-- 1 jenkins jenkins 970 Mar 25 20:58 Dockerfile.build 21:00:25 -rw-rw-r-- 1 jenkins jenkins 687 Mar 25 20:58 Jenkinsfile 21:00:25 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 25 20:58 LICENSE 21:00:25 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 25 20:58 README.md 21:00:25 -rw-rw-r-- 1 jenkins jenkins 12 Mar 25 20:56 VERSION 21:00:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 20:58 bin 21:00:25 -rw-r--r-- 1 jenkins jenkins 10 Mar 25 20:59 coverage.out 21:00:25 -rw-r--r-- 1 jenkins jenkins 136 Mar 25 21:00 go.mod 21:00:25 -rw-r--r-- 1 jenkins jenkins 21416 Mar 25 21:00 go.sum 21:00:25 -rw-rw-r-- 1 jenkins jenkins 1467 Mar 25 20:58 main.go 21:00:25 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 25 20:58 makefile 21:00:25 drwxrwxr-x 10 jenkins jenkins 4096 Mar 25 20:58 res 21:00:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 20:58 snap [Pipeline] isUnix [Pipeline] sh 21:00:25 + 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=283bdc74331b39276080386e89bce736b980b866 --label arch=arm64 --label version=2.0.0-dev.26 . 21:00:25 Sending build context to Docker daemon 121.3kB 21:00:26 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:00:26 Step 2/27 : FROM ${BASE} AS builder 21:00:26 ---> 02cb02ea6757 21:00:26 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:00:26 ---> Running in 0597fcbccf1c 21:00:26 Removing intermediate container 0597fcbccf1c 21:00:26 ---> 96765d21df1c 21:00:26 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:00:26 ---> Running in 874636e56866 21:00:27 Removing intermediate container 874636e56866 21:00:27 ---> 0556dd9ee95d 21:00:27 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:00:27 ---> Running in 76629df30c0d 21:00:27 Removing intermediate container 76629df30c0d 21:00:27 ---> 14ff92c3d627 21:00:27 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:28 ---> Running in 121e68ee7a02 21:00:30 Removing intermediate container 121e68ee7a02 21:00:30 ---> 05404262655b 21:00:30 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:00:30 ---> Running in 456f2a5024a1 21:00:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:00:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:00:32 OK: 144 MiB in 45 packages 21:00:33 Removing intermediate container 456f2a5024a1 21:00:33 ---> 79572d577afe 21:00:33 Step 8/27 : WORKDIR /app 21:00:33 ---> Running in c3164bdecad0 21:00:34 Removing intermediate container c3164bdecad0 21:00:34 ---> c94446b01a37 21:00:34 Step 9/27 : COPY go.mod . 21:00:35 ---> 6affacc1b226 21:00:35 Step 10/27 : RUN go mod download 21:00:35 ---> Running in 8999103cc523 21:00:37 Removing intermediate container 8999103cc523 21:00:37 ---> 54887ab8231b 21:00:37 Step 11/27 : COPY . . 21:00:37 ---> 5ae0a160cd18 21:00:37 Step 12/27 : ARG MAKE="make build" 21:00:38 ---> Running in 70a17881870d 21:00:38 Removing intermediate container 70a17881870d 21:00:38 ---> b52ffc14d7b3 21:00:38 Step 13/27 : RUN $MAKE 21:00:38 ---> Running in e2c1a0e7e235 21:00:39 Removing intermediate container 0d511e2ae2af 21:00:39 ---> 27604f48f8a0 21:00:39 Step 14/27 : FROM alpine:3.12 21:00:39 3.12: Pulling from library/alpine 21:00:39 f84cab65f19f: Pulling fs layer 21:00:39 f84cab65f19f: Verifying Checksum 21:00:39 f84cab65f19f: Download complete 21:00:39 f84cab65f19f: Pull complete 21:00:39 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:00:39 Status: Downloaded newer image for alpine:3.12 21:00:39 ---> 88dd2752d2ea 21:00:39 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:00:39 ---> Running in c8a5b12a544a 21:00:39 Removing intermediate container c8a5b12a544a 21:00:39 ---> 913b48b95528 21:00:39 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:00:39 ---> Running in 681b25a90919 21:00:39 Removing intermediate container 681b25a90919 21:00:39 ---> bd61d902517b 21:00:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:00:39 ---> Running in 639fd8811ae5 21:00:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:00:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:00:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.26" -o app-service-configurable 21:00:39 (1/7) Installing ca-certificates (20191127-r4) 21:00:39 (2/7) Installing dumb-init (1.2.2-r1) 21:00:39 (3/7) Installing libgcc (9.3.0-r2) 21:00:39 (4/7) Installing libsodium (1.0.18-r0) 21:00:39 (5/7) Installing libstdc++ (9.3.0-r2) 21:00:39 (6/7) Installing libzmq (4.3.3-r0) 21:00:39 (7/7) Installing zeromq (4.3.3-r0) 21:00:39 Executing busybox-1.31.1-r19.trigger 21:00:39 Executing ca-certificates-20191127-r4.trigger 21:00:39 OK: 9 MiB in 21 packages 21:00:41 Removing intermediate container 639fd8811ae5 21:00:41 ---> c2f3c7b708ee 21:00:41 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:00:41 ---> 735718d563ba 21:00:41 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:00:41 ---> 9d36c7a2b613 21:00:41 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:00:41 ---> 4e2da8c7b0bf 21:00:41 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:00:42 ---> 9a135a0f62fc 21:00:42 Step 22/27 : EXPOSE 48095 21:00:42 ---> Running in 60ff7c42d349 21:00:42 Removing intermediate container 60ff7c42d349 21:00:42 ---> 8afef12e1f15 21:00:42 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:00:42 ---> Running in 0f693822ec75 21:00:43 Removing intermediate container 0f693822ec75 21:00:43 ---> 4d6e93631520 21:00:43 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:00:43 ---> Running in 34c8a1c676ca 21:00:43 Removing intermediate container 34c8a1c676ca 21:00:43 ---> 6f356cb45537 21:00:43 Step 25/27 : LABEL arch=amd64 21:00:43 ---> Running in e2de9fb9b071 21:00:43 Removing intermediate container e2de9fb9b071 21:00:43 ---> 038fbba34389 21:00:43 Step 26/27 : LABEL git_sha=283bdc74331b39276080386e89bce736b980b866 21:00:43 ---> Running in 3c83ab71f453 21:00:43 Removing intermediate container 3c83ab71f453 21:00:43 ---> c5a185c5498f 21:00:43 Step 27/27 : LABEL version=2.0.0-dev.26 21:00:43 ---> Running in 9893dd4a3d65 21:00:43 Removing intermediate container 9893dd4a3d65 21:00:43 ---> 9792a109a519 21:00:43 [Warning] One or more build-args [ARCH] were not consumed 21:00:43 Successfully built 9792a109a519 21:00:44 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:00:44 provisioning config files... 21:00:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config4136125908423010773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:00:44 ---> docker-login.sh 21:00:44 nexus3.edgexfoundry.org:10001 21:00:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:45 Configure a credential helper to remove this warning. See 21:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:45 21:00:45 Login Succeeded 21:00:45 nexus3.edgexfoundry.org:10002 21:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:45 Configure a credential helper to remove this warning. See 21:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:45 21:00:45 Login Succeeded 21:00:45 nexus3.edgexfoundry.org:10003 21:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:45 Configure a credential helper to remove this warning. See 21:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:45 21:00:45 Login Succeeded 21:00:45 nexus3.edgexfoundry.org:10004 21:00:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:45 Configure a credential helper to remove this warning. See 21:00:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:45 21:00:45 Login Succeeded 21:00:45 docker.io 21:00:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:00:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:00:46 Configure a credential helper to remove this warning. See 21:00:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:00:46 21:00:46 Login Succeeded 21:00:46 ---> docker-login.sh ends [Pipeline] } 21:00:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:46 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:00:46 283bdc74331b39276080386e89bce736b980b866 21:00:46 latest 21:00:46 2.0.0-dev.26 21:00:46 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:00:46 master 21:00:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:00:46 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh 21:00:47 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 21:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:00:47 400d8db0fd4b: Preparing 21:00:47 7fa7816e1645: Preparing 21:00:47 152de3a1ba3d: Preparing 21:00:47 67a76dd95f51: Preparing 21:00:47 de002cfe7e2d: Preparing 21:00:47 33e8713114f8: Preparing 21:00:47 33e8713114f8: Waiting 21:00:47 7fa7816e1645: Pushed 21:00:47 67a76dd95f51: Pushed 21:00:47 152de3a1ba3d: Pushed 21:00:47 33e8713114f8: Layer already exists 21:00:47 de002cfe7e2d: Pushed 21:00:48 400d8db0fd4b: Pushed 21:00:48 283bdc74331b39276080386e89bce736b980b866: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh 21:00:49 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:00:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:00:50 400d8db0fd4b: Preparing 21:00:50 7fa7816e1645: Preparing 21:00:50 152de3a1ba3d: Preparing 21:00:50 67a76dd95f51: Preparing 21:00:50 de002cfe7e2d: Preparing 21:00:50 33e8713114f8: Preparing 21:00:50 33e8713114f8: Waiting 21:00:50 400d8db0fd4b: Layer already exists 21:00:50 de002cfe7e2d: Layer already exists 21:00:50 7fa7816e1645: Layer already exists 21:00:50 152de3a1ba3d: Layer already exists 21:00:50 67a76dd95f51: Layer already exists 21:00:50 33e8713114f8: Layer already exists 21:00:50 latest: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh 21:00:50 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh 21:00:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 21:00:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:00:50 400d8db0fd4b: Preparing 21:00:50 7fa7816e1645: Preparing 21:00:50 152de3a1ba3d: Preparing 21:00:50 67a76dd95f51: Preparing 21:00:50 de002cfe7e2d: Preparing 21:00:50 33e8713114f8: Preparing 21:00:50 de002cfe7e2d: Layer already exists 21:00:50 67a76dd95f51: Layer already exists 21:00:50 7fa7816e1645: Layer already exists 21:00:50 152de3a1ba3d: Layer already exists 21:00:50 400d8db0fd4b: Layer already exists 21:00:50 33e8713114f8: Layer already exists 21:00:50 2.0.0-dev.26: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh 21:00:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh 21:00:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:00:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:00:51 400d8db0fd4b: Preparing 21:00:51 7fa7816e1645: Preparing 21:00:51 152de3a1ba3d: Preparing 21:00:51 67a76dd95f51: Preparing 21:00:51 de002cfe7e2d: Preparing 21:00:51 33e8713114f8: Preparing 21:00:51 33e8713114f8: Waiting 21:00:51 152de3a1ba3d: Layer already exists 21:00:51 de002cfe7e2d: Layer already exists 21:00:51 7fa7816e1645: Layer already exists 21:00:51 400d8db0fd4b: Layer already exists 21:00:51 67a76dd95f51: Layer already exists 21:00:51 33e8713114f8: Layer already exists 21:00:51 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh 21:00:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:00:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:00:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:00:52 400d8db0fd4b: Preparing 21:00:52 7fa7816e1645: Preparing 21:00:52 152de3a1ba3d: Preparing 21:00:52 67a76dd95f51: Preparing 21:00:52 de002cfe7e2d: Preparing 21:00:52 33e8713114f8: Preparing 21:00:52 33e8713114f8: Waiting 21:00:52 de002cfe7e2d: Layer already exists 21:00:52 400d8db0fd4b: Layer already exists 21:00:52 67a76dd95f51: Layer already exists 21:00:52 7fa7816e1645: Layer already exists 21:00:52 152de3a1ba3d: Layer already exists 21:00:52 33e8713114f8: Layer already exists 21:00:52 master: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:52 ===================================================== [Pipeline] echo 21:00:52 taggedImages: 21:00:52 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 21:00:52 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:00:52 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 21:00:52 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:00:52 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:00:53 ---> job-cost.sh 21:00:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wENo 21:01:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:01:18 Removing intermediate container e2c1a0e7e235 21:01:18 ---> 43e6334500e0 21:01:18 Step 14/27 : FROM alpine:3.12 21:01:18 3.12: Pulling from library/alpine 21:01:18 dce8679b510e: Pulling fs layer 21:01:18 dce8679b510e: Verifying Checksum 21:01:18 dce8679b510e: Pull complete 21:01:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:01:18 Status: Downloaded newer image for alpine:3.12 21:01:18 ---> d10569e2745f 21:01:18 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:01:18 ---> Running in 43f25cd645a4 21:01:18 Removing intermediate container 43f25cd645a4 21:01:18 ---> dd5aede9d50e 21:01:18 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:01:18 ---> Running in 31627e4ccdfd 21:01:18 Removing intermediate container 31627e4ccdfd 21:01:18 ---> 58076591751b 21:01:18 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:01:18 ---> Running in a6fcc04a468c 21:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:20 (1/7) Installing ca-certificates (20191127-r4) 21:01:20 (2/7) Installing dumb-init (1.2.2-r1) 21:01:20 (3/7) Installing libgcc (9.3.0-r2) 21:01:20 (4/7) Installing libsodium (1.0.18-r0) 21:01:20 (5/7) Installing libstdc++ (9.3.0-r2) 21:01:20 (6/7) Installing libzmq (4.3.3-r0) 21:01:20 (7/7) Installing zeromq (4.3.3-r0) 21:01:20 Executing busybox-1.31.1-r19.trigger 21:01:20 Executing ca-certificates-20191127-r4.trigger 21:01:20 OK: 9 MiB in 21 packages 21:01:22 Removing intermediate container a6fcc04a468c 21:01:22 ---> 81d7c62a5178 21:01:22 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:01:22 ---> 77b293cff870 21:01:22 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:01:23 ---> 6824e85ac0b9 21:01:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:01:24 ---> 8f7501706fdb 21:01:24 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:01:25 ---> 856ee9bc1d11 21:01:25 Step 22/27 : EXPOSE 48095 21:01:25 ---> Running in 06a16c9c68b0 21:01:26 Removing intermediate container 06a16c9c68b0 21:01:26 ---> b7e0ef7efda0 21:01:26 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:01:26 ---> Running in a0cb1e9c72c7 21:01:27 Removing intermediate container a0cb1e9c72c7 21:01:27 ---> e6c69c014770 21:01:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:01:27 ---> Running in 74242bd8ae3d 21:01:27 Removing intermediate container 74242bd8ae3d 21:01:27 ---> 949f9a910cd7 21:01:27 Step 25/27 : LABEL arch=arm64 21:01:27 ---> Running in 342399aac5b0 21:01:28 Removing intermediate container 342399aac5b0 21:01:28 ---> 1e493c638268 21:01:28 Step 26/27 : LABEL git_sha=283bdc74331b39276080386e89bce736b980b866 21:01:28 ---> Running in c8cb4d4ef864 21:01:28 Removing intermediate container c8cb4d4ef864 21:01:28 ---> a80ea27dca46 21:01:28 Step 27/27 : LABEL version=2.0.0-dev.26 21:01:28 ---> Running in 2db5ca29af57 21:01:29 Removing intermediate container 2db5ca29af57 21:01:29 ---> 28b715dd67f8 21:01:29 [Warning] One or more build-args [ARCH] were not consumed 21:01:29 Successfully built 28b715dd67f8 21:01:29 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 21:01:29 provisioning config files... 21:01:29 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config1308891269621710910tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:30 ---> docker-login.sh 21:01:30 nexus3.edgexfoundry.org:10001 21:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:30 Configure a credential helper to remove this warning. See 21:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:30 21:01:30 Login Succeeded 21:01:30 nexus3.edgexfoundry.org:10002 21:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:31 Configure a credential helper to remove this warning. See 21:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:31 21:01:31 Login Succeeded 21:01:31 nexus3.edgexfoundry.org:10003 21:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:31 Configure a credential helper to remove this warning. See 21:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:31 21:01:31 Login Succeeded 21:01:31 nexus3.edgexfoundry.org:10004 21:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:32 Configure a credential helper to remove this warning. See 21:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:32 21:01:32 Login Succeeded 21:01:32 docker.io 21:01:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:32 Configure a credential helper to remove this warning. See 21:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:32 21:01:32 Login Succeeded 21:01:32 ---> docker-login.sh ends [Pipeline] } 21:01:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:01:33 283bdc74331b39276080386e89bce736b980b866 21:01:33 latest 21:01:33 2.0.0-dev.26 21:01:33 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:01:33 master 21:01:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:01:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh 21:01:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 21:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:01:34 a623d043789e: Preparing 21:01:34 b0c819706438: Preparing 21:01:34 326aba59cc50: Preparing 21:01:34 fd92cd2c217c: Preparing 21:01:34 cb632ecf16cc: Preparing 21:01:34 02a88cfff88f: Preparing 21:01:34 02a88cfff88f: Waiting 21:01:34 b0c819706438: Pushed 21:01:34 fd92cd2c217c: Pushed 21:01:34 326aba59cc50: Pushed 21:01:34 02a88cfff88f: Layer already exists 21:01:35 cb632ecf16cc: Pushed 21:01:37 a623d043789e: Pushed 21:01:37 283bdc74331b39276080386e89bce736b980b866: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:01:38 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:01:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:01:38 a623d043789e: Preparing 21:01:38 b0c819706438: Preparing 21:01:38 326aba59cc50: Preparing 21:01:38 fd92cd2c217c: Preparing 21:01:38 cb632ecf16cc: Preparing 21:01:38 02a88cfff88f: Preparing 21:01:38 02a88cfff88f: Waiting 21:01:38 326aba59cc50: Layer already exists 21:01:38 cb632ecf16cc: Layer already exists 21:01:38 b0c819706438: Layer already exists 21:01:38 a623d043789e: Layer already exists 21:01:38 fd92cd2c217c: Layer already exists 21:01:38 02a88cfff88f: Layer already exists 21:01:38 latest: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:01:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh 21:01:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 21:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:01:39 a623d043789e: Preparing 21:01:39 b0c819706438: Preparing 21:01:39 326aba59cc50: Preparing 21:01:39 fd92cd2c217c: Preparing 21:01:39 cb632ecf16cc: Preparing 21:01:39 02a88cfff88f: Preparing 21:01:39 02a88cfff88f: Waiting 21:01:39 326aba59cc50: Layer already exists 21:01:39 cb632ecf16cc: Layer already exists 21:01:39 fd92cd2c217c: Layer already exists 21:01:39 a623d043789e: Layer already exists 21:01:39 b0c819706438: Layer already exists 21:01:39 02a88cfff88f: Layer already exists 21:01:39 2.0.0-dev.26: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:01:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh 21:01:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:01:40 a623d043789e: Preparing 21:01:40 b0c819706438: Preparing 21:01:40 326aba59cc50: Preparing 21:01:40 fd92cd2c217c: Preparing 21:01:40 cb632ecf16cc: Preparing 21:01:40 02a88cfff88f: Preparing 21:01:40 02a88cfff88f: Waiting 21:01:40 lf-activate-venv(): INFO: Adding /tmp/venv-wENo/bin to PATH 21:01:40 INFO: No Stack... 21:01:40 INFO: Retrieving Pricing Info for: v1-standard-2 21:01:40 INFO: Archiving Costs [Pipeline] sh 21:01:40 fd92cd2c217c: Layer already exists 21:01:40 b0c819706438: Layer already exists 21:01:40 326aba59cc50: Layer already exists 21:01:40 cb632ecf16cc: Layer already exists 21:01:40 a623d043789e: Layer already exists 21:01:40 02a88cfff88f: Layer already exists 21:01:40 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh 21:01:40 + cat /w/workspace/app-service-configurable/96/archives/cost.csv 21:01:40 + cut -d, -f6 [Pipeline] lock 21:01:41 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] 21:01:41 Resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] did not exist. Created. 21:01:41 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:01:41 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:01:41 + echo total: 0.029999999329447746 [Pipeline] stash 21:01:41 Stashed 1 file(s) [Pipeline] } 21:01:41 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] 21:01:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:01:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:01:41 a623d043789e: Preparing 21:01:41 b0c819706438: Preparing 21:01:41 326aba59cc50: Preparing 21:01:41 fd92cd2c217c: Preparing 21:01:41 cb632ecf16cc: Preparing 21:01:41 02a88cfff88f: Preparing 21:01:41 02a88cfff88f: Waiting [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 21:01:41 a623d043789e: Layer already exists 21:01:41 b0c819706438: Layer already exists 21:01:41 326aba59cc50: Layer already exists 21:01:41 fd92cd2c217c: Layer already exists 21:01:41 cb632ecf16cc: Layer already exists 21:01:41 02a88cfff88f: Layer already exists 21:01:41 master: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:42 ===================================================== [Pipeline] echo 21:01:42 taggedImages: 21:01:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 21:01:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:01:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 21:01:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 21:01:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:01:42 ---> job-cost.sh 21:01:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6r3x 21:02:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:03:58 lf-activate-venv(): INFO: Adding /tmp/venv-6r3x/bin to PATH 21:03:58 INFO: No Stack... 21:03:58 INFO: Retrieving Pricing Info for: lf-standard-4 21:03:58 INFO: Archiving Costs [Pipeline] sh 21:03:59 + cat /w/workspace/app-service-configurable/96/archives/cost.csv 21:03:59 + cut -d, -f6 [Pipeline] lock 21:03:59 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] 21:03:59 Resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] did not exist. Created. 21:03:59 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:04:00 /w/workspace/app-service-configurable/96@tmp/durable-c9078a79/script.sh: 1: /w/workspace/app-service-configurable/96@tmp/durable-c9078a79/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:04:00 + echo total: 0.20999999344348907 [Pipeline] stash 21:04:00 Warning: overwriting stash ‘stack-cost’ 21:04:00 Stashed 1 file(s) [Pipeline] } 21:04:00 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 21:04:01 provisioning config files... 21:04:02 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config626605596460047352tmp [Pipeline] { [Pipeline] sh 21:04:02 + set +x 21:04:02 + curl -s https://codecov.io/bash 21:04:02 + bash -s -- 21:04:02 21:04:02 _____ _ 21:04:02 / ____| | | 21:04:02 | | ___ __| | ___ ___ _____ __ 21:04:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:04:02 | |___| (_) | (_| | __/ (_| (_) \ V / 21:04:02 \_____\___/ \__,_|\___|\___\___/ \_/ 21:04:02 Bash-20210309-2b87ace 21:04:02 21:04:02 21:04:02 ==> git version 2.24.3 found 21:04:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 21:04:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:04:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:04:02 ==> Jenkins CI detected. 21:04:02 project root: . 21:04:02 --> token set from env 21:04:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:04:02 ==> Running gcov in . (disable via -X gcov) 21:04:02 ==> Python coveragepy not found 21:04:02 ==> Searching for coverage reports in: 21:04:02 + . 21:04:02 -> Found 1 reports 21:04:02 ==> Detecting git/mercurial file structure 21:04:02 ==> Reading reports 21:04:02 + ./coverage.out bytes=10 21:04:02 ==> Appending adjustments 21:04:02 https://docs.codecov.io/docs/fixing-reports 21:04:02 + Found adjustments 21:04:02 ==> Gzipping contents 21:04:02 4.0K /tmp/codecov.bwEKtP.gz 21:04:02 ==> Uploading reports 21:04:02 url: https://codecov.io 21:04:02 query: branch=master&commit=283bdc74331b39276080386e89bce736b980b866&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:04:02 -> Pinging Codecov 21:04:02 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=283bdc74331b39276080386e89bce736b980b866&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:04:03 -> Uploading to 21:04:03 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/A97CA9966030D2A3747ED39772930CCE/283bdc74331b39276080386e89bce736b980b866/a0b9f993-b6eb-402b-b0ef-d4f1ae075bd5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T210402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd9c8caf76fab79092e3153938caf4a3c3c84245eeb50ee6cebd64a01f93d1d9 21:04:03 % Total % Received % Xferd Average Speed Time Time Time Current 21:04:03 Dload Upload Total Spent Left Speed 21:04:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 840 --:--:-- --:--:-- --:--:-- 842 21:04:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/283bdc74331b39276080386e89bce736b980b866 [Pipeline] } 21:04:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:04:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:04:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:04:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:04:04 21:04:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:04:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:04:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:04:05 188c0c94c7c5: Pulling fs layer 21:04:05 0ef7d3d256c8: Pulling fs layer 21:04:05 de9db76c5a1d: Pulling fs layer 21:04:05 0eba1c9be4d2: Pulling fs layer 21:04:05 0d57e429df01: Pulling fs layer 21:04:05 4e4be7b47b0d: Pulling fs layer 21:04:05 e1f770b5df2f: Pulling fs layer 21:04:05 85a0685a4137: Pulling fs layer 21:04:05 0eba1c9be4d2: Waiting 21:04:05 4e4be7b47b0d: Waiting 21:04:05 0d57e429df01: Waiting 21:04:05 e1f770b5df2f: Waiting 21:04:05 85a0685a4137: Waiting 21:04:05 de9db76c5a1d: Verifying Checksum 21:04:05 de9db76c5a1d: Download complete 21:04:05 0ef7d3d256c8: Verifying Checksum 21:04:05 0ef7d3d256c8: Download complete 21:04:05 0d57e429df01: Verifying Checksum 21:04:05 0d57e429df01: Download complete 21:04:05 188c0c94c7c5: Download complete 21:04:05 4e4be7b47b0d: Verifying Checksum 21:04:05 4e4be7b47b0d: Download complete 21:04:05 188c0c94c7c5: Pull complete 21:04:05 0ef7d3d256c8: Pull complete 21:04:05 de9db76c5a1d: Pull complete 21:04:07 e1f770b5df2f: Verifying Checksum 21:04:07 e1f770b5df2f: Download complete 21:04:09 85a0685a4137: Verifying Checksum 21:04:09 85a0685a4137: Download complete 21:04:09 0eba1c9be4d2: Verifying Checksum 21:04:09 0eba1c9be4d2: Download complete 21:04:14 0eba1c9be4d2: Pull complete 21:04:14 0d57e429df01: Pull complete 21:04:14 4e4be7b47b0d: Pull complete 21:04:16 e1f770b5df2f: Pull complete 21:04:24 85a0685a4137: Pull complete 21:04:24 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:04:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:04:24 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:04: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 21:04:25 $ docker top d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 -eo pid,comm [Pipeline] { [Pipeline] echo 21:04:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:04:26 + set -o pipefail 21:04:26 + snyk monitor '--org=edgex-jenkins' 21:04:36 21:04:36 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:04:36 21:04:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/c0761a86-99dd-436f-b209-4c732c8a5a83 21:04:36 21:04:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:04:36 21:04:36 [Pipeline] } 21:04:36 $ docker stop --time=1 d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 21:04:39 $ docker rm -f d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:04:41 + git log --format=format:%s -1 283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh 21:04:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:41 . [Pipeline] withDockerContainer 21:04:41 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:04:41 $ 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 21:04:42 $ docker top 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:42 [ssh-agent] Looking for ssh-agent implementation... 21:04:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:42 $ docker exec 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 ssh-agent 21:04:42 SSH_AUTH_SOCK=/tmp/ssh-dI0D67IOJBvQ/agent.11 21:04:42 SSH_AGENT_PID=16 21:04:42 Running ssh-add (command line suppressed) 21:04:43 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8773928936819029109.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8773928936819029109.key) 21:04:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:43 + git semver tag 21:04:43 # -> Open(): unable to determine branch for HEAD 21:04:43 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:04:43 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:04:43 # $SEMVER_REMOTE_NAME = origin 21:04:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:43 # $SEMVER_USER_NAME = edgex-jenkins 21:04:43 # $SEMVER_BRANCH = master 21:04:43 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:04:43 # 283bdc74331b39276080386e89bce736b980b866 HEAD 21:04:43 # -> Force: false 21:04:43 # bec500e63903d80a4a1cc01d6dca2f2611c7ac32 refs/tags/v2.0.0-dev.26 [Pipeline] } 21:04:43 $ docker exec --env ******** --env ******** 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 ssh-agent -k 21:04:43 unset SSH_AUTH_SOCK; 21:04:43 unset SSH_AGENT_PID; 21:04:43 echo Agent pid 16 killed; 21:04:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:44 + git semver [Pipeline] } 21:04:44 $ docker stop --time=1 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 21:04:45 $ docker rm -f 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:04:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:04:46 21:04:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:04:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:04:46 0.23.1-centos7: Pulling from edgex-lftools 21:04:46 ab5ef0e58194: Pulling fs layer 21:04:46 9712f1f96733: Pulling fs layer 21:04:46 63f879dbbcfc: Pulling fs layer 21:04:46 0d9ebad4ef96: Pulling fs layer 21:04:46 e9a5061849ea: Pulling fs layer 21:04:46 d747dcd14b5f: Pulling fs layer 21:04:46 2de7ff778b66: Pulling fs layer 21:04:46 e9a5061849ea: Waiting 21:04:46 d747dcd14b5f: Waiting 21:04:46 2de7ff778b66: Waiting 21:04:46 0d9ebad4ef96: Waiting 21:04:46 9712f1f96733: Verifying Checksum 21:04:46 9712f1f96733: Download complete 21:04:50 0d9ebad4ef96: Verifying Checksum 21:04:50 0d9ebad4ef96: Download complete 21:04:50 63f879dbbcfc: Verifying Checksum 21:04:50 63f879dbbcfc: Download complete 21:04:50 d747dcd14b5f: Download complete 21:04:50 e9a5061849ea: Download complete 21:04:51 2de7ff778b66: Verifying Checksum 21:04:51 2de7ff778b66: Download complete 21:04:51 ab5ef0e58194: Verifying Checksum 21:04:51 ab5ef0e58194: Download complete 21:04:56 ab5ef0e58194: Pull complete 21:04:56 9712f1f96733: Pull complete 21:04:58 63f879dbbcfc: Pull complete 21:05:04 0d9ebad4ef96: Pull complete 21:05:06 e9a5061849ea: Pull complete 21:05:06 d747dcd14b5f: Pull complete 21:05:08 2de7ff778b66: Pull complete 21:05:08 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:05:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:05:08 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:05:09 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:05:09 $ 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 21:05:13 $ docker top d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:05:13 provisioning config files... 21:05:13 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5060302252289089830tmp 21:05:13 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3997353053308175788tmp 21:05:13 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config107164280171141880tmp [Pipeline] { [Pipeline] echo 21:05:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:05:13 ---> sigul-configuration.sh 21:05:14 gpg: directory `/root/.gnupg' created 21:05:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:05:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:05:14 gpg: keyring `/root/.gnupg/secring.gpg' created 21:05:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:05:14 gpg: CAST5 encrypted data 21:05:14 gpg: encrypted with 1 passphrase 21:05:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:05:14 + mkdir /home/jenkins 21:05:14 + mkdir /home/jenkins/sigul [Pipeline] sh 21:05:14 + 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 21:05:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:05:15 ---> sigul-install.sh 21:05:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:05:20 + git tag --list 21:05:20 v1.0.0 21:05:20 v1.1.0 21:05:20 v1.2.0 21:05:20 v1.3.0 21:05:20 v1.3.1 21:05:20 v1.3.1-dev.1 21:05:20 v1.3.1-dev.2 21:05:20 v1.3.1-dev.3 21:05:20 v2.0.0-dev.1 21:05:20 v2.0.0-dev.10 21:05:20 v2.0.0-dev.11 21:05:20 v2.0.0-dev.12 21:05:20 v2.0.0-dev.13 21:05:20 v2.0.0-dev.14 21:05:20 v2.0.0-dev.15 21:05:20 v2.0.0-dev.16 21:05:20 v2.0.0-dev.17 21:05:20 v2.0.0-dev.18 21:05:20 v2.0.0-dev.19 21:05:20 v2.0.0-dev.2 21:05:20 v2.0.0-dev.20 21:05:20 v2.0.0-dev.21 21:05:20 v2.0.0-dev.22 21:05:20 v2.0.0-dev.23 21:05:20 v2.0.0-dev.24 21:05:20 v2.0.0-dev.25 21:05:20 v2.0.0-dev.26 21:05:20 v2.0.0-dev.3 21:05:20 v2.0.0-dev.4 21:05:20 v2.0.0-dev.5 21:05:20 v2.0.0-dev.6 21:05:20 v2.0.0-dev.7 21:05:20 v2.0.0-dev.8 21:05:20 v2.0.0-dev.9 [Pipeline] sh 21:05:20 + lftools sign git-tag v2.0.0-dev.26 21:05:22 Signing Git tag with Sigul... 21:05:22 Signing v2.0.0-dev.26 [Pipeline] echo 21:05:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:05:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:05:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:05:23 $ docker stop --time=1 d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 21:05:25 $ docker rm -f d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:05:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:26 . [Pipeline] withDockerContainer 21:05:26 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:05:26 $ 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 21:05:27 $ docker top 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:05:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:05:27 [ssh-agent] Looking for ssh-agent implementation... 21:05:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:27 $ docker exec 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 ssh-agent 21:05:27 SSH_AUTH_SOCK=/tmp/ssh-GoYHn0yyCSz4/agent.11 21:05:27 SSH_AGENT_PID=17 21:05:27 Running ssh-add (command line suppressed) 21:05:28 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1758739702241142961.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1758739702241142961.key) 21:05:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:28 + git semver bump pre 21:05:28 # -> Open(): unable to determine branch for HEAD 21:05:28 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:05:28 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:05:28 # $SEMVER_REMOTE_NAME = origin 21:05:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:05:28 # $SEMVER_USER_NAME = edgex-jenkins 21:05:28 # $SEMVER_BRANCH = master 21:05:28 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:05:28 2.0.0-dev.27 [Pipeline] } 21:05:28 $ docker exec --env ******** --env ******** 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 ssh-agent -k 21:05:28 unset SSH_AUTH_SOCK; 21:05:28 unset SSH_AGENT_PID; 21:05:28 echo Agent pid 17 killed; 21:05:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:29 + git semver [Pipeline] } 21:05:29 $ docker stop --time=1 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 21:05:30 $ docker rm -f 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:31 . [Pipeline] withDockerContainer 21:05:31 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:05:31 $ 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 21:05:31 $ docker top cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:05:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:05:32 [ssh-agent] Looking for ssh-agent implementation... 21:05:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:32 $ docker exec cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca ssh-agent 21:05:32 SSH_AUTH_SOCK=/tmp/ssh-bWGLGHrcj9Kf/agent.12 21:05:32 SSH_AGENT_PID=18 21:05:32 Running ssh-add (command line suppressed) 21:05:32 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5736370661019855651.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5736370661019855651.key) 21:05:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:33 + git semver push 21:05:33 # -> Open(): unable to determine branch for HEAD 21:05:33 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:05:33 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:05:33 # $SEMVER_REMOTE_NAME = origin 21:05:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:05:33 # $SEMVER_USER_NAME = edgex-jenkins 21:05:33 # $SEMVER_BRANCH = master 21:05:33 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:05:36 $ docker exec --env ******** --env ******** cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca ssh-agent -k 21:05:36 unset SSH_AUTH_SOCK; 21:05:36 unset SSH_AGENT_PID; 21:05:36 echo Agent pid 18 killed; 21:05:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:37 + git semver [Pipeline] } 21:05:37 $ docker stop --time=1 cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca 21:05:38 $ docker rm -f cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca [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 21:05:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:05:40 ---> package-listing.sh 21:05:40 ++ facter osfamily 21:05:40 ++ tr '[:upper:]' '[:lower:]' 21:05:40 + OS_FAMILY=redhat 21:05:40 + workspace=/w/workspace/_app-service-configurable_master 21:05:40 + START_PACKAGES=/tmp/packages_start.txt 21:05:40 + END_PACKAGES=/tmp/packages_end.txt 21:05:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:05:40 + PACKAGES=/tmp/packages_start.txt 21:05:40 + '[' /w/workspace/_app-service-configurable_master ']' 21:05:40 + PACKAGES=/tmp/packages_end.txt 21:05:40 + case "${OS_FAMILY}" in 21:05:40 + rpm -qa 21:05:40 + sort 21:05:46 + '[' -f /tmp/packages_start.txt ']' 21:05:46 + '[' -f /tmp/packages_end.txt ']' 21:05:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:05:46 + '[' /w/workspace/_app-service-configurable_master ']' 21:05:46 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:05:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:05:46 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 21:05:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:05:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:46 21:05:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:05:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:46 alpine: Pulling from edgex-lftools-log-publisher 21:05:46 df20fa9351a1: Pulling fs layer 21:05:46 36b3adc4ff6f: Pulling fs layer 21:05:46 8ad3a11d3b57: Pulling fs layer 21:05:46 46f8f816bc3b: Pulling fs layer 21:05:46 93b61091891f: Pulling fs layer 21:05:46 93b9cdb0e59b: Pulling fs layer 21:05:46 5e14af77c1be: Pulling fs layer 21:05:46 01666e4c0597: Pulling fs layer 21:05:46 aa168da1d23b: Pulling fs layer 21:05:46 93b9cdb0e59b: Waiting 21:05:46 5e14af77c1be: Waiting 21:05:46 01666e4c0597: Waiting 21:05:46 aa168da1d23b: Waiting 21:05:46 46f8f816bc3b: Waiting 21:05:46 93b61091891f: Waiting 21:05:46 36b3adc4ff6f: Download complete 21:05:46 46f8f816bc3b: Verifying Checksum 21:05:46 46f8f816bc3b: Download complete 21:05:46 df20fa9351a1: Verifying Checksum 21:05:46 df20fa9351a1: Download complete 21:05:46 93b9cdb0e59b: Verifying Checksum 21:05:46 93b9cdb0e59b: Download complete 21:05:47 93b61091891f: Verifying Checksum 21:05:47 93b61091891f: Download complete 21:05:47 5e14af77c1be: Verifying Checksum 21:05:47 5e14af77c1be: Download complete 21:05:47 01666e4c0597: Verifying Checksum 21:05:47 01666e4c0597: Download complete 21:05:47 8ad3a11d3b57: Verifying Checksum 21:05:47 8ad3a11d3b57: Download complete 21:05:47 df20fa9351a1: Pull complete 21:05:47 36b3adc4ff6f: Pull complete 21:05:49 aa168da1d23b: Verifying Checksum 21:05:49 aa168da1d23b: Download complete 21:05:49 8ad3a11d3b57: Pull complete 21:05:49 46f8f816bc3b: Pull complete 21:05:50 93b61091891f: Pull complete 21:05:50 93b9cdb0e59b: Pull complete 21:05:50 5e14af77c1be: Pull complete 21:05:50 01666e4c0597: Pull complete 21:05:57 aa168da1d23b: Pull complete 21:05:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:05:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:05:57 prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container 21:05:57 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:06:01 $ docker top 6183f215dd4d54fe043994b8f7073b9ae3af6b04ce72e90dfeca2ee31a8cc6ae -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:01 + touch /tmp/pre-build-complete [Pipeline] sh 21:06:01 + mkdir -p /var/log/sa [Pipeline] sh 21:06:02 + ls /var/log/sa-host 21:06:02 + sadf -c /var/log/sa-host/sa23 21:06:02 file_magic: OK 21:06:02 HZ: Using current value: 100 21:06:02 file_header: OK 21:06:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:06:02 Statistics: 21:06:02 Hnuu...uuuununununu... 21:06:02 File successfully converted to sysstat format version 12.2.1 21:06:02 + sadf -c /var/log/sa-host/sa25 21:06:02 file_magic: OK 21:06:02 HZ: Using current value: 100 21:06:02 file_header: OK 21:06:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:06:02 Statistics: 21:06:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:06:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:06:03 provisioning config files... 21:06:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4108332600249631324tmp [Pipeline] { [Pipeline] echo 21:06:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:06:03 ---> create-netrc.sh [Pipeline] } 21:06:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:06:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:06:03 ---> python-tools-install.sh [Pipeline] echo 21:06:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:06:04 ---> sudo-logs.sh 21:06:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:06:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:06:04 ---> job-cost.sh 21:06:04 lf-activate-venv: SKIPPING 21:06:04 DEBUG: total: 0.20999999344348907 21:06:04 INFO: Retrieving Stack Cost... 21:06:05 INFO: Retrieving Pricing Info for: v1-standard-2 21:06:06 INFO: Archiving Costs [Pipeline] echo 21:06:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:06:06 ---> logs-deploy.sh 21:06:06 lf-activate-venv: SKIPPING 21:06:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/96 21:06:06 INFO: archiving workspace using pattern(s): 21:06:07 Archives upload complete. 21:06:08 INFO: archiving logs to Nexus 21:06:08 ---> uname -a: 21:06:08 Linux prd-centos7-docker-4c-2g-31436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:06:08 21:06:08 21:06:08 ---> lscpu: 21:06:08 Architecture: x86_64 21:06:08 CPU op-mode(s): 32-bit, 64-bit 21:06:08 Byte Order: Little Endian 21:06:08 Address sizes: 40 bits physical, 48 bits virtual 21:06:08 CPU(s): 4 21:06:08 On-line CPU(s) list: 0-3 21:06:08 Thread(s) per core: 1 21:06:08 Core(s) per socket: 1 21:06:08 Socket(s): 4 21:06:08 NUMA node(s): 1 21:06:08 Vendor ID: GenuineIntel 21:06:08 CPU family: 6 21:06:08 Model: 44 21:06:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:06:08 Stepping: 1 21:06:08 CPU MHz: 2933.438 21:06:08 BogoMIPS: 5866.87 21:06:08 Virtualization: VT-x 21:06:08 Hypervisor vendor: KVM 21:06:08 Virtualization type: full 21:06:08 L1d cache: 128 KiB 21:06:08 L1i cache: 128 KiB 21:06:08 L2 cache: 16 MiB 21:06:08 L3 cache: 64 MiB 21:06:08 NUMA node0 CPU(s): 0-3 21:06:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:06:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:06:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:06:08 Vulnerability Meltdown: Mitigation; PTI 21:06:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:06:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:06:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:06:08 Vulnerability Srbds: Not affected 21:06:08 Vulnerability Tsx async abort: Not affected 21:06:08 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 21:06:08 21:06:08