Started by upstream project "edgexfoundry/cd-management/release" build number 37 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d8dcacb1afd64ffd41a88d498332b01d09cee174 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d8dcacb1afd64ffd41a88d498332b01d09cee174 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12541’ Running on prd-centos7-docker-4c-2g-12543 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" > git rev-list --no-walk 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-18T17:17:23.757Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T17:17:23.973Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:17:24.073Z] ========================================================= [2020-11-18T17:17:24.073Z] EdgeX Global Pipelines Version Info [2020-11-18T17:17:24.073Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:17:25.574Z] ------------------- [2020-11-18T17:17:25.574Z] stable info: [2020-11-18T17:17:25.574Z] ------------------- [2020-11-18T17:17:25.574Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T17:17:25.574Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T17:17:25.574Z] Message: update stable to v1.0.165 [2020-11-18T17:17:26.521Z] ------------------- [2020-11-18T17:17:26.521Z] experimental info: [2020-11-18T17:17:26.521Z] ------------------- [2020-11-18T17:17:26.521Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-18T17:17:26.521Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T17:17:26.521Z] Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T17:17:26.912Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-11-18T17:17:27.006Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-11-18T17:17:27.094Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T17:17:27.183Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T17:17:27.273Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T17:17:27.362Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T17:17:27.460Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T17:17:27.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T17:17:27.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T17:17:27.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T17:17:27.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T17:17:27.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-11-18T17:17:28.048Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T17:17:28.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T17:17:28.220Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T17:17:28.339Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T17:17:28.430Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T17:17:28.524Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T17:17:28.617Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T17:17:28.714Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-18T17:17:28.798Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T17:17:28.887Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T17:17:28.977Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T17:17:29.062Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T17:17:29.151Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T17:17:29.238Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T17:17:29.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-18T17:17:29.433Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-18T17:17:29.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-18T17:17:29.610Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2020-11-18T17:17:29.707Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo [2020-11-18T17:17:29.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:17:29.985Z] provisioning config files... [2020-11-18T17:17:30.014Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2547424016881959365tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:17:30.378Z] ---> docker-login.sh [2020-11-18T17:17:30.378Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:17:31.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:17:31.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:17:31.800Z] Configure a credential helper to remove this warning. See [2020-11-18T17:17:31.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:17:31.800Z] [2020-11-18T17:17:31.800Z] Login Succeeded [2020-11-18T17:17:31.800Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:17:31.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:17:32.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:17:32.067Z] Configure a credential helper to remove this warning. See [2020-11-18T17:17:32.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:17:32.067Z] [2020-11-18T17:17:32.067Z] Login Succeeded [2020-11-18T17:17:32.067Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:17:32.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:17:32.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:17:32.332Z] Configure a credential helper to remove this warning. See [2020-11-18T17:17:32.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:17:32.332Z] [2020-11-18T17:17:32.332Z] Login Succeeded [2020-11-18T17:17:32.332Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:17:32.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:17:32.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:17:32.332Z] Configure a credential helper to remove this warning. See [2020-11-18T17:17:32.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:17:32.332Z] [2020-11-18T17:17:32.332Z] Login Succeeded [2020-11-18T17:17:32.332Z] docker.io [2020-11-18T17:17:32.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:17:32.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:17:32.859Z] Configure a credential helper to remove this warning. See [2020-11-18T17:17:32.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:17:32.860Z] [2020-11-18T17:17:32.860Z] Login Succeeded [2020-11-18T17:17:32.860Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:17:32.874Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T17:17:33.986Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2020-11-18T17:17:34.079Z] GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo [2020-11-18T17:17:34.163Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:17:35.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:17:35.004Z] [2020-11-18T17:17:35.004Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:17:35.378Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:17:35.379Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T17:17:35.379Z] 31603596830f: Pulling fs layer [2020-11-18T17:17:35.379Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T17:17:35.379Z] 6ca5941a6612: Pulling fs layer [2020-11-18T17:17:35.379Z] ecc8261a40a4: Pulling fs layer [2020-11-18T17:17:35.379Z] ecc8261a40a4: Waiting [2020-11-18T17:17:35.379Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T17:17:35.379Z] 2a8b12db71e7: Download complete [2020-11-18T17:17:35.379Z] 31603596830f: Download complete [2020-11-18T17:17:35.647Z] ecc8261a40a4: Verifying Checksum [2020-11-18T17:17:35.647Z] ecc8261a40a4: Download complete [2020-11-18T17:17:35.647Z] 6ca5941a6612: Verifying Checksum [2020-11-18T17:17:35.647Z] 6ca5941a6612: Download complete [2020-11-18T17:17:35.917Z] 31603596830f: Pull complete [2020-11-18T17:17:35.917Z] 2a8b12db71e7: Pull complete [2020-11-18T17:17:36.866Z] 6ca5941a6612: Pull complete [2020-11-18T17:17:37.128Z] ecc8261a40a4: Pull complete [2020-11-18T17:17:37.128Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T17:17:37.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:17:37.393Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T17:17:37.504Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:17:37.559Z] $ 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-18T17:17:39.875Z] $ docker top 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T17:17:40.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T17:17:40.401Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T17:17:40.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T17:17:40.665Z] $ docker exec 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent [2020-11-18T17:17:40.859Z] SSH_AUTH_SOCK=/tmp/ssh-JT4VkgoYmB50/agent.11 [2020-11-18T17:17:40.859Z] SSH_AGENT_PID=16 [2020-11-18T17:17:40.876Z] Running ssh-add (command line suppressed) [2020-11-18T17:17:41.017Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6915819424607137117.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6915819424607137117.key) [2020-11-18T17:17:41.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T17:17:41.428Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T17:17:41.447Z] $ docker exec --env ******** --env ******** 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent -k [2020-11-18T17:17:41.590Z] unset SSH_AUTH_SOCK; [2020-11-18T17:17:41.590Z] unset SSH_AGENT_PID; [2020-11-18T17:17:41.590Z] echo Agent pid 16 killed; [2020-11-18T17:17:41.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-18T17:17:41.829Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.23|v1.3.0' [Pipeline] sshagent [2020-11-18T17:17:41.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T17:17:41.953Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T17:17:42.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T17:17:42.146Z] $ docker exec 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent [2020-11-18T17:17:42.320Z] SSH_AUTH_SOCK=/tmp/ssh-iOwZEjnBQDbf/agent.47 [2020-11-18T17:17:42.320Z] SSH_AGENT_PID=53 [2020-11-18T17:17:42.327Z] Running ssh-add (command line suppressed) [2020-11-18T17:17:42.451Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5690592377800544005.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5690592377800544005.key) [2020-11-18T17:17:42.501Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T17:17:42.852Z] + git semver init [2020-11-18T17:17:42.852Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T17:17:42.852Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-18T17:17:42.852Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-18T17:17:42.852Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T17:17:42.852Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T17:17:42.852Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T17:17:42.852Z] # $SEMVER_BRANCH = master [2020-11-18T17:17:42.852Z] # $SEMVER_TEMP = /tmp/semver-421706847 [2020-11-18T17:17:42.852Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-11-18T17:17:43.427Z] # '/tmp/semver-421706847' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-11-18T17:17:43.427Z] # -> Force: false [2020-11-18T17:17:43.427Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-18T17:17:43.482Z] $ docker exec --env ******** --env ******** 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 ssh-agent -k [2020-11-18T17:17:43.620Z] unset SSH_AUTH_SOCK; [2020-11-18T17:17:43.621Z] unset SSH_AGENT_PID; [2020-11-18T17:17:43.621Z] echo Agent pid 53 killed; [2020-11-18T17:17:43.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:17:44.191Z] + git semver [Pipeline] } [2020-11-18T17:17:44.211Z] $ docker stop --time=1 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 [2020-11-18T17:17:45.633Z] $ docker rm -f 2907001a3e2993b69463d193b45788d1b079cb42151a5f91239457f03c4b48d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:17:46.128Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T17:17:46.677Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T17:17:46.679Z] [edgeXSemver]: initialized semver on version 1.3.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-18T17:18:02.332Z] Still waiting to schedule task [2020-11-18T17:18:02.333Z] ‘prd-centos7-docker-4c-2g-12546’ is offline [2020-11-18T17:18:02.335Z] Still waiting to schedule task [2020-11-18T17:18:02.335Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-18T17:18:42.705Z] Running on prd-centos7-docker-4c-2g-12548 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-18T17:18:42.755Z] Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout [2020-11-18T17:18:46.703Z] using credential edgex-jenkins-ssh [2020-11-18T17:18:46.756Z] Cloning the remote Git repository [2020-11-18T17:18:46.797Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:18:46.866Z] > git init /w/workspace/app-service-configurable/62 # timeout=10 [2020-11-18T17:18:46.920Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:18:46.920Z] > git --version # timeout=10 [2020-11-18T17:18:46.927Z] > git --version # 'git version 2.16.5' [2020-11-18T17:18:46.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:18:46.955Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:18:48.513Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) [2020-11-18T17:18:48.087Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-18T17:18:48.095Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:18:48.113Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-18T17:18:48.130Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:18:48.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:18:48.135Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T17:18:48.525Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T17:18:48.530Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2020-11-18T17:18:52.229Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:18:53.059Z] provisioning config files... [2020-11-18T17:18:53.097Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config3024088843251527274tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:18:53.833Z] ---> docker-login.sh [2020-11-18T17:18:53.833Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:18:54.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:54.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:54.099Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:54.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:54.099Z] [2020-11-18T17:18:54.099Z] Login Succeeded [2020-11-18T17:18:54.099Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:18:54.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:54.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:54.364Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:54.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:54.364Z] [2020-11-18T17:18:54.364Z] Login Succeeded [2020-11-18T17:18:54.364Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:18:54.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:54.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:54.630Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:54.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:54.630Z] [2020-11-18T17:18:54.630Z] Login Succeeded [2020-11-18T17:18:54.630Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:18:54.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:54.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:54.630Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:54.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:54.630Z] [2020-11-18T17:18:54.630Z] Login Succeeded [2020-11-18T17:18:54.893Z] docker.io [2020-11-18T17:18:54.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:18:55.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:18:55.156Z] Configure a credential helper to remove this warning. See [2020-11-18T17:18:55.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:18:55.156Z] [2020-11-18T17:18:55.156Z] Login Succeeded [2020-11-18T17:18:55.156Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:18:55.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T17:18:55.596Z] ========================================================= [2020-11-18T17:18:55.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T17:18:55.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:18:55.941Z] + 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-18T17:18:55.941Z] Sending build context to Docker daemon 98.82kB [2020-11-18T17:18:56.204Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T17:18:56.204Z] Step 2/8 : FROM ${BASE} [2020-11-18T17:18:56.204Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T17:18:56.204Z] df20fa9351a1: Pulling fs layer [2020-11-18T17:18:56.204Z] ed8968b2872e: Pulling fs layer [2020-11-18T17:18:56.204Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T17:18:56.204Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T17:18:56.204Z] e73272ec9a57: Pulling fs layer [2020-11-18T17:18:56.204Z] 1e910a182e73: Pulling fs layer [2020-11-18T17:18:56.204Z] 4e634b169226: Pulling fs layer [2020-11-18T17:18:56.204Z] e73272ec9a57: Waiting [2020-11-18T17:18:56.204Z] 1e910a182e73: Waiting [2020-11-18T17:18:56.204Z] 4e634b169226: Waiting [2020-11-18T17:18:56.204Z] e871e8e8d7a9: Waiting [2020-11-18T17:18:56.204Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T17:18:56.204Z] a92cc7c5fd73: Download complete [2020-11-18T17:18:56.205Z] ed8968b2872e: Verifying Checksum [2020-11-18T17:18:56.205Z] ed8968b2872e: Download complete [2020-11-18T17:18:56.205Z] e73272ec9a57: Verifying Checksum [2020-11-18T17:18:56.205Z] e73272ec9a57: Download complete [2020-11-18T17:18:56.205Z] df20fa9351a1: Verifying Checksum [2020-11-18T17:18:56.205Z] df20fa9351a1: Download complete [2020-11-18T17:18:56.205Z] 1e910a182e73: Verifying Checksum [2020-11-18T17:18:56.205Z] 1e910a182e73: Download complete [2020-11-18T17:18:56.470Z] df20fa9351a1: Pull complete [2020-11-18T17:18:56.732Z] ed8968b2872e: Pull complete [2020-11-18T17:18:56.732Z] a92cc7c5fd73: Pull complete [2020-11-18T17:18:58.663Z] 4e634b169226: Verifying Checksum [2020-11-18T17:18:58.663Z] 4e634b169226: Download complete [2020-11-18T17:18:59.255Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T17:18:59.255Z] e871e8e8d7a9: Download complete [2020-11-18T17:19:04.590Z] e871e8e8d7a9: Pull complete [2020-11-18T17:19:04.855Z] e73272ec9a57: Pull complete [2020-11-18T17:19:04.855Z] 1e910a182e73: Pull complete [2020-11-18T17:19:10.195Z] 4e634b169226: Pull complete [2020-11-18T17:19:10.195Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T17:19:10.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T17:19:10.460Z] ---> f7629b54cfaa [2020-11-18T17:19:10.460Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:19:10.460Z] ---> Running in 74bf358c26ee [2020-11-18T17:19:11.040Z] Removing intermediate container 74bf358c26ee [2020-11-18T17:19:11.040Z] ---> 83b3aee4230d [2020-11-18T17:19:11.040Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:19:11.040Z] ---> Running in 924f601f0690 [2020-11-18T17:19:12.438Z] Removing intermediate container 924f601f0690 [2020-11-18T17:19:12.438Z] ---> baa1bc9dd3c4 [2020-11-18T17:19:12.438Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-18T17:19:12.709Z] ---> Running in aa4acff27b8f [2020-11-18T17:19:12.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:19:14.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:19:16.298Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-18T17:19:16.562Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-18T17:19:16.562Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-18T17:19:16.824Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-18T17:19:16.824Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-18T17:19:17.089Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-18T17:19:17.089Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T17:19:17.089Z] OK: 167 MiB in 45 packages [2020-11-18T17:19:17.666Z] Removing intermediate container aa4acff27b8f [2020-11-18T17:19:17.667Z] ---> e9c1e9d1dec1 [2020-11-18T17:19:17.667Z] Step 6/8 : WORKDIR /app [2020-11-18T17:19:17.667Z] ---> Running in 931efbfb5262 [2020-11-18T17:19:17.935Z] Removing intermediate container 931efbfb5262 [2020-11-18T17:19:17.935Z] ---> fc5107b523a1 [2020-11-18T17:19:17.935Z] Step 7/8 : COPY . . [2020-11-18T17:19:18.202Z] ---> 55093765a1be [2020-11-18T17:19:18.202Z] Step 8/8 : RUN go mod download [2020-11-18T17:19:18.202Z] ---> Running in c2cfd1d4c3ff [2020-11-18T17:19:44.895Z] Removing intermediate container c2cfd1d4c3ff [2020-11-18T17:19:44.895Z] ---> f111ccba1c7b [2020-11-18T17:19:44.895Z] Successfully built f111ccba1c7b [2020-11-18T17:19:44.895Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:19:45.215Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T17:19:45.216Z] . [Pipeline] withDockerContainer [2020-11-18T17:19:45.492Z] prd-centos7-docker-4c-2g-12548 does not seem to be running inside a container [2020-11-18T17:19:45.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T17:19:46.595Z] $ docker top 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:19:47.161Z] + go version [2020-11-18T17:19:47.162Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T17:19:47.180Z] $ docker stop --time=1 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 [2020-11-18T17:19:48.556Z] $ docker rm -f 3b8fe1ac5e4aa1303ac90de29be6fa0e3adfa445cdd99c7fb863bc1d371ac069 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:19:49.372Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T17:19:49.372Z] . [Pipeline] withDockerContainer [2020-11-18T17:19:49.478Z] prd-centos7-docker-4c-2g-12548 does not seem to be running inside a container [2020-11-18T17:19:49.542Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T17:19:50.613Z] $ docker top f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:19:51.166Z] + make test [2020-11-18T17:19:51.166Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-18T17:20:09.450Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-18T17:20:09.450Z] CGO_ENABLED=1 go vet ./... [2020-11-18T17:20:12.030Z] gofmt -l . [2020-11-18T17:20:12.030Z] [ "`gofmt -l .`" = "" ] [2020-11-18T17:20:12.030Z] ./bin/test-go-mod-tidy.sh [2020-11-18T17:20:12.293Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-18T17:20:12.893Z] $ docker stop --time=1 f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c [2020-11-18T17:20:14.530Z] $ docker rm -f f47e099728cc8c898fdd245fa3a43cb73de2d0c7f8b13fa4622614e79e98a64c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:20:15.167Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T17:20:15.525Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-18T17:20:16.826Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T17:20:17.129Z] + ls -al . [2020-11-18T17:20:17.129Z] total 96 [2020-11-18T17:20:17.129Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 18 17:20 . [2020-11-18T17:20:17.129Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 17:18 .. [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 6568 Nov 18 17:18 Attribution.txt [2020-11-18T17:20:17.129Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 18 17:18 bin [2020-11-18T17:20:17.129Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 18 17:19 coverage.out [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 180 Nov 18 17:18 docker-compose.debug.yml [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 133 Nov 18 17:18 docker-compose.yml [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 2002 Nov 18 17:18 Dockerfile [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 966 Nov 18 17:18 Dockerfile.build [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 119 Nov 18 17:18 .dockerignore [2020-11-18T17:20:17.129Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 17:18 .git [2020-11-18T17:20:17.129Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 18 17:18 .github [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 93 Nov 18 17:18 .gitignore [2020-11-18T17:20:17.129Z] -rw-r--r--. 1 jenkins jenkins 126 Nov 18 17:20 go.mod [2020-11-18T17:20:17.129Z] -rw-r--r--. 1 jenkins jenkins 19551 Nov 18 17:20 go.sum [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 687 Nov 18 17:18 Jenkinsfile [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 18 17:18 LICENSE [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 18 17:18 main.go [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 1573 Nov 18 17:18 makefile [2020-11-18T17:20:17.129Z] -rw-rw-r--. 1 jenkins jenkins 1277 Nov 18 17:18 README.md [2020-11-18T17:20:17.129Z] drwxrwxr-x. 10 jenkins jenkins 171 Nov 18 17:18 res [2020-11-18T17:20:17.129Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 18 17:18 snap [2020-11-18T17:20:17.130Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 17:17 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:17.439Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=1.3.0 . [2020-11-18T17:20:17.439Z] Sending build context to Docker daemon 121.3kB [2020-11-18T17:20:17.703Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-18T17:20:17.703Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-18T17:20:17.703Z] ---> f111ccba1c7b [2020-11-18T17:20:17.703Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-18T17:20:17.703Z] ---> Running in ae0b4cce6a2a [2020-11-18T17:20:17.967Z] Removing intermediate container ae0b4cce6a2a [2020-11-18T17:20:17.967Z] ---> c7ae4ea4f3ad [2020-11-18T17:20:17.967Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T17:20:17.967Z] ---> Running in 6a49a839071e [2020-11-18T17:20:17.967Z] Removing intermediate container 6a49a839071e [2020-11-18T17:20:17.967Z] ---> 62f1e4ff578f [2020-11-18T17:20:17.967Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:20:18.229Z] ---> Running in fba8b33aa16d [2020-11-18T17:20:18.229Z] Removing intermediate container fba8b33aa16d [2020-11-18T17:20:18.229Z] ---> 7454e3a273c1 [2020-11-18T17:20:18.229Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:20:18.495Z] ---> Running in f87751373800 [2020-11-18T17:20:19.455Z] Removing intermediate container f87751373800 [2020-11-18T17:20:19.455Z] ---> 559ebc735a53 [2020-11-18T17:20:19.455Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T17:20:19.455Z] ---> Running in fd3a8a9ca627 [2020-11-18T17:20:20.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:20:20.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:20:21.569Z] OK: 167 MiB in 45 packages [2020-11-18T17:20:22.147Z] Removing intermediate container fd3a8a9ca627 [2020-11-18T17:20:22.147Z] ---> 71c9aef89970 [2020-11-18T17:20:22.147Z] Step 8/27 : WORKDIR /app [2020-11-18T17:20:22.147Z] ---> Running in ab4c11d1b2e2 [2020-11-18T17:20:22.147Z] Removing intermediate container ab4c11d1b2e2 [2020-11-18T17:20:22.147Z] ---> cfdd50abeb2e [2020-11-18T17:20:22.147Z] Step 9/27 : COPY go.mod . [2020-11-18T17:20:22.410Z] ---> f86929eaf1a0 [2020-11-18T17:20:22.410Z] Step 10/27 : RUN go mod download [2020-11-18T17:20:22.672Z] ---> Running in f758be878878 [2020-11-18T17:20:23.627Z] Removing intermediate container f758be878878 [2020-11-18T17:20:23.627Z] ---> 83e19939da72 [2020-11-18T17:20:23.627Z] Step 11/27 : COPY . . [2020-11-18T17:20:23.627Z] ---> d6d68103ed82 [2020-11-18T17:20:23.627Z] Step 12/27 : ARG MAKE="make build" [2020-11-18T17:20:23.891Z] ---> Running in 0c781e48f761 [2020-11-18T17:20:23.891Z] Removing intermediate container 0c781e48f761 [2020-11-18T17:20:23.891Z] ---> 2f6a3ab3773a [2020-11-18T17:20:23.891Z] Step 13/27 : RUN $MAKE [2020-11-18T17:20:24.160Z] ---> Running in 309ef764babd [2020-11-18T17:20:24.425Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.0" -o app-service-configurable [2020-11-18T17:20:42.705Z] Removing intermediate container 309ef764babd [2020-11-18T17:20:42.705Z] ---> 7a9a13897e10 [2020-11-18T17:20:42.705Z] Step 14/27 : FROM alpine:latest [2020-11-18T17:20:42.705Z] latest: Pulling from library/alpine [2020-11-18T17:20:42.705Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T17:20:42.705Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T17:20:42.705Z] 188c0c94c7c5: Download complete [2020-11-18T17:20:42.973Z] 188c0c94c7c5: Pull complete [2020-11-18T17:20:42.973Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T17:20:42.973Z] Status: Downloaded newer image for alpine:latest [2020-11-18T17:20:42.973Z] ---> d6e46aa2470d [2020-11-18T17:20:42.973Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:20:43.236Z] ---> Running in f213c9fa371f [2020-11-18T17:20:43.236Z] Removing intermediate container f213c9fa371f [2020-11-18T17:20:43.236Z] ---> 741ef53f6007 [2020-11-18T17:20:43.236Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-18T17:20:43.236Z] ---> Running in ceff7d594254 [2020-11-18T17:20:43.499Z] Removing intermediate container ceff7d594254 [2020-11-18T17:20:43.499Z] ---> 176620dd3b4c [2020-11-18T17:20:43.499Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-18T17:20:43.499Z] ---> Running in 75dfcacdb6bd [2020-11-18T17:20:44.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T17:20:44.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T17:20:44.340Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-18T17:20:44.340Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-18T17:20:44.340Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-18T17:20:44.340Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-18T17:20:44.340Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-18T17:20:44.340Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-18T17:20:44.340Z] Executing busybox-1.31.1-r19.trigger [2020-11-18T17:20:44.340Z] Executing ca-certificates-20191127-r4.trigger [2020-11-18T17:20:44.340Z] OK: 9 MiB in 20 packages [2020-11-18T17:20:44.513Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12549 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-18T17:20:44.570Z] Running in /w/workspace/app-service-configurable/62 [Pipeline] { [Pipeline] checkout [2020-11-18T17:20:45.751Z] Removing intermediate container 75dfcacdb6bd [2020-11-18T17:20:45.751Z] ---> e8594708561a [2020-11-18T17:20:45.751Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-18T17:20:45.751Z] ---> 0c1f2f542c2d [2020-11-18T17:20:45.751Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-18T17:20:46.019Z] ---> f571362c2023 [2020-11-18T17:20:46.019Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-18T17:20:46.285Z] ---> 4f9ca5064aba [2020-11-18T17:20:46.285Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-18T17:20:47.238Z] ---> 95f6909f24c5 [2020-11-18T17:20:47.238Z] Step 22/27 : EXPOSE 48095 [2020-11-18T17:20:47.238Z] ---> Running in a14750e63804 [2020-11-18T17:20:47.238Z] Removing intermediate container a14750e63804 [2020-11-18T17:20:47.238Z] ---> a60aa25b7ef1 [2020-11-18T17:20:47.238Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-18T17:20:47.238Z] ---> Running in 0f812807e895 [2020-11-18T17:20:47.501Z] Removing intermediate container 0f812807e895 [2020-11-18T17:20:47.501Z] ---> 2eedc1b153d0 [2020-11-18T17:20:47.501Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T17:20:47.501Z] ---> Running in 3935092db482 [2020-11-18T17:20:47.764Z] Removing intermediate container 3935092db482 [2020-11-18T17:20:47.764Z] ---> fb29865b84b5 [2020-11-18T17:20:47.764Z] Step 25/27 : LABEL arch=amd64 [2020-11-18T17:20:47.764Z] ---> Running in 0cf2728aac2c [2020-11-18T17:20:47.764Z] Removing intermediate container 0cf2728aac2c [2020-11-18T17:20:47.764Z] ---> 42ef34687728 [2020-11-18T17:20:47.764Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:20:48.027Z] ---> Running in 33497b89c1c2 [2020-11-18T17:20:48.027Z] Removing intermediate container 33497b89c1c2 [2020-11-18T17:20:48.027Z] ---> 7e914b877339 [2020-11-18T17:20:48.027Z] Step 27/27 : LABEL version=1.3.0 [2020-11-18T17:20:48.289Z] ---> Running in 4d759574d6b2 [2020-11-18T17:20:48.289Z] Removing intermediate container 4d759574d6b2 [2020-11-18T17:20:48.289Z] ---> 51f3d80b4db4 [2020-11-18T17:20:48.289Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T17:20:48.289Z] Successfully built 51f3d80b4db4 [2020-11-18T17:20:48.289Z] 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-18T17:20:48.675Z] provisioning config files... [2020-11-18T17:20:48.698Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config899255009751759898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:20:49.071Z] ---> docker-login.sh [2020-11-18T17:20:49.071Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:20:49.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:49.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:49.337Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:49.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:49.337Z] [2020-11-18T17:20:49.337Z] Login Succeeded [2020-11-18T17:20:49.337Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:20:49.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:49.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:49.337Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:49.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:49.337Z] [2020-11-18T17:20:49.337Z] Login Succeeded [2020-11-18T17:20:49.601Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:20:49.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:49.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:49.601Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:49.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:49.601Z] [2020-11-18T17:20:49.601Z] Login Succeeded [2020-11-18T17:20:49.601Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:20:49.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:49.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:49.863Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:49.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:49.863Z] [2020-11-18T17:20:49.863Z] Login Succeeded [2020-11-18T17:20:49.863Z] docker.io [2020-11-18T17:20:49.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:49.907Z] using credential edgex-jenkins-ssh [2020-11-18T17:20:49.974Z] Cloning the remote Git repository [2020-11-18T17:20:50.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:50.126Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:50.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:50.126Z] [2020-11-18T17:20:50.126Z] Login Succeeded [2020-11-18T17:20:50.126Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:20:50.138Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:20:50.428Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-11-18T17:20:50.428Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:20:50.428Z] latest [2020-11-18T17:20:50.428Z] 1.3.0 [2020-11-18T17:20:50.428Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:20:50.428Z] master [2020-11-18T17:20:50.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:50.969Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:50.063Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:20:50.207Z] > git init /w/workspace/app-service-configurable/62 # timeout=10 [2020-11-18T17:20:50.296Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:20:50.297Z] > git --version # timeout=10 [2020-11-18T17:20:50.316Z] > git --version # 'git version 2.17.1' [2020-11-18T17:20:50.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:20:50.380Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:20:51.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:20:51.277Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-18T17:20:51.277Z] b1d805adc538: Preparing [2020-11-18T17:20:51.277Z] e9e46c3ca18d: Preparing [2020-11-18T17:20:51.277Z] 9f577fe51d0e: Preparing [2020-11-18T17:20:51.277Z] 8a5f23f65389: Preparing [2020-11-18T17:20:51.277Z] baa8e4065b51: Preparing [2020-11-18T17:20:51.277Z] ace0eda3e3be: Preparing [2020-11-18T17:20:51.539Z] 8a5f23f65389: Pushed [2020-11-18T17:20:51.539Z] 9f577fe51d0e: Pushed [2020-11-18T17:20:51.539Z] e9e46c3ca18d: Pushed [2020-11-18T17:20:51.539Z] ace0eda3e3be: Layer already exists [2020-11-18T17:20:51.766Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) [2020-11-18T17:20:51.803Z] baa8e4065b51: Pushed [2020-11-18T17:20:51.155Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-18T17:20:51.175Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T17:20:51.211Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-18T17:20:51.260Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-18T17:20:51.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T17:20:51.273Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T17:20:51.815Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T17:20:51.864Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2020-11-18T17:20:53.197Z] b1d805adc538: Pushed [2020-11-18T17:20:53.460Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:53.770Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:54.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-18T17:20:54.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-18T17:20:54.074Z] b1d805adc538: Preparing [2020-11-18T17:20:54.074Z] e9e46c3ca18d: Preparing [2020-11-18T17:20:54.074Z] 9f577fe51d0e: Preparing [2020-11-18T17:20:54.074Z] 8a5f23f65389: Preparing [2020-11-18T17:20:54.074Z] baa8e4065b51: Preparing [2020-11-18T17:20:54.074Z] ace0eda3e3be: Preparing [2020-11-18T17:20:54.074Z] ace0eda3e3be: Waiting [2020-11-18T17:20:54.074Z] 9f577fe51d0e: Layer already exists [2020-11-18T17:20:54.074Z] b1d805adc538: Layer already exists [2020-11-18T17:20:54.074Z] e9e46c3ca18d: Layer already exists [2020-11-18T17:20:54.074Z] baa8e4065b51: Layer already exists [2020-11-18T17:20:54.074Z] 8a5f23f65389: Layer already exists [2020-11-18T17:20:54.074Z] ace0eda3e3be: Layer already exists [2020-11-18T17:20:54.074Z] latest: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:54.385Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:54.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 [2020-11-18T17:20:54.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-18T17:20:54.696Z] b1d805adc538: Preparing [2020-11-18T17:20:54.696Z] e9e46c3ca18d: Preparing [2020-11-18T17:20:54.696Z] 9f577fe51d0e: Preparing [2020-11-18T17:20:54.696Z] 8a5f23f65389: Preparing [2020-11-18T17:20:54.696Z] baa8e4065b51: Preparing [2020-11-18T17:20:54.696Z] ace0eda3e3be: Preparing [2020-11-18T17:20:54.696Z] ace0eda3e3be: Waiting [2020-11-18T17:20:54.696Z] 8a5f23f65389: Layer already exists [2020-11-18T17:20:54.696Z] 9f577fe51d0e: Layer already exists [2020-11-18T17:20:54.696Z] b1d805adc538: Layer already exists [2020-11-18T17:20:54.696Z] baa8e4065b51: Layer already exists [2020-11-18T17:20:54.696Z] e9e46c3ca18d: Layer already exists [2020-11-18T17:20:54.696Z] ace0eda3e3be: Layer already exists [2020-11-18T17:20:54.696Z] 1.3.0: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:55.006Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:55.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:20:55.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-18T17:20:55.321Z] b1d805adc538: Preparing [2020-11-18T17:20:55.321Z] e9e46c3ca18d: Preparing [2020-11-18T17:20:55.321Z] 9f577fe51d0e: Preparing [2020-11-18T17:20:55.321Z] 8a5f23f65389: Preparing [2020-11-18T17:20:55.321Z] baa8e4065b51: Preparing [2020-11-18T17:20:55.321Z] ace0eda3e3be: Preparing [2020-11-18T17:20:55.321Z] ace0eda3e3be: Waiting [2020-11-18T17:20:55.321Z] b1d805adc538: Layer already exists [2020-11-18T17:20:55.321Z] 8a5f23f65389: Layer already exists [2020-11-18T17:20:55.321Z] e9e46c3ca18d: Layer already exists [2020-11-18T17:20:55.321Z] baa8e4065b51: Layer already exists [2020-11-18T17:20:55.321Z] 9f577fe51d0e: Layer already exists [2020-11-18T17:20:55.321Z] ace0eda3e3be: Layer already exists [2020-11-18T17:20:55.321Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:55.631Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:20:55.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-11-18T17:20:55.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-18T17:20:55.941Z] b1d805adc538: Preparing [2020-11-18T17:20:55.941Z] e9e46c3ca18d: Preparing [2020-11-18T17:20:55.941Z] 9f577fe51d0e: Preparing [2020-11-18T17:20:55.941Z] 8a5f23f65389: Preparing [2020-11-18T17:20:55.941Z] baa8e4065b51: Preparing [2020-11-18T17:20:55.941Z] ace0eda3e3be: Preparing [2020-11-18T17:20:55.941Z] ace0eda3e3be: Waiting [2020-11-18T17:20:55.941Z] e9e46c3ca18d: Layer already exists [2020-11-18T17:20:55.941Z] 8a5f23f65389: Layer already exists [2020-11-18T17:20:55.941Z] b1d805adc538: Layer already exists [2020-11-18T17:20:55.941Z] 9f577fe51d0e: Layer already exists [2020-11-18T17:20:55.941Z] baa8e4065b51: Layer already exists [2020-11-18T17:20:55.941Z] ace0eda3e3be: Layer already exists [2020-11-18T17:20:55.941Z] master: digest: sha256:5fb8ec5fcab9672966734bb1a61df7fea0b07a37690c4e85e1110b2bfd8e7c6a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:20:56.155Z] ===================================================== [Pipeline] echo [2020-11-18T17:20:56.237Z] taggedImages: [2020-11-18T17:20:56.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:20:56.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-18T17:20:56.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.3.0 [2020-11-18T17:20:56.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:20:56.237Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [2020-11-18T17:20:56.252Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T17:20:57.522Z] provisioning config files... [2020-11-18T17:20:57.589Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config7654621689238844784tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:20:58.579Z] ---> docker-login.sh [2020-11-18T17:20:58.579Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:20:59.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:20:59.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:20:59.844Z] Configure a credential helper to remove this warning. See [2020-11-18T17:20:59.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:20:59.844Z] [2020-11-18T17:20:59.844Z] Login Succeeded [2020-11-18T17:20:59.844Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:21:00.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:00.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:00.126Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:00.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:00.127Z] [2020-11-18T17:21:00.127Z] Login Succeeded [2020-11-18T17:21:00.127Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:21:00.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:00.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:00.730Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:00.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:00.730Z] [2020-11-18T17:21:00.730Z] Login Succeeded [2020-11-18T17:21:00.730Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:21:01.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:01.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:01.343Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:01.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:01.343Z] [2020-11-18T17:21:01.343Z] Login Succeeded [2020-11-18T17:21:01.343Z] docker.io [2020-11-18T17:21:01.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:21:02.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:21:02.224Z] Configure a credential helper to remove this warning. See [2020-11-18T17:21:02.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:21:02.224Z] [2020-11-18T17:21:02.224Z] Login Succeeded [2020-11-18T17:21:02.224Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:21:02.299Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T17:21:02.816Z] ========================================================= [2020-11-18T17:21:02.816Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T17:21:02.816Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:21:03.217Z] + 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-18T17:21:03.217Z] Sending build context to Docker daemon 98.82kB [2020-11-18T17:21:03.500Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T17:21:03.500Z] Step 2/8 : FROM ${BASE} [2020-11-18T17:21:03.790Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T17:21:03.790Z] b538f80385f9: Pulling fs layer [2020-11-18T17:21:03.790Z] 74f711af9a0d: Pulling fs layer [2020-11-18T17:21:03.790Z] 99f96fe45779: Pulling fs layer [2020-11-18T17:21:03.790Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T17:21:03.790Z] 45590311c82a: Pulling fs layer [2020-11-18T17:21:03.790Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T17:21:03.790Z] 209524e5b208: Pulling fs layer [2020-11-18T17:21:03.790Z] 8529a6b9a6be: Waiting [2020-11-18T17:21:03.790Z] 45590311c82a: Waiting [2020-11-18T17:21:03.790Z] 69ca0ff8b7b3: Waiting [2020-11-18T17:21:03.790Z] 209524e5b208: Waiting [2020-11-18T17:21:03.790Z] 99f96fe45779: Verifying Checksum [2020-11-18T17:21:03.790Z] 99f96fe45779: Download complete [2020-11-18T17:21:03.790Z] 74f711af9a0d: Verifying Checksum [2020-11-18T17:21:03.790Z] 74f711af9a0d: Download complete [2020-11-18T17:21:03.790Z] 45590311c82a: Download complete [2020-11-18T17:21:03.790Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-18T17:21:03.790Z] 69ca0ff8b7b3: Download complete [2020-11-18T17:21:03.790Z] b538f80385f9: Verifying Checksum [2020-11-18T17:21:03.790Z] b538f80385f9: Download complete [2020-11-18T17:21:04.390Z] b538f80385f9: Pull complete [2020-11-18T17:21:04.997Z] 74f711af9a0d: Pull complete [2020-11-18T17:21:05.600Z] 99f96fe45779: Pull complete [2020-11-18T17:21:06.602Z] 209524e5b208: Verifying Checksum [2020-11-18T17:21:06.602Z] 209524e5b208: Download complete [2020-11-18T17:21:07.590Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T17:21:07.591Z] 8529a6b9a6be: Download complete [2020-11-18T17:21:17.747Z] 8529a6b9a6be: Pull complete [2020-11-18T17:21:17.747Z] 45590311c82a: Pull complete [2020-11-18T17:21:17.747Z] 69ca0ff8b7b3: Pull complete [2020-11-18T17:21:20.368Z] 209524e5b208: Pull complete [2020-11-18T17:21:20.368Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T17:21:20.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T17:21:20.368Z] ---> 5bddaf1c2fca [2020-11-18T17:21:20.368Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:21:22.988Z] ---> Running in 42897009e9c9 [2020-11-18T17:21:23.580Z] Removing intermediate container 42897009e9c9 [2020-11-18T17:21:23.580Z] ---> cb0f5558ffbd [2020-11-18T17:21:23.580Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:21:23.580Z] ---> Running in e101f0ba8232 [2020-11-18T17:21:26.197Z] Removing intermediate container e101f0ba8232 [2020-11-18T17:21:26.197Z] ---> 93142a15971c [2020-11-18T17:21:26.197Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-18T17:21:26.474Z] ---> Running in 7fb2201a94e1 [2020-11-18T17:21:27.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:21:28.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:21:29.858Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-18T17:21:29.858Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-18T17:21:29.859Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-18T17:21:30.130Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-18T17:21:30.130Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-18T17:21:30.400Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-18T17:21:30.400Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T17:21:30.400Z] OK: 144 MiB in 45 packages [2020-11-18T17:21:31.844Z] Removing intermediate container 7fb2201a94e1 [2020-11-18T17:21:31.844Z] ---> 151d19796e76 [2020-11-18T17:21:31.844Z] Step 6/8 : WORKDIR /app [2020-11-18T17:21:31.844Z] ---> Running in a28c1fc721f1 [2020-11-18T17:21:32.440Z] Removing intermediate container a28c1fc721f1 [2020-11-18T17:21:32.440Z] ---> 7b0eac6904ba [2020-11-18T17:21:32.440Z] Step 7/8 : COPY . . [2020-11-18T17:21:33.039Z] ---> 60fcb36bf200 [2020-11-18T17:21:33.039Z] Step 8/8 : RUN go mod download [2020-11-18T17:21:33.314Z] ---> Running in 1b6df4908d48 [2020-11-18T17:22:05.706Z] Removing intermediate container 1b6df4908d48 [2020-11-18T17:22:05.706Z] ---> ac4402b702dc [2020-11-18T17:22:05.706Z] Successfully built ac4402b702dc [2020-11-18T17:22:05.706Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:22:06.053Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T17:22:06.054Z] . [Pipeline] withDockerContainer [2020-11-18T17:22:06.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-12549 does not seem to be running inside a container [2020-11-18T17:22:06.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T17:22:08.431Z] $ docker top fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:22:09.856Z] + go version [2020-11-18T17:22:09.856Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-18T17:22:09.912Z] $ docker stop --time=1 fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 [2020-11-18T17:22:11.902Z] $ docker rm -f fb1477e4329d564c6e2ed81125e3f1c4319546987abc2aabb6eac7e874afc2b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:22:13.028Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T17:22:13.028Z] . [Pipeline] withDockerContainer [2020-11-18T17:22:13.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-12549 does not seem to be running inside a container [2020-11-18T17:22:13.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/62 -v /w/workspace/app-service-configurable/62:/w/workspace/app-service-configurable/62:rw,z -v /w/workspace/app-service-configurable/62@tmp:/w/workspace/app-service-configurable/62@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T17:22:15.401Z] $ docker top 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:22:16.805Z] + make test [2020-11-18T17:22:16.805Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-18T17:23:14.208Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-18T17:23:14.208Z] CGO_ENABLED=1 go vet ./... [2020-11-18T17:23:16.831Z] gofmt -l . [2020-11-18T17:23:16.831Z] [ "`gofmt -l .`" = "" ] [2020-11-18T17:23:16.831Z] ./bin/test-go-mod-tidy.sh [2020-11-18T17:23:17.107Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-18T17:23:18.610Z] $ docker stop --time=1 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 [2020-11-18T17:23:20.805Z] $ docker rm -f 89b25652907fbd4a7b4ae9e1f2b4bde44e1fcb44400a0ddc7e21667ed676aa63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T17:23:21.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T17:23:21.773Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T17:23:22.561Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T17:23:23.289Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T17:23:23.661Z] + ls -al . [2020-11-18T17:23:23.661Z] total 120 [2020-11-18T17:23:23.661Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 18 17:23 . [2020-11-18T17:23:23.661Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 17:20 .. [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 18 17:20 .dockerignore [2020-11-18T17:23:23.661Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 17:20 .git [2020-11-18T17:23:23.661Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:20 .github [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 93 Nov 18 17:20 .gitignore [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 6568 Nov 18 17:20 Attribution.txt [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 2002 Nov 18 17:20 Dockerfile [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 966 Nov 18 17:20 Dockerfile.build [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 687 Nov 18 17:20 Jenkinsfile [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 18 17:20 LICENSE [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 1277 Nov 18 17:20 README.md [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 17:17 VERSION [2020-11-18T17:23:23.661Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 17:20 bin [2020-11-18T17:23:23.661Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 18 17:22 coverage.out [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 180 Nov 18 17:20 docker-compose.debug.yml [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 133 Nov 18 17:20 docker-compose.yml [2020-11-18T17:23:23.661Z] -rw-r--r-- 1 jenkins jenkins 126 Nov 18 17:23 go.mod [2020-11-18T17:23:23.661Z] -rw-r--r-- 1 jenkins jenkins 19551 Nov 18 17:23 go.sum [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 18 17:20 main.go [2020-11-18T17:23:23.661Z] -rw-rw-r-- 1 jenkins jenkins 1573 Nov 18 17:20 makefile [2020-11-18T17:23:23.661Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 18 17:20 res [2020-11-18T17:23:23.661Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 17:20 snap [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:23:24.063Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=1.3.0 . [2020-11-18T17:23:24.063Z] Sending build context to Docker daemon 121.3kB [2020-11-18T17:23:24.366Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-18T17:23:24.366Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-18T17:23:24.366Z] ---> ac4402b702dc [2020-11-18T17:23:24.366Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-18T17:23:24.641Z] ---> Running in 8b819d17cede [2020-11-18T17:23:25.249Z] Removing intermediate container 8b819d17cede [2020-11-18T17:23:25.249Z] ---> 1547bffc1ac7 [2020-11-18T17:23:25.249Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T17:23:25.249Z] ---> Running in b5ca8fdb474a [2020-11-18T17:23:25.846Z] Removing intermediate container b5ca8fdb474a [2020-11-18T17:23:25.846Z] ---> ec0fa53177f9 [2020-11-18T17:23:25.846Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:23:25.846Z] ---> Running in 69f8338b7ca5 [2020-11-18T17:23:26.441Z] Removing intermediate container 69f8338b7ca5 [2020-11-18T17:23:26.441Z] ---> 9741fd398434 [2020-11-18T17:23:26.441Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T17:23:26.441Z] ---> Running in fe5ec263460e [2020-11-18T17:23:29.066Z] Removing intermediate container fe5ec263460e [2020-11-18T17:23:29.066Z] ---> e950446cef65 [2020-11-18T17:23:29.066Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T17:23:29.341Z] ---> Running in 9f3764db8154 [2020-11-18T17:23:30.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:31.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:23:32.742Z] OK: 144 MiB in 45 packages [2020-11-18T17:23:33.722Z] Removing intermediate container 9f3764db8154 [2020-11-18T17:23:33.722Z] ---> 622b06c93cac [2020-11-18T17:23:33.722Z] Step 8/27 : WORKDIR /app [2020-11-18T17:23:33.722Z] ---> Running in 6f2dbe8a5df0 [2020-11-18T17:23:34.316Z] Removing intermediate container 6f2dbe8a5df0 [2020-11-18T17:23:34.316Z] ---> 49132ca7d734 [2020-11-18T17:23:34.316Z] Step 9/27 : COPY go.mod . [2020-11-18T17:23:34.917Z] ---> f5094f7389aa [2020-11-18T17:23:34.917Z] Step 10/27 : RUN go mod download [2020-11-18T17:23:35.188Z] ---> Running in ebf2ae1a485d [2020-11-18T17:23:37.805Z] Removing intermediate container ebf2ae1a485d [2020-11-18T17:23:37.805Z] ---> 8d3f743bf7b3 [2020-11-18T17:23:37.805Z] Step 11/27 : COPY . . [2020-11-18T17:23:38.782Z] ---> 58b02cb86b20 [2020-11-18T17:23:38.782Z] Step 12/27 : ARG MAKE="make build" [2020-11-18T17:23:38.782Z] ---> Running in 27488484c8f6 [2020-11-18T17:23:39.377Z] Removing intermediate container 27488484c8f6 [2020-11-18T17:23:39.378Z] ---> 7fa07e90500e [2020-11-18T17:23:39.378Z] Step 13/27 : RUN $MAKE [2020-11-18T17:23:39.378Z] ---> Running in 1cca3c3327a5 [2020-11-18T17:23:40.810Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.3.0" -o app-service-configurable [2020-11-18T17:24:37.387Z] Removing intermediate container 1cca3c3327a5 [2020-11-18T17:24:37.387Z] ---> c464a8887ef7 [2020-11-18T17:24:37.387Z] Step 14/27 : FROM alpine:latest [2020-11-18T17:24:37.387Z] latest: Pulling from library/alpine [2020-11-18T17:24:37.387Z] 5f621e34cdf4: Pulling fs layer [2020-11-18T17:24:37.387Z] 5f621e34cdf4: Verifying Checksum [2020-11-18T17:24:37.387Z] 5f621e34cdf4: Download complete [2020-11-18T17:24:37.387Z] 5f621e34cdf4: Pull complete [2020-11-18T17:24:37.387Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T17:24:37.387Z] Status: Downloaded newer image for alpine:latest [2020-11-18T17:24:37.387Z] ---> 2e77e061c27f [2020-11-18T17:24:37.387Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T17:24:37.387Z] ---> Running in 6eb9a5c84905 [2020-11-18T17:24:37.387Z] Removing intermediate container 6eb9a5c84905 [2020-11-18T17:24:37.387Z] ---> 21c8f25b033f [2020-11-18T17:24:37.387Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-18T17:24:37.387Z] ---> Running in 526363b3c594 [2020-11-18T17:24:37.387Z] Removing intermediate container 526363b3c594 [2020-11-18T17:24:37.387Z] ---> 7ab9ba31e8a9 [2020-11-18T17:24:37.387Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-18T17:24:37.387Z] ---> Running in afa0c1edade5 [2020-11-18T17:24:37.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T17:24:37.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T17:24:37.387Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-18T17:24:37.387Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-18T17:24:37.387Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-18T17:24:37.387Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-18T17:24:37.387Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-18T17:24:37.387Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-18T17:24:37.387Z] Executing busybox-1.31.1-r19.trigger [2020-11-18T17:24:37.387Z] Executing ca-certificates-20191127-r4.trigger [2020-11-18T17:24:37.387Z] OK: 9 MiB in 20 packages [2020-11-18T17:24:37.387Z] Removing intermediate container afa0c1edade5 [2020-11-18T17:24:37.387Z] ---> 4030752370ee [2020-11-18T17:24:37.387Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-18T17:24:37.387Z] ---> 4372374a5197 [2020-11-18T17:24:37.387Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-18T17:24:37.387Z] ---> 7e9618823792 [2020-11-18T17:24:37.387Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-18T17:24:37.984Z] ---> f57e60c5ac7d [2020-11-18T17:24:37.984Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-18T17:24:39.417Z] ---> 573c490733ac [2020-11-18T17:24:39.417Z] Step 22/27 : EXPOSE 48095 [2020-11-18T17:24:39.417Z] ---> Running in b4a8c7a5c712 [2020-11-18T17:24:40.012Z] Removing intermediate container b4a8c7a5c712 [2020-11-18T17:24:40.012Z] ---> e7ed7f889dad [2020-11-18T17:24:40.012Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-18T17:24:40.012Z] ---> Running in cf85e2101da8 [2020-11-18T17:24:40.606Z] Removing intermediate container cf85e2101da8 [2020-11-18T17:24:40.606Z] ---> f8fa87281510 [2020-11-18T17:24:40.606Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T17:24:40.878Z] ---> Running in 7b09262614eb [2020-11-18T17:24:41.151Z] Removing intermediate container 7b09262614eb [2020-11-18T17:24:41.151Z] ---> b2ad0a79136b [2020-11-18T17:24:41.151Z] Step 25/27 : LABEL arch=arm64 [2020-11-18T17:24:41.426Z] ---> Running in fbc8204688ca [2020-11-18T17:24:42.023Z] Removing intermediate container fbc8204688ca [2020-11-18T17:24:42.023Z] ---> 85767ddaa0ec [2020-11-18T17:24:42.023Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:24:42.023Z] ---> Running in 7b0bfdca56c7 [2020-11-18T17:24:42.619Z] Removing intermediate container 7b0bfdca56c7 [2020-11-18T17:24:42.620Z] ---> fb1d4451b590 [2020-11-18T17:24:42.620Z] Step 27/27 : LABEL version=1.3.0 [2020-11-18T17:24:42.620Z] ---> Running in 9ad8db9a53dc [2020-11-18T17:24:43.214Z] Removing intermediate container 9ad8db9a53dc [2020-11-18T17:24:43.214Z] ---> 83611efe380b [2020-11-18T17:24:43.214Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T17:24:43.214Z] Successfully built 83611efe380b [2020-11-18T17:24:43.214Z] 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-18T17:24:43.771Z] provisioning config files... [2020-11-18T17:24:43.806Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/62@tmp/config8797904200803561985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:24:44.207Z] ---> docker-login.sh [2020-11-18T17:24:44.207Z] nexus3.edgexfoundry.org:10001 [2020-11-18T17:24:44.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:44.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:44.757Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:44.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:44.757Z] [2020-11-18T17:24:44.757Z] Login Succeeded [2020-11-18T17:24:44.757Z] nexus3.edgexfoundry.org:10002 [2020-11-18T17:24:45.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:45.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:45.303Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:45.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:45.303Z] [2020-11-18T17:24:45.303Z] Login Succeeded [2020-11-18T17:24:45.303Z] nexus3.edgexfoundry.org:10003 [2020-11-18T17:24:45.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:45.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:45.854Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:45.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:45.854Z] [2020-11-18T17:24:45.854Z] Login Succeeded [2020-11-18T17:24:45.854Z] nexus3.edgexfoundry.org:10004 [2020-11-18T17:24:46.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:46.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:46.398Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:46.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:46.398Z] [2020-11-18T17:24:46.398Z] Login Succeeded [2020-11-18T17:24:46.398Z] docker.io [2020-11-18T17:24:46.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T17:24:47.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T17:24:47.263Z] Configure a credential helper to remove this warning. See [2020-11-18T17:24:47.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T17:24:47.263Z] [2020-11-18T17:24:47.263Z] Login Succeeded [2020-11-18T17:24:47.263Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T17:24:47.280Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:24:47.481Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-11-18T17:24:47.481Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:24:47.481Z] latest [2020-11-18T17:24:47.481Z] 1.3.0 [2020-11-18T17:24:47.481Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:24:47.481Z] master [2020-11-18T17:24:47.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:48.044Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:48.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:24:48.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-18T17:24:48.378Z] 22149eec60ec: Preparing [2020-11-18T17:24:48.378Z] a3af7f81daa2: Preparing [2020-11-18T17:24:48.378Z] 1f2de09c6f4d: Preparing [2020-11-18T17:24:48.378Z] efe91d4a4465: Preparing [2020-11-18T17:24:48.378Z] e9b76dbdaef1: Preparing [2020-11-18T17:24:48.378Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:48.378Z] cd3761cfa1d9: Waiting [2020-11-18T17:24:48.650Z] a3af7f81daa2: Pushed [2020-11-18T17:24:48.650Z] 1f2de09c6f4d: Pushed [2020-11-18T17:24:48.921Z] efe91d4a4465: Pushed [2020-11-18T17:24:48.921Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:49.514Z] e9b76dbdaef1: Pushed [2020-11-18T17:24:52.883Z] 22149eec60ec: Pushed [2020-11-18T17:24:52.883Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:53.223Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:53.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-18T17:24:53.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-18T17:24:53.555Z] 22149eec60ec: Preparing [2020-11-18T17:24:53.555Z] a3af7f81daa2: Preparing [2020-11-18T17:24:53.555Z] 1f2de09c6f4d: Preparing [2020-11-18T17:24:53.555Z] efe91d4a4465: Preparing [2020-11-18T17:24:53.555Z] e9b76dbdaef1: Preparing [2020-11-18T17:24:53.555Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:53.555Z] cd3761cfa1d9: Waiting [2020-11-18T17:24:53.555Z] efe91d4a4465: Layer already exists [2020-11-18T17:24:53.555Z] a3af7f81daa2: Layer already exists [2020-11-18T17:24:53.555Z] 1f2de09c6f4d: Layer already exists [2020-11-18T17:24:53.555Z] 22149eec60ec: Layer already exists [2020-11-18T17:24:53.827Z] e9b76dbdaef1: Layer already exists [2020-11-18T17:24:53.827Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:53.827Z] latest: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:54.178Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:54.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 [2020-11-18T17:24:54.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-18T17:24:54.514Z] 22149eec60ec: Preparing [2020-11-18T17:24:54.514Z] a3af7f81daa2: Preparing [2020-11-18T17:24:54.514Z] 1f2de09c6f4d: Preparing [2020-11-18T17:24:54.514Z] efe91d4a4465: Preparing [2020-11-18T17:24:54.514Z] e9b76dbdaef1: Preparing [2020-11-18T17:24:54.514Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:54.514Z] cd3761cfa1d9: Waiting [2020-11-18T17:24:54.786Z] efe91d4a4465: Layer already exists [2020-11-18T17:24:54.786Z] a3af7f81daa2: Layer already exists [2020-11-18T17:24:54.786Z] e9b76dbdaef1: Layer already exists [2020-11-18T17:24:54.786Z] 22149eec60ec: Layer already exists [2020-11-18T17:24:54.786Z] 1f2de09c6f4d: Layer already exists [2020-11-18T17:24:54.786Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:54.786Z] 1.3.0: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:55.126Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:55.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:24:55.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-18T17:24:55.461Z] 22149eec60ec: Preparing [2020-11-18T17:24:55.461Z] a3af7f81daa2: Preparing [2020-11-18T17:24:55.461Z] 1f2de09c6f4d: Preparing [2020-11-18T17:24:55.461Z] efe91d4a4465: Preparing [2020-11-18T17:24:55.461Z] e9b76dbdaef1: Preparing [2020-11-18T17:24:55.461Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:55.461Z] cd3761cfa1d9: Waiting [2020-11-18T17:24:55.735Z] 1f2de09c6f4d: Layer already exists [2020-11-18T17:24:55.735Z] e9b76dbdaef1: Layer already exists [2020-11-18T17:24:55.735Z] 22149eec60ec: Layer already exists [2020-11-18T17:24:55.735Z] efe91d4a4465: Layer already exists [2020-11-18T17:24:55.735Z] a3af7f81daa2: Layer already exists [2020-11-18T17:24:55.735Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:55.735Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:56.080Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:24:56.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-11-18T17:24:56.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-18T17:24:56.419Z] 22149eec60ec: Preparing [2020-11-18T17:24:56.419Z] a3af7f81daa2: Preparing [2020-11-18T17:24:56.419Z] 1f2de09c6f4d: Preparing [2020-11-18T17:24:56.419Z] efe91d4a4465: Preparing [2020-11-18T17:24:56.419Z] e9b76dbdaef1: Preparing [2020-11-18T17:24:56.419Z] cd3761cfa1d9: Preparing [2020-11-18T17:24:56.419Z] cd3761cfa1d9: Waiting [2020-11-18T17:24:56.690Z] e9b76dbdaef1: Layer already exists [2020-11-18T17:24:56.690Z] efe91d4a4465: Layer already exists [2020-11-18T17:24:56.690Z] 22149eec60ec: Layer already exists [2020-11-18T17:24:56.690Z] a3af7f81daa2: Layer already exists [2020-11-18T17:24:56.690Z] 1f2de09c6f4d: Layer already exists [2020-11-18T17:24:56.690Z] cd3761cfa1d9: Layer already exists [2020-11-18T17:24:56.690Z] master: digest: sha256:d63c914bf7882eb495acc7de3d774d82416237c06c4d9d88d3eea0a19a8c86f3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T17:24:56.956Z] ===================================================== [Pipeline] echo [2020-11-18T17:24:57.003Z] taggedImages: [2020-11-18T17:24:57.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-18T17:24:57.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-18T17:24:57.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.3.0 [2020-11-18T17:24:57.003Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.3.0 [2020-11-18T17:24:57.003Z] - 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-18T17:24:59.253Z] provisioning config files... [2020-11-18T17:24:59.264Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8228940966296500224tmp [Pipeline] { [Pipeline] sh [2020-11-18T17:24:59.647Z] + set +x [2020-11-18T17:24:59.647Z] + curl -s https://codecov.io/bash [2020-11-18T17:24:59.647Z] + bash -s -- [2020-11-18T17:24:59.910Z] [2020-11-18T17:24:59.910Z] _____ _ [2020-11-18T17:24:59.910Z] / ____| | | [2020-11-18T17:24:59.910Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T17:24:59.910Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T17:24:59.910Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T17:24:59.910Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T17:24:59.910Z] Bash-20201116-eea08d9 [2020-11-18T17:24:59.910Z] [2020-11-18T17:24:59.910Z] [2020-11-18T17:24:59.910Z] ==> Jenkins CI detected. [2020-11-18T17:24:59.910Z] project root: . [2020-11-18T17:24:59.910Z] --> token set from env [2020-11-18T17:24:59.910Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T17:24:59.910Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T17:24:59.910Z] ==> Python coveragepy not found [2020-11-18T17:24:59.910Z] ==> Searching for coverage reports in: [2020-11-18T17:24:59.910Z] + . [2020-11-18T17:24:59.910Z] -> Found 1 reports [2020-11-18T17:24:59.910Z] ==> Detecting git/mercurial file structure [2020-11-18T17:24:59.910Z] ==> Reading reports [2020-11-18T17:24:59.910Z] + ./coverage.out bytes=10 [2020-11-18T17:24:59.910Z] ==> Appending adjustments [2020-11-18T17:24:59.910Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T17:24:59.910Z] + Found adjustments [2020-11-18T17:24:59.910Z] ==> Gzipping contents [2020-11-18T17:24:59.910Z] ==> Uploading reports [2020-11-18T17:24:59.910Z] url: https://codecov.io [2020-11-18T17:24:59.910Z] query: branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T17:24:59.910Z] -> Pinging Codecov [2020-11-18T17:24:59.910Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=62&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F62%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T17:25:01.299Z] -> Uploading to [2020-11-18T17:25:01.299Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-18/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/d0128a71-e352-4e6c-a23e-e693095ee35e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T172500Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c773dd8439323c13ea100b002d9482c77d7f5d8abdc2ddaa356394bc45932c9b [2020-11-18T17:25:01.299Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T17:25:01.299Z] Dload Upload Total Spent Left Speed [2020-11-18T17:25:01.562Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 987 --:--:-- --:--:-- --:--:-- 989 [2020-11-18T17:25:01.562Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } [2020-11-18T17:25:01.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-18T17:25:02.073Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-18T17:25:02.125Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:02.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:02.495Z] [2020-11-18T17:25:02.495Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:02.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:02.843Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-18T17:25:02.843Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T17:25:02.843Z] 0ef7d3d256c8: Pulling fs layer [2020-11-18T17:25:02.843Z] de9db76c5a1d: Pulling fs layer [2020-11-18T17:25:02.843Z] 0eba1c9be4d2: Pulling fs layer [2020-11-18T17:25:02.843Z] 0d57e429df01: Pulling fs layer [2020-11-18T17:25:02.843Z] 4e4be7b47b0d: Pulling fs layer [2020-11-18T17:25:02.843Z] e1f770b5df2f: Pulling fs layer [2020-11-18T17:25:02.843Z] 85a0685a4137: Pulling fs layer [2020-11-18T17:25:02.843Z] 0d57e429df01: Waiting [2020-11-18T17:25:02.843Z] 4e4be7b47b0d: Waiting [2020-11-18T17:25:02.843Z] e1f770b5df2f: Waiting [2020-11-18T17:25:02.843Z] 85a0685a4137: Waiting [2020-11-18T17:25:02.843Z] 0eba1c9be4d2: Waiting [2020-11-18T17:25:02.843Z] de9db76c5a1d: Verifying Checksum [2020-11-18T17:25:02.843Z] de9db76c5a1d: Download complete [2020-11-18T17:25:02.843Z] 0ef7d3d256c8: Download complete [2020-11-18T17:25:02.843Z] 0d57e429df01: Verifying Checksum [2020-11-18T17:25:02.843Z] 0d57e429df01: Download complete [2020-11-18T17:25:02.843Z] 4e4be7b47b0d: Verifying Checksum [2020-11-18T17:25:02.843Z] 4e4be7b47b0d: Download complete [2020-11-18T17:25:02.843Z] 188c0c94c7c5: Download complete [2020-11-18T17:25:03.417Z] 188c0c94c7c5: Pull complete [2020-11-18T17:25:03.680Z] 0ef7d3d256c8: Pull complete [2020-11-18T17:25:03.680Z] de9db76c5a1d: Pull complete [2020-11-18T17:25:04.270Z] e1f770b5df2f: Verifying Checksum [2020-11-18T17:25:04.270Z] e1f770b5df2f: Download complete [2020-11-18T17:25:06.206Z] 0eba1c9be4d2: Verifying Checksum [2020-11-18T17:25:06.206Z] 0eba1c9be4d2: Download complete [2020-11-18T17:25:06.469Z] 85a0685a4137: Verifying Checksum [2020-11-18T17:25:06.469Z] 85a0685a4137: Download complete [2020-11-18T17:25:11.787Z] 0eba1c9be4d2: Pull complete [2020-11-18T17:25:11.787Z] 0d57e429df01: Pull complete [2020-11-18T17:25:12.053Z] 4e4be7b47b0d: Pull complete [2020-11-18T17:25:17.385Z] e1f770b5df2f: Pull complete [2020-11-18T17:25:24.008Z] 85a0685a4137: Pull complete [2020-11-18T17:25:24.008Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-18T17:25:24.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:24.008Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-18T17:25:24.232Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:25:24.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T17:25:25.180Z] $ docker top 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-18T17:25:25.402Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-18T17:25:25.690Z] + set -o pipefail [2020-11-18T17:25:25.690Z] + snyk monitor '--org=edgex-jenkins' [2020-11-18T17:25:52.299Z] [2020-11-18T17:25:52.299Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-11-18T17:25:52.299Z] [2020-11-18T17:25:52.299Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/445bd143-8254-4f43-8547-dfc96baf9a89 [2020-11-18T17:25:52.299Z] [2020-11-18T17:25:52.299Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-18T17:25:52.299Z] [2020-11-18T17:25:52.299Z] [2020-11-18T17:25:52.299Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-18T17:25:52.299Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-18T17:25:52.317Z] $ docker stop --time=1 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d [2020-11-18T17:25:54.400Z] $ docker rm -f 6e73d57159037bd4f8f07e5f859130bcc3738b8d72672b70dc8d4a563e0a5d2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T17:25:55.531Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc, dockerFile=Dockerfile [Pipeline] echo [2020-11-18T17:25:55.534Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-18T17:25:55.825Z] + set -o pipefail [2020-11-18T17:25:55.826Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-18T17:25:55.826Z] + tee .snyk [2020-11-18T17:25:56.087Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-18T17:25:56.087Z] version: v1.14.1 [2020-11-18T17:25:56.087Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-18T17:25:56.087Z] # ignore: [2020-11-18T17:25:56.087Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-18T17:25:56.087Z] # - '*': [2020-11-18T17:25:56.087Z] # reason: does not apply # justification for ignoring [2020-11-18T17:25:56.087Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-18T17:25:56.087Z] # patch: {} [Pipeline] withCredentials [2020-11-18T17:25:56.164Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:25:56.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T17:25:56.529Z] . [Pipeline] withDockerContainer [2020-11-18T17:25:56.632Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:25:56.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T17:25:57.390Z] $ docker top ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:25:57.884Z] + rm -f snykReport.html [Pipeline] echo [2020-11-18T17:25:57.897Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-18T17:25:58.202Z] + set -o pipefail [2020-11-18T17:25:58.202Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-18T17:25:58.202Z] + snyk-to-html -o snykReport.html [2020-11-18T17:26:08.238Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-18T17:26:08.257Z] $ docker stop --time=1 ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 [2020-11-18T17:26:09.744Z] $ docker rm -f ca7f787fda0847b8d455c8c288532184a849527bb2f3731a44138c67557ccc98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-18T17:26:11.640Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:11.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:26:11.954Z] . [Pipeline] withDockerContainer [2020-11-18T17:26:12.053Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:26:12.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:26:12.833Z] $ docker top 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:26:13.112Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:26:13.558Z] + git semver [Pipeline] } [2020-11-18T17:26:13.578Z] $ docker stop --time=1 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 [2020-11-18T17:26:14.981Z] $ docker rm -f 4fe06fe0c00d45908d38523c3fec8ae1eb42081d0dc0e63b51a1f44e2f92ff21 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:15.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:26:15.689Z] [2020-11-18T17:26:15.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:16.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:26:16.040Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-18T17:26:16.040Z] ab5ef0e58194: Pulling fs layer [2020-11-18T17:26:16.040Z] 9712f1f96733: Pulling fs layer [2020-11-18T17:26:16.040Z] 63f879dbbcfc: Pulling fs layer [2020-11-18T17:26:16.040Z] 0d9ebad4ef96: Pulling fs layer [2020-11-18T17:26:16.040Z] e9a5061849ea: Pulling fs layer [2020-11-18T17:26:16.040Z] d747dcd14b5f: Pulling fs layer [2020-11-18T17:26:16.040Z] 2de7ff778b66: Pulling fs layer [2020-11-18T17:26:16.040Z] e9a5061849ea: Waiting [2020-11-18T17:26:16.040Z] d747dcd14b5f: Waiting [2020-11-18T17:26:16.040Z] 2de7ff778b66: Waiting [2020-11-18T17:26:16.040Z] 0d9ebad4ef96: Waiting [2020-11-18T17:26:16.040Z] 9712f1f96733: Verifying Checksum [2020-11-18T17:26:16.040Z] 9712f1f96733: Download complete [2020-11-18T17:26:17.457Z] 63f879dbbcfc: Verifying Checksum [2020-11-18T17:26:17.457Z] 63f879dbbcfc: Download complete [2020-11-18T17:26:17.722Z] e9a5061849ea: Verifying Checksum [2020-11-18T17:26:17.722Z] e9a5061849ea: Download complete [2020-11-18T17:26:17.722Z] d747dcd14b5f: Verifying Checksum [2020-11-18T17:26:17.722Z] d747dcd14b5f: Download complete [2020-11-18T17:26:18.303Z] 2de7ff778b66: Verifying Checksum [2020-11-18T17:26:18.303Z] 2de7ff778b66: Download complete [2020-11-18T17:26:18.303Z] 0d9ebad4ef96: Verifying Checksum [2020-11-18T17:26:18.303Z] 0d9ebad4ef96: Download complete [2020-11-18T17:26:18.568Z] ab5ef0e58194: Download complete [2020-11-18T17:26:23.898Z] ab5ef0e58194: Pull complete [2020-11-18T17:26:23.898Z] 9712f1f96733: Pull complete [2020-11-18T17:26:26.462Z] 63f879dbbcfc: Pull complete [2020-11-18T17:26:33.079Z] 0d9ebad4ef96: Pull complete [2020-11-18T17:26:34.533Z] e9a5061849ea: Pull complete [2020-11-18T17:26:34.808Z] d747dcd14b5f: Pull complete [2020-11-18T17:26:37.502Z] 2de7ff778b66: Pull complete [2020-11-18T17:26:37.502Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-18T17:26:37.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T17:26:37.502Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-18T17:26:37.706Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:26:37.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-18T17:26:41.172Z] $ docker top 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-18T17:26:41.391Z] provisioning config files... [2020-11-18T17:26:41.402Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1283728351558967517tmp [2020-11-18T17:26:41.419Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5542642528131830121tmp [2020-11-18T17:26:41.435Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4833801415363703611tmp [Pipeline] { [Pipeline] echo [2020-11-18T17:26:41.499Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:26:41.797Z] ---> sigul-configuration.sh [2020-11-18T17:26:41.797Z] gpg: directory `/root/.gnupg' created [2020-11-18T17:26:41.797Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-18T17:26:41.797Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-18T17:26:41.797Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-18T17:26:41.797Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-18T17:26:41.797Z] gpg: CAST5 encrypted data [2020-11-18T17:26:42.059Z] gpg: encrypted with 1 passphrase [2020-11-18T17:26:42.059Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-18T17:26:42.360Z] + mkdir /home/jenkins [2020-11-18T17:26:42.360Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-18T17:26:42.658Z] + 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-18T17:26:42.668Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:26:42.964Z] ---> sigul-install.sh [2020-11-18T17:26:48.269Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-18T17:26:48.570Z] + git tag --list [2020-11-18T17:26:48.570Z] v1.0.0 [2020-11-18T17:26:48.570Z] v1.1.0 [2020-11-18T17:26:48.570Z] v1.2.0 [2020-11-18T17:26:48.570Z] v1.2.1-dev.1 [2020-11-18T17:26:48.570Z] v1.2.1-dev.10 [2020-11-18T17:26:48.570Z] v1.2.1-dev.11 [2020-11-18T17:26:48.570Z] v1.2.1-dev.12 [2020-11-18T17:26:48.570Z] v1.2.1-dev.13 [2020-11-18T17:26:48.570Z] v1.2.1-dev.14 [2020-11-18T17:26:48.570Z] v1.2.1-dev.15 [2020-11-18T17:26:48.570Z] v1.2.1-dev.16 [2020-11-18T17:26:48.570Z] v1.2.1-dev.17 [2020-11-18T17:26:48.570Z] v1.2.1-dev.18 [2020-11-18T17:26:48.570Z] v1.2.1-dev.19 [2020-11-18T17:26:48.570Z] v1.2.1-dev.2 [2020-11-18T17:26:48.570Z] v1.2.1-dev.20 [2020-11-18T17:26:48.570Z] v1.2.1-dev.21 [2020-11-18T17:26:48.570Z] v1.2.1-dev.22 [2020-11-18T17:26:48.570Z] v1.2.1-dev.23 [2020-11-18T17:26:48.570Z] v1.2.1-dev.3 [2020-11-18T17:26:48.570Z] v1.2.1-dev.4 [2020-11-18T17:26:48.570Z] v1.2.1-dev.5 [2020-11-18T17:26:48.570Z] v1.2.1-dev.6 [2020-11-18T17:26:48.570Z] v1.2.1-dev.7 [2020-11-18T17:26:48.570Z] v1.2.1-dev.8 [2020-11-18T17:26:48.570Z] v1.2.1-dev.9 [2020-11-18T17:26:48.571Z] v1.3.0 [Pipeline] sh [2020-11-18T17:26:49.433Z] + lftools sign git-tag v1.3.0 [2020-11-18T17:26:50.825Z] Signing Git tag with Sigul... [2020-11-18T17:26:50.825Z] Signing v1.3.0 [Pipeline] echo [2020-11-18T17:26:51.785Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:26:52.085Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-18T17:26:52.094Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-18T17:26:52.205Z] $ docker stop --time=1 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c [2020-11-18T17:26:54.187Z] $ docker rm -f 8de878e6151ebea6483d51831969eeab2c2d95c7def31318310d117aad1cce8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:55.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:26:55.171Z] . [Pipeline] withDockerContainer [2020-11-18T17:26:55.302Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:26:55.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:26:56.131Z] $ docker top cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:26:56.368Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:26:56.748Z] + git semver [Pipeline] } [2020-11-18T17:26:56.767Z] $ docker stop --time=1 cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 [2020-11-18T17:26:58.127Z] $ docker rm -f cc2212aebba795c483937c91fe77fb169cc2106dd250c704d41026cb05f8a561 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:26:58.643Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T17:26:58.643Z] . [Pipeline] withDockerContainer [2020-11-18T17:26:58.745Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:26:58.793Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T17:26:59.395Z] $ docker top 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T17:26:59.654Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T17:27:00.103Z] + git semver [Pipeline] } [2020-11-18T17:27:00.123Z] $ docker stop --time=1 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 [2020-11-18T17:27:01.510Z] $ docker rm -f 60ec0f0707c7ad24b977aac99e5f71e063b89d2ac694f08953e751e6e75eb364 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:03.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:03.657Z] ---> package-listing.sh [2020-11-18T17:27:03.657Z] ++ facter osfamily [2020-11-18T17:27:03.657Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T17:27:03.657Z] + OS_FAMILY=redhat [2020-11-18T17:27:03.657Z] + workspace=/w/workspace/_app-service-configurable_master [2020-11-18T17:27:03.657Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T17:27:03.657Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T17:27:03.657Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T17:27:03.657Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T17:27:03.657Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-18T17:27:03.657Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T17:27:03.657Z] + case "${OS_FAMILY}" in [2020-11-18T17:27:03.657Z] + rpm -qa [2020-11-18T17:27:03.657Z] + sort [2020-11-18T17:27:07.884Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T17:27:07.884Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T17:27:07.884Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T17:27:07.884Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-18T17:27:07.884Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-11-18T17:27:07.884Z] + 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-18T17:27:07.898Z] 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-18T17:27:08.193Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:08.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:27:08.505Z] [2020-11-18T17:27:08.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T17:27:08.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:27:08.855Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T17:27:08.855Z] df20fa9351a1: Pulling fs layer [2020-11-18T17:27:08.855Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T17:27:08.855Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T17:27:08.855Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T17:27:08.855Z] 93b61091891f: Pulling fs layer [2020-11-18T17:27:08.855Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T17:27:08.855Z] 5e14af77c1be: Pulling fs layer [2020-11-18T17:27:08.855Z] 01666e4c0597: Pulling fs layer [2020-11-18T17:27:08.855Z] aa168da1d23b: Pulling fs layer [2020-11-18T17:27:08.855Z] 93b9cdb0e59b: Waiting [2020-11-18T17:27:08.855Z] 5e14af77c1be: Waiting [2020-11-18T17:27:08.855Z] 01666e4c0597: Waiting [2020-11-18T17:27:08.855Z] aa168da1d23b: Waiting [2020-11-18T17:27:08.855Z] 46f8f816bc3b: Waiting [2020-11-18T17:27:08.855Z] 93b61091891f: Waiting [2020-11-18T17:27:08.855Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T17:27:08.855Z] 36b3adc4ff6f: Download complete [2020-11-18T17:27:08.855Z] 46f8f816bc3b: Verifying Checksum [2020-11-18T17:27:08.855Z] 46f8f816bc3b: Download complete [2020-11-18T17:27:09.122Z] df20fa9351a1: Download complete [2020-11-18T17:27:09.122Z] 93b61091891f: Verifying Checksum [2020-11-18T17:27:09.122Z] 93b61091891f: Download complete [2020-11-18T17:27:09.122Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T17:27:09.122Z] 93b9cdb0e59b: Download complete [2020-11-18T17:27:09.122Z] 5e14af77c1be: Verifying Checksum [2020-11-18T17:27:09.122Z] 5e14af77c1be: Download complete [2020-11-18T17:27:09.122Z] 01666e4c0597: Verifying Checksum [2020-11-18T17:27:09.122Z] 01666e4c0597: Download complete [2020-11-18T17:27:09.386Z] df20fa9351a1: Pull complete [2020-11-18T17:27:09.649Z] 36b3adc4ff6f: Pull complete [2020-11-18T17:27:09.914Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T17:27:09.914Z] 8ad3a11d3b57: Download complete [2020-11-18T17:27:10.927Z] 8ad3a11d3b57: Pull complete [2020-11-18T17:27:10.927Z] 46f8f816bc3b: Pull complete [2020-11-18T17:27:11.879Z] 93b61091891f: Pull complete [2020-11-18T17:27:11.879Z] aa168da1d23b: Download complete [2020-11-18T17:27:12.145Z] 93b9cdb0e59b: Pull complete [2020-11-18T17:27:12.408Z] 5e14af77c1be: Pull complete [2020-11-18T17:27:12.671Z] 01666e4c0597: Pull complete [2020-11-18T17:27:21.014Z] aa168da1d23b: Pull complete [2020-11-18T17:27:21.014Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T17:27:21.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T17:27:21.014Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T17:27:21.165Z] prd-centos7-docker-4c-2g-12543 does not seem to be running inside a container [2020-11-18T17:27:21.218Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-18T17:27:24.400Z] $ docker top 21e181e0bf0f6c79999263b3120a42694049e93d8e0fbe25316e5c60c49ce19b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T17:27:25.038Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T17:27:25.340Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T17:27:25.648Z] + ls /var/log/sa-host [2020-11-18T17:27:25.648Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T17:27:25.648Z] file_magic: OK [2020-11-18T17:27:25.648Z] HZ: Using current value: 100 [2020-11-18T17:27:25.648Z] file_header: OK [2020-11-18T17:27:25.648Z] 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-18T17:27:25.648Z] Statistics: [2020-11-18T17:27:25.648Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T17:27:25.648Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T17:27:25.648Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T17:27:25.648Z] file_magic: OK [2020-11-18T17:27:25.648Z] HZ: Using current value: 100 [2020-11-18T17:27:25.648Z] file_header: OK [2020-11-18T17:27:25.648Z] 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-18T17:27:25.648Z] Statistics: [2020-11-18T17:27:25.648Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T17:27:25.648Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T17:27:25.862Z] provisioning config files... [2020-11-18T17:27:25.885Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7368954407045716997tmp [Pipeline] { [Pipeline] echo [2020-11-18T17:27:25.961Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:26.263Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T17:27:26.296Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T17:27:26.399Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:26.693Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T17:27:26.704Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:26.998Z] ---> sudo-logs.sh [2020-11-18T17:27:26.998Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T17:27:27.008Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:27.305Z] ---> job-cost.sh [2020-11-18T17:27:27.305Z] lf-activate-venv: SKIPPING [2020-11-18T17:27:27.305Z] INFO: No Stack... [2020-11-18T17:27:28.252Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T17:27:28.826Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T17:27:28.840Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T17:27:29.138Z] ---> logs-deploy.sh [2020-11-18T17:27:29.139Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/62 [2020-11-18T17:27:29.139Z] INFO: archiving workspace using pattern(s): [2020-11-18T17:27:31.059Z] Archives upload complete. [2020-11-18T17:27:31.059Z] INFO: archiving logs to Nexus