Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1bfd12592bfcc37ebda2d741922e4b068f28a62 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11761 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 d1bfd12592bfcc37ebda2d741922e4b068f28a62 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 Commit message: "Merge pull request #57 from siggiskulason/fix-snap-version" > git rev-list --no-walk 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T22:42:51.332Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T22:42:51.656Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T22:42:51.754Z] ========================================================= [2020-11-10T22:42:51.754Z] EdgeX Global Pipelines Version Info [2020-11-10T22:42:51.754Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:42:53.719Z] ------------------- [2020-11-10T22:42:53.719Z] stable info: [2020-11-10T22:42:53.719Z] ------------------- [2020-11-10T22:42:53.719Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T22:42:53.719Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T22:42:53.719Z] Message: update stable to v1.0.162 [2020-11-10T22:42:54.295Z] ------------------- [2020-11-10T22:42:54.295Z] experimental info: [2020-11-10T22:42:54.295Z] ------------------- [2020-11-10T22:42:54.295Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T22:42:54.295Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T22:42:54.295Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T22:42:54.650Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-11-10T22:42:54.753Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-11-10T22:42:54.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T22:42:54.938Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T22:42:55.029Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T22:42:55.140Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T22:42:55.250Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T22:42:55.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T22:42:55.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T22:42:55.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T22:42:55.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T22:42:55.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-11-10T22:42:55.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T22:42:55.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T22:42:56.037Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T22:42:56.130Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T22:42:56.222Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T22:42:56.314Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T22:42:56.422Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-10T22:42:56.525Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-10T22:42:56.631Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-10T22:42:56.735Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-10T22:42:56.835Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T22:42:56.932Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T22:42:57.021Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-10T22:42:57.113Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T22:42:57.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-10T22:42:57.364Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-10T22:42:57.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-10T22:42:57.566Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo [2020-11-10T22:42:57.652Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1bfd12 [Pipeline] echo [2020-11-10T22:42:57.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T22:42:57.909Z] provisioning config files... [2020-11-10T22:42:57.936Z] copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8917655009587489481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:42:58.299Z] ---> docker-login.sh [2020-11-10T22:42:58.299Z] nexus3.edgexfoundry.org:10001 [2020-11-10T22:42:58.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:42:58.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:42:58.826Z] Configure a credential helper to remove this warning. See [2020-11-10T22:42:58.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:42:58.826Z] [2020-11-10T22:42:58.826Z] Login Succeeded [2020-11-10T22:42:58.826Z] nexus3.edgexfoundry.org:10002 [2020-11-10T22:42:59.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:42:59.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:42:59.089Z] Configure a credential helper to remove this warning. See [2020-11-10T22:42:59.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:42:59.089Z] [2020-11-10T22:42:59.089Z] Login Succeeded [2020-11-10T22:42:59.089Z] nexus3.edgexfoundry.org:10003 [2020-11-10T22:42:59.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:42:59.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:42:59.351Z] Configure a credential helper to remove this warning. See [2020-11-10T22:42:59.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:42:59.351Z] [2020-11-10T22:42:59.351Z] Login Succeeded [2020-11-10T22:42:59.351Z] nexus3.edgexfoundry.org:10004 [2020-11-10T22:42:59.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:42:59.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:42:59.351Z] Configure a credential helper to remove this warning. See [2020-11-10T22:42:59.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:42:59.351Z] [2020-11-10T22:42:59.351Z] Login Succeeded [2020-11-10T22:42:59.351Z] docker.io [2020-11-10T22:42:59.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:42:59.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:42:59.876Z] Configure a credential helper to remove this warning. See [2020-11-10T22:42:59.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:42:59.876Z] [2020-11-10T22:42:59.876Z] Login Succeeded [2020-11-10T22:42:59.876Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T22:42:59.887Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T22:43:00.808Z] + git log --format=format:%s -1 d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo [2020-11-10T22:43:00.884Z] GIT_COMMIT: d1bfd12592bfcc37ebda2d741922e4b068f28a62, Commit Message: Merge pull request #57 from siggiskulason/fix-snap-version [Pipeline] echo [2020-11-10T22:43:00.942Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:43:01.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:43:01.959Z] [2020-11-10T22:43:01.959Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:43:02.314Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:43:02.314Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T22:43:02.314Z] 31603596830f: Pulling fs layer [2020-11-10T22:43:02.314Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T22:43:02.314Z] 6ca5941a6612: Pulling fs layer [2020-11-10T22:43:02.314Z] ecc8261a40a4: Pulling fs layer [2020-11-10T22:43:02.314Z] ecc8261a40a4: Waiting [2020-11-10T22:43:02.314Z] 2a8b12db71e7: Download complete [2020-11-10T22:43:02.314Z] 31603596830f: Verifying Checksum [2020-11-10T22:43:02.314Z] 31603596830f: Download complete [2020-11-10T22:43:02.579Z] ecc8261a40a4: Verifying Checksum [2020-11-10T22:43:02.579Z] ecc8261a40a4: Download complete [2020-11-10T22:43:02.579Z] 6ca5941a6612: Verifying Checksum [2020-11-10T22:43:02.579Z] 6ca5941a6612: Download complete [2020-11-10T22:43:02.843Z] 31603596830f: Pull complete [2020-11-10T22:43:02.843Z] 2a8b12db71e7: Pull complete [2020-11-10T22:43:03.795Z] 6ca5941a6612: Pull complete [2020-11-10T22:43:04.058Z] ecc8261a40a4: Pull complete [2020-11-10T22:43:04.058Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T22:43:04.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:43:04.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T22:43:04.164Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:43:04.215Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T22:43:06.443Z] $ docker top 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T22:43:06.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T22:43:06.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T22:43:06.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T22:43:06.996Z] $ docker exec 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent [2020-11-10T22:43:07.152Z] SSH_AUTH_SOCK=/tmp/ssh-zxS8XLMgkISf/agent.12 [2020-11-10T22:43:07.152Z] SSH_AGENT_PID=17 [2020-11-10T22:43:07.163Z] Running ssh-add (command line suppressed) [2020-11-10T22:43:07.288Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3816246722888626185.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_3816246722888626185.key) [2020-11-10T22:43:07.333Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T22:43:07.672Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T22:43:07.699Z] $ docker exec --env ******** --env ******** 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent -k [2020-11-10T22:43:07.816Z] unset SSH_AUTH_SOCK; [2020-11-10T22:43:07.816Z] unset SSH_AGENT_PID; [2020-11-10T22:43:07.816Z] echo Agent pid 17 killed; [2020-11-10T22:43:07.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T22:43:08.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T22:43:08.005Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T22:43:08.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T22:43:08.174Z] $ docker exec 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent [2020-11-10T22:43:08.330Z] SSH_AUTH_SOCK=/tmp/ssh-QMqgbRx5HUkE/agent.46 [2020-11-10T22:43:08.330Z] SSH_AGENT_PID=52 [2020-11-10T22:43:08.338Z] Running ssh-add (command line suppressed) [2020-11-10T22:43:08.468Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6010334144110749498.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_6010334144110749498.key) [2020-11-10T22:43:08.516Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T22:43:08.852Z] + git semver init [2020-11-10T22:43:08.852Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T22:43:08.852Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-11-10T22:43:08.852Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:43:08.852Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T22:43:08.852Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T22:43:08.852Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T22:43:08.852Z] # $SEMVER_BRANCH = master [2020-11-10T22:43:08.852Z] # $SEMVER_TEMP = /tmp/semver-391821102 [2020-11-10T22:43:08.852Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-11-10T22:43:10.247Z] # '/tmp/semver-391821102' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' [2020-11-10T22:43:10.248Z] # -> Force: false [2020-11-10T22:43:10.248Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-11-10T22:43:10.264Z] $ docker exec --env ******** --env ******** 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent -k [2020-11-10T22:43:10.387Z] unset SSH_AUTH_SOCK; [2020-11-10T22:43:10.387Z] unset SSH_AGENT_PID; [2020-11-10T22:43:10.387Z] echo Agent pid 52 killed; [2020-11-10T22:43:10.430Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T22:43:11.014Z] + git semver [Pipeline] } [2020-11-10T22:43:11.036Z] $ docker stop --time=1 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d [2020-11-10T22:43:12.437Z] $ docker rm -f 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T22:43:12.890Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T22:43:13.350Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T22:43:13.354Z] [edgeXSemver]: initialized semver on version 1.1.3-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-11-10T22:43:28.902Z] Still waiting to schedule task [2020-11-10T22:43:28.903Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11761’ [2020-11-10T22:43:28.906Z] Still waiting to schedule task [2020-11-10T22:43:28.906Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-10T22:45:27.775Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11763 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-11-10T22:45:27.830Z] Running in /w/workspace/device-rest-go/25 [Pipeline] { [Pipeline] checkout [2020-11-10T22:45:33.118Z] using credential edgex-jenkins-ssh [2020-11-10T22:45:33.179Z] Cloning the remote Git repository [2020-11-10T22:45:33.240Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:45:33.359Z] > git init /w/workspace/device-rest-go/25 # timeout=10 [2020-11-10T22:45:33.434Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:45:33.435Z] > git --version # timeout=10 [2020-11-10T22:45:33.454Z] > git --version # 'git version 2.17.1' [2020-11-10T22:45:33.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T22:45:33.531Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T22:45:35.199Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T22:45:35.223Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T22:45:35.255Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T22:45:35.300Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:45:35.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T22:45:35.311Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T22:45:35.992Z] Checking out Revision d1bfd12592bfcc37ebda2d741922e4b068f28a62 (master) [2020-11-10T22:45:36.015Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T22:45:36.035Z] > git checkout -f d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 [2020-11-10T22:45:40.445Z] Commit message: "Merge pull request #57 from siggiskulason/fix-snap-version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T22:45:41.212Z] provisioning config files... [2020-11-10T22:45:41.265Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config7472454729324474056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:45:42.261Z] ---> docker-login.sh [2020-11-10T22:45:42.262Z] nexus3.edgexfoundry.org:10001 [2020-11-10T22:45:42.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:45:43.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:45:43.466Z] Configure a credential helper to remove this warning. See [2020-11-10T22:45:43.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:45:43.466Z] [2020-11-10T22:45:43.466Z] Login Succeeded [2020-11-10T22:45:43.466Z] nexus3.edgexfoundry.org:10002 [2020-11-10T22:45:43.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:45:43.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:45:43.761Z] Configure a credential helper to remove this warning. See [2020-11-10T22:45:43.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:45:43.761Z] [2020-11-10T22:45:43.761Z] Login Succeeded [2020-11-10T22:45:44.045Z] nexus3.edgexfoundry.org:10003 [2020-11-10T22:45:44.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:45:44.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:45:44.319Z] Configure a credential helper to remove this warning. See [2020-11-10T22:45:44.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:45:44.319Z] [2020-11-10T22:45:44.319Z] Login Succeeded [2020-11-10T22:45:44.319Z] nexus3.edgexfoundry.org:10004 [2020-11-10T22:45:44.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:45:44.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:45:44.920Z] Configure a credential helper to remove this warning. See [2020-11-10T22:45:44.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:45:44.920Z] [2020-11-10T22:45:44.920Z] Login Succeeded [2020-11-10T22:45:44.920Z] docker.io [2020-11-10T22:45:45.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:45:45.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:45:45.842Z] Configure a credential helper to remove this warning. See [2020-11-10T22:45:45.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:45:45.842Z] [2020-11-10T22:45:45.842Z] Login Succeeded [2020-11-10T22:45:45.842Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T22:45:45.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T22:45:46.355Z] ========================================================= [2020-11-10T22:45:46.355Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T22:45:46.355Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:45:46.733Z] + 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-10T22:45:46.733Z] Sending build context to Docker daemon 79.87kB [2020-11-10T22:45:47.021Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T22:45:47.021Z] Step 2/10 : FROM ${BASE} [2020-11-10T22:45:47.303Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T22:45:47.303Z] b538f80385f9: Pulling fs layer [2020-11-10T22:45:47.303Z] 74f711af9a0d: Pulling fs layer [2020-11-10T22:45:47.303Z] 99f96fe45779: Pulling fs layer [2020-11-10T22:45:47.303Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T22:45:47.303Z] 45590311c82a: Pulling fs layer [2020-11-10T22:45:47.303Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T22:45:47.303Z] 209524e5b208: Pulling fs layer [2020-11-10T22:45:47.303Z] 45590311c82a: Waiting [2020-11-10T22:45:47.303Z] 69ca0ff8b7b3: Waiting [2020-11-10T22:45:47.303Z] 8529a6b9a6be: Waiting [2020-11-10T22:45:47.303Z] 209524e5b208: Waiting [2020-11-10T22:45:47.303Z] 99f96fe45779: Verifying Checksum [2020-11-10T22:45:47.303Z] 99f96fe45779: Download complete [2020-11-10T22:45:47.303Z] 74f711af9a0d: Verifying Checksum [2020-11-10T22:45:47.303Z] 74f711af9a0d: Download complete [2020-11-10T22:45:47.303Z] 45590311c82a: Verifying Checksum [2020-11-10T22:45:47.303Z] 45590311c82a: Download complete [2020-11-10T22:45:47.303Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T22:45:47.303Z] 69ca0ff8b7b3: Download complete [2020-11-10T22:45:47.303Z] b538f80385f9: Verifying Checksum [2020-11-10T22:45:47.303Z] b538f80385f9: Download complete [2020-11-10T22:45:48.318Z] b538f80385f9: Pull complete [2020-11-10T22:45:48.935Z] 74f711af9a0d: Pull complete [2020-11-10T22:45:49.214Z] 99f96fe45779: Pull complete [2020-11-10T22:45:50.200Z] 209524e5b208: Verifying Checksum [2020-11-10T22:45:50.200Z] 209524e5b208: Download complete [2020-11-10T22:45:51.185Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T22:45:51.185Z] 8529a6b9a6be: Download complete [2020-11-10T22:45:59.056Z] Running on prd-centos7-docker-4c-2g-11764 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws [2020-11-10T22:45:59.114Z] Running in /w/workspace/device-rest-go/25 [Pipeline] { [Pipeline] checkout [2020-11-10T22:46:01.363Z] 8529a6b9a6be: Pull complete [2020-11-10T22:46:01.962Z] 45590311c82a: Pull complete [2020-11-10T22:46:02.240Z] 69ca0ff8b7b3: Pull complete [2020-11-10T22:46:05.636Z] 209524e5b208: Pull complete [2020-11-10T22:46:05.911Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T22:46:05.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T22:46:05.911Z] ---> 5bddaf1c2fca [2020-11-10T22:46:05.911Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T22:46:07.646Z] using credential edgex-jenkins-ssh [2020-11-10T22:46:07.745Z] Cloning the remote Git repository [2020-11-10T22:46:08.556Z] ---> Running in 8f7902b8ede8 [2020-11-10T22:46:08.829Z] Removing intermediate container 8f7902b8ede8 [2020-11-10T22:46:08.829Z] ---> e1c432c4f6bd [2020-11-10T22:46:08.829Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T22:46:08.829Z] ---> Running in 3e52028b84c0 [2020-11-10T22:46:07.822Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:46:08.027Z] > git init /w/workspace/device-rest-go/25 # timeout=10 [2020-11-10T22:46:08.308Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:46:08.313Z] > git --version # timeout=10 [2020-11-10T22:46:08.341Z] > git --version # 'git version 2.16.5' [2020-11-10T22:46:08.342Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T22:46:08.505Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T22:46:09.427Z] Removing intermediate container 3e52028b84c0 [2020-11-10T22:46:09.427Z] ---> 9f6f23e86a2e [2020-11-10T22:46:09.427Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T22:46:09.427Z] ---> Running in fec8b6beda98 [2020-11-10T22:46:10.025Z] Removing intermediate container fec8b6beda98 [2020-11-10T22:46:10.025Z] ---> a1e42df982d1 [2020-11-10T22:46:10.025Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T22:46:10.025Z] ---> Running in 197125d3b0c3 [2020-11-10T22:46:10.054Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T22:46:10.082Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T22:46:10.181Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T22:46:10.226Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T22:46:10.227Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T22:46:10.258Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T22:46:10.730Z] Checking out Revision d1bfd12592bfcc37ebda2d741922e4b068f28a62 (master) [2020-11-10T22:46:10.764Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T22:46:10.810Z] > git checkout -f d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 [2020-11-10T22:46:12.654Z] Removing intermediate container 197125d3b0c3 [2020-11-10T22:46:12.654Z] ---> b251657774a7 [2020-11-10T22:46:12.654Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T22:46:12.931Z] ---> Running in 742125e85a7f [2020-11-10T22:46:14.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T22:46:14.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T22:46:15.705Z] Commit message: "Merge pull request #57 from siggiskulason/fix-snap-version" [2020-11-10T22:46:15.966Z] OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T22:46:16.431Z] provisioning config files... [2020-11-10T22:46:16.474Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config1555657356496632903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:46:16.972Z] Removing intermediate container 742125e85a7f [2020-11-10T22:46:16.973Z] ---> ff6f1857296f [2020-11-10T22:46:16.973Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T22:46:16.973Z] ---> Running in 94bceeb3f341 [2020-11-10T22:46:17.578Z] Removing intermediate container 94bceeb3f341 [2020-11-10T22:46:17.578Z] ---> 8d13bcea6e0f [2020-11-10T22:46:17.578Z] Step 9/10 : COPY . . [2020-11-10T22:46:17.720Z] ---> docker-login.sh [2020-11-10T22:46:17.720Z] nexus3.edgexfoundry.org:10001 [2020-11-10T22:46:18.176Z] ---> ad306615cc3f [2020-11-10T22:46:18.176Z] Step 10/10 : RUN go mod download [2020-11-10T22:46:18.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:46:18.455Z] ---> Running in 2224a19616c5 [2020-11-10T22:46:18.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:46:18.665Z] Configure a credential helper to remove this warning. See [2020-11-10T22:46:18.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:46:18.665Z] [2020-11-10T22:46:18.665Z] Login Succeeded [2020-11-10T22:46:18.665Z] nexus3.edgexfoundry.org:10002 [2020-11-10T22:46:18.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:46:18.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:46:18.985Z] Configure a credential helper to remove this warning. See [2020-11-10T22:46:18.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:46:18.985Z] [2020-11-10T22:46:18.985Z] Login Succeeded [2020-11-10T22:46:18.985Z] nexus3.edgexfoundry.org:10003 [2020-11-10T22:46:19.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:46:19.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:46:19.291Z] Configure a credential helper to remove this warning. See [2020-11-10T22:46:19.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:46:19.291Z] [2020-11-10T22:46:19.291Z] Login Succeeded [2020-11-10T22:46:19.291Z] nexus3.edgexfoundry.org:10004 [2020-11-10T22:46:19.588Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:46:19.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:46:19.588Z] Configure a credential helper to remove this warning. See [2020-11-10T22:46:19.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:46:19.588Z] [2020-11-10T22:46:19.588Z] Login Succeeded [2020-11-10T22:46:19.588Z] docker.io [2020-11-10T22:46:19.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:46:20.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:46:20.130Z] Configure a credential helper to remove this warning. See [2020-11-10T22:46:20.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:46:20.130Z] [2020-11-10T22:46:20.130Z] Login Succeeded [2020-11-10T22:46:20.130Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T22:46:20.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T22:46:20.795Z] ========================================================= [2020-11-10T22:46:20.795Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T22:46:20.795Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:46:21.532Z] + 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-10T22:46:21.532Z] Sending build context to Docker daemon 79.87kB [2020-11-10T22:46:21.811Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T22:46:21.811Z] Step 2/10 : FROM ${BASE} [2020-11-10T22:46:22.096Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T22:46:22.096Z] df20fa9351a1: Pulling fs layer [2020-11-10T22:46:22.096Z] ed8968b2872e: Pulling fs layer [2020-11-10T22:46:22.096Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T22:46:22.096Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T22:46:22.096Z] e73272ec9a57: Pulling fs layer [2020-11-10T22:46:22.096Z] 1e910a182e73: Pulling fs layer [2020-11-10T22:46:22.096Z] 4e634b169226: Pulling fs layer [2020-11-10T22:46:22.096Z] e73272ec9a57: Waiting [2020-11-10T22:46:22.096Z] 1e910a182e73: Waiting [2020-11-10T22:46:22.096Z] 4e634b169226: Waiting [2020-11-10T22:46:22.096Z] e871e8e8d7a9: Waiting [2020-11-10T22:46:22.096Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T22:46:22.096Z] a92cc7c5fd73: Download complete [2020-11-10T22:46:22.096Z] ed8968b2872e: Verifying Checksum [2020-11-10T22:46:22.096Z] ed8968b2872e: Download complete [2020-11-10T22:46:22.096Z] e73272ec9a57: Verifying Checksum [2020-11-10T22:46:22.096Z] e73272ec9a57: Download complete [2020-11-10T22:46:22.096Z] 1e910a182e73: Verifying Checksum [2020-11-10T22:46:22.096Z] 1e910a182e73: Download complete [2020-11-10T22:46:22.375Z] df20fa9351a1: Verifying Checksum [2020-11-10T22:46:22.375Z] df20fa9351a1: Download complete [2020-11-10T22:46:22.783Z] df20fa9351a1: Pull complete [2020-11-10T22:46:23.584Z] ed8968b2872e: Pull complete [2020-11-10T22:46:23.921Z] a92cc7c5fd73: Pull complete [2020-11-10T22:46:35.522Z] 4e634b169226: Verifying Checksum [2020-11-10T22:46:35.522Z] 4e634b169226: Download complete [2020-11-10T22:46:39.247Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T22:46:39.247Z] e871e8e8d7a9: Download complete [2020-11-10T22:46:40.639Z] Removing intermediate container 2224a19616c5 [2020-11-10T22:46:40.639Z] ---> 59f878952a6f [2020-11-10T22:46:40.639Z] Successfully built 59f878952a6f [2020-11-10T22:46:40.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:46:41.264Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T22:46:41.264Z] . [Pipeline] withDockerContainer [2020-11-10T22:46:41.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-11763 does not seem to be running inside a container [2020-11-10T22:46:41.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/25 -v /w/workspace/device-rest-go/25:/w/workspace/device-rest-go/25:rw,z -v /w/workspace/device-rest-go/25@tmp:/w/workspace/device-rest-go/25@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 ******** ci-base-image-arm64 cat [2020-11-10T22:46:43.513Z] $ docker top 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T22:46:44.926Z] + go version [2020-11-10T22:46:44.926Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T22:46:44.959Z] $ docker stop --time=1 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f [2020-11-10T22:46:46.883Z] $ docker rm -f 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:46:47.991Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T22:46:47.991Z] . [Pipeline] withDockerContainer [2020-11-10T22:46:48.260Z] prd-ubuntu18.04-docker-arm64-4c-16g-11763 does not seem to be running inside a container [2020-11-10T22:46:48.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/25 -v /w/workspace/device-rest-go/25:/w/workspace/device-rest-go/25:rw,z -v /w/workspace/device-rest-go/25@tmp:/w/workspace/device-rest-go/25@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 ******** ci-base-image-arm64 cat [2020-11-10T22:46:50.284Z] $ docker top 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T22:46:51.669Z] + make test [2020-11-10T22:46:51.670Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T22:46:52.658Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T22:46:55.049Z] e871e8e8d7a9: Pull complete [2020-11-10T22:46:55.049Z] e73272ec9a57: Pull complete [2020-11-10T22:46:55.049Z] 1e910a182e73: Pull complete [2020-11-10T22:47:02.021Z] 4e634b169226: Pull complete [2020-11-10T22:47:02.021Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T22:47:02.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T22:47:02.021Z] ---> f7629b54cfaa [2020-11-10T22:47:02.021Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T22:47:02.021Z] ---> Running in 6df098522b63 [2020-11-10T22:47:02.021Z] Removing intermediate container 6df098522b63 [2020-11-10T22:47:02.021Z] ---> cb504dddae9c [2020-11-10T22:47:02.021Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T22:47:02.021Z] ---> Running in 14b0744f45ad [2020-11-10T22:47:02.341Z] Removing intermediate container 14b0744f45ad [2020-11-10T22:47:02.341Z] ---> b1935262638d [2020-11-10T22:47:02.341Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T22:47:02.341Z] ---> Running in 9ff5eb56523d [2020-11-10T22:47:02.636Z] Removing intermediate container 9ff5eb56523d [2020-11-10T22:47:02.636Z] ---> 8ae0b7117205 [2020-11-10T22:47:02.636Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T22:47:02.926Z] ---> Running in 62dad48d32d7 [2020-11-10T22:47:04.924Z] Removing intermediate container 62dad48d32d7 [2020-11-10T22:47:04.924Z] ---> 776baf2130e2 [2020-11-10T22:47:04.924Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T22:47:04.924Z] ---> Running in 1bb49a2bdd7f [2020-11-10T22:47:05.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T22:47:06.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T22:47:07.374Z] OK: 166 MiB in 39 packages [2020-11-10T22:47:08.295Z] Removing intermediate container 1bb49a2bdd7f [2020-11-10T22:47:08.296Z] ---> fffa1197d253 [2020-11-10T22:47:08.296Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T22:47:08.296Z] ---> Running in c6c54b0a61ee [2020-11-10T22:47:08.749Z] Removing intermediate container c6c54b0a61ee [2020-11-10T22:47:08.749Z] ---> e9ccc7bcbd55 [2020-11-10T22:47:08.749Z] Step 9/10 : COPY . . [2020-11-10T22:47:09.826Z] ---> d7aa17ee6576 [2020-11-10T22:47:09.826Z] Step 10/10 : RUN go mod download [2020-11-10T22:47:09.826Z] ---> Running in d759511da6aa [2020-11-10T22:47:31.702Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T22:47:31.702Z] ok github.com/edgexfoundry/device-rest-go/driver 0.075s coverage: 56.3% of statements [2020-11-10T22:47:31.702Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T22:47:33.679Z] gofmt -l . [2020-11-10T22:47:33.679Z] [ "`gofmt -l .`" = "" ] [2020-11-10T22:47:33.679Z] ./bin/test-go-mod-tidy.sh [2020-11-10T22:47:33.679Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T22:47:34.690Z] $ docker stop --time=1 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a [2020-11-10T22:47:36.916Z] $ docker rm -f 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T22:47:37.719Z] Removing intermediate container d759511da6aa [2020-11-10T22:47:37.719Z] ---> 93d7e3a8a62a [2020-11-10T22:47:37.719Z] Successfully built 93d7e3a8a62a [2020-11-10T22:47:37.719Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:47:37.828Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T22:47:38.159Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T22:47:38.159Z] . [Pipeline] withDockerContainer [2020-11-10T22:47:38.742Z] Stashed 1 file(s) [2020-11-10T22:47:38.751Z] prd-centos7-docker-4c-2g-11764 does not seem to be running inside a container [2020-11-10T22:47:39.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/25 -v /w/workspace/device-rest-go/25:/w/workspace/device-rest-go/25:rw,z -v /w/workspace/device-rest-go/25@tmp:/w/workspace/device-rest-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T22:47:40.432Z] $ docker top fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-11-10T22:47:41.215Z] + go version [2020-11-10T22:47:41.215Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T22:47:41.308Z] $ docker stop --time=1 fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 [2020-11-10T22:47:42.786Z] $ docker rm -f fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-11-10T22:47:45.409Z] + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:47:45.828Z] + ls -al . [2020-11-10T22:47:45.828Z] total 124 [2020-11-10T22:47:45.828Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 22:47 . [2020-11-10T22:47:45.828Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 22:45 .. [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 10 22:45 .dockerignore [2020-11-10T22:47:45.828Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 22:45 .git [2020-11-10T22:47:45.828Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:45 .github [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 339 Nov 10 22:45 .gitignore [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 5294 Nov 10 22:45 Attribution.txt [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 22:45 Dockerfile [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 989 Nov 10 22:45 Dockerfile.build [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 10 22:45 Jenkinsfile [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 10 22:45 LICENSE [2020-11-10T22:47:45.828Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 10 22:45 Makefile [2020-11-10T22:47:45.829Z] -rw-rw-r-- 1 jenkins jenkins 5917 Nov 10 22:45 README.md [2020-11-10T22:47:45.829Z] -rw-rw-r-- 1 jenkins jenkins 11 Nov 10 22:43 VERSION [2020-11-10T22:47:45.829Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:45 bin [2020-11-10T22:47:45.829Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 22:45 cmd [2020-11-10T22:47:45.829Z] -rw-r--r-- 1 jenkins jenkins 9369 Nov 10 22:47 coverage.out [2020-11-10T22:47:45.829Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:47 driver [2020-11-10T22:47:45.829Z] -rw-r--r-- 1 jenkins jenkins 273 Nov 10 22:47 go.mod [2020-11-10T22:47:45.829Z] -rw-r--r-- 1 jenkins jenkins 14105 Nov 10 22:47 go.sum [2020-11-10T22:47:45.829Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 22:45 snap [2020-11-10T22:47:45.829Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 10 22:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:47:46.173Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T22:47:46.173Z] . [Pipeline] withDockerContainer [2020-11-10T22:47:46.331Z] prd-centos7-docker-4c-2g-11764 does not seem to be running inside a container [2020-11-10T22:47:46.359Z] + 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=d1bfd12592bfcc37ebda2d741922e4b068f28a62 --label arch=arm64 --label version=1.1.3-dev.9 . [2020-11-10T22:47:46.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/25 -v /w/workspace/device-rest-go/25:/w/workspace/device-rest-go/25:rw,z -v /w/workspace/device-rest-go/25@tmp:/w/workspace/device-rest-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T22:47:46.645Z] Sending build context to Docker daemon 91.65kB [2020-11-10T22:47:46.918Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T22:47:46.918Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T22:47:46.918Z] ---> 59f878952a6f [2020-11-10T22:47:46.918Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T22:47:47.129Z] $ docker top a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf -eo pid,comm [2020-11-10T22:47:47.192Z] ---> Running in 84c34b339b8f [Pipeline] { [Pipeline] sh [2020-11-10T22:47:47.679Z] + make test [2020-11-10T22:47:47.679Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T22:47:47.796Z] Removing intermediate container 84c34b339b8f [2020-11-10T22:47:47.796Z] ---> fb2b97b6e5a6 [2020-11-10T22:47:47.796Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T22:47:47.796Z] ---> Running in 5363d516d749 [2020-11-10T22:47:48.394Z] Removing intermediate container 5363d516d749 [2020-11-10T22:47:48.394Z] ---> 7da54465173c [2020-11-10T22:47:48.394Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T22:47:48.394Z] ---> Running in e790c89ad587 [2020-11-10T22:47:48.663Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T22:47:48.991Z] Removing intermediate container e790c89ad587 [2020-11-10T22:47:48.992Z] ---> 4b21e083012b [2020-11-10T22:47:48.992Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T22:47:48.992Z] ---> Running in 979885a528dc [2020-11-10T22:47:51.613Z] Removing intermediate container 979885a528dc [2020-11-10T22:47:51.613Z] ---> 2f33bc4a7876 [2020-11-10T22:47:51.613Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T22:47:51.613Z] ---> Running in c6d4ca6d47e1 [2020-11-10T22:47:53.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T22:47:53.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T22:47:54.630Z] OK: 142 MiB in 39 packages [2020-11-10T22:47:55.613Z] Removing intermediate container c6d4ca6d47e1 [2020-11-10T22:47:55.613Z] ---> 1cc57bb110ff [2020-11-10T22:47:55.613Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T22:47:55.613Z] ---> Running in 684ee0486536 [2020-11-10T22:47:56.209Z] Removing intermediate container 684ee0486536 [2020-11-10T22:47:56.209Z] ---> 089d2f4b4967 [2020-11-10T22:47:56.209Z] Step 9/25 : COPY go.mod . [2020-11-10T22:47:56.806Z] ---> 32b830dfb956 [2020-11-10T22:47:56.807Z] Step 10/25 : COPY Makefile . [2020-11-10T22:47:57.402Z] ---> c521716b9f99 [2020-11-10T22:47:57.402Z] Step 11/25 : RUN make update [2020-11-10T22:47:57.677Z] ---> Running in 04f7d4434332 [2020-11-10T22:47:59.125Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T22:48:00.556Z] Removing intermediate container 04f7d4434332 [2020-11-10T22:48:00.556Z] ---> d9d38e68776e [2020-11-10T22:48:00.556Z] Step 12/25 : COPY . . [2020-11-10T22:48:01.156Z] ---> 295a413e54e1 [2020-11-10T22:48:01.156Z] Step 13/25 : RUN $MAKE [2020-11-10T22:48:01.437Z] ---> Running in edcdb549422f [2020-11-10T22:48:02.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.9" -o cmd/device-rest-go ./cmd [2020-11-10T22:48:07.401Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T22:48:07.401Z] ok github.com/edgexfoundry/device-rest-go/driver 0.065s coverage: 56.3% of statements [2020-11-10T22:48:07.401Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T22:48:11.744Z] gofmt -l . [2020-11-10T22:48:11.744Z] [ "`gofmt -l .`" = "" ] [2020-11-10T22:48:11.744Z] ./bin/test-go-mod-tidy.sh [2020-11-10T22:48:12.334Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T22:48:12.632Z] $ docker stop --time=1 a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf [2020-11-10T22:48:15.123Z] $ docker rm -f a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T22:48:15.835Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T22:48:15.905Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T22:48:16.387Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-10T22:48:17.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T22:48:17.511Z] + ls -al . [2020-11-10T22:48:17.511Z] total 96 [2020-11-10T22:48:17.511Z] drwxrwxr-x. 8 jenkins jenkins 4096 Nov 10 22:48 . [2020-11-10T22:48:17.511Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 10 22:46 .. [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 5294 Nov 10 22:46 Attribution.txt [2020-11-10T22:48:17.511Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 22:46 bin [2020-11-10T22:48:17.511Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 10 22:46 cmd [2020-11-10T22:48:17.511Z] -rw-r--r--. 1 jenkins jenkins 9369 Nov 10 22:48 coverage.out [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 22:46 Dockerfile [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 989 Nov 10 22:46 Dockerfile.build [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 151 Nov 10 22:46 .dockerignore [2020-11-10T22:48:17.511Z] drwxrwxr-x. 2 jenkins jenkins 93 Nov 10 22:48 driver [2020-11-10T22:48:17.511Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 10 22:46 .git [2020-11-10T22:48:17.511Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 10 22:46 .github [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 339 Nov 10 22:46 .gitignore [2020-11-10T22:48:17.511Z] -rw-r--r--. 1 jenkins jenkins 273 Nov 10 22:48 go.mod [2020-11-10T22:48:17.511Z] -rw-r--r--. 1 jenkins jenkins 14105 Nov 10 22:48 go.sum [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 680 Nov 10 22:46 Jenkinsfile [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 10 22:46 LICENSE [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 10 22:46 Makefile [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 5917 Nov 10 22:46 README.md [2020-11-10T22:48:17.511Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 10 22:46 snap [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 11 Nov 10 22:43 VERSION [2020-11-10T22:48:17.511Z] -rw-rw-r--. 1 jenkins jenkins 713 Nov 10 22:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:17.860Z] + 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=d1bfd12592bfcc37ebda2d741922e4b068f28a62 --label arch=amd64 --label version=1.1.3-dev.9 . [2020-11-10T22:48:17.860Z] Sending build context to Docker daemon 91.65kB [2020-11-10T22:48:17.860Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T22:48:18.145Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T22:48:18.145Z] ---> 93d7e3a8a62a [2020-11-10T22:48:18.145Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T22:48:18.145Z] ---> Running in 3aa684de0be5 [2020-11-10T22:48:18.145Z] Removing intermediate container 3aa684de0be5 [2020-11-10T22:48:18.145Z] ---> ba71e0f334d9 [2020-11-10T22:48:18.145Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T22:48:18.433Z] ---> Running in e9bcdd775db7 [2020-11-10T22:48:18.712Z] Removing intermediate container e9bcdd775db7 [2020-11-10T22:48:18.712Z] ---> 5c3440df975c [2020-11-10T22:48:18.712Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T22:48:18.712Z] ---> Running in 6ceec53c19e2 [2020-11-10T22:48:18.986Z] Removing intermediate container 6ceec53c19e2 [2020-11-10T22:48:18.986Z] ---> f4beb9d9b6b6 [2020-11-10T22:48:18.986Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T22:48:18.986Z] ---> Running in 50726d6d5605 [2020-11-10T22:48:20.181Z] Removing intermediate container 50726d6d5605 [2020-11-10T22:48:20.181Z] ---> b4afaa519f51 [2020-11-10T22:48:20.181Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T22:48:20.487Z] ---> Running in 6cd7228e002c [2020-11-10T22:48:21.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T22:48:21.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T22:48:22.225Z] OK: 166 MiB in 39 packages [2020-11-10T22:48:22.896Z] Removing intermediate container 6cd7228e002c [2020-11-10T22:48:22.897Z] ---> f45684f3e833 [2020-11-10T22:48:22.897Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T22:48:22.897Z] ---> Running in ad05f19717ef [2020-11-10T22:48:23.212Z] Removing intermediate container ad05f19717ef [2020-11-10T22:48:23.212Z] ---> 67130f54dd84 [2020-11-10T22:48:23.212Z] Step 9/25 : COPY go.mod . [2020-11-10T22:48:23.497Z] ---> 244a3d64aaab [2020-11-10T22:48:23.497Z] Step 10/25 : COPY Makefile . [2020-11-10T22:48:23.782Z] ---> a30fcdf7058b [2020-11-10T22:48:23.782Z] Step 11/25 : RUN make update [2020-11-10T22:48:23.782Z] ---> Running in bafa1b13a2b5 [2020-11-10T22:48:24.390Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T22:48:24.979Z] Removing intermediate container bafa1b13a2b5 [2020-11-10T22:48:24.979Z] ---> bd781f1d386f [2020-11-10T22:48:24.979Z] Step 12/25 : COPY . . [2020-11-10T22:48:25.614Z] ---> 9ff317e6fef9 [2020-11-10T22:48:25.614Z] Step 13/25 : RUN $MAKE [2020-11-10T22:48:25.614Z] ---> Running in b0c2b1c3208f [2020-11-10T22:48:26.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.1.3-dev.9" -o cmd/device-rest-go ./cmd [2020-11-10T22:48:35.255Z] Removing intermediate container edcdb549422f [2020-11-10T22:48:35.255Z] ---> c255db22c47f [2020-11-10T22:48:35.255Z] Step 14/25 : FROM alpine:latest [2020-11-10T22:48:35.255Z] latest: Pulling from library/alpine [2020-11-10T22:48:35.255Z] 5f621e34cdf4: Pulling fs layer [2020-11-10T22:48:35.255Z] 5f621e34cdf4: Download complete [2020-11-10T22:48:35.255Z] 5f621e34cdf4: Pull complete [2020-11-10T22:48:35.255Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T22:48:35.255Z] Status: Downloaded newer image for alpine:latest [2020-11-10T22:48:35.255Z] ---> 2e77e061c27f [2020-11-10T22:48:35.255Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T22:48:35.255Z] ---> Running in 569db1d6e7d3 [2020-11-10T22:48:35.255Z] Removing intermediate container 569db1d6e7d3 [2020-11-10T22:48:35.255Z] ---> 83f8e63fcb6f [2020-11-10T22:48:35.255Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T22:48:35.255Z] ---> Running in 437c8ff4a63e [2020-11-10T22:48:35.255Z] Removing intermediate container 437c8ff4a63e [2020-11-10T22:48:35.255Z] ---> 17e6f491d7aa [2020-11-10T22:48:35.255Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T22:48:35.255Z] ---> feeecf7af9ba [2020-11-10T22:48:35.255Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T22:48:35.255Z] ---> 5596b91a654d [2020-11-10T22:48:35.255Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T22:48:36.687Z] ---> 870211800851 [2020-11-10T22:48:36.687Z] Step 20/25 : EXPOSE 49986 [2020-11-10T22:48:36.687Z] ---> Running in d8bc5dbcd613 [2020-11-10T22:48:37.287Z] Removing intermediate container d8bc5dbcd613 [2020-11-10T22:48:37.287Z] ---> e4e5a06e27f0 [2020-11-10T22:48:37.287Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T22:48:37.287Z] ---> Running in 1fa1698d2ad5 [2020-11-10T22:48:37.883Z] Removing intermediate container 1fa1698d2ad5 [2020-11-10T22:48:37.883Z] ---> febe5ede9134 [2020-11-10T22:48:37.883Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T22:48:37.883Z] ---> Running in 2ff8134f00f2 [2020-11-10T22:48:38.157Z] Removing intermediate container 2ff8134f00f2 [2020-11-10T22:48:38.157Z] ---> 0306bcf0c59d [2020-11-10T22:48:38.157Z] Step 23/25 : LABEL arch=arm64 [2020-11-10T22:48:38.433Z] ---> Running in 9711a1009ba6 [2020-11-10T22:48:38.709Z] Removing intermediate container 9711a1009ba6 [2020-11-10T22:48:38.709Z] ---> 43e243ca6534 [2020-11-10T22:48:38.709Z] Step 24/25 : LABEL git_sha=d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:38.983Z] ---> Running in 6b932ebd4e6e [2020-11-10T22:48:39.256Z] Removing intermediate container 6b932ebd4e6e [2020-11-10T22:48:39.256Z] ---> df66d4ae620b [2020-11-10T22:48:39.256Z] Step 25/25 : LABEL version=1.1.3-dev.9 [2020-11-10T22:48:39.531Z] ---> Running in 1937e3ee0943 [2020-11-10T22:48:39.805Z] Removing intermediate container 1937e3ee0943 [2020-11-10T22:48:39.805Z] ---> 8cc5aa5ff63b [2020-11-10T22:48:39.805Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T22:48:39.805Z] Successfully built 8cc5aa5ff63b [2020-11-10T22:48:40.080Z] 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-10T22:48:40.661Z] provisioning config files... [2020-11-10T22:48:40.746Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config3099133955928510341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:48:41.183Z] ---> docker-login.sh [2020-11-10T22:48:41.183Z] nexus3.edgexfoundry.org:10001 [2020-11-10T22:48:41.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:41.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:41.724Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:41.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:41.724Z] [2020-11-10T22:48:41.724Z] Login Succeeded [2020-11-10T22:48:41.724Z] nexus3.edgexfoundry.org:10002 [2020-11-10T22:48:41.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:42.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:42.267Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:42.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:42.267Z] [2020-11-10T22:48:42.267Z] Login Succeeded [2020-11-10T22:48:42.267Z] nexus3.edgexfoundry.org:10003 [2020-11-10T22:48:42.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:42.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:42.540Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:42.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:42.540Z] [2020-11-10T22:48:42.540Z] Login Succeeded [2020-11-10T22:48:42.540Z] nexus3.edgexfoundry.org:10004 [2020-11-10T22:48:43.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:43.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:43.132Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:43.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:43.132Z] [2020-11-10T22:48:43.132Z] Login Succeeded [2020-11-10T22:48:43.132Z] docker.io [2020-11-10T22:48:43.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:43.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:43.996Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:43.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:43.996Z] [2020-11-10T22:48:43.996Z] Login Succeeded [2020-11-10T22:48:43.996Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T22:48:44.017Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T22:48:44.300Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: [2020-11-10T22:48:44.300Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:44.300Z] latest [2020-11-10T22:48:44.300Z] 1.1.3-dev.9 [2020-11-10T22:48:44.300Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:44.300Z] master [2020-11-10T22:48:44.300Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:44.844Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:45.163Z] Removing intermediate container b0c2b1c3208f [2020-11-10T22:48:45.163Z] ---> 5e919a51431d [2020-11-10T22:48:45.164Z] Step 14/25 : FROM alpine:latest [2020-11-10T22:48:45.164Z] latest: Pulling from library/alpine [2020-11-10T22:48:45.164Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T22:48:45.164Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T22:48:45.164Z] 188c0c94c7c5: Download complete [2020-11-10T22:48:45.164Z] 188c0c94c7c5: Pull complete [2020-11-10T22:48:45.164Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T22:48:45.164Z] Status: Downloaded newer image for alpine:latest [2020-11-10T22:48:45.164Z] ---> d6e46aa2470d [2020-11-10T22:48:45.164Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T22:48:45.164Z] ---> Running in 3d95fbdf9d1f [2020-11-10T22:48:45.164Z] Removing intermediate container 3d95fbdf9d1f [2020-11-10T22:48:45.164Z] ---> 09c0a17a66dd [2020-11-10T22:48:45.164Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T22:48:45.164Z] ---> Running in fb102a563e24 [2020-11-10T22:48:45.164Z] Removing intermediate container fb102a563e24 [2020-11-10T22:48:45.164Z] ---> db8293517bd5 [2020-11-10T22:48:45.164Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T22:48:45.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:45.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-10T22:48:45.181Z] 5fc890db3b5e: Preparing [2020-11-10T22:48:45.181Z] 6a2d8729c2e0: Preparing [2020-11-10T22:48:45.181Z] ec71c98d50c3: Preparing [2020-11-10T22:48:45.181Z] cd3761cfa1d9: Preparing [2020-11-10T22:48:45.181Z] cd3761cfa1d9: Layer already exists [2020-11-10T22:48:45.435Z] ---> ef77e4a2135a [2020-11-10T22:48:45.435Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T22:48:45.455Z] 6a2d8729c2e0: Pushed [2020-11-10T22:48:45.455Z] ec71c98d50c3: Pushed [2020-11-10T22:48:46.035Z] ---> 742fe5923308 [2020-11-10T22:48:46.035Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T22:48:46.626Z] ---> 2152292d2c3d [2020-11-10T22:48:46.626Z] Step 20/25 : EXPOSE 49986 [2020-11-10T22:48:46.626Z] ---> Running in b49f12618933 [2020-11-10T22:48:46.894Z] Removing intermediate container b49f12618933 [2020-11-10T22:48:46.894Z] ---> e262e91d7889 [2020-11-10T22:48:46.894Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T22:48:46.894Z] ---> Running in ca1d8924b2b2 [2020-11-10T22:48:47.159Z] Removing intermediate container ca1d8924b2b2 [2020-11-10T22:48:47.159Z] ---> 21fade441f52 [2020-11-10T22:48:47.159Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T22:48:47.159Z] ---> Running in 365ff0aab788 [2020-11-10T22:48:47.424Z] Removing intermediate container 365ff0aab788 [2020-11-10T22:48:47.424Z] ---> fd1b022f452a [2020-11-10T22:48:47.424Z] Step 23/25 : LABEL arch=amd64 [2020-11-10T22:48:47.424Z] ---> Running in 431817e0786b [2020-11-10T22:48:47.693Z] Removing intermediate container 431817e0786b [2020-11-10T22:48:47.693Z] ---> 6adc68629366 [2020-11-10T22:48:47.693Z] Step 24/25 : LABEL git_sha=d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:47.693Z] ---> Running in 1c31d2bcb67c [2020-11-10T22:48:47.967Z] Removing intermediate container 1c31d2bcb67c [2020-11-10T22:48:47.967Z] ---> 88815365941f [2020-11-10T22:48:47.967Z] Step 25/25 : LABEL version=1.1.3-dev.9 [2020-11-10T22:48:47.967Z] ---> Running in 8d9db10316b3 [2020-11-10T22:48:48.077Z] 5fc890db3b5e: Pushed [2020-11-10T22:48:48.077Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:48.242Z] Removing intermediate container 8d9db10316b3 [2020-11-10T22:48:48.242Z] ---> 98d2ed5ad1d7 [2020-11-10T22:48:48.242Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T22:48:48.242Z] Successfully built 98d2ed5ad1d7 [2020-11-10T22:48:48.242Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [2020-11-10T22:48:48.424Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T22:48:48.729Z] provisioning config files... [2020-11-10T22:48:48.766Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config1175022586127050291tmp [2020-11-10T22:48:48.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-11-10T22:48:48.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-10T22:48:48.810Z] 5fc890db3b5e: Preparing [2020-11-10T22:48:48.810Z] 6a2d8729c2e0: Preparing [2020-11-10T22:48:48.810Z] ec71c98d50c3: Preparing [2020-11-10T22:48:48.810Z] cd3761cfa1d9: Preparing [2020-11-10T22:48:48.810Z] 6a2d8729c2e0: Layer already exists [2020-11-10T22:48:48.810Z] cd3761cfa1d9: Layer already exists [2020-11-10T22:48:48.810Z] 5fc890db3b5e: Layer already exists [2020-11-10T22:48:48.810Z] ec71c98d50c3: Layer already exists [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:48:49.081Z] latest: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:49.233Z] ---> docker-login.sh [2020-11-10T22:48:49.233Z] nexus3.edgexfoundry.org:10001 [2020-11-10T22:48:49.438Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 [2020-11-10T22:48:49.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:49.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:49.814Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:49.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:49.814Z] [2020-11-10T22:48:49.814Z] Login Succeeded [2020-11-10T22:48:49.814Z] nexus3.edgexfoundry.org:10002 [2020-11-10T22:48:49.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:50.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 [2020-11-10T22:48:50.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-10T22:48:50.065Z] 5fc890db3b5e: Preparing [2020-11-10T22:48:50.065Z] 6a2d8729c2e0: Preparing [2020-11-10T22:48:50.065Z] ec71c98d50c3: Preparing [2020-11-10T22:48:50.065Z] cd3761cfa1d9: Preparing [2020-11-10T22:48:50.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:50.239Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:50.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:50.239Z] [2020-11-10T22:48:50.239Z] Login Succeeded [2020-11-10T22:48:50.239Z] nexus3.edgexfoundry.org:10003 [2020-11-10T22:48:50.341Z] 5fc890db3b5e: Layer already exists [2020-11-10T22:48:50.341Z] ec71c98d50c3: Layer already exists [2020-11-10T22:48:50.341Z] cd3761cfa1d9: Layer already exists [2020-11-10T22:48:50.341Z] 6a2d8729c2e0: Layer already exists [2020-11-10T22:48:50.341Z] 1.1.3-dev.9: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:50.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:50.690Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:50.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:50.805Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:50.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:50.805Z] [2020-11-10T22:48:50.805Z] Login Succeeded [2020-11-10T22:48:50.805Z] nexus3.edgexfoundry.org:10004 [2020-11-10T22:48:51.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:51.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-10T22:48:51.039Z] 5fc890db3b5e: Preparing [2020-11-10T22:48:51.039Z] 6a2d8729c2e0: Preparing [2020-11-10T22:48:51.039Z] ec71c98d50c3: Preparing [2020-11-10T22:48:51.039Z] cd3761cfa1d9: Preparing [2020-11-10T22:48:51.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:51.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:51.090Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:51.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:51.090Z] [2020-11-10T22:48:51.090Z] Login Succeeded [2020-11-10T22:48:51.090Z] docker.io [2020-11-10T22:48:51.316Z] 5fc890db3b5e: Layer already exists [2020-11-10T22:48:51.316Z] 6a2d8729c2e0: Layer already exists [2020-11-10T22:48:51.316Z] ec71c98d50c3: Layer already exists [2020-11-10T22:48:51.316Z] cd3761cfa1d9: Layer already exists [2020-11-10T22:48:51.316Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:51.385Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T22:48:51.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T22:48:51.662Z] Configure a credential helper to remove this warning. See [2020-11-10T22:48:51.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T22:48:51.662Z] [2020-11-10T22:48:51.662Z] Login Succeeded [2020-11-10T22:48:51.662Z] ---> docker-login.sh ends [2020-11-10T22:48:51.667Z] + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-11-10T22:48:51.815Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-11-10T22:48:52.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [2020-11-10T22:48:52.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] [2020-11-10T22:48:52.004Z] 5fc890db3b5e: Preparing [2020-11-10T22:48:52.004Z] 6a2d8729c2e0: Preparing [2020-11-10T22:48:52.004Z] ec71c98d50c3: Preparing [2020-11-10T22:48:52.004Z] cd3761cfa1d9: Preparing [Pipeline] echo [2020-11-10T22:48:52.024Z] [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: [2020-11-10T22:48:52.024Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:52.024Z] latest [2020-11-10T22:48:52.024Z] 1.1.3-dev.9 [2020-11-10T22:48:52.024Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:52.024Z] master [2020-11-10T22:48:52.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:52.278Z] 6a2d8729c2e0: Layer already exists [2020-11-10T22:48:52.278Z] 5fc890db3b5e: Layer already exists [2020-11-10T22:48:52.278Z] cd3761cfa1d9: Layer already exists [2020-11-10T22:48:52.278Z] ec71c98d50c3: Layer already exists [2020-11-10T22:48:52.278Z] master: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T22:48:52.580Z] ===================================================== [2020-11-10T22:48:52.635Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo [2020-11-10T22:48:52.666Z] taggedImages: [2020-11-10T22:48:52.666Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:52.666Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [2020-11-10T22:48:52.666Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 [2020-11-10T22:48:52.666Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:52.666Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-11-10T22:48:53.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:53.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-10T22:48:53.074Z] 9fb2722f1a6d: Preparing [2020-11-10T22:48:53.074Z] 8dddc17a5508: Preparing [2020-11-10T22:48:53.074Z] 047b91ebb85c: Preparing [2020-11-10T22:48:53.074Z] ace0eda3e3be: Preparing [2020-11-10T22:48:53.074Z] ace0eda3e3be: Layer already exists [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-11-10T22:48:53.363Z] 8dddc17a5508: Pushed [2020-11-10T22:48:53.363Z] 047b91ebb85c: Pushed [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T22:48:54.917Z] 9fb2722f1a6d: Pushed [2020-11-10T22:48:55.192Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:55.600Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:55.993Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-11-10T22:48:55.993Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-10T22:48:55.993Z] 9fb2722f1a6d: Preparing [2020-11-10T22:48:55.993Z] 8dddc17a5508: Preparing [2020-11-10T22:48:55.993Z] 047b91ebb85c: Preparing [2020-11-10T22:48:55.993Z] ace0eda3e3be: Preparing [2020-11-10T22:48:55.993Z] 8dddc17a5508: Layer already exists [2020-11-10T22:48:55.993Z] 9fb2722f1a6d: Layer already exists [2020-11-10T22:48:55.993Z] ace0eda3e3be: Layer already exists [2020-11-10T22:48:55.993Z] 047b91ebb85c: Layer already exists [2020-11-10T22:48:56.278Z] latest: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:56.615Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:56.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 [2020-11-10T22:48:56.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-10T22:48:56.932Z] 9fb2722f1a6d: Preparing [2020-11-10T22:48:56.932Z] 8dddc17a5508: Preparing [2020-11-10T22:48:56.932Z] 047b91ebb85c: Preparing [2020-11-10T22:48:56.932Z] ace0eda3e3be: Preparing [2020-11-10T22:48:56.932Z] ace0eda3e3be: Layer already exists [2020-11-10T22:48:56.932Z] 8dddc17a5508: Layer already exists [2020-11-10T22:48:56.932Z] 9fb2722f1a6d: Layer already exists [2020-11-10T22:48:56.932Z] 047b91ebb85c: Layer already exists [2020-11-10T22:48:56.932Z] 1.1.3-dev.9: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:57.311Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:57.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:57.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-10T22:48:57.664Z] 9fb2722f1a6d: Preparing [2020-11-10T22:48:57.664Z] 8dddc17a5508: Preparing [2020-11-10T22:48:57.664Z] 047b91ebb85c: Preparing [2020-11-10T22:48:57.664Z] ace0eda3e3be: Preparing [2020-11-10T22:48:57.664Z] 9fb2722f1a6d: Layer already exists [2020-11-10T22:48:57.664Z] ace0eda3e3be: Layer already exists [2020-11-10T22:48:57.664Z] 047b91ebb85c: Layer already exists [2020-11-10T22:48:57.664Z] 8dddc17a5508: Layer already exists [2020-11-10T22:48:57.664Z] d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:58.098Z] + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:48:58.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [2020-11-10T22:48:58.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] [2020-11-10T22:48:58.517Z] 9fb2722f1a6d: Preparing [2020-11-10T22:48:58.517Z] 8dddc17a5508: Preparing [2020-11-10T22:48:58.517Z] 047b91ebb85c: Preparing [2020-11-10T22:48:58.517Z] ace0eda3e3be: Preparing [2020-11-10T22:48:58.517Z] 8dddc17a5508: Layer already exists [2020-11-10T22:48:58.517Z] ace0eda3e3be: Layer already exists [2020-11-10T22:48:58.517Z] 9fb2722f1a6d: Layer already exists [2020-11-10T22:48:58.517Z] 047b91ebb85c: Layer already exists [2020-11-10T22:48:58.800Z] master: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T22:48:59.027Z] ===================================================== [Pipeline] echo [2020-11-10T22:48:59.104Z] taggedImages: [2020-11-10T22:48:59.104Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [2020-11-10T22:48:59.104Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [2020-11-10T22:48:59.104Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 [2020-11-10T22:48:59.104Z] - nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [2020-11-10T22:48:59.104Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-10T22:49:00.936Z] provisioning config files... [2020-11-10T22:49:00.947Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8825265274346777620tmp [Pipeline] { [Pipeline] sh [2020-11-10T22:49:01.353Z] + set +x [2020-11-10T22:49:01.353Z] + curl -s https://codecov.io/bash [2020-11-10T22:49:01.353Z] + bash -s -- [2020-11-10T22:49:01.616Z] [2020-11-10T22:49:01.616Z] _____ _ [2020-11-10T22:49:01.616Z] / ____| | | [2020-11-10T22:49:01.616Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T22:49:01.616Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T22:49:01.616Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T22:49:01.616Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T22:49:01.616Z] Bash-20201106-81372f2 [2020-11-10T22:49:01.616Z] [2020-11-10T22:49:01.616Z] [2020-11-10T22:49:01.616Z] ==> Jenkins CI detected. [2020-11-10T22:49:01.616Z] project root: . [2020-11-10T22:49:01.616Z] --> token set from env [2020-11-10T22:49:01.616Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T22:49:01.616Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T22:49:01.616Z] ==> Python coveragepy not found [2020-11-10T22:49:01.616Z] ==> Searching for coverage reports in: [2020-11-10T22:49:01.616Z] + . [2020-11-10T22:49:01.616Z] -> Found 1 reports [2020-11-10T22:49:01.616Z] ==> Detecting git/mercurial file structure [2020-11-10T22:49:01.616Z] ==> Reading reports [2020-11-10T22:49:01.616Z] + ./coverage.out bytes=9369 [2020-11-10T22:49:01.616Z] ==> Appending adjustments [2020-11-10T22:49:01.616Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T22:49:01.616Z] + Found adjustments [2020-11-10T22:49:01.616Z] ==> Gzipping contents [2020-11-10T22:49:01.616Z] ==> Uploading reports [2020-11-10T22:49:01.616Z] url: https://codecov.io [2020-11-10T22:49:01.616Z] query: branch=master&commit=d1bfd12592bfcc37ebda2d741922e4b068f28a62&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T22:49:01.616Z] -> Pinging Codecov [2020-11-10T22:49:01.616Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=d1bfd12592bfcc37ebda2d741922e4b068f28a62&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T22:49:02.189Z] -> Uploading to [2020-11-10T22:49:02.190Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/4E5D53B4F1F92C436F7061BF334D961C/d1bfd12592bfcc37ebda2d741922e4b068f28a62/8edb9297-57ca-43c2-b139-9308dfdb86b1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T224902Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a68c01d981d8a6640b4cea0d64159ffdab0c8de1e13c4efc4ca3b7c2841d0ae [2020-11-10T22:49:02.190Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T22:49:02.190Z] Dload Upload Total Spent Left Speed [2020-11-10T22:49:02.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1695 0 0 100 1695 0 4434 --:--:-- --:--:-- --:--:-- 4437 [2020-11-10T22:49:02.767Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] } [2020-11-10T22:49:02.778Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-10T22:49:03.734Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-10T22:49:03.790Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:04.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T22:49:04.142Z] [2020-11-10T22:49:04.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:04.490Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T22:49:04.490Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-10T22:49:04.490Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T22:49:04.490Z] 0ef7d3d256c8: Pulling fs layer [2020-11-10T22:49:04.490Z] de9db76c5a1d: Pulling fs layer [2020-11-10T22:49:04.490Z] 0eba1c9be4d2: Pulling fs layer [2020-11-10T22:49:04.490Z] 0d57e429df01: Pulling fs layer [2020-11-10T22:49:04.490Z] 4e4be7b47b0d: Pulling fs layer [2020-11-10T22:49:04.490Z] e1f770b5df2f: Pulling fs layer [2020-11-10T22:49:04.490Z] 85a0685a4137: Pulling fs layer [2020-11-10T22:49:04.490Z] 0eba1c9be4d2: Waiting [2020-11-10T22:49:04.490Z] 0d57e429df01: Waiting [2020-11-10T22:49:04.490Z] 4e4be7b47b0d: Waiting [2020-11-10T22:49:04.490Z] e1f770b5df2f: Waiting [2020-11-10T22:49:04.490Z] 85a0685a4137: Waiting [2020-11-10T22:49:04.490Z] de9db76c5a1d: Verifying Checksum [2020-11-10T22:49:04.490Z] de9db76c5a1d: Download complete [2020-11-10T22:49:04.490Z] 0ef7d3d256c8: Download complete [2020-11-10T22:49:04.490Z] 0d57e429df01: Verifying Checksum [2020-11-10T22:49:04.490Z] 0d57e429df01: Download complete [2020-11-10T22:49:04.490Z] 4e4be7b47b0d: Verifying Checksum [2020-11-10T22:49:04.490Z] 4e4be7b47b0d: Download complete [2020-11-10T22:49:04.490Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T22:49:04.490Z] 188c0c94c7c5: Download complete [2020-11-10T22:49:05.076Z] 188c0c94c7c5: Pull complete [2020-11-10T22:49:05.076Z] 0ef7d3d256c8: Pull complete [2020-11-10T22:49:05.338Z] de9db76c5a1d: Pull complete [2020-11-10T22:49:07.275Z] e1f770b5df2f: Verifying Checksum [2020-11-10T22:49:07.275Z] e1f770b5df2f: Download complete [2020-11-10T22:49:09.232Z] 0eba1c9be4d2: Verifying Checksum [2020-11-10T22:49:09.232Z] 0eba1c9be4d2: Download complete [2020-11-10T22:49:09.497Z] 85a0685a4137: Verifying Checksum [2020-11-10T22:49:09.497Z] 85a0685a4137: Download complete [2020-11-10T22:49:16.124Z] 0eba1c9be4d2: Pull complete [2020-11-10T22:49:16.124Z] 0d57e429df01: Pull complete [2020-11-10T22:49:16.124Z] 4e4be7b47b0d: Pull complete [2020-11-10T22:49:18.685Z] e1f770b5df2f: Pull complete [2020-11-10T22:49:25.330Z] 85a0685a4137: Pull complete [2020-11-10T22:49:25.330Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-10T22:49:25.330Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T22:49:25.330Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-10T22:49:25.547Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:49:25.602Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-10T22:49:26.615Z] $ docker top 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-10T22:49:26.876Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-10T22:49:27.184Z] + set -o pipefail [2020-11-10T22:49:27.184Z] + snyk monitor '--org=edgex-jenkins' [2020-11-10T22:49:33.807Z] [2020-11-10T22:49:33.807Z] Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... [2020-11-10T22:49:33.807Z] [2020-11-10T22:49:33.807Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/9914d667-29b2-4f78-a60f-dd2ac245ace6 [2020-11-10T22:49:33.807Z] [2020-11-10T22:49:33.807Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-10T22:49:33.807Z] [2020-11-10T22:49:34.070Z] [Pipeline] } [2020-11-10T22:49:34.087Z] $ docker stop --time=1 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 [2020-11-10T22:49:36.601Z] $ docker rm -f 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-10T22:49:37.430Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62, dockerFile=Dockerfile [Pipeline] echo [2020-11-10T22:49:37.433Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-10T22:49:37.724Z] + set -o pipefail [2020-11-10T22:49:37.725Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-10T22:49:37.725Z] + tee .snyk [2020-11-10T22:49:37.989Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-10T22:49:37.989Z] version: v1.14.1 [2020-11-10T22:49:37.989Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-10T22:49:37.989Z] # ignore: [2020-11-10T22:49:37.989Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-10T22:49:37.989Z] # - '*': [2020-11-10T22:49:37.989Z] # reason: does not apply # justification for ignoring [2020-11-10T22:49:37.989Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-10T22:49:37.989Z] # patch: {} [Pipeline] withCredentials [2020-11-10T22:49:38.090Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:38.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T22:49:38.433Z] . [Pipeline] withDockerContainer [2020-11-10T22:49:38.535Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:49:38.588Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-10T22:49:39.203Z] $ docker top fc3afb0cafd5a3783d635f1e0052f33cd420246835aa698f703e6a490b425203 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T22:49:39.737Z] + rm -f snykReport.html [Pipeline] echo [2020-11-10T22:49:39.749Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-10T22:49:40.048Z] + set -o pipefail [2020-11-10T22:49:40.048Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk'+ --jsonsnyk-to-html [2020-11-10T22:49:40.048Z] -o snykReport.html [2020-11-10T22:49:48.221Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-10T22:49:48.256Z] $ docker stop --time=1 fc3afb0cafd5a3783d635f1e0052f33cd420246835aa698f703e6a490b425203 [2020-11-10T22:49:49.655Z] $ docker rm -f fc3afb0cafd5a3783d635f1e0052f33cd420246835aa698f703e6a490b425203 [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-10T22:49:53.794Z] + git log --format=format:%s -1 d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:54.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:49:54.115Z] . [Pipeline] withDockerContainer [2020-11-10T22:49:54.218Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:49:54.262Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T22:49:55.051Z] $ docker top b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T22:49:55.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T22:49:55.424Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T22:49:55.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T22:49:55.747Z] $ docker exec b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e ssh-agent [2020-11-10T22:49:55.935Z] SSH_AUTH_SOCK=/tmp/ssh-BSpMivOuLbPK/agent.13 [2020-11-10T22:49:55.935Z] SSH_AGENT_PID=19 [2020-11-10T22:49:55.950Z] Running ssh-add (command line suppressed) [2020-11-10T22:49:56.090Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_331505701112552437.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_331505701112552437.key) [2020-11-10T22:49:56.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T22:49:56.494Z] + git semver tag [2020-11-10T22:49:56.494Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T22:49:56.494Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-11-10T22:49:56.494Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:49:56.494Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T22:49:56.494Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T22:49:56.494Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T22:49:56.494Z] # $SEMVER_BRANCH = master [2020-11-10T22:49:56.494Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-11-10T22:49:56.494Z] # d1bfd12592bfcc37ebda2d741922e4b068f28a62 HEAD [2020-11-10T22:49:56.494Z] # -> Force: false [2020-11-10T22:49:56.494Z] # d35edcc050bf7475365b42400ab71ab8be0ec575 refs/tags/v1.1.3-dev.9 [Pipeline] } [2020-11-10T22:49:56.510Z] $ docker exec --env ******** --env ******** b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e ssh-agent -k [2020-11-10T22:49:56.638Z] unset SSH_AUTH_SOCK; [2020-11-10T22:49:56.638Z] unset SSH_AGENT_PID; [2020-11-10T22:49:56.638Z] echo Agent pid 19 killed; [2020-11-10T22:49:56.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T22:49:57.170Z] + git semver [Pipeline] } [2020-11-10T22:49:57.191Z] $ docker stop --time=1 b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e [2020-11-10T22:49:58.550Z] $ docker rm -f b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:59.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T22:49:59.202Z] [2020-11-10T22:49:59.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:49:59.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T22:49:59.559Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-10T22:49:59.559Z] ab5ef0e58194: Pulling fs layer [2020-11-10T22:49:59.559Z] 9712f1f96733: Pulling fs layer [2020-11-10T22:49:59.559Z] 63f879dbbcfc: Pulling fs layer [2020-11-10T22:49:59.559Z] 0d9ebad4ef96: Pulling fs layer [2020-11-10T22:49:59.559Z] e9a5061849ea: Pulling fs layer [2020-11-10T22:49:59.559Z] d747dcd14b5f: Pulling fs layer [2020-11-10T22:49:59.559Z] 2de7ff778b66: Pulling fs layer [2020-11-10T22:49:59.559Z] 0d9ebad4ef96: Waiting [2020-11-10T22:49:59.559Z] e9a5061849ea: Waiting [2020-11-10T22:49:59.559Z] d747dcd14b5f: Waiting [2020-11-10T22:49:59.559Z] 2de7ff778b66: Waiting [2020-11-10T22:49:59.559Z] 9712f1f96733: Verifying Checksum [2020-11-10T22:49:59.559Z] 9712f1f96733: Download complete [2020-11-10T22:50:01.497Z] 63f879dbbcfc: Verifying Checksum [2020-11-10T22:50:01.497Z] 63f879dbbcfc: Download complete [2020-11-10T22:50:01.497Z] e9a5061849ea: Verifying Checksum [2020-11-10T22:50:01.497Z] e9a5061849ea: Download complete [2020-11-10T22:50:01.497Z] d747dcd14b5f: Verifying Checksum [2020-11-10T22:50:01.497Z] d747dcd14b5f: Download complete [2020-11-10T22:50:02.075Z] 2de7ff778b66: Verifying Checksum [2020-11-10T22:50:02.075Z] 2de7ff778b66: Download complete [2020-11-10T22:50:02.075Z] 0d9ebad4ef96: Verifying Checksum [2020-11-10T22:50:02.075Z] 0d9ebad4ef96: Download complete [2020-11-10T22:50:02.340Z] ab5ef0e58194: Download complete [2020-11-10T22:50:06.575Z] ab5ef0e58194: Pull complete [2020-11-10T22:50:06.575Z] 9712f1f96733: Pull complete [2020-11-10T22:50:09.131Z] 63f879dbbcfc: Pull complete [2020-11-10T22:50:21.426Z] 0d9ebad4ef96: Pull complete [2020-11-10T22:50:21.426Z] e9a5061849ea: Pull complete [2020-11-10T22:50:21.426Z] d747dcd14b5f: Pull complete [2020-11-10T22:50:25.659Z] 2de7ff778b66: Pull complete [2020-11-10T22:50:25.659Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-10T22:50:25.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T22:50:25.659Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-10T22:50:25.867Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:50:25.917Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-10T22:50:29.075Z] $ docker top 83fedac6f490b8733959b1a1d7523255d813bc4614289a4661b806d6b18e5660 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-10T22:50:29.391Z] provisioning config files... [2020-11-10T22:50:29.405Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5450978994779822992tmp [2020-11-10T22:50:29.426Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5507713411850629906tmp [2020-11-10T22:50:29.441Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1734286063318085350tmp [Pipeline] { [Pipeline] echo [2020-11-10T22:50:29.525Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:50:29.832Z] ---> sigul-configuration.sh [2020-11-10T22:50:29.832Z] gpg: directory `/root/.gnupg' created [2020-11-10T22:50:29.832Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-10T22:50:29.832Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-10T22:50:29.832Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-10T22:50:29.832Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-10T22:50:29.832Z] gpg: CAST5 encrypted data [2020-11-10T22:50:30.096Z] gpg: encrypted with 1 passphrase [2020-11-10T22:50:30.096Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-10T22:50:30.397Z] + mkdir /home/jenkins [2020-11-10T22:50:30.397Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-10T22:50:30.697Z] + 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-10T22:50:30.709Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:50:31.008Z] ---> sigul-install.sh [2020-11-10T22:50:37.616Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-10T22:50:37.920Z] + git tag --list [2020-11-10T22:50:37.920Z] v1.0.0 [2020-11-10T22:50:37.920Z] v1.1.0 [2020-11-10T22:50:37.920Z] v1.1.1 [2020-11-10T22:50:37.920Z] v1.1.2 [2020-11-10T22:50:37.920Z] v1.1.2-dev.1 [2020-11-10T22:50:37.920Z] v1.1.2-dev.2 [2020-11-10T22:50:37.920Z] v1.1.3-dev.1 [2020-11-10T22:50:37.920Z] v1.1.3-dev.2 [2020-11-10T22:50:37.920Z] v1.1.3-dev.3 [2020-11-10T22:50:37.920Z] v1.1.3-dev.4 [2020-11-10T22:50:37.920Z] v1.1.3-dev.5 [2020-11-10T22:50:37.921Z] v1.1.3-dev.6 [2020-11-10T22:50:37.921Z] v1.1.3-dev.7 [2020-11-10T22:50:37.921Z] v1.1.3-dev.8 [2020-11-10T22:50:37.921Z] v1.1.3-dev.9 [Pipeline] sh [2020-11-10T22:50:38.224Z] + lftools sign git-tag v1.1.3-dev.9 [2020-11-10T22:50:39.615Z] Signing Git tag with Sigul... [2020-11-10T22:50:39.615Z] Signing v1.1.3-dev.9 [Pipeline] echo [2020-11-10T22:50:40.573Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:50:40.874Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-10T22:50:40.884Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-10T22:50:41.005Z] $ docker stop --time=1 83fedac6f490b8733959b1a1d7523255d813bc4614289a4661b806d6b18e5660 [2020-11-10T22:50:43.050Z] $ docker rm -f 83fedac6f490b8733959b1a1d7523255d813bc4614289a4661b806d6b18e5660 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:50:44.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:50:44.092Z] . [Pipeline] withDockerContainer [2020-11-10T22:50:44.216Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:50:44.279Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T22:50:44.982Z] $ docker top 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T22:50:45.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T22:50:45.305Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T22:50:45.507Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T22:50:45.514Z] $ docker exec 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 ssh-agent [2020-11-10T22:50:45.690Z] SSH_AUTH_SOCK=/tmp/ssh-LbFjDdNd1HkD/agent.12 [2020-11-10T22:50:45.690Z] SSH_AGENT_PID=17 [2020-11-10T22:50:45.698Z] Running ssh-add (command line suppressed) [2020-11-10T22:50:45.838Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2473000828492737086.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2473000828492737086.key) [2020-11-10T22:50:45.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T22:50:46.240Z] + git semver bump pre [2020-11-10T22:50:46.240Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T22:50:46.240Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-11-10T22:50:46.240Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:50:46.240Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T22:50:46.240Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T22:50:46.240Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T22:50:46.240Z] # $SEMVER_BRANCH = master [2020-11-10T22:50:46.240Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [2020-11-10T22:50:46.240Z] 1.1.3-dev.10 [Pipeline] } [2020-11-10T22:50:46.256Z] $ docker exec --env ******** --env ******** 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 ssh-agent -k [2020-11-10T22:50:46.391Z] unset SSH_AUTH_SOCK; [2020-11-10T22:50:46.391Z] unset SSH_AGENT_PID; [2020-11-10T22:50:46.391Z] echo Agent pid 17 killed; [2020-11-10T22:50:46.446Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T22:50:46.936Z] + git semver [Pipeline] } [2020-11-10T22:50:46.957Z] $ docker stop --time=1 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 [2020-11-10T22:50:48.311Z] $ docker rm -f 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:50:48.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T22:50:48.860Z] . [Pipeline] withDockerContainer [2020-11-10T22:50:48.964Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:50:49.014Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T22:50:49.733Z] $ docker top 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T22:50:50.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T22:50:50.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T22:50:50.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T22:50:50.307Z] $ docker exec 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f ssh-agent [2020-11-10T22:50:50.478Z] SSH_AUTH_SOCK=/tmp/ssh-vfPPHKYjsgjF/agent.12 [2020-11-10T22:50:50.478Z] SSH_AGENT_PID=17 [2020-11-10T22:50:50.508Z] Running ssh-add (command line suppressed) [2020-11-10T22:50:50.683Z] Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_817492756408463887.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_817492756408463887.key) [2020-11-10T22:50:50.747Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T22:50:51.130Z] + git semver push [2020-11-10T22:50:51.130Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T22:50:51.130Z] # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git [2020-11-10T22:50:51.130Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:50:51.130Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T22:50:51.130Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T22:50:51.130Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T22:50:51.130Z] # $SEMVER_BRANCH = master [2020-11-10T22:50:51.130Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } [2020-11-10T22:50:57.766Z] $ docker exec --env ******** --env ******** 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f ssh-agent -k [2020-11-10T22:50:57.951Z] unset SSH_AUTH_SOCK; [2020-11-10T22:50:57.951Z] unset SSH_AGENT_PID; [2020-11-10T22:50:57.951Z] echo Agent pid 17 killed; [2020-11-10T22:50:58.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T22:50:58.497Z] + git semver [Pipeline] } [2020-11-10T22:50:58.516Z] $ docker stop --time=1 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f [2020-11-10T22:50:59.884Z] $ docker rm -f 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f [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-10T22:51:02.923Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:03.500Z] ---> package-listing.sh [2020-11-10T22:51:03.500Z] ++ facter osfamily [2020-11-10T22:51:03.500Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T22:51:03.500Z] + OS_FAMILY=redhat [2020-11-10T22:51:03.500Z] + workspace=/w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:51:03.500Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T22:51:03.500Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T22:51:03.500Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T22:51:03.500Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T22:51:03.500Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-11-10T22:51:03.500Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T22:51:03.500Z] + case "${OS_FAMILY}" in [2020-11-10T22:51:03.500Z] + rpm -qa [2020-11-10T22:51:03.500Z] + sort [2020-11-10T22:51:07.723Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T22:51:07.723Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T22:51:07.723Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T22:51:07.723Z] + '[' /w/workspace/gexfoundry_device-rest-go_master ']' [2020-11-10T22:51:07.723Z] + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ [2020-11-10T22:51:07.723Z] + 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-10T22:51:07.737Z] 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-10T22:51:08.030Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:51:08.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T22:51:08.337Z] [2020-11-10T22:51:08.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T22:51:08.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T22:51:08.694Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T22:51:08.694Z] df20fa9351a1: Pulling fs layer [2020-11-10T22:51:08.694Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T22:51:08.694Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T22:51:08.694Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T22:51:08.694Z] 93b61091891f: Pulling fs layer [2020-11-10T22:51:08.694Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T22:51:08.694Z] 5e14af77c1be: Pulling fs layer [2020-11-10T22:51:08.694Z] 01666e4c0597: Pulling fs layer [2020-11-10T22:51:08.694Z] aa168da1d23b: Pulling fs layer [2020-11-10T22:51:08.694Z] 93b9cdb0e59b: Waiting [2020-11-10T22:51:08.694Z] 5e14af77c1be: Waiting [2020-11-10T22:51:08.694Z] 01666e4c0597: Waiting [2020-11-10T22:51:08.694Z] aa168da1d23b: Waiting [2020-11-10T22:51:08.694Z] 46f8f816bc3b: Waiting [2020-11-10T22:51:08.694Z] 93b61091891f: Waiting [2020-11-10T22:51:08.694Z] 36b3adc4ff6f: Verifying Checksum [2020-11-10T22:51:08.694Z] 36b3adc4ff6f: Download complete [2020-11-10T22:51:08.694Z] 46f8f816bc3b: Verifying Checksum [2020-11-10T22:51:08.694Z] 46f8f816bc3b: Download complete [2020-11-10T22:51:08.694Z] df20fa9351a1: Verifying Checksum [2020-11-10T22:51:08.694Z] df20fa9351a1: Download complete [2020-11-10T22:51:08.958Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T22:51:08.958Z] 93b9cdb0e59b: Download complete [2020-11-10T22:51:08.958Z] 5e14af77c1be: Verifying Checksum [2020-11-10T22:51:08.958Z] 5e14af77c1be: Download complete [2020-11-10T22:51:08.959Z] 01666e4c0597: Verifying Checksum [2020-11-10T22:51:08.959Z] 01666e4c0597: Download complete [2020-11-10T22:51:08.959Z] 93b61091891f: Verifying Checksum [2020-11-10T22:51:08.959Z] 93b61091891f: Download complete [2020-11-10T22:51:08.959Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T22:51:08.959Z] 8ad3a11d3b57: Download complete [2020-11-10T22:51:09.222Z] df20fa9351a1: Pull complete [2020-11-10T22:51:09.486Z] 36b3adc4ff6f: Pull complete [2020-11-10T22:51:10.884Z] 8ad3a11d3b57: Pull complete [2020-11-10T22:51:11.458Z] aa168da1d23b: Verifying Checksum [2020-11-10T22:51:11.458Z] aa168da1d23b: Download complete [2020-11-10T22:51:11.724Z] 46f8f816bc3b: Pull complete [2020-11-10T22:51:12.300Z] 93b61091891f: Pull complete [2020-11-10T22:51:12.564Z] 93b9cdb0e59b: Pull complete [2020-11-10T22:51:12.564Z] 5e14af77c1be: Pull complete [2020-11-10T22:51:12.828Z] 01666e4c0597: Pull complete [2020-11-10T22:51:19.460Z] aa168da1d23b: Pull complete [2020-11-10T22:51:19.460Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T22:51:19.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T22:51:19.460Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T22:51:19.673Z] prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container [2020-11-10T22:51:19.725Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-10T22:51:22.566Z] $ docker top 02a27254b1b259ca465ccc579acc162c71aa54440a40a2841469701c6dba6af8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T22:51:23.098Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T22:51:23.400Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T22:51:23.699Z] + ls /var/log/sa-host [2020-11-10T22:51:23.699Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T22:51:23.699Z] file_magic: OK [2020-11-10T22:51:23.699Z] HZ: Using current value: 100 [2020-11-10T22:51:23.699Z] file_header: OK [2020-11-10T22:51:23.699Z] 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-10T22:51:23.699Z] Statistics: [2020-11-10T22:51:23.699Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T22:51:23.699Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T22:51:23.699Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T22:51:23.699Z] file_magic: OK [2020-11-10T22:51:23.699Z] HZ: Using current value: 100 [2020-11-10T22:51:23.699Z] file_header: OK [2020-11-10T22:51:23.699Z] 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-10T22:51:23.699Z] Statistics: [2020-11-10T22:51:23.699Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T22:51:23.699Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T22:51:24.368Z] provisioning config files... [2020-11-10T22:51:24.382Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5196866311103585742tmp [Pipeline] { [Pipeline] echo [2020-11-10T22:51:24.468Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:24.769Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T22:51:24.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T22:51:24.876Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:25.173Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T22:51:25.185Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:25.482Z] ---> sudo-logs.sh [2020-11-10T22:51:25.482Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T22:51:25.492Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:25.791Z] ---> job-cost.sh [2020-11-10T22:51:25.791Z] lf-activate-venv: SKIPPING [2020-11-10T22:51:25.791Z] INFO: No Stack... [2020-11-10T22:51:26.738Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T22:51:27.312Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T22:51:27.326Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T22:51:27.622Z] ---> logs-deploy.sh [2020-11-10T22:51:27.623Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/25 [2020-11-10T22:51:27.623Z] INFO: archiving workspace using pattern(s): [2020-11-10T22:51:29.544Z] Archives upload complete. [2020-11-10T22:51:29.544Z] INFO: archiving logs to Nexus [2020-11-10T22:51:30.492Z] ---> uname -a: [2020-11-10T22:51:30.492Z] Linux prd-centos7-docker-4c-2g-11761.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] ---> lscpu: [2020-11-10T22:51:30.492Z] Architecture: x86_64 [2020-11-10T22:51:30.492Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-10T22:51:30.492Z] Byte Order: Little Endian [2020-11-10T22:51:30.492Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-10T22:51:30.492Z] CPU(s): 4 [2020-11-10T22:51:30.492Z] On-line CPU(s) list: 0-3 [2020-11-10T22:51:30.492Z] Thread(s) per core: 1 [2020-11-10T22:51:30.492Z] Core(s) per socket: 1 [2020-11-10T22:51:30.492Z] Socket(s): 4 [2020-11-10T22:51:30.492Z] NUMA node(s): 1 [2020-11-10T22:51:30.492Z] Vendor ID: GenuineIntel [2020-11-10T22:51:30.492Z] CPU family: 6 [2020-11-10T22:51:30.492Z] Model: 44 [2020-11-10T22:51:30.492Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-10T22:51:30.492Z] Stepping: 1 [2020-11-10T22:51:30.492Z] CPU MHz: 2933.436 [2020-11-10T22:51:30.492Z] BogoMIPS: 5866.87 [2020-11-10T22:51:30.492Z] Virtualization: VT-x [2020-11-10T22:51:30.492Z] Hypervisor vendor: KVM [2020-11-10T22:51:30.492Z] Virtualization type: full [2020-11-10T22:51:30.492Z] L1d cache: 128 KiB [2020-11-10T22:51:30.492Z] L1i cache: 128 KiB [2020-11-10T22:51:30.492Z] L2 cache: 16 MiB [2020-11-10T22:51:30.492Z] L3 cache: 64 MiB [2020-11-10T22:51:30.492Z] NUMA node0 CPU(s): 0-3 [2020-11-10T22:51:30.492Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-10T22:51:30.492Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-10T22:51:30.492Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-10T22:51:30.492Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-10T22:51:30.492Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-10T22:51:30.492Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-10T22:51:30.492Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-10T22:51:30.492Z] Vulnerability Tsx async abort: Not affected [2020-11-10T22:51:30.492Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] ---> nproc: [2020-11-10T22:51:30.492Z] 4 [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] ---> df -h: [2020-11-10T22:51:30.492Z] Filesystem Size Used Available Use% Mounted on [2020-11-10T22:51:30.492Z] overlay 50.0G 8.5G 41.5G 17% / [2020-11-10T22:51:30.492Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-10T22:51:30.492Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-10T22:51:30.492Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-11-10T22:51:30.492Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] ---> free -m: [2020-11-10T22:51:30.492Z] total used free shared buff/cache available [2020-11-10T22:51:30.492Z] Mem: 1837 810 132 0 894 972 [2020-11-10T22:51:30.492Z] Swap: 1023 3 1020 [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] [2020-11-10T22:51:30.492Z] ---> ip addr: [2020-11-10T22:51:30.492Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-10T22:51:30.492Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-10T22:51:30.492Z] inet 127.0.0.1/8 scope host lo [2020-11-10T22:51:30.492Z] valid_lft forever preferred_lft forever [2020-11-10T22:51:30.492Z] inet6 ::1/128 scope host [2020-11-10T22:51:30.492Z] valid_lft forever preferred_lft forever [2020-11-10T22:51:30.492Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-10T22:51:30.492Z] link/ether fa:16:3e:e8:80:7f brd ff:ff:ff:ff:ff:ff [2020-11-10T22:51:30.492Z] inet 10.30.123.34/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-10T22:51:30.492Z] valid_lft 85847sec preferred_lft 85847sec [2020-11-10T22:51:30.492Z] inet6 fe80::f816:3eff:fee8:807f/64 scope link [2020-11-10T22:51:30.492Z] valid_lft forever preferred_lft forever [2020-11-10T22:51:30.493Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-10T22:51:30.493Z] link/ether 02:42:d7:51:e2:8e brd ff:ff:ff:ff:ff:ff [2020-11-10T22:51:30.493Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-10T22:51:30.493Z] valid_lft forever preferred_lft forever [2020-11-10T22:51:30.493Z] inet6 fe80::42:d7ff:fe51:e28e/64 scope link [2020-11-10T22:51:30.493Z] valid_lft forever preferred_lft forever [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] ---> sar -b -r -n DEV: [2020-11-10T22:51:30.493Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:42:01 LINUX RESTART (4 CPU) [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-10T22:51:30.493Z] 22:44:01 22.49 5.49 16.99 0.00 1601.20 2590.08 0.00 [2020-11-10T22:51:30.493Z] 22:45:01 0.45 0.00 0.45 0.00 0.00 6.93 0.00 [2020-11-10T22:51:30.493Z] 22:46:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 [2020-11-10T22:51:30.493Z] 22:47:01 0.25 0.00 0.25 0.00 0.00 3.61 0.00 [2020-11-10T22:51:30.493Z] 22:48:01 0.30 0.00 0.30 0.00 0.00 4.30 0.00 [2020-11-10T22:51:30.493Z] 22:49:01 0.63 0.40 0.23 0.00 134.00 2.60 0.00 [2020-11-10T22:51:30.493Z] 22:50:01 343.83 207.93 135.89 0.00 10455.22 39732.09 0.00 [2020-11-10T22:51:30.493Z] 22:51:01 216.49 66.87 149.63 0.00 4285.44 28802.18 0.00 [2020-11-10T22:51:30.493Z] Average: 73.13 35.11 38.02 0.00 2060.82 8898.72 0.00 [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-10T22:51:30.493Z] 22:44:01 156792 0 577244 30.68 2620 1144900 1117480 38.14 473344 1091380 32 [2020-11-10T22:51:30.493Z] 22:45:01 161524 0 572560 30.43 2620 1144852 1080232 36.87 471988 1089152 20 [2020-11-10T22:51:30.493Z] 22:46:01 160108 0 573964 30.50 2620 1144864 1080220 36.87 473420 1089152 12 [2020-11-10T22:51:30.493Z] 22:47:01 157608 0 576464 30.64 2620 1144864 1080304 36.87 479684 1085080 8 [2020-11-10T22:51:30.493Z] 22:48:01 158824 0 575240 30.57 2620 1144872 1080112 36.86 480228 1083568 8 [2020-11-10T22:51:30.493Z] 22:49:01 142876 0 587144 31.21 2620 1148916 1093144 37.31 484788 1087384 44 [2020-11-10T22:51:30.493Z] 22:50:01 219672 0 676376 35.95 2280 983228 1361568 46.47 634076 822676 62864 [2020-11-10T22:51:30.493Z] 22:51:01 233972 0 746468 39.67 1528 899588 1182128 40.34 618232 723168 20 [2020-11-10T22:51:30.493Z] Average: 173922 0 610682 32.46 2441 1094510 1134398 38.71 514470 1008945 7876 [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-10T22:51:30.493Z] 22:44:01 eth0 92.61 88.00 464.26 31.22 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:44:01 docker0 32.61 24.77 3.02 131.82 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:45:01 eth0 5.18 2.30 3.48 0.33 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:46:01 eth0 0.93 0.35 0.32 0.20 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:47:01 eth0 0.53 0.45 0.30 0.21 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:48:01 eth0 0.97 0.15 0.20 0.07 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:49:01 eth0 3.83 2.25 3.26 1.01 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:50:01 eth0 863.36 775.23 7263.35 120.41 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:50:01 docker0 32.49 31.87 3.04 157.79 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:51:01 eth0 143.73 116.24 560.54 71.43 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] 22:51:01 docker0 31.14 34.07 1.94 206.72 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] Average: eth0 138.99 123.21 1037.77 28.13 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] Average: docker0 12.03 11.34 1.00 62.07 0.00 0.00 0.00 0.00 [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] ---> sar -P ALL: [2020-11-10T22:51:30.493Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:42:01 LINUX RESTART (4 CPU) [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] 22:43:01 CPU %user %nice %system %iowait %steal %idle [2020-11-10T22:51:30.493Z] 22:44:01 all 2.48 0.00 1.54 0.60 0.03 95.34 [2020-11-10T22:51:30.493Z] 22:44:01 0 2.21 0.00 1.56 0.39 0.03 95.81 [2020-11-10T22:51:30.493Z] 22:44:01 1 3.13 0.00 1.51 0.13 0.05 95.18 [2020-11-10T22:51:30.493Z] 22:44:01 2 2.23 0.00 1.44 0.13 0.02 96.18 [2020-11-10T22:51:30.493Z] 22:44:01 3 2.34 0.00 1.66 1.76 0.03 94.21 [2020-11-10T22:51:30.493Z] 22:45:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-11-10T22:51:30.493Z] 22:45:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-11-10T22:51:30.493Z] 22:45:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2020-11-10T22:51:30.493Z] 22:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-10T22:51:30.493Z] 22:45:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-11-10T22:51:30.493Z] 22:46:01 all 0.16 0.00 0.04 0.00 0.00 99.79 [2020-11-10T22:51:30.493Z] 22:46:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2020-11-10T22:51:30.493Z] 22:46:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-11-10T22:51:30.493Z] 22:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-10T22:51:30.493Z] 22:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-10T22:51:30.493Z] 22:47:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-11-10T22:51:30.493Z] 22:47:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-11-10T22:51:30.493Z] 22:47:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2020-11-10T22:51:30.493Z] 22:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-10T22:51:30.493Z] 22:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-11-10T22:51:30.493Z] 22:48:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2020-11-10T22:51:30.493Z] 22:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-10T22:51:30.493Z] 22:48:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-11-10T22:51:30.493Z] 22:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2020-11-10T22:51:30.493Z] 22:48:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-11-10T22:51:30.493Z] 22:49:01 all 0.28 0.00 0.22 0.00 0.00 99.49 [2020-11-10T22:51:30.493Z] 22:49:01 0 0.22 0.00 0.25 0.00 0.00 99.53 [2020-11-10T22:51:30.493Z] 22:49:01 1 0.17 0.00 0.30 0.00 0.02 99.52 [2020-11-10T22:51:30.493Z] 22:49:01 2 0.35 0.00 0.17 0.00 0.00 99.48 [2020-11-10T22:51:30.493Z] 22:49:01 3 0.40 0.00 0.15 0.02 0.00 99.43 [2020-11-10T22:51:30.493Z] 22:50:01 all 12.93 0.00 9.31 3.82 0.15 73.78 [2020-11-10T22:51:30.493Z] 22:50:01 0 12.00 0.00 8.87 5.83 0.16 73.14 [2020-11-10T22:51:30.493Z] 22:50:01 1 12.18 0.00 8.77 4.26 0.17 74.62 [2020-11-10T22:51:30.493Z] 22:50:01 2 12.53 0.00 10.19 2.88 0.14 74.26 [2020-11-10T22:51:30.493Z] 22:50:01 3 15.01 0.00 9.41 2.33 0.14 73.11 [2020-11-10T22:51:30.493Z] 22:51:01 all 10.11 0.00 7.49 2.55 0.14 79.70 [2020-11-10T22:51:30.493Z] 22:51:01 0 8.68 0.00 6.86 1.00 0.12 83.34 [2020-11-10T22:51:30.493Z] 22:51:01 1 8.85 0.00 6.75 3.53 0.17 80.71 [2020-11-10T22:51:30.493Z] 22:51:01 2 12.78 0.00 8.37 2.67 0.14 76.05 [2020-11-10T22:51:30.493Z] 22:51:01 3 10.12 0.00 7.99 3.02 0.15 78.71 [2020-11-10T22:51:30.493Z] Average: all 3.25 0.00 2.30 0.86 0.04 93.55 [2020-11-10T22:51:30.493Z] Average: 0 2.86 0.00 2.18 0.88 0.04 94.04 [2020-11-10T22:51:30.493Z] Average: 1 3.14 0.00 2.15 0.97 0.05 93.68 [2020-11-10T22:51:30.493Z] Average: 2 3.45 0.00 2.49 0.70 0.04 93.33 [2020-11-10T22:51:30.493Z] Average: 3 3.56 0.00 2.37 0.88 0.04 93.14 [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z] [2020-11-10T22:51:30.493Z]