Started by upstream project "edgexfoundry/cd-management/release" build number 39 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cbc1fb126fca16d22f986b5cd5c305caa6710614 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d8dcacb1afd64ffd41a88d498332b01d09cee174 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d8dcacb1afd64ffd41a88d498332b01d09cee174 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [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: device-rest-go-settings PROJECT: device-rest-go 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-device-rest-go 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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12563’ Running on prd-centos7-docker-4c-2g-12568 in /w/workspace/gexfoundry_device-rest-go_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/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.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/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision cbc1fb126fca16d22f986b5cd5c305caa6710614 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 Commit message: "Merge pull request #58 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" > git rev-list --no-walk cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-18T19:34:58.327Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T19:34:58.581Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:34:58.688Z] ========================================================= [2020-11-18T19:34:58.688Z] EdgeX Global Pipelines Version Info [2020-11-18T19:34:58.688Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:35:00.612Z] ------------------- [2020-11-18T19:35:00.612Z] stable info: [2020-11-18T19:35:00.612Z] ------------------- [2020-11-18T19:35:00.612Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T19:35:00.612Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:35:00.612Z] Message: update stable to v1.0.165 [2020-11-18T19:35:01.563Z] ------------------- [2020-11-18T19:35:01.563Z] experimental info: [2020-11-18T19:35:01.563Z] ------------------- [2020-11-18T19:35:01.563Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-18T19:35:01.563Z] Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 [2020-11-18T19:35:01.563Z] Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T19:35:01.963Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-11-18T19:35:02.073Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-11-18T19:35:02.183Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T19:35:02.301Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T19:35:02.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T19:35:02.473Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T19:35:02.560Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T19:35:02.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T19:35:02.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T19:35:02.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T19:35:02.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T19:35:03.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-11-18T19:35:03.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T19:35:03.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T19:35:03.327Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:35:03.419Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T19:35:03.508Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:35:03.593Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T19:35:03.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T19:35:03.770Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-18T19:35:03.861Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T19:35:03.948Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T19:35:04.038Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T19:35:04.133Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T19:35:04.222Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T19:35:04.312Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T19:35:04.404Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-18T19:35:04.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-18T19:35:04.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-18T19:35:04.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] echo [2020-11-18T19:35:04.793Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbc1fb1 [Pipeline] echo [2020-11-18T19:35:04.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:35:05.112Z] provisioning config files... [2020-11-18T19:35:05.148Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7087980917500279599tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:35:05.553Z] ---> docker-login.sh [2020-11-18T19:35:05.553Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:35:05.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:06.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:06.111Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:06.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:06.111Z] [2020-11-18T19:35:06.111Z] Login Succeeded [2020-11-18T19:35:06.111Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:35:06.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:06.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:06.383Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:06.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:06.383Z] [2020-11-18T19:35:06.383Z] Login Succeeded [2020-11-18T19:35:06.383Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:35:06.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:06.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:06.666Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:06.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:06.666Z] [2020-11-18T19:35:06.666Z] Login Succeeded [2020-11-18T19:35:06.666Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:35:06.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:06.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:06.943Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:06.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:06.943Z] [2020-11-18T19:35:06.943Z] Login Succeeded [2020-11-18T19:35:06.943Z] docker.io [2020-11-18T19:35:07.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:35:07.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:35:07.501Z] Configure a credential helper to remove this warning. See [2020-11-18T19:35:07.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:35:07.501Z] [2020-11-18T19:35:07.501Z] Login Succeeded [2020-11-18T19:35:07.501Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:35:07.528Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:35:08.330Z] + git log --format=format:%s -1 cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] echo [2020-11-18T19:35:08.436Z] GIT_COMMIT: cbc1fb126fca16d22f986b5cd5c305caa6710614, Commit Message: Merge pull request #58 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0 [Pipeline] echo [2020-11-18T19:35:08.482Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:35:09.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:09.121Z] [2020-11-18T19:35:09.121Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:35:09.532Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:09.532Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T19:35:09.532Z] 31603596830f: Pulling fs layer [2020-11-18T19:35:09.532Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T19:35:09.532Z] 6ca5941a6612: Pulling fs layer [2020-11-18T19:35:09.532Z] ecc8261a40a4: Pulling fs layer [2020-11-18T19:35:09.532Z] ecc8261a40a4: Waiting [2020-11-18T19:35:09.532Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T19:35:09.532Z] 2a8b12db71e7: Download complete [2020-11-18T19:35:09.799Z] 31603596830f: Verifying Checksum [2020-11-18T19:35:09.799Z] 31603596830f: Download complete [2020-11-18T19:35:09.799Z] ecc8261a40a4: Verifying Checksum [2020-11-18T19:35:09.799Z] ecc8261a40a4: Download complete [2020-11-18T19:35:09.799Z] 6ca5941a6612: Verifying Checksum [2020-11-18T19:35:09.799Z] 6ca5941a6612: Download complete [2020-11-18T19:35:10.089Z] 31603596830f: Pull complete [2020-11-18T19:35:10.359Z] 2a8b12db71e7: Pull complete [2020-11-18T19:35:11.335Z] 6ca5941a6612: Pull complete [2020-11-18T19:35:11.599Z] ecc8261a40a4: Pull complete [2020-11-18T19:35:11.600Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T19:35:11.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:35:11.600Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T19:35:11.748Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:35:11.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:35:14.303Z] $ docker top 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T19:35:14.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:35:14.722Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:35:15.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:35:15.059Z] $ docker exec 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 ssh-agent [2020-11-18T19:35:15.283Z] SSH_AUTH_SOCK=/tmp/ssh-9TypBBl0OP4o/agent.11 [2020-11-18T19:35:15.283Z] SSH_AGENT_PID=16 [2020-11-18T19:35:15.304Z] Running ssh-add (command line suppressed) [2020-11-18T19:35:15.483Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8863512032211171869.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8863512032211171869.key) [2020-11-18T19:35:15.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:35:15.953Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T19:35:15.977Z] $ docker exec --env ******** --env ******** 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 ssh-agent -k [2020-11-18T19:35:16.129Z] unset SSH_AUTH_SOCK; [2020-11-18T19:35:16.130Z] unset SSH_AGENT_PID; [2020-11-18T19:35:16.130Z] echo Agent pid 16 killed; [2020-11-18T19:35:16.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-11-18T19:35:16.397Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.1.3-dev.10|v1.2.0' [Pipeline] sshagent [2020-11-18T19:35:16.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T19:35:16.501Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T19:35:16.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T19:35:16.736Z] $ docker exec 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 ssh-agent [2020-11-18T19:35:16.926Z] SSH_AUTH_SOCK=/tmp/ssh-eXAtpS7ZG2W3/agent.46 [2020-11-18T19:35:16.926Z] SSH_AGENT_PID=51 [2020-11-18T19:35:16.935Z] Running ssh-add (command line suppressed) [2020-11-18T19:35:17.093Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2322469547407142306.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2322469547407142306.key) [2020-11-18T19:35:17.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T19:35:17.528Z] + git semver init [2020-11-18T19:35:17.528Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T19:35:17.528Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-11-18T19:35:17.528Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-11-18T19:35:17.528Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T19:35:17.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T19:35:17.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T19:35:17.528Z] # $SEMVER_BRANCH = master [2020-11-18T19:35:17.528Z] # $SEMVER_TEMP = /tmp/semver-205971946 [2020-11-18T19:35:17.528Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-11-18T19:35:18.964Z] # '/tmp/semver-205971946' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-11-18T19:35:18.964Z] # -> Force: false [2020-11-18T19:35:18.964Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-11-18T19:35:18.982Z] $ docker exec --env ******** --env ******** 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 ssh-agent -k [2020-11-18T19:35:19.138Z] unset SSH_AUTH_SOCK; [2020-11-18T19:35:19.139Z] unset SSH_AGENT_PID; [2020-11-18T19:35:19.139Z] echo Agent pid 51 killed; [2020-11-18T19:35:19.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:35:19.779Z] + git semver [Pipeline] } [2020-11-18T19:35:19.809Z] $ docker stop --time=1 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 [2020-11-18T19:35:21.300Z] $ docker rm -f 5792161bedf459f64982d34f30c11d13428f23cbf3cc1b88f94bbaa3f85d8769 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:35:21.858Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T19:35:22.357Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T19:35:22.359Z] [edgeXSemver]: initialized semver on version 1.2.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-18T19:35:37.912Z] Still waiting to schedule task [2020-11-18T19:35:37.912Z] ‘prd-centos7-docker-4c-2g-12573’ is offline; ‘prd-centos7-docker-4c-2g-12574’ is offline [2020-11-18T19:35:37.915Z] Still waiting to schedule task [2020-11-18T19:35:37.915Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-18T19:36:30.142Z] Running on prd-centos7-docker-4c-2g-12578 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-11-18T19:36:30.310Z] Running in /w/workspace/device-rest-go/27 [Pipeline] { [Pipeline] checkout [2020-11-18T19:36:34.915Z] using credential edgex-jenkins-ssh [2020-11-18T19:36:34.990Z] Cloning the remote Git repository [2020-11-18T19:36:35.020Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:36:35.103Z] > git init /w/workspace/device-rest-go/27 # timeout=10 [2020-11-18T19:36:35.161Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:36:35.161Z] > git --version # timeout=10 [2020-11-18T19:36:35.173Z] > git --version # 'git version 2.16.5' [2020-11-18T19:36:35.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:36:35.211Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:36:37.591Z] Checking out Revision cbc1fb126fca16d22f986b5cd5c305caa6710614 (master) [2020-11-18T19:36:37.052Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-18T19:36:37.061Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:36:37.079Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-18T19:36:37.102Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:36:37.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:36:37.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:36:37.606Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:36:37.611Z] > git checkout -f cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-11-18T19:36:41.477Z] Commit message: "Merge pull request #58 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:36:42.250Z] provisioning config files... [2020-11-18T19:36:42.284Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/27@tmp/config2410538321894769368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:36:43.214Z] ---> docker-login.sh [2020-11-18T19:36:43.214Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:36:43.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:43.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:43.803Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:43.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:43.803Z] [2020-11-18T19:36:43.803Z] Login Succeeded [2020-11-18T19:36:43.803Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:36:44.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:44.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:44.070Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:44.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:44.070Z] [2020-11-18T19:36:44.070Z] Login Succeeded [2020-11-18T19:36:44.070Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:36:44.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:44.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:44.341Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:44.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:44.341Z] [2020-11-18T19:36:44.341Z] Login Succeeded [2020-11-18T19:36:44.341Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:36:44.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:44.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:44.608Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:44.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:44.608Z] [2020-11-18T19:36:44.608Z] Login Succeeded [2020-11-18T19:36:44.608Z] docker.io [2020-11-18T19:36:44.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:36:44.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:36:44.878Z] Configure a credential helper to remove this warning. See [2020-11-18T19:36:44.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:36:44.878Z] [2020-11-18T19:36:44.878Z] Login Succeeded [2020-11-18T19:36:45.149Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:36:45.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T19:36:45.679Z] ========================================================= [2020-11-18T19:36:45.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T19:36:45.679Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:36:46.056Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-18T19:36:46.056Z] Sending build context to Docker daemon 79.87kB [2020-11-18T19:36:46.647Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-18T19:36:46.647Z] Step 2/10 : FROM ${BASE} [2020-11-18T19:36:46.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T19:36:46.647Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:36:46.647Z] ed8968b2872e: Pulling fs layer [2020-11-18T19:36:46.647Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T19:36:46.647Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T19:36:46.647Z] e73272ec9a57: Pulling fs layer [2020-11-18T19:36:46.647Z] 1e910a182e73: Pulling fs layer [2020-11-18T19:36:46.647Z] 4e634b169226: Pulling fs layer [2020-11-18T19:36:46.647Z] e871e8e8d7a9: Waiting [2020-11-18T19:36:46.647Z] e73272ec9a57: Waiting [2020-11-18T19:36:46.647Z] 1e910a182e73: Waiting [2020-11-18T19:36:46.647Z] 4e634b169226: Waiting [2020-11-18T19:36:46.647Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T19:36:46.647Z] a92cc7c5fd73: Download complete [2020-11-18T19:36:46.647Z] ed8968b2872e: Verifying Checksum [2020-11-18T19:36:46.647Z] ed8968b2872e: Download complete [2020-11-18T19:36:46.647Z] e73272ec9a57: Verifying Checksum [2020-11-18T19:36:46.647Z] e73272ec9a57: Download complete [2020-11-18T19:36:46.647Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:36:46.647Z] 1e910a182e73: Download complete [2020-11-18T19:36:46.919Z] df20fa9351a1: Pull complete [2020-11-18T19:36:47.192Z] ed8968b2872e: Pull complete [2020-11-18T19:36:47.492Z] a92cc7c5fd73: Pull complete [2020-11-18T19:36:48.921Z] 4e634b169226: Verifying Checksum [2020-11-18T19:36:48.921Z] 4e634b169226: Download complete [2020-11-18T19:36:49.502Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T19:36:49.502Z] e871e8e8d7a9: Download complete [2020-11-18T19:36:56.220Z] e871e8e8d7a9: Pull complete [2020-11-18T19:36:56.220Z] e73272ec9a57: Pull complete [2020-11-18T19:36:56.220Z] 1e910a182e73: Pull complete [2020-11-18T19:37:02.899Z] 4e634b169226: Pull complete [2020-11-18T19:37:02.899Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T19:37:02.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T19:37:02.899Z] ---> f7629b54cfaa [2020-11-18T19:37:02.899Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T19:37:02.899Z] ---> Running in 9341d666da48 [2020-11-18T19:37:02.899Z] Removing intermediate container 9341d666da48 [2020-11-18T19:37:02.899Z] ---> f812322f285d [2020-11-18T19:37:02.899Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:37:02.899Z] ---> Running in 0d32521c7e9f [2020-11-18T19:37:03.174Z] Removing intermediate container 0d32521c7e9f [2020-11-18T19:37:03.174Z] ---> 512b0750260a [2020-11-18T19:37:03.174Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T19:37:03.174Z] ---> Running in b8ca3f054293 [2020-11-18T19:37:03.442Z] Removing intermediate container b8ca3f054293 [2020-11-18T19:37:03.442Z] ---> f6706c9f3820 [2020-11-18T19:37:03.442Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:37:03.442Z] ---> Running in 4b793c1a39a4 [2020-11-18T19:37:05.391Z] Removing intermediate container 4b793c1a39a4 [2020-11-18T19:37:05.391Z] ---> c68975e4eab6 [2020-11-18T19:37:05.391Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:37:05.391Z] ---> Running in a1b7a97299f6 [2020-11-18T19:37:05.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:37:06.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:37:07.879Z] OK: 166 MiB in 39 packages [2020-11-18T19:37:08.463Z] Removing intermediate container a1b7a97299f6 [2020-11-18T19:37:08.463Z] ---> 1d48104ecfdf [2020-11-18T19:37:08.463Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-18T19:37:08.463Z] ---> Running in fbf9ae53efc8 [2020-11-18T19:37:08.728Z] Removing intermediate container fbf9ae53efc8 [2020-11-18T19:37:08.728Z] ---> 5d4141f0774f [2020-11-18T19:37:08.728Z] Step 9/10 : COPY . . [2020-11-18T19:37:08.993Z] ---> a995eed01948 [2020-11-18T19:37:08.993Z] Step 10/10 : RUN go mod download [2020-11-18T19:37:08.993Z] ---> Running in 203d2cab6dbe [2020-11-18T19:37:31.063Z] Removing intermediate container 203d2cab6dbe [2020-11-18T19:37:31.063Z] ---> a70100308e6e [2020-11-18T19:37:31.063Z] Successfully built a70100308e6e [2020-11-18T19:37:31.063Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:37:31.403Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:37:31.403Z] . [Pipeline] withDockerContainer [2020-11-18T19:37:31.724Z] prd-centos7-docker-4c-2g-12578 does not seem to be running inside a container [2020-11-18T19:37:31.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/27 -v /w/workspace/device-rest-go/27:/w/workspace/device-rest-go/27:rw,z -v /w/workspace/device-rest-go/27@tmp:/w/workspace/device-rest-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T19:37:32.968Z] $ docker top cb0843efb0d477f87a25fb02bb7344bb12f22eb19ced6b96a669403e56eb345a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:37:33.525Z] + go version [2020-11-18T19:37:33.526Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T19:37:33.545Z] $ docker stop --time=1 cb0843efb0d477f87a25fb02bb7344bb12f22eb19ced6b96a669403e56eb345a [2020-11-18T19:37:34.924Z] $ docker rm -f cb0843efb0d477f87a25fb02bb7344bb12f22eb19ced6b96a669403e56eb345a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:37:35.945Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T19:37:35.945Z] . [Pipeline] withDockerContainer [2020-11-18T19:37:36.058Z] prd-centos7-docker-4c-2g-12578 does not seem to be running inside a container [2020-11-18T19:37:36.131Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/27 -v /w/workspace/device-rest-go/27:/w/workspace/device-rest-go/27:rw,z -v /w/workspace/device-rest-go/27@tmp:/w/workspace/device-rest-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-18T19:37:37.052Z] $ docker top c83ee27decaa83ed2b670354b91d9eafd15603cea32363954d08add36fb4773e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:37:37.647Z] + make test [2020-11-18T19:37:37.648Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-18T19:37:38.631Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-18T19:37:51.143Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-18T19:37:51.742Z] ok github.com/edgexfoundry/device-rest-go/driver 0.053s coverage: 56.3% of statements [2020-11-18T19:37:51.742Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:37:54.348Z] gofmt -l . [2020-11-18T19:37:54.348Z] [ "`gofmt -l .`" = "" ] [2020-11-18T19:37:54.348Z] ./bin/test-go-mod-tidy.sh [2020-11-18T19:37:54.621Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-18T19:37:55.217Z] $ docker stop --time=1 c83ee27decaa83ed2b670354b91d9eafd15603cea32363954d08add36fb4773e [2020-11-18T19:37:57.609Z] $ docker rm -f c83ee27decaa83ed2b670354b91d9eafd15603cea32363954d08add36fb4773e [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:37:58.317Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:37:58.702Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-18T19:38:00.667Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:38:00.978Z] + ls -al . [2020-11-18T19:38:00.978Z] total 96 [2020-11-18T19:38:00.978Z] drwxrwxr-x. 8 jenkins jenkins 4096 Nov 18 19:37 . [2020-11-18T19:38:00.978Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 19:36 .. [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 5294 Nov 18 19:36 Attribution.txt [2020-11-18T19:38:00.978Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 18 19:36 bin [2020-11-18T19:38:00.978Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 19:36 cmd [2020-11-18T19:38:00.978Z] -rw-r--r--. 1 jenkins jenkins 9369 Nov 18 19:37 coverage.out [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 18 19:36 Dockerfile [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 989 Nov 18 19:36 Dockerfile.build [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 151 Nov 18 19:36 .dockerignore [2020-11-18T19:38:00.978Z] drwxrwxr-x. 2 jenkins jenkins 93 Nov 18 19:37 driver [2020-11-18T19:38:00.978Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 19:36 .git [2020-11-18T19:38:00.978Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 19:36 .github [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 339 Nov 18 19:36 .gitignore [2020-11-18T19:38:00.978Z] -rw-r--r--. 1 jenkins jenkins 267 Nov 18 19:37 go.mod [2020-11-18T19:38:00.978Z] -rw-r--r--. 1 jenkins jenkins 13790 Nov 18 19:37 go.sum [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 680 Nov 18 19:36 Jenkinsfile [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 19:36 LICENSE [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 18 19:36 Makefile [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 5917 Nov 18 19:36 README.md [2020-11-18T19:38:00.978Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 18 19:36 snap [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 19:35 VERSION [2020-11-18T19:38:00.978Z] -rw-rw-r--. 1 jenkins jenkins 713 Nov 18 19:36 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:01.312Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=cbc1fb126fca16d22f986b5cd5c305caa6710614 --label arch=amd64 --label version=1.2.0 . [2020-11-18T19:38:01.312Z] Sending build context to Docker daemon 91.65kB [2020-11-18T19:38:01.580Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-18T19:38:01.580Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-18T19:38:01.580Z] ---> a70100308e6e [2020-11-18T19:38:01.580Z] Step 3/25 : ARG MAKE='make build' [2020-11-18T19:38:01.580Z] ---> Running in 52eee08f8b6e [2020-11-18T19:38:01.854Z] Removing intermediate container 52eee08f8b6e [2020-11-18T19:38:01.854Z] ---> cefc109eb048 [2020-11-18T19:38:01.854Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T19:38:01.854Z] ---> Running in 60d24da8f96d [2020-11-18T19:38:01.854Z] Removing intermediate container 60d24da8f96d [2020-11-18T19:38:01.854Z] ---> 6af0081c83e6 [2020-11-18T19:38:01.854Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:38:02.131Z] ---> Running in 15c1a5f1c640 [2020-11-18T19:38:02.131Z] Removing intermediate container 15c1a5f1c640 [2020-11-18T19:38:02.131Z] ---> 04722ab2fc23 [2020-11-18T19:38:02.131Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:38:02.131Z] ---> Running in c155783d3e0a [2020-11-18T19:38:03.548Z] Removing intermediate container c155783d3e0a [2020-11-18T19:38:03.548Z] ---> 82879b0e1fb8 [2020-11-18T19:38:03.548Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:38:03.548Z] ---> Running in 85e3e96cdda1 [2020-11-18T19:38:04.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T19:38:05.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T19:38:05.672Z] OK: 166 MiB in 39 packages [2020-11-18T19:38:06.260Z] Removing intermediate container 85e3e96cdda1 [2020-11-18T19:38:06.260Z] ---> bf5d746016b9 [2020-11-18T19:38:06.260Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-18T19:38:06.260Z] ---> Running in 96b67bdc9ebe [2020-11-18T19:38:06.526Z] Removing intermediate container 96b67bdc9ebe [2020-11-18T19:38:06.526Z] ---> 944373e2f36a [2020-11-18T19:38:06.526Z] Step 9/25 : COPY go.mod . [2020-11-18T19:38:06.794Z] ---> 8ea0259b9138 [2020-11-18T19:38:06.794Z] Step 10/25 : COPY Makefile . [2020-11-18T19:38:07.061Z] ---> 1fb4c59786a9 [2020-11-18T19:38:07.061Z] Step 11/25 : RUN make update [2020-11-18T19:38:07.061Z] ---> Running in f0a914699a01 [2020-11-18T19:38:07.654Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-18T19:38:08.093Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12581 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-11-18T19:38:08.149Z] Running in /w/workspace/device-rest-go/27 [Pipeline] { [Pipeline] checkout [2020-11-18T19:38:08.240Z] Removing intermediate container f0a914699a01 [2020-11-18T19:38:08.240Z] ---> 4859a2d7fc3a [2020-11-18T19:38:08.240Z] Step 12/25 : COPY . . [2020-11-18T19:38:08.508Z] ---> 7cbfec412ece [2020-11-18T19:38:08.508Z] Step 13/25 : RUN $MAKE [2020-11-18T19:38:08.774Z] ---> Running in 65392cb2ae33 [2020-11-18T19:38:09.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.0" -o cmd/device-rest-go ./cmd [2020-11-18T19:38:14.247Z] using credential edgex-jenkins-ssh [2020-11-18T19:38:14.303Z] Cloning the remote Git repository [2020-11-18T19:38:14.381Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:38:14.506Z] > git init /w/workspace/device-rest-go/27 # timeout=10 [2020-11-18T19:38:14.589Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:38:14.590Z] > git --version # timeout=10 [2020-11-18T19:38:14.607Z] > git --version # 'git version 2.17.1' [2020-11-18T19:38:14.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:14.675Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:16.853Z] Checking out Revision cbc1fb126fca16d22f986b5cd5c305caa6710614 (master) [2020-11-18T19:38:16.315Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-18T19:38:16.337Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T19:38:16.369Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-18T19:38:16.409Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-18T19:38:16.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T19:38:16.423Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-18T19:38:16.873Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T19:38:16.891Z] > git checkout -f cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-11-18T19:38:21.599Z] Commit message: "Merge pull request #58 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:38:22.253Z] provisioning config files... [2020-11-18T19:38:22.291Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/27@tmp/config4194360969071677488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:38:23.235Z] ---> docker-login.sh [2020-11-18T19:38:23.235Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:38:24.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:24.509Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:24.509Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:24.509Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:24.509Z] [2020-11-18T19:38:24.509Z] Login Succeeded [2020-11-18T19:38:24.509Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:38:24.573Z] Removing intermediate container 65392cb2ae33 [2020-11-18T19:38:24.573Z] ---> 93488836ed75 [2020-11-18T19:38:24.573Z] Step 14/25 : FROM alpine:latest [2020-11-18T19:38:24.573Z] latest: Pulling from library/alpine [2020-11-18T19:38:24.573Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T19:38:24.573Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T19:38:24.573Z] 188c0c94c7c5: Download complete [2020-11-18T19:38:24.573Z] 188c0c94c7c5: Pull complete [2020-11-18T19:38:24.573Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T19:38:24.573Z] Status: Downloaded newer image for alpine:latest [2020-11-18T19:38:24.573Z] ---> d6e46aa2470d [2020-11-18T19:38:24.573Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T19:38:24.573Z] ---> Running in 1d3a5fb09684 [2020-11-18T19:38:24.573Z] Removing intermediate container 1d3a5fb09684 [2020-11-18T19:38:24.573Z] ---> 28da28cc35da [2020-11-18T19:38:24.573Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-18T19:38:24.573Z] ---> Running in 721111abd8a4 [2020-11-18T19:38:24.573Z] Removing intermediate container 721111abd8a4 [2020-11-18T19:38:24.573Z] ---> c7aeabc9cc98 [2020-11-18T19:38:24.573Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-18T19:38:24.573Z] ---> 7c66859d4c40 [2020-11-18T19:38:24.573Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-18T19:38:24.857Z] ---> 7e80e4ac30c4 [2020-11-18T19:38:24.857Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-18T19:38:25.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:25.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:25.176Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:25.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:25.176Z] [2020-11-18T19:38:25.176Z] Login Succeeded [2020-11-18T19:38:25.176Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:38:25.461Z] ---> 745767f0878d [2020-11-18T19:38:25.461Z] Step 20/25 : EXPOSE 49986 [2020-11-18T19:38:25.461Z] ---> Running in fbf36fce22df [2020-11-18T19:38:25.729Z] Removing intermediate container fbf36fce22df [2020-11-18T19:38:25.729Z] ---> 30d172da4fde [2020-11-18T19:38:25.729Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-18T19:38:25.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:25.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:25.785Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:25.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:25.785Z] [2020-11-18T19:38:25.785Z] Login Succeeded [2020-11-18T19:38:25.785Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:38:26.003Z] ---> Running in 508c185e1b43 [2020-11-18T19:38:26.003Z] Removing intermediate container 508c185e1b43 [2020-11-18T19:38:26.003Z] ---> 9fbc6df25b3f [2020-11-18T19:38:26.003Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-18T19:38:26.003Z] ---> Running in ff42198057ca [2020-11-18T19:38:26.277Z] Removing intermediate container ff42198057ca [2020-11-18T19:38:26.277Z] ---> a370d0c3cab4 [2020-11-18T19:38:26.277Z] Step 23/25 : LABEL arch=amd64 [2020-11-18T19:38:26.277Z] ---> Running in cbf7b7230c50 [2020-11-18T19:38:26.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:26.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:26.397Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:26.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:26.397Z] [2020-11-18T19:38:26.397Z] Login Succeeded [2020-11-18T19:38:26.397Z] docker.io [2020-11-18T19:38:26.560Z] Removing intermediate container cbf7b7230c50 [2020-11-18T19:38:26.560Z] ---> 2f67b46fd942 [2020-11-18T19:38:26.560Z] Step 24/25 : LABEL git_sha=cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:38:26.560Z] ---> Running in 49866ef4e16d [2020-11-18T19:38:26.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:26.837Z] Removing intermediate container 49866ef4e16d [2020-11-18T19:38:26.837Z] ---> 42f2a3c51dfd [2020-11-18T19:38:26.837Z] Step 25/25 : LABEL version=1.2.0 [2020-11-18T19:38:26.837Z] ---> Running in 5e74dd971e4d [2020-11-18T19:38:26.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:26.968Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:26.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:26.968Z] [2020-11-18T19:38:26.968Z] Login Succeeded [2020-11-18T19:38:26.968Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:38:27.096Z] Deleting 1 temporary files [2020-11-18T19:38:27.114Z] Removing intermediate container 5e74dd971e4d [2020-11-18T19:38:27.114Z] ---> ddaa0248c8c1 [2020-11-18T19:38:27.114Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:38:27.114Z] Successfully built ddaa0248c8c1 [2020-11-18T19:38:27.114Z] Successfully tagged docker-device-rest-go:latest [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:38:28.020Z] provisioning config files... [Pipeline] echo [2020-11-18T19:38:28.030Z] ========================================================= [2020-11-18T19:38:28.030Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T19:38:28.030Z] ========================================================= [2020-11-18T19:38:28.094Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/27@tmp/config5185943900033033908tmp [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:38:28.561Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-18T19:38:28.561Z] Sending build context to Docker daemon 79.87kB [2020-11-18T19:38:28.636Z] ---> docker-login.sh [2020-11-18T19:38:28.636Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:38:28.837Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-18T19:38:28.838Z] Step 2/10 : FROM ${BASE} [2020-11-18T19:38:28.838Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T19:38:28.838Z] b538f80385f9: Pulling fs layer [2020-11-18T19:38:28.838Z] 74f711af9a0d: Pulling fs layer [2020-11-18T19:38:28.838Z] 99f96fe45779: Pulling fs layer [2020-11-18T19:38:28.838Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T19:38:28.838Z] 45590311c82a: Pulling fs layer [2020-11-18T19:38:28.838Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T19:38:28.838Z] 209524e5b208: Pulling fs layer [2020-11-18T19:38:28.838Z] 45590311c82a: Waiting [2020-11-18T19:38:28.838Z] 69ca0ff8b7b3: Waiting [2020-11-18T19:38:28.838Z] 8529a6b9a6be: Waiting [2020-11-18T19:38:28.838Z] 209524e5b208: Waiting [2020-11-18T19:38:28.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:28.902Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:28.902Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:28.902Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:28.902Z] [2020-11-18T19:38:28.902Z] Login Succeeded [2020-11-18T19:38:28.902Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:38:28.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:29.121Z] 99f96fe45779: Verifying Checksum [2020-11-18T19:38:29.121Z] 99f96fe45779: Download complete [2020-11-18T19:38:29.121Z] 74f711af9a0d: Verifying Checksum [2020-11-18T19:38:29.121Z] 74f711af9a0d: Download complete [2020-11-18T19:38:29.407Z] 45590311c82a: Verifying Checksum [2020-11-18T19:38:29.407Z] 45590311c82a: Download complete [2020-11-18T19:38:29.407Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-18T19:38:29.407Z] 69ca0ff8b7b3: Download complete [2020-11-18T19:38:29.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:29.485Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:29.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:29.485Z] [2020-11-18T19:38:29.485Z] Login Succeeded [2020-11-18T19:38:29.485Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:38:29.707Z] b538f80385f9: Verifying Checksum [2020-11-18T19:38:29.707Z] b538f80385f9: Download complete [2020-11-18T19:38:29.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:29.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:29.754Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:29.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:29.754Z] [2020-11-18T19:38:29.754Z] Login Succeeded [2020-11-18T19:38:29.754Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:38:30.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:30.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:30.021Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:30.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:30.021Z] [2020-11-18T19:38:30.021Z] Login Succeeded [2020-11-18T19:38:30.021Z] docker.io [2020-11-18T19:38:30.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:38:30.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:38:30.295Z] Configure a credential helper to remove this warning. See [2020-11-18T19:38:30.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:38:30.295Z] [2020-11-18T19:38:30.295Z] Login Succeeded [2020-11-18T19:38:30.295Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:38:30.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:38:30.648Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-11-18T19:38:30.648Z] cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:38:30.648Z] latest [2020-11-18T19:38:30.648Z] 1.2.0 [2020-11-18T19:38:30.648Z] cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:38:30.648Z] master [2020-11-18T19:38:30.648Z] ===================================================== [2020-11-18T19:38:30.710Z] b538f80385f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:31.262Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:31.322Z] 74f711af9a0d: Pull complete [2020-11-18T19:38:31.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:38:31.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-18T19:38:31.593Z] d10b40abc698: Preparing [2020-11-18T19:38:31.593Z] 19d37afcffbc: Preparing [2020-11-18T19:38:31.593Z] 2fc6d8dc10d2: Preparing [2020-11-18T19:38:31.593Z] ace0eda3e3be: Preparing [2020-11-18T19:38:31.600Z] 99f96fe45779: Pull complete [2020-11-18T19:38:32.173Z] ace0eda3e3be: Layer already exists [2020-11-18T19:38:33.573Z] 2fc6d8dc10d2: Pushed [2020-11-18T19:38:33.573Z] 19d37afcffbc: Pushed [2020-11-18T19:38:34.150Z] d10b40abc698: Pushed [2020-11-18T19:38:34.227Z] 209524e5b208: Verifying Checksum [2020-11-18T19:38:34.227Z] 209524e5b208: Download complete [2020-11-18T19:38:34.415Z] cbc1fb126fca16d22f986b5cd5c305caa6710614: digest: sha256:06e37f67bcc05473bc045f95da8252256a160ff48dacc732dc7ee8814cc03be5 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:34.757Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:35.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-11-18T19:38:35.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-18T19:38:35.070Z] d10b40abc698: Preparing [2020-11-18T19:38:35.070Z] 19d37afcffbc: Preparing [2020-11-18T19:38:35.070Z] 2fc6d8dc10d2: Preparing [2020-11-18T19:38:35.070Z] ace0eda3e3be: Preparing [2020-11-18T19:38:35.070Z] 2fc6d8dc10d2: Layer already exists [2020-11-18T19:38:35.070Z] ace0eda3e3be: Layer already exists [2020-11-18T19:38:35.070Z] d10b40abc698: Layer already exists [2020-11-18T19:38:35.070Z] 19d37afcffbc: Layer already exists [2020-11-18T19:38:35.070Z] latest: digest: sha256:06e37f67bcc05473bc045f95da8252256a160ff48dacc732dc7ee8814cc03be5 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:35.384Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:35.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.0 [2020-11-18T19:38:35.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-18T19:38:35.695Z] d10b40abc698: Preparing [2020-11-18T19:38:35.695Z] 19d37afcffbc: Preparing [2020-11-18T19:38:35.695Z] 2fc6d8dc10d2: Preparing [2020-11-18T19:38:35.695Z] ace0eda3e3be: Preparing [2020-11-18T19:38:35.695Z] d10b40abc698: Layer already exists [2020-11-18T19:38:35.695Z] 2fc6d8dc10d2: Layer already exists [2020-11-18T19:38:35.695Z] 19d37afcffbc: Layer already exists [2020-11-18T19:38:35.695Z] ace0eda3e3be: Layer already exists [2020-11-18T19:38:35.695Z] 1.2.0: digest: sha256:06e37f67bcc05473bc045f95da8252256a160ff48dacc732dc7ee8814cc03be5 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:36.014Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:36.211Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T19:38:36.211Z] 8529a6b9a6be: Download complete [2020-11-18T19:38:36.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:38:36.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-18T19:38:36.322Z] d10b40abc698: Preparing [2020-11-18T19:38:36.322Z] 19d37afcffbc: Preparing [2020-11-18T19:38:36.322Z] 2fc6d8dc10d2: Preparing [2020-11-18T19:38:36.322Z] ace0eda3e3be: Preparing [2020-11-18T19:38:36.322Z] ace0eda3e3be: Layer already exists [2020-11-18T19:38:36.322Z] d10b40abc698: Layer already exists [2020-11-18T19:38:36.322Z] 2fc6d8dc10d2: Layer already exists [2020-11-18T19:38:36.322Z] 19d37afcffbc: Layer already exists [2020-11-18T19:38:36.322Z] cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0: digest: sha256:06e37f67bcc05473bc045f95da8252256a160ff48dacc732dc7ee8814cc03be5 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:36.639Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:38:36.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-11-18T19:38:36.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-18T19:38:36.946Z] d10b40abc698: Preparing [2020-11-18T19:38:36.946Z] 19d37afcffbc: Preparing [2020-11-18T19:38:36.946Z] 2fc6d8dc10d2: Preparing [2020-11-18T19:38:36.946Z] ace0eda3e3be: Preparing [2020-11-18T19:38:36.946Z] d10b40abc698: Layer already exists [2020-11-18T19:38:36.946Z] ace0eda3e3be: Layer already exists [2020-11-18T19:38:36.946Z] 2fc6d8dc10d2: Layer already exists [2020-11-18T19:38:36.946Z] 19d37afcffbc: Layer already exists [2020-11-18T19:38:36.946Z] master: digest: sha256:06e37f67bcc05473bc045f95da8252256a160ff48dacc732dc7ee8814cc03be5 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:38:37.172Z] ===================================================== [Pipeline] echo [2020-11-18T19:38:37.234Z] taggedImages: [2020-11-18T19:38:37.234Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:38:37.234Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-11-18T19:38:37.234Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.0 [2020-11-18T19:38:37.234Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:38:37.234Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-18T19:38:46.396Z] 8529a6b9a6be: Pull complete [2020-11-18T19:38:46.396Z] 45590311c82a: Pull complete [2020-11-18T19:38:46.396Z] 69ca0ff8b7b3: Pull complete [2020-11-18T19:38:49.809Z] 209524e5b208: Pull complete [2020-11-18T19:38:49.809Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T19:38:49.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T19:38:49.809Z] ---> 5bddaf1c2fca [2020-11-18T19:38:49.809Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T19:38:53.230Z] ---> Running in 284f5da8e868 [2020-11-18T19:38:53.510Z] Removing intermediate container 284f5da8e868 [2020-11-18T19:38:53.510Z] ---> 8b79689333d5 [2020-11-18T19:38:53.510Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:38:53.791Z] ---> Running in c488ae546b08 [2020-11-18T19:38:54.069Z] Removing intermediate container c488ae546b08 [2020-11-18T19:38:54.070Z] ---> 3e1c25132c95 [2020-11-18T19:38:54.070Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T19:38:54.346Z] ---> Running in 0d5d8fbad0e3 [2020-11-18T19:38:54.951Z] Removing intermediate container 0d5d8fbad0e3 [2020-11-18T19:38:54.951Z] ---> c3a72efaf456 [2020-11-18T19:38:54.951Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:38:54.951Z] ---> Running in dd3d0fd47fce [2020-11-18T19:38:57.599Z] Removing intermediate container dd3d0fd47fce [2020-11-18T19:38:57.599Z] ---> 14aaf6fb08f1 [2020-11-18T19:38:57.599Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:38:57.599Z] ---> Running in 2a426bfcb593 [2020-11-18T19:38:59.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:39:00.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:39:02.439Z] OK: 142 MiB in 39 packages [2020-11-18T19:39:03.045Z] Removing intermediate container 2a426bfcb593 [2020-11-18T19:39:03.045Z] ---> 11ce52a3bc53 [2020-11-18T19:39:03.045Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-18T19:39:03.317Z] ---> Running in 88d7124ee4d7 [2020-11-18T19:39:03.910Z] Removing intermediate container 88d7124ee4d7 [2020-11-18T19:39:03.910Z] ---> 5a6b0f0b41ff [2020-11-18T19:39:03.910Z] Step 9/10 : COPY . . [2020-11-18T19:39:04.516Z] ---> c54b54b2489d [2020-11-18T19:39:04.517Z] Step 10/10 : RUN go mod download [2020-11-18T19:39:04.517Z] ---> Running in ec4b152cdb42 [2020-11-18T19:39:31.336Z] Removing intermediate container ec4b152cdb42 [2020-11-18T19:39:31.336Z] ---> 19e04b6e6c56 [2020-11-18T19:39:31.336Z] Successfully built 19e04b6e6c56 [2020-11-18T19:39:31.336Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:31.687Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:39:31.687Z] . [Pipeline] withDockerContainer [2020-11-18T19:39:32.007Z] prd-ubuntu18.04-docker-arm64-4c-16g-12581 does not seem to be running inside a container [2020-11-18T19:39:32.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/27 -v /w/workspace/device-rest-go/27:/w/workspace/device-rest-go/27:rw,z -v /w/workspace/device-rest-go/27@tmp:/w/workspace/device-rest-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:39:34.096Z] $ docker top 4719be3e9cec232cf99ffb7f3927074d3bcca7f055adaadde5669d6af756be25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:39:35.538Z] + go version [2020-11-18T19:39:35.538Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-18T19:39:35.567Z] $ docker stop --time=1 4719be3e9cec232cf99ffb7f3927074d3bcca7f055adaadde5669d6af756be25 [2020-11-18T19:39:37.421Z] $ docker rm -f 4719be3e9cec232cf99ffb7f3927074d3bcca7f055adaadde5669d6af756be25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:39:38.676Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T19:39:38.676Z] . [Pipeline] withDockerContainer [2020-11-18T19:39:38.940Z] prd-ubuntu18.04-docker-arm64-4c-16g-12581 does not seem to be running inside a container [2020-11-18T19:39:39.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/27 -v /w/workspace/device-rest-go/27:/w/workspace/device-rest-go/27:rw,z -v /w/workspace/device-rest-go/27@tmp:/w/workspace/device-rest-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-18T19:39:41.058Z] $ docker top 85e4a87a71dc811826b7e3b4513b68dc427e04e9997a3e08d28716f71d0c5bfb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:39:42.526Z] + make test [2020-11-18T19:39:42.526Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-18T19:39:43.974Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-18T19:40:31.036Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-18T19:40:31.036Z] ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 56.3% of statements [2020-11-18T19:40:31.036Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T19:40:31.036Z] gofmt -l . [2020-11-18T19:40:31.036Z] [ "`gofmt -l .`" = "" ] [2020-11-18T19:40:31.310Z] ./bin/test-go-mod-tidy.sh [2020-11-18T19:40:31.591Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-18T19:40:32.610Z] $ docker stop --time=1 85e4a87a71dc811826b7e3b4513b68dc427e04e9997a3e08d28716f71d0c5bfb [2020-11-18T19:40:34.979Z] $ docker rm -f 85e4a87a71dc811826b7e3b4513b68dc427e04e9997a3e08d28716f71d0c5bfb [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T19:40:35.922Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T19:40:35.943Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T19:40:36.774Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T19:40:37.596Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T19:40:38.001Z] + ls -al . [2020-11-18T19:40:38.001Z] total 124 [2020-11-18T19:40:38.001Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 19:40 . [2020-11-18T19:40:38.001Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:38 .. [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 18 19:38 .dockerignore [2020-11-18T19:40:38.001Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 19:38 .git [2020-11-18T19:40:38.001Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:38 .github [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 339 Nov 18 19:38 .gitignore [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 5294 Nov 18 19:38 Attribution.txt [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 18 19:38 Dockerfile [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 989 Nov 18 19:38 Dockerfile.build [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 18 19:38 Jenkinsfile [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 19:38 LICENSE [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 18 19:38 Makefile [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 5917 Nov 18 19:38 README.md [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 19:35 VERSION [2020-11-18T19:40:38.001Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:38 bin [2020-11-18T19:40:38.001Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:38 cmd [2020-11-18T19:40:38.001Z] -rw-r--r-- 1 jenkins jenkins 9369 Nov 18 19:40 coverage.out [2020-11-18T19:40:38.001Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:40 driver [2020-11-18T19:40:38.001Z] -rw-r--r-- 1 jenkins jenkins 267 Nov 18 19:40 go.mod [2020-11-18T19:40:38.001Z] -rw-r--r-- 1 jenkins jenkins 13790 Nov 18 19:40 go.sum [2020-11-18T19:40:38.001Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:38 snap [2020-11-18T19:40:38.001Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 18 19:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:40:38.397Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=cbc1fb126fca16d22f986b5cd5c305caa6710614 --label arch=arm64 --label version=1.2.0 . [2020-11-18T19:40:38.397Z] Sending build context to Docker daemon 91.65kB [2020-11-18T19:40:39.000Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-18T19:40:39.000Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-18T19:40:39.000Z] ---> 19e04b6e6c56 [2020-11-18T19:40:39.000Z] Step 3/25 : ARG MAKE='make build' [2020-11-18T19:40:39.000Z] ---> Running in 5601418bd78a [2020-11-18T19:40:39.598Z] Removing intermediate container 5601418bd78a [2020-11-18T19:40:39.598Z] ---> 0b56c9f76d1e [2020-11-18T19:40:39.598Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-18T19:40:39.598Z] ---> Running in aa5615d61bed [2020-11-18T19:40:40.200Z] Removing intermediate container aa5615d61bed [2020-11-18T19:40:40.200Z] ---> a7f2cb2ab957 [2020-11-18T19:40:40.200Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T19:40:40.200Z] ---> Running in d33afa2b296e [2020-11-18T19:40:40.801Z] Removing intermediate container d33afa2b296e [2020-11-18T19:40:40.801Z] ---> 82055d048522 [2020-11-18T19:40:40.801Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T19:40:40.801Z] ---> Running in 7e0f4f7d650c [2020-11-18T19:40:43.418Z] Removing intermediate container 7e0f4f7d650c [2020-11-18T19:40:43.418Z] ---> cffc6269e87f [2020-11-18T19:40:43.418Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T19:40:43.418Z] ---> Running in d5118d5721fa [2020-11-18T19:40:44.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:45.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T19:40:46.135Z] OK: 142 MiB in 39 packages [2020-11-18T19:40:47.119Z] Removing intermediate container d5118d5721fa [2020-11-18T19:40:47.119Z] ---> b7143b8385d9 [2020-11-18T19:40:47.119Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-18T19:40:47.391Z] ---> Running in 1bb12c0a2f1c [2020-11-18T19:40:47.990Z] Removing intermediate container 1bb12c0a2f1c [2020-11-18T19:40:47.990Z] ---> 48918d7a1b1c [2020-11-18T19:40:47.990Z] Step 9/25 : COPY go.mod . [2020-11-18T19:40:48.586Z] ---> ad80e1e2c1f7 [2020-11-18T19:40:48.586Z] Step 10/25 : COPY Makefile . [2020-11-18T19:40:49.183Z] ---> e5e50d48839c [2020-11-18T19:40:49.183Z] Step 11/25 : RUN make update [2020-11-18T19:40:49.460Z] ---> Running in f2fbf6afa899 [2020-11-18T19:40:50.902Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-18T19:40:52.342Z] Removing intermediate container f2fbf6afa899 [2020-11-18T19:40:52.342Z] ---> d39bcbe921de [2020-11-18T19:40:52.342Z] Step 12/25 : COPY . . [2020-11-18T19:40:52.937Z] ---> 0f3ef8e7da1b [2020-11-18T19:40:52.937Z] Step 13/25 : RUN $MAKE [2020-11-18T19:40:53.220Z] ---> Running in db407fbb1ce9 [2020-11-18T19:40:54.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.0" -o cmd/device-rest-go ./cmd [2020-11-18T19:41:27.062Z] Removing intermediate container db407fbb1ce9 [2020-11-18T19:41:27.062Z] ---> b6771246fdba [2020-11-18T19:41:27.062Z] Step 14/25 : FROM alpine:latest [2020-11-18T19:41:27.062Z] latest: Pulling from library/alpine [2020-11-18T19:41:27.062Z] 5f621e34cdf4: Pulling fs layer [2020-11-18T19:41:27.062Z] 5f621e34cdf4: Verifying Checksum [2020-11-18T19:41:27.062Z] 5f621e34cdf4: Download complete [2020-11-18T19:41:27.333Z] 5f621e34cdf4: Pull complete [2020-11-18T19:41:27.333Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T19:41:27.333Z] Status: Downloaded newer image for alpine:latest [2020-11-18T19:41:27.333Z] ---> 2e77e061c27f [2020-11-18T19:41:27.333Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-18T19:41:27.606Z] ---> Running in 52613f5fee0c [2020-11-18T19:41:28.202Z] Removing intermediate container 52613f5fee0c [2020-11-18T19:41:28.202Z] ---> 784339a4df3e [2020-11-18T19:41:28.202Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-18T19:41:28.202Z] ---> Running in 6eefa2879861 [2020-11-18T19:41:28.799Z] Removing intermediate container 6eefa2879861 [2020-11-18T19:41:28.799Z] ---> 273eae6af8ee [2020-11-18T19:41:28.799Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-18T19:41:29.393Z] ---> 46d2eb36ae78 [2020-11-18T19:41:29.393Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-18T19:41:29.996Z] ---> 363d0daa7da6 [2020-11-18T19:41:29.996Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-18T19:41:31.976Z] ---> 5f7b31bd1799 [2020-11-18T19:41:31.976Z] Step 20/25 : EXPOSE 49986 [2020-11-18T19:41:31.976Z] ---> Running in 41675fabfb5d [2020-11-18T19:41:32.250Z] Removing intermediate container 41675fabfb5d [2020-11-18T19:41:32.251Z] ---> 768d0c42bda4 [2020-11-18T19:41:32.251Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-18T19:41:32.251Z] ---> Running in b195ae06957b [2020-11-18T19:41:32.845Z] Removing intermediate container b195ae06957b [2020-11-18T19:41:32.845Z] ---> 00a68acc6186 [2020-11-18T19:41:32.845Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-18T19:41:32.845Z] ---> Running in adf74cd1be27 [2020-11-18T19:41:33.451Z] Removing intermediate container adf74cd1be27 [2020-11-18T19:41:33.451Z] ---> 7342c61bcf1a [2020-11-18T19:41:33.451Z] Step 23/25 : LABEL arch=arm64 [2020-11-18T19:41:33.451Z] ---> Running in c3dc1262c1b3 [2020-11-18T19:41:34.050Z] Removing intermediate container c3dc1262c1b3 [2020-11-18T19:41:34.050Z] ---> 3350f4b50eea [2020-11-18T19:41:34.050Z] Step 24/25 : LABEL git_sha=cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:41:34.050Z] ---> Running in d5cf9a581a02 [2020-11-18T19:41:34.647Z] Removing intermediate container d5cf9a581a02 [2020-11-18T19:41:34.647Z] ---> 988f2bff5df1 [2020-11-18T19:41:34.647Z] Step 25/25 : LABEL version=1.2.0 [2020-11-18T19:41:34.647Z] ---> Running in 0ec5e6fc3205 [2020-11-18T19:41:35.249Z] Removing intermediate container 0ec5e6fc3205 [2020-11-18T19:41:35.249Z] ---> d04e561b6bb4 [2020-11-18T19:41:35.249Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T19:41:35.249Z] Successfully built d04e561b6bb4 [2020-11-18T19:41:35.249Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T19:41:35.681Z] provisioning config files... [2020-11-18T19:41:35.716Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/27@tmp/config5477556901322171034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:41:36.126Z] ---> docker-login.sh [2020-11-18T19:41:36.126Z] nexus3.edgexfoundry.org:10001 [2020-11-18T19:41:36.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:36.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:36.675Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:36.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:36.675Z] [2020-11-18T19:41:36.675Z] Login Succeeded [2020-11-18T19:41:36.675Z] nexus3.edgexfoundry.org:10002 [2020-11-18T19:41:37.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:37.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:37.283Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:37.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:37.283Z] [2020-11-18T19:41:37.283Z] Login Succeeded [2020-11-18T19:41:37.283Z] nexus3.edgexfoundry.org:10003 [2020-11-18T19:41:37.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:38.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:38.159Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:38.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:38.159Z] [2020-11-18T19:41:38.159Z] Login Succeeded [2020-11-18T19:41:38.159Z] nexus3.edgexfoundry.org:10004 [2020-11-18T19:41:38.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:38.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:38.715Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:38.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:38.715Z] [2020-11-18T19:41:38.715Z] Login Succeeded [2020-11-18T19:41:38.715Z] docker.io [2020-11-18T19:41:39.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T19:41:39.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T19:41:39.588Z] Configure a credential helper to remove this warning. See [2020-11-18T19:41:39.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T19:41:39.588Z] [2020-11-18T19:41:39.588Z] Login Succeeded [2020-11-18T19:41:39.588Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T19:41:39.607Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:41:39.842Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-11-18T19:41:39.842Z] cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:41:39.842Z] latest [2020-11-18T19:41:39.842Z] 1.2.0 [2020-11-18T19:41:39.842Z] cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:41:39.842Z] master [2020-11-18T19:41:39.842Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:40.397Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:40.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:41:40.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-18T19:41:40.753Z] ed1127f46f44: Preparing [2020-11-18T19:41:40.753Z] ca3ab80624c9: Preparing [2020-11-18T19:41:40.753Z] 21a0ac159535: Preparing [2020-11-18T19:41:40.753Z] cd3761cfa1d9: Preparing [2020-11-18T19:41:41.027Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:41:41.027Z] ca3ab80624c9: Pushed [2020-11-18T19:41:41.027Z] 21a0ac159535: Pushed [2020-11-18T19:41:44.440Z] ed1127f46f44: Pushed [2020-11-18T19:41:44.440Z] cbc1fb126fca16d22f986b5cd5c305caa6710614: digest: sha256:cd44507cb35d4401f63a3bde0ad4ff2f9381452ef3e170805eac5a6df0c6d76e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:44.798Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:45.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-11-18T19:41:45.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-18T19:41:45.146Z] ed1127f46f44: Preparing [2020-11-18T19:41:45.146Z] ca3ab80624c9: Preparing [2020-11-18T19:41:45.146Z] 21a0ac159535: Preparing [2020-11-18T19:41:45.146Z] cd3761cfa1d9: Preparing [2020-11-18T19:41:45.423Z] ca3ab80624c9: Layer already exists [2020-11-18T19:41:45.423Z] 21a0ac159535: Layer already exists [2020-11-18T19:41:45.423Z] ed1127f46f44: Layer already exists [2020-11-18T19:41:45.423Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:41:45.423Z] latest: digest: sha256:cd44507cb35d4401f63a3bde0ad4ff2f9381452ef3e170805eac5a6df0c6d76e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:45.782Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:46.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.0 [2020-11-18T19:41:46.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-18T19:41:46.138Z] ed1127f46f44: Preparing [2020-11-18T19:41:46.138Z] ca3ab80624c9: Preparing [2020-11-18T19:41:46.138Z] 21a0ac159535: Preparing [2020-11-18T19:41:46.138Z] cd3761cfa1d9: Preparing [2020-11-18T19:41:46.415Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:41:46.415Z] 21a0ac159535: Layer already exists [2020-11-18T19:41:46.415Z] ca3ab80624c9: Layer already exists [2020-11-18T19:41:46.415Z] ed1127f46f44: Layer already exists [2020-11-18T19:41:46.415Z] 1.2.0: digest: sha256:cd44507cb35d4401f63a3bde0ad4ff2f9381452ef3e170805eac5a6df0c6d76e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:46.777Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:47.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:41:47.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-18T19:41:47.127Z] ed1127f46f44: Preparing [2020-11-18T19:41:47.127Z] ca3ab80624c9: Preparing [2020-11-18T19:41:47.127Z] 21a0ac159535: Preparing [2020-11-18T19:41:47.127Z] cd3761cfa1d9: Preparing [2020-11-18T19:41:47.402Z] ca3ab80624c9: Layer already exists [2020-11-18T19:41:47.402Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:41:47.402Z] ed1127f46f44: Layer already exists [2020-11-18T19:41:47.402Z] 21a0ac159535: Layer already exists [2020-11-18T19:41:47.402Z] cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0: digest: sha256:cd44507cb35d4401f63a3bde0ad4ff2f9381452ef3e170805eac5a6df0c6d76e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:47.754Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:48.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-11-18T19:41:48.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-18T19:41:48.411Z] ed1127f46f44: Preparing [2020-11-18T19:41:48.411Z] ca3ab80624c9: Preparing [2020-11-18T19:41:48.411Z] 21a0ac159535: Preparing [2020-11-18T19:41:48.411Z] cd3761cfa1d9: Preparing [2020-11-18T19:41:48.411Z] ca3ab80624c9: Layer already exists [2020-11-18T19:41:48.411Z] 21a0ac159535: Layer already exists [2020-11-18T19:41:48.411Z] ed1127f46f44: Layer already exists [2020-11-18T19:41:48.411Z] cd3761cfa1d9: Layer already exists [2020-11-18T19:41:48.411Z] master: digest: sha256:cd44507cb35d4401f63a3bde0ad4ff2f9381452ef3e170805eac5a6df0c6d76e size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-18T19:41:48.702Z] ===================================================== [Pipeline] echo [2020-11-18T19:41:48.761Z] taggedImages: [2020-11-18T19:41:48.761Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614 [2020-11-18T19:41:48.761Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-11-18T19:41:48.761Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.0 [2020-11-18T19:41:48.761Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:cbc1fb126fca16d22f986b5cd5c305caa6710614-1.2.0 [2020-11-18T19:41:48.761Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-18T19:41:50.198Z] provisioning config files... [2020-11-18T19:41:50.212Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8378533027866063687tmp [Pipeline] { [Pipeline] sh [2020-11-18T19:41:50.615Z] + set +x [2020-11-18T19:41:50.615Z] + curl -s https://codecov.io/bash [2020-11-18T19:41:50.615Z] + bash -s -- [2020-11-18T19:41:50.879Z] [2020-11-18T19:41:50.879Z] _____ _ [2020-11-18T19:41:50.879Z] / ____| | | [2020-11-18T19:41:50.879Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T19:41:50.879Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T19:41:50.879Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T19:41:50.879Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T19:41:50.879Z] Bash-20201116-eea08d9 [2020-11-18T19:41:50.879Z] [2020-11-18T19:41:50.879Z] [2020-11-18T19:41:50.879Z] ==> Jenkins CI detected. [2020-11-18T19:41:50.879Z] project root: . [2020-11-18T19:41:50.879Z] --> token set from env [2020-11-18T19:41:50.879Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T19:41:50.879Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T19:41:50.879Z] ==> Python coveragepy not found [2020-11-18T19:41:50.879Z] ==> Searching for coverage reports in: [2020-11-18T19:41:50.879Z] + . [2020-11-18T19:41:50.879Z] -> Found 1 reports [2020-11-18T19:41:50.879Z] ==> Detecting git/mercurial file structure [2020-11-18T19:41:50.879Z] ==> Reading reports [2020-11-18T19:41:50.879Z] + ./coverage.out bytes=9369 [2020-11-18T19:41:50.879Z] ==> Appending adjustments [2020-11-18T19:41:50.879Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T19:41:50.879Z] + Found adjustments [2020-11-18T19:41:50.879Z] ==> Gzipping contents [2020-11-18T19:41:50.879Z] ==> Uploading reports [2020-11-18T19:41:50.879Z] url: https://codecov.io [2020-11-18T19:41:50.879Z] query: branch=master&commit=cbc1fb126fca16d22f986b5cd5c305caa6710614&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:41:50.879Z] -> Pinging Codecov [2020-11-18T19:41:50.879Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=cbc1fb126fca16d22f986b5cd5c305caa6710614&build=27&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F27%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-18T19:41:51.836Z] -> Uploading to [2020-11-18T19:41:51.837Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-18/4E5D53B4F1F92C436F7061BF334D961C/cbc1fb126fca16d22f986b5cd5c305caa6710614/0104b16f-2509-4b9e-bb27-4932bc8dab76.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T194151Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb9cbcfd0230e7472c365c60df4f6b39e9763b52acafbd3fe7bd8b6e5f9f42ae [2020-11-18T19:41:51.837Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T19:41:51.837Z] Dload Upload Total Spent Left Speed [2020-11-18T19:41:52.102Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1706 0 0 100 1706 0 4385 --:--:-- --:--:-- --:--:-- 4396 [2020-11-18T19:41:52.102Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] } [2020-11-18T19:41:52.114Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-18T19:41:52.672Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-18T19:41:52.726Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:53.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:41:53.347Z] [2020-11-18T19:41:53.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:41:53.715Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:41:53.715Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-18T19:41:53.715Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T19:41:53.715Z] 0ef7d3d256c8: Pulling fs layer [2020-11-18T19:41:53.715Z] de9db76c5a1d: Pulling fs layer [2020-11-18T19:41:53.715Z] 0eba1c9be4d2: Pulling fs layer [2020-11-18T19:41:53.715Z] 0d57e429df01: Pulling fs layer [2020-11-18T19:41:53.715Z] 4e4be7b47b0d: Pulling fs layer [2020-11-18T19:41:53.715Z] e1f770b5df2f: Pulling fs layer [2020-11-18T19:41:53.715Z] 85a0685a4137: Pulling fs layer [2020-11-18T19:41:53.715Z] 0d57e429df01: Waiting [2020-11-18T19:41:53.715Z] 4e4be7b47b0d: Waiting [2020-11-18T19:41:53.715Z] e1f770b5df2f: Waiting [2020-11-18T19:41:53.715Z] 0eba1c9be4d2: Waiting [2020-11-18T19:41:53.715Z] 85a0685a4137: Waiting [2020-11-18T19:41:53.715Z] de9db76c5a1d: Verifying Checksum [2020-11-18T19:41:53.715Z] de9db76c5a1d: Download complete [2020-11-18T19:41:53.715Z] 0ef7d3d256c8: Verifying Checksum [2020-11-18T19:41:53.715Z] 0ef7d3d256c8: Download complete [2020-11-18T19:41:53.715Z] 0d57e429df01: Verifying Checksum [2020-11-18T19:41:53.715Z] 0d57e429df01: Download complete [2020-11-18T19:41:53.715Z] 4e4be7b47b0d: Verifying Checksum [2020-11-18T19:41:53.715Z] 4e4be7b47b0d: Download complete [2020-11-18T19:41:53.715Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T19:41:53.715Z] 188c0c94c7c5: Download complete [2020-11-18T19:41:54.300Z] 188c0c94c7c5: Pull complete [2020-11-18T19:41:54.563Z] 0ef7d3d256c8: Pull complete [2020-11-18T19:41:54.563Z] de9db76c5a1d: Pull complete [2020-11-18T19:41:55.528Z] e1f770b5df2f: Verifying Checksum [2020-11-18T19:41:55.528Z] e1f770b5df2f: Download complete [2020-11-18T19:41:58.115Z] 85a0685a4137: Verifying Checksum [2020-11-18T19:41:58.115Z] 85a0685a4137: Download complete [2020-11-18T19:41:58.115Z] 0eba1c9be4d2: Verifying Checksum [2020-11-18T19:41:58.115Z] 0eba1c9be4d2: Download complete [2020-11-18T19:42:03.490Z] 0eba1c9be4d2: Pull complete [2020-11-18T19:42:03.490Z] 0d57e429df01: Pull complete [2020-11-18T19:42:03.756Z] 4e4be7b47b0d: Pull complete [2020-11-18T19:42:06.321Z] e1f770b5df2f: Pull complete [2020-11-18T19:42:14.536Z] 85a0685a4137: Pull complete [2020-11-18T19:42:14.536Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-18T19:42:14.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:42:14.536Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-18T19:42:14.799Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:42:14.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:42:16.086Z] $ docker top 1cd84505377832c316c7e53195ed86748133295706c815b1e8f8661a0ce110cc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-18T19:42:16.419Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-18T19:42:16.725Z] + set -o pipefail [2020-11-18T19:42:16.725Z] + snyk monitor '--org=edgex-jenkins' [2020-11-18T19:42:23.373Z] [2020-11-18T19:42:23.373Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-11-18T19:42:23.373Z] [2020-11-18T19:42:23.373Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/451c5000-dd31-4dab-983c-777d21b2cd37 [2020-11-18T19:42:23.373Z] [2020-11-18T19:42:23.373Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-18T19:42:23.373Z] [2020-11-18T19:42:23.373Z] [2020-11-18T19:42:23.373Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-11-18T19:42:23.373Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-11-18T19:42:23.390Z] $ docker stop --time=1 1cd84505377832c316c7e53195ed86748133295706c815b1e8f8661a0ce110cc [2020-11-18T19:42:26.687Z] $ docker rm -f 1cd84505377832c316c7e53195ed86748133295706c815b1e8f8661a0ce110cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-18T19:42:27.637Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614, dockerFile=Dockerfile [Pipeline] echo [2020-11-18T19:42:27.641Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-18T19:42:27.947Z] + set -o pipefail [2020-11-18T19:42:27.947Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-18T19:42:27.947Z] + tee .snyk [2020-11-18T19:42:28.215Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-18T19:42:28.215Z] version: v1.14.1 [2020-11-18T19:42:28.215Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-18T19:42:28.215Z] ignore: [2020-11-18T19:42:28.215Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-11-18T19:42:28.215Z] - '*': [2020-11-18T19:42:28.215Z] reason: does not apply # justification for ignoring [2020-11-18T19:42:28.215Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-11-18T19:42:28.215Z] SNYK-ALPINE312-JQ-588886: [2020-11-18T19:42:28.215Z] - '*': [2020-11-18T19:42:28.215Z] reason: false positive [2020-11-18T19:42:28.215Z] expires: 2021-01-01T00:00:00 [2020-11-18T19:42:28.215Z] # patch: {} [Pipeline] withCredentials [2020-11-18T19:42:28.304Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:28.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-18T19:42:28.645Z] . [Pipeline] withDockerContainer [2020-11-18T19:42:28.768Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:42:28.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-18T19:42:29.859Z] $ docker top 91ab4a6b8992ad461432f5dfe8d843366cd8da99495419ca390e23bff0ee7b5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:42:30.481Z] + rm -f snykReport.html [Pipeline] echo [2020-11-18T19:42:30.497Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-18T19:42:30.846Z] + set -o pipefail [2020-11-18T19:42:30.846Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-rest-go:cbc1fb126fca16d22f986b5cd5c305caa6710614 '--file=./Dockerfile'+ '--severity-threshold=high' '--policy-path=./.snyk'snyk-to-html --json -o [2020-11-18T19:42:30.846Z] snykReport.html [2020-11-18T19:42:39.060Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-18T19:42:39.079Z] $ docker stop --time=1 91ab4a6b8992ad461432f5dfe8d843366cd8da99495419ca390e23bff0ee7b5e [2020-11-18T19:42:40.602Z] $ docker rm -f 91ab4a6b8992ad461432f5dfe8d843366cd8da99495419ca390e23bff0ee7b5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-18T19:42:42.263Z] + git log --format=format:%s -1 cbc1fb126fca16d22f986b5cd5c305caa6710614 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:42.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:42:42.573Z] . [Pipeline] withDockerContainer [2020-11-18T19:42:42.690Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:42:42.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:42:43.507Z] $ docker top 0dfaf5883c79031768755dda0206bc71b87e9db2c62bdca0f4656b3905e337a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:42:43.753Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.1.3-dev.10|v1.2.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:42:44.266Z] + git semver [Pipeline] } [2020-11-18T19:42:44.320Z] $ docker stop --time=1 0dfaf5883c79031768755dda0206bc71b87e9db2c62bdca0f4656b3905e337a6 [2020-11-18T19:42:45.737Z] $ docker rm -f 0dfaf5883c79031768755dda0206bc71b87e9db2c62bdca0f4656b3905e337a6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:46.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:42:46.452Z] [2020-11-18T19:42:46.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:42:46.814Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:42:46.814Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-18T19:42:46.814Z] ab5ef0e58194: Pulling fs layer [2020-11-18T19:42:46.814Z] 9712f1f96733: Pulling fs layer [2020-11-18T19:42:46.814Z] 63f879dbbcfc: Pulling fs layer [2020-11-18T19:42:46.814Z] 0d9ebad4ef96: Pulling fs layer [2020-11-18T19:42:46.814Z] e9a5061849ea: Pulling fs layer [2020-11-18T19:42:46.814Z] d747dcd14b5f: Pulling fs layer [2020-11-18T19:42:46.814Z] 2de7ff778b66: Pulling fs layer [2020-11-18T19:42:46.814Z] d747dcd14b5f: Waiting [2020-11-18T19:42:46.814Z] 0d9ebad4ef96: Waiting [2020-11-18T19:42:46.814Z] e9a5061849ea: Waiting [2020-11-18T19:42:46.814Z] 2de7ff778b66: Waiting [2020-11-18T19:42:46.814Z] 9712f1f96733: Verifying Checksum [2020-11-18T19:42:46.814Z] 9712f1f96733: Download complete [2020-11-18T19:42:48.757Z] 63f879dbbcfc: Verifying Checksum [2020-11-18T19:42:48.757Z] 63f879dbbcfc: Download complete [2020-11-18T19:42:49.021Z] e9a5061849ea: Verifying Checksum [2020-11-18T19:42:49.021Z] e9a5061849ea: Download complete [2020-11-18T19:42:49.021Z] d747dcd14b5f: Verifying Checksum [2020-11-18T19:42:49.021Z] d747dcd14b5f: Download complete [2020-11-18T19:42:49.606Z] 0d9ebad4ef96: Verifying Checksum [2020-11-18T19:42:49.606Z] 0d9ebad4ef96: Download complete [2020-11-18T19:42:49.606Z] 2de7ff778b66: Verifying Checksum [2020-11-18T19:42:49.606Z] 2de7ff778b66: Download complete [2020-11-18T19:42:49.871Z] ab5ef0e58194: Verifying Checksum [2020-11-18T19:42:49.871Z] ab5ef0e58194: Download complete [2020-11-18T19:42:54.132Z] ab5ef0e58194: Pull complete [2020-11-18T19:42:54.132Z] 9712f1f96733: Pull complete [2020-11-18T19:42:56.706Z] 63f879dbbcfc: Pull complete [2020-11-18T19:43:09.015Z] 0d9ebad4ef96: Pull complete [2020-11-18T19:43:09.015Z] e9a5061849ea: Pull complete [2020-11-18T19:43:09.015Z] d747dcd14b5f: Pull complete [2020-11-18T19:43:09.281Z] 2de7ff778b66: Pull complete [2020-11-18T19:43:09.281Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-18T19:43:09.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-18T19:43:09.281Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-18T19:43:09.520Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:43:09.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-18T19:43:13.816Z] $ docker top 86301aecf6e746d618fe5e495aaa70ccb0e21f52725cfcf370849e8d5755f148 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:43:14.073Z] provisioning config files... [2020-11-18T19:43:14.095Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config739202167677592893tmp [2020-11-18T19:43:14.121Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7216020385207213806tmp [2020-11-18T19:43:14.148Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config398434459639000345tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:43:14.234Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:14.545Z] ---> sigul-configuration.sh [2020-11-18T19:43:14.545Z] gpg: directory `/root/.gnupg' created [2020-11-18T19:43:14.545Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-18T19:43:14.545Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-18T19:43:14.545Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-18T19:43:14.545Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-18T19:43:14.545Z] gpg: CAST5 encrypted data [2020-11-18T19:43:14.809Z] gpg: encrypted with 1 passphrase [2020-11-18T19:43:14.809Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-18T19:43:15.124Z] + mkdir /home/jenkins [2020-11-18T19:43:15.124Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-18T19:43:15.493Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-18T19:43:15.506Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:15.818Z] ---> sigul-install.sh [2020-11-18T19:43:21.165Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-18T19:43:21.471Z] + git tag --list [2020-11-18T19:43:21.472Z] v1.0.0 [2020-11-18T19:43:21.472Z] v1.1.0 [2020-11-18T19:43:21.472Z] v1.1.1 [2020-11-18T19:43:21.472Z] v1.1.2 [2020-11-18T19:43:21.472Z] v1.1.2-dev.1 [2020-11-18T19:43:21.472Z] v1.1.2-dev.2 [2020-11-18T19:43:21.472Z] v1.1.3-dev.1 [2020-11-18T19:43:21.472Z] v1.1.3-dev.10 [2020-11-18T19:43:21.472Z] v1.1.3-dev.2 [2020-11-18T19:43:21.472Z] v1.1.3-dev.3 [2020-11-18T19:43:21.472Z] v1.1.3-dev.4 [2020-11-18T19:43:21.472Z] v1.1.3-dev.5 [2020-11-18T19:43:21.472Z] v1.1.3-dev.6 [2020-11-18T19:43:21.472Z] v1.1.3-dev.7 [2020-11-18T19:43:21.472Z] v1.1.3-dev.8 [2020-11-18T19:43:21.472Z] v1.1.3-dev.9 [2020-11-18T19:43:21.472Z] v1.2.0 [Pipeline] sh [2020-11-18T19:43:21.779Z] + lftools sign git-tag v1.2.0 [2020-11-18T19:43:23.179Z] Signing Git tag with Sigul... [2020-11-18T19:43:23.179Z] Signing v1.2.0 [Pipeline] echo [2020-11-18T19:43:24.240Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:24.548Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-18T19:43:24.558Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-18T19:43:24.671Z] $ docker stop --time=1 86301aecf6e746d618fe5e495aaa70ccb0e21f52725cfcf370849e8d5755f148 [2020-11-18T19:43:26.700Z] $ docker rm -f 86301aecf6e746d618fe5e495aaa70ccb0e21f52725cfcf370849e8d5755f148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:27.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:43:27.808Z] . [Pipeline] withDockerContainer [2020-11-18T19:43:27.926Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:43:27.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:43:29.020Z] $ docker top 2971d8cdf6b89fb94e73e607b76ef72b93fd5d9bdd96b7ab5a1e422d7f5ca4c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:43:29.335Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.1.3-dev.10|v1.2.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:43:29.726Z] + git semver [Pipeline] } [2020-11-18T19:43:29.746Z] $ docker stop --time=1 2971d8cdf6b89fb94e73e607b76ef72b93fd5d9bdd96b7ab5a1e422d7f5ca4c7 [2020-11-18T19:43:31.142Z] $ docker rm -f 2971d8cdf6b89fb94e73e607b76ef72b93fd5d9bdd96b7ab5a1e422d7f5ca4c7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:31.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T19:43:31.746Z] . [Pipeline] withDockerContainer [2020-11-18T19:43:31.863Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:43:31.921Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-18T19:43:32.633Z] $ docker top 0ee9fb0c91b8c2cbb0f684ad8709d3003a97c545cf34fadb68c33cf8c1c5b3d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T19:43:32.970Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.1.3-dev.10|v1.2.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T19:43:33.416Z] + git semver [Pipeline] } [2020-11-18T19:43:33.437Z] $ docker stop --time=1 0ee9fb0c91b8c2cbb0f684ad8709d3003a97c545cf34fadb68c33cf8c1c5b3d0 [2020-11-18T19:43:35.133Z] $ docker rm -f 0ee9fb0c91b8c2cbb0f684ad8709d3003a97c545cf34fadb68c33cf8c1c5b3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:36.699Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:43:37.283Z] ---> package-listing.sh [2020-11-18T19:43:37.283Z] ++ facter osfamily [2020-11-18T19:43:37.283Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T19:43:37.283Z] + OS_FAMILY=redhat [2020-11-18T19:43:37.283Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-11-18T19:43:37.283Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T19:43:37.283Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T19:43:37.283Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T19:43:37.283Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T19:43:37.283Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-11-18T19:43:37.283Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T19:43:37.283Z] + case "${OS_FAMILY}" in [2020-11-18T19:43:37.283Z] + rpm -qa [2020-11-18T19:43:37.283Z] + sort [2020-11-18T19:43:41.530Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T19:43:41.530Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T19:43:41.530Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T19:43:41.530Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-11-18T19:43:41.530Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-11-18T19:43:41.530Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo [2020-11-18T19:43:41.543Z] 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-18T19:43:41.849Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:42.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:43:42.161Z] [2020-11-18T19:43:42.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T19:43:42.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:43:42.643Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T19:43:42.643Z] df20fa9351a1: Pulling fs layer [2020-11-18T19:43:42.643Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T19:43:42.643Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T19:43:42.643Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T19:43:42.643Z] 93b61091891f: Pulling fs layer [2020-11-18T19:43:42.643Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T19:43:42.643Z] 5e14af77c1be: Pulling fs layer [2020-11-18T19:43:42.643Z] 01666e4c0597: Pulling fs layer [2020-11-18T19:43:42.643Z] aa168da1d23b: Pulling fs layer [2020-11-18T19:43:42.643Z] 46f8f816bc3b: Waiting [2020-11-18T19:43:42.643Z] 93b61091891f: Waiting [2020-11-18T19:43:42.643Z] 93b9cdb0e59b: Waiting [2020-11-18T19:43:42.643Z] 01666e4c0597: Waiting [2020-11-18T19:43:42.643Z] aa168da1d23b: Waiting [2020-11-18T19:43:42.643Z] 5e14af77c1be: Waiting [2020-11-18T19:43:42.643Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T19:43:42.643Z] 36b3adc4ff6f: Download complete [2020-11-18T19:43:42.643Z] 46f8f816bc3b: Verifying Checksum [2020-11-18T19:43:42.643Z] 46f8f816bc3b: Download complete [2020-11-18T19:43:42.917Z] 93b61091891f: Download complete [2020-11-18T19:43:42.917Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T19:43:42.917Z] 93b9cdb0e59b: Download complete [2020-11-18T19:43:42.917Z] df20fa9351a1: Verifying Checksum [2020-11-18T19:43:42.917Z] 5e14af77c1be: Verifying Checksum [2020-11-18T19:43:42.917Z] 5e14af77c1be: Download complete [2020-11-18T19:43:42.917Z] 01666e4c0597: Verifying Checksum [2020-11-18T19:43:42.917Z] 01666e4c0597: Download complete [2020-11-18T19:43:43.207Z] df20fa9351a1: Pull complete [2020-11-18T19:43:43.508Z] 36b3adc4ff6f: Pull complete [2020-11-18T19:43:43.807Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T19:43:43.807Z] 8ad3a11d3b57: Download complete [2020-11-18T19:43:45.253Z] 8ad3a11d3b57: Pull complete [2020-11-18T19:43:45.253Z] 46f8f816bc3b: Pull complete [2020-11-18T19:43:45.836Z] 93b61091891f: Pull complete [2020-11-18T19:43:46.412Z] aa168da1d23b: Verifying Checksum [2020-11-18T19:43:46.412Z] aa168da1d23b: Download complete [2020-11-18T19:43:47.363Z] 93b9cdb0e59b: Pull complete [2020-11-18T19:43:47.363Z] 5e14af77c1be: Pull complete [2020-11-18T19:43:47.629Z] 01666e4c0597: Pull complete [2020-11-18T19:43:55.848Z] aa168da1d23b: Pull complete [2020-11-18T19:43:55.849Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T19:43:55.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T19:43:55.849Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T19:43:56.106Z] prd-centos7-docker-4c-2g-12568 does not seem to be running inside a container [2020-11-18T19:43:56.169Z] $ 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/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-18T19:43:58.881Z] $ docker top 928912f8aa480bdbde692c3683d85b5df4a7b8a73294cbbfb1192d2b3ea30933 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T19:43:59.384Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T19:43:59.689Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T19:43:59.992Z] + ls /var/log/sa-host [2020-11-18T19:43:59.992Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T19:43:59.993Z] file_magic: OK [2020-11-18T19:43:59.993Z] HZ: Using current value: 100 [2020-11-18T19:43:59.993Z] file_header: OK [2020-11-18T19:43:59.993Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-18T19:43:59.993Z] Statistics: [2020-11-18T19:43:59.993Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:43:59.993Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T19:43:59.993Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T19:43:59.993Z] file_magic: OK [2020-11-18T19:43:59.993Z] HZ: Using current value: 100 [2020-11-18T19:43:59.993Z] file_header: OK [2020-11-18T19:43:59.993Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-18T19:43:59.993Z] Statistics: [2020-11-18T19:43:59.993Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T19:43:59.993Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T19:44:00.229Z] provisioning config files... [2020-11-18T19:44:00.246Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config4607158963511786684tmp [Pipeline] { [Pipeline] echo [2020-11-18T19:44:00.353Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:00.664Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T19:44:00.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T19:44:00.787Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:01.087Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T19:44:01.101Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:01.404Z] ---> sudo-logs.sh [2020-11-18T19:44:01.405Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T19:44:01.416Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:01.728Z] ---> job-cost.sh [2020-11-18T19:44:01.729Z] lf-activate-venv: SKIPPING [2020-11-18T19:44:01.729Z] INFO: No Stack... [2020-11-18T19:44:02.316Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T19:44:02.894Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T19:44:02.911Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T19:44:03.223Z] ---> logs-deploy.sh [2020-11-18T19:44:03.223Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/27 [2020-11-18T19:44:03.223Z] INFO: archiving workspace using pattern(s): [2020-11-18T19:44:05.796Z] Archives upload complete. [2020-11-18T19:44:05.796Z] INFO: archiving logs to Nexus