Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79fefeed78b27ed066b80126d21e9ed33746e184 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11397 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" > git rev-list --no-walk f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-06T17:20:47.376Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-06T17:20:47.918Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-06T17:20:48.032Z] ========================================================= [2020-11-06T17:20:48.032Z] EdgeX Global Pipelines Version Info [2020-11-06T17:20:48.032Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:20:50.749Z] ------------------- [2020-11-06T17:20:50.749Z] stable info: [2020-11-06T17:20:50.749Z] ------------------- [2020-11-06T17:20:50.749Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-06T17:20:50.749Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T17:20:50.749Z] Message: update stable to v1.0.162 [2020-11-06T17:20:51.332Z] ------------------- [2020-11-06T17:20:51.332Z] experimental info: [2020-11-06T17:20:51.332Z] ------------------- [2020-11-06T17:20:51.332Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-06T17:20:51.332Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T17:20:51.332Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-06T17:20:51.794Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-11-06T17:20:51.899Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-11-06T17:20:52.035Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-06T17:20:52.144Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-06T17:20:52.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-06T17:20:52.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-06T17:20:52.442Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-06T17:20:52.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-06T17:20:52.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-06T17:20:52.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-06T17:20:52.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-06T17:20:53.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-11-06T17:20:53.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-06T17:20:53.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-06T17:20:53.364Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T17:20:53.461Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T17:20:53.557Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T17:20:53.649Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-06T17:20:53.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-06T17:20:53.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-06T17:20:54.020Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-06T17:20:54.140Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-06T17:20:54.261Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-06T17:20:54.385Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-06T17:20:54.507Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-06T17:20:54.623Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-06T17:20:54.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-06T17:20:54.888Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-06T17:20:54.976Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-06T17:20:55.068Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] echo [2020-11-06T17:20:55.234Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79fefee [Pipeline] echo [2020-11-06T17:20:55.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:20:55.487Z] provisioning config files... [2020-11-06T17:20:55.529Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1002360844276903266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:20:55.929Z] ---> docker-login.sh [2020-11-06T17:20:55.929Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:20:56.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:20:57.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:20:57.186Z] Configure a credential helper to remove this warning. See [2020-11-06T17:20:57.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:20:57.186Z] [2020-11-06T17:20:57.186Z] Login Succeeded [2020-11-06T17:20:57.186Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:20:57.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:20:57.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:20:57.729Z] Configure a credential helper to remove this warning. See [2020-11-06T17:20:57.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:20:57.729Z] [2020-11-06T17:20:57.729Z] Login Succeeded [2020-11-06T17:20:57.729Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:20:57.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:20:58.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:20:58.005Z] Configure a credential helper to remove this warning. See [2020-11-06T17:20:58.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:20:58.005Z] [2020-11-06T17:20:58.005Z] Login Succeeded [2020-11-06T17:20:58.005Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:20:58.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:20:58.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:20:58.334Z] Configure a credential helper to remove this warning. See [2020-11-06T17:20:58.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:20:58.334Z] [2020-11-06T17:20:58.334Z] Login Succeeded [2020-11-06T17:20:58.334Z] docker.io [2020-11-06T17:20:58.604Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:20:58.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:20:58.870Z] Configure a credential helper to remove this warning. See [2020-11-06T17:20:58.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:20:58.870Z] [2020-11-06T17:20:58.870Z] Login Succeeded [2020-11-06T17:20:58.870Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:20:58.882Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-06T17:20:59.697Z] + git log --format=format:%s -1 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] echo [2020-11-06T17:20:59.797Z] GIT_COMMIT: 79fefeed78b27ed066b80126d21e9ed33746e184, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138) [Pipeline] echo [2020-11-06T17:20:59.841Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:21:01.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:21:01.358Z] [2020-11-06T17:21:01.358Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:21:01.930Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:21:02.249Z] latest: Pulling from edgex-devops/git-semver [2020-11-06T17:21:02.249Z] 31603596830f: Pulling fs layer [2020-11-06T17:21:02.249Z] 2a8b12db71e7: Pulling fs layer [2020-11-06T17:21:02.249Z] 6ca5941a6612: Pulling fs layer [2020-11-06T17:21:02.249Z] ecc8261a40a4: Pulling fs layer [2020-11-06T17:21:02.249Z] ecc8261a40a4: Waiting [2020-11-06T17:21:02.249Z] 2a8b12db71e7: Verifying Checksum [2020-11-06T17:21:02.249Z] 2a8b12db71e7: Download complete [2020-11-06T17:21:02.581Z] 31603596830f: Verifying Checksum [2020-11-06T17:21:02.581Z] 31603596830f: Download complete [2020-11-06T17:21:02.882Z] 6ca5941a6612: Verifying Checksum [2020-11-06T17:21:02.882Z] 6ca5941a6612: Download complete [2020-11-06T17:21:02.882Z] ecc8261a40a4: Verifying Checksum [2020-11-06T17:21:02.882Z] ecc8261a40a4: Download complete [2020-11-06T17:21:03.262Z] 31603596830f: Pull complete [2020-11-06T17:21:03.597Z] 2a8b12db71e7: Pull complete [2020-11-06T17:21:05.094Z] 6ca5941a6612: Pull complete [2020-11-06T17:21:05.433Z] ecc8261a40a4: Pull complete [2020-11-06T17:21:05.433Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-06T17:21:05.433Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:21:05.433Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-06T17:21:05.665Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:21:05.823Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T17:21:08.255Z] $ docker top 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:21:08.706Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:21:08.707Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:21:09.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:21:09.081Z] $ docker exec 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent [2020-11-06T17:21:09.373Z] SSH_AUTH_SOCK=/tmp/ssh-97OwqTfSrBNi/agent.12 [2020-11-06T17:21:09.373Z] SSH_AGENT_PID=17 [2020-11-06T17:21:09.405Z] Running ssh-add (command line suppressed) [2020-11-06T17:21:09.611Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9056347922234663472.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9056347922234663472.key) [2020-11-06T17:21:09.695Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:21:10.451Z] + git tag --points-at HEAD [Pipeline] } [2020-11-06T17:21:10.553Z] $ docker exec --env ******** --env ******** 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent -k [2020-11-06T17:21:10.884Z] unset SSH_AUTH_SOCK; [2020-11-06T17:21:10.885Z] unset SSH_AGENT_PID; [2020-11-06T17:21:10.885Z] echo Agent pid 17 killed; [2020-11-06T17:21:11.044Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-06T17:21:11.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:21:11.209Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:21:11.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:21:11.769Z] $ docker exec 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent [2020-11-06T17:21:12.186Z] SSH_AUTH_SOCK=/tmp/ssh-39JaJSvxVIhB/agent.46 [2020-11-06T17:21:12.186Z] SSH_AGENT_PID=51 [2020-11-06T17:21:12.206Z] Running ssh-add (command line suppressed) [2020-11-06T17:21:12.551Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_928158261312566651.key (/w/workspace/_app-service-configurable_master@tmp/private_key_928158261312566651.key) [2020-11-06T17:21:12.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:21:13.575Z] + git semver init [2020-11-06T17:21:13.575Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:21:13.575Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:21:13.575Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:21:13.575Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:21:13.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:21:13.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:21:13.575Z] # $SEMVER_BRANCH = master [2020-11-06T17:21:13.575Z] # $SEMVER_TEMP = /tmp/semver-220664979 [2020-11-06T17:21:13.575Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-11-06T17:21:14.214Z] # '/tmp/semver-220664979' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-11-06T17:21:14.214Z] # -> Force: false [2020-11-06T17:21:14.214Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-06T17:21:14.237Z] $ docker exec --env ******** --env ******** 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent -k [2020-11-06T17:21:14.513Z] unset SSH_AUTH_SOCK; [2020-11-06T17:21:14.514Z] unset SSH_AGENT_PID; [2020-11-06T17:21:14.515Z] echo Agent pid 51 killed; [2020-11-06T17:21:14.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:21:15.187Z] + git semver [Pipeline] } [2020-11-06T17:21:15.535Z] $ docker stop --time=1 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae [2020-11-06T17:21:17.367Z] $ docker rm -f 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T17:21:17.963Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-06T17:21:18.762Z] Stashed 1 file(s) [Pipeline] echo [2020-11-06T17:21:18.764Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.21 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-06T17:21:34.273Z] Still waiting to schedule task [2020-11-06T17:21:34.273Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-06T17:21:34.275Z] Still waiting to schedule task [2020-11-06T17:21:34.275Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-06T17:23:26.800Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11398 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-06T17:23:26.882Z] Running in /w/workspace/app-service-configurable/59 [Pipeline] { [Pipeline] checkout [2020-11-06T17:23:32.063Z] using credential edgex-jenkins-ssh [2020-11-06T17:23:32.129Z] Cloning the remote Git repository [2020-11-06T17:23:32.194Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:23:32.309Z] > git init /w/workspace/app-service-configurable/59 # timeout=10 [2020-11-06T17:23:32.388Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:23:32.388Z] > git --version # timeout=10 [2020-11-06T17:23:32.405Z] > git --version # 'git version 2.17.1' [2020-11-06T17:23:32.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:23:32.491Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:23:33.234Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:23:33.256Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:23:33.290Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:23:33.332Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:23:33.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:23:33.344Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T17:23:33.857Z] Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) [2020-11-06T17:23:33.882Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T17:23:33.908Z] > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 [2020-11-06T17:23:38.265Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:23:39.328Z] provisioning config files... [2020-11-06T17:23:39.418Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config1371636667286252808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:23:40.458Z] ---> docker-login.sh [2020-11-06T17:23:40.458Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:23:41.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:23:41.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:23:41.658Z] Configure a credential helper to remove this warning. See [2020-11-06T17:23:41.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:23:41.658Z] [2020-11-06T17:23:41.658Z] Login Succeeded [2020-11-06T17:23:41.658Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:23:41.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:23:41.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:23:41.934Z] Configure a credential helper to remove this warning. See [2020-11-06T17:23:41.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:23:41.934Z] [2020-11-06T17:23:41.934Z] Login Succeeded [2020-11-06T17:23:41.934Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:23:42.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:23:42.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:23:42.539Z] Configure a credential helper to remove this warning. See [2020-11-06T17:23:42.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:23:42.539Z] [2020-11-06T17:23:42.539Z] Login Succeeded [2020-11-06T17:23:42.539Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:23:42.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:23:43.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:23:43.099Z] Configure a credential helper to remove this warning. See [2020-11-06T17:23:43.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:23:43.099Z] [2020-11-06T17:23:43.099Z] Login Succeeded [2020-11-06T17:23:43.099Z] docker.io [2020-11-06T17:23:43.704Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:23:43.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:23:43.977Z] Configure a credential helper to remove this warning. See [2020-11-06T17:23:43.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:23:43.977Z] [2020-11-06T17:23:43.977Z] Login Succeeded [2020-11-06T17:23:43.977Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:23:44.059Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-06T17:23:44.564Z] ========================================================= [2020-11-06T17:23:44.564Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-06T17:23:44.564Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:23:44.969Z] + 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 . [2020-11-06T17:23:44.969Z] Sending build context to Docker daemon 98.82kB [2020-11-06T17:23:45.245Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T17:23:45.246Z] Step 2/8 : FROM ${BASE} [2020-11-06T17:23:45.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-06T17:23:45.523Z] b538f80385f9: Pulling fs layer [2020-11-06T17:23:45.523Z] 74f711af9a0d: Pulling fs layer [2020-11-06T17:23:45.523Z] 99f96fe45779: Pulling fs layer [2020-11-06T17:23:45.523Z] 8529a6b9a6be: Pulling fs layer [2020-11-06T17:23:45.523Z] 45590311c82a: Pulling fs layer [2020-11-06T17:23:45.523Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-06T17:23:45.523Z] 209524e5b208: Pulling fs layer [2020-11-06T17:23:45.523Z] 45590311c82a: Waiting [2020-11-06T17:23:45.523Z] 69ca0ff8b7b3: Waiting [2020-11-06T17:23:45.523Z] 209524e5b208: Waiting [2020-11-06T17:23:45.523Z] 8529a6b9a6be: Waiting [2020-11-06T17:23:45.523Z] 99f96fe45779: Verifying Checksum [2020-11-06T17:23:45.523Z] 99f96fe45779: Download complete [2020-11-06T17:23:45.523Z] 74f711af9a0d: Verifying Checksum [2020-11-06T17:23:45.523Z] 74f711af9a0d: Download complete [2020-11-06T17:23:45.523Z] 45590311c82a: Verifying Checksum [2020-11-06T17:23:45.523Z] 45590311c82a: Download complete [2020-11-06T17:23:45.523Z] b538f80385f9: Verifying Checksum [2020-11-06T17:23:45.523Z] b538f80385f9: Download complete [2020-11-06T17:23:45.523Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-06T17:23:45.523Z] 69ca0ff8b7b3: Download complete [2020-11-06T17:23:46.509Z] b538f80385f9: Pull complete [2020-11-06T17:23:46.789Z] 74f711af9a0d: Pull complete [2020-11-06T17:23:47.065Z] 99f96fe45779: Pull complete [2020-11-06T17:23:48.502Z] 209524e5b208: Verifying Checksum [2020-11-06T17:23:48.502Z] 209524e5b208: Download complete [2020-11-06T17:23:49.477Z] 8529a6b9a6be: Download complete [2020-11-06T17:23:59.673Z] 8529a6b9a6be: Pull complete [2020-11-06T17:23:59.673Z] 45590311c82a: Pull complete [2020-11-06T17:23:59.948Z] 69ca0ff8b7b3: Pull complete [2020-11-06T17:24:01.680Z] Running on prd-centos7-docker-4c-2g-11399 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-06T17:24:01.842Z] Running in /w/workspace/app-service-configurable/59 [Pipeline] { [Pipeline] checkout [2020-11-06T17:24:04.290Z] 209524e5b208: Pull complete [2020-11-06T17:24:04.290Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-06T17:24:04.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-06T17:24:04.290Z] ---> 5bddaf1c2fca [2020-11-06T17:24:04.290Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:24:04.675Z] using credential edgex-jenkins-ssh [2020-11-06T17:24:04.739Z] Cloning the remote Git repository [2020-11-06T17:24:04.768Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:24:04.835Z] > git init /w/workspace/app-service-configurable/59 # timeout=10 [2020-11-06T17:24:04.894Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:24:04.894Z] > git --version # timeout=10 [2020-11-06T17:24:04.905Z] > git --version # 'git version 2.16.5' [2020-11-06T17:24:04.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:24:04.978Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:24:06.550Z] Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) [2020-11-06T17:24:06.071Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:24:06.082Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T17:24:06.096Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-06T17:24:06.115Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-06T17:24:06.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T17:24:06.120Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T17:24:06.562Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T17:24:06.568Z] > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 [2020-11-06T17:24:06.935Z] ---> Running in f90826e3d507 [2020-11-06T17:24:07.208Z] Removing intermediate container f90826e3d507 [2020-11-06T17:24:07.208Z] ---> f0361b264d00 [2020-11-06T17:24:07.208Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:24:07.208Z] ---> Running in 88357c78ed6b [2020-11-06T17:24:09.836Z] Removing intermediate container 88357c78ed6b [2020-11-06T17:24:09.836Z] ---> f52cd7a0851b [2020-11-06T17:24:09.836Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-06T17:24:10.122Z] ---> Running in 1f6d632f836f [2020-11-06T17:24:10.181Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:24:11.021Z] provisioning config files... [2020-11-06T17:24:11.051Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config2316497936000316820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:24:11.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:24:11.822Z] ---> docker-login.sh [2020-11-06T17:24:11.822Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:24:12.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:24:12.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:24:12.350Z] Configure a credential helper to remove this warning. See [2020-11-06T17:24:12.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:24:12.350Z] [2020-11-06T17:24:12.350Z] Login Succeeded [2020-11-06T17:24:12.350Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:24:12.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:24:12.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:24:12.350Z] Configure a credential helper to remove this warning. See [2020-11-06T17:24:12.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:24:12.350Z] [2020-11-06T17:24:12.350Z] Login Succeeded [2020-11-06T17:24:12.350Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:24:12.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:24:12.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:24:12.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:24:12.612Z] Configure a credential helper to remove this warning. See [2020-11-06T17:24:12.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:24:12.612Z] [2020-11-06T17:24:12.613Z] Login Succeeded [2020-11-06T17:24:12.613Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:24:12.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:24:12.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:24:12.877Z] Configure a credential helper to remove this warning. See [2020-11-06T17:24:12.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:24:12.877Z] [2020-11-06T17:24:12.877Z] Login Succeeded [2020-11-06T17:24:12.877Z] docker.io [2020-11-06T17:24:12.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:24:13.138Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-06T17:24:13.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:24:13.139Z] Configure a credential helper to remove this warning. See [2020-11-06T17:24:13.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:24:13.139Z] [2020-11-06T17:24:13.139Z] Login Succeeded [2020-11-06T17:24:13.139Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:24:13.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-06T17:24:13.411Z] (2/6) Installing libsodium (1.0.18-r0) [Pipeline] echo [2020-11-06T17:24:13.526Z] ========================================================= [2020-11-06T17:24:13.526Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-06T17:24:13.526Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:24:13.682Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-06T17:24:13.682Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-06T17:24:13.897Z] + 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 . [2020-11-06T17:24:13.897Z] Sending build context to Docker daemon 98.82kB [2020-11-06T17:24:13.951Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:24:14.164Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-06T17:24:14.164Z] Step 2/8 : FROM ${BASE} [2020-11-06T17:24:14.164Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-06T17:24:14.164Z] df20fa9351a1: Pulling fs layer [2020-11-06T17:24:14.164Z] ed8968b2872e: Pulling fs layer [2020-11-06T17:24:14.164Z] a92cc7c5fd73: Pulling fs layer [2020-11-06T17:24:14.164Z] e871e8e8d7a9: Pulling fs layer [2020-11-06T17:24:14.164Z] e73272ec9a57: Pulling fs layer [2020-11-06T17:24:14.164Z] 1e910a182e73: Pulling fs layer [2020-11-06T17:24:14.164Z] 4e634b169226: Pulling fs layer [2020-11-06T17:24:14.164Z] e73272ec9a57: Waiting [2020-11-06T17:24:14.164Z] 1e910a182e73: Waiting [2020-11-06T17:24:14.164Z] 4e634b169226: Waiting [2020-11-06T17:24:14.164Z] e871e8e8d7a9: Waiting [2020-11-06T17:24:14.164Z] a92cc7c5fd73: Download complete [2020-11-06T17:24:14.164Z] ed8968b2872e: Download complete [2020-11-06T17:24:14.164Z] e73272ec9a57: Verifying Checksum [2020-11-06T17:24:14.164Z] e73272ec9a57: Download complete [2020-11-06T17:24:14.164Z] df20fa9351a1: Verifying Checksum [2020-11-06T17:24:14.164Z] 1e910a182e73: Verifying Checksum [2020-11-06T17:24:14.164Z] 1e910a182e73: Download complete [2020-11-06T17:24:14.224Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-06T17:24:14.428Z] df20fa9351a1: Pull complete [2020-11-06T17:24:14.703Z] ed8968b2872e: Pull complete [2020-11-06T17:24:14.817Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T17:24:14.817Z] OK: 144 MiB in 45 packages [2020-11-06T17:24:14.965Z] a92cc7c5fd73: Pull complete [2020-11-06T17:24:15.918Z] 4e634b169226: Verifying Checksum [2020-11-06T17:24:15.918Z] 4e634b169226: Download complete [2020-11-06T17:24:16.271Z] Removing intermediate container 1f6d632f836f [2020-11-06T17:24:16.271Z] ---> 234bba2a91fe [2020-11-06T17:24:16.271Z] Step 6/8 : WORKDIR /app [2020-11-06T17:24:16.271Z] ---> Running in 8c653f03517b [2020-11-06T17:24:16.496Z] e871e8e8d7a9: Verifying Checksum [2020-11-06T17:24:16.496Z] e871e8e8d7a9: Download complete [2020-11-06T17:24:16.545Z] Removing intermediate container 8c653f03517b [2020-11-06T17:24:16.545Z] ---> a4b851b52127 [2020-11-06T17:24:16.545Z] Step 7/8 : COPY . . [2020-11-06T17:24:17.518Z] ---> 48c238083ce0 [2020-11-06T17:24:17.518Z] Step 8/8 : RUN go mod download [2020-11-06T17:24:17.518Z] ---> Running in bb6fdf126d42 [2020-11-06T17:24:21.804Z] e871e8e8d7a9: Pull complete [2020-11-06T17:24:21.804Z] e73272ec9a57: Pull complete [2020-11-06T17:24:22.384Z] 1e910a182e73: Pull complete [2020-11-06T17:24:25.709Z] 4e634b169226: Pull complete [2020-11-06T17:24:25.709Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-06T17:24:25.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-06T17:24:25.973Z] ---> f7629b54cfaa [2020-11-06T17:24:25.973Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:24:25.973Z] ---> Running in fa18e3ce1653 [2020-11-06T17:24:26.246Z] Removing intermediate container fa18e3ce1653 [2020-11-06T17:24:26.246Z] ---> 1f017d4873b5 [2020-11-06T17:24:26.246Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:24:26.246Z] ---> Running in 2a0f87e368aa [2020-11-06T17:24:28.178Z] Removing intermediate container 2a0f87e368aa [2020-11-06T17:24:28.178Z] ---> eebe6c1922dc [2020-11-06T17:24:28.179Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-06T17:24:28.179Z] ---> Running in 598c8006581b [2020-11-06T17:24:28.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:24:29.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:24:30.341Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-06T17:24:30.341Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:24:30.341Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-06T17:24:30.605Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-06T17:24:30.605Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:24:30.868Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-06T17:24:30.868Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T17:24:30.868Z] OK: 167 MiB in 45 packages [2020-11-06T17:24:31.447Z] Removing intermediate container 598c8006581b [2020-11-06T17:24:31.447Z] ---> fb329361e36c [2020-11-06T17:24:31.447Z] Step 6/8 : WORKDIR /app [2020-11-06T17:24:31.447Z] ---> Running in 73b9da45198f [2020-11-06T17:24:31.710Z] Removing intermediate container 73b9da45198f [2020-11-06T17:24:31.710Z] ---> d304136ceada [2020-11-06T17:24:31.710Z] Step 7/8 : COPY . . [2020-11-06T17:24:31.972Z] ---> 959d93715c84 [2020-11-06T17:24:31.972Z] Step 8/8 : RUN go mod download [2020-11-06T17:24:31.972Z] ---> Running in a67064a5a0b5 [2020-11-06T17:24:44.307Z] Removing intermediate container bb6fdf126d42 [2020-11-06T17:24:44.307Z] ---> a17456725bd8 [2020-11-06T17:24:44.307Z] Successfully built a17456725bd8 [2020-11-06T17:24:44.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:24:44.647Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T17:24:44.647Z] . [Pipeline] withDockerContainer [2020-11-06T17:24:44.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-11398 does not seem to be running inside a container [2020-11-06T17:24:45.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-06T17:24:46.980Z] $ docker top 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:24:48.419Z] + go version [2020-11-06T17:24:48.419Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-06T17:24:48.449Z] $ docker stop --time=1 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 [2020-11-06T17:24:50.405Z] $ docker rm -f 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:24:51.531Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T17:24:51.531Z] . [Pipeline] withDockerContainer [2020-11-06T17:24:51.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-11398 does not seem to be running inside a container [2020-11-06T17:24:51.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-06T17:24:53.771Z] $ docker top a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:24:55.198Z] + make test [2020-11-06T17:24:55.198Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-06T17:24:58.614Z] Removing intermediate container a67064a5a0b5 [2020-11-06T17:24:58.615Z] ---> 35edf38772fc [2020-11-06T17:24:58.615Z] Successfully built 35edf38772fc [2020-11-06T17:24:58.615Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:24:58.935Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T17:24:58.935Z] . [Pipeline] withDockerContainer [2020-11-06T17:24:59.047Z] prd-centos7-docker-4c-2g-11399 does not seem to be running inside a container [2020-11-06T17:24:59.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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 [2020-11-06T17:24:59.901Z] $ docker top 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:25:00.407Z] + go version [2020-11-06T17:25:00.407Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-06T17:25:00.425Z] $ docker stop --time=1 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 [2020-11-06T17:25:01.776Z] $ docker rm -f 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:25:02.722Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T17:25:02.722Z] . [Pipeline] withDockerContainer [2020-11-06T17:25:02.825Z] prd-centos7-docker-4c-2g-11399 does not seem to be running inside a container [2020-11-06T17:25:02.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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 [2020-11-06T17:25:03.473Z] $ docker top 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:25:03.955Z] + make test [2020-11-06T17:25:03.955Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-06T17:25:19.032Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-06T17:25:19.396Z] CGO_ENABLED=1 go vet ./... [2020-11-06T17:25:23.862Z] gofmt -l . [2020-11-06T17:25:23.863Z] [ "`gofmt -l .`" = "" ] [2020-11-06T17:25:23.863Z] ./bin/test-go-mod-tidy.sh [2020-11-06T17:25:23.863Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-06T17:25:24.458Z] $ docker stop --time=1 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c [2020-11-06T17:25:27.020Z] $ docker rm -f 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T17:25:27.669Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T17:25:28.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-06T17:25:30.723Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-06T17:25:31.024Z] + ls -al . [2020-11-06T17:25:31.024Z] total 96 [2020-11-06T17:25:31.024Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 6 17:25 . [2020-11-06T17:25:31.024Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 6 17:24 .. [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 6568 Nov 6 17:24 Attribution.txt [2020-11-06T17:25:31.024Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 6 17:24 bin [2020-11-06T17:25:31.024Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 6 17:25 coverage.out [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 180 Nov 6 17:24 docker-compose.debug.yml [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 133 Nov 6 17:24 docker-compose.yml [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 2002 Nov 6 17:24 Dockerfile [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 966 Nov 6 17:24 Dockerfile.build [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 119 Nov 6 17:24 .dockerignore [2020-11-06T17:25:31.024Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 6 17:24 .git [2020-11-06T17:25:31.024Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 6 17:24 .github [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 93 Nov 6 17:24 .gitignore [2020-11-06T17:25:31.024Z] -rw-r--r--. 1 jenkins jenkins 133 Nov 6 17:25 go.mod [2020-11-06T17:25:31.024Z] -rw-r--r--. 1 jenkins jenkins 19565 Nov 6 17:25 go.sum [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 687 Nov 6 17:24 Jenkinsfile [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 6 17:24 LICENSE [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 6 17:24 main.go [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 1573 Nov 6 17:24 makefile [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 1277 Nov 6 17:24 README.md [2020-11-06T17:25:31.024Z] drwxrwxr-x. 10 jenkins jenkins 171 Nov 6 17:24 res [2020-11-06T17:25:31.024Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 6 17:24 snap [2020-11-06T17:25:31.024Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 6 17:21 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:25:31.330Z] + 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=79fefeed78b27ed066b80126d21e9ed33746e184 --label arch=amd64 --label version=1.2.1-dev.21 . [2020-11-06T17:25:31.330Z] Sending build context to Docker daemon 121.3kB [2020-11-06T17:25:31.330Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-06T17:25:31.330Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-06T17:25:31.330Z] ---> 35edf38772fc [2020-11-06T17:25:31.330Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-06T17:25:31.593Z] ---> Running in 5b61739bfa01 [2020-11-06T17:25:31.857Z] Removing intermediate container 5b61739bfa01 [2020-11-06T17:25:31.857Z] ---> b75de15f3ec7 [2020-11-06T17:25:31.857Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-06T17:25:31.857Z] ---> Running in 9d8a1d020393 [2020-11-06T17:25:32.125Z] Removing intermediate container 9d8a1d020393 [2020-11-06T17:25:32.125Z] ---> 69eef7180ddd [2020-11-06T17:25:32.125Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:25:32.125Z] ---> Running in cd65aaf53067 [2020-11-06T17:25:32.125Z] Removing intermediate container cd65aaf53067 [2020-11-06T17:25:32.125Z] ---> 13e60578ee38 [2020-11-06T17:25:32.125Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:25:32.389Z] ---> Running in 03edc6e0f39f [2020-11-06T17:25:32.965Z] Removing intermediate container 03edc6e0f39f [2020-11-06T17:25:32.965Z] ---> bfe13dccf911 [2020-11-06T17:25:32.965Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-06T17:25:33.228Z] ---> Running in e92ee2559052 [2020-11-06T17:25:33.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:25:34.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:25:35.383Z] OK: 167 MiB in 45 packages [2020-11-06T17:25:35.646Z] Removing intermediate container e92ee2559052 [2020-11-06T17:25:35.646Z] ---> de8571988d19 [2020-11-06T17:25:35.646Z] Step 8/27 : WORKDIR /app [2020-11-06T17:25:35.908Z] ---> Running in a5afada6e8bb [2020-11-06T17:25:35.908Z] Removing intermediate container a5afada6e8bb [2020-11-06T17:25:35.908Z] ---> 7075a75886f6 [2020-11-06T17:25:35.908Z] Step 9/27 : COPY go.mod . [2020-11-06T17:25:36.170Z] ---> 21f9335b3209 [2020-11-06T17:25:36.170Z] Step 10/27 : RUN go mod download [2020-11-06T17:25:36.170Z] ---> Running in 4425656dbc88 [2020-11-06T17:25:37.566Z] Removing intermediate container 4425656dbc88 [2020-11-06T17:25:37.566Z] ---> 11ae38b1b7d4 [2020-11-06T17:25:37.566Z] Step 11/27 : COPY . . [2020-11-06T17:25:37.566Z] ---> f5ca28934821 [2020-11-06T17:25:37.566Z] Step 12/27 : ARG MAKE="make build" [2020-11-06T17:25:37.566Z] ---> Running in e00d89d62731 [2020-11-06T17:25:37.831Z] Removing intermediate container e00d89d62731 [2020-11-06T17:25:37.831Z] ---> 8383f608ca51 [2020-11-06T17:25:37.831Z] Step 13/27 : RUN $MAKE [2020-11-06T17:25:37.831Z] ---> Running in d43f78fff7e6 [2020-11-06T17:25:38.424Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.57 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.21" -o app-service-configurable [2020-11-06T17:25:51.789Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-06T17:25:51.789Z] CGO_ENABLED=1 go vet ./... [2020-11-06T17:25:52.767Z] gofmt -l . [2020-11-06T17:25:52.767Z] [ "`gofmt -l .`" = "" ] [2020-11-06T17:25:52.767Z] ./bin/test-go-mod-tidy.sh [2020-11-06T17:25:53.378Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-06T17:25:54.382Z] $ docker stop --time=1 a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 [2020-11-06T17:25:56.658Z] $ docker rm -f a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 [2020-11-06T17:25:56.681Z] Removing intermediate container d43f78fff7e6 [2020-11-06T17:25:56.681Z] ---> c358f0453461 [2020-11-06T17:25:56.681Z] Step 14/27 : FROM alpine:latest [2020-11-06T17:25:56.681Z] latest: Pulling from library/alpine [2020-11-06T17:25:56.681Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T17:25:56.681Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T17:25:56.681Z] 188c0c94c7c5: Download complete [2020-11-06T17:25:56.681Z] 188c0c94c7c5: Pull complete [2020-11-06T17:25:56.681Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T17:25:56.681Z] Status: Downloaded newer image for alpine:latest [2020-11-06T17:25:56.681Z] ---> d6e46aa2470d [2020-11-06T17:25:56.681Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:25:56.681Z] ---> Running in a04e88211c8a [2020-11-06T17:25:56.681Z] Removing intermediate container a04e88211c8a [2020-11-06T17:25:56.681Z] ---> 1ab888c53f3d [2020-11-06T17:25:56.681Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-06T17:25:56.681Z] ---> Running in 4db9c9a0eef4 [2020-11-06T17:25:56.681Z] Removing intermediate container 4db9c9a0eef4 [2020-11-06T17:25:56.681Z] ---> c8eba3564680 [2020-11-06T17:25:56.681Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-06T17:25:56.681Z] ---> Running in 5265e3d76b7e [2020-11-06T17:25:56.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T17:25:56.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T17:25:56.945Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-06T17:25:56.945Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-06T17:25:56.945Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:25:56.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-06T17:25:56.945Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:25:56.945Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-06T17:25:56.945Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T17:25:56.945Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T17:25:56.945Z] OK: 9 MiB in 20 packages [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T17:25:57.690Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-06T17:25:57.760Z] Warning: overwriting stash ‘coverage-report’ [2020-11-06T17:25:58.339Z] Removing intermediate container 5265e3d76b7e [2020-11-06T17:25:58.339Z] ---> 25011d680794 [2020-11-06T17:25:58.339Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-06T17:25:58.339Z] ---> caa2b5dcc1d7 [2020-11-06T17:25:58.339Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-06T17:25:58.505Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2020-11-06T17:25:58.601Z] ---> 721156e3ec95 [2020-11-06T17:25:58.601Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-06T17:25:58.862Z] ---> 056483cbf49d [2020-11-06T17:25:58.863Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-06T17:25:59.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-06T17:25:59.444Z] ---> b305b6793a27 [2020-11-06T17:25:59.444Z] Step 22/27 : EXPOSE 48095 [2020-11-06T17:25:59.444Z] ---> Running in 9b8954c59b06 [2020-11-06T17:25:59.664Z] + ls -al . [2020-11-06T17:25:59.664Z] total 120 [2020-11-06T17:25:59.664Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 6 17:25 . [2020-11-06T17:25:59.664Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:23 .. [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 6 17:23 .dockerignore [2020-11-06T17:25:59.664Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 17:23 .git [2020-11-06T17:25:59.664Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:23 .github [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 93 Nov 6 17:23 .gitignore [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 6568 Nov 6 17:23 Attribution.txt [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 2002 Nov 6 17:23 Dockerfile [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 966 Nov 6 17:23 Dockerfile.build [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 687 Nov 6 17:23 Jenkinsfile [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 6 17:23 LICENSE [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 1277 Nov 6 17:23 README.md [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 6 17:21 VERSION [2020-11-06T17:25:59.664Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:23 bin [2020-11-06T17:25:59.664Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 6 17:24 coverage.out [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 180 Nov 6 17:23 docker-compose.debug.yml [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 133 Nov 6 17:23 docker-compose.yml [2020-11-06T17:25:59.664Z] -rw-r--r-- 1 jenkins jenkins 133 Nov 6 17:25 go.mod [2020-11-06T17:25:59.664Z] -rw-r--r-- 1 jenkins jenkins 19565 Nov 6 17:25 go.sum [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 6 17:23 main.go [2020-11-06T17:25:59.664Z] -rw-rw-r-- 1 jenkins jenkins 1573 Nov 6 17:23 makefile [2020-11-06T17:25:59.665Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 6 17:23 res [2020-11-06T17:25:59.665Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:23 snap [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:25:59.707Z] Removing intermediate container 9b8954c59b06 [2020-11-06T17:25:59.707Z] ---> cb113062ba82 [2020-11-06T17:25:59.707Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-06T17:25:59.707Z] ---> Running in ce4961f4fdc9 [2020-11-06T17:25:59.970Z] Removing intermediate container ce4961f4fdc9 [2020-11-06T17:25:59.970Z] ---> ec83c10d2112 [2020-11-06T17:25:59.970Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T17:25:59.970Z] ---> Running in e111d804d6ab [2020-11-06T17:26:00.046Z] + 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=79fefeed78b27ed066b80126d21e9ed33746e184 --label arch=arm64 --label version=1.2.1-dev.21 . [2020-11-06T17:26:00.046Z] Sending build context to Docker daemon 121.3kB [2020-11-06T17:26:00.233Z] Removing intermediate container e111d804d6ab [2020-11-06T17:26:00.233Z] ---> 3437fdad381b [2020-11-06T17:26:00.233Z] Step 25/27 : LABEL arch=amd64 [2020-11-06T17:26:00.233Z] ---> Running in f5e987656916 [2020-11-06T17:26:00.233Z] Removing intermediate container f5e987656916 [2020-11-06T17:26:00.233Z] ---> c8a1f077b7c8 [2020-11-06T17:26:00.233Z] Step 26/27 : LABEL git_sha=79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:26:00.321Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-06T17:26:00.321Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-06T17:26:00.321Z] ---> a17456725bd8 [2020-11-06T17:26:00.321Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-06T17:26:00.497Z] ---> Running in bf61745b137c [2020-11-06T17:26:00.497Z] Removing intermediate container bf61745b137c [2020-11-06T17:26:00.497Z] ---> 2524b5247331 [2020-11-06T17:26:00.497Z] Step 27/27 : LABEL version=1.2.1-dev.21 [2020-11-06T17:26:00.597Z] ---> Running in 3e9d1b22e206 [2020-11-06T17:26:00.759Z] ---> Running in 22b65da56df9 [2020-11-06T17:26:00.759Z] Removing intermediate container 22b65da56df9 [2020-11-06T17:26:00.759Z] ---> 034937bce040 [2020-11-06T17:26:00.759Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-06T17:26:00.759Z] Successfully built 034937bce040 [2020-11-06T17:26:00.759Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-06T17:26:01.184Z] provisioning config files... [2020-11-06T17:26:01.202Z] Removing intermediate container 3e9d1b22e206 [2020-11-06T17:26:01.202Z] ---> f964d3a685bd [2020-11-06T17:26:01.202Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-06T17:26:01.202Z] ---> Running in a21823038bdc [2020-11-06T17:26:01.225Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config6854703837755409894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:26:01.616Z] ---> docker-login.sh [2020-11-06T17:26:01.616Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:26:01.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:26:01.823Z] Removing intermediate container a21823038bdc [2020-11-06T17:26:01.824Z] ---> d3540712dee1 [2020-11-06T17:26:01.824Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:26:01.824Z] ---> Running in ca48b412b220 [2020-11-06T17:26:01.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:26:01.879Z] Configure a credential helper to remove this warning. See [2020-11-06T17:26:01.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:26:01.879Z] [2020-11-06T17:26:01.879Z] Login Succeeded [2020-11-06T17:26:01.879Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:26:01.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:26:02.103Z] Removing intermediate container ca48b412b220 [2020-11-06T17:26:02.103Z] ---> bae0091a01e9 [2020-11-06T17:26:02.103Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T17:26:02.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:26:02.141Z] Configure a credential helper to remove this warning. See [2020-11-06T17:26:02.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:26:02.141Z] [2020-11-06T17:26:02.141Z] Login Succeeded [2020-11-06T17:26:02.141Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:26:02.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:26:02.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:26:02.141Z] Configure a credential helper to remove this warning. See [2020-11-06T17:26:02.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:26:02.141Z] [2020-11-06T17:26:02.141Z] Login Succeeded [2020-11-06T17:26:02.141Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:26:02.377Z] ---> Running in 896f8ff74043 [2020-11-06T17:26:02.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:26:02.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:26:02.406Z] Configure a credential helper to remove this warning. See [2020-11-06T17:26:02.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:26:02.406Z] [2020-11-06T17:26:02.406Z] Login Succeeded [2020-11-06T17:26:02.406Z] docker.io [2020-11-06T17:26:02.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:26:02.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:26:02.932Z] Configure a credential helper to remove this warning. See [2020-11-06T17:26:02.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:26:02.932Z] [2020-11-06T17:26:02.932Z] Login Succeeded [2020-11-06T17:26:02.932Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:26:02.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:26:03.190Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-11-06T17:26:03.190Z] 79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:26:03.190Z] latest [2020-11-06T17:26:03.190Z] 1.2.1-dev.21 [2020-11-06T17:26:03.190Z] 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:26:03.190Z] master [2020-11-06T17:26:03.190Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:03.834Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:04.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:26:04.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:26:04.139Z] 91c84730d22d: Preparing [2020-11-06T17:26:04.139Z] 9caa0ca39563: Preparing [2020-11-06T17:26:04.139Z] 8f4b0851a6da: Preparing [2020-11-06T17:26:04.139Z] dec912ad1f70: Preparing [2020-11-06T17:26:04.139Z] 14ff487887e6: Preparing [2020-11-06T17:26:04.139Z] ace0eda3e3be: Preparing [2020-11-06T17:26:04.139Z] ace0eda3e3be: Waiting [2020-11-06T17:26:04.402Z] 8f4b0851a6da: Pushed [2020-11-06T17:26:04.402Z] 9caa0ca39563: Pushed [2020-11-06T17:26:04.402Z] dec912ad1f70: Pushed [2020-11-06T17:26:04.402Z] ace0eda3e3be: Layer already exists [2020-11-06T17:26:04.665Z] 14ff487887e6: Pushed [2020-11-06T17:26:04.991Z] Removing intermediate container 896f8ff74043 [2020-11-06T17:26:04.991Z] ---> f42b3e067cb7 [2020-11-06T17:26:04.991Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-06T17:26:04.991Z] ---> Running in ffd3bb6e19c6 [2020-11-06T17:26:06.063Z] 91c84730d22d: Pushed [2020-11-06T17:26:06.327Z] 79fefeed78b27ed066b80126d21e9ed33746e184: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:06.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:26:06.636Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:06.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-06T17:26:06.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:26:06.937Z] 91c84730d22d: Preparing [2020-11-06T17:26:06.937Z] 9caa0ca39563: Preparing [2020-11-06T17:26:06.937Z] 8f4b0851a6da: Preparing [2020-11-06T17:26:06.937Z] dec912ad1f70: Preparing [2020-11-06T17:26:06.937Z] 14ff487887e6: Preparing [2020-11-06T17:26:06.937Z] ace0eda3e3be: Preparing [2020-11-06T17:26:06.937Z] ace0eda3e3be: Waiting [2020-11-06T17:26:06.937Z] 14ff487887e6: Layer already exists [2020-11-06T17:26:06.937Z] 8f4b0851a6da: Layer already exists [2020-11-06T17:26:06.937Z] dec912ad1f70: Layer already exists [2020-11-06T17:26:06.937Z] 91c84730d22d: Layer already exists [2020-11-06T17:26:06.937Z] 9caa0ca39563: Layer already exists [2020-11-06T17:26:06.937Z] ace0eda3e3be: Layer already exists [2020-11-06T17:26:06.937Z] latest: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:07.243Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:07.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:26:07.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 [2020-11-06T17:26:07.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:26:07.545Z] 91c84730d22d: Preparing [2020-11-06T17:26:07.545Z] 9caa0ca39563: Preparing [2020-11-06T17:26:07.545Z] 8f4b0851a6da: Preparing [2020-11-06T17:26:07.545Z] dec912ad1f70: Preparing [2020-11-06T17:26:07.545Z] 14ff487887e6: Preparing [2020-11-06T17:26:07.545Z] ace0eda3e3be: Preparing [2020-11-06T17:26:07.545Z] ace0eda3e3be: Waiting [2020-11-06T17:26:07.545Z] 8f4b0851a6da: Layer already exists [2020-11-06T17:26:07.545Z] dec912ad1f70: Layer already exists [2020-11-06T17:26:07.545Z] 14ff487887e6: Layer already exists [2020-11-06T17:26:07.545Z] 91c84730d22d: Layer already exists [2020-11-06T17:26:07.545Z] 9caa0ca39563: Layer already exists [2020-11-06T17:26:07.545Z] ace0eda3e3be: Layer already exists [2020-11-06T17:26:07.545Z] 1.2.1-dev.21: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:07.858Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:08.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:26:08.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:26:08.202Z] 91c84730d22d: Preparing [2020-11-06T17:26:08.202Z] 9caa0ca39563: Preparing [2020-11-06T17:26:08.202Z] 8f4b0851a6da: Preparing [2020-11-06T17:26:08.202Z] dec912ad1f70: Preparing [2020-11-06T17:26:08.202Z] 14ff487887e6: Preparing [2020-11-06T17:26:08.202Z] ace0eda3e3be: Preparing [2020-11-06T17:26:08.202Z] ace0eda3e3be: Waiting [2020-11-06T17:26:08.202Z] 91c84730d22d: Layer already exists [2020-11-06T17:26:08.202Z] dec912ad1f70: Layer already exists [2020-11-06T17:26:08.202Z] 14ff487887e6: Layer already exists [2020-11-06T17:26:08.202Z] 8f4b0851a6da: Layer already exists [2020-11-06T17:26:08.202Z] 9caa0ca39563: Layer already exists [2020-11-06T17:26:08.202Z] ace0eda3e3be: Layer already exists [2020-11-06T17:26:08.373Z] OK: 144 MiB in 45 packages [2020-11-06T17:26:08.474Z] 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:08.807Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:26:09.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-11-06T17:26:09.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-06T17:26:09.118Z] 91c84730d22d: Preparing [2020-11-06T17:26:09.118Z] 9caa0ca39563: Preparing [2020-11-06T17:26:09.118Z] 8f4b0851a6da: Preparing [2020-11-06T17:26:09.118Z] dec912ad1f70: Preparing [2020-11-06T17:26:09.118Z] 14ff487887e6: Preparing [2020-11-06T17:26:09.118Z] ace0eda3e3be: Preparing [2020-11-06T17:26:09.118Z] ace0eda3e3be: Waiting [2020-11-06T17:26:09.118Z] 9caa0ca39563: Layer already exists [2020-11-06T17:26:09.118Z] 91c84730d22d: Layer already exists [2020-11-06T17:26:09.118Z] dec912ad1f70: Layer already exists [2020-11-06T17:26:09.118Z] 14ff487887e6: Layer already exists [2020-11-06T17:26:09.118Z] 8f4b0851a6da: Layer already exists [2020-11-06T17:26:09.118Z] ace0eda3e3be: Layer already exists [2020-11-06T17:26:09.118Z] master: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:26:09.329Z] ===================================================== [2020-11-06T17:26:09.355Z] Removing intermediate container ffd3bb6e19c6 [2020-11-06T17:26:09.355Z] ---> 1574f1ddcea8 [2020-11-06T17:26:09.355Z] Step 8/27 : WORKDIR /app [Pipeline] echo [2020-11-06T17:26:09.378Z] taggedImages: [2020-11-06T17:26:09.378Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:26:09.378Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-06T17:26:09.378Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 [2020-11-06T17:26:09.378Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:26:09.378Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-06T17:26:09.629Z] ---> Running in 22aa72aa85cb [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-11-06T17:26:09.904Z] Removing intermediate container 22aa72aa85cb [2020-11-06T17:26:09.904Z] ---> 5b80c155219d [2020-11-06T17:26:09.904Z] Step 9/27 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-06T17:26:10.892Z] ---> 4fc7ae9f2c21 [2020-11-06T17:26:10.892Z] Step 10/27 : RUN go mod download [2020-11-06T17:26:10.892Z] ---> Running in f8f79b395e77 [2020-11-06T17:26:13.520Z] Removing intermediate container f8f79b395e77 [2020-11-06T17:26:13.520Z] ---> 8e50f9f2fb81 [2020-11-06T17:26:13.520Z] Step 11/27 : COPY . . [2020-11-06T17:26:14.500Z] ---> bd69627370d7 [2020-11-06T17:26:14.500Z] Step 12/27 : ARG MAKE="make build" [2020-11-06T17:26:14.500Z] ---> Running in a020297e8f35 [2020-11-06T17:26:15.096Z] Removing intermediate container a020297e8f35 [2020-11-06T17:26:15.096Z] ---> d14a34aee547 [2020-11-06T17:26:15.096Z] Step 13/27 : RUN $MAKE [2020-11-06T17:26:15.096Z] ---> Running in 093876f3b37d [2020-11-06T17:26:16.529Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.57 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.21" -o app-service-configurable [2020-11-06T17:27:03.537Z] Removing intermediate container 093876f3b37d [2020-11-06T17:27:03.537Z] ---> fcba39772c90 [2020-11-06T17:27:03.537Z] Step 14/27 : FROM alpine:latest [2020-11-06T17:27:03.537Z] latest: Pulling from library/alpine [2020-11-06T17:27:03.537Z] 5f621e34cdf4: Pulling fs layer [2020-11-06T17:27:03.537Z] 5f621e34cdf4: Verifying Checksum [2020-11-06T17:27:03.537Z] 5f621e34cdf4: Download complete [2020-11-06T17:27:04.135Z] 5f621e34cdf4: Pull complete [2020-11-06T17:27:04.135Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T17:27:04.135Z] Status: Downloaded newer image for alpine:latest [2020-11-06T17:27:04.135Z] ---> 2e77e061c27f [2020-11-06T17:27:04.135Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-06T17:27:04.410Z] ---> Running in 8d118c7adbd5 [2020-11-06T17:27:05.027Z] Removing intermediate container 8d118c7adbd5 [2020-11-06T17:27:05.027Z] ---> 2f039d6d2019 [2020-11-06T17:27:05.027Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-06T17:27:05.027Z] ---> Running in 491884ea60cc [2020-11-06T17:27:05.620Z] Removing intermediate container 491884ea60cc [2020-11-06T17:27:05.620Z] ---> 558540b3742b [2020-11-06T17:27:05.620Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-06T17:27:05.620Z] ---> Running in 4d5ebe4737d7 [2020-11-06T17:27:07.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T17:27:07.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T17:27:07.923Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-06T17:27:07.923Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-06T17:27:07.923Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-06T17:27:07.923Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-06T17:27:07.923Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-06T17:27:08.198Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-06T17:27:08.198Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T17:27:08.198Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T17:27:08.198Z] OK: 9 MiB in 20 packages [2020-11-06T17:27:10.176Z] Removing intermediate container 4d5ebe4737d7 [2020-11-06T17:27:10.176Z] ---> 261d9e0de240 [2020-11-06T17:27:10.176Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-06T17:27:10.776Z] ---> 5634cecdb4f5 [2020-11-06T17:27:10.776Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-06T17:27:11.399Z] ---> ee8928e9344f [2020-11-06T17:27:11.399Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-06T17:27:12.376Z] ---> 115a46db245f [2020-11-06T17:27:12.376Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-06T17:27:13.809Z] ---> 6f3867212197 [2020-11-06T17:27:13.809Z] Step 22/27 : EXPOSE 48095 [2020-11-06T17:27:14.082Z] ---> Running in 00ba4bfb6179 [2020-11-06T17:27:14.356Z] Removing intermediate container 00ba4bfb6179 [2020-11-06T17:27:14.356Z] ---> ec0d3982f535 [2020-11-06T17:27:14.356Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-06T17:27:14.631Z] ---> Running in 79316cc88fe8 [2020-11-06T17:27:14.904Z] Removing intermediate container 79316cc88fe8 [2020-11-06T17:27:14.904Z] ---> 031f6cc62408 [2020-11-06T17:27:14.904Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T17:27:15.179Z] ---> Running in 5b47889acdcf [2020-11-06T17:27:15.775Z] Removing intermediate container 5b47889acdcf [2020-11-06T17:27:15.775Z] ---> 19a76492317c [2020-11-06T17:27:15.775Z] Step 25/27 : LABEL arch=arm64 [2020-11-06T17:27:15.775Z] ---> Running in b09fb539fb4a [2020-11-06T17:27:16.060Z] Removing intermediate container b09fb539fb4a [2020-11-06T17:27:16.060Z] ---> 6606eebe8a25 [2020-11-06T17:27:16.060Z] Step 26/27 : LABEL git_sha=79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:27:16.335Z] ---> Running in 234cbb4712d9 [2020-11-06T17:27:16.932Z] Removing intermediate container 234cbb4712d9 [2020-11-06T17:27:16.932Z] ---> 031a4faebb48 [2020-11-06T17:27:16.932Z] Step 27/27 : LABEL version=1.2.1-dev.21 [2020-11-06T17:27:16.932Z] ---> Running in fe9d9018e127 [2020-11-06T17:27:17.207Z] Removing intermediate container fe9d9018e127 [2020-11-06T17:27:17.207Z] ---> 0933fcfe3362 [2020-11-06T17:27:17.207Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-06T17:27:17.479Z] Successfully built 0933fcfe3362 [2020-11-06T17:27:17.479Z] 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 [2020-11-06T17:27:18.071Z] provisioning config files... [2020-11-06T17:27:18.108Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config7179047553237661344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:27:18.503Z] ---> docker-login.sh [2020-11-06T17:27:18.503Z] nexus3.edgexfoundry.org:10001 [2020-11-06T17:27:18.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:27:19.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:27:19.049Z] Configure a credential helper to remove this warning. See [2020-11-06T17:27:19.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:27:19.049Z] [2020-11-06T17:27:19.049Z] Login Succeeded [2020-11-06T17:27:19.049Z] nexus3.edgexfoundry.org:10002 [2020-11-06T17:27:19.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:27:19.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:27:19.320Z] Configure a credential helper to remove this warning. See [2020-11-06T17:27:19.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:27:19.320Z] [2020-11-06T17:27:19.320Z] Login Succeeded [2020-11-06T17:27:19.591Z] nexus3.edgexfoundry.org:10003 [2020-11-06T17:27:19.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:27:19.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:27:19.863Z] Configure a credential helper to remove this warning. See [2020-11-06T17:27:19.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:27:19.863Z] [2020-11-06T17:27:19.863Z] Login Succeeded [2020-11-06T17:27:19.863Z] nexus3.edgexfoundry.org:10004 [2020-11-06T17:27:20.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:27:20.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:27:20.457Z] Configure a credential helper to remove this warning. See [2020-11-06T17:27:20.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:27:20.457Z] [2020-11-06T17:27:20.457Z] Login Succeeded [2020-11-06T17:27:20.457Z] docker.io [2020-11-06T17:27:20.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-06T17:27:21.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-06T17:27:21.321Z] Configure a credential helper to remove this warning. See [2020-11-06T17:27:21.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-06T17:27:21.321Z] [2020-11-06T17:27:21.321Z] Login Succeeded [2020-11-06T17:27:21.321Z] ---> docker-login.sh ends [Pipeline] } [2020-11-06T17:27:21.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:27:21.571Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-11-06T17:27:21.571Z] 79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:27:21.571Z] latest [2020-11-06T17:27:21.571Z] 1.2.1-dev.21 [2020-11-06T17:27:21.571Z] 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:27:21.571Z] master [2020-11-06T17:27:21.571Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:22.134Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:22.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:27:22.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:27:22.475Z] 1c952872a097: Preparing [2020-11-06T17:27:22.475Z] 267503a500eb: Preparing [2020-11-06T17:27:22.475Z] 7b053bb59828: Preparing [2020-11-06T17:27:22.475Z] 7b8c2b34d271: Preparing [2020-11-06T17:27:22.475Z] b0634f206b09: Preparing [2020-11-06T17:27:22.475Z] cd3761cfa1d9: Preparing [2020-11-06T17:27:22.475Z] cd3761cfa1d9: Waiting [2020-11-06T17:27:22.749Z] 7b053bb59828: Pushed [2020-11-06T17:27:22.749Z] 267503a500eb: Pushed [2020-11-06T17:27:22.749Z] 7b8c2b34d271: Pushed [2020-11-06T17:27:23.021Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:27:23.615Z] b0634f206b09: Pushed [2020-11-06T17:27:26.989Z] 1c952872a097: Pushed [2020-11-06T17:27:27.260Z] 79fefeed78b27ed066b80126d21e9ed33746e184: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:27.606Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:27.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-06T17:27:27.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:27:27.946Z] 1c952872a097: Preparing [2020-11-06T17:27:27.946Z] 267503a500eb: Preparing [2020-11-06T17:27:27.946Z] 7b053bb59828: Preparing [2020-11-06T17:27:27.946Z] 7b8c2b34d271: Preparing [2020-11-06T17:27:27.946Z] b0634f206b09: Preparing [2020-11-06T17:27:27.946Z] cd3761cfa1d9: Preparing [2020-11-06T17:27:27.946Z] cd3761cfa1d9: Waiting [2020-11-06T17:27:28.218Z] 1c952872a097: Layer already exists [2020-11-06T17:27:28.218Z] 7b8c2b34d271: Layer already exists [2020-11-06T17:27:28.218Z] 267503a500eb: Layer already exists [2020-11-06T17:27:28.218Z] 7b053bb59828: Layer already exists [2020-11-06T17:27:28.218Z] b0634f206b09: Layer already exists [2020-11-06T17:27:28.218Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:27:28.218Z] latest: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:28.563Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:28.899Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 [2020-11-06T17:27:28.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:27:28.899Z] 1c952872a097: Preparing [2020-11-06T17:27:28.899Z] 267503a500eb: Preparing [2020-11-06T17:27:28.899Z] 7b053bb59828: Preparing [2020-11-06T17:27:28.899Z] 7b8c2b34d271: Preparing [2020-11-06T17:27:28.899Z] b0634f206b09: Preparing [2020-11-06T17:27:28.899Z] cd3761cfa1d9: Preparing [2020-11-06T17:27:28.899Z] cd3761cfa1d9: Waiting [2020-11-06T17:27:28.899Z] 7b8c2b34d271: Layer already exists [2020-11-06T17:27:28.899Z] 7b053bb59828: Layer already exists [2020-11-06T17:27:28.899Z] 267503a500eb: Layer already exists [2020-11-06T17:27:28.899Z] b0634f206b09: Layer already exists [2020-11-06T17:27:28.899Z] 1c952872a097: Layer already exists [2020-11-06T17:27:28.899Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:27:29.170Z] 1.2.1-dev.21: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:29.513Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:29.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:27:29.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:27:29.848Z] 1c952872a097: Preparing [2020-11-06T17:27:29.848Z] 267503a500eb: Preparing [2020-11-06T17:27:29.848Z] 7b053bb59828: Preparing [2020-11-06T17:27:29.848Z] 7b8c2b34d271: Preparing [2020-11-06T17:27:29.848Z] b0634f206b09: Preparing [2020-11-06T17:27:29.848Z] cd3761cfa1d9: Preparing [2020-11-06T17:27:29.848Z] cd3761cfa1d9: Waiting [2020-11-06T17:27:29.848Z] 267503a500eb: Layer already exists [2020-11-06T17:27:29.848Z] 7b053bb59828: Layer already exists [2020-11-06T17:27:29.848Z] b0634f206b09: Layer already exists [2020-11-06T17:27:29.848Z] 7b8c2b34d271: Layer already exists [2020-11-06T17:27:29.848Z] 1c952872a097: Layer already exists [2020-11-06T17:27:29.848Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:27:30.119Z] 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:30.463Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:30.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-11-06T17:27:30.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-06T17:27:30.843Z] 1c952872a097: Preparing [2020-11-06T17:27:30.843Z] 267503a500eb: Preparing [2020-11-06T17:27:30.843Z] 7b053bb59828: Preparing [2020-11-06T17:27:30.843Z] 7b8c2b34d271: Preparing [2020-11-06T17:27:30.843Z] b0634f206b09: Preparing [2020-11-06T17:27:30.843Z] cd3761cfa1d9: Preparing [2020-11-06T17:27:30.843Z] cd3761cfa1d9: Waiting [2020-11-06T17:27:31.127Z] b0634f206b09: Layer already exists [2020-11-06T17:27:31.127Z] 1c952872a097: Layer already exists [2020-11-06T17:27:31.127Z] 267503a500eb: Layer already exists [2020-11-06T17:27:31.127Z] 7b8c2b34d271: Layer already exists [2020-11-06T17:27:31.127Z] 7b053bb59828: Layer already exists [2020-11-06T17:27:31.127Z] cd3761cfa1d9: Layer already exists [2020-11-06T17:27:31.127Z] master: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-06T17:27:31.376Z] ===================================================== [Pipeline] echo [2020-11-06T17:27:31.430Z] taggedImages: [2020-11-06T17:27:31.430Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 [2020-11-06T17:27:31.430Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-06T17:27:31.430Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 [2020-11-06T17:27:31.430Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [2020-11-06T17:27:31.430Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-06T17:27:34.363Z] provisioning config files... [2020-11-06T17:27:34.375Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config534468975504150133tmp [Pipeline] { [Pipeline] sh [2020-11-06T17:27:34.790Z] + set +x [2020-11-06T17:27:34.790Z] + bash -s -- [2020-11-06T17:27:34.790Z] + curl -s https://codecov.io/bash [2020-11-06T17:27:35.063Z] [2020-11-06T17:27:35.063Z] _____ _ [2020-11-06T17:27:35.063Z] / ____| | | [2020-11-06T17:27:35.063Z] | | ___ __| | ___ ___ _____ __ [2020-11-06T17:27:35.063Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-06T17:27:35.063Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-06T17:27:35.063Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-06T17:27:35.063Z] Bash-20201106-81372f2 [2020-11-06T17:27:35.063Z] [2020-11-06T17:27:35.063Z] [2020-11-06T17:27:35.063Z] ==> Jenkins CI detected. [2020-11-06T17:27:35.063Z] project root: . [2020-11-06T17:27:35.063Z] --> token set from env [2020-11-06T17:27:35.063Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-06T17:27:35.343Z] ==> Running gcov in . (disable via -X gcov) [2020-11-06T17:27:35.343Z] ==> Python coveragepy not found [2020-11-06T17:27:35.343Z] ==> Searching for coverage reports in: [2020-11-06T17:27:35.343Z] + . [2020-11-06T17:27:35.343Z] -> Found 1 reports [2020-11-06T17:27:35.343Z] ==> Detecting git/mercurial file structure [2020-11-06T17:27:35.343Z] ==> Reading reports [2020-11-06T17:27:35.343Z] + ./coverage.out bytes=10 [2020-11-06T17:27:35.343Z] ==> Appending adjustments [2020-11-06T17:27:35.343Z] https://docs.codecov.io/docs/fixing-reports [2020-11-06T17:27:35.343Z] + Found adjustments [2020-11-06T17:27:35.343Z] ==> Gzipping contents [2020-11-06T17:27:35.343Z] ==> Uploading reports [2020-11-06T17:27:35.343Z] url: https://codecov.io [2020-11-06T17:27:35.343Z] query: branch=master&commit=79fefeed78b27ed066b80126d21e9ed33746e184&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T17:27:35.343Z] -> Pinging Codecov [2020-11-06T17:27:35.343Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=79fefeed78b27ed066b80126d21e9ed33746e184&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-06T17:27:35.933Z] -> Uploading to [2020-11-06T17:27:35.933Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-06/A97CA9966030D2A3747ED39772930CCE/79fefeed78b27ed066b80126d21e9ed33746e184/76aafa37-3230-44da-baf9-2c8ec639b523.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201106T172735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d03450ad592d2abdc77ff00a36c42fcf1147c76b2ee103b7b84d06e0cac065bc [2020-11-06T17:27:35.933Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-06T17:27:35.933Z] Dload Upload Total Spent Left Speed [2020-11-06T17:27:36.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 891 --:--:-- --:--:-- --:--:-- 893 [2020-11-06T17:27:36.199Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] } [2020-11-06T17:27:36.215Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-06T17:27:37.090Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-06T17:27:37.147Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:37.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:27:37.791Z] [2020-11-06T17:27:37.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:27:38.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:27:38.169Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-06T17:27:38.169Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T17:27:38.169Z] 0ef7d3d256c8: Pulling fs layer [2020-11-06T17:27:38.169Z] de9db76c5a1d: Pulling fs layer [2020-11-06T17:27:38.169Z] 0eba1c9be4d2: Pulling fs layer [2020-11-06T17:27:38.169Z] 0d57e429df01: Pulling fs layer [2020-11-06T17:27:38.169Z] 4e4be7b47b0d: Pulling fs layer [2020-11-06T17:27:38.169Z] e1f770b5df2f: Pulling fs layer [2020-11-06T17:27:38.169Z] 0eba1c9be4d2: Waiting [2020-11-06T17:27:38.169Z] 0d57e429df01: Waiting [2020-11-06T17:27:38.169Z] 4e4be7b47b0d: Waiting [2020-11-06T17:27:38.169Z] 85a0685a4137: Pulling fs layer [2020-11-06T17:27:38.169Z] e1f770b5df2f: Waiting [2020-11-06T17:27:38.169Z] de9db76c5a1d: Verifying Checksum [2020-11-06T17:27:38.169Z] de9db76c5a1d: Download complete [2020-11-06T17:27:38.169Z] 0ef7d3d256c8: Verifying Checksum [2020-11-06T17:27:38.169Z] 0ef7d3d256c8: Download complete [2020-11-06T17:27:38.169Z] 0d57e429df01: Verifying Checksum [2020-11-06T17:27:38.169Z] 0d57e429df01: Download complete [2020-11-06T17:27:38.448Z] 4e4be7b47b0d: Verifying Checksum [2020-11-06T17:27:38.448Z] 4e4be7b47b0d: Download complete [2020-11-06T17:27:38.448Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T17:27:38.448Z] 188c0c94c7c5: Download complete [2020-11-06T17:27:38.723Z] 188c0c94c7c5: Pull complete [2020-11-06T17:27:39.308Z] 0ef7d3d256c8: Pull complete [2020-11-06T17:27:39.308Z] de9db76c5a1d: Pull complete [2020-11-06T17:27:40.295Z] e1f770b5df2f: Verifying Checksum [2020-11-06T17:27:40.295Z] e1f770b5df2f: Download complete [2020-11-06T17:27:44.673Z] 0eba1c9be4d2: Verifying Checksum [2020-11-06T17:27:44.673Z] 0eba1c9be4d2: Download complete [2020-11-06T17:27:46.748Z] 85a0685a4137: Verifying Checksum [2020-11-06T17:27:46.748Z] 85a0685a4137: Download complete [2020-11-06T17:27:55.309Z] 0eba1c9be4d2: Pull complete [2020-11-06T17:27:55.309Z] 0d57e429df01: Pull complete [2020-11-06T17:27:55.309Z] 4e4be7b47b0d: Pull complete [2020-11-06T17:27:59.795Z] e1f770b5df2f: Pull complete [2020-11-06T17:28:08.260Z] 85a0685a4137: Pull complete [2020-11-06T17:28:08.260Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-06T17:28:08.260Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:28:08.260Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-06T17:28:08.577Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:28:08.717Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-06T17:28:10.210Z] $ docker top 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-06T17:28:10.756Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-06T17:28:11.065Z] + set -o pipefail [2020-11-06T17:28:11.065Z] + snyk monitor '--org=edgex-jenkins' [2020-11-06T17:28:23.493Z] [2020-11-06T17:28:23.493Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-11-06T17:28:23.493Z] [2020-11-06T17:28:23.493Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/cddd01fe-60dc-4794-8dd3-f34d0be246cc [2020-11-06T17:28:23.493Z] [2020-11-06T17:28:23.493Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-06T17:28:23.493Z] [2020-11-06T17:28:23.493Z] [Pipeline] } [2020-11-06T17:28:23.516Z] $ docker stop --time=1 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be [2020-11-06T17:28:26.702Z] $ docker rm -f 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-06T17:28:27.866Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184, dockerFile=Dockerfile [Pipeline] echo [2020-11-06T17:28:27.869Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-06T17:28:28.190Z] + set -o pipefail [2020-11-06T17:28:28.190Z] + tee .snyk [2020-11-06T17:28:28.190Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-06T17:28:28.458Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-06T17:28:28.458Z] version: v1.14.1 [2020-11-06T17:28:28.458Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-06T17:28:28.458Z] # ignore: [2020-11-06T17:28:28.458Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-06T17:28:28.458Z] # - '*': [2020-11-06T17:28:28.458Z] # reason: does not apply # justification for ignoring [2020-11-06T17:28:28.458Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-06T17:28:28.458Z] # patch: {} [Pipeline] withCredentials [2020-11-06T17:28:28.564Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:28:28.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-06T17:28:28.925Z] . [Pipeline] withDockerContainer [2020-11-06T17:28:29.056Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:28:29.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-06T17:28:30.103Z] $ docker top 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:28:30.710Z] + rm -f snykReport.html [Pipeline] echo [2020-11-06T17:28:30.723Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-06T17:28:31.165Z] + set -o pipefail [2020-11-06T17:28:31.165Z] + snyk-to-html -o snykReport.html [2020-11-06T17:28:31.165Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-06T17:28:41.268Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-06T17:28:41.306Z] $ docker stop --time=1 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 [2020-11-06T17:28:42.925Z] $ docker rm -f 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-06T17:28:44.582Z] + git log --format=format:%s -1 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:28:44.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:28:44.959Z] . [Pipeline] withDockerContainer [2020-11-06T17:28:45.087Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:28:45.180Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T17:28:46.510Z] $ docker top 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:28:46.883Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:28:46.883Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:28:47.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:28:47.449Z] $ docker exec 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 ssh-agent [2020-11-06T17:28:47.735Z] SSH_AUTH_SOCK=/tmp/ssh-AGfP0JsHVVxC/agent.11 [2020-11-06T17:28:47.735Z] SSH_AGENT_PID=16 [2020-11-06T17:28:47.745Z] Running ssh-add (command line suppressed) [2020-11-06T17:28:48.007Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3385032375776797078.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3385032375776797078.key) [2020-11-06T17:28:48.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:28:48.467Z] + git semver tag [2020-11-06T17:28:48.467Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:28:48.467Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:28:48.467Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:28:48.467Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:28:48.467Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:28:48.467Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:28:48.467Z] # $SEMVER_BRANCH = master [2020-11-06T17:28:48.467Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-06T17:28:48.467Z] # 79fefeed78b27ed066b80126d21e9ed33746e184 HEAD [2020-11-06T17:28:48.746Z] # -> Force: false [2020-11-06T17:28:48.746Z] # 832cd6361b70cf7e0011023b58f22db52a0af0b0 refs/tags/v1.2.1-dev.21 [Pipeline] } [2020-11-06T17:28:48.791Z] $ docker exec --env ******** --env ******** 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 ssh-agent -k [2020-11-06T17:28:48.995Z] unset SSH_AUTH_SOCK; [2020-11-06T17:28:48.995Z] unset SSH_AGENT_PID; [2020-11-06T17:28:48.996Z] echo Agent pid 16 killed; [2020-11-06T17:28:49.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:28:49.645Z] + git semver [Pipeline] } [2020-11-06T17:28:49.668Z] $ docker stop --time=1 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 [2020-11-06T17:28:51.260Z] $ docker rm -f 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:28:52.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:28:52.018Z] [2020-11-06T17:28:52.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:28:52.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:28:52.430Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-06T17:28:52.430Z] ab5ef0e58194: Pulling fs layer [2020-11-06T17:28:52.430Z] 9712f1f96733: Pulling fs layer [2020-11-06T17:28:52.430Z] 63f879dbbcfc: Pulling fs layer [2020-11-06T17:28:52.430Z] 0d9ebad4ef96: Pulling fs layer [2020-11-06T17:28:52.430Z] e9a5061849ea: Pulling fs layer [2020-11-06T17:28:52.430Z] d747dcd14b5f: Pulling fs layer [2020-11-06T17:28:52.430Z] 2de7ff778b66: Pulling fs layer [2020-11-06T17:28:52.430Z] 2de7ff778b66: Waiting [2020-11-06T17:28:52.430Z] d747dcd14b5f: Waiting [2020-11-06T17:28:52.430Z] 0d9ebad4ef96: Waiting [2020-11-06T17:28:52.703Z] 9712f1f96733: Verifying Checksum [2020-11-06T17:28:52.703Z] 9712f1f96733: Download complete [2020-11-06T17:28:57.173Z] 63f879dbbcfc: Verifying Checksum [2020-11-06T17:28:57.173Z] 63f879dbbcfc: Download complete [2020-11-06T17:28:57.173Z] e9a5061849ea: Verifying Checksum [2020-11-06T17:28:57.173Z] e9a5061849ea: Download complete [2020-11-06T17:28:57.173Z] d747dcd14b5f: Download complete [2020-11-06T17:28:57.774Z] 2de7ff778b66: Verifying Checksum [2020-11-06T17:28:57.774Z] 2de7ff778b66: Download complete [2020-11-06T17:28:57.774Z] 0d9ebad4ef96: Verifying Checksum [2020-11-06T17:28:57.774Z] 0d9ebad4ef96: Download complete [2020-11-06T17:28:58.379Z] ab5ef0e58194: Verifying Checksum [2020-11-06T17:28:58.379Z] ab5ef0e58194: Download complete [2020-11-06T17:29:05.265Z] ab5ef0e58194: Pull complete [2020-11-06T17:29:05.265Z] 9712f1f96733: Pull complete [2020-11-06T17:29:08.640Z] 63f879dbbcfc: Pull complete [2020-11-06T17:29:18.851Z] 0d9ebad4ef96: Pull complete [2020-11-06T17:29:18.851Z] e9a5061849ea: Pull complete [2020-11-06T17:29:18.851Z] d747dcd14b5f: Pull complete [2020-11-06T17:29:22.237Z] 2de7ff778b66: Pull complete [2020-11-06T17:29:22.237Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-06T17:29:22.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-06T17:29:22.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-06T17:29:22.529Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:29:22.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-06T17:29:25.655Z] $ docker top 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-06T17:29:26.072Z] provisioning config files... [2020-11-06T17:29:26.083Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config169401473680237647tmp [2020-11-06T17:29:26.108Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7140096849958417829tmp [2020-11-06T17:29:26.127Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1787790079601176770tmp [Pipeline] { [Pipeline] echo [2020-11-06T17:29:26.186Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:29:26.881Z] ---> sigul-configuration.sh [2020-11-06T17:29:26.881Z] gpg: directory `/root/.gnupg' created [2020-11-06T17:29:26.881Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-06T17:29:26.881Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-06T17:29:26.881Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-06T17:29:26.881Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-06T17:29:26.881Z] gpg: CAST5 encrypted data [2020-11-06T17:29:26.881Z] gpg: encrypted with 1 passphrase [2020-11-06T17:29:26.881Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-06T17:29:27.222Z] + mkdir /home/jenkins [2020-11-06T17:29:27.222Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-06T17:29:27.547Z] + 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 [2020-11-06T17:29:27.560Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:29:27.919Z] ---> sigul-install.sh [2020-11-06T17:29:36.152Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-06T17:29:36.804Z] + git tag --list [2020-11-06T17:29:36.804Z] v1.0.0 [2020-11-06T17:29:36.804Z] v1.1.0 [2020-11-06T17:29:36.804Z] v1.2.0 [2020-11-06T17:29:36.804Z] v1.2.1-dev.1 [2020-11-06T17:29:36.804Z] v1.2.1-dev.10 [2020-11-06T17:29:36.804Z] v1.2.1-dev.11 [2020-11-06T17:29:36.804Z] v1.2.1-dev.12 [2020-11-06T17:29:36.804Z] v1.2.1-dev.13 [2020-11-06T17:29:36.804Z] v1.2.1-dev.14 [2020-11-06T17:29:36.804Z] v1.2.1-dev.15 [2020-11-06T17:29:36.804Z] v1.2.1-dev.16 [2020-11-06T17:29:36.804Z] v1.2.1-dev.17 [2020-11-06T17:29:36.804Z] v1.2.1-dev.18 [2020-11-06T17:29:36.804Z] v1.2.1-dev.19 [2020-11-06T17:29:36.804Z] v1.2.1-dev.2 [2020-11-06T17:29:36.804Z] v1.2.1-dev.20 [2020-11-06T17:29:36.804Z] v1.2.1-dev.21 [2020-11-06T17:29:36.804Z] v1.2.1-dev.3 [2020-11-06T17:29:36.804Z] v1.2.1-dev.4 [2020-11-06T17:29:36.804Z] v1.2.1-dev.5 [2020-11-06T17:29:36.804Z] v1.2.1-dev.6 [2020-11-06T17:29:36.804Z] v1.2.1-dev.7 [2020-11-06T17:29:36.804Z] v1.2.1-dev.8 [2020-11-06T17:29:36.804Z] v1.2.1-dev.9 [Pipeline] sh [2020-11-06T17:29:37.151Z] + lftools sign git-tag v1.2.1-dev.21 [2020-11-06T17:29:38.573Z] Signing Git tag with Sigul... [2020-11-06T17:29:38.573Z] Signing v1.2.1-dev.21 [Pipeline] echo [2020-11-06T17:29:40.003Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:29:40.648Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-06T17:29:40.660Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-06T17:29:40.779Z] $ docker stop --time=1 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f [2020-11-06T17:29:42.709Z] $ docker rm -f 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:29:43.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:29:43.774Z] . [Pipeline] withDockerContainer [2020-11-06T17:29:44.054Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:29:44.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T17:29:45.230Z] $ docker top a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:29:45.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:29:45.694Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:29:46.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:29:46.130Z] $ docker exec a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 ssh-agent [2020-11-06T17:29:46.510Z] SSH_AUTH_SOCK=/tmp/ssh-5ABrA5nePlZ3/agent.11 [2020-11-06T17:29:46.510Z] SSH_AGENT_PID=17 [2020-11-06T17:29:46.525Z] Running ssh-add (command line suppressed) [2020-11-06T17:29:46.799Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4075155609076892458.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4075155609076892458.key) [2020-11-06T17:29:46.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:29:47.621Z] + git semver bump pre [2020-11-06T17:29:47.621Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:29:47.621Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:29:47.621Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:29:47.621Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:29:47.621Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:29:47.621Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:29:47.621Z] # $SEMVER_BRANCH = master [2020-11-06T17:29:47.621Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-06T17:29:47.621Z] 1.2.1-dev.22 [Pipeline] } [2020-11-06T17:29:47.647Z] $ docker exec --env ******** --env ******** a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 ssh-agent -k [2020-11-06T17:29:48.044Z] unset SSH_AUTH_SOCK; [2020-11-06T17:29:48.044Z] unset SSH_AGENT_PID; [2020-11-06T17:29:48.044Z] echo Agent pid 17 killed; [2020-11-06T17:29:48.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:29:48.627Z] + git semver [Pipeline] } [2020-11-06T17:29:48.661Z] $ docker stop --time=1 a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 [2020-11-06T17:29:50.207Z] $ docker rm -f a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:29:50.892Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T17:29:50.892Z] . [Pipeline] withDockerContainer [2020-11-06T17:29:51.141Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:29:51.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-06T17:29:52.366Z] $ docker top 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T17:29:52.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T17:29:52.998Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T17:29:53.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T17:29:53.367Z] $ docker exec 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 ssh-agent [2020-11-06T17:29:53.704Z] SSH_AUTH_SOCK=/tmp/ssh-cp9F41TsGbpO/agent.12 [2020-11-06T17:29:53.704Z] SSH_AGENT_PID=17 [2020-11-06T17:29:53.713Z] Running ssh-add (command line suppressed) [2020-11-06T17:29:53.969Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2245089286972970919.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2245089286972970919.key) [2020-11-06T17:29:54.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T17:29:54.428Z] + git semver push [2020-11-06T17:29:54.428Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T17:29:54.428Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-06T17:29:54.428Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-06T17:29:54.428Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T17:29:54.428Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T17:29:54.428Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T17:29:54.428Z] # $SEMVER_BRANCH = master [2020-11-06T17:29:54.428Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-06T17:30:01.090Z] $ docker exec --env ******** --env ******** 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 ssh-agent -k [2020-11-06T17:30:01.405Z] unset SSH_AUTH_SOCK; [2020-11-06T17:30:01.405Z] unset SSH_AGENT_PID; [2020-11-06T17:30:01.406Z] echo Agent pid 17 killed; [2020-11-06T17:30:01.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T17:30:02.151Z] + git semver [Pipeline] } [2020-11-06T17:30:02.537Z] $ docker stop --time=1 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 [2020-11-06T17:30:04.136Z] $ docker rm -f 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 [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 [2020-11-06T17:30:05.971Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:06.986Z] ---> package-listing.sh [2020-11-06T17:30:06.987Z] ++ facter osfamily [2020-11-06T17:30:06.987Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-06T17:30:07.264Z] + OS_FAMILY=redhat [2020-11-06T17:30:07.264Z] + workspace=/w/workspace/_app-service-configurable_master [2020-11-06T17:30:07.264Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-06T17:30:07.264Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-06T17:30:07.264Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-06T17:30:07.264Z] + PACKAGES=/tmp/packages_start.txt [2020-11-06T17:30:07.264Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-06T17:30:07.264Z] + PACKAGES=/tmp/packages_end.txt [2020-11-06T17:30:07.264Z] + case "${OS_FAMILY}" in [2020-11-06T17:30:07.264Z] + rpm -qa [2020-11-06T17:30:07.264Z] + sort [2020-11-06T17:30:13.033Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-06T17:30:13.033Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-06T17:30:13.033Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-06T17:30:13.033Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-06T17:30:13.033Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-11-06T17:30:13.033Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-11-06T17:30:13.064Z] 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 [2020-11-06T17:30:13.710Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:30:14.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:30:14.103Z] [2020-11-06T17:30:14.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-06T17:30:14.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:30:14.490Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-06T17:30:14.490Z] df20fa9351a1: Pulling fs layer [2020-11-06T17:30:14.490Z] 36b3adc4ff6f: Pulling fs layer [2020-11-06T17:30:14.490Z] 8ad3a11d3b57: Pulling fs layer [2020-11-06T17:30:14.490Z] 46f8f816bc3b: Pulling fs layer [2020-11-06T17:30:14.490Z] 93b61091891f: Pulling fs layer [2020-11-06T17:30:14.490Z] 93b9cdb0e59b: Pulling fs layer [2020-11-06T17:30:14.490Z] 5e14af77c1be: Pulling fs layer [2020-11-06T17:30:14.490Z] 01666e4c0597: Pulling fs layer [2020-11-06T17:30:14.490Z] aa168da1d23b: Pulling fs layer [2020-11-06T17:30:14.490Z] 46f8f816bc3b: Waiting [2020-11-06T17:30:14.490Z] 93b61091891f: Waiting [2020-11-06T17:30:14.490Z] 93b9cdb0e59b: Waiting [2020-11-06T17:30:14.490Z] 5e14af77c1be: Waiting [2020-11-06T17:30:14.490Z] 01666e4c0597: Waiting [2020-11-06T17:30:14.490Z] aa168da1d23b: Waiting [2020-11-06T17:30:14.770Z] 36b3adc4ff6f: Verifying Checksum [2020-11-06T17:30:14.770Z] 36b3adc4ff6f: Download complete [2020-11-06T17:30:14.770Z] 46f8f816bc3b: Verifying Checksum [2020-11-06T17:30:14.770Z] 46f8f816bc3b: Download complete [2020-11-06T17:30:14.770Z] df20fa9351a1: Verifying Checksum [2020-11-06T17:30:14.770Z] df20fa9351a1: Download complete [2020-11-06T17:30:14.770Z] 93b9cdb0e59b: Verifying Checksum [2020-11-06T17:30:14.770Z] 93b9cdb0e59b: Download complete [2020-11-06T17:30:14.770Z] 5e14af77c1be: Verifying Checksum [2020-11-06T17:30:14.770Z] 5e14af77c1be: Download complete [2020-11-06T17:30:14.770Z] 01666e4c0597: Download complete [2020-11-06T17:30:15.087Z] 93b61091891f: Verifying Checksum [2020-11-06T17:30:15.087Z] 93b61091891f: Download complete [2020-11-06T17:30:15.356Z] 8ad3a11d3b57: Verifying Checksum [2020-11-06T17:30:15.356Z] 8ad3a11d3b57: Download complete [2020-11-06T17:30:15.669Z] df20fa9351a1: Pull complete [2020-11-06T17:30:15.984Z] 36b3adc4ff6f: Pull complete [2020-11-06T17:30:17.128Z] 8ad3a11d3b57: Pull complete [2020-11-06T17:30:17.407Z] 46f8f816bc3b: Pull complete [2020-11-06T17:30:18.034Z] 93b61091891f: Pull complete [2020-11-06T17:30:18.652Z] 93b9cdb0e59b: Pull complete [2020-11-06T17:30:19.345Z] 5e14af77c1be: Pull complete [2020-11-06T17:30:19.667Z] 01666e4c0597: Pull complete [2020-11-06T17:30:20.331Z] aa168da1d23b: Download complete [2020-11-06T17:30:30.527Z] aa168da1d23b: Pull complete [2020-11-06T17:30:30.527Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-06T17:30:30.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T17:30:30.527Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-06T17:30:31.006Z] prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container [2020-11-06T17:30:31.196Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-06T17:30:34.736Z] $ docker top 6b64d9e524c164b7adaf8203a793b5518cad47876e9553879f4c023c33ea9452 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T17:30:35.366Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-06T17:30:36.068Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-06T17:30:37.079Z] + ls /var/log/sa-host [2020-11-06T17:30:37.079Z] + sadf -c /var/log/sa-host/sa05 [2020-11-06T17:30:37.079Z] file_magic: OK [2020-11-06T17:30:37.079Z] HZ: Using current value: 100 [2020-11-06T17:30:37.079Z] file_header: OK [2020-11-06T17:30:37.079Z] 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 [2020-11-06T17:30:37.079Z] Statistics: [2020-11-06T17:30:37.079Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-06T17:30:37.079Z] File successfully converted to sysstat format version 12.2.1 [2020-11-06T17:30:37.079Z] + sadf -c /var/log/sa-host/sa06 [2020-11-06T17:30:37.079Z] file_magic: OK [2020-11-06T17:30:37.079Z] HZ: Using current value: 100 [2020-11-06T17:30:37.079Z] file_header: OK [2020-11-06T17:30:37.079Z] 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 [2020-11-06T17:30:37.079Z] Statistics: [2020-11-06T17:30:37.079Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-06T17:30:37.079Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-06T17:30:37.735Z] provisioning config files... [2020-11-06T17:30:37.779Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8340874474907041646tmp [Pipeline] { [Pipeline] echo [2020-11-06T17:30:37.866Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:38.610Z] ---> create-netrc.sh [Pipeline] } [2020-11-06T17:30:38.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-06T17:30:38.752Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:39.445Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-06T17:30:39.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:40.173Z] ---> sudo-logs.sh [2020-11-06T17:30:40.173Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-06T17:30:40.257Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:40.966Z] ---> job-cost.sh [2020-11-06T17:30:40.966Z] lf-activate-venv: SKIPPING [2020-11-06T17:30:40.966Z] INFO: No Stack... [2020-11-06T17:30:41.924Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-06T17:30:42.505Z] INFO: Archiving Costs [Pipeline] echo [2020-11-06T17:30:42.520Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T17:30:42.846Z] ---> logs-deploy.sh [2020-11-06T17:30:42.846Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/59 [2020-11-06T17:30:42.846Z] INFO: archiving workspace using pattern(s): [2020-11-06T17:30:45.475Z] Archives upload complete. [2020-11-06T17:30:45.758Z] INFO: archiving logs to Nexus