Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 45b32ccef45235b67ce749d83d64de7193c46cf2 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17102 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (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 --force --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 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" > git rev-list --no-walk 29a5207daaee0c6984d6485493504bb709ad3623 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T20:29:19.784Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T20:29:20.069Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T20:29:20.198Z] ========================================================= [2020-12-21T20:29:20.198Z] EdgeX Global Pipelines Version Info [2020-12-21T20:29:20.198Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:29:22.431Z] ------------------- [2020-12-21T20:29:22.431Z] stable info: [2020-12-21T20:29:22.431Z] ------------------- [2020-12-21T20:29:22.431Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T20:29:22.431Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T20:29:22.431Z] Message: update stable to v1.0.173 [2020-12-21T20:29:23.011Z] ------------------- [2020-12-21T20:29:23.011Z] experimental info: [2020-12-21T20:29:23.011Z] ------------------- [2020-12-21T20:29:23.011Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T20:29:23.011Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T20:29:23.011Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T20:29:23.317Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-12-21T20:29:23.440Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-12-21T20:29:23.549Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T20:29:23.652Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T20:29:23.776Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T20:29:23.877Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T20:29:23.981Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T20:29:24.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T20:29:24.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-21T20:29:24.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T20:29:24.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T20:29:24.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-12-21T20:29:24.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T20:29:24.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T20:29:24.920Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T20:29:25.026Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T20:29:25.124Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T20:29:25.224Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-21T20:29:25.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T20:29:25.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-21T20:29:25.571Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-21T20:29:25.674Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-21T20:29:25.775Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-21T20:29:25.873Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-21T20:29:25.974Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-21T20:29:26.072Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T20:29:26.185Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T20:29:26.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-21T20:29:26.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-21T20:29:26.506Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-21T20:29:26.609Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] echo [2020-12-21T20:29:26.704Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45b32cc [Pipeline] echo [2020-12-21T20:29:26.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T20:29:27.035Z] provisioning config files... [2020-12-21T20:29:27.073Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1875079670501649356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:29:27.458Z] ---> docker-login.sh [2020-12-21T20:29:27.458Z] nexus3.edgexfoundry.org:10001 [2020-12-21T20:29:28.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:29:28.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:29:28.183Z] Configure a credential helper to remove this warning. See [2020-12-21T20:29:28.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:29:28.183Z] [2020-12-21T20:29:28.183Z] Login Succeeded [2020-12-21T20:29:28.183Z] nexus3.edgexfoundry.org:10002 [2020-12-21T20:29:28.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:29:28.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:29:28.920Z] Configure a credential helper to remove this warning. See [2020-12-21T20:29:28.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:29:28.920Z] [2020-12-21T20:29:28.920Z] Login Succeeded [2020-12-21T20:29:28.920Z] nexus3.edgexfoundry.org:10003 [2020-12-21T20:29:29.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:29:29.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:29:29.225Z] Configure a credential helper to remove this warning. See [2020-12-21T20:29:29.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:29:29.225Z] [2020-12-21T20:29:29.225Z] Login Succeeded [2020-12-21T20:29:29.225Z] nexus3.edgexfoundry.org:10004 [2020-12-21T20:29:29.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:29:29.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:29:29.767Z] Configure a credential helper to remove this warning. See [2020-12-21T20:29:29.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:29:29.767Z] [2020-12-21T20:29:29.767Z] Login Succeeded [2020-12-21T20:29:29.767Z] docker.io [2020-12-21T20:29:30.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:29:30.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:29:30.323Z] Configure a credential helper to remove this warning. See [2020-12-21T20:29:30.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:29:30.323Z] [2020-12-21T20:29:30.323Z] Login Succeeded [2020-12-21T20:29:30.323Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T20:29:30.341Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T20:29:31.414Z] + git log --format=format:%s -1 45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] echo [2020-12-21T20:29:31.533Z] GIT_COMMIT: 45b32ccef45235b67ce749d83d64de7193c46cf2, Commit Message: refactor: Remove SecretStoreExclusive configuration (#158) [Pipeline] echo [2020-12-21T20:29:31.599Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:29:32.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T20:29:32.713Z] [2020-12-21T20:29:32.713Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:29:33.222Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T20:29:33.223Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T20:29:33.223Z] 31603596830f: Pulling fs layer [2020-12-21T20:29:33.223Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T20:29:33.223Z] 6ca5941a6612: Pulling fs layer [2020-12-21T20:29:33.223Z] ecc8261a40a4: Pulling fs layer [2020-12-21T20:29:33.223Z] ecc8261a40a4: Waiting [2020-12-21T20:29:33.223Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T20:29:33.223Z] 2a8b12db71e7: Download complete [2020-12-21T20:29:33.497Z] 31603596830f: Verifying Checksum [2020-12-21T20:29:33.497Z] 31603596830f: Download complete [2020-12-21T20:29:33.778Z] ecc8261a40a4: Verifying Checksum [2020-12-21T20:29:33.778Z] ecc8261a40a4: Download complete [2020-12-21T20:29:33.778Z] 6ca5941a6612: Verifying Checksum [2020-12-21T20:29:33.778Z] 6ca5941a6612: Download complete [2020-12-21T20:29:34.050Z] 31603596830f: Pull complete [2020-12-21T20:29:34.334Z] 2a8b12db71e7: Pull complete [2020-12-21T20:29:35.810Z] 6ca5941a6612: Pull complete [2020-12-21T20:29:36.094Z] ecc8261a40a4: Pull complete [2020-12-21T20:29:36.094Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T20:29:36.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T20:29:36.094Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T20:29:36.260Z] prd-centos7-docker-4c-2g-17102 does not seem to be running inside a container [2020-12-21T20:29:36.363Z] $ 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-12-21T20:29:38.962Z] $ docker top 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T20:29:39.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T20:29:39.416Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T20:29:39.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T20:29:39.836Z] $ docker exec 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent [2020-12-21T20:29:40.132Z] SSH_AUTH_SOCK=/tmp/ssh-tIsy3pJ01U1m/agent.12 [2020-12-21T20:29:40.132Z] SSH_AGENT_PID=18 [2020-12-21T20:29:40.149Z] Running ssh-add (command line suppressed) [2020-12-21T20:29:40.377Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2392805489302122360.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2392805489302122360.key) [2020-12-21T20:29:40.460Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T20:29:40.879Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T20:29:40.922Z] $ docker exec --env ******** --env ******** 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent -k [2020-12-21T20:29:41.084Z] unset SSH_AUTH_SOCK; [2020-12-21T20:29:41.084Z] unset SSH_AGENT_PID; [2020-12-21T20:29:41.084Z] echo Agent pid 18 killed; [2020-12-21T20:29:41.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T20:29:41.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T20:29:41.366Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T20:29:41.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T20:29:41.735Z] $ docker exec 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent [2020-12-21T20:29:42.096Z] SSH_AUTH_SOCK=/tmp/ssh-2gOHVCyySW7b/agent.48 [2020-12-21T20:29:42.096Z] SSH_AGENT_PID=54 [2020-12-21T20:29:42.106Z] Running ssh-add (command line suppressed) [2020-12-21T20:29:42.352Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6831559531347543345.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6831559531347543345.key) [2020-12-21T20:29:42.490Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T20:29:42.865Z] + git semver init [2020-12-21T20:29:42.866Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T20:29:42.866Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-21T20:29:42.866Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-21T20:29:42.866Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T20:29:42.866Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T20:29:42.866Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T20:29:42.866Z] # $SEMVER_BRANCH = master [2020-12-21T20:29:42.866Z] # $SEMVER_TEMP = /tmp/semver-351684220 [2020-12-21T20:29:42.866Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-12-21T20:29:43.456Z] # '/tmp/semver-351684220' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-12-21T20:29:43.456Z] # -> Force: false [2020-12-21T20:29:43.456Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-12-21T20:29:43.476Z] $ docker exec --env ******** --env ******** 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf ssh-agent -k [2020-12-21T20:29:43.634Z] unset SSH_AUTH_SOCK; [2020-12-21T20:29:43.636Z] unset SSH_AGENT_PID; [2020-12-21T20:29:43.636Z] echo Agent pid 54 killed; [2020-12-21T20:29:43.704Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T20:29:44.275Z] + git semver [Pipeline] } [2020-12-21T20:29:44.305Z] $ docker stop --time=1 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf [2020-12-21T20:29:45.896Z] $ docker rm -f 17c74591de3714ad05a2a7e0a29d269e103a70227269d15b6262af7342abcbdf [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T20:29:46.509Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T20:29:47.254Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T20:29:47.257Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.6 [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-12-21T20:30:02.846Z] Still waiting to schedule task [2020-12-21T20:30:02.846Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-21T20:30:02.848Z] Still waiting to schedule task [2020-12-21T20:30:02.848Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-21T20:31:52.566Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17103 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-21T20:31:52.648Z] Running in /w/workspace/app-service-configurable/69 [Pipeline] { [Pipeline] checkout [2020-12-21T20:31:58.029Z] using credential edgex-jenkins-ssh [2020-12-21T20:31:58.105Z] Cloning the remote Git repository [2020-12-21T20:31:58.193Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:31:58.337Z] > git init /w/workspace/app-service-configurable/69 # timeout=10 [2020-12-21T20:31:58.417Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:31:58.418Z] > git --version # timeout=10 [2020-12-21T20:31:58.442Z] > git --version # 'git version 2.17.1' [2020-12-21T20:31:58.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T20:31:58.526Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T20:31:59.845Z] Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (master) [2020-12-21T20:31:59.290Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-21T20:31:59.315Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T20:31:59.349Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-21T20:31:59.385Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:31:59.385Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T20:31:59.397Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T20:31:59.893Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T20:31:59.913Z] > git checkout -f 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 [2020-12-21T20:32:04.387Z] Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T20:32:06.203Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-21T20:32:06.613Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T20:32:06.965Z] + sudo service docker restart [2020-12-21T20:32:06.965Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T20:32:09.688Z] provisioning config files... [2020-12-21T20:32:09.732Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config2924731018235560318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:32:10.141Z] ---> docker-login.sh [2020-12-21T20:32:10.141Z] nexus3.edgexfoundry.org:10001 [2020-12-21T20:32:10.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:32:11.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:32:11.381Z] Configure a credential helper to remove this warning. See [2020-12-21T20:32:11.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:32:11.381Z] [2020-12-21T20:32:11.381Z] Login Succeeded [2020-12-21T20:32:11.381Z] nexus3.edgexfoundry.org:10002 [2020-12-21T20:32:11.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:32:11.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:32:11.654Z] Configure a credential helper to remove this warning. See [2020-12-21T20:32:11.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:32:11.654Z] [2020-12-21T20:32:11.654Z] Login Succeeded [2020-12-21T20:32:11.654Z] nexus3.edgexfoundry.org:10003 [2020-12-21T20:32:12.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:32:12.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:32:12.247Z] Configure a credential helper to remove this warning. See [2020-12-21T20:32:12.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:32:12.247Z] [2020-12-21T20:32:12.247Z] Login Succeeded [2020-12-21T20:32:12.247Z] nexus3.edgexfoundry.org:10004 [2020-12-21T20:32:12.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:32:12.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:32:12.799Z] Configure a credential helper to remove this warning. See [2020-12-21T20:32:12.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:32:12.799Z] [2020-12-21T20:32:12.799Z] Login Succeeded [2020-12-21T20:32:12.799Z] docker.io [2020-12-21T20:32:13.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:32:13.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:32:13.347Z] Configure a credential helper to remove this warning. See [2020-12-21T20:32:13.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:32:13.347Z] [2020-12-21T20:32:13.347Z] Login Succeeded [2020-12-21T20:32:13.347Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T20:32:13.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T20:32:14.048Z] ========================================================= [2020-12-21T20:32:14.048Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T20:32:14.048Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:32:14.425Z] + 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-12-21T20:32:14.425Z] Sending build context to Docker daemon 93.7kB [2020-12-21T20:32:14.709Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T20:32:14.709Z] Step 2/8 : FROM ${BASE} [2020-12-21T20:32:14.709Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-21T20:32:14.709Z] 5f621e34cdf4: Pulling fs layer [2020-12-21T20:32:14.709Z] a4357932f1b6: Pulling fs layer [2020-12-21T20:32:14.709Z] 18c013af1878: Pulling fs layer [2020-12-21T20:32:14.709Z] 00ac8860ef70: Pulling fs layer [2020-12-21T20:32:14.709Z] 63d7cb157983: Pulling fs layer [2020-12-21T20:32:14.709Z] b116817d02f9: Pulling fs layer [2020-12-21T20:32:14.709Z] 745a02a5169b: Pulling fs layer [2020-12-21T20:32:14.709Z] 63d7cb157983: Waiting [2020-12-21T20:32:14.709Z] b116817d02f9: Waiting [2020-12-21T20:32:14.709Z] 745a02a5169b: Waiting [2020-12-21T20:32:14.709Z] 00ac8860ef70: Waiting [2020-12-21T20:32:14.991Z] 18c013af1878: Verifying Checksum [2020-12-21T20:32:14.991Z] 18c013af1878: Download complete [2020-12-21T20:32:14.991Z] a4357932f1b6: Download complete [2020-12-21T20:32:14.991Z] 63d7cb157983: Verifying Checksum [2020-12-21T20:32:14.991Z] 63d7cb157983: Download complete [2020-12-21T20:32:14.991Z] b116817d02f9: Verifying Checksum [2020-12-21T20:32:14.991Z] b116817d02f9: Download complete [2020-12-21T20:32:14.991Z] 5f621e34cdf4: Verifying Checksum [2020-12-21T20:32:14.991Z] 5f621e34cdf4: Download complete [2020-12-21T20:32:15.595Z] 5f621e34cdf4: Pull complete [2020-12-21T20:32:16.205Z] a4357932f1b6: Pull complete [2020-12-21T20:32:16.482Z] 18c013af1878: Pull complete [2020-12-21T20:32:17.928Z] 745a02a5169b: Verifying Checksum [2020-12-21T20:32:17.928Z] 745a02a5169b: Download complete [2020-12-21T20:32:18.918Z] 00ac8860ef70: Verifying Checksum [2020-12-21T20:32:18.918Z] 00ac8860ef70: Download complete [2020-12-21T20:32:29.104Z] 00ac8860ef70: Pull complete [2020-12-21T20:32:29.382Z] 63d7cb157983: Pull complete [2020-12-21T20:32:29.654Z] b116817d02f9: Pull complete [2020-12-21T20:32:33.966Z] 745a02a5169b: Pull complete [2020-12-21T20:32:33.966Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-21T20:32:33.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-21T20:32:33.966Z] ---> b7e6874047d6 [2020-12-21T20:32:33.966Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-21T20:32:36.578Z] ---> Running in b46338f3811c [2020-12-21T20:32:36.578Z] Removing intermediate container b46338f3811c [2020-12-21T20:32:36.578Z] ---> b1d99b00ab90 [2020-12-21T20:32:36.578Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T20:32:36.578Z] ---> Running in 0054e9fcfd6b [2020-12-21T20:32:39.201Z] Removing intermediate container 0054e9fcfd6b [2020-12-21T20:32:39.201Z] ---> 7f4a80b14057 [2020-12-21T20:32:39.201Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-21T20:32:39.202Z] ---> Running in 745977453c67 [2020-12-21T20:32:40.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T20:32:40.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T20:32:41.381Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-21T20:32:41.381Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-21T20:32:41.651Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-21T20:32:41.652Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-21T20:32:41.926Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-21T20:32:41.926Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-21T20:32:41.926Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T20:32:41.926Z] OK: 144 MiB in 45 packages [2020-12-21T20:32:43.357Z] Removing intermediate container 745977453c67 [2020-12-21T20:32:43.357Z] ---> 48bd72142494 [2020-12-21T20:32:43.357Z] Step 6/8 : WORKDIR /app [2020-12-21T20:32:43.357Z] ---> Running in 260cff85025d [2020-12-21T20:32:43.951Z] Removing intermediate container 260cff85025d [2020-12-21T20:32:43.951Z] ---> dabdc4db1c61 [2020-12-21T20:32:43.951Z] Step 7/8 : COPY . . [2020-12-21T20:32:44.548Z] ---> fdb49a14f380 [2020-12-21T20:32:44.548Z] Step 8/8 : RUN go mod download [2020-12-21T20:32:44.820Z] ---> Running in 71a3e30d688d [2020-12-21T20:32:51.674Z] Running on prd-centos7-docker-4c-2g-17104 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-21T20:32:51.750Z] Running in /w/workspace/app-service-configurable/69 [Pipeline] { [Pipeline] checkout [2020-12-21T20:32:57.670Z] using credential edgex-jenkins-ssh [2020-12-21T20:32:57.730Z] Cloning the remote Git repository [2020-12-21T20:32:57.782Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:32:57.873Z] > git init /w/workspace/app-service-configurable/69 # timeout=10 [2020-12-21T20:32:57.960Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:32:57.961Z] > git --version # timeout=10 [2020-12-21T20:32:57.981Z] > git --version # 'git version 2.24.3' [2020-12-21T20:32:57.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T20:32:58.019Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T20:32:58.642Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-21T20:32:58.666Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-21T20:32:58.685Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-21T20:32:58.713Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-21T20:32:58.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-21T20:32:58.722Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-21T20:32:59.116Z] Checking out Revision 45b32ccef45235b67ce749d83d64de7193c46cf2 (master) [2020-12-21T20:32:59.136Z] > git config core.sparsecheckout # timeout=10 [2020-12-21T20:32:59.156Z] > git checkout -f 45b32ccef45235b67ce749d83d64de7193c46cf2 # timeout=10 [2020-12-21T20:33:03.441Z] Commit message: "refactor: Remove SecretStoreExclusive configuration (#158)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T20:33:04.988Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T20:33:05.510Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T20:33:05.925Z] + sudo service docker restart [2020-12-21T20:33:05.925Z] + true [2020-12-21T20:33:05.925Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T20:33:07.413Z] provisioning config files... [2020-12-21T20:33:07.448Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config4667833779395898437tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:33:07.963Z] ---> docker-login.sh [2020-12-21T20:33:07.963Z] nexus3.edgexfoundry.org:10001 [2020-12-21T20:33:08.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:33:08.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:33:08.618Z] Configure a credential helper to remove this warning. See [2020-12-21T20:33:08.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:33:08.618Z] [2020-12-21T20:33:08.618Z] Login Succeeded [2020-12-21T20:33:08.618Z] nexus3.edgexfoundry.org:10002 [2020-12-21T20:33:09.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:33:09.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:33:09.225Z] Configure a credential helper to remove this warning. See [2020-12-21T20:33:09.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:33:09.225Z] [2020-12-21T20:33:09.225Z] Login Succeeded [2020-12-21T20:33:09.225Z] nexus3.edgexfoundry.org:10003 [2020-12-21T20:33:09.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:33:09.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:33:09.505Z] Configure a credential helper to remove this warning. See [2020-12-21T20:33:09.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:33:09.505Z] [2020-12-21T20:33:09.505Z] Login Succeeded [2020-12-21T20:33:09.505Z] nexus3.edgexfoundry.org:10004 [2020-12-21T20:33:09.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:33:09.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:33:09.817Z] Configure a credential helper to remove this warning. See [2020-12-21T20:33:09.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:33:09.817Z] [2020-12-21T20:33:09.817Z] Login Succeeded [2020-12-21T20:33:09.817Z] docker.io [2020-12-21T20:33:10.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:33:10.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:33:10.692Z] Configure a credential helper to remove this warning. See [2020-12-21T20:33:10.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:33:10.692Z] [2020-12-21T20:33:10.692Z] Login Succeeded [2020-12-21T20:33:10.692Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T20:33:10.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T20:33:11.178Z] ========================================================= [2020-12-21T20:33:11.178Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T20:33:11.178Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:33:11.605Z] + 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-12-21T20:33:11.605Z] Sending build context to Docker daemon 93.7kB [2020-12-21T20:33:12.232Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T20:33:12.232Z] Step 2/8 : FROM ${BASE} [2020-12-21T20:33:12.232Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T20:33:12.232Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T20:33:12.232Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T20:33:12.232Z] de9db76c5a1d: Pulling fs layer [2020-12-21T20:33:12.232Z] bca2f99d35d6: Pulling fs layer [2020-12-21T20:33:12.232Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T20:33:12.232Z] 7c6f9722023f: Pulling fs layer [2020-12-21T20:33:12.232Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T20:33:12.232Z] 93359f2a8cfa: Waiting [2020-12-21T20:33:12.232Z] 7c6f9722023f: Waiting [2020-12-21T20:33:12.232Z] a35cf1a2eb13: Waiting [2020-12-21T20:33:12.232Z] bca2f99d35d6: Waiting [2020-12-21T20:33:12.232Z] de9db76c5a1d: Verifying Checksum [2020-12-21T20:33:12.232Z] de9db76c5a1d: Download complete [2020-12-21T20:33:12.232Z] 0ef7d3d256c8: Verifying Checksum [2020-12-21T20:33:12.232Z] 0ef7d3d256c8: Download complete [2020-12-21T20:33:12.232Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T20:33:12.232Z] 93359f2a8cfa: Download complete [2020-12-21T20:33:12.232Z] 7c6f9722023f: Verifying Checksum [2020-12-21T20:33:12.232Z] 7c6f9722023f: Download complete [2020-12-21T20:33:12.232Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T20:33:12.232Z] 188c0c94c7c5: Download complete [2020-12-21T20:33:12.835Z] 188c0c94c7c5: Pull complete [2020-12-21T20:33:13.104Z] 0ef7d3d256c8: Pull complete [2020-12-21T20:33:13.386Z] de9db76c5a1d: Pull complete [2020-12-21T20:33:16.949Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T20:33:16.949Z] a35cf1a2eb13: Download complete [2020-12-21T20:33:17.158Z] Removing intermediate container 71a3e30d688d [2020-12-21T20:33:17.158Z] ---> f33a6b07de61 [2020-12-21T20:33:17.158Z] Successfully built f33a6b07de61 [2020-12-21T20:33:17.158Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:33:17.538Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T20:33:17.538Z] . [Pipeline] withDockerContainer [2020-12-21T20:33:17.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-17103 does not seem to be running inside a container [2020-12-21T20:33:17.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-12-21T20:33:18.067Z] bca2f99d35d6: Verifying Checksum [2020-12-21T20:33:18.068Z] bca2f99d35d6: Download complete [2020-12-21T20:33:19.410Z] $ docker top fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T20:33:20.431Z] + go version [2020-12-21T20:33:20.431Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-21T20:33:20.465Z] $ docker stop --time=1 fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c [2020-12-21T20:33:22.400Z] $ docker rm -f fb7f4001c1cd2f6d901967b9e6113a0b029d1bd7d4ed4bfcd00f78865a64744c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:33:23.370Z] + docker inspect -f . ci-base-image-arm64 [2020-12-21T20:33:23.370Z] . [Pipeline] withDockerContainer [2020-12-21T20:33:23.629Z] prd-ubuntu18.04-docker-arm64-4c-16g-17103 does not seem to be running inside a container [2020-12-21T20:33:23.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-12-21T20:33:25.228Z] $ docker top 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T20:33:26.269Z] + make test [2020-12-21T20:33:26.269Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-21T20:33:28.326Z] bca2f99d35d6: Pull complete [2020-12-21T20:33:28.326Z] 93359f2a8cfa: Pull complete [2020-12-21T20:33:28.326Z] 7c6f9722023f: Pull complete [2020-12-21T20:33:33.815Z] a35cf1a2eb13: Pull complete [2020-12-21T20:33:33.815Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T20:33:33.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T20:33:33.815Z] ---> a62c8e92a672 [2020-12-21T20:33:33.815Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-21T20:33:33.815Z] ---> Running in 50b86682e2cb [2020-12-21T20:33:33.815Z] Removing intermediate container 50b86682e2cb [2020-12-21T20:33:33.815Z] ---> ba7650cd4641 [2020-12-21T20:33:33.815Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T20:33:33.815Z] ---> Running in cdfa8b541ce9 [2020-12-21T20:33:35.354Z] Removing intermediate container cdfa8b541ce9 [2020-12-21T20:33:35.354Z] ---> 4227339cba2a [2020-12-21T20:33:35.354Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-21T20:33:35.354Z] ---> Running in ad2904a5434c [2020-12-21T20:33:36.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T20:33:37.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T20:33:37.893Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-21T20:33:37.893Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-21T20:33:37.893Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-21T20:33:38.166Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-21T20:33:38.166Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-21T20:33:38.455Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-21T20:33:38.455Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T20:33:38.455Z] OK: 167 MiB in 45 packages [2020-12-21T20:33:39.433Z] Removing intermediate container ad2904a5434c [2020-12-21T20:33:39.433Z] ---> a6270b501e73 [2020-12-21T20:33:39.433Z] Step 6/8 : WORKDIR /app [2020-12-21T20:33:39.433Z] ---> Running in 5d14f3a39328 [2020-12-21T20:33:39.721Z] Removing intermediate container 5d14f3a39328 [2020-12-21T20:33:39.721Z] ---> a17d08e66273 [2020-12-21T20:33:39.721Z] Step 7/8 : COPY . . [2020-12-21T20:33:40.363Z] ---> a8fc8fbeadb0 [2020-12-21T20:33:40.363Z] Step 8/8 : RUN go mod download [2020-12-21T20:33:40.363Z] ---> Running in 48316e38df6c [2020-12-21T20:34:05.317Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-21T20:34:05.317Z] CGO_ENABLED=1 go vet ./... [2020-12-21T20:34:08.715Z] gofmt -l . [2020-12-21T20:34:08.715Z] [ "`gofmt -l .`" = "" ] [2020-12-21T20:34:08.715Z] ./bin/test-go-mod-tidy.sh [2020-12-21T20:34:08.992Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-21T20:34:09.619Z] $ docker stop --time=1 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 [2020-12-21T20:34:11.848Z] $ docker rm -f 23dcdd7560e13e9a6d6ba5f159cd62af5c4e1fcb3a771a0c6eeff467cf4b5a91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T20:34:12.719Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T20:34:12.912Z] Removing intermediate container 48316e38df6c [2020-12-21T20:34:12.912Z] ---> a99d3f382caa [2020-12-21T20:34:12.912Z] Successfully built a99d3f382caa [2020-12-21T20:34:12.912Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:34:13.351Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T20:34:13.411Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-21T20:34:13.641Z] . [Pipeline] withDockerContainer [2020-12-21T20:34:13.925Z] prd-centos7-docker-4c-2g-17104 does not seem to be running inside a container [2020-12-21T20:34:14.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-12-21T20:34:15.301Z] $ docker top b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [Pipeline] script [Pipeline] { [2020-12-21T20:34:16.371Z] + go version [2020-12-21T20:34:16.371Z] go version go1.15.5 linux/amd64 [Pipeline] sh [Pipeline] } [2020-12-21T20:34:18.157Z] $ docker stop --time=1 b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 [2020-12-21T20:34:18.403Z] + sudo chown -R jenkins:jenkins . [2020-12-21T20:34:19.884Z] $ docker rm -f b6431e81205537306a6cd23ccd66836e67641658d96f5aec73102409fd29b277 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-21T20:34:20.446Z] + ls -al . [2020-12-21T20:34:20.446Z] total 112 [2020-12-21T20:34:20.446Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 21 20:34 . [2020-12-21T20:34:20.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 20:31 .. [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 21 20:31 .dockerignore [2020-12-21T20:34:20.446Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 20:32 .git [2020-12-21T20:34:20.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 20:31 .github [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 93 Dec 21 20:31 .gitignore [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 6420 Dec 21 20:31 Attribution.txt [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 1940 Dec 21 20:31 Dockerfile [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 970 Dec 21 20:31 Dockerfile.build [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 687 Dec 21 20:31 Jenkinsfile [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 21 20:31 LICENSE [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 1277 Dec 21 20:31 README.md [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 21 20:29 VERSION [2020-12-21T20:34:20.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 20:31 bin [2020-12-21T20:34:20.446Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 21 20:33 coverage.out [2020-12-21T20:34:20.446Z] -rw-r--r-- 1 jenkins jenkins 132 Dec 21 20:34 go.mod [2020-12-21T20:34:20.446Z] -rw-r--r-- 1 jenkins jenkins 18288 Dec 21 20:34 go.sum [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 1519 Dec 21 20:31 main.go [2020-12-21T20:34:20.446Z] -rw-rw-r-- 1 jenkins jenkins 1573 Dec 21 20:31 makefile [2020-12-21T20:34:20.446Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 21 20:31 res [2020-12-21T20:34:20.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 20:31 snap [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:34:20.850Z] + 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=45b32ccef45235b67ce749d83d64de7193c46cf2 --label arch=arm64 --label version=2.0.0-dev.6 . [2020-12-21T20:34:20.850Z] Sending build context to Docker daemon 114.7kB [2020-12-21T20:34:21.041Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T20:34:21.042Z] . [Pipeline] withDockerContainer [2020-12-21T20:34:21.122Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T20:34:21.122Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-21T20:34:21.122Z] ---> f33a6b07de61 [2020-12-21T20:34:21.122Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-21T20:34:21.173Z] prd-centos7-docker-4c-2g-17104 does not seem to be running inside a container [2020-12-21T20:34:21.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/69 -v /w/workspace/app-service-configurable/69:/w/workspace/app-service-configurable/69:rw,z -v /w/workspace/app-service-configurable/69@tmp:/w/workspace/app-service-configurable/69@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-12-21T20:34:21.396Z] ---> Running in 458183254acd [2020-12-21T20:34:21.991Z] Removing intermediate container 458183254acd [2020-12-21T20:34:21.991Z] ---> ee06541221df [2020-12-21T20:34:21.991Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T20:34:21.991Z] ---> Running in 8b1e1236ca77 [2020-12-21T20:34:22.340Z] $ docker top 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a -eo pid,comm [2020-12-21T20:34:22.588Z] Removing intermediate container 8b1e1236ca77 [2020-12-21T20:34:22.588Z] ---> 5d0ba4a85f48 [2020-12-21T20:34:22.588Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-21T20:34:22.588Z] ---> Running in 2cba9481facb [Pipeline] { [Pipeline] sh [2020-12-21T20:34:22.983Z] + make test [2020-12-21T20:34:22.983Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-21T20:34:23.182Z] Removing intermediate container 2cba9481facb [2020-12-21T20:34:23.182Z] ---> 2ca9fbf23574 [2020-12-21T20:34:23.182Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T20:34:23.182Z] ---> Running in 1e226547fb07 [2020-12-21T20:34:25.158Z] Removing intermediate container 1e226547fb07 [2020-12-21T20:34:25.158Z] ---> ca45ac993cd9 [2020-12-21T20:34:25.158Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T20:34:25.438Z] ---> Running in ff62608ae453 [2020-12-21T20:34:26.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-21T20:34:27.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-21T20:34:27.980Z] OK: 144 MiB in 45 packages [2020-12-21T20:34:28.955Z] Removing intermediate container ff62608ae453 [2020-12-21T20:34:28.955Z] ---> cd304f8c529b [2020-12-21T20:34:28.955Z] Step 8/27 : WORKDIR /app [2020-12-21T20:34:29.232Z] ---> Running in 0829a16fce57 [2020-12-21T20:34:29.826Z] Removing intermediate container 0829a16fce57 [2020-12-21T20:34:29.826Z] ---> 671832da4e9a [2020-12-21T20:34:29.826Z] Step 9/27 : COPY go.mod . [2020-12-21T20:34:30.420Z] ---> fbc177ad14ab [2020-12-21T20:34:30.420Z] Step 10/27 : RUN go mod download [2020-12-21T20:34:30.420Z] ---> Running in 2f9b486871fa [2020-12-21T20:34:33.037Z] Removing intermediate container 2f9b486871fa [2020-12-21T20:34:33.037Z] ---> 836a103acd4f [2020-12-21T20:34:33.037Z] Step 11/27 : COPY . . [2020-12-21T20:34:33.309Z] ---> 9888590b9aba [2020-12-21T20:34:33.309Z] Step 12/27 : ARG MAKE="make build" [2020-12-21T20:34:33.582Z] ---> Running in 76e869588f22 [2020-12-21T20:34:33.865Z] Removing intermediate container 76e869588f22 [2020-12-21T20:34:33.865Z] ---> ef1992e19081 [2020-12-21T20:34:33.865Z] Step 13/27 : RUN $MAKE [2020-12-21T20:34:34.138Z] ---> Running in 4bbe4018e202 [2020-12-21T20:34:35.113Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.6" -o app-service-configurable [2020-12-21T20:34:45.376Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-21T20:34:45.376Z] CGO_ENABLED=1 go vet ./... [2020-12-21T20:34:49.798Z] gofmt -l . [2020-12-21T20:34:49.798Z] [ "`gofmt -l .`" = "" ] [2020-12-21T20:34:49.798Z] ./bin/test-go-mod-tidy.sh [2020-12-21T20:34:50.082Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-21T20:34:50.698Z] $ docker stop --time=1 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a [2020-12-21T20:34:53.478Z] $ docker rm -f 2397b00c7f623dfe44ebc455734559e9aca8ba00688ac5816f73594a26ec235a [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T20:34:54.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-21T20:34:54.397Z] Warning: overwriting stash ‘coverage-report’ [2020-12-21T20:34:54.867Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-21T20:34:55.548Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-21T20:34:55.896Z] + ls -al . [2020-12-21T20:34:55.896Z] total 88 [2020-12-21T20:34:55.896Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 21 20:34 . [2020-12-21T20:34:55.896Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 20:32 .. [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 6420 Dec 21 20:32 Attribution.txt [2020-12-21T20:34:55.896Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 20:32 bin [2020-12-21T20:34:55.896Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 21 20:34 coverage.out [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 1940 Dec 21 20:32 Dockerfile [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 970 Dec 21 20:32 Dockerfile.build [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 119 Dec 21 20:32 .dockerignore [2020-12-21T20:34:55.896Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 20:33 .git [2020-12-21T20:34:55.896Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 21 20:32 .github [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 93 Dec 21 20:32 .gitignore [2020-12-21T20:34:55.896Z] -rw-r--r--. 1 jenkins jenkins 132 Dec 21 20:34 go.mod [2020-12-21T20:34:55.896Z] -rw-r--r--. 1 jenkins jenkins 18288 Dec 21 20:34 go.sum [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 687 Dec 21 20:32 Jenkinsfile [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 21 20:32 LICENSE [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 1519 Dec 21 20:32 main.go [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 1573 Dec 21 20:32 makefile [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 1277 Dec 21 20:32 README.md [2020-12-21T20:34:55.896Z] drwxrwxr-x. 10 jenkins jenkins 171 Dec 21 20:32 res [2020-12-21T20:34:55.896Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 21 20:32 snap [2020-12-21T20:34:55.896Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 21 20:29 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:34:56.282Z] + 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=45b32ccef45235b67ce749d83d64de7193c46cf2 --label arch=amd64 --label version=2.0.0-dev.6 . [2020-12-21T20:34:56.282Z] Sending build context to Docker daemon 114.7kB [2020-12-21T20:34:56.580Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2020-12-21T20:34:56.580Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-21T20:34:56.580Z] ---> a99d3f382caa [2020-12-21T20:34:56.580Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-21T20:34:56.580Z] ---> Running in ae37c22639be [2020-12-21T20:34:56.871Z] Removing intermediate container ae37c22639be [2020-12-21T20:34:56.871Z] ---> 235b122a7fd0 [2020-12-21T20:34:56.871Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-21T20:34:57.155Z] ---> Running in b16e7678335f [2020-12-21T20:34:57.423Z] Removing intermediate container b16e7678335f [2020-12-21T20:34:57.423Z] ---> 41d118777b2f [2020-12-21T20:34:57.423Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-21T20:34:57.423Z] ---> Running in 399d89eb84c4 [2020-12-21T20:34:57.692Z] Removing intermediate container 399d89eb84c4 [2020-12-21T20:34:57.692Z] ---> 7bb07cafdb12 [2020-12-21T20:34:57.692Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T20:34:57.986Z] ---> Running in 216f83986d49 [2020-12-21T20:34:59.449Z] Removing intermediate container 216f83986d49 [2020-12-21T20:34:59.449Z] ---> 45a5898190eb [2020-12-21T20:34:59.449Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-21T20:34:59.449Z] ---> Running in 4208a1211d9c [2020-12-21T20:35:00.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T20:35:00.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T20:35:01.654Z] OK: 167 MiB in 45 packages [2020-12-21T20:35:02.263Z] Removing intermediate container 4208a1211d9c [2020-12-21T20:35:02.263Z] ---> 30be2f012f12 [2020-12-21T20:35:02.263Z] Step 8/27 : WORKDIR /app [2020-12-21T20:35:02.263Z] ---> Running in 128957496ac3 [2020-12-21T20:35:02.539Z] Removing intermediate container 128957496ac3 [2020-12-21T20:35:02.539Z] ---> 1a7bce186c38 [2020-12-21T20:35:02.539Z] Step 9/27 : COPY go.mod . [2020-12-21T20:35:02.810Z] ---> f939e8bb6c0f [2020-12-21T20:35:02.810Z] Step 10/27 : RUN go mod download [2020-12-21T20:35:02.810Z] ---> Running in 7ce76a161e11 [2020-12-21T20:35:05.622Z] Removing intermediate container 7ce76a161e11 [2020-12-21T20:35:05.622Z] ---> c5990444f9d5 [2020-12-21T20:35:05.622Z] Step 11/27 : COPY . . [2020-12-21T20:35:05.905Z] ---> abf47b94ca50 [2020-12-21T20:35:05.905Z] Step 12/27 : ARG MAKE="make build" [2020-12-21T20:35:05.905Z] ---> Running in 482b2f86335e [2020-12-21T20:35:06.233Z] Removing intermediate container 482b2f86335e [2020-12-21T20:35:06.233Z] ---> 556228363288 [2020-12-21T20:35:06.233Z] Step 13/27 : RUN $MAKE [2020-12-21T20:35:06.513Z] ---> Running in b4c7c480a31e [2020-12-21T20:35:07.172Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.8 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.6" -o app-service-configurable [2020-12-21T20:35:07.456Z] Removing intermediate container 4bbe4018e202 [2020-12-21T20:35:07.456Z] ---> 8cb9ae204b2e [2020-12-21T20:35:07.456Z] Step 14/27 : FROM alpine:3.12 [2020-12-21T20:35:08.049Z] 3.12: Pulling from library/alpine [2020-12-21T20:35:08.049Z] 159e5727ea61: Pulling fs layer [2020-12-21T20:35:08.321Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/afeebe901d6be9338be7ed4dc2f1d361aebce3249fe2ad3db0cef0115bc16027/data?verify=1608585908-wcTp0dm5J38Jn6jzan64HQY7g%2FI%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-21T20:35:09.335Z] Failed in branch arm64 [2020-12-21T20:35:29.680Z] Removing intermediate container b4c7c480a31e [2020-12-21T20:35:29.680Z] ---> 2da8fa8cc5cd [2020-12-21T20:35:29.680Z] Step 14/27 : FROM alpine:3.12 [2020-12-21T20:35:29.680Z] 3.12: Pulling from library/alpine [2020-12-21T20:35:29.680Z] 801bfaa63ef2: Pulling fs layer [2020-12-21T20:35:29.680Z] 801bfaa63ef2: Verifying Checksum [2020-12-21T20:35:29.680Z] 801bfaa63ef2: Download complete [2020-12-21T20:35:29.680Z] 801bfaa63ef2: Pull complete [2020-12-21T20:35:29.680Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T20:35:29.680Z] Status: Downloaded newer image for alpine:3.12 [2020-12-21T20:35:29.680Z] ---> 389fef711851 [2020-12-21T20:35:29.680Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-21T20:35:29.680Z] ---> Running in a5b2014b955c [2020-12-21T20:35:29.680Z] Removing intermediate container a5b2014b955c [2020-12-21T20:35:29.680Z] ---> 01c9dfbd40a6 [2020-12-21T20:35:29.680Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-21T20:35:29.680Z] ---> Running in 97ab62bde46a [2020-12-21T20:35:29.680Z] Removing intermediate container 97ab62bde46a [2020-12-21T20:35:29.680Z] ---> 80fb02ffad55 [2020-12-21T20:35:29.680Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2020-12-21T20:35:29.680Z] ---> Running in d79aed6b5544 [2020-12-21T20:35:29.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T20:35:29.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T20:35:29.959Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-21T20:35:29.959Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-21T20:35:29.959Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-21T20:35:29.959Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-21T20:35:29.959Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-21T20:35:30.277Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-21T20:35:30.277Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T20:35:30.277Z] Executing ca-certificates-20191127-r4.trigger [2020-12-21T20:35:30.277Z] OK: 9 MiB in 20 packages [2020-12-21T20:35:31.263Z] Removing intermediate container d79aed6b5544 [2020-12-21T20:35:31.263Z] ---> 47c7604caed6 [2020-12-21T20:35:31.263Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-21T20:35:31.567Z] ---> 6105737f31ca [2020-12-21T20:35:31.568Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-21T20:35:31.838Z] ---> 415e6db25e71 [2020-12-21T20:35:31.838Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-21T20:35:32.418Z] ---> 633cf4092e31 [2020-12-21T20:35:32.418Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-21T20:35:33.057Z] ---> bc32f7559840 [2020-12-21T20:35:33.057Z] Step 22/27 : EXPOSE 48095 [2020-12-21T20:35:33.057Z] ---> Running in 671ed5565333 [2020-12-21T20:35:33.328Z] Removing intermediate container 671ed5565333 [2020-12-21T20:35:33.328Z] ---> 84089374e46a [2020-12-21T20:35:33.328Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-21T20:35:33.328Z] ---> Running in 16b08cc2dc20 [2020-12-21T20:35:33.620Z] Removing intermediate container 16b08cc2dc20 [2020-12-21T20:35:33.620Z] ---> 64266df0e279 [2020-12-21T20:35:33.620Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T20:35:33.620Z] ---> Running in 677e9c4c30ab [2020-12-21T20:35:33.910Z] Removing intermediate container 677e9c4c30ab [2020-12-21T20:35:33.910Z] ---> 595bf798f658 [2020-12-21T20:35:33.910Z] Step 25/27 : LABEL arch=amd64 [2020-12-21T20:35:33.910Z] ---> Running in 95f1c97954b3 [2020-12-21T20:35:34.881Z] Removing intermediate container 95f1c97954b3 [2020-12-21T20:35:34.881Z] ---> 46a4f9d0fa7c [2020-12-21T20:35:34.881Z] Step 26/27 : LABEL git_sha=45b32ccef45235b67ce749d83d64de7193c46cf2 [2020-12-21T20:35:34.881Z] ---> Running in e48c518bf01e [2020-12-21T20:35:34.881Z] Removing intermediate container e48c518bf01e [2020-12-21T20:35:34.881Z] ---> 8551880e081e [2020-12-21T20:35:34.881Z] Step 27/27 : LABEL version=2.0.0-dev.6 [2020-12-21T20:35:35.156Z] ---> Running in a05981331ff0 [2020-12-21T20:35:35.156Z] Removing intermediate container a05981331ff0 [2020-12-21T20:35:35.156Z] ---> 9d27bc0fa4a7 [2020-12-21T20:35:35.156Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-21T20:35:35.156Z] Successfully built 9d27bc0fa4a7 [2020-12-21T20:35:35.447Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T20:35:35.848Z] provisioning config files... [2020-12-21T20:35:35.896Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/69@tmp/config4142286170841585347tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:35:36.400Z] ---> docker-login.sh [2020-12-21T20:35:36.400Z] nexus3.edgexfoundry.org:10001 [2020-12-21T20:35:36.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:35:36.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:35:36.667Z] Configure a credential helper to remove this warning. See [2020-12-21T20:35:36.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:35:36.667Z] [2020-12-21T20:35:36.667Z] Login Succeeded [2020-12-21T20:35:36.667Z] nexus3.edgexfoundry.org:10002 [2020-12-21T20:35:36.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:35:36.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:35:36.939Z] Configure a credential helper to remove this warning. See [2020-12-21T20:35:36.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:35:36.939Z] [2020-12-21T20:35:36.939Z] Login Succeeded [2020-12-21T20:35:36.939Z] nexus3.edgexfoundry.org:10003 [2020-12-21T20:35:37.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:35:37.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:35:37.322Z] Configure a credential helper to remove this warning. See [2020-12-21T20:35:37.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:35:37.323Z] [2020-12-21T20:35:37.323Z] Login Succeeded [2020-12-21T20:35:37.323Z] nexus3.edgexfoundry.org:10004 [2020-12-21T20:35:37.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:35:37.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:35:37.779Z] Configure a credential helper to remove this warning. See [2020-12-21T20:35:37.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:35:37.779Z] [2020-12-21T20:35:37.779Z] Login Succeeded [2020-12-21T20:35:37.779Z] docker.io [2020-12-21T20:35:38.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T20:35:38.763Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T20:35:38.763Z] Configure a credential helper to remove this warning. See [2020-12-21T20:35:38.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T20:35:38.763Z] [2020-12-21T20:35:38.763Z] Login Succeeded [2020-12-21T20:35:38.763Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T20:35:38.776Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T20:35:38.984Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-12-21T20:35:38.984Z] 45b32ccef45235b67ce749d83d64de7193c46cf2 [2020-12-21T20:35:38.984Z] latest [2020-12-21T20:35:38.984Z] 2.0.0-dev.6 [2020-12-21T20:35:38.984Z] 45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 [2020-12-21T20:35:38.984Z] master [2020-12-21T20:35:38.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:39.509Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:39.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 [2020-12-21T20:35:39.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-21T20:35:39.877Z] 2e63fa60534f: Preparing [2020-12-21T20:35:39.877Z] 347092ac2519: Preparing [2020-12-21T20:35:39.877Z] 871129e040d1: Preparing [2020-12-21T20:35:39.877Z] bff65d17a4e9: Preparing [2020-12-21T20:35:39.877Z] ddff215a8950: Preparing [2020-12-21T20:35:39.877Z] 777b2c648970: Preparing [2020-12-21T20:35:39.877Z] 777b2c648970: Waiting [2020-12-21T20:35:40.158Z] 347092ac2519: Pushed [2020-12-21T20:35:40.158Z] 871129e040d1: Pushed [2020-12-21T20:35:40.158Z] bff65d17a4e9: Pushed [2020-12-21T20:35:40.158Z] 777b2c648970: Layer already exists [2020-12-21T20:35:40.429Z] ddff215a8950: Pushed [2020-12-21T20:35:41.895Z] 2e63fa60534f: Pushed [2020-12-21T20:35:42.161Z] 45b32ccef45235b67ce749d83d64de7193c46cf2: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:42.503Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:42.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-21T20:35:42.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-21T20:35:42.875Z] 2e63fa60534f: Preparing [2020-12-21T20:35:42.875Z] 347092ac2519: Preparing [2020-12-21T20:35:42.875Z] 871129e040d1: Preparing [2020-12-21T20:35:42.875Z] bff65d17a4e9: Preparing [2020-12-21T20:35:42.875Z] ddff215a8950: Preparing [2020-12-21T20:35:42.875Z] 777b2c648970: Preparing [2020-12-21T20:35:42.875Z] 777b2c648970: Waiting [2020-12-21T20:35:42.875Z] 347092ac2519: Layer already exists [2020-12-21T20:35:42.875Z] 871129e040d1: Layer already exists [2020-12-21T20:35:42.875Z] bff65d17a4e9: Layer already exists [2020-12-21T20:35:42.875Z] ddff215a8950: Layer already exists [2020-12-21T20:35:42.875Z] 2e63fa60534f: Layer already exists [2020-12-21T20:35:42.875Z] 777b2c648970: Layer already exists [2020-12-21T20:35:43.140Z] latest: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:43.475Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:43.813Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 [2020-12-21T20:35:43.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-21T20:35:43.813Z] 2e63fa60534f: Preparing [2020-12-21T20:35:43.813Z] 347092ac2519: Preparing [2020-12-21T20:35:43.813Z] 871129e040d1: Preparing [2020-12-21T20:35:43.813Z] bff65d17a4e9: Preparing [2020-12-21T20:35:43.813Z] ddff215a8950: Preparing [2020-12-21T20:35:43.813Z] 777b2c648970: Preparing [2020-12-21T20:35:43.813Z] 777b2c648970: Waiting [2020-12-21T20:35:43.813Z] 347092ac2519: Layer already exists [2020-12-21T20:35:43.813Z] ddff215a8950: Layer already exists [2020-12-21T20:35:43.813Z] 2e63fa60534f: Layer already exists [2020-12-21T20:35:43.813Z] bff65d17a4e9: Layer already exists [2020-12-21T20:35:43.813Z] 871129e040d1: Layer already exists [2020-12-21T20:35:43.813Z] 777b2c648970: Layer already exists [2020-12-21T20:35:44.078Z] 2.0.0-dev.6: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:44.436Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:44.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 [2020-12-21T20:35:44.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-21T20:35:44.788Z] 2e63fa60534f: Preparing [2020-12-21T20:35:44.788Z] 347092ac2519: Preparing [2020-12-21T20:35:44.788Z] 871129e040d1: Preparing [2020-12-21T20:35:44.788Z] bff65d17a4e9: Preparing [2020-12-21T20:35:44.788Z] ddff215a8950: Preparing [2020-12-21T20:35:44.788Z] 777b2c648970: Preparing [2020-12-21T20:35:44.788Z] 777b2c648970: Waiting [2020-12-21T20:35:44.788Z] bff65d17a4e9: Layer already exists [2020-12-21T20:35:44.788Z] 2e63fa60534f: Layer already exists [2020-12-21T20:35:44.788Z] ddff215a8950: Layer already exists [2020-12-21T20:35:44.788Z] 347092ac2519: Layer already exists [2020-12-21T20:35:44.788Z] 871129e040d1: Layer already exists [2020-12-21T20:35:44.788Z] 777b2c648970: Layer already exists [2020-12-21T20:35:44.788Z] 45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:45.129Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:45.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-12-21T20:35:45.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-21T20:35:45.471Z] 2e63fa60534f: Preparing [2020-12-21T20:35:45.471Z] 347092ac2519: Preparing [2020-12-21T20:35:45.471Z] 871129e040d1: Preparing [2020-12-21T20:35:45.471Z] bff65d17a4e9: Preparing [2020-12-21T20:35:45.471Z] ddff215a8950: Preparing [2020-12-21T20:35:45.471Z] 777b2c648970: Preparing [2020-12-21T20:35:45.471Z] 777b2c648970: Waiting [2020-12-21T20:35:45.471Z] 2e63fa60534f: Layer already exists [2020-12-21T20:35:45.471Z] bff65d17a4e9: Layer already exists [2020-12-21T20:35:45.471Z] 871129e040d1: Layer already exists [2020-12-21T20:35:45.471Z] 347092ac2519: Layer already exists [2020-12-21T20:35:45.471Z] ddff215a8950: Layer already exists [2020-12-21T20:35:45.471Z] 777b2c648970: Layer already exists [2020-12-21T20:35:45.748Z] master: digest: sha256:248daa98bb34e7b8217e380bca4d062451dd757152e12760abef9235db06052e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-21T20:35:45.947Z] ===================================================== [Pipeline] echo [2020-12-21T20:35:45.997Z] taggedImages: [2020-12-21T20:35:45.997Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2 [2020-12-21T20:35:45.997Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-21T20:35:45.997Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.6 [2020-12-21T20:35:45.997Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:45b32ccef45235b67ce749d83d64de7193c46cf2-2.0.0-dev.6 [2020-12-21T20:35:45.997Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:35:50.314Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:35:50.975Z] ---> package-listing.sh [2020-12-21T20:35:50.975Z] ++ facter osfamily [2020-12-21T20:35:50.975Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T20:35:51.248Z] + OS_FAMILY=redhat [2020-12-21T20:35:51.248Z] + workspace=/w/workspace/_app-service-configurable_master [2020-12-21T20:35:51.248Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T20:35:51.248Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T20:35:51.248Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T20:35:51.248Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T20:35:51.248Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-21T20:35:51.248Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T20:35:51.248Z] + case "${OS_FAMILY}" in [2020-12-21T20:35:51.248Z] + sort [2020-12-21T20:35:51.248Z] + rpm -qa [2020-12-21T20:35:56.633Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T20:35:56.633Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T20:35:56.633Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T20:35:56.633Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-21T20:35:56.633Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-12-21T20:35:56.633Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-12-21T20:35:56.653Z] 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-12-21T20:35:57.011Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:57.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T20:35:57.895Z] [2020-12-21T20:35:57.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T20:35:58.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T20:35:58.602Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T20:35:58.602Z] df20fa9351a1: Pulling fs layer [2020-12-21T20:35:58.602Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T20:35:58.602Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T20:35:58.602Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T20:35:58.602Z] 93b61091891f: Pulling fs layer [2020-12-21T20:35:58.602Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T20:35:58.602Z] 5e14af77c1be: Pulling fs layer [2020-12-21T20:35:58.602Z] 01666e4c0597: Pulling fs layer [2020-12-21T20:35:58.602Z] aa168da1d23b: Pulling fs layer [2020-12-21T20:35:58.602Z] 93b61091891f: Waiting [2020-12-21T20:35:58.602Z] 93b9cdb0e59b: Waiting [2020-12-21T20:35:58.602Z] 5e14af77c1be: Waiting [2020-12-21T20:35:58.602Z] aa168da1d23b: Waiting [2020-12-21T20:35:58.602Z] 46f8f816bc3b: Waiting [2020-12-21T20:35:58.602Z] 36b3adc4ff6f: Verifying Checksum [2020-12-21T20:35:58.602Z] 36b3adc4ff6f: Download complete [2020-12-21T20:35:58.602Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T20:35:58.602Z] 46f8f816bc3b: Download complete [2020-12-21T20:35:58.869Z] 93b61091891f: Verifying Checksum [2020-12-21T20:35:58.869Z] 93b61091891f: Download complete [2020-12-21T20:35:58.869Z] df20fa9351a1: Verifying Checksum [2020-12-21T20:35:58.869Z] df20fa9351a1: Download complete [2020-12-21T20:35:58.869Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T20:35:58.869Z] 93b9cdb0e59b: Download complete [2020-12-21T20:35:58.869Z] 5e14af77c1be: Verifying Checksum [2020-12-21T20:35:58.869Z] 5e14af77c1be: Download complete [2020-12-21T20:35:58.869Z] 01666e4c0597: Verifying Checksum [2020-12-21T20:35:58.869Z] 01666e4c0597: Download complete [2020-12-21T20:35:59.464Z] df20fa9351a1: Pull complete [2020-12-21T20:35:59.765Z] 36b3adc4ff6f: Pull complete [2020-12-21T20:35:59.765Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T20:35:59.765Z] 8ad3a11d3b57: Download complete [2020-12-21T20:36:01.824Z] 8ad3a11d3b57: Pull complete [2020-12-21T20:36:01.824Z] 46f8f816bc3b: Pull complete [2020-12-21T20:36:02.441Z] 93b61091891f: Pull complete [2020-12-21T20:36:02.761Z] 93b9cdb0e59b: Pull complete [2020-12-21T20:36:03.380Z] 5e14af77c1be: Pull complete [2020-12-21T20:36:03.380Z] 01666e4c0597: Pull complete [2020-12-21T20:36:04.384Z] aa168da1d23b: Verifying Checksum [2020-12-21T20:36:04.384Z] aa168da1d23b: Download complete [2020-12-21T20:36:16.938Z] aa168da1d23b: Pull complete [2020-12-21T20:36:16.938Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T20:36:16.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T20:36:16.938Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T20:36:17.260Z] prd-centos7-docker-4c-2g-17102 does not seem to be running inside a container [2020-12-21T20:36:17.349Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-21T20:36:21.922Z] $ docker top 416976edf1cb264c2a376d0afb98abcb8632105464859f41cf21a369867dca7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T20:36:23.075Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T20:36:23.496Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T20:36:24.097Z] + ls /var/log/sa-host [2020-12-21T20:36:24.097Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T20:36:24.097Z] file_magic: OK [2020-12-21T20:36:24.097Z] HZ: Using current value: 100 [2020-12-21T20:36:24.097Z] file_header: OK [2020-12-21T20:36:24.097Z] 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-12-21T20:36:24.097Z] Statistics: [2020-12-21T20:36:24.097Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T20:36:24.097Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T20:36:24.097Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T20:36:24.097Z] file_magic: OK [2020-12-21T20:36:24.097Z] HZ: Using current value: 100 [2020-12-21T20:36:24.097Z] file_header: OK [2020-12-21T20:36:24.097Z] 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-12-21T20:36:24.097Z] Statistics: [2020-12-21T20:36:24.097Z] Hnuu...uuuununununu... [2020-12-21T20:36:24.097Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T20:36:24.792Z] provisioning config files... [2020-12-21T20:36:24.812Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5099376057770042478tmp [Pipeline] { [Pipeline] echo [2020-12-21T20:36:24.897Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:36:25.303Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T20:36:25.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T20:36:25.457Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:36:26.022Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T20:36:26.061Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:36:26.444Z] ---> sudo-logs.sh [2020-12-21T20:36:26.444Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T20:36:26.470Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:36:26.803Z] ---> job-cost.sh [2020-12-21T20:36:27.070Z] lf-activate-venv: SKIPPING [2020-12-21T20:36:27.070Z] INFO: No Stack... [2020-12-21T20:36:28.032Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T20:36:28.620Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T20:36:28.651Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T20:36:28.991Z] ---> logs-deploy.sh [2020-12-21T20:36:28.991Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/69 [2020-12-21T20:36:28.991Z] INFO: archiving workspace using pattern(s): [2020-12-21T20:36:31.582Z] Archives upload complete. [2020-12-21T20:36:31.582Z] INFO: archiving logs to Nexus