Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a65e88d527b710e33d3215c83bdf0d189637d4e8 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-32500 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 a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" > git rev-list --no-walk 4992cc8f9ac9cc08fe433966063c723d57985e9f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T21:40:05.717Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T21:40:06.046Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T21:40:06.168Z] ========================================================= [2021-04-01T21:40:06.168Z] EdgeX Global Pipelines Version Info [2021-04-01T21:40:06.168Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:40:09.549Z] ------------------- [2021-04-01T21:40:09.549Z] stable info: [2021-04-01T21:40:09.549Z] ------------------- [2021-04-01T21:40:09.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T21:40:09.549Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T21:40:09.549Z] Message: update stable to v1.0.186 [2021-04-01T21:40:10.705Z] ------------------- [2021-04-01T21:40:10.705Z] experimental info: [2021-04-01T21:40:10.705Z] ------------------- [2021-04-01T21:40:10.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T21:40:10.705Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T21:40:10.705Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T21:40:11.250Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-01T21:40:11.359Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-01T21:40:11.467Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T21:40:11.571Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T21:40:11.682Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T21:40:11.783Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T21:40:11.952Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T21:40:12.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T21:40:12.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-01T21:40:12.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T21:40:12.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T21:40:12.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-01T21:40:12.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T21:40:12.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T21:40:12.844Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T21:40:12.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T21:40:13.080Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T21:40:13.178Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T21:40:13.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T21:40:13.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T21:40:13.505Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-01T21:40:13.601Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-01T21:40:13.694Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-01T21:40:13.787Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-01T21:40:13.879Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-01T21:40:13.974Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T21:40:14.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-01T21:40:14.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-01T21:40:14.267Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-01T21:40:14.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] echo [2021-04-01T21:40:14.484Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a65e88d [Pipeline] echo [2021-04-01T21:40:14.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T21:40:14.773Z] provisioning config files... [2021-04-01T21:40:14.819Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2932501837089451755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:40:15.247Z] ---> docker-login.sh [2021-04-01T21:40:15.247Z] nexus3.edgexfoundry.org:10001 [2021-04-01T21:40:16.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:40:16.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:40:16.783Z] Configure a credential helper to remove this warning. See [2021-04-01T21:40:16.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:40:16.783Z] [2021-04-01T21:40:16.783Z] Login Succeeded [2021-04-01T21:40:16.783Z] nexus3.edgexfoundry.org:10002 [2021-04-01T21:40:17.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:40:17.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:40:17.857Z] Configure a credential helper to remove this warning. See [2021-04-01T21:40:17.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:40:17.857Z] [2021-04-01T21:40:17.857Z] Login Succeeded [2021-04-01T21:40:17.857Z] nexus3.edgexfoundry.org:10003 [2021-04-01T21:40:18.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:40:18.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:40:18.941Z] Configure a credential helper to remove this warning. See [2021-04-01T21:40:18.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:40:18.941Z] [2021-04-01T21:40:18.941Z] Login Succeeded [2021-04-01T21:40:18.941Z] nexus3.edgexfoundry.org:10004 [2021-04-01T21:40:19.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:40:19.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:40:19.835Z] Configure a credential helper to remove this warning. See [2021-04-01T21:40:19.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:40:19.835Z] [2021-04-01T21:40:19.835Z] Login Succeeded [2021-04-01T21:40:19.835Z] docker.io [2021-04-01T21:40:20.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:40:21.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:40:21.141Z] Configure a credential helper to remove this warning. See [2021-04-01T21:40:21.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:40:21.141Z] [2021-04-01T21:40:21.141Z] Login Succeeded [2021-04-01T21:40:21.141Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T21:40:21.185Z] 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 [2021-04-01T21:40:22.387Z] + git log --format=format:%s -1 a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] echo [2021-04-01T21:40:22.779Z] GIT_COMMIT: a65e88d527b710e33d3215c83bdf0d189637d4e8, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226) [Pipeline] echo [2021-04-01T21:40:22.828Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:40:23.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:40:23.913Z] [2021-04-01T21:40:23.913Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:40:24.359Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:40:24.359Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T21:40:24.359Z] 31603596830f: Pulling fs layer [2021-04-01T21:40:24.359Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T21:40:24.359Z] 6ca5941a6612: Pulling fs layer [2021-04-01T21:40:24.359Z] ecc8261a40a4: Pulling fs layer [2021-04-01T21:40:24.359Z] ecc8261a40a4: Waiting [2021-04-01T21:40:24.359Z] 2a8b12db71e7: Download complete [2021-04-01T21:40:25.115Z] 31603596830f: Verifying Checksum [2021-04-01T21:40:25.115Z] 31603596830f: Download complete [2021-04-01T21:40:25.455Z] ecc8261a40a4: Verifying Checksum [2021-04-01T21:40:25.455Z] ecc8261a40a4: Download complete [2021-04-01T21:40:25.735Z] 6ca5941a6612: Verifying Checksum [2021-04-01T21:40:25.735Z] 6ca5941a6612: Download complete [2021-04-01T21:40:25.735Z] 31603596830f: Pull complete [2021-04-01T21:40:26.349Z] 2a8b12db71e7: Pull complete [2021-04-01T21:40:29.343Z] 6ca5941a6612: Pull complete [2021-04-01T21:40:29.613Z] ecc8261a40a4: Pull complete [2021-04-01T21:40:29.613Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T21:40:29.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:40:29.929Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T21:40:30.651Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:40:30.826Z] $ 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 [2021-04-01T21:40:35.538Z] $ docker top 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T21:40:36.274Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T21:40:36.274Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T21:40:37.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T21:40:37.071Z] $ docker exec 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent [2021-04-01T21:40:37.399Z] SSH_AUTH_SOCK=/tmp/ssh-I20zgBOhTAkI/agent.11 [2021-04-01T21:40:37.399Z] SSH_AGENT_PID=16 [2021-04-01T21:40:37.467Z] Running ssh-add (command line suppressed) [2021-04-01T21:40:37.765Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8952732080635027090.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8952732080635027090.key) [2021-04-01T21:40:37.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T21:40:38.762Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T21:40:38.973Z] $ docker exec --env ******** --env ******** 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent -k [2021-04-01T21:40:39.698Z] unset SSH_AUTH_SOCK; [2021-04-01T21:40:39.714Z] unset SSH_AGENT_PID; [2021-04-01T21:40:39.714Z] echo Agent pid 16 killed; [2021-04-01T21:40:39.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T21:40:40.100Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T21:40:40.100Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T21:40:40.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T21:40:40.682Z] $ docker exec 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent [2021-04-01T21:40:41.234Z] SSH_AUTH_SOCK=/tmp/ssh-fTkHotqQd2mi/agent.44 [2021-04-01T21:40:41.234Z] SSH_AGENT_PID=49 [2021-04-01T21:40:41.242Z] Running ssh-add (command line suppressed) [2021-04-01T21:40:41.390Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6799170225798895818.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6799170225798895818.key) [2021-04-01T21:40:41.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T21:40:42.361Z] + git semver init [2021-04-01T21:40:42.361Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T21:40:42.361Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-01T21:40:42.361Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-01T21:40:42.361Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T21:40:42.361Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T21:40:42.361Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T21:40:42.361Z] # $SEMVER_BRANCH = master [2021-04-01T21:40:42.361Z] # $SEMVER_TEMP = /tmp/semver-362778470 [2021-04-01T21:40:42.361Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-01T21:40:43.118Z] # '/tmp/semver-362778470' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-01T21:40:43.118Z] # -> Force: false [2021-04-01T21:40:43.118Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-01T21:40:43.259Z] $ docker exec --env ******** --env ******** 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent -k [2021-04-01T21:40:43.417Z] unset SSH_AUTH_SOCK; [2021-04-01T21:40:43.418Z] unset SSH_AGENT_PID; [2021-04-01T21:40:43.419Z] echo Agent pid 49 killed; [2021-04-01T21:40:43.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T21:40:44.223Z] + git semver [Pipeline] } [2021-04-01T21:40:44.302Z] $ docker stop --time=1 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 [2021-04-01T21:40:46.121Z] $ docker rm -f 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T21:40:47.104Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T21:40:48.675Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T21:40:48.679Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [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 [2021-04-01T21:41:04.209Z] Still waiting to schedule task [2021-04-01T21:41:04.209Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32500’ [2021-04-01T21:41:04.211Z] Still waiting to schedule task [2021-04-01T21:41:04.211Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T21:42:42.440Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32501 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-01T21:42:42.570Z] Running in /w/workspace/app-service-configurable/98 [Pipeline] { [Pipeline] checkout [2021-04-01T21:42:47.948Z] using credential edgex-jenkins-ssh [2021-04-01T21:42:48.011Z] Cloning the remote Git repository [2021-04-01T21:42:48.076Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:42:48.184Z] > git init /w/workspace/app-service-configurable/98 # timeout=10 [2021-04-01T21:42:48.270Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:42:48.271Z] > git --version # timeout=10 [2021-04-01T21:42:48.300Z] > git --version # 'git version 2.17.1' [2021-04-01T21:42:48.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T21:42:48.377Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T21:42:49.876Z] Checking out Revision a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) [2021-04-01T21:42:49.235Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-01T21:42:49.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T21:42:49.291Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-01T21:42:49.331Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:42:49.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T21:42:49.347Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T21:42:49.895Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T21:42:49.914Z] > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 [2021-04-01T21:42:54.062Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T21:42:55.499Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T21:42:55.906Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T21:42:56.253Z] + true [2021-04-01T21:42:56.253Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T21:42:58.987Z] provisioning config files... [2021-04-01T21:42:59.031Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config5046821556332911867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:42:59.451Z] ---> docker-login.sh [2021-04-01T21:42:59.451Z] nexus3.edgexfoundry.org:10001 [2021-04-01T21:43:00.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:00.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:00.726Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:00.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:00.726Z] [2021-04-01T21:43:00.726Z] Login Succeeded [2021-04-01T21:43:00.726Z] nexus3.edgexfoundry.org:10002 [2021-04-01T21:43:01.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:01.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:01.000Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:01.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:01.000Z] [2021-04-01T21:43:01.000Z] Login Succeeded [2021-04-01T21:43:01.000Z] nexus3.edgexfoundry.org:10003 [2021-04-01T21:43:01.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:01.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:01.600Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:01.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:01.600Z] [2021-04-01T21:43:01.600Z] Login Succeeded [2021-04-01T21:43:01.600Z] nexus3.edgexfoundry.org:10004 [2021-04-01T21:43:02.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:02.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:02.206Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:02.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:02.206Z] [2021-04-01T21:43:02.206Z] Login Succeeded [2021-04-01T21:43:02.206Z] docker.io [2021-04-01T21:43:02.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:02.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:02.751Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:02.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:02.751Z] [2021-04-01T21:43:02.751Z] Login Succeeded [2021-04-01T21:43:02.751Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T21:43:02.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T21:43:03.238Z] ========================================================= [2021-04-01T21:43:03.238Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T21:43:03.238Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:43:03.632Z] + 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 . [2021-04-01T21:43:03.632Z] Sending build context to Docker daemon 97.79kB [2021-04-01T21:43:03.911Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T21:43:03.911Z] Step 2/8 : FROM ${BASE} [2021-04-01T21:43:04.186Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T21:43:04.186Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T21:43:04.186Z] a4357932f1b6: Pulling fs layer [2021-04-01T21:43:04.186Z] 18c013af1878: Pulling fs layer [2021-04-01T21:43:04.186Z] 00ac8860ef70: Pulling fs layer [2021-04-01T21:43:04.186Z] 63d7cb157983: Pulling fs layer [2021-04-01T21:43:04.186Z] b116817d02f9: Pulling fs layer [2021-04-01T21:43:04.186Z] 745a02a5169b: Pulling fs layer [2021-04-01T21:43:04.186Z] 745a02a5169b: Waiting [2021-04-01T21:43:04.186Z] 63d7cb157983: Waiting [2021-04-01T21:43:04.186Z] 00ac8860ef70: Waiting [2021-04-01T21:43:04.186Z] b116817d02f9: Waiting [2021-04-01T21:43:04.186Z] 18c013af1878: Verifying Checksum [2021-04-01T21:43:04.186Z] 18c013af1878: Download complete [2021-04-01T21:43:04.186Z] a4357932f1b6: Verifying Checksum [2021-04-01T21:43:04.186Z] a4357932f1b6: Download complete [2021-04-01T21:43:04.458Z] 63d7cb157983: Verifying Checksum [2021-04-01T21:43:04.458Z] 63d7cb157983: Download complete [2021-04-01T21:43:04.733Z] b116817d02f9: Verifying Checksum [2021-04-01T21:43:04.733Z] b116817d02f9: Download complete [2021-04-01T21:43:04.733Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T21:43:04.733Z] 5f621e34cdf4: Download complete [2021-04-01T21:43:05.726Z] 5f621e34cdf4: Pull complete [2021-04-01T21:43:06.003Z] a4357932f1b6: Pull complete [2021-04-01T21:43:06.605Z] 18c013af1878: Pull complete [2021-04-01T21:43:06.879Z] 745a02a5169b: Verifying Checksum [2021-04-01T21:43:06.879Z] 745a02a5169b: Download complete [2021-04-01T21:43:08.305Z] 00ac8860ef70: Verifying Checksum [2021-04-01T21:43:08.305Z] 00ac8860ef70: Download complete [2021-04-01T21:43:18.459Z] 00ac8860ef70: Pull complete [2021-04-01T21:43:18.459Z] 63d7cb157983: Pull complete [2021-04-01T21:43:18.733Z] b116817d02f9: Pull complete [2021-04-01T21:43:23.063Z] 745a02a5169b: Pull complete [2021-04-01T21:43:23.063Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T21:43:23.063Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T21:43:23.063Z] ---> b7e6874047d6 [2021-04-01T21:43:23.063Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-01T21:43:25.698Z] ---> Running in f654f9323322 [2021-04-01T21:43:25.698Z] Removing intermediate container f654f9323322 [2021-04-01T21:43:25.698Z] ---> 3f00d0b92f6d [2021-04-01T21:43:25.698Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T21:43:25.971Z] ---> Running in d5d4d2dcedac [2021-04-01T21:43:27.958Z] Removing intermediate container d5d4d2dcedac [2021-04-01T21:43:27.958Z] ---> 19a3e8d16502 [2021-04-01T21:43:27.958Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-01T21:43:28.237Z] ---> Running in 26b43c51ee27 [2021-04-01T21:43:29.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T21:43:30.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T21:43:30.796Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-01T21:43:30.796Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-01T21:43:30.796Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-01T21:43:31.067Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-01T21:43:31.067Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T21:43:31.067Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-01T21:43:31.348Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T21:43:31.348Z] OK: 144 MiB in 45 packages [2021-04-01T21:43:32.193Z] Running on prd-centos7-docker-4c-2g-32502 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-01T21:43:32.257Z] Running in /w/workspace/app-service-configurable/98 [Pipeline] { [Pipeline] checkout [2021-04-01T21:43:33.326Z] Removing intermediate container 26b43c51ee27 [2021-04-01T21:43:33.326Z] ---> 782ed4172228 [2021-04-01T21:43:33.326Z] Step 6/8 : WORKDIR /app [2021-04-01T21:43:33.326Z] ---> Running in 46edcf1cab45 [2021-04-01T21:43:33.598Z] Removing intermediate container 46edcf1cab45 [2021-04-01T21:43:33.598Z] ---> 0be025fcab97 [2021-04-01T21:43:33.598Z] Step 7/8 : COPY . . [2021-04-01T21:43:34.536Z] using credential edgex-jenkins-ssh [2021-04-01T21:43:34.576Z] ---> 9c794cbb2912 [2021-04-01T21:43:34.576Z] Step 8/8 : RUN go mod download [2021-04-01T21:43:34.576Z] ---> Running in ea52fffeedaa [2021-04-01T21:43:34.590Z] Cloning the remote Git repository [2021-04-01T21:43:34.549Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:43:34.624Z] > git init /w/workspace/app-service-configurable/98 # timeout=10 [2021-04-01T21:43:34.690Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:43:34.690Z] > git --version # timeout=10 [2021-04-01T21:43:34.701Z] > git --version # 'git version 2.24.3' [2021-04-01T21:43:34.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T21:43:34.731Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T21:43:35.315Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-01T21:43:35.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T21:43:35.332Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-01T21:43:35.349Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-01T21:43:35.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T21:43:35.361Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T21:43:35.724Z] Checking out Revision a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) [2021-04-01T21:43:35.733Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T21:43:35.739Z] > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 [2021-04-01T21:43:39.498Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T21:43:40.821Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T21:43:41.157Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T21:43:41.457Z] + sudo service docker restart [2021-04-01T21:43:41.457Z] + true [2021-04-01T21:43:41.457Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T21:43:42.471Z] provisioning config files... [2021-04-01T21:43:42.497Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config2484572532763657574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:43:42.869Z] ---> docker-login.sh [2021-04-01T21:43:42.869Z] nexus3.edgexfoundry.org:10001 [2021-04-01T21:43:43.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:43.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:43.133Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:43.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:43.133Z] [2021-04-01T21:43:43.133Z] Login Succeeded [2021-04-01T21:43:43.133Z] nexus3.edgexfoundry.org:10002 [2021-04-01T21:43:43.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:43.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:43.395Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:43.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:43.395Z] [2021-04-01T21:43:43.395Z] Login Succeeded [2021-04-01T21:43:43.395Z] nexus3.edgexfoundry.org:10003 [2021-04-01T21:43:43.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:43.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:43.658Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:43.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:43.658Z] [2021-04-01T21:43:43.658Z] Login Succeeded [2021-04-01T21:43:43.658Z] nexus3.edgexfoundry.org:10004 [2021-04-01T21:43:43.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:43.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:43.658Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:43.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:43.658Z] [2021-04-01T21:43:43.658Z] Login Succeeded [2021-04-01T21:43:43.658Z] docker.io [2021-04-01T21:43:43.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:43:44.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:43:44.195Z] Configure a credential helper to remove this warning. See [2021-04-01T21:43:44.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:43:44.195Z] [2021-04-01T21:43:44.195Z] Login Succeeded [2021-04-01T21:43:44.195Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T21:43:44.205Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T21:43:44.544Z] ========================================================= [2021-04-01T21:43:44.544Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T21:43:44.544Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:43:44.898Z] + 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 . [2021-04-01T21:43:44.898Z] Sending build context to Docker daemon 97.79kB [2021-04-01T21:43:44.898Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T21:43:44.898Z] Step 2/8 : FROM ${BASE} [2021-04-01T21:43:44.898Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T21:43:44.898Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T21:43:44.898Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T21:43:44.898Z] de9db76c5a1d: Pulling fs layer [2021-04-01T21:43:44.898Z] bca2f99d35d6: Pulling fs layer [2021-04-01T21:43:44.898Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T21:43:44.898Z] 7c6f9722023f: Pulling fs layer [2021-04-01T21:43:44.898Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T21:43:44.898Z] 93359f2a8cfa: Waiting [2021-04-01T21:43:44.898Z] 7c6f9722023f: Waiting [2021-04-01T21:43:44.898Z] a35cf1a2eb13: Waiting [2021-04-01T21:43:44.898Z] bca2f99d35d6: Waiting [2021-04-01T21:43:45.160Z] de9db76c5a1d: Verifying Checksum [2021-04-01T21:43:45.160Z] de9db76c5a1d: Download complete [2021-04-01T21:43:45.160Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T21:43:45.160Z] 0ef7d3d256c8: Download complete [2021-04-01T21:43:45.160Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T21:43:45.160Z] 93359f2a8cfa: Download complete [2021-04-01T21:43:45.160Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T21:43:45.160Z] 188c0c94c7c5: Download complete [2021-04-01T21:43:45.160Z] 7c6f9722023f: Verifying Checksum [2021-04-01T21:43:45.160Z] 7c6f9722023f: Download complete [2021-04-01T21:43:45.421Z] 188c0c94c7c5: Pull complete [2021-04-01T21:43:45.421Z] 0ef7d3d256c8: Pull complete [2021-04-01T21:43:45.683Z] de9db76c5a1d: Pull complete [2021-04-01T21:43:47.613Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T21:43:47.613Z] a35cf1a2eb13: Download complete [2021-04-01T21:43:48.208Z] bca2f99d35d6: Verifying Checksum [2021-04-01T21:43:48.208Z] bca2f99d35d6: Download complete [2021-04-01T21:43:53.532Z] bca2f99d35d6: Pull complete [2021-04-01T21:43:53.532Z] 93359f2a8cfa: Pull complete [2021-04-01T21:43:53.532Z] 7c6f9722023f: Pull complete [2021-04-01T21:43:58.886Z] a35cf1a2eb13: Pull complete [2021-04-01T21:43:59.464Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T21:43:59.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T21:43:59.464Z] ---> a62c8e92a672 [2021-04-01T21:43:59.464Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-01T21:43:59.728Z] ---> Running in 8ea52cb89c61 [2021-04-01T21:43:59.993Z] Removing intermediate container 8ea52cb89c61 [2021-04-01T21:43:59.993Z] ---> a3266f7428d6 [2021-04-01T21:43:59.993Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T21:43:59.993Z] ---> Running in e1bb918bdef6 [2021-04-01T21:44:00.945Z] Removing intermediate container e1bb918bdef6 [2021-04-01T21:44:00.945Z] ---> 6919eaada973 [2021-04-01T21:44:00.945Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-01T21:44:00.945Z] ---> Running in 210ae4b556ff [2021-04-01T21:44:01.381Z] Removing intermediate container ea52fffeedaa [2021-04-01T21:44:01.381Z] ---> a36f5d643f70 [2021-04-01T21:44:01.381Z] Successfully built a36f5d643f70 [2021-04-01T21:44:01.381Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:44:01.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T21:44:01.727Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T21:44:01.727Z] . [Pipeline] withDockerContainer [2021-04-01T21:44:01.972Z] prd-ubuntu18.04-docker-arm64-4c-16g-32501 does not seem to be running inside a container [2021-04-01T21:44:02.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T21:44:02.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T21:44:02.363Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-01T21:44:02.631Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-01T21:44:02.631Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-01T21:44:02.631Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-01T21:44:02.895Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T21:44:02.895Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-01T21:44:02.895Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T21:44:02.895Z] OK: 167 MiB in 45 packages [2021-04-01T21:44:03.634Z] $ docker top 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 -eo pid,comm [2021-04-01T21:44:03.845Z] Removing intermediate container 210ae4b556ff [2021-04-01T21:44:03.846Z] ---> 132a9efe74b1 [2021-04-01T21:44:03.846Z] Step 6/8 : WORKDIR /app [2021-04-01T21:44:03.846Z] ---> Running in c09be47da003 [2021-04-01T21:44:03.846Z] Removing intermediate container c09be47da003 [2021-04-01T21:44:03.846Z] ---> ce2578376896 [2021-04-01T21:44:03.846Z] Step 7/8 : COPY . . [Pipeline] { [Pipeline] sh [2021-04-01T21:44:04.111Z] ---> 3dc382dcc62e [2021-04-01T21:44:04.111Z] Step 8/8 : RUN go mod download [2021-04-01T21:44:04.111Z] ---> Running in 194df8bd503e [2021-04-01T21:44:04.704Z] + go version [2021-04-01T21:44:04.704Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T21:44:04.721Z] $ docker stop --time=1 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 [2021-04-01T21:44:06.606Z] $ docker rm -f 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:44:07.634Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T21:44:07.634Z] . [Pipeline] withDockerContainer [2021-04-01T21:44:07.897Z] prd-ubuntu18.04-docker-arm64-4c-16g-32501 does not seem to be running inside a container [2021-04-01T21:44:07.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T21:44:09.494Z] $ docker top 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T21:44:10.564Z] + make test [2021-04-01T21:44:10.564Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-01T21:44:26.150Z] Removing intermediate container 194df8bd503e [2021-04-01T21:44:26.150Z] ---> d3b79cb76179 [2021-04-01T21:44:26.150Z] Successfully built d3b79cb76179 [2021-04-01T21:44:26.150Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:44:26.474Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T21:44:26.474Z] . [Pipeline] withDockerContainer [2021-04-01T21:44:26.595Z] prd-centos7-docker-4c-2g-32502 does not seem to be running inside a container [2021-04-01T21:44:26.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@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 [2021-04-01T21:44:27.394Z] $ docker top 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T21:44:27.897Z] + go version [2021-04-01T21:44:27.897Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T21:44:27.912Z] $ docker stop --time=1 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 [2021-04-01T21:44:29.789Z] $ docker rm -f 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:44:30.708Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T21:44:30.708Z] . [Pipeline] withDockerContainer [2021-04-01T21:44:30.835Z] prd-centos7-docker-4c-2g-32502 does not seem to be running inside a container [2021-04-01T21:44:30.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@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 [2021-04-01T21:44:31.467Z] $ docker top f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T21:44:31.943Z] + make test [2021-04-01T21:44:31.943Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-01T21:44:46.994Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-01T21:44:46.994Z] CGO_ENABLED=1 go vet ./... [2021-04-01T21:44:48.412Z] gofmt -l . [2021-04-01T21:44:48.412Z] [ "`gofmt -l .`" = "" ] [2021-04-01T21:44:48.412Z] ./bin/test-go-mod-tidy.sh [2021-04-01T21:44:48.683Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-01T21:44:49.285Z] $ docker stop --time=1 f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 [2021-04-01T21:44:49.605Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-01T21:44:49.605Z] CGO_ENABLED=1 go vet ./... [2021-04-01T21:44:51.107Z] $ docker rm -f f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T21:44:51.742Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T21:44:52.082Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-01T21:44:54.764Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T21:44:55.067Z] + ls -al . [2021-04-01T21:44:55.067Z] total 92 [2021-04-01T21:44:55.067Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 1 21:44 . [2021-04-01T21:44:55.067Z] drwxrwxr-x. 4 jenkins jenkins 30 Apr 1 21:43 .. [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 1 21:43 Attribution.txt [2021-04-01T21:44:55.067Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 1 21:43 bin [2021-04-01T21:44:55.067Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 1 21:44 coverage.out [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 1 21:43 Dockerfile [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 1 21:43 Dockerfile.build [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 1 21:43 .dockerignore [2021-04-01T21:44:55.067Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 1 21:43 .git [2021-04-01T21:44:55.067Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 1 21:43 .github [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 1 21:43 .gitignore [2021-04-01T21:44:55.067Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 1 21:44 go.mod [2021-04-01T21:44:55.067Z] -rw-r--r--. 1 jenkins jenkins 21448 Apr 1 21:44 go.sum [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 1 21:43 Jenkinsfile [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 1 21:43 LICENSE [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 1467 Apr 1 21:43 main.go [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 1 21:43 makefile [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 1277 Apr 1 21:43 README.md [2021-04-01T21:44:55.067Z] drwxrwxr-x. 10 jenkins jenkins 173 Apr 1 21:43 res [2021-04-01T21:44:55.067Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 1 21:43 snap [2021-04-01T21:44:55.067Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 1 21:40 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:44:55.382Z] + 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=a65e88d527b710e33d3215c83bdf0d189637d4e8 --label arch=amd64 --label version=2.0.0-dev.28 . [2021-04-01T21:44:55.382Z] Sending build context to Docker daemon 121.9kB [2021-04-01T21:44:55.382Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T21:44:55.382Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-01T21:44:55.382Z] ---> d3b79cb76179 [2021-04-01T21:44:55.382Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-01T21:44:55.647Z] ---> Running in 4c6a14048152 [2021-04-01T21:44:55.647Z] Removing intermediate container 4c6a14048152 [2021-04-01T21:44:55.647Z] ---> 60fc25c362ee [2021-04-01T21:44:55.647Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T21:44:55.917Z] ---> Running in bfc0d6a3e032 [2021-04-01T21:44:55.917Z] Removing intermediate container bfc0d6a3e032 [2021-04-01T21:44:55.917Z] ---> a099c7963c2e [2021-04-01T21:44:55.917Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-01T21:44:56.188Z] ---> Running in f8c562d1522f [2021-04-01T21:44:56.188Z] Removing intermediate container f8c562d1522f [2021-04-01T21:44:56.188Z] ---> 0cbfc20af84a [2021-04-01T21:44:56.188Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T21:44:56.188Z] ---> Running in f8c68271528a [2021-04-01T21:44:57.140Z] Removing intermediate container f8c68271528a [2021-04-01T21:44:57.140Z] ---> 6ac2ac8bd83f [2021-04-01T21:44:57.140Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T21:44:57.140Z] ---> Running in 7f4b456a4198 [2021-04-01T21:44:57.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T21:44:57.936Z] gofmt -l . [2021-04-01T21:44:57.936Z] [ "`gofmt -l .`" = "" ] [2021-04-01T21:44:57.936Z] ./bin/test-go-mod-tidy.sh [2021-04-01T21:44:58.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T21:44:58.534Z] ./bin/test-attribution-txt.sh [2021-04-01T21:44:58.553Z] OK: 167 MiB in 45 packages [2021-04-01T21:44:59.498Z] Removing intermediate container 7f4b456a4198 [2021-04-01T21:44:59.498Z] ---> 649e28f98b57 [2021-04-01T21:44:59.498Z] Step 8/27 : WORKDIR /app [2021-04-01T21:44:59.498Z] ---> Running in 0bde435fe677 [Pipeline] } [2021-04-01T21:44:59.521Z] $ docker stop --time=1 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 [2021-04-01T21:44:59.761Z] Removing intermediate container 0bde435fe677 [2021-04-01T21:44:59.761Z] ---> a57648be73e9 [2021-04-01T21:44:59.761Z] Step 9/27 : COPY go.mod . [2021-04-01T21:45:00.027Z] ---> 8a209747f6e6 [2021-04-01T21:45:00.027Z] Step 10/27 : RUN go mod download [2021-04-01T21:45:00.027Z] ---> Running in 4cb2cd8a7fd4 [2021-04-01T21:45:00.978Z] Removing intermediate container 4cb2cd8a7fd4 [2021-04-01T21:45:00.978Z] ---> 107a9cd8a3cb [2021-04-01T21:45:00.978Z] Step 11/27 : COPY . . [2021-04-01T21:45:01.556Z] ---> 0908e535f99b [2021-04-01T21:45:01.556Z] Step 12/27 : ARG MAKE="make build" [2021-04-01T21:45:01.556Z] ---> Running in e609504ad4bc [2021-04-01T21:45:01.556Z] Removing intermediate container e609504ad4bc [2021-04-01T21:45:01.556Z] ---> 5db28979eb1f [2021-04-01T21:45:01.556Z] Step 13/27 : RUN $MAKE [2021-04-01T21:45:01.698Z] $ docker rm -f 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 [2021-04-01T21:45:01.819Z] ---> Running in d720806b3203 [2021-04-01T21:45:02.097Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.28" -o app-service-configurable [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T21:45:02.698Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T21:45:02.729Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T21:45:03.507Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T21:45:04.216Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T21:45:04.617Z] + ls -al . [2021-04-01T21:45:04.617Z] total 116 [2021-04-01T21:45:04.617Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 1 21:44 . [2021-04-01T21:45:04.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 21:42 .. [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 1 21:42 .dockerignore [2021-04-01T21:45:04.617Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 21:42 .git [2021-04-01T21:45:04.617Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 21:42 .github [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 1 21:42 .gitignore [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 1 21:42 Attribution.txt [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 1 21:42 Dockerfile [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 1 21:42 Dockerfile.build [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 1 21:42 Jenkinsfile [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 1 21:42 LICENSE [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 1277 Apr 1 21:42 README.md [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 21:40 VERSION [2021-04-01T21:45:04.617Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 21:42 bin [2021-04-01T21:45:04.617Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 21:44 coverage.out [2021-04-01T21:45:04.617Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 1 21:44 go.mod [2021-04-01T21:45:04.617Z] -rw-r--r-- 1 jenkins jenkins 21448 Apr 1 21:44 go.sum [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 1467 Apr 1 21:42 main.go [2021-04-01T21:45:04.617Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 1 21:42 makefile [2021-04-01T21:45:04.617Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 21:42 res [2021-04-01T21:45:04.617Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 21:42 snap [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:04.985Z] + 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=a65e88d527b710e33d3215c83bdf0d189637d4e8 --label arch=arm64 --label version=2.0.0-dev.28 . [2021-04-01T21:45:04.985Z] Sending build context to Docker daemon 121.9kB [2021-04-01T21:45:05.272Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T21:45:05.272Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-01T21:45:05.272Z] ---> a36f5d643f70 [2021-04-01T21:45:05.272Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-01T21:45:05.548Z] ---> Running in a93c8751616c [2021-04-01T21:45:06.155Z] Removing intermediate container a93c8751616c [2021-04-01T21:45:06.155Z] ---> 6b751bc3e734 [2021-04-01T21:45:06.155Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-01T21:45:06.155Z] ---> Running in 7a4f9dde03bb [2021-04-01T21:45:06.762Z] Removing intermediate container 7a4f9dde03bb [2021-04-01T21:45:06.762Z] ---> 4b60780efb97 [2021-04-01T21:45:06.762Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-01T21:45:06.762Z] ---> Running in 905b4695752e [2021-04-01T21:45:07.355Z] Removing intermediate container 905b4695752e [2021-04-01T21:45:07.355Z] ---> e2f46f463d1a [2021-04-01T21:45:07.355Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T21:45:07.355Z] ---> Running in 0d9e817ebd67 [2021-04-01T21:45:09.334Z] Removing intermediate container 0d9e817ebd67 [2021-04-01T21:45:09.334Z] ---> 1a9d0492218c [2021-04-01T21:45:09.334Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-01T21:45:09.607Z] ---> Running in 2aa7f9f328fe [2021-04-01T21:45:10.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T21:45:11.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T21:45:12.159Z] OK: 144 MiB in 45 packages [2021-04-01T21:45:13.146Z] Removing intermediate container 2aa7f9f328fe [2021-04-01T21:45:13.146Z] ---> 9e548460402c [2021-04-01T21:45:13.146Z] Step 8/27 : WORKDIR /app [2021-04-01T21:45:13.146Z] ---> Running in 663abb06f255 [2021-04-01T21:45:13.742Z] Removing intermediate container 663abb06f255 [2021-04-01T21:45:13.742Z] ---> 655c089b45b3 [2021-04-01T21:45:13.742Z] Step 9/27 : COPY go.mod . [2021-04-01T21:45:14.337Z] ---> ecfe52467f4e [2021-04-01T21:45:14.338Z] Step 10/27 : RUN go mod download [2021-04-01T21:45:14.611Z] ---> Running in b011ebaadc38 [2021-04-01T21:45:17.175Z] Removing intermediate container d720806b3203 [2021-04-01T21:45:17.175Z] ---> 849381df1314 [2021-04-01T21:45:17.175Z] Step 14/27 : FROM alpine:3.12 [2021-04-01T21:45:17.175Z] 3.12: Pulling from library/alpine [2021-04-01T21:45:17.175Z] 532819f3e44c: Pulling fs layer [2021-04-01T21:45:17.175Z] 532819f3e44c: Download complete [2021-04-01T21:45:17.175Z] 532819f3e44c: Pull complete [2021-04-01T21:45:17.175Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T21:45:17.175Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T21:45:17.175Z] ---> 7230e588e954 [2021-04-01T21:45:17.175Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-01T21:45:17.175Z] ---> Running in 6d2564dd524e [2021-04-01T21:45:17.175Z] Removing intermediate container 6d2564dd524e [2021-04-01T21:45:17.175Z] ---> 7b2cc3785d20 [2021-04-01T21:45:17.175Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-01T21:45:17.175Z] ---> Running in ef8169536ab5 [2021-04-01T21:45:17.175Z] Removing intermediate container ef8169536ab5 [2021-04-01T21:45:17.175Z] ---> 460894553f95 [2021-04-01T21:45:17.175Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-01T21:45:17.175Z] ---> Running in 7399eaed8ee6 [2021-04-01T21:45:17.241Z] Removing intermediate container b011ebaadc38 [2021-04-01T21:45:17.241Z] ---> 315dfb9fdaed [2021-04-01T21:45:17.241Z] Step 11/27 : COPY . . [2021-04-01T21:45:17.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T21:45:17.519Z] ---> 8cf4ff3a80c6 [2021-04-01T21:45:17.519Z] Step 12/27 : ARG MAKE="make build" [2021-04-01T21:45:17.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T21:45:17.717Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-01T21:45:17.717Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-01T21:45:17.717Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-01T21:45:17.717Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-01T21:45:17.717Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-01T21:45:17.717Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-01T21:45:17.717Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-01T21:45:17.717Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T21:45:17.717Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T21:45:17.797Z] ---> Running in 121c7cb418c3 [2021-04-01T21:45:17.979Z] OK: 9 MiB in 21 packages [2021-04-01T21:45:18.068Z] Removing intermediate container 121c7cb418c3 [2021-04-01T21:45:18.068Z] ---> 9258703fa216 [2021-04-01T21:45:18.068Z] Step 13/27 : RUN $MAKE [2021-04-01T21:45:18.340Z] ---> Running in ac7f633a7bda [2021-04-01T21:45:18.925Z] Removing intermediate container 7399eaed8ee6 [2021-04-01T21:45:18.925Z] ---> 4d0174167d83 [2021-04-01T21:45:18.925Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-01T21:45:19.187Z] ---> c9e0ffd57d29 [2021-04-01T21:45:19.187Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-01T21:45:19.317Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.28" -o app-service-configurable [2021-04-01T21:45:19.448Z] ---> 87749022d129 [2021-04-01T21:45:19.449Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-01T21:45:19.711Z] ---> a5552c0674b0 [2021-04-01T21:45:19.711Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-01T21:45:20.284Z] ---> 9f65426faf46 [2021-04-01T21:45:20.284Z] Step 22/27 : EXPOSE 48095 [2021-04-01T21:45:20.284Z] ---> Running in 82c8b8ee392a [2021-04-01T21:45:20.546Z] Removing intermediate container 82c8b8ee392a [2021-04-01T21:45:20.546Z] ---> 5598b37526be [2021-04-01T21:45:20.546Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-01T21:45:20.546Z] ---> Running in 394f426ac3ee [2021-04-01T21:45:20.807Z] Removing intermediate container 394f426ac3ee [2021-04-01T21:45:20.807Z] ---> 888a66cb6010 [2021-04-01T21:45:20.807Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T21:45:20.807Z] ---> Running in e8acb7565bf2 [2021-04-01T21:45:21.069Z] Removing intermediate container e8acb7565bf2 [2021-04-01T21:45:21.069Z] ---> 384d08b7e28f [2021-04-01T21:45:21.069Z] Step 25/27 : LABEL arch=amd64 [2021-04-01T21:45:21.069Z] ---> Running in e95ca97de1db [2021-04-01T21:45:21.069Z] Removing intermediate container e95ca97de1db [2021-04-01T21:45:21.069Z] ---> d31f2d0b261d [2021-04-01T21:45:21.069Z] Step 26/27 : LABEL git_sha=a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:45:21.330Z] ---> Running in e43c2a5c0b9a [2021-04-01T21:45:21.330Z] Removing intermediate container e43c2a5c0b9a [2021-04-01T21:45:21.330Z] ---> 1ebfe04c983f [2021-04-01T21:45:21.330Z] Step 27/27 : LABEL version=2.0.0-dev.28 [2021-04-01T21:45:21.593Z] ---> Running in 7ce9f2099533 [2021-04-01T21:45:21.593Z] Removing intermediate container 7ce9f2099533 [2021-04-01T21:45:21.593Z] ---> d8f83e04c552 [2021-04-01T21:45:21.593Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-01T21:45:21.593Z] Successfully built d8f83e04c552 [2021-04-01T21:45:21.593Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T21:45:22.005Z] provisioning config files... [2021-04-01T21:45:22.037Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config386014508576006748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:45:22.450Z] ---> docker-login.sh [2021-04-01T21:45:22.450Z] nexus3.edgexfoundry.org:10001 [2021-04-01T21:45:22.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:45:22.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:45:22.714Z] Configure a credential helper to remove this warning. See [2021-04-01T21:45:22.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:45:22.714Z] [2021-04-01T21:45:22.714Z] Login Succeeded [2021-04-01T21:45:22.714Z] nexus3.edgexfoundry.org:10002 [2021-04-01T21:45:22.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:45:22.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:45:22.976Z] Configure a credential helper to remove this warning. See [2021-04-01T21:45:22.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:45:22.976Z] [2021-04-01T21:45:22.976Z] Login Succeeded [2021-04-01T21:45:22.976Z] nexus3.edgexfoundry.org:10003 [2021-04-01T21:45:22.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:45:22.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:45:22.976Z] Configure a credential helper to remove this warning. See [2021-04-01T21:45:22.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:45:22.976Z] [2021-04-01T21:45:22.976Z] Login Succeeded [2021-04-01T21:45:22.976Z] nexus3.edgexfoundry.org:10004 [2021-04-01T21:45:23.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:45:23.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:45:23.239Z] Configure a credential helper to remove this warning. See [2021-04-01T21:45:23.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:45:23.239Z] [2021-04-01T21:45:23.239Z] Login Succeeded [2021-04-01T21:45:23.239Z] docker.io [2021-04-01T21:45:23.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:45:23.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:45:23.501Z] Configure a credential helper to remove this warning. See [2021-04-01T21:45:23.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:45:23.501Z] [2021-04-01T21:45:23.501Z] Login Succeeded [2021-04-01T21:45:23.501Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T21:45:23.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T21:45:23.706Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-01T21:45:23.707Z] a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:45:23.707Z] latest [2021-04-01T21:45:23.707Z] 2.0.0-dev.28 [2021-04-01T21:45:23.707Z] a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:45:23.707Z] master [2021-04-01T21:45:23.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:24.222Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:24.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:45:24.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-01T21:45:24.524Z] a800fb25744e: Preparing [2021-04-01T21:45:24.524Z] b7cee121b791: Preparing [2021-04-01T21:45:24.524Z] 69d0dec99487: Preparing [2021-04-01T21:45:24.524Z] 41d11785583c: Preparing [2021-04-01T21:45:24.524Z] 1888975a47bd: Preparing [2021-04-01T21:45:24.524Z] b0b9881431d7: Preparing [2021-04-01T21:45:24.524Z] b0b9881431d7: Waiting [2021-04-01T21:45:24.788Z] b7cee121b791: Pushed [2021-04-01T21:45:24.788Z] 41d11785583c: Pushed [2021-04-01T21:45:24.788Z] 69d0dec99487: Pushed [2021-04-01T21:45:24.788Z] b0b9881431d7: Layer already exists [2021-04-01T21:45:24.788Z] 1888975a47bd: Pushed [2021-04-01T21:45:26.178Z] a800fb25744e: Pushed [2021-04-01T21:45:26.178Z] a65e88d527b710e33d3215c83bdf0d189637d4e8: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:26.488Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:26.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-01T21:45:26.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-01T21:45:26.790Z] a800fb25744e: Preparing [2021-04-01T21:45:26.790Z] b7cee121b791: Preparing [2021-04-01T21:45:26.790Z] 69d0dec99487: Preparing [2021-04-01T21:45:26.790Z] 41d11785583c: Preparing [2021-04-01T21:45:26.790Z] 1888975a47bd: Preparing [2021-04-01T21:45:26.790Z] b0b9881431d7: Preparing [2021-04-01T21:45:26.790Z] b0b9881431d7: Waiting [2021-04-01T21:45:26.790Z] 69d0dec99487: Layer already exists [2021-04-01T21:45:26.790Z] a800fb25744e: Layer already exists [2021-04-01T21:45:26.790Z] 41d11785583c: Layer already exists [2021-04-01T21:45:26.790Z] b7cee121b791: Layer already exists [2021-04-01T21:45:26.790Z] 1888975a47bd: Layer already exists [2021-04-01T21:45:26.790Z] b0b9881431d7: Layer already exists [2021-04-01T21:45:26.790Z] latest: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:27.101Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:27.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 [2021-04-01T21:45:27.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-01T21:45:27.402Z] a800fb25744e: Preparing [2021-04-01T21:45:27.402Z] b7cee121b791: Preparing [2021-04-01T21:45:27.402Z] 69d0dec99487: Preparing [2021-04-01T21:45:27.402Z] 41d11785583c: Preparing [2021-04-01T21:45:27.402Z] 1888975a47bd: Preparing [2021-04-01T21:45:27.402Z] b0b9881431d7: Preparing [2021-04-01T21:45:27.402Z] b0b9881431d7: Waiting [2021-04-01T21:45:27.402Z] 41d11785583c: Layer already exists [2021-04-01T21:45:27.402Z] a800fb25744e: Layer already exists [2021-04-01T21:45:27.402Z] 69d0dec99487: Layer already exists [2021-04-01T21:45:27.402Z] 1888975a47bd: Layer already exists [2021-04-01T21:45:27.402Z] b7cee121b791: Layer already exists [2021-04-01T21:45:27.402Z] b0b9881431d7: Layer already exists [2021-04-01T21:45:27.402Z] 2.0.0-dev.28: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:27.711Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:28.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:45:28.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-01T21:45:28.013Z] a800fb25744e: Preparing [2021-04-01T21:45:28.013Z] b7cee121b791: Preparing [2021-04-01T21:45:28.013Z] 69d0dec99487: Preparing [2021-04-01T21:45:28.013Z] 41d11785583c: Preparing [2021-04-01T21:45:28.013Z] 1888975a47bd: Preparing [2021-04-01T21:45:28.013Z] b0b9881431d7: Preparing [2021-04-01T21:45:28.013Z] b0b9881431d7: Waiting [2021-04-01T21:45:28.013Z] a800fb25744e: Layer already exists [2021-04-01T21:45:28.013Z] 41d11785583c: Layer already exists [2021-04-01T21:45:28.013Z] 69d0dec99487: Layer already exists [2021-04-01T21:45:28.013Z] b7cee121b791: Layer already exists [2021-04-01T21:45:28.013Z] 1888975a47bd: Layer already exists [2021-04-01T21:45:28.013Z] b0b9881431d7: Layer already exists [2021-04-01T21:45:28.013Z] a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:28.325Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:45:28.626Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-01T21:45:28.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-01T21:45:28.626Z] a800fb25744e: Preparing [2021-04-01T21:45:28.626Z] b7cee121b791: Preparing [2021-04-01T21:45:28.626Z] 69d0dec99487: Preparing [2021-04-01T21:45:28.626Z] 41d11785583c: Preparing [2021-04-01T21:45:28.626Z] 1888975a47bd: Preparing [2021-04-01T21:45:28.626Z] b0b9881431d7: Preparing [2021-04-01T21:45:28.626Z] b0b9881431d7: Waiting [2021-04-01T21:45:28.626Z] 1888975a47bd: Layer already exists [2021-04-01T21:45:28.626Z] a800fb25744e: Layer already exists [2021-04-01T21:45:28.626Z] 41d11785583c: Layer already exists [2021-04-01T21:45:28.626Z] 69d0dec99487: Layer already exists [2021-04-01T21:45:28.626Z] b7cee121b791: Layer already exists [2021-04-01T21:45:28.626Z] b0b9881431d7: Layer already exists [2021-04-01T21:45:28.626Z] master: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T21:45:28.820Z] ===================================================== [Pipeline] echo [2021-04-01T21:45:28.872Z] taggedImages: [2021-04-01T21:45:28.872Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:45:28.872Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-01T21:45:28.872Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 [2021-04-01T21:45:28.872Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:45:28.872Z] - 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 [2021-04-01T21:45:29.798Z] ---> job-cost.sh [2021-04-01T21:45:29.798Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NGMp [2021-04-01T21:45:44.731Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T21:45:58.344Z] Removing intermediate container ac7f633a7bda [2021-04-01T21:45:58.344Z] ---> b507b8ab7289 [2021-04-01T21:45:58.344Z] Step 14/27 : FROM alpine:3.12 [2021-04-01T21:45:58.344Z] 3.12: Pulling from library/alpine [2021-04-01T21:45:58.344Z] 9a219e8acc52: Pulling fs layer [2021-04-01T21:45:58.344Z] 9a219e8acc52: Verifying Checksum [2021-04-01T21:45:58.344Z] 9a219e8acc52: Download complete [2021-04-01T21:45:58.344Z] 9a219e8acc52: Pull complete [2021-04-01T21:45:58.344Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T21:45:58.344Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T21:45:58.344Z] ---> d75e27dfc0a0 [2021-04-01T21:45:58.344Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-01T21:45:58.344Z] ---> Running in ecabdf41c600 [2021-04-01T21:45:58.344Z] Removing intermediate container ecabdf41c600 [2021-04-01T21:45:58.344Z] ---> f46fe6cb84e9 [2021-04-01T21:45:58.344Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-01T21:45:58.344Z] ---> Running in 65b5fdd30d4e [2021-04-01T21:45:58.620Z] Removing intermediate container 65b5fdd30d4e [2021-04-01T21:45:58.620Z] ---> 80edaa5b51d2 [2021-04-01T21:45:58.620Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-01T21:45:58.620Z] ---> Running in ed8644022b57 [2021-04-01T21:46:00.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T21:46:00.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T21:46:00.643Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-01T21:46:00.915Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-01T21:46:00.915Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-01T21:46:00.915Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-01T21:46:00.915Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-01T21:46:00.915Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-01T21:46:00.915Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-01T21:46:00.915Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T21:46:00.915Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T21:46:01.189Z] OK: 9 MiB in 21 packages [2021-04-01T21:46:02.619Z] Removing intermediate container ed8644022b57 [2021-04-01T21:46:02.619Z] ---> 8787040dad84 [2021-04-01T21:46:02.619Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-01T21:46:03.599Z] ---> fc4cd662b332 [2021-04-01T21:46:03.599Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-01T21:46:04.194Z] ---> c94a8f00ba53 [2021-04-01T21:46:04.194Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-01T21:46:04.788Z] ---> e51084e7eaa1 [2021-04-01T21:46:04.788Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-01T21:46:06.246Z] ---> 49cc0f411c56 [2021-04-01T21:46:06.246Z] Step 22/27 : EXPOSE 48095 [2021-04-01T21:46:06.520Z] ---> Running in 87c6c57f3e49 [2021-04-01T21:46:06.792Z] Removing intermediate container 87c6c57f3e49 [2021-04-01T21:46:06.792Z] ---> 94ebeaccd58d [2021-04-01T21:46:06.792Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-01T21:46:07.065Z] ---> Running in 417205a03d8f [2021-04-01T21:46:07.339Z] Removing intermediate container 417205a03d8f [2021-04-01T21:46:07.339Z] ---> f4f672db5f36 [2021-04-01T21:46:07.339Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T21:46:07.611Z] ---> Running in 3b0bbce46a72 [2021-04-01T21:46:08.206Z] Removing intermediate container 3b0bbce46a72 [2021-04-01T21:46:08.206Z] ---> 44019753519e [2021-04-01T21:46:08.206Z] Step 25/27 : LABEL arch=arm64 [2021-04-01T21:46:08.206Z] ---> Running in c43ac6ea9923 [2021-04-01T21:46:08.801Z] Removing intermediate container c43ac6ea9923 [2021-04-01T21:46:08.801Z] ---> e0acdf1383b7 [2021-04-01T21:46:08.801Z] Step 26/27 : LABEL git_sha=a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:46:08.801Z] ---> Running in 4b1a88356416 [2021-04-01T21:46:09.076Z] Removing intermediate container 4b1a88356416 [2021-04-01T21:46:09.076Z] ---> fa97eacbd011 [2021-04-01T21:46:09.076Z] Step 27/27 : LABEL version=2.0.0-dev.28 [2021-04-01T21:46:09.350Z] ---> Running in 7180dce8d702 [2021-04-01T21:46:09.943Z] Removing intermediate container 7180dce8d702 [2021-04-01T21:46:09.943Z] ---> d3102307931f [2021-04-01T21:46:09.943Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-01T21:46:09.943Z] Successfully built d3102307931f [2021-04-01T21:46:09.943Z] 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 [2021-04-01T21:46:10.478Z] provisioning config files... [2021-04-01T21:46:10.506Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config3034284358714621243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:46:10.927Z] ---> docker-login.sh [2021-04-01T21:46:10.927Z] nexus3.edgexfoundry.org:10001 [2021-04-01T21:46:11.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:46:11.362Z] lf-activate-venv(): INFO: Adding /tmp/venv-NGMp/bin to PATH [2021-04-01T21:46:11.362Z] INFO: No Stack... [2021-04-01T21:46:11.362Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T21:46:11.362Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T21:46:11.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:46:11.475Z] Configure a credential helper to remove this warning. See [2021-04-01T21:46:11.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:46:11.475Z] [2021-04-01T21:46:11.475Z] Login Succeeded [2021-04-01T21:46:11.475Z] nexus3.edgexfoundry.org:10002 [2021-04-01T21:46:11.685Z] + cat /w/workspace/app-service-configurable/98/archives/cost.csv [2021-04-01T21:46:11.685Z] + cut -d, -f6 [2021-04-01T21:46:11.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] lock [2021-04-01T21:46:11.856Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [2021-04-01T21:46:11.878Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] did not exist. Created. [2021-04-01T21:46:11.878Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [2021-04-01T21:46:12.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:46:12.023Z] Configure a credential helper to remove this warning. See [2021-04-01T21:46:12.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:46:12.023Z] [2021-04-01T21:46:12.023Z] Login Succeeded [2021-04-01T21:46:12.023Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2021-04-01T21:46:12.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:46:12.348Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-01T21:46:12.441Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T21:46:12.455Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] // lock [Pipeline] } [2021-04-01T21:46:12.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:46:12.567Z] Configure a credential helper to remove this warning. See [2021-04-01T21:46:12.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:46:12.567Z] [2021-04-01T21:46:12.567Z] Login Succeeded [2021-04-01T21:46:12.567Z] nexus3.edgexfoundry.org:10004 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-04-01T21:46:12.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:46:12.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:46:12.838Z] Configure a credential helper to remove this warning. See [2021-04-01T21:46:12.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:46:12.838Z] [2021-04-01T21:46:12.838Z] Login Succeeded [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T21:46:13.123Z] docker.io [2021-04-01T21:46:13.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T21:46:13.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T21:46:13.662Z] Configure a credential helper to remove this warning. See [2021-04-01T21:46:13.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T21:46:13.662Z] [2021-04-01T21:46:13.662Z] Login Succeeded [2021-04-01T21:46:13.662Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T21:46:13.678Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T21:46:13.875Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-01T21:46:13.875Z] a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:46:13.875Z] latest [2021-04-01T21:46:13.875Z] 2.0.0-dev.28 [2021-04-01T21:46:13.875Z] a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:46:13.875Z] master [2021-04-01T21:46:13.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:14.388Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:14.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:46:14.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-01T21:46:14.734Z] 0913483c6866: Preparing [2021-04-01T21:46:14.734Z] 98ec9bf1e1d3: Preparing [2021-04-01T21:46:14.734Z] 63bd8f0cabab: Preparing [2021-04-01T21:46:14.734Z] c7970dbce702: Preparing [2021-04-01T21:46:14.734Z] 31a9a15f05fc: Preparing [2021-04-01T21:46:14.734Z] e08058ee1dfe: Preparing [2021-04-01T21:46:14.734Z] e08058ee1dfe: Waiting [2021-04-01T21:46:15.016Z] c7970dbce702: Pushed [2021-04-01T21:46:15.016Z] 63bd8f0cabab: Pushed [2021-04-01T21:46:15.016Z] 98ec9bf1e1d3: Pushed [2021-04-01T21:46:15.016Z] e08058ee1dfe: Layer already exists [2021-04-01T21:46:15.991Z] 31a9a15f05fc: Pushed [2021-04-01T21:46:18.603Z] 0913483c6866: Pushed [2021-04-01T21:46:18.603Z] a65e88d527b710e33d3215c83bdf0d189637d4e8: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:18.940Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:19.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-01T21:46:19.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-01T21:46:19.276Z] 0913483c6866: Preparing [2021-04-01T21:46:19.276Z] 98ec9bf1e1d3: Preparing [2021-04-01T21:46:19.276Z] 63bd8f0cabab: Preparing [2021-04-01T21:46:19.276Z] c7970dbce702: Preparing [2021-04-01T21:46:19.276Z] 31a9a15f05fc: Preparing [2021-04-01T21:46:19.276Z] e08058ee1dfe: Preparing [2021-04-01T21:46:19.276Z] e08058ee1dfe: Waiting [2021-04-01T21:46:19.276Z] 63bd8f0cabab: Layer already exists [2021-04-01T21:46:19.276Z] c7970dbce702: Layer already exists [2021-04-01T21:46:19.276Z] 0913483c6866: Layer already exists [2021-04-01T21:46:19.548Z] 98ec9bf1e1d3: Layer already exists [2021-04-01T21:46:19.548Z] 31a9a15f05fc: Layer already exists [2021-04-01T21:46:19.548Z] e08058ee1dfe: Layer already exists [2021-04-01T21:46:19.548Z] latest: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:19.886Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:20.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 [2021-04-01T21:46:20.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-01T21:46:20.217Z] 0913483c6866: Preparing [2021-04-01T21:46:20.217Z] 98ec9bf1e1d3: Preparing [2021-04-01T21:46:20.217Z] 63bd8f0cabab: Preparing [2021-04-01T21:46:20.217Z] c7970dbce702: Preparing [2021-04-01T21:46:20.217Z] 31a9a15f05fc: Preparing [2021-04-01T21:46:20.217Z] e08058ee1dfe: Preparing [2021-04-01T21:46:20.217Z] e08058ee1dfe: Waiting [2021-04-01T21:46:20.217Z] c7970dbce702: Layer already exists [2021-04-01T21:46:20.217Z] 98ec9bf1e1d3: Layer already exists [2021-04-01T21:46:20.217Z] 31a9a15f05fc: Layer already exists [2021-04-01T21:46:20.217Z] 63bd8f0cabab: Layer already exists [2021-04-01T21:46:20.217Z] 0913483c6866: Layer already exists [2021-04-01T21:46:20.217Z] e08058ee1dfe: Layer already exists [2021-04-01T21:46:20.488Z] 2.0.0-dev.28: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:20.829Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:21.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:46:21.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-01T21:46:21.188Z] 0913483c6866: Preparing [2021-04-01T21:46:21.188Z] 98ec9bf1e1d3: Preparing [2021-04-01T21:46:21.188Z] 63bd8f0cabab: Preparing [2021-04-01T21:46:21.188Z] c7970dbce702: Preparing [2021-04-01T21:46:21.188Z] 31a9a15f05fc: Preparing [2021-04-01T21:46:21.188Z] e08058ee1dfe: Preparing [2021-04-01T21:46:21.188Z] e08058ee1dfe: Waiting [2021-04-01T21:46:21.458Z] 0913483c6866: Layer already exists [2021-04-01T21:46:21.458Z] c7970dbce702: Layer already exists [2021-04-01T21:46:21.458Z] 31a9a15f05fc: Layer already exists [2021-04-01T21:46:21.458Z] 63bd8f0cabab: Layer already exists [2021-04-01T21:46:21.458Z] 98ec9bf1e1d3: Layer already exists [2021-04-01T21:46:21.458Z] e08058ee1dfe: Layer already exists [2021-04-01T21:46:21.458Z] a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:21.798Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:46:22.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-01T21:46:22.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-01T21:46:22.134Z] 0913483c6866: Preparing [2021-04-01T21:46:22.134Z] 98ec9bf1e1d3: Preparing [2021-04-01T21:46:22.134Z] 63bd8f0cabab: Preparing [2021-04-01T21:46:22.134Z] c7970dbce702: Preparing [2021-04-01T21:46:22.134Z] 31a9a15f05fc: Preparing [2021-04-01T21:46:22.134Z] e08058ee1dfe: Preparing [2021-04-01T21:46:22.134Z] e08058ee1dfe: Waiting [2021-04-01T21:46:22.134Z] 98ec9bf1e1d3: Layer already exists [2021-04-01T21:46:22.134Z] c7970dbce702: Layer already exists [2021-04-01T21:46:22.134Z] 31a9a15f05fc: Layer already exists [2021-04-01T21:46:22.134Z] 0913483c6866: Layer already exists [2021-04-01T21:46:22.134Z] 63bd8f0cabab: Layer already exists [2021-04-01T21:46:22.134Z] e08058ee1dfe: Layer already exists [2021-04-01T21:46:22.405Z] master: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T21:46:22.611Z] ===================================================== [Pipeline] echo [2021-04-01T21:46:22.658Z] taggedImages: [2021-04-01T21:46:22.658Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 [2021-04-01T21:46:22.658Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-01T21:46:22.658Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 [2021-04-01T21:46:22.658Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [2021-04-01T21:46:22.658Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:46:23.270Z] ---> job-cost.sh [2021-04-01T21:46:23.271Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gvaf [2021-04-01T21:47:02.262Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T21:48:23.970Z] lf-activate-venv(): INFO: Adding /tmp/venv-gvaf/bin to PATH [2021-04-01T21:48:23.970Z] INFO: No Stack... [2021-04-01T21:48:25.392Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T21:48:25.666Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T21:48:26.003Z] + cut -d, -f6 [2021-04-01T21:48:26.003Z] + cat /w/workspace/app-service-configurable/98/archives/cost.csv [Pipeline] lock [2021-04-01T21:48:26.112Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [2021-04-01T21:48:26.118Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] did not exist. Created. [2021-04-01T21:48:26.118Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T21:48:26.557Z] /w/workspace/app-service-configurable/98@tmp/durable-08e465ae/script.sh: 1: /w/workspace/app-service-configurable/98@tmp/durable-08e465ae/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-01T21:48:26.897Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T21:48:26.967Z] Warning: overwriting stash ‘stack-cost’ [2021-04-01T21:48:27.116Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T21:48:27.132Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-98-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 [2021-04-01T21:48:28.491Z] provisioning config files... [2021-04-01T21:48:28.511Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config80668022869410624tmp [Pipeline] { [Pipeline] sh [2021-04-01T21:48:29.021Z] + set +x [2021-04-01T21:48:29.021Z] + bash -s -- [2021-04-01T21:48:29.021Z] + curl -s https://codecov.io/bash [2021-04-01T21:48:29.350Z] [2021-04-01T21:48:29.350Z] _____ _ [2021-04-01T21:48:29.350Z] / ____| | | [2021-04-01T21:48:29.350Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T21:48:29.350Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T21:48:29.350Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T21:48:29.350Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T21:48:29.350Z] Bash-20210309-2b87ace [2021-04-01T21:48:29.350Z] [2021-04-01T21:48:29.350Z] [2021-04-01T21:48:29.350Z] ==> git version 2.24.3 found [2021-04-01T21:48:29.350Z] ==> 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 [2021-04-01T21:48:29.350Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T21:48:29.350Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T21:48:29.350Z] ==> Jenkins CI detected. [2021-04-01T21:48:29.350Z] project root: . [2021-04-01T21:48:29.350Z] --> token set from env [2021-04-01T21:48:29.350Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T21:48:29.626Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T21:48:29.626Z] ==> Python coveragepy not found [2021-04-01T21:48:29.626Z] ==> Searching for coverage reports in: [2021-04-01T21:48:29.626Z] + . [2021-04-01T21:48:29.626Z] -> Found 1 reports [2021-04-01T21:48:29.626Z] ==> Detecting git/mercurial file structure [2021-04-01T21:48:29.626Z] ==> Reading reports [2021-04-01T21:48:29.626Z] + ./coverage.out bytes=10 [2021-04-01T21:48:29.626Z] ==> Appending adjustments [2021-04-01T21:48:29.626Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T21:48:29.966Z] + Found adjustments [2021-04-01T21:48:29.966Z] ==> Gzipping contents [2021-04-01T21:48:29.966Z] 4.0K /tmp/codecov.gYTNDr.gz [2021-04-01T21:48:29.966Z] ==> Uploading reports [2021-04-01T21:48:29.966Z] url: https://codecov.io [2021-04-01T21:48:29.966Z] query: branch=master&commit=a65e88d527b710e33d3215c83bdf0d189637d4e8&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T21:48:29.966Z] -> Pinging Codecov [2021-04-01T21:48:29.966Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=a65e88d527b710e33d3215c83bdf0d189637d4e8&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T21:48:30.306Z] -> Uploading to [2021-04-01T21:48:30.306Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/A97CA9966030D2A3747ED39772930CCE/a65e88d527b710e33d3215c83bdf0d189637d4e8/50711b4c-79ba-456c-aa0d-8f70c206b9cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T214830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37ae2ce5e9bc60ad83d07dc364c80f000e110f9fc0cf24f59d69e7873f2dbd69 [2021-04-01T21:48:30.306Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T21:48:30.306Z] Dload Upload Total Spent Left Speed [2021-04-01T21:48:30.968Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 602 --:--:-- --:--:-- --:--:-- 602 [2021-04-01T21:48:30.968Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] } [2021-04-01T21:48:30.981Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-01T21:48:31.854Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-01T21:48:31.907Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:48:32.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T21:48:32.313Z] [2021-04-01T21:48:32.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:48:32.816Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T21:48:32.816Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-01T21:48:32.816Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T21:48:32.816Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T21:48:32.816Z] de9db76c5a1d: Pulling fs layer [2021-04-01T21:48:32.816Z] 0eba1c9be4d2: Pulling fs layer [2021-04-01T21:48:32.816Z] 0d57e429df01: Pulling fs layer [2021-04-01T21:48:32.816Z] 4e4be7b47b0d: Pulling fs layer [2021-04-01T21:48:32.816Z] e1f770b5df2f: Pulling fs layer [2021-04-01T21:48:33.118Z] 85a0685a4137: Pulling fs layer [2021-04-01T21:48:33.118Z] 0eba1c9be4d2: Waiting [2021-04-01T21:48:33.118Z] 0d57e429df01: Waiting [2021-04-01T21:48:33.118Z] 4e4be7b47b0d: Waiting [2021-04-01T21:48:33.118Z] e1f770b5df2f: Waiting [2021-04-01T21:48:33.118Z] 85a0685a4137: Waiting [2021-04-01T21:48:33.118Z] de9db76c5a1d: Verifying Checksum [2021-04-01T21:48:33.118Z] de9db76c5a1d: Download complete [2021-04-01T21:48:33.118Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T21:48:33.118Z] 0ef7d3d256c8: Download complete [2021-04-01T21:48:33.396Z] 0d57e429df01: Download complete [2021-04-01T21:48:33.673Z] 4e4be7b47b0d: Verifying Checksum [2021-04-01T21:48:33.673Z] 4e4be7b47b0d: Download complete [2021-04-01T21:48:33.673Z] 188c0c94c7c5: Download complete [2021-04-01T21:48:34.913Z] 188c0c94c7c5: Pull complete [2021-04-01T21:48:34.913Z] 0ef7d3d256c8: Pull complete [2021-04-01T21:48:35.313Z] de9db76c5a1d: Pull complete [2021-04-01T21:48:37.882Z] e1f770b5df2f: Verifying Checksum [2021-04-01T21:48:37.882Z] e1f770b5df2f: Download complete [2021-04-01T21:48:47.439Z] 0eba1c9be4d2: Verifying Checksum [2021-04-01T21:48:47.439Z] 0eba1c9be4d2: Download complete [2021-04-01T21:48:47.439Z] 85a0685a4137: Verifying Checksum [2021-04-01T21:48:47.439Z] 85a0685a4137: Download complete [2021-04-01T21:49:00.598Z] 0eba1c9be4d2: Pull complete [2021-04-01T21:49:00.598Z] 0d57e429df01: Pull complete [2021-04-01T21:49:00.598Z] 4e4be7b47b0d: Pull complete [2021-04-01T21:49:03.633Z] e1f770b5df2f: Pull complete [2021-04-01T21:49:19.310Z] 85a0685a4137: Pull complete [2021-04-01T21:49:19.310Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-01T21:49:19.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T21:49:19.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-01T21:49:20.254Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:49:20.473Z] $ 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 [2021-04-01T21:49:23.585Z] $ docker top e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T21:49:23.846Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-01T21:49:24.668Z] + set -o pipefail [2021-04-01T21:49:24.668Z] + snyk monitor '--org=edgex-jenkins' [2021-04-01T21:49:58.146Z] [2021-04-01T21:49:58.146Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-01T21:49:58.146Z] [2021-04-01T21:49:58.146Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/e0b8bcd0-044c-4195-a52f-5a5ec2c85860 [2021-04-01T21:49:58.146Z] [2021-04-01T21:49:58.146Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-01T21:49:58.146Z] [2021-04-01T21:49:58.146Z] [2021-04-01T21:49:58.146Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-01T21:49:58.146Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-01T21:49:58.183Z] $ docker stop --time=1 e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 [2021-04-01T21:50:02.089Z] $ docker rm -f e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 [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 [2021-04-01T21:50:05.443Z] + git log --format=format:%s -1 a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:50:06.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:50:06.391Z] . [Pipeline] withDockerContainer [2021-04-01T21:50:06.955Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:50:07.289Z] $ 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 [2021-04-01T21:50:09.626Z] $ docker top 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T21:50:10.730Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T21:50:10.730Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T21:50:12.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T21:50:12.918Z] $ docker exec 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 ssh-agent [2021-04-01T21:50:13.398Z] SSH_AUTH_SOCK=/tmp/ssh-1Ms6WALbblns/agent.12 [2021-04-01T21:50:13.398Z] SSH_AGENT_PID=17 [2021-04-01T21:50:13.416Z] Running ssh-add (command line suppressed) [2021-04-01T21:50:14.082Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_794667817241504995.key (/w/workspace/_app-service-configurable_master@tmp/private_key_794667817241504995.key) [2021-04-01T21:50:15.509Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T21:50:17.017Z] + git semver tag [2021-04-01T21:50:17.340Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T21:50:17.340Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-01T21:50:17.340Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-01T21:50:17.340Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T21:50:17.340Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T21:50:17.340Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T21:50:17.340Z] # $SEMVER_BRANCH = master [2021-04-01T21:50:17.340Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-01T21:50:17.340Z] # a65e88d527b710e33d3215c83bdf0d189637d4e8 HEAD [2021-04-01T21:50:17.340Z] # -> Force: false [2021-04-01T21:50:17.340Z] # f041c1380c84379baca3a75ef9444396587ac212 refs/tags/v2.0.0-dev.28 [Pipeline] } [2021-04-01T21:50:17.361Z] $ docker exec --env ******** --env ******** 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 ssh-agent -k [2021-04-01T21:50:17.793Z] unset SSH_AUTH_SOCK; [2021-04-01T21:50:17.805Z] unset SSH_AGENT_PID; [2021-04-01T21:50:17.805Z] echo Agent pid 17 killed; [2021-04-01T21:50:17.918Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T21:50:18.814Z] + git semver [Pipeline] } [2021-04-01T21:50:18.851Z] $ docker stop --time=1 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 [2021-04-01T21:50:21.070Z] $ docker rm -f 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:50:22.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T21:50:22.628Z] [2021-04-01T21:50:22.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:50:23.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T21:50:23.311Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-01T21:50:23.311Z] ab5ef0e58194: Pulling fs layer [2021-04-01T21:50:23.311Z] 9712f1f96733: Pulling fs layer [2021-04-01T21:50:23.311Z] 63f879dbbcfc: Pulling fs layer [2021-04-01T21:50:23.311Z] 0d9ebad4ef96: Pulling fs layer [2021-04-01T21:50:23.311Z] e9a5061849ea: Pulling fs layer [2021-04-01T21:50:23.311Z] d747dcd14b5f: Pulling fs layer [2021-04-01T21:50:23.311Z] 2de7ff778b66: Pulling fs layer [2021-04-01T21:50:23.311Z] e9a5061849ea: Waiting [2021-04-01T21:50:23.311Z] d747dcd14b5f: Waiting [2021-04-01T21:50:23.311Z] 2de7ff778b66: Waiting [2021-04-01T21:50:23.311Z] 0d9ebad4ef96: Waiting [2021-04-01T21:50:23.311Z] 9712f1f96733: Verifying Checksum [2021-04-01T21:50:23.311Z] 9712f1f96733: Download complete [2021-04-01T21:50:28.062Z] 63f879dbbcfc: Verifying Checksum [2021-04-01T21:50:28.062Z] 63f879dbbcfc: Download complete [2021-04-01T21:50:28.739Z] e9a5061849ea: Verifying Checksum [2021-04-01T21:50:28.739Z] e9a5061849ea: Download complete [2021-04-01T21:50:28.739Z] d747dcd14b5f: Verifying Checksum [2021-04-01T21:50:28.739Z] d747dcd14b5f: Download complete [2021-04-01T21:50:30.856Z] 2de7ff778b66: Verifying Checksum [2021-04-01T21:50:30.856Z] 2de7ff778b66: Download complete [2021-04-01T21:50:31.137Z] 0d9ebad4ef96: Verifying Checksum [2021-04-01T21:50:31.137Z] 0d9ebad4ef96: Download complete [2021-04-01T21:50:32.671Z] ab5ef0e58194: Verifying Checksum [2021-04-01T21:50:32.671Z] ab5ef0e58194: Download complete [2021-04-01T21:50:43.897Z] ab5ef0e58194: Pull complete [2021-04-01T21:50:44.230Z] 9712f1f96733: Pull complete [2021-04-01T21:50:48.961Z] 63f879dbbcfc: Pull complete [2021-04-01T21:50:59.618Z] 0d9ebad4ef96: Pull complete [2021-04-01T21:51:00.243Z] e9a5061849ea: Pull complete [2021-04-01T21:51:00.541Z] d747dcd14b5f: Pull complete [2021-04-01T21:51:06.597Z] 2de7ff778b66: Pull complete [2021-04-01T21:51:06.597Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-01T21:51:06.597Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T21:51:06.597Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-01T21:51:07.550Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:51:07.897Z] $ 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 [2021-04-01T21:51:12.229Z] $ docker top b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-01T21:51:13.423Z] provisioning config files... [2021-04-01T21:51:13.457Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8683230656598296154tmp [2021-04-01T21:51:13.491Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2468265836747719369tmp [2021-04-01T21:51:13.638Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6578936639402702894tmp [Pipeline] { [Pipeline] echo [2021-04-01T21:51:13.766Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:51:14.581Z] ---> sigul-configuration.sh [2021-04-01T21:51:14.855Z] gpg: directory `/root/.gnupg' created [2021-04-01T21:51:14.855Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-01T21:51:14.855Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-01T21:51:14.855Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-01T21:51:14.855Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-01T21:51:14.855Z] gpg: CAST5 encrypted data [2021-04-01T21:51:14.855Z] gpg: encrypted with 1 passphrase [2021-04-01T21:51:14.855Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-01T21:51:15.966Z] + mkdir /home/jenkins [2021-04-01T21:51:15.966Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-01T21:51:16.476Z] + 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 [2021-04-01T21:51:16.783Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:51:17.638Z] ---> sigul-install.sh [2021-04-01T21:51:28.238Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-01T21:51:29.262Z] + git tag --list [2021-04-01T21:51:29.262Z] v1.0.0 [2021-04-01T21:51:29.262Z] v1.1.0 [2021-04-01T21:51:29.262Z] v1.2.0 [2021-04-01T21:51:29.262Z] v1.3.0 [2021-04-01T21:51:29.262Z] v1.3.1 [2021-04-01T21:51:29.262Z] v1.3.1-dev.1 [2021-04-01T21:51:29.262Z] v1.3.1-dev.2 [2021-04-01T21:51:29.262Z] v1.3.1-dev.3 [2021-04-01T21:51:29.262Z] v2.0.0-dev.1 [2021-04-01T21:51:29.262Z] v2.0.0-dev.10 [2021-04-01T21:51:29.262Z] v2.0.0-dev.11 [2021-04-01T21:51:29.262Z] v2.0.0-dev.12 [2021-04-01T21:51:29.262Z] v2.0.0-dev.13 [2021-04-01T21:51:29.262Z] v2.0.0-dev.14 [2021-04-01T21:51:29.262Z] v2.0.0-dev.15 [2021-04-01T21:51:29.262Z] v2.0.0-dev.16 [2021-04-01T21:51:29.262Z] v2.0.0-dev.17 [2021-04-01T21:51:29.262Z] v2.0.0-dev.18 [2021-04-01T21:51:29.262Z] v2.0.0-dev.19 [2021-04-01T21:51:29.262Z] v2.0.0-dev.2 [2021-04-01T21:51:29.262Z] v2.0.0-dev.20 [2021-04-01T21:51:29.262Z] v2.0.0-dev.21 [2021-04-01T21:51:29.262Z] v2.0.0-dev.22 [2021-04-01T21:51:29.262Z] v2.0.0-dev.23 [2021-04-01T21:51:29.262Z] v2.0.0-dev.24 [2021-04-01T21:51:29.262Z] v2.0.0-dev.25 [2021-04-01T21:51:29.262Z] v2.0.0-dev.26 [2021-04-01T21:51:29.262Z] v2.0.0-dev.27 [2021-04-01T21:51:29.262Z] v2.0.0-dev.28 [2021-04-01T21:51:29.262Z] v2.0.0-dev.3 [2021-04-01T21:51:29.262Z] v2.0.0-dev.4 [2021-04-01T21:51:29.262Z] v2.0.0-dev.5 [2021-04-01T21:51:29.262Z] v2.0.0-dev.6 [2021-04-01T21:51:29.262Z] v2.0.0-dev.7 [2021-04-01T21:51:29.262Z] v2.0.0-dev.8 [2021-04-01T21:51:29.262Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-01T21:51:30.088Z] + lftools sign git-tag v2.0.0-dev.28 [2021-04-01T21:51:33.230Z] Signing Git tag with Sigul... [2021-04-01T21:51:33.230Z] Signing v2.0.0-dev.28 [Pipeline] echo [2021-04-01T21:51:35.707Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:51:36.676Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-01T21:51:36.688Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-01T21:51:36.840Z] $ docker stop --time=1 b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 [2021-04-01T21:51:39.335Z] $ docker rm -f b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:51:41.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:51:41.072Z] . [Pipeline] withDockerContainer [2021-04-01T21:51:41.427Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:51:41.555Z] $ 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 [2021-04-01T21:51:43.612Z] $ docker top 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T21:51:44.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T21:51:44.622Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T21:51:45.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T21:51:45.510Z] $ docker exec 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b ssh-agent [2021-04-01T21:51:46.450Z] SSH_AUTH_SOCK=/tmp/ssh-dLo8jQ3hVkvl/agent.11 [2021-04-01T21:51:46.450Z] SSH_AGENT_PID=16 [2021-04-01T21:51:46.654Z] Running ssh-add (command line suppressed) [2021-04-01T21:51:47.714Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8359491374553760233.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8359491374553760233.key) [2021-04-01T21:51:48.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T21:51:50.048Z] + git semver bump pre [2021-04-01T21:51:50.048Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T21:51:50.048Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-01T21:51:50.048Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-01T21:51:50.048Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T21:51:50.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T21:51:50.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T21:51:50.048Z] # $SEMVER_BRANCH = master [2021-04-01T21:51:50.048Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-01T21:51:50.048Z] 2.0.0-dev.29 [Pipeline] } [2021-04-01T21:51:50.073Z] $ docker exec --env ******** --env ******** 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b ssh-agent -k [2021-04-01T21:51:50.660Z] unset SSH_AUTH_SOCK; [2021-04-01T21:51:50.670Z] unset SSH_AGENT_PID; [2021-04-01T21:51:50.671Z] echo Agent pid 16 killed; [2021-04-01T21:51:50.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T21:51:52.285Z] + git semver [Pipeline] } [2021-04-01T21:51:52.344Z] $ docker stop --time=1 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b [2021-04-01T21:51:54.772Z] $ docker rm -f 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:51:55.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T21:51:55.588Z] . [Pipeline] withDockerContainer [2021-04-01T21:51:55.901Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:51:56.158Z] $ 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 [2021-04-01T21:51:59.165Z] $ docker top 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T21:51:59.627Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T21:51:59.627Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T21:52:00.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T21:52:00.583Z] $ docker exec 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 ssh-agent [2021-04-01T21:52:01.620Z] SSH_AUTH_SOCK=/tmp/ssh-ZMrTk8zZEX51/agent.11 [2021-04-01T21:52:01.620Z] SSH_AGENT_PID=16 [2021-04-01T21:52:01.679Z] Running ssh-add (command line suppressed) [2021-04-01T21:52:02.969Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8864360963394817500.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8864360963394817500.key) [2021-04-01T21:52:03.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T21:52:04.198Z] + git semver push [2021-04-01T21:52:04.198Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T21:52:04.198Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-01T21:52:04.198Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-01T21:52:04.198Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T21:52:04.198Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T21:52:04.198Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T21:52:04.198Z] # $SEMVER_BRANCH = master [2021-04-01T21:52:04.198Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-01T21:52:08.051Z] $ docker exec --env ******** --env ******** 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 ssh-agent -k [2021-04-01T21:52:08.446Z] unset SSH_AUTH_SOCK; [2021-04-01T21:52:08.451Z] unset SSH_AGENT_PID; [2021-04-01T21:52:08.451Z] echo Agent pid 16 killed; [2021-04-01T21:52:08.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T21:52:10.266Z] + git semver [Pipeline] } [2021-04-01T21:52:10.293Z] $ docker stop --time=1 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 [2021-04-01T21:52:12.795Z] $ docker rm -f 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 [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 [2021-04-01T21:52:14.719Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:52:15.438Z] ---> package-listing.sh [2021-04-01T21:52:15.438Z] ++ facter osfamily [2021-04-01T21:52:15.438Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T21:52:15.705Z] + OS_FAMILY=redhat [2021-04-01T21:52:15.705Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-01T21:52:15.705Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T21:52:15.705Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T21:52:15.705Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T21:52:15.705Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T21:52:15.705Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-01T21:52:15.705Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T21:52:15.706Z] + case "${OS_FAMILY}" in [2021-04-01T21:52:15.706Z] + rpm -qa [2021-04-01T21:52:15.706Z] + sort [2021-04-01T21:52:22.914Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T21:52:22.914Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T21:52:22.914Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T21:52:22.914Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-01T21:52:22.914Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-01T21:52:22.914Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-04-01T21:52:22.953Z] 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 [2021-04-01T21:52:23.278Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:52:23.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T21:52:23.911Z] [2021-04-01T21:52:23.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T21:52:24.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T21:52:25.052Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T21:52:25.052Z] df20fa9351a1: Pulling fs layer [2021-04-01T21:52:25.052Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T21:52:25.052Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T21:52:25.052Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T21:52:25.052Z] 93b61091891f: Pulling fs layer [2021-04-01T21:52:25.052Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T21:52:25.052Z] 5e14af77c1be: Pulling fs layer [2021-04-01T21:52:25.052Z] 01666e4c0597: Pulling fs layer [2021-04-01T21:52:25.052Z] aa168da1d23b: Pulling fs layer [2021-04-01T21:52:25.052Z] 93b9cdb0e59b: Waiting [2021-04-01T21:52:25.052Z] 5e14af77c1be: Waiting [2021-04-01T21:52:25.052Z] 01666e4c0597: Waiting [2021-04-01T21:52:25.052Z] aa168da1d23b: Waiting [2021-04-01T21:52:25.052Z] 46f8f816bc3b: Waiting [2021-04-01T21:52:25.052Z] 93b61091891f: Waiting [2021-04-01T21:52:25.052Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T21:52:25.052Z] 36b3adc4ff6f: Download complete [2021-04-01T21:52:25.406Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T21:52:25.406Z] 46f8f816bc3b: Download complete [2021-04-01T21:52:25.406Z] df20fa9351a1: Verifying Checksum [2021-04-01T21:52:25.406Z] df20fa9351a1: Download complete [2021-04-01T21:52:25.406Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T21:52:25.406Z] 93b9cdb0e59b: Download complete [2021-04-01T21:52:25.406Z] 5e14af77c1be: Verifying Checksum [2021-04-01T21:52:25.406Z] 5e14af77c1be: Download complete [2021-04-01T21:52:25.406Z] 01666e4c0597: Verifying Checksum [2021-04-01T21:52:25.406Z] 01666e4c0597: Download complete [2021-04-01T21:52:26.082Z] df20fa9351a1: Pull complete [2021-04-01T21:52:26.535Z] 36b3adc4ff6f: Pull complete [2021-04-01T21:52:26.535Z] 93b61091891f: Verifying Checksum [2021-04-01T21:52:26.535Z] 93b61091891f: Download complete [2021-04-01T21:52:27.628Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T21:52:27.628Z] 8ad3a11d3b57: Download complete [2021-04-01T21:52:30.350Z] 8ad3a11d3b57: Pull complete [2021-04-01T21:52:30.673Z] 46f8f816bc3b: Pull complete [2021-04-01T21:52:31.934Z] 93b61091891f: Pull complete [2021-04-01T21:52:32.584Z] 93b9cdb0e59b: Pull complete [2021-04-01T21:52:32.910Z] 5e14af77c1be: Pull complete [2021-04-01T21:52:33.974Z] 01666e4c0597: Pull complete [2021-04-01T21:52:36.467Z] aa168da1d23b: Verifying Checksum [2021-04-01T21:52:36.467Z] aa168da1d23b: Download complete [2021-04-01T21:52:58.920Z] aa168da1d23b: Pull complete [2021-04-01T21:52:58.920Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T21:52:58.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T21:52:58.920Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T21:52:59.465Z] prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container [2021-04-01T21:52:59.646Z] $ 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 [2021-04-01T21:53:04.124Z] $ docker top 4b0bf63bd043cdb5a5cce080e51b557bb0a42d57c69bd335f4da1c3b82091445 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T21:53:04.965Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T21:53:05.525Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T21:53:06.526Z] + ls /var/log/sa-host [2021-04-01T21:53:06.527Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T21:53:06.527Z] file_magic: OK [2021-04-01T21:53:06.527Z] HZ: Using current value: 100 [2021-04-01T21:53:06.527Z] file_header: OK [2021-04-01T21:53:06.527Z] 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 [2021-04-01T21:53:06.527Z] Statistics: [2021-04-01T21:53:06.527Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-01T21:53:06.527Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T21:53:06.527Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T21:53:06.527Z] file_magic: OK [2021-04-01T21:53:06.527Z] HZ: Using current value: 100 [2021-04-01T21:53:06.527Z] file_header: OK [2021-04-01T21:53:06.527Z] 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 [2021-04-01T21:53:06.527Z] Statistics: [2021-04-01T21:53:06.527Z] Hnuu...uuuununununu... [2021-04-01T21:53:06.527Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T21:53:07.356Z] provisioning config files... [2021-04-01T21:53:07.386Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5389986362757489636tmp [Pipeline] { [Pipeline] echo [2021-04-01T21:53:07.471Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:53:08.167Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T21:53:08.182Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T21:53:08.467Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:53:09.241Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T21:53:09.253Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:53:09.947Z] ---> sudo-logs.sh [2021-04-01T21:53:09.948Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T21:53:10.030Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:53:11.202Z] ---> job-cost.sh [2021-04-01T21:53:11.202Z] lf-activate-venv: SKIPPING [2021-04-01T21:53:11.202Z] DEBUG: total: 0.20999999344348907 [2021-04-01T21:53:11.202Z] INFO: Retrieving Stack Cost... [2021-04-01T21:53:13.872Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T21:53:14.146Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T21:53:14.163Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T21:53:14.937Z] ---> logs-deploy.sh [2021-04-01T21:53:14.937Z] lf-activate-venv: SKIPPING [2021-04-01T21:53:14.937Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/98 [2021-04-01T21:53:14.937Z] INFO: archiving workspace using pattern(s): [2021-04-01T21:53:17.774Z] Archives upload complete. [2021-04-01T21:53:17.774Z] INFO: archiving logs to Nexus