Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b430426e5122e1d8120a8d3ea89e621b3f587a0f 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-20666 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 b430426e5122e1d8120a8d3ea89e621b3f587a0f (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 b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 Commit message: "refactor: Consume new V2 App SDK (#166)" > git rev-list --no-walk b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T22:08:45.638Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T22:08:45.908Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T22:08:46.004Z] ========================================================= [2021-01-15T22:08:46.004Z] EdgeX Global Pipelines Version Info [2021-01-15T22:08:46.004Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:08:49.360Z] ------------------- [2021-01-15T22:08:49.360Z] stable info: [2021-01-15T22:08:49.360Z] ------------------- [2021-01-15T22:08:49.360Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T22:08:49.360Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T22:08:49.360Z] Message: update stable to v1.0.177 [2021-01-15T22:08:50.406Z] ------------------- [2021-01-15T22:08:50.406Z] experimental info: [2021-01-15T22:08:50.406Z] ------------------- [2021-01-15T22:08:50.406Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T22:08:50.406Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-15T22:08:50.406Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T22:08:50.827Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-15T22:08:50.938Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-15T22:08:51.039Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T22:08:51.133Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T22:08:51.244Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T22:08:51.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T22:08:51.433Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T22:08:51.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T22:08:51.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-15T22:08:51.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T22:08:51.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T22:08:51.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-15T22:08:52.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T22:08:52.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T22:08:52.236Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T22:08:52.347Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T22:08:52.463Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T22:08:52.576Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T22:08:52.717Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T22:08:52.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T22:08:52.898Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-15T22:08:52.986Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-15T22:08:53.092Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-15T22:08:53.180Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-15T22:08:53.313Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-15T22:08:53.409Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T22:08:53.499Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T22:08:53.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-15T22:08:53.697Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-15T22:08:53.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-15T22:08:53.871Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T22:08:53.964Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b430426 [Pipeline] echo [2021-01-15T22:08:54.051Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:08:54.232Z] provisioning config files... [2021-01-15T22:08:54.269Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7086352501181599484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:08:54.748Z] ---> docker-login.sh [2021-01-15T22:08:54.748Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:08:56.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:08:56.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:08:56.223Z] Configure a credential helper to remove this warning. See [2021-01-15T22:08:56.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:08:56.223Z] [2021-01-15T22:08:56.223Z] Login Succeeded [2021-01-15T22:08:56.223Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:08:56.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:08:56.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:08:56.528Z] Configure a credential helper to remove this warning. See [2021-01-15T22:08:56.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:08:56.528Z] [2021-01-15T22:08:56.528Z] Login Succeeded [2021-01-15T22:08:56.528Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:08:56.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:08:56.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:08:56.829Z] Configure a credential helper to remove this warning. See [2021-01-15T22:08:56.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:08:56.829Z] [2021-01-15T22:08:56.829Z] Login Succeeded [2021-01-15T22:08:56.829Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:08:57.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:08:57.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:08:57.365Z] Configure a credential helper to remove this warning. See [2021-01-15T22:08:57.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:08:57.365Z] [2021-01-15T22:08:57.365Z] Login Succeeded [2021-01-15T22:08:57.365Z] docker.io [2021-01-15T22:08:57.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:08:57.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:08:57.657Z] Configure a credential helper to remove this warning. See [2021-01-15T22:08:57.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:08:57.657Z] [2021-01-15T22:08:57.657Z] Login Succeeded [2021-01-15T22:08:57.657Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:08:57.689Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:08:58.566Z] + git log --format=format:%s -1 b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] echo [2021-01-15T22:08:58.697Z] GIT_COMMIT: b430426e5122e1d8120a8d3ea89e621b3f587a0f, Commit Message: refactor: Consume new V2 App SDK (#166) [Pipeline] echo [2021-01-15T22:08:58.743Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:08:59.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:08:59.866Z] [2021-01-15T22:08:59.866Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:09:00.323Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:09:00.323Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T22:09:00.323Z] 31603596830f: Pulling fs layer [2021-01-15T22:09:00.323Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T22:09:00.323Z] 6ca5941a6612: Pulling fs layer [2021-01-15T22:09:00.323Z] ecc8261a40a4: Pulling fs layer [2021-01-15T22:09:00.323Z] ecc8261a40a4: Waiting [2021-01-15T22:09:00.323Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T22:09:00.323Z] 2a8b12db71e7: Download complete [2021-01-15T22:09:00.972Z] 31603596830f: Verifying Checksum [2021-01-15T22:09:00.972Z] 31603596830f: Download complete [2021-01-15T22:09:01.243Z] ecc8261a40a4: Verifying Checksum [2021-01-15T22:09:01.243Z] ecc8261a40a4: Download complete [2021-01-15T22:09:01.243Z] 6ca5941a6612: Verifying Checksum [2021-01-15T22:09:01.243Z] 6ca5941a6612: Download complete [2021-01-15T22:09:01.243Z] 31603596830f: Pull complete [2021-01-15T22:09:01.513Z] 2a8b12db71e7: Pull complete [2021-01-15T22:09:03.526Z] 6ca5941a6612: Pull complete [2021-01-15T22:09:04.164Z] ecc8261a40a4: Pull complete [2021-01-15T22:09:04.164Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T22:09:04.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T22:09:04.164Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T22:09:04.564Z] prd-centos7-docker-4c-2g-20666 does not seem to be running inside a container [2021-01-15T22:09:04.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T22:09:08.053Z] $ docker top a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T22:09:08.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:09:08.655Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:09:09.561Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:09:09.574Z] $ docker exec a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 ssh-agent [2021-01-15T22:09:10.405Z] SSH_AUTH_SOCK=/tmp/ssh-ld5KN1friL36/agent.11 [2021-01-15T22:09:10.405Z] SSH_AGENT_PID=16 [2021-01-15T22:09:10.430Z] Running ssh-add (command line suppressed) [2021-01-15T22:09:10.855Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2866530741428130584.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2866530741428130584.key) [2021-01-15T22:09:11.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:09:11.779Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T22:09:11.848Z] $ docker exec --env ******** --env ******** a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 ssh-agent -k [2021-01-15T22:09:12.168Z] unset SSH_AUTH_SOCK; [2021-01-15T22:09:12.168Z] unset SSH_AGENT_PID; [2021-01-15T22:09:12.169Z] echo Agent pid 16 killed; [2021-01-15T22:09:12.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T22:09:12.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T22:09:12.428Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T22:09:12.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T22:09:12.830Z] $ docker exec a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 ssh-agent [2021-01-15T22:09:13.143Z] SSH_AUTH_SOCK=/tmp/ssh-RcPhiB5ITRXF/agent.46 [2021-01-15T22:09:13.143Z] SSH_AGENT_PID=52 [2021-01-15T22:09:13.155Z] Running ssh-add (command line suppressed) [2021-01-15T22:09:13.434Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6034203284715621470.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6034203284715621470.key) [2021-01-15T22:09:13.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T22:09:14.368Z] + git semver init [2021-01-15T22:09:14.368Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T22:09:14.368Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-15T22:09:14.368Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-15T22:09:14.368Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T22:09:14.368Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T22:09:14.368Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T22:09:14.368Z] # $SEMVER_BRANCH = master [2021-01-15T22:09:14.368Z] # $SEMVER_TEMP = /tmp/semver-381539652 [2021-01-15T22:09:14.368Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-15T22:09:15.037Z] # '/tmp/semver-381539652' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-15T22:09:15.037Z] # -> Force: false [2021-01-15T22:09:15.037Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-15T22:09:15.085Z] $ docker exec --env ******** --env ******** a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 ssh-agent -k [2021-01-15T22:09:15.439Z] unset SSH_AUTH_SOCK; [2021-01-15T22:09:15.441Z] unset SSH_AGENT_PID; [2021-01-15T22:09:15.441Z] echo Agent pid 52 killed; [2021-01-15T22:09:15.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T22:09:16.145Z] + git semver [Pipeline] } [2021-01-15T22:09:16.449Z] $ docker stop --time=1 a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 [2021-01-15T22:09:18.245Z] $ docker rm -f a5bb031d12217376eff70ffa4ea5eb6df5cdc45e54789091a3fc5cfebc1db446 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:09:19.045Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T22:09:20.494Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T22:09:20.497Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-15T22:09:36.031Z] Still waiting to schedule task [2021-01-15T22:09:36.031Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-15T22:09:36.033Z] Still waiting to schedule task [2021-01-15T22:09:36.033Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-15T22:11:18.018Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20667 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T22:11:18.071Z] Running in /w/workspace/app-service-configurable/74 [Pipeline] { [Pipeline] checkout [2021-01-15T22:11:22.968Z] using credential edgex-jenkins-ssh [2021-01-15T22:11:23.029Z] Cloning the remote Git repository [2021-01-15T22:11:23.095Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:11:23.206Z] > git init /w/workspace/app-service-configurable/74 # timeout=10 [2021-01-15T22:11:23.271Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:11:23.274Z] > git --version # timeout=10 [2021-01-15T22:11:23.297Z] > git --version # 'git version 2.17.1' [2021-01-15T22:11:23.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:11:23.343Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:11:24.179Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:11:24.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:11:24.233Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:11:24.283Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:11:24.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:11:24.295Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T22:11:24.759Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T22:11:24.786Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T22:11:24.812Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T22:11:29.276Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:11:31.051Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:11:31.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:11:31.826Z] + sudo service docker restart+ [2021-01-15T22:11:31.826Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:11:35.016Z] provisioning config files... [2021-01-15T22:11:35.056Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/74@tmp/config1035969745621124088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:11:35.661Z] ---> docker-login.sh [2021-01-15T22:11:35.661Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:11:36.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:11:36.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:11:36.922Z] Configure a credential helper to remove this warning. See [2021-01-15T22:11:36.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:11:36.922Z] [2021-01-15T22:11:36.922Z] Login Succeeded [2021-01-15T22:11:36.922Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:11:37.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:11:37.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:11:37.521Z] Configure a credential helper to remove this warning. See [2021-01-15T22:11:37.521Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:11:37.521Z] [2021-01-15T22:11:37.521Z] Login Succeeded [2021-01-15T22:11:37.521Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:11:37.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:11:38.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:11:38.080Z] Configure a credential helper to remove this warning. See [2021-01-15T22:11:38.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:11:38.080Z] [2021-01-15T22:11:38.080Z] Login Succeeded [2021-01-15T22:11:38.080Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:11:38.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:11:38.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:11:38.629Z] Configure a credential helper to remove this warning. See [2021-01-15T22:11:38.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:11:38.629Z] [2021-01-15T22:11:38.629Z] Login Succeeded [2021-01-15T22:11:38.629Z] docker.io [2021-01-15T22:11:38.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:11:39.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:11:39.179Z] Configure a credential helper to remove this warning. See [2021-01-15T22:11:39.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:11:39.179Z] [2021-01-15T22:11:39.179Z] Login Succeeded [2021-01-15T22:11:39.179Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:11:39.197Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T22:11:39.660Z] ========================================================= [2021-01-15T22:11:39.660Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T22:11:39.660Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:11:40.042Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T22:11:40.042Z] Sending build context to Docker daemon 96.26kB [2021-01-15T22:11:40.322Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:11:40.322Z] Step 2/8 : FROM ${BASE} [2021-01-15T22:11:40.597Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T22:11:40.597Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T22:11:40.597Z] a4357932f1b6: Pulling fs layer [2021-01-15T22:11:40.597Z] 18c013af1878: Pulling fs layer [2021-01-15T22:11:40.597Z] 00ac8860ef70: Pulling fs layer [2021-01-15T22:11:40.597Z] 63d7cb157983: Pulling fs layer [2021-01-15T22:11:40.597Z] b116817d02f9: Pulling fs layer [2021-01-15T22:11:40.597Z] 745a02a5169b: Pulling fs layer [2021-01-15T22:11:40.597Z] 00ac8860ef70: Waiting [2021-01-15T22:11:40.597Z] 63d7cb157983: Waiting [2021-01-15T22:11:40.597Z] b116817d02f9: Waiting [2021-01-15T22:11:40.597Z] 745a02a5169b: Waiting [2021-01-15T22:11:40.597Z] 18c013af1878: Verifying Checksum [2021-01-15T22:11:40.597Z] 18c013af1878: Download complete [2021-01-15T22:11:40.597Z] a4357932f1b6: Verifying Checksum [2021-01-15T22:11:40.597Z] a4357932f1b6: Download complete [2021-01-15T22:11:40.597Z] 63d7cb157983: Verifying Checksum [2021-01-15T22:11:40.597Z] 63d7cb157983: Download complete [2021-01-15T22:11:40.877Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T22:11:40.877Z] b116817d02f9: Verifying Checksum [2021-01-15T22:11:40.877Z] b116817d02f9: Download complete [2021-01-15T22:11:41.486Z] 5f621e34cdf4: Pull complete [2021-01-15T22:11:42.097Z] a4357932f1b6: Pull complete [2021-01-15T22:11:42.704Z] 18c013af1878: Pull complete [2021-01-15T22:11:43.695Z] 745a02a5169b: Verifying Checksum [2021-01-15T22:11:43.695Z] 745a02a5169b: Download complete [2021-01-15T22:11:44.679Z] 00ac8860ef70: Verifying Checksum [2021-01-15T22:11:44.679Z] 00ac8860ef70: Download complete [2021-01-15T22:11:54.839Z] 00ac8860ef70: Pull complete [2021-01-15T22:11:54.839Z] 63d7cb157983: Pull complete [2021-01-15T22:11:55.115Z] b116817d02f9: Pull complete [2021-01-15T22:11:59.432Z] 745a02a5169b: Pull complete [2021-01-15T22:11:59.432Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T22:11:59.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T22:11:59.432Z] ---> b7e6874047d6 [2021-01-15T22:11:59.432Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:12:01.428Z] ---> Running in a77493bb8e9a [2021-01-15T22:12:02.024Z] Removing intermediate container a77493bb8e9a [2021-01-15T22:12:02.024Z] ---> ee02f8f417a4 [2021-01-15T22:12:02.024Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:12:02.024Z] ---> Running in bad6040ca1c5 [2021-01-15T22:12:04.661Z] Removing intermediate container bad6040ca1c5 [2021-01-15T22:12:04.661Z] ---> ed96faada52a [2021-01-15T22:12:04.661Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T22:12:04.661Z] ---> Running in 0a47d04e39c1 [2021-01-15T22:12:04.685Z] Running on prd-centos7-docker-4c-2g-20668 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-15T22:12:04.746Z] Running in /w/workspace/app-service-configurable/74 [Pipeline] { [Pipeline] checkout [2021-01-15T22:12:05.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T22:12:06.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:12:07.046Z] using credential edgex-jenkins-ssh [2021-01-15T22:12:07.096Z] Cloning the remote Git repository [2021-01-15T22:12:07.219Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-15T22:12:07.219Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:12:07.219Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T22:12:07.489Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-15T22:12:07.489Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:12:07.769Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T22:12:07.769Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:12:07.769Z] OK: 144 MiB in 45 packages [2021-01-15T22:12:06.898Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:12:06.963Z] > git init /w/workspace/app-service-configurable/74 # timeout=10 [2021-01-15T22:12:07.037Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:12:07.037Z] > git --version # timeout=10 [2021-01-15T22:12:07.043Z] > git --version # 'git version 2.24.3' [2021-01-15T22:12:07.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:12:07.069Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:12:07.665Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:12:07.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T22:12:07.684Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-15T22:12:07.698Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-15T22:12:07.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T22:12:07.702Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T22:12:08.210Z] Checking out Revision b430426e5122e1d8120a8d3ea89e621b3f587a0f (master) [2021-01-15T22:12:08.085Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T22:12:08.089Z] > git checkout -f b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [2021-01-15T22:12:09.217Z] Removing intermediate container 0a47d04e39c1 [2021-01-15T22:12:09.217Z] ---> 34946ccd345e [2021-01-15T22:12:09.217Z] Step 6/8 : WORKDIR /app [2021-01-15T22:12:09.217Z] ---> Running in b90105403d25 [2021-01-15T22:12:09.812Z] Removing intermediate container b90105403d25 [2021-01-15T22:12:09.812Z] ---> ef0ec1cb5b76 [2021-01-15T22:12:09.812Z] Step 7/8 : COPY . . [2021-01-15T22:12:10.790Z] ---> 1cb518f700a4 [2021-01-15T22:12:10.790Z] Step 8/8 : RUN go mod download [2021-01-15T22:12:10.790Z] ---> Running in d08ba196ab67 [2021-01-15T22:12:11.683Z] Commit message: "refactor: Consume new V2 App SDK (#166)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:12:12.933Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:12:13.269Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T22:12:13.581Z] + sudo service docker restart [2021-01-15T22:12:13.581Z] + true [2021-01-15T22:12:13.581Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:12:14.598Z] provisioning config files... [2021-01-15T22:12:14.622Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/74@tmp/config1102963578301970214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:12:14.982Z] ---> docker-login.sh [2021-01-15T22:12:14.982Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:12:15.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:12:15.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:12:15.244Z] Configure a credential helper to remove this warning. See [2021-01-15T22:12:15.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:12:15.244Z] [2021-01-15T22:12:15.244Z] Login Succeeded [2021-01-15T22:12:15.244Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:12:15.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:12:15.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:12:15.506Z] Configure a credential helper to remove this warning. See [2021-01-15T22:12:15.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:12:15.506Z] [2021-01-15T22:12:15.506Z] Login Succeeded [2021-01-15T22:12:15.506Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:12:15.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:12:15.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:12:15.768Z] Configure a credential helper to remove this warning. See [2021-01-15T22:12:15.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:12:15.768Z] [2021-01-15T22:12:15.768Z] Login Succeeded [2021-01-15T22:12:15.768Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:12:15.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:12:15.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:12:15.768Z] Configure a credential helper to remove this warning. See [2021-01-15T22:12:15.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:12:15.768Z] [2021-01-15T22:12:15.768Z] Login Succeeded [2021-01-15T22:12:15.768Z] docker.io [2021-01-15T22:12:16.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:12:16.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:12:16.292Z] Configure a credential helper to remove this warning. See [2021-01-15T22:12:16.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:12:16.292Z] [2021-01-15T22:12:16.292Z] Login Succeeded [2021-01-15T22:12:16.292Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:12:16.300Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T22:12:16.592Z] ========================================================= [2021-01-15T22:12:16.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T22:12:16.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:12:16.931Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T22:12:16.931Z] Sending build context to Docker daemon 96.26kB [2021-01-15T22:12:16.931Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:12:16.931Z] Step 2/8 : FROM ${BASE} [2021-01-15T22:12:16.931Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T22:12:16.931Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T22:12:16.931Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T22:12:16.931Z] de9db76c5a1d: Pulling fs layer [2021-01-15T22:12:16.931Z] bca2f99d35d6: Pulling fs layer [2021-01-15T22:12:16.931Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T22:12:16.931Z] 7c6f9722023f: Pulling fs layer [2021-01-15T22:12:16.931Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T22:12:16.931Z] 93359f2a8cfa: Waiting [2021-01-15T22:12:16.931Z] 7c6f9722023f: Waiting [2021-01-15T22:12:16.931Z] a35cf1a2eb13: Waiting [2021-01-15T22:12:16.931Z] bca2f99d35d6: Waiting [2021-01-15T22:12:16.931Z] de9db76c5a1d: Verifying Checksum [2021-01-15T22:12:16.931Z] de9db76c5a1d: Download complete [2021-01-15T22:12:16.931Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T22:12:16.931Z] 0ef7d3d256c8: Download complete [2021-01-15T22:12:17.193Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T22:12:17.193Z] 93359f2a8cfa: Download complete [2021-01-15T22:12:17.193Z] 7c6f9722023f: Verifying Checksum [2021-01-15T22:12:17.193Z] 7c6f9722023f: Download complete [2021-01-15T22:12:17.193Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T22:12:17.193Z] 188c0c94c7c5: Download complete [2021-01-15T22:12:17.455Z] 188c0c94c7c5: Pull complete [2021-01-15T22:12:17.455Z] 0ef7d3d256c8: Pull complete [2021-01-15T22:12:17.717Z] de9db76c5a1d: Pull complete [2021-01-15T22:12:19.635Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T22:12:19.635Z] a35cf1a2eb13: Download complete [2021-01-15T22:12:19.898Z] bca2f99d35d6: Verifying Checksum [2021-01-15T22:12:19.898Z] bca2f99d35d6: Download complete [2021-01-15T22:12:25.219Z] bca2f99d35d6: Pull complete [2021-01-15T22:12:25.219Z] 93359f2a8cfa: Pull complete [2021-01-15T22:12:25.219Z] 7c6f9722023f: Pull complete [2021-01-15T22:12:31.830Z] a35cf1a2eb13: Pull complete [2021-01-15T22:12:31.830Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T22:12:31.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T22:12:31.830Z] ---> a62c8e92a672 [2021-01-15T22:12:31.830Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:12:31.830Z] ---> Running in ca54f5cb8d77 [2021-01-15T22:12:32.100Z] Removing intermediate container ca54f5cb8d77 [2021-01-15T22:12:32.100Z] ---> bf97063f5423 [2021-01-15T22:12:32.100Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:12:32.100Z] ---> Running in 57842cf55f23 [2021-01-15T22:12:33.048Z] Removing intermediate container 57842cf55f23 [2021-01-15T22:12:33.048Z] ---> 7137b246d33b [2021-01-15T22:12:33.048Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-15T22:12:33.311Z] ---> Running in dada452c40de [2021-01-15T22:12:34.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:12:34.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:12:35.402Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-15T22:12:35.402Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:12:35.402Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-15T22:12:35.675Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-15T22:12:35.675Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:12:35.675Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-15T22:12:35.940Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:12:35.940Z] OK: 167 MiB in 45 packages [2021-01-15T22:12:36.515Z] Removing intermediate container dada452c40de [2021-01-15T22:12:36.515Z] ---> 7d5981d3f232 [2021-01-15T22:12:36.515Z] Step 6/8 : WORKDIR /app [2021-01-15T22:12:36.515Z] ---> Running in 7a0dcfc47810 [2021-01-15T22:12:36.515Z] Removing intermediate container 7a0dcfc47810 [2021-01-15T22:12:36.515Z] ---> d3061098d9c3 [2021-01-15T22:12:36.515Z] Step 7/8 : COPY . . [2021-01-15T22:12:36.778Z] ---> a7f945e53ebd [2021-01-15T22:12:36.778Z] Step 8/8 : RUN go mod download [2021-01-15T22:12:37.045Z] ---> Running in 206417627b87 [2021-01-15T22:12:37.561Z] Removing intermediate container d08ba196ab67 [2021-01-15T22:12:37.562Z] ---> 85c0a574cc72 [2021-01-15T22:12:37.562Z] Successfully built 85c0a574cc72 [2021-01-15T22:12:37.562Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:12:37.906Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T22:12:37.906Z] . [Pipeline] withDockerContainer [2021-01-15T22:12:38.149Z] prd-ubuntu18.04-docker-arm64-4c-16g-20667 does not seem to be running inside a container [2021-01-15T22:12:38.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/74 -v /w/workspace/app-service-configurable/74:/w/workspace/app-service-configurable/74:rw,z -v /w/workspace/app-service-configurable/74@tmp:/w/workspace/app-service-configurable/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T22:12:39.800Z] $ docker top 25fa4eee8575bf32d094aa9db99d483433ec4cba3969c8624b306a57e90d1623 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:12:40.809Z] + go version [2021-01-15T22:12:40.809Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T22:12:40.835Z] $ docker stop --time=1 25fa4eee8575bf32d094aa9db99d483433ec4cba3969c8624b306a57e90d1623 [2021-01-15T22:12:42.731Z] $ docker rm -f 25fa4eee8575bf32d094aa9db99d483433ec4cba3969c8624b306a57e90d1623 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:12:43.710Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T22:12:43.711Z] . [Pipeline] withDockerContainer [2021-01-15T22:12:43.971Z] prd-ubuntu18.04-docker-arm64-4c-16g-20667 does not seem to be running inside a container [2021-01-15T22:12:44.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/74 -v /w/workspace/app-service-configurable/74:/w/workspace/app-service-configurable/74:rw,z -v /w/workspace/app-service-configurable/74@tmp:/w/workspace/app-service-configurable/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T22:12:46.204Z] $ docker top 18e106c248d155ad2759d2ad5d41872fcb64e547d2edd848f178fd7c20e41f05 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:12:47.223Z] + make test [2021-01-15T22:12:47.223Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T22:12:59.047Z] Removing intermediate container 206417627b87 [2021-01-15T22:12:59.047Z] ---> 9b6c1fb28806 [2021-01-15T22:12:59.047Z] Successfully built 9b6c1fb28806 [2021-01-15T22:12:59.047Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:12:59.362Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:12:59.363Z] . [Pipeline] withDockerContainer [2021-01-15T22:12:59.645Z] prd-centos7-docker-4c-2g-20668 does not seem to be running inside a container [2021-01-15T22:12:59.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/74 -v /w/workspace/app-service-configurable/74:/w/workspace/app-service-configurable/74:rw,z -v /w/workspace/app-service-configurable/74@tmp:/w/workspace/app-service-configurable/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T22:13:00.571Z] $ docker top 0ea79db648ebe29244da13a35d228c563f3551b8bf68d9fc10f87104f7378442 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:13:01.069Z] + go version [2021-01-15T22:13:01.069Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T22:13:01.084Z] $ docker stop --time=1 0ea79db648ebe29244da13a35d228c563f3551b8bf68d9fc10f87104f7378442 [2021-01-15T22:13:02.710Z] $ docker rm -f 0ea79db648ebe29244da13a35d228c563f3551b8bf68d9fc10f87104f7378442 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:13:03.544Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T22:13:03.544Z] . [Pipeline] withDockerContainer [2021-01-15T22:13:03.653Z] prd-centos7-docker-4c-2g-20668 does not seem to be running inside a container [2021-01-15T22:13:03.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/74 -v /w/workspace/app-service-configurable/74:/w/workspace/app-service-configurable/74:rw,z -v /w/workspace/app-service-configurable/74@tmp:/w/workspace/app-service-configurable/74@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T22:13:04.311Z] $ docker top 8a8699ac387700dc61dd1f557429c7ab9bcd0beaa221cdd6e219d1f9bbdb1f68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:13:04.796Z] + make test [2021-01-15T22:13:04.796Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-15T22:13:17.144Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T22:13:17.144Z] CGO_ENABLED=1 go vet ./... [2021-01-15T22:13:19.096Z] gofmt -l . [2021-01-15T22:13:19.096Z] [ "`gofmt -l .`" = "" ] [2021-01-15T22:13:19.096Z] ./bin/test-go-mod-tidy.sh [2021-01-15T22:13:19.096Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T22:13:19.685Z] $ docker stop --time=1 8a8699ac387700dc61dd1f557429c7ab9bcd0beaa221cdd6e219d1f9bbdb1f68 [2021-01-15T22:13:21.984Z] $ docker rm -f 8a8699ac387700dc61dd1f557429c7ab9bcd0beaa221cdd6e219d1f9bbdb1f68 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:13:22.579Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T22:13:22.882Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-15T22:13:25.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T22:13:25.739Z] + ls -al . [2021-01-15T22:13:25.739Z] total 88 [2021-01-15T22:13:25.739Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 15 22:13 . [2021-01-15T22:13:25.739Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 15 22:12 .. [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 15 22:12 Attribution.txt [2021-01-15T22:13:25.739Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 22:12 bin [2021-01-15T22:13:25.739Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 15 22:13 coverage.out [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 1940 Jan 15 22:12 Dockerfile [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 15 22:12 Dockerfile.build [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 15 22:12 .dockerignore [2021-01-15T22:13:25.739Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 15 22:12 .git [2021-01-15T22:13:25.739Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 15 22:12 .github [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 15 22:12 .gitignore [2021-01-15T22:13:25.739Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 15 22:13 go.mod [2021-01-15T22:13:25.739Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 15 22:13 go.sum [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 15 22:12 Jenkinsfile [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 15 22:12 LICENSE [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 15 22:12 main.go [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 15 22:12 makefile [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 15 22:12 README.md [2021-01-15T22:13:25.739Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 15 22:12 res [2021-01-15T22:13:25.739Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 15 22:12 snap [2021-01-15T22:13:25.739Z] -rw-rw-r--. 1 jenkins jenkins 11 Jan 15 22:09 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:13:26.043Z] + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=amd64 --label version=2.0.0-dev.9 . [2021-01-15T22:13:26.043Z] Sending build context to Docker daemon 117.8kB [2021-01-15T22:13:26.043Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:13:26.043Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T22:13:26.043Z] ---> 9b6c1fb28806 [2021-01-15T22:13:26.043Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T22:13:26.284Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-15T22:13:26.284Z] CGO_ENABLED=1 go vet ./... [2021-01-15T22:13:26.305Z] ---> Running in d6d07cc50e02 [2021-01-15T22:13:26.305Z] Removing intermediate container d6d07cc50e02 [2021-01-15T22:13:26.305Z] ---> dfee214cc7e6 [2021-01-15T22:13:26.305Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T22:13:26.570Z] ---> Running in 1e2f6059d4b6 [2021-01-15T22:13:26.570Z] Removing intermediate container 1e2f6059d4b6 [2021-01-15T22:13:26.570Z] ---> 0b60c1a4326d [2021-01-15T22:13:26.570Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:13:26.570Z] ---> Running in 83c2003a70e8 [2021-01-15T22:13:26.842Z] Removing intermediate container 83c2003a70e8 [2021-01-15T22:13:26.842Z] ---> 2f9769fce386 [2021-01-15T22:13:26.842Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:13:26.842Z] ---> Running in 8a113e8c41f6 [2021-01-15T22:13:27.794Z] Removing intermediate container 8a113e8c41f6 [2021-01-15T22:13:27.794Z] ---> c122628a1731 [2021-01-15T22:13:27.794Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T22:13:27.794Z] ---> Running in c29a11158bde [2021-01-15T22:13:28.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T22:13:28.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T22:13:29.519Z] OK: 167 MiB in 45 packages [2021-01-15T22:13:30.093Z] Removing intermediate container c29a11158bde [2021-01-15T22:13:30.093Z] ---> 2b13483c1e8b [2021-01-15T22:13:30.093Z] Step 8/27 : WORKDIR /app [2021-01-15T22:13:30.093Z] ---> Running in b2652435d63f [2021-01-15T22:13:30.355Z] Removing intermediate container b2652435d63f [2021-01-15T22:13:30.355Z] ---> 46cd9d871b88 [2021-01-15T22:13:30.355Z] Step 9/27 : COPY go.mod . [2021-01-15T22:13:30.615Z] gofmt -l . [2021-01-15T22:13:30.615Z] [ "`gofmt -l .`" = "" ] [2021-01-15T22:13:30.615Z] ./bin/test-go-mod-tidy.sh [2021-01-15T22:13:30.616Z] ---> 19ada910ec2f [2021-01-15T22:13:30.616Z] Step 10/27 : RUN go mod download [2021-01-15T22:13:30.616Z] ---> Running in 180c94b43240 [2021-01-15T22:13:30.892Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-15T22:13:31.896Z] $ docker stop --time=1 18e106c248d155ad2759d2ad5d41872fcb64e547d2edd848f178fd7c20e41f05 [2021-01-15T22:13:32.012Z] Removing intermediate container 180c94b43240 [2021-01-15T22:13:32.012Z] ---> 0ab873f3eeb3 [2021-01-15T22:13:32.012Z] Step 11/27 : COPY . . [2021-01-15T22:13:32.012Z] ---> 4302ddc496c2 [2021-01-15T22:13:32.012Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T22:13:32.012Z] ---> Running in 3a6e620447bd [2021-01-15T22:13:32.274Z] Removing intermediate container 3a6e620447bd [2021-01-15T22:13:32.274Z] ---> 6b95717e569f [2021-01-15T22:13:32.274Z] Step 13/27 : RUN $MAKE [2021-01-15T22:13:32.274Z] ---> Running in fa9e3a35ff42 [2021-01-15T22:13:32.852Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T22:13:35.717Z] $ docker rm -f 18e106c248d155ad2759d2ad5d41872fcb64e547d2edd848f178fd7c20e41f05 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T22:13:36.605Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T22:13:36.666Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T22:13:37.356Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T22:13:38.067Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T22:13:38.471Z] + ls -al . [2021-01-15T22:13:38.471Z] total 112 [2021-01-15T22:13:38.472Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 15 22:13 . [2021-01-15T22:13:38.472Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:11 .. [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 15 22:11 .dockerignore [2021-01-15T22:13:38.472Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 22:11 .git [2021-01-15T22:13:38.472Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:11 .github [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 15 22:11 .gitignore [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 15 22:11 Attribution.txt [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 1940 Jan 15 22:11 Dockerfile [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 15 22:11 Dockerfile.build [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 15 22:11 Jenkinsfile [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 15 22:11 LICENSE [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 15 22:11 README.md [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 11 Jan 15 22:09 VERSION [2021-01-15T22:13:38.472Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 22:11 bin [2021-01-15T22:13:38.472Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 15 22:12 coverage.out [2021-01-15T22:13:38.472Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 15 22:13 go.mod [2021-01-15T22:13:38.472Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 15 22:13 go.sum [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 15 22:11 main.go [2021-01-15T22:13:38.472Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 15 22:11 makefile [2021-01-15T22:13:38.472Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 22:11 res [2021-01-15T22:13:38.472Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 22:11 snap [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:13:38.878Z] + 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=b430426e5122e1d8120a8d3ea89e621b3f587a0f --label arch=arm64 --label version=2.0.0-dev.9 . [2021-01-15T22:13:38.878Z] Sending build context to Docker daemon 117.8kB [2021-01-15T22:13:39.476Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T22:13:39.476Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-15T22:13:39.476Z] ---> 85c0a574cc72 [2021-01-15T22:13:39.476Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-15T22:13:40.071Z] ---> Running in f482a79e6eb8 [2021-01-15T22:13:40.670Z] Removing intermediate container f482a79e6eb8 [2021-01-15T22:13:40.670Z] ---> ac0719bef7bc [2021-01-15T22:13:40.670Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-15T22:13:40.670Z] ---> Running in 4bb3d21a4056 [2021-01-15T22:13:41.264Z] Removing intermediate container 4bb3d21a4056 [2021-01-15T22:13:41.264Z] ---> e28f07813c3b [2021-01-15T22:13:41.264Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:13:41.264Z] ---> Running in 7cb8f71a8c44 [2021-01-15T22:13:42.239Z] Removing intermediate container 7cb8f71a8c44 [2021-01-15T22:13:42.240Z] ---> 5deedcae5221 [2021-01-15T22:13:42.240Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T22:13:42.519Z] ---> Running in 75030a99e25a [2021-01-15T22:13:45.144Z] Removing intermediate container 75030a99e25a [2021-01-15T22:13:45.144Z] ---> faf372207e0c [2021-01-15T22:13:45.144Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-15T22:13:45.144Z] ---> Running in f5f7521eb99d [2021-01-15T22:13:45.182Z] Removing intermediate container fa9e3a35ff42 [2021-01-15T22:13:45.182Z] ---> 599cc45d1dcd [2021-01-15T22:13:45.182Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T22:13:45.182Z] 3.12: Pulling from library/alpine [2021-01-15T22:13:45.182Z] 801bfaa63ef2: Pulling fs layer [2021-01-15T22:13:45.182Z] error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/38/389fef7118515c70fd6c0e0d50bb75669942ea722ccb976507d7b087e54d5a23/data?verify=1610751824-dn6AxNMz9MDGaVpZioPpjLGZWkA%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-15T22:13:46.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2021-01-15T22:13:46.181Z] Failed in branch amd64 [2021-01-15T22:13:46.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:13:47.318Z] OK: 144 MiB in 45 packages [2021-01-15T22:13:50.708Z] Removing intermediate container f5f7521eb99d [2021-01-15T22:13:50.708Z] ---> 894f0361aaee [2021-01-15T22:13:50.708Z] Step 8/27 : WORKDIR /app [2021-01-15T22:13:50.708Z] ---> Running in 9968a4a63679 [2021-01-15T22:13:51.300Z] Removing intermediate container 9968a4a63679 [2021-01-15T22:13:51.300Z] ---> f7d0cf7534b2 [2021-01-15T22:13:51.300Z] Step 9/27 : COPY go.mod . [2021-01-15T22:13:51.910Z] ---> 284dcf10b9ca [2021-01-15T22:13:51.910Z] Step 10/27 : RUN go mod download [2021-01-15T22:13:52.184Z] ---> Running in 0addf67b8e18 [2021-01-15T22:13:56.485Z] Removing intermediate container 0addf67b8e18 [2021-01-15T22:13:56.485Z] ---> 761bf1149afc [2021-01-15T22:13:56.485Z] Step 11/27 : COPY . . [2021-01-15T22:13:57.078Z] ---> 8eb8c3ade391 [2021-01-15T22:13:57.078Z] Step 12/27 : ARG MAKE="make build" [2021-01-15T22:13:57.350Z] ---> Running in 4072cf26bb33 [2021-01-15T22:13:58.321Z] Removing intermediate container 4072cf26bb33 [2021-01-15T22:13:58.321Z] ---> f2090090eb8a [2021-01-15T22:13:58.321Z] Step 13/27 : RUN $MAKE [2021-01-15T22:13:58.603Z] ---> Running in 2edd6748ff3c [2021-01-15T22:13:59.581Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.9" -o app-service-configurable [2021-01-15T22:14:38.611Z] Removing intermediate container 2edd6748ff3c [2021-01-15T22:14:38.611Z] ---> 62ecc40f1051 [2021-01-15T22:14:38.611Z] Step 14/27 : FROM alpine:3.12 [2021-01-15T22:14:38.611Z] 3.12: Pulling from library/alpine [2021-01-15T22:14:38.611Z] 159e5727ea61: Pulling fs layer [2021-01-15T22:14:38.611Z] 159e5727ea61: Verifying Checksum [2021-01-15T22:14:38.611Z] 159e5727ea61: Download complete [2021-01-15T22:14:38.611Z] 159e5727ea61: Pull complete [2021-01-15T22:14:38.611Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T22:14:38.611Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T22:14:38.611Z] ---> afeebe901d6b [2021-01-15T22:14:38.611Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-15T22:14:38.611Z] ---> Running in 95e558107ae6 [2021-01-15T22:14:38.611Z] Removing intermediate container 95e558107ae6 [2021-01-15T22:14:38.611Z] ---> 64752b51feb1 [2021-01-15T22:14:38.611Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-15T22:14:38.611Z] ---> Running in b4295cfff4ea [2021-01-15T22:14:38.611Z] Removing intermediate container b4295cfff4ea [2021-01-15T22:14:38.611Z] ---> 5f178326ac94 [2021-01-15T22:14:38.611Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq [2021-01-15T22:14:38.611Z] ---> Running in d92d65b348c4 [2021-01-15T22:14:38.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T22:14:39.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T22:14:39.476Z] (1/6) Installing ca-certificates (20191127-r4) [2021-01-15T22:14:39.750Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-15T22:14:39.750Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-15T22:14:39.750Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-15T22:14:39.750Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-15T22:14:39.750Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-15T22:14:39.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T22:14:39.750Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T22:14:40.022Z] OK: 9 MiB in 20 packages [2021-01-15T22:14:42.002Z] Removing intermediate container d92d65b348c4 [2021-01-15T22:14:42.002Z] ---> 245928cf0220 [2021-01-15T22:14:42.002Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-15T22:14:42.275Z] ---> 9db689cb9114 [2021-01-15T22:14:42.275Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-15T22:14:42.871Z] ---> 87ec50c1e83e [2021-01-15T22:14:42.871Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-15T22:14:43.849Z] ---> af68c6ea2b23 [2021-01-15T22:14:43.849Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-15T22:14:45.283Z] ---> 62c8dc0a510a [2021-01-15T22:14:45.283Z] Step 22/27 : EXPOSE 48095 [2021-01-15T22:14:45.283Z] ---> Running in 1b32f0ebcf20 [2021-01-15T22:14:45.875Z] Removing intermediate container 1b32f0ebcf20 [2021-01-15T22:14:45.875Z] ---> bca22a7ffc6b [2021-01-15T22:14:45.875Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-15T22:14:45.875Z] ---> Running in c3c170eb2f0c [2021-01-15T22:14:46.473Z] Removing intermediate container c3c170eb2f0c [2021-01-15T22:14:46.473Z] ---> fdc1379143a2 [2021-01-15T22:14:46.473Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T22:14:46.473Z] ---> Running in ba66a1b9c157 [2021-01-15T22:14:47.066Z] Removing intermediate container ba66a1b9c157 [2021-01-15T22:14:47.066Z] ---> c59a16994ae9 [2021-01-15T22:14:47.066Z] Step 25/27 : LABEL arch=arm64 [2021-01-15T22:14:47.066Z] ---> Running in 87e11b9de4cb [2021-01-15T22:14:47.667Z] Removing intermediate container 87e11b9de4cb [2021-01-15T22:14:47.667Z] ---> f8d713a0c8dd [2021-01-15T22:14:47.667Z] Step 26/27 : LABEL git_sha=b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:14:47.667Z] ---> Running in 0373745e2cf7 [2021-01-15T22:14:48.263Z] Removing intermediate container 0373745e2cf7 [2021-01-15T22:14:48.263Z] ---> cb6d00c15182 [2021-01-15T22:14:48.263Z] Step 27/27 : LABEL version=2.0.0-dev.9 [2021-01-15T22:14:48.263Z] ---> Running in dc3762370fa2 [2021-01-15T22:14:48.858Z] Removing intermediate container dc3762370fa2 [2021-01-15T22:14:48.858Z] ---> e1cca4798edf [2021-01-15T22:14:48.858Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T22:14:48.858Z] Successfully built e1cca4798edf [2021-01-15T22:14:48.858Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T22:14:49.447Z] provisioning config files... [2021-01-15T22:14:49.490Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/74@tmp/config3983672648969036134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:14:49.890Z] ---> docker-login.sh [2021-01-15T22:14:49.890Z] nexus3.edgexfoundry.org:10001 [2021-01-15T22:14:50.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:14:50.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:14:50.435Z] Configure a credential helper to remove this warning. See [2021-01-15T22:14:50.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:14:50.435Z] [2021-01-15T22:14:50.435Z] Login Succeeded [2021-01-15T22:14:50.435Z] nexus3.edgexfoundry.org:10002 [2021-01-15T22:14:50.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:14:50.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:14:50.980Z] Configure a credential helper to remove this warning. See [2021-01-15T22:14:50.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:14:50.980Z] [2021-01-15T22:14:50.980Z] Login Succeeded [2021-01-15T22:14:50.980Z] nexus3.edgexfoundry.org:10003 [2021-01-15T22:14:51.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:14:51.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:14:51.524Z] Configure a credential helper to remove this warning. See [2021-01-15T22:14:51.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:14:51.524Z] [2021-01-15T22:14:51.524Z] Login Succeeded [2021-01-15T22:14:51.524Z] nexus3.edgexfoundry.org:10004 [2021-01-15T22:14:51.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:14:52.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:14:52.068Z] Configure a credential helper to remove this warning. See [2021-01-15T22:14:52.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:14:52.068Z] [2021-01-15T22:14:52.068Z] Login Succeeded [2021-01-15T22:14:52.068Z] docker.io [2021-01-15T22:14:52.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T22:14:52.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T22:14:52.934Z] Configure a credential helper to remove this warning. See [2021-01-15T22:14:52.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T22:14:52.934Z] [2021-01-15T22:14:52.934Z] Login Succeeded [2021-01-15T22:14:52.934Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T22:14:52.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:14:53.172Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-15T22:14:53.172Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:14:53.172Z] latest [2021-01-15T22:14:53.172Z] 2.0.0-dev.9 [2021-01-15T22:14:53.172Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:14:53.172Z] master [2021-01-15T22:14:53.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:53.712Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:54.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:14:54.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:14:54.049Z] 58be620eb102: Preparing [2021-01-15T22:14:54.049Z] c98a2fe6d48f: Preparing [2021-01-15T22:14:54.049Z] 8293dfef8c7e: Preparing [2021-01-15T22:14:54.049Z] 970ec3be4866: Preparing [2021-01-15T22:14:54.049Z] 80816e94f0f7: Preparing [2021-01-15T22:14:54.049Z] 379067d0cb53: Preparing [2021-01-15T22:14:54.049Z] 379067d0cb53: Waiting [2021-01-15T22:14:54.331Z] c98a2fe6d48f: Pushed [2021-01-15T22:14:54.331Z] 970ec3be4866: Pushed [2021-01-15T22:14:54.331Z] 8293dfef8c7e: Pushed [2021-01-15T22:14:54.331Z] 379067d0cb53: Layer already exists [2021-01-15T22:14:55.308Z] 80816e94f0f7: Pushed [2021-01-15T22:14:57.266Z] 58be620eb102: Pushed [2021-01-15T22:14:57.536Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f: digest: sha256:bd6e635350a4e248dda84d099bb5341377c8c52cfed8c03442845085f953f353 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:57.876Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:58.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-15T22:14:58.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:14:58.207Z] 58be620eb102: Preparing [2021-01-15T22:14:58.207Z] c98a2fe6d48f: Preparing [2021-01-15T22:14:58.207Z] 8293dfef8c7e: Preparing [2021-01-15T22:14:58.207Z] 970ec3be4866: Preparing [2021-01-15T22:14:58.207Z] 80816e94f0f7: Preparing [2021-01-15T22:14:58.207Z] 379067d0cb53: Preparing [2021-01-15T22:14:58.207Z] 379067d0cb53: Waiting [2021-01-15T22:14:58.479Z] c98a2fe6d48f: Layer already exists [2021-01-15T22:14:58.479Z] 8293dfef8c7e: Layer already exists [2021-01-15T22:14:58.479Z] 970ec3be4866: Layer already exists [2021-01-15T22:14:58.479Z] 80816e94f0f7: Layer already exists [2021-01-15T22:14:58.479Z] 58be620eb102: Layer already exists [2021-01-15T22:14:58.479Z] 379067d0cb53: Layer already exists [2021-01-15T22:14:58.479Z] latest: digest: sha256:bd6e635350a4e248dda84d099bb5341377c8c52cfed8c03442845085f953f353 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:58.817Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:59.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [2021-01-15T22:14:59.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:14:59.158Z] 58be620eb102: Preparing [2021-01-15T22:14:59.158Z] c98a2fe6d48f: Preparing [2021-01-15T22:14:59.158Z] 8293dfef8c7e: Preparing [2021-01-15T22:14:59.158Z] 970ec3be4866: Preparing [2021-01-15T22:14:59.158Z] 80816e94f0f7: Preparing [2021-01-15T22:14:59.158Z] 379067d0cb53: Preparing [2021-01-15T22:14:59.158Z] 379067d0cb53: Waiting [2021-01-15T22:14:59.158Z] 80816e94f0f7: Layer already exists [2021-01-15T22:14:59.158Z] 970ec3be4866: Layer already exists [2021-01-15T22:14:59.158Z] 8293dfef8c7e: Layer already exists [2021-01-15T22:14:59.428Z] c98a2fe6d48f: Layer already exists [2021-01-15T22:14:59.428Z] 58be620eb102: Layer already exists [2021-01-15T22:14:59.428Z] 379067d0cb53: Layer already exists [2021-01-15T22:14:59.428Z] 2.0.0-dev.9: digest: sha256:bd6e635350a4e248dda84d099bb5341377c8c52cfed8c03442845085f953f353 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:14:59.763Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:15:00.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:15:00.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:15:00.097Z] 58be620eb102: Preparing [2021-01-15T22:15:00.097Z] c98a2fe6d48f: Preparing [2021-01-15T22:15:00.097Z] 8293dfef8c7e: Preparing [2021-01-15T22:15:00.097Z] 970ec3be4866: Preparing [2021-01-15T22:15:00.097Z] 80816e94f0f7: Preparing [2021-01-15T22:15:00.097Z] 379067d0cb53: Preparing [2021-01-15T22:15:00.097Z] 379067d0cb53: Waiting [2021-01-15T22:15:00.097Z] 80816e94f0f7: Layer already exists [2021-01-15T22:15:00.097Z] 58be620eb102: Layer already exists [2021-01-15T22:15:00.097Z] 8293dfef8c7e: Layer already exists [2021-01-15T22:15:00.097Z] 970ec3be4866: Layer already exists [2021-01-15T22:15:00.097Z] c98a2fe6d48f: Layer already exists [2021-01-15T22:15:00.097Z] 379067d0cb53: Layer already exists [2021-01-15T22:15:00.370Z] b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9: digest: sha256:bd6e635350a4e248dda84d099bb5341377c8c52cfed8c03442845085f953f353 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:15:00.718Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:15:01.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-15T22:15:01.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-15T22:15:01.075Z] 58be620eb102: Preparing [2021-01-15T22:15:01.075Z] c98a2fe6d48f: Preparing [2021-01-15T22:15:01.075Z] 8293dfef8c7e: Preparing [2021-01-15T22:15:01.075Z] 970ec3be4866: Preparing [2021-01-15T22:15:01.075Z] 80816e94f0f7: Preparing [2021-01-15T22:15:01.075Z] 379067d0cb53: Preparing [2021-01-15T22:15:01.075Z] 379067d0cb53: Waiting [2021-01-15T22:15:01.075Z] 970ec3be4866: Layer already exists [2021-01-15T22:15:01.075Z] 8293dfef8c7e: Layer already exists [2021-01-15T22:15:01.075Z] c98a2fe6d48f: Layer already exists [2021-01-15T22:15:01.075Z] 58be620eb102: Layer already exists [2021-01-15T22:15:01.075Z] 80816e94f0f7: Layer already exists [2021-01-15T22:15:01.352Z] 379067d0cb53: Layer already exists [2021-01-15T22:15:01.352Z] master: digest: sha256:bd6e635350a4e248dda84d099bb5341377c8c52cfed8c03442845085f953f353 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-15T22:15:01.618Z] ===================================================== [Pipeline] echo [2021-01-15T22:15:01.669Z] taggedImages: [2021-01-15T22:15:01.669Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f [2021-01-15T22:15:01.669Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-15T22:15:01.669Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.9 [2021-01-15T22:15:01.669Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b430426e5122e1d8120a8d3ea89e621b3f587a0f-2.0.0-dev.9 [2021-01-15T22:15:01.669Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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 [2021-01-15T22:15:05.410Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:06.141Z] ---> package-listing.sh [2021-01-15T22:15:06.142Z] ++ facter osfamily [2021-01-15T22:15:06.142Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T22:15:06.142Z] + OS_FAMILY=redhat [2021-01-15T22:15:06.142Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-15T22:15:06.142Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T22:15:06.142Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T22:15:06.142Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T22:15:06.142Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T22:15:06.142Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:15:06.142Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T22:15:06.142Z] + case "${OS_FAMILY}" in [2021-01-15T22:15:06.142Z] + rpm -qa [2021-01-15T22:15:06.142Z] + sort [2021-01-15T22:15:12.901Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T22:15:12.901Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T22:15:12.901Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T22:15:12.901Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-15T22:15:12.901Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-15T22:15:12.901Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-15T22:15:12.917Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T22:15:13.228Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:15:13.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:15:13.656Z] [2021-01-15T22:15:13.656Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T22:15:14.091Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:15:14.091Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T22:15:14.091Z] df20fa9351a1: Pulling fs layer [2021-01-15T22:15:14.091Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T22:15:14.091Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T22:15:14.091Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T22:15:14.091Z] 93b61091891f: Pulling fs layer [2021-01-15T22:15:14.091Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T22:15:14.091Z] 5e14af77c1be: Pulling fs layer [2021-01-15T22:15:14.091Z] 01666e4c0597: Pulling fs layer [2021-01-15T22:15:14.091Z] aa168da1d23b: Pulling fs layer [2021-01-15T22:15:14.091Z] 93b9cdb0e59b: Waiting [2021-01-15T22:15:14.091Z] 46f8f816bc3b: Waiting [2021-01-15T22:15:14.091Z] 5e14af77c1be: Waiting [2021-01-15T22:15:14.091Z] 01666e4c0597: Waiting [2021-01-15T22:15:14.091Z] 93b61091891f: Waiting [2021-01-15T22:15:14.091Z] aa168da1d23b: Waiting [2021-01-15T22:15:14.371Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T22:15:14.371Z] 36b3adc4ff6f: Download complete [2021-01-15T22:15:14.371Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T22:15:14.371Z] 46f8f816bc3b: Download complete [2021-01-15T22:15:14.371Z] 93b61091891f: Download complete [2021-01-15T22:15:14.371Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T22:15:14.371Z] 93b9cdb0e59b: Download complete [2021-01-15T22:15:14.371Z] df20fa9351a1: Download complete [2021-01-15T22:15:14.644Z] 5e14af77c1be: Verifying Checksum [2021-01-15T22:15:14.644Z] 5e14af77c1be: Download complete [2021-01-15T22:15:14.644Z] 01666e4c0597: Verifying Checksum [2021-01-15T22:15:14.644Z] 01666e4c0597: Download complete [2021-01-15T22:15:15.243Z] df20fa9351a1: Pull complete [2021-01-15T22:15:15.243Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T22:15:15.243Z] 8ad3a11d3b57: Download complete [2021-01-15T22:15:15.537Z] 36b3adc4ff6f: Pull complete [2021-01-15T22:15:17.050Z] 8ad3a11d3b57: Pull complete [2021-01-15T22:15:17.322Z] 46f8f816bc3b: Pull complete [2021-01-15T22:15:17.946Z] 93b61091891f: Pull complete [2021-01-15T22:15:18.561Z] 93b9cdb0e59b: Pull complete [2021-01-15T22:15:18.838Z] 5e14af77c1be: Pull complete [2021-01-15T22:15:19.459Z] 01666e4c0597: Pull complete [2021-01-15T22:15:19.738Z] aa168da1d23b: Verifying Checksum [2021-01-15T22:15:19.738Z] aa168da1d23b: Download complete [2021-01-15T22:15:32.300Z] aa168da1d23b: Pull complete [2021-01-15T22:15:32.300Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T22:15:32.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T22:15:32.300Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T22:15:32.676Z] prd-centos7-docker-4c-2g-20666 does not seem to be running inside a container [2021-01-15T22:15:32.792Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T22:15:36.441Z] $ docker top b4d9898b115e6fc6787bfcbfa41d80942b72268c9134ede0cdaab5e2e50d5598 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T22:15:37.034Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T22:15:37.365Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T22:15:37.681Z] + ls /var/log/sa-host [2021-01-15T22:15:37.681Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T22:15:37.681Z] file_magic: OK [2021-01-15T22:15:37.681Z] HZ: Using current value: 100 [2021-01-15T22:15:37.681Z] file_header: OK [2021-01-15T22:15:37.681Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:15:37.681Z] Statistics: [2021-01-15T22:15:37.681Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T22:15:37.681Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T22:15:37.681Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T22:15:37.681Z] file_magic: OK [2021-01-15T22:15:37.681Z] HZ: Using current value: 100 [2021-01-15T22:15:37.681Z] file_header: OK [2021-01-15T22:15:37.681Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T22:15:37.681Z] Statistics: [2021-01-15T22:15:37.681Z] Hnuu...uuuununununu... [2021-01-15T22:15:37.681Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T22:15:37.921Z] provisioning config files... [2021-01-15T22:15:37.941Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2162973276874322307tmp [Pipeline] { [Pipeline] echo [2021-01-15T22:15:38.013Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:38.375Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T22:15:38.653Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T22:15:38.752Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:39.111Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T22:15:39.134Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:39.529Z] ---> sudo-logs.sh [2021-01-15T22:15:39.529Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T22:15:39.831Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:40.183Z] ---> job-cost.sh [2021-01-15T22:15:40.449Z] lf-activate-venv: SKIPPING [2021-01-15T22:15:40.449Z] INFO: No Stack... [2021-01-15T22:15:42.399Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T22:15:42.664Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T22:15:42.680Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T22:15:43.007Z] ---> logs-deploy.sh [2021-01-15T22:15:43.007Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/74 [2021-01-15T22:15:43.007Z] INFO: archiving workspace using pattern(s): [2021-01-15T22:15:45.626Z] Archives upload complete. [2021-01-15T22:15:45.626Z] INFO: archiving logs to Nexus