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 22:42:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:51 ========================================================= 22:42:51 EdgeX Global Pipelines Version Info 22:42:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:53 ------------------- 22:42:53 stable info: 22:42:53 ------------------- 22:42:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:53 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 22:42:53 Message: update stable to v1.0.162 22:42:54 ------------------- 22:42:54 experimental info: 22:42:54 ------------------- 22:42:54 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:54 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 22:42:54 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:42:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 22:42:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 22:42:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1bfd12 [Pipeline] echo 22:42:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:57 provisioning config files... 22:42:57 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8917655009587489481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:58 ---> docker-login.sh 22:42:58 nexus3.edgexfoundry.org:10001 22:42:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:58 Configure a credential helper to remove this warning. See 22:42:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:58 22:42:58 Login Succeeded 22:42:58 nexus3.edgexfoundry.org:10002 22:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:59 Configure a credential helper to remove this warning. See 22:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:59 22:42:59 Login Succeeded 22:42:59 nexus3.edgexfoundry.org:10003 22:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:59 Configure a credential helper to remove this warning. See 22:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:59 22:42:59 Login Succeeded 22:42:59 nexus3.edgexfoundry.org:10004 22:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:59 Configure a credential helper to remove this warning. See 22:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:59 22:42:59 Login Succeeded 22:42:59 docker.io 22:42:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:59 Configure a credential helper to remove this warning. See 22:42:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:59 22:42:59 Login Succeeded 22:42:59 ---> docker-login.sh ends [Pipeline] } 22:42:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:00 + git log --format=format:%s -1 d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo 22:43:00 GIT_COMMIT: d1bfd12592bfcc37ebda2d741922e4b068f28a62, Commit Message: Merge pull request #57 from siggiskulason/fix-snap-version [Pipeline] echo 22:43:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:43:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:01 22:43:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:43:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:02 latest: Pulling from edgex-devops/git-semver 22:43:02 31603596830f: Pulling fs layer 22:43:02 2a8b12db71e7: Pulling fs layer 22:43:02 6ca5941a6612: Pulling fs layer 22:43:02 ecc8261a40a4: Pulling fs layer 22:43:02 ecc8261a40a4: Waiting 22:43:02 2a8b12db71e7: Download complete 22:43:02 31603596830f: Verifying Checksum 22:43:02 31603596830f: Download complete 22:43:02 ecc8261a40a4: Verifying Checksum 22:43:02 ecc8261a40a4: Download complete 22:43:02 6ca5941a6612: Verifying Checksum 22:43:02 6ca5941a6612: Download complete 22:43:02 31603596830f: Pull complete 22:43:02 2a8b12db71e7: Pull complete 22:43:03 6ca5941a6612: Pull complete 22:43:04 ecc8261a40a4: Pull complete 22:43:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:43:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:43:04 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:43:04 $ 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 22:43:06 $ docker top 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:06 [ssh-agent] Looking for ssh-agent implementation... 22:43:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:06 $ docker exec 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent 22:43:07 SSH_AUTH_SOCK=/tmp/ssh-zxS8XLMgkISf/agent.12 22:43:07 SSH_AGENT_PID=17 22:43:07 Running ssh-add (command line suppressed) 22:43:07 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) 22:43:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:07 + git tag --points-at HEAD [Pipeline] } 22:43:07 $ docker exec --env ******** --env ******** 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent -k 22:43:07 unset SSH_AUTH_SOCK; 22:43:07 unset SSH_AGENT_PID; 22:43:07 echo Agent pid 17 killed; 22:43:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:43:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:08 [ssh-agent] Looking for ssh-agent implementation... 22:43:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:08 $ docker exec 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent 22:43:08 SSH_AUTH_SOCK=/tmp/ssh-QMqgbRx5HUkE/agent.46 22:43:08 SSH_AGENT_PID=52 22:43:08 Running ssh-add (command line suppressed) 22:43:08 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) 22:43:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:08 + git semver init 22:43:08 # -> Open(): unable to determine branch for HEAD 22:43:08 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:43:08 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:43:08 # $SEMVER_REMOTE_NAME = origin 22:43:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:08 # $SEMVER_USER_NAME = edgex-jenkins 22:43:08 # $SEMVER_BRANCH = master 22:43:08 # $SEMVER_TEMP = /tmp/semver-391821102 22:43:08 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 22:43:10 # '/tmp/semver-391821102' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 22:43:10 # -> Force: false 22:43:10 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 22:43:10 $ docker exec --env ******** --env ******** 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d ssh-agent -k 22:43:10 unset SSH_AUTH_SOCK; 22:43:10 unset SSH_AGENT_PID; 22:43:10 echo Agent pid 52 killed; 22:43:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:11 + git semver [Pipeline] } 22:43:11 $ docker stop --time=1 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d 22:43:12 $ docker rm -f 441397a54cb84503b33431665dc132f163a647ae66fada482334be9bd590028d [Pipeline] // withDockerContainer [Pipeline] sh 22:43:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:43:13 Stashed 1 file(s) [Pipeline] echo 22:43:13 [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 22:43:28 Still waiting to schedule task 22:43:28 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11761’ 22:43:28 Still waiting to schedule task 22:43:28 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:45:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11763 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 22:45:27 Running in /w/workspace/device-rest-go/25 [Pipeline] { [Pipeline] checkout 22:45:33 using credential edgex-jenkins-ssh 22:45:33 Cloning the remote Git repository 22:45:33 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 22:45:33 > git init /w/workspace/device-rest-go/25 # timeout=10 22:45:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:45:33 > git --version # timeout=10 22:45:33 > git --version # 'git version 2.17.1' 22:45:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:35 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:45:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:35 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:45:35 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:45:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:35 Checking out Revision d1bfd12592bfcc37ebda2d741922e4b068f28a62 (master) 22:45:36 > git config core.sparsecheckout # timeout=10 22:45:36 > git checkout -f d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 22:45:40 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 22:45:41 provisioning config files... 22:45:41 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config7472454729324474056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:42 ---> docker-login.sh 22:45:42 nexus3.edgexfoundry.org:10001 22:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:43 Configure a credential helper to remove this warning. See 22:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:43 22:45:43 Login Succeeded 22:45:43 nexus3.edgexfoundry.org:10002 22:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:43 Configure a credential helper to remove this warning. See 22:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:43 22:45:43 Login Succeeded 22:45:44 nexus3.edgexfoundry.org:10003 22:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:44 Configure a credential helper to remove this warning. See 22:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:44 22:45:44 Login Succeeded 22:45:44 nexus3.edgexfoundry.org:10004 22:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:44 Configure a credential helper to remove this warning. See 22:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:44 22:45:44 Login Succeeded 22:45:44 docker.io 22:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:45 Configure a credential helper to remove this warning. See 22:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:45 22:45:45 Login Succeeded 22:45:45 ---> docker-login.sh ends [Pipeline] } 22:45:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:46 ========================================================= 22:45:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:45:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:46 + 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 . 22:45:46 Sending build context to Docker daemon 79.87kB 22:45:47 Step 1/10 : ARG BASE=golang:1.15-alpine 22:45:47 Step 2/10 : FROM ${BASE} 22:45:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:45:47 b538f80385f9: Pulling fs layer 22:45:47 74f711af9a0d: Pulling fs layer 22:45:47 99f96fe45779: Pulling fs layer 22:45:47 8529a6b9a6be: Pulling fs layer 22:45:47 45590311c82a: Pulling fs layer 22:45:47 69ca0ff8b7b3: Pulling fs layer 22:45:47 209524e5b208: Pulling fs layer 22:45:47 45590311c82a: Waiting 22:45:47 69ca0ff8b7b3: Waiting 22:45:47 8529a6b9a6be: Waiting 22:45:47 209524e5b208: Waiting 22:45:47 99f96fe45779: Verifying Checksum 22:45:47 99f96fe45779: Download complete 22:45:47 74f711af9a0d: Verifying Checksum 22:45:47 74f711af9a0d: Download complete 22:45:47 45590311c82a: Verifying Checksum 22:45:47 45590311c82a: Download complete 22:45:47 69ca0ff8b7b3: Verifying Checksum 22:45:47 69ca0ff8b7b3: Download complete 22:45:47 b538f80385f9: Verifying Checksum 22:45:47 b538f80385f9: Download complete 22:45:48 b538f80385f9: Pull complete 22:45:48 74f711af9a0d: Pull complete 22:45:49 99f96fe45779: Pull complete 22:45:50 209524e5b208: Verifying Checksum 22:45:50 209524e5b208: Download complete 22:45:51 8529a6b9a6be: Verifying Checksum 22:45:51 8529a6b9a6be: Download complete 22:45:59 Running on prd-centos7-docker-4c-2g-11764 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 22:45:59 Running in /w/workspace/device-rest-go/25 [Pipeline] { [Pipeline] checkout 22:46:01 8529a6b9a6be: Pull complete 22:46:01 45590311c82a: Pull complete 22:46:02 69ca0ff8b7b3: Pull complete 22:46:05 209524e5b208: Pull complete 22:46:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:46:05 ---> 5bddaf1c2fca 22:46:05 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 22:46:07 using credential edgex-jenkins-ssh 22:46:07 Cloning the remote Git repository 22:46:08 ---> Running in 8f7902b8ede8 22:46:08 Removing intermediate container 8f7902b8ede8 22:46:08 ---> e1c432c4f6bd 22:46:08 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:46:08 ---> Running in 3e52028b84c0 22:46:07 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 22:46:08 > git init /w/workspace/device-rest-go/25 # timeout=10 22:46:08 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:46:08 > git --version # timeout=10 22:46:08 > git --version # 'git version 2.16.5' 22:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:09 Removing intermediate container 3e52028b84c0 22:46:09 ---> 9f6f23e86a2e 22:46:09 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:46:09 ---> Running in fec8b6beda98 22:46:10 Removing intermediate container fec8b6beda98 22:46:10 ---> a1e42df982d1 22:46:10 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:10 ---> Running in 197125d3b0c3 22:46:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:46:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:46:10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:46:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:46:10 Checking out Revision d1bfd12592bfcc37ebda2d741922e4b068f28a62 (master) 22:46:10 > git config core.sparsecheckout # timeout=10 22:46:10 > git checkout -f d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 22:46:12 Removing intermediate container 197125d3b0c3 22:46:12 ---> b251657774a7 22:46:12 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:46:12 ---> Running in 742125e85a7f 22:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:46:15 Commit message: "Merge pull request #57 from siggiskulason/fix-snap-version" 22:46:15 OK: 142 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:46:16 provisioning config files... 22:46:16 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config1555657356496632903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:16 Removing intermediate container 742125e85a7f 22:46:16 ---> ff6f1857296f 22:46:16 Step 8/10 : WORKDIR /device-rest-go 22:46:16 ---> Running in 94bceeb3f341 22:46:17 Removing intermediate container 94bceeb3f341 22:46:17 ---> 8d13bcea6e0f 22:46:17 Step 9/10 : COPY . . 22:46:17 ---> docker-login.sh 22:46:17 nexus3.edgexfoundry.org:10001 22:46:18 ---> ad306615cc3f 22:46:18 Step 10/10 : RUN go mod download 22:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:18 ---> Running in 2224a19616c5 22:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:18 Configure a credential helper to remove this warning. See 22:46:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:18 22:46:18 Login Succeeded 22:46:18 nexus3.edgexfoundry.org:10002 22:46:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:18 Configure a credential helper to remove this warning. See 22:46:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:18 22:46:18 Login Succeeded 22:46:18 nexus3.edgexfoundry.org:10003 22:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:19 Configure a credential helper to remove this warning. See 22:46:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:19 22:46:19 Login Succeeded 22:46:19 nexus3.edgexfoundry.org:10004 22:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:19 Configure a credential helper to remove this warning. See 22:46:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:19 22:46:19 Login Succeeded 22:46:19 docker.io 22:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:20 Configure a credential helper to remove this warning. See 22:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:20 22:46:20 Login Succeeded 22:46:20 ---> docker-login.sh ends [Pipeline] } 22:46:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:46:20 ========================================================= 22:46:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:46:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:21 + 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 . 22:46:21 Sending build context to Docker daemon 79.87kB 22:46:21 Step 1/10 : ARG BASE=golang:1.15-alpine 22:46:21 Step 2/10 : FROM ${BASE} 22:46:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:22 df20fa9351a1: Pulling fs layer 22:46:22 ed8968b2872e: Pulling fs layer 22:46:22 a92cc7c5fd73: Pulling fs layer 22:46:22 e871e8e8d7a9: Pulling fs layer 22:46:22 e73272ec9a57: Pulling fs layer 22:46:22 1e910a182e73: Pulling fs layer 22:46:22 4e634b169226: Pulling fs layer 22:46:22 e73272ec9a57: Waiting 22:46:22 1e910a182e73: Waiting 22:46:22 4e634b169226: Waiting 22:46:22 e871e8e8d7a9: Waiting 22:46:22 a92cc7c5fd73: Verifying Checksum 22:46:22 a92cc7c5fd73: Download complete 22:46:22 ed8968b2872e: Verifying Checksum 22:46:22 ed8968b2872e: Download complete 22:46:22 e73272ec9a57: Verifying Checksum 22:46:22 e73272ec9a57: Download complete 22:46:22 1e910a182e73: Verifying Checksum 22:46:22 1e910a182e73: Download complete 22:46:22 df20fa9351a1: Verifying Checksum 22:46:22 df20fa9351a1: Download complete 22:46:22 df20fa9351a1: Pull complete 22:46:23 ed8968b2872e: Pull complete 22:46:23 a92cc7c5fd73: Pull complete 22:46:35 4e634b169226: Verifying Checksum 22:46:35 4e634b169226: Download complete 22:46:39 e871e8e8d7a9: Verifying Checksum 22:46:39 e871e8e8d7a9: Download complete 22:46:40 Removing intermediate container 2224a19616c5 22:46:40 ---> 59f878952a6f 22:46:40 Successfully built 59f878952a6f 22:46:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:46:41 + docker inspect -f . ci-base-image-arm64 22:46:41 . [Pipeline] withDockerContainer 22:46:41 prd-ubuntu18.04-docker-arm64-4c-16g-11763 does not seem to be running inside a container 22:46:41 $ 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 22:46:43 $ docker top 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:44 + go version 22:46:44 go version go1.15.2 linux/arm64 [Pipeline] } 22:46:44 $ docker stop --time=1 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f 22:46:46 $ docker rm -f 215e14aef6d6d20218c82cfd93c2952ff307576aebae6fa01084cb514f775b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:47 + docker inspect -f . ci-base-image-arm64 22:46:47 . [Pipeline] withDockerContainer 22:46:48 prd-ubuntu18.04-docker-arm64-4c-16g-11763 does not seem to be running inside a container 22:46:48 $ 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 22:46:50 $ docker top 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:51 + make test 22:46:51 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:46:52 ? github.com/edgexfoundry/device-rest-go [no test files] 22:46:55 e871e8e8d7a9: Pull complete 22:46:55 e73272ec9a57: Pull complete 22:46:55 1e910a182e73: Pull complete 22:47:02 4e634b169226: Pull complete 22:47:02 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:47:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:47:02 ---> f7629b54cfaa 22:47:02 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 22:47:02 ---> Running in 6df098522b63 22:47:02 Removing intermediate container 6df098522b63 22:47:02 ---> cb504dddae9c 22:47:02 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 22:47:02 ---> Running in 14b0744f45ad 22:47:02 Removing intermediate container 14b0744f45ad 22:47:02 ---> b1935262638d 22:47:02 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:47:02 ---> Running in 9ff5eb56523d 22:47:02 Removing intermediate container 9ff5eb56523d 22:47:02 ---> 8ae0b7117205 22:47:02 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:02 ---> Running in 62dad48d32d7 22:47:04 Removing intermediate container 62dad48d32d7 22:47:04 ---> 776baf2130e2 22:47:04 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:47:04 ---> Running in 1bb49a2bdd7f 22:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:07 OK: 166 MiB in 39 packages 22:47:08 Removing intermediate container 1bb49a2bdd7f 22:47:08 ---> fffa1197d253 22:47:08 Step 8/10 : WORKDIR /device-rest-go 22:47:08 ---> Running in c6c54b0a61ee 22:47:08 Removing intermediate container c6c54b0a61ee 22:47:08 ---> e9ccc7bcbd55 22:47:08 Step 9/10 : COPY . . 22:47:09 ---> d7aa17ee6576 22:47:09 Step 10/10 : RUN go mod download 22:47:09 ---> Running in d759511da6aa 22:47:31 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:47:31 ok github.com/edgexfoundry/device-rest-go/driver 0.075s coverage: 56.3% of statements 22:47:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:47:33 gofmt -l . 22:47:33 [ "`gofmt -l .`" = "" ] 22:47:33 ./bin/test-go-mod-tidy.sh 22:47:33 ./bin/test-attribution-txt.sh [Pipeline] } 22:47:34 $ docker stop --time=1 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a 22:47:36 $ docker rm -f 6d615a12eb5e47e74548298114b07b358561cc1054341f1f0216b06ede0a775a [Pipeline] // withDockerContainer [Pipeline] sh 22:47:37 Removing intermediate container d759511da6aa 22:47:37 ---> 93d7e3a8a62a 22:47:37 Successfully built 93d7e3a8a62a 22:47:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:47:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:38 + docker inspect -f . ci-base-image-x86_64 22:47:38 . [Pipeline] withDockerContainer 22:47:38 Stashed 1 file(s) 22:47:38 prd-centos7-docker-4c-2g-11764 does not seem to be running inside a container 22:47:39 $ 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 22:47:40 $ docker top fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 22:47:41 + go version 22:47:41 go version go1.15.2 linux/amd64 [Pipeline] } 22:47:41 $ docker stop --time=1 fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 22:47:42 $ docker rm -f fde06ad7d081aa5749554c82084bb4cd25b7a2ecdeec9e1f686f9cfb8c0d4ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 22:47:45 + sudo chown -R jenkins:jenkins . [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:45 + ls -al . 22:47:45 total 124 22:47:45 drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 22:47 . 22:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 22:45 .. 22:47:45 -rw-rw-r-- 1 jenkins jenkins 151 Nov 10 22:45 .dockerignore 22:47:45 drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 22:45 .git 22:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:45 .github 22:47:45 -rw-rw-r-- 1 jenkins jenkins 339 Nov 10 22:45 .gitignore 22:47:45 -rw-rw-r-- 1 jenkins jenkins 5294 Nov 10 22:45 Attribution.txt 22:47:45 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 22:45 Dockerfile 22:47:45 -rw-rw-r-- 1 jenkins jenkins 989 Nov 10 22:45 Dockerfile.build 22:47:45 -rw-rw-r-- 1 jenkins jenkins 680 Nov 10 22:45 Jenkinsfile 22:47:45 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 10 22:45 LICENSE 22:47:45 -rw-rw-r-- 1 jenkins jenkins 951 Nov 10 22:45 Makefile 22:47:45 -rw-rw-r-- 1 jenkins jenkins 5917 Nov 10 22:45 README.md 22:47:45 -rw-rw-r-- 1 jenkins jenkins 11 Nov 10 22:43 VERSION 22:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:45 bin 22:47:45 drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 22:45 cmd 22:47:45 -rw-r--r-- 1 jenkins jenkins 9369 Nov 10 22:47 coverage.out 22:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 22:47 driver 22:47:45 -rw-r--r-- 1 jenkins jenkins 273 Nov 10 22:47 go.mod 22:47:45 -rw-r--r-- 1 jenkins jenkins 14105 Nov 10 22:47 go.sum 22:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 22:45 snap 22:47:45 -rw-rw-r-- 1 jenkins jenkins 713 Nov 10 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:47:46 + docker inspect -f . ci-base-image-x86_64 22:47:46 . [Pipeline] withDockerContainer 22:47:46 prd-centos7-docker-4c-2g-11764 does not seem to be running inside a container 22:47:46 + 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 . 22:47:46 $ 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 22:47:46 Sending build context to Docker daemon 91.65kB 22:47:46 Step 1/25 : ARG BASE=golang:1.15-alpine 22:47:46 Step 2/25 : FROM ${BASE} AS builder 22:47:46 ---> 59f878952a6f 22:47:46 Step 3/25 : ARG MAKE='make build' 22:47:47 $ docker top a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf -eo pid,comm 22:47:47 ---> Running in 84c34b339b8f [Pipeline] { [Pipeline] sh 22:47:47 + make test 22:47:47 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 22:47:47 Removing intermediate container 84c34b339b8f 22:47:47 ---> fb2b97b6e5a6 22:47:47 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 22:47:47 ---> Running in 5363d516d749 22:47:48 Removing intermediate container 5363d516d749 22:47:48 ---> 7da54465173c 22:47:48 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 22:47:48 ---> Running in e790c89ad587 22:47:48 ? github.com/edgexfoundry/device-rest-go [no test files] 22:47:48 Removing intermediate container e790c89ad587 22:47:48 ---> 4b21e083012b 22:47:48 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:48 ---> Running in 979885a528dc 22:47:51 Removing intermediate container 979885a528dc 22:47:51 ---> 2f33bc4a7876 22:47:51 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:47:51 ---> Running in c6d4ca6d47e1 22:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:47:54 OK: 142 MiB in 39 packages 22:47:55 Removing intermediate container c6d4ca6d47e1 22:47:55 ---> 1cc57bb110ff 22:47:55 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 22:47:55 ---> Running in 684ee0486536 22:47:56 Removing intermediate container 684ee0486536 22:47:56 ---> 089d2f4b4967 22:47:56 Step 9/25 : COPY go.mod . 22:47:56 ---> 32b830dfb956 22:47:56 Step 10/25 : COPY Makefile . 22:47:57 ---> c521716b9f99 22:47:57 Step 11/25 : RUN make update 22:47:57 ---> Running in 04f7d4434332 22:47:59 CGO_ENABLED=0 GO111MODULE=on go mod download 22:48:00 Removing intermediate container 04f7d4434332 22:48:00 ---> d9d38e68776e 22:48:00 Step 12/25 : COPY . . 22:48:01 ---> 295a413e54e1 22:48:01 Step 13/25 : RUN $MAKE 22:48:01 ---> Running in edcdb549422f 22:48:02 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 22:48:07 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:48:07 ok github.com/edgexfoundry/device-rest-go/driver 0.065s coverage: 56.3% of statements 22:48:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:48:11 gofmt -l . 22:48:11 [ "`gofmt -l .`" = "" ] 22:48:11 ./bin/test-go-mod-tidy.sh 22:48:12 ./bin/test-attribution-txt.sh [Pipeline] } 22:48:12 $ docker stop --time=1 a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf 22:48:15 $ docker rm -f a4ee46d745c8d1c1bea3baebbe620661761ff813ba9b2302c0da8bdfc9bf97bf [Pipeline] // withDockerContainer [Pipeline] sh 22:48:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:15 Warning: overwriting stash ‘coverage-report’ 22:48:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:48:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:48:17 + ls -al . 22:48:17 total 96 22:48:17 drwxrwxr-x. 8 jenkins jenkins 4096 Nov 10 22:48 . 22:48:17 drwxrwxr-x. 4 jenkins jenkins 30 Nov 10 22:46 .. 22:48:17 -rw-rw-r--. 1 jenkins jenkins 5294 Nov 10 22:46 Attribution.txt 22:48:17 drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 22:46 bin 22:48:17 drwxrwxr-x. 3 jenkins jenkins 32 Nov 10 22:46 cmd 22:48:17 -rw-r--r--. 1 jenkins jenkins 9369 Nov 10 22:48 coverage.out 22:48:17 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 22:46 Dockerfile 22:48:17 -rw-rw-r--. 1 jenkins jenkins 989 Nov 10 22:46 Dockerfile.build 22:48:17 -rw-rw-r--. 1 jenkins jenkins 151 Nov 10 22:46 .dockerignore 22:48:17 drwxrwxr-x. 2 jenkins jenkins 93 Nov 10 22:48 driver 22:48:17 drwxrwxr-x. 8 jenkins jenkins 162 Nov 10 22:46 .git 22:48:17 drwxrwxr-x. 2 jenkins jenkins 60 Nov 10 22:46 .github 22:48:17 -rw-rw-r--. 1 jenkins jenkins 339 Nov 10 22:46 .gitignore 22:48:17 -rw-r--r--. 1 jenkins jenkins 273 Nov 10 22:48 go.mod 22:48:17 -rw-r--r--. 1 jenkins jenkins 14105 Nov 10 22:48 go.sum 22:48:17 -rw-rw-r--. 1 jenkins jenkins 680 Nov 10 22:46 Jenkinsfile 22:48:17 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 10 22:46 LICENSE 22:48:17 -rw-rw-r--. 1 jenkins jenkins 951 Nov 10 22:46 Makefile 22:48:17 -rw-rw-r--. 1 jenkins jenkins 5917 Nov 10 22:46 README.md 22:48:17 drwxrwxr-x. 4 jenkins jenkins 54 Nov 10 22:46 snap 22:48:17 -rw-rw-r--. 1 jenkins jenkins 11 Nov 10 22:43 VERSION 22:48:17 -rw-rw-r--. 1 jenkins jenkins 713 Nov 10 22:46 version.go [Pipeline] isUnix [Pipeline] sh 22:48:17 + 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 . 22:48:17 Sending build context to Docker daemon 91.65kB 22:48:17 Step 1/25 : ARG BASE=golang:1.15-alpine 22:48:18 Step 2/25 : FROM ${BASE} AS builder 22:48:18 ---> 93d7e3a8a62a 22:48:18 Step 3/25 : ARG MAKE='make build' 22:48:18 ---> Running in 3aa684de0be5 22:48:18 Removing intermediate container 3aa684de0be5 22:48:18 ---> ba71e0f334d9 22:48:18 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 22:48:18 ---> Running in e9bcdd775db7 22:48:18 Removing intermediate container e9bcdd775db7 22:48:18 ---> 5c3440df975c 22:48:18 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 22:48:18 ---> Running in 6ceec53c19e2 22:48:18 Removing intermediate container 6ceec53c19e2 22:48:18 ---> f4beb9d9b6b6 22:48:18 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:48:18 ---> Running in 50726d6d5605 22:48:20 Removing intermediate container 50726d6d5605 22:48:20 ---> b4afaa519f51 22:48:20 Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:48:20 ---> Running in 6cd7228e002c 22:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:48:22 OK: 166 MiB in 39 packages 22:48:22 Removing intermediate container 6cd7228e002c 22:48:22 ---> f45684f3e833 22:48:22 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 22:48:22 ---> Running in ad05f19717ef 22:48:23 Removing intermediate container ad05f19717ef 22:48:23 ---> 67130f54dd84 22:48:23 Step 9/25 : COPY go.mod . 22:48:23 ---> 244a3d64aaab 22:48:23 Step 10/25 : COPY Makefile . 22:48:23 ---> a30fcdf7058b 22:48:23 Step 11/25 : RUN make update 22:48:23 ---> Running in bafa1b13a2b5 22:48:24 CGO_ENABLED=0 GO111MODULE=on go mod download 22:48:24 Removing intermediate container bafa1b13a2b5 22:48:24 ---> bd781f1d386f 22:48:24 Step 12/25 : COPY . . 22:48:25 ---> 9ff317e6fef9 22:48:25 Step 13/25 : RUN $MAKE 22:48:25 ---> Running in b0c2b1c3208f 22:48:26 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 22:48:35 Removing intermediate container edcdb549422f 22:48:35 ---> c255db22c47f 22:48:35 Step 14/25 : FROM alpine:latest 22:48:35 latest: Pulling from library/alpine 22:48:35 5f621e34cdf4: Pulling fs layer 22:48:35 5f621e34cdf4: Download complete 22:48:35 5f621e34cdf4: Pull complete 22:48:35 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:48:35 Status: Downloaded newer image for alpine:latest 22:48:35 ---> 2e77e061c27f 22:48:35 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:48:35 ---> Running in 569db1d6e7d3 22:48:35 Removing intermediate container 569db1d6e7d3 22:48:35 ---> 83f8e63fcb6f 22:48:35 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 22:48:35 ---> Running in 437c8ff4a63e 22:48:35 Removing intermediate container 437c8ff4a63e 22:48:35 ---> 17e6f491d7aa 22:48:35 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 22:48:35 ---> feeecf7af9ba 22:48:35 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 22:48:35 ---> 5596b91a654d 22:48:35 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 22:48:36 ---> 870211800851 22:48:36 Step 20/25 : EXPOSE 49986 22:48:36 ---> Running in d8bc5dbcd613 22:48:37 Removing intermediate container d8bc5dbcd613 22:48:37 ---> e4e5a06e27f0 22:48:37 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 22:48:37 ---> Running in 1fa1698d2ad5 22:48:37 Removing intermediate container 1fa1698d2ad5 22:48:37 ---> febe5ede9134 22:48:37 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 22:48:37 ---> Running in 2ff8134f00f2 22:48:38 Removing intermediate container 2ff8134f00f2 22:48:38 ---> 0306bcf0c59d 22:48:38 Step 23/25 : LABEL arch=arm64 22:48:38 ---> Running in 9711a1009ba6 22:48:38 Removing intermediate container 9711a1009ba6 22:48:38 ---> 43e243ca6534 22:48:38 Step 24/25 : LABEL git_sha=d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:38 ---> Running in 6b932ebd4e6e 22:48:39 Removing intermediate container 6b932ebd4e6e 22:48:39 ---> df66d4ae620b 22:48:39 Step 25/25 : LABEL version=1.1.3-dev.9 22:48:39 ---> Running in 1937e3ee0943 22:48:39 Removing intermediate container 1937e3ee0943 22:48:39 ---> 8cc5aa5ff63b 22:48:39 [Warning] One or more build-args [ARCH] were not consumed 22:48:39 Successfully built 8cc5aa5ff63b 22:48:40 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 22:48:40 provisioning config files... 22:48:40 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config3099133955928510341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:41 ---> docker-login.sh 22:48:41 nexus3.edgexfoundry.org:10001 22:48:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:41 Configure a credential helper to remove this warning. See 22:48:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:41 22:48:41 Login Succeeded 22:48:41 nexus3.edgexfoundry.org:10002 22:48:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:42 Configure a credential helper to remove this warning. See 22:48:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:42 22:48:42 Login Succeeded 22:48:42 nexus3.edgexfoundry.org:10003 22:48:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:42 Configure a credential helper to remove this warning. See 22:48:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:42 22:48:42 Login Succeeded 22:48:42 nexus3.edgexfoundry.org:10004 22:48:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:43 Configure a credential helper to remove this warning. See 22:48:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:43 22:48:43 Login Succeeded 22:48:43 docker.io 22:48:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:43 Configure a credential helper to remove this warning. See 22:48:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:43 22:48:43 Login Succeeded 22:48:43 ---> docker-login.sh ends [Pipeline] } 22:48:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:44 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 22:48:44 d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:44 latest 22:48:44 1.1.3-dev.9 22:48:44 d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:44 master 22:48:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:44 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] isUnix [Pipeline] sh 22:48:45 Removing intermediate container b0c2b1c3208f 22:48:45 ---> 5e919a51431d 22:48:45 Step 14/25 : FROM alpine:latest 22:48:45 latest: Pulling from library/alpine 22:48:45 188c0c94c7c5: Pulling fs layer 22:48:45 188c0c94c7c5: Verifying Checksum 22:48:45 188c0c94c7c5: Download complete 22:48:45 188c0c94c7c5: Pull complete 22:48:45 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:48:45 Status: Downloaded newer image for alpine:latest 22:48:45 ---> d6e46aa2470d 22:48:45 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:48:45 ---> Running in 3d95fbdf9d1f 22:48:45 Removing intermediate container 3d95fbdf9d1f 22:48:45 ---> 09c0a17a66dd 22:48:45 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 22:48:45 ---> Running in fb102a563e24 22:48:45 Removing intermediate container fb102a563e24 22:48:45 ---> db8293517bd5 22:48:45 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 22:48:45 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:48:45 5fc890db3b5e: Preparing 22:48:45 6a2d8729c2e0: Preparing 22:48:45 ec71c98d50c3: Preparing 22:48:45 cd3761cfa1d9: Preparing 22:48:45 cd3761cfa1d9: Layer already exists 22:48:45 ---> ef77e4a2135a 22:48:45 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 22:48:45 6a2d8729c2e0: Pushed 22:48:45 ec71c98d50c3: Pushed 22:48:46 ---> 742fe5923308 22:48:46 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 22:48:46 ---> 2152292d2c3d 22:48:46 Step 20/25 : EXPOSE 49986 22:48:46 ---> Running in b49f12618933 22:48:46 Removing intermediate container b49f12618933 22:48:46 ---> e262e91d7889 22:48:46 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 22:48:46 ---> Running in ca1d8924b2b2 22:48:47 Removing intermediate container ca1d8924b2b2 22:48:47 ---> 21fade441f52 22:48:47 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 22:48:47 ---> Running in 365ff0aab788 22:48:47 Removing intermediate container 365ff0aab788 22:48:47 ---> fd1b022f452a 22:48:47 Step 23/25 : LABEL arch=amd64 22:48:47 ---> Running in 431817e0786b 22:48:47 Removing intermediate container 431817e0786b 22:48:47 ---> 6adc68629366 22:48:47 Step 24/25 : LABEL git_sha=d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:47 ---> Running in 1c31d2bcb67c 22:48:47 Removing intermediate container 1c31d2bcb67c 22:48:47 ---> 88815365941f 22:48:47 Step 25/25 : LABEL version=1.1.3-dev.9 22:48:47 ---> Running in 8d9db10316b3 22:48:48 5fc890db3b5e: Pushed 22:48:48 d1bfd12592bfcc37ebda2d741922e4b068f28a62: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:48 Removing intermediate container 8d9db10316b3 22:48:48 ---> 98d2ed5ad1d7 22:48:48 [Warning] One or more build-args [ARCH] were not consumed 22:48:48 Successfully built 98d2ed5ad1d7 22:48:48 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage 22:48:48 + 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 22:48:48 provisioning config files... 22:48:48 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/25@tmp/config1175022586127050291tmp 22:48:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 22:48:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:48:48 5fc890db3b5e: Preparing 22:48:48 6a2d8729c2e0: Preparing 22:48:48 ec71c98d50c3: Preparing 22:48:48 cd3761cfa1d9: Preparing 22:48:48 6a2d8729c2e0: Layer already exists 22:48:48 cd3761cfa1d9: Layer already exists 22:48:48 5fc890db3b5e: Layer already exists 22:48:48 ec71c98d50c3: Layer already exists [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:49 latest: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:49 ---> docker-login.sh 22:48:49 nexus3.edgexfoundry.org:10001 22:48:49 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 22:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh 22:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:49 Configure a credential helper to remove this warning. See 22:48:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:49 22:48:49 Login Succeeded 22:48:49 nexus3.edgexfoundry.org:10002 22:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 22:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:48:50 5fc890db3b5e: Preparing 22:48:50 6a2d8729c2e0: Preparing 22:48:50 ec71c98d50c3: Preparing 22:48:50 cd3761cfa1d9: Preparing 22:48:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:50 Configure a credential helper to remove this warning. See 22:48:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:50 22:48:50 Login Succeeded 22:48:50 nexus3.edgexfoundry.org:10003 22:48:50 5fc890db3b5e: Layer already exists 22:48:50 ec71c98d50c3: Layer already exists 22:48:50 cd3761cfa1d9: Layer already exists 22:48:50 6a2d8729c2e0: Layer already exists 22:48:50 1.1.3-dev.9: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:50 + 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 22:48:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:50 Configure a credential helper to remove this warning. See 22:48:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:50 22:48:50 Login Succeeded 22:48:50 nexus3.edgexfoundry.org:10004 22:48:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:48:51 5fc890db3b5e: Preparing 22:48:51 6a2d8729c2e0: Preparing 22:48:51 ec71c98d50c3: Preparing 22:48:51 cd3761cfa1d9: Preparing 22:48:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:51 Configure a credential helper to remove this warning. See 22:48:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:51 22:48:51 Login Succeeded 22:48:51 docker.io 22:48:51 5fc890db3b5e: Layer already exists 22:48:51 6a2d8729c2e0: Layer already exists 22:48:51 ec71c98d50c3: Layer already exists 22:48:51 cd3761cfa1d9: Layer already exists 22:48:51 d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:51 Configure a credential helper to remove this warning. See 22:48:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:51 22:48:51 Login Succeeded 22:48:51 ---> docker-login.sh ends 22:48:51 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] } 22:48:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv 22:48:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 22:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 22:48:52 5fc890db3b5e: Preparing 22:48:52 6a2d8729c2e0: Preparing 22:48:52 ec71c98d50c3: Preparing 22:48:52 cd3761cfa1d9: Preparing [Pipeline] echo 22:48:52 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 22:48:52 d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:52 latest 22:48:52 1.1.3-dev.9 22:48:52 d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:52 master 22:48:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:52 6a2d8729c2e0: Layer already exists 22:48:52 5fc890db3b5e: Layer already exists 22:48:52 cd3761cfa1d9: Layer already exists 22:48:52 ec71c98d50c3: Layer already exists 22:48:52 master: digest: sha256:583a095358786039a560a8bb99263798e44e752a6dcbc754e82ef069ff90e528 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:52 ===================================================== 22:48:52 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] echo 22:48:52 taggedImages: 22:48:52 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:52 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 22:48:52 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.1.3-dev.9 22:48:52 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:52 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 22:48:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 22:48:53 9fb2722f1a6d: Preparing 22:48:53 8dddc17a5508: Preparing 22:48:53 047b91ebb85c: Preparing 22:48:53 ace0eda3e3be: Preparing 22:48:53 ace0eda3e3be: Layer already exists [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 22:48:53 8dddc17a5508: Pushed 22:48:53 047b91ebb85c: Pushed [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:54 9fb2722f1a6d: Pushed 22:48:55 d1bfd12592bfcc37ebda2d741922e4b068f28a62: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:55 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 22:48:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 22:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 22:48:55 9fb2722f1a6d: Preparing 22:48:55 8dddc17a5508: Preparing 22:48:55 047b91ebb85c: Preparing 22:48:55 ace0eda3e3be: Preparing 22:48:55 8dddc17a5508: Layer already exists 22:48:55 9fb2722f1a6d: Layer already exists 22:48:55 ace0eda3e3be: Layer already exists 22:48:55 047b91ebb85c: Layer already exists 22:48:56 latest: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:56 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 [Pipeline] isUnix [Pipeline] sh 22:48:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 22:48:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 22:48:56 9fb2722f1a6d: Preparing 22:48:56 8dddc17a5508: Preparing 22:48:56 047b91ebb85c: Preparing 22:48:56 ace0eda3e3be: Preparing 22:48:56 ace0eda3e3be: Layer already exists 22:48:56 8dddc17a5508: Layer already exists 22:48:56 9fb2722f1a6d: Layer already exists 22:48:56 047b91ebb85c: Layer already exists 22:48:56 1.1.3-dev.9: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:57 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 [Pipeline] isUnix [Pipeline] sh 22:48:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 22:48:57 9fb2722f1a6d: Preparing 22:48:57 8dddc17a5508: Preparing 22:48:57 047b91ebb85c: Preparing 22:48:57 ace0eda3e3be: Preparing 22:48:57 9fb2722f1a6d: Layer already exists 22:48:57 ace0eda3e3be: Layer already exists 22:48:57 047b91ebb85c: Layer already exists 22:48:57 8dddc17a5508: Layer already exists 22:48:57 d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:48:58 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 22:48:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 22:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 22:48:58 9fb2722f1a6d: Preparing 22:48:58 8dddc17a5508: Preparing 22:48:58 047b91ebb85c: Preparing 22:48:58 ace0eda3e3be: Preparing 22:48:58 8dddc17a5508: Layer already exists 22:48:58 ace0eda3e3be: Layer already exists 22:48:58 9fb2722f1a6d: Layer already exists 22:48:58 047b91ebb85c: Layer already exists 22:48:58 master: digest: sha256:de1a3b92bb48966e92a2a866ca37ace95833cf0421ca98b6c6adf10323daff58 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:48:59 ===================================================== [Pipeline] echo 22:48:59 taggedImages: 22:48:59 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62 22:48:59 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 22:48:59 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.1.3-dev.9 22:48:59 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62-1.1.3-dev.9 22:48:59 - 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 22:49:00 provisioning config files... 22:49:00 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config8825265274346777620tmp [Pipeline] { [Pipeline] sh 22:49:01 + set +x 22:49:01 + curl -s https://codecov.io/bash 22:49:01 + bash -s -- 22:49:01 22:49:01 _____ _ 22:49:01 / ____| | | 22:49:01 | | ___ __| | ___ ___ _____ __ 22:49:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:49:01 | |___| (_) | (_| | __/ (_| (_) \ V / 22:49:01 \_____\___/ \__,_|\___|\___\___/ \_/ 22:49:01 Bash-20201106-81372f2 22:49:01 22:49:01 22:49:01 ==> Jenkins CI detected. 22:49:01 project root: . 22:49:01 --> token set from env 22:49:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:49:01 ==> Running gcov in . (disable via -X gcov) 22:49:01 ==> Python coveragepy not found 22:49:01 ==> Searching for coverage reports in: 22:49:01 + . 22:49:01 -> Found 1 reports 22:49:01 ==> Detecting git/mercurial file structure 22:49:01 ==> Reading reports 22:49:01 + ./coverage.out bytes=9369 22:49:01 ==> Appending adjustments 22:49:01 https://docs.codecov.io/docs/fixing-reports 22:49:01 + Found adjustments 22:49:01 ==> Gzipping contents 22:49:01 ==> Uploading reports 22:49:01 url: https://codecov.io 22:49:01 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= 22:49:01 -> Pinging Codecov 22:49:01 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= 22:49:02 -> Uploading to 22:49:02 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 22:49:02 % Total % Received % Xferd Average Speed Time Time Time Current 22:49:02 Dload Upload Total Spent Left Speed 22:49:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1695 0 0 100 1695 0 4434 --:--:-- --:--:-- --:--:-- 4437 22:49:02 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] } 22:49:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:49:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:49:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:49:04 22:49:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:49:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:49:04 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:49:04 188c0c94c7c5: Pulling fs layer 22:49:04 0ef7d3d256c8: Pulling fs layer 22:49:04 de9db76c5a1d: Pulling fs layer 22:49:04 0eba1c9be4d2: Pulling fs layer 22:49:04 0d57e429df01: Pulling fs layer 22:49:04 4e4be7b47b0d: Pulling fs layer 22:49:04 e1f770b5df2f: Pulling fs layer 22:49:04 85a0685a4137: Pulling fs layer 22:49:04 0eba1c9be4d2: Waiting 22:49:04 0d57e429df01: Waiting 22:49:04 4e4be7b47b0d: Waiting 22:49:04 e1f770b5df2f: Waiting 22:49:04 85a0685a4137: Waiting 22:49:04 de9db76c5a1d: Verifying Checksum 22:49:04 de9db76c5a1d: Download complete 22:49:04 0ef7d3d256c8: Download complete 22:49:04 0d57e429df01: Verifying Checksum 22:49:04 0d57e429df01: Download complete 22:49:04 4e4be7b47b0d: Verifying Checksum 22:49:04 4e4be7b47b0d: Download complete 22:49:04 188c0c94c7c5: Verifying Checksum 22:49:04 188c0c94c7c5: Download complete 22:49:05 188c0c94c7c5: Pull complete 22:49:05 0ef7d3d256c8: Pull complete 22:49:05 de9db76c5a1d: Pull complete 22:49:07 e1f770b5df2f: Verifying Checksum 22:49:07 e1f770b5df2f: Download complete 22:49:09 0eba1c9be4d2: Verifying Checksum 22:49:09 0eba1c9be4d2: Download complete 22:49:09 85a0685a4137: Verifying Checksum 22:49:09 85a0685a4137: Download complete 22:49:16 0eba1c9be4d2: Pull complete 22:49:16 0d57e429df01: Pull complete 22:49:16 4e4be7b47b0d: Pull complete 22:49:18 e1f770b5df2f: Pull complete 22:49:25 85a0685a4137: Pull complete 22:49:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:49:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:49:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:49:25 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:49:25 $ 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 22:49:26 $ docker top 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 -eo pid,comm [Pipeline] { [Pipeline] echo 22:49:26 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:49:27 + set -o pipefail 22:49:27 + snyk monitor '--org=edgex-jenkins' 22:49:33 22:49:33 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 22:49:33 22:49:33 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/9914d667-29b2-4f78-a60f-dd2ac245ace6 22:49:33 22:49:33 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:49:33 22:49:34 [Pipeline] } 22:49:34 $ docker stop --time=1 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 22:49:36 $ docker rm -f 973481e3f9cc81aeed2719ae1667c9c9e56e4f262d08a4f5f80b13b4c6094971 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 22:49:37 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-rest-go:d1bfd12592bfcc37ebda2d741922e4b068f28a62, dockerFile=Dockerfile [Pipeline] echo 22:49:37 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 22:49:37 + set -o pipefail 22:49:37 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 22:49:37 + tee .snyk 22:49:37 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 22:49:37 version: v1.14.1 22:49:37 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 22:49:37 # ignore: 22:49:37 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 22:49:37 # - '*': 22:49:37 # reason: does not apply # justification for ignoring 22:49:37 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 22:49:37 # patch: {} [Pipeline] withCredentials 22:49:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:49:38 . [Pipeline] withDockerContainer 22:49:38 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:49:38 $ 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 22:49:39 $ docker top fc3afb0cafd5a3783d635f1e0052f33cd420246835aa698f703e6a490b425203 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:39 + rm -f snykReport.html [Pipeline] echo 22:49:39 [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 22:49:40 + set -o pipefail 22:49:40 + 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 22:49:40 -o snykReport.html 22:49:48 Vulnerability snapshot saved at snykReport.html [Pipeline] } 22:49:48 $ docker stop --time=1 fc3afb0cafd5a3783d635f1e0052f33cd420246835aa698f703e6a490b425203 22:49:49 $ 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 22:49:53 + git log --format=format:%s -1 d1bfd12592bfcc37ebda2d741922e4b068f28a62 [Pipeline] isUnix [Pipeline] sh 22:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:49:54 . [Pipeline] withDockerContainer 22:49:54 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:49:54 $ 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 22:49:55 $ docker top b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:49:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:55 [ssh-agent] Looking for ssh-agent implementation... 22:49:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:55 $ docker exec b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e ssh-agent 22:49:55 SSH_AUTH_SOCK=/tmp/ssh-BSpMivOuLbPK/agent.13 22:49:55 SSH_AGENT_PID=19 22:49:55 Running ssh-add (command line suppressed) 22:49:56 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) 22:49:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:56 + git semver tag 22:49:56 # -> Open(): unable to determine branch for HEAD 22:49:56 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:49:56 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:49:56 # $SEMVER_REMOTE_NAME = origin 22:49:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:56 # $SEMVER_USER_NAME = edgex-jenkins 22:49:56 # $SEMVER_BRANCH = master 22:49:56 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 22:49:56 # d1bfd12592bfcc37ebda2d741922e4b068f28a62 HEAD 22:49:56 # -> Force: false 22:49:56 # d35edcc050bf7475365b42400ab71ab8be0ec575 refs/tags/v1.1.3-dev.9 [Pipeline] } 22:49:56 $ docker exec --env ******** --env ******** b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e ssh-agent -k 22:49:56 unset SSH_AUTH_SOCK; 22:49:56 unset SSH_AGENT_PID; 22:49:56 echo Agent pid 19 killed; 22:49:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:57 + git semver [Pipeline] } 22:49:57 $ docker stop --time=1 b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e 22:49:58 $ docker rm -f b2e75088a5cc84ce536844c94cd1ba5e7500c9cecfc0132aa7b0df1abf709f4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:49:59 22:49:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:49:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:49:59 0.23.1-centos7: Pulling from edgex-lftools 22:49:59 ab5ef0e58194: Pulling fs layer 22:49:59 9712f1f96733: Pulling fs layer 22:49:59 63f879dbbcfc: Pulling fs layer 22:49:59 0d9ebad4ef96: Pulling fs layer 22:49:59 e9a5061849ea: Pulling fs layer 22:49:59 d747dcd14b5f: Pulling fs layer 22:49:59 2de7ff778b66: Pulling fs layer 22:49:59 0d9ebad4ef96: Waiting 22:49:59 e9a5061849ea: Waiting 22:49:59 d747dcd14b5f: Waiting 22:49:59 2de7ff778b66: Waiting 22:49:59 9712f1f96733: Verifying Checksum 22:49:59 9712f1f96733: Download complete 22:50:01 63f879dbbcfc: Verifying Checksum 22:50:01 63f879dbbcfc: Download complete 22:50:01 e9a5061849ea: Verifying Checksum 22:50:01 e9a5061849ea: Download complete 22:50:01 d747dcd14b5f: Verifying Checksum 22:50:01 d747dcd14b5f: Download complete 22:50:02 2de7ff778b66: Verifying Checksum 22:50:02 2de7ff778b66: Download complete 22:50:02 0d9ebad4ef96: Verifying Checksum 22:50:02 0d9ebad4ef96: Download complete 22:50:02 ab5ef0e58194: Download complete 22:50:06 ab5ef0e58194: Pull complete 22:50:06 9712f1f96733: Pull complete 22:50:09 63f879dbbcfc: Pull complete 22:50:21 0d9ebad4ef96: Pull complete 22:50:21 e9a5061849ea: Pull complete 22:50:21 d747dcd14b5f: Pull complete 22:50:25 2de7ff778b66: Pull complete 22:50:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:50:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:50:25 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:50:25 $ 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 22:50:29 $ docker top 83fedac6f490b8733959b1a1d7523255d813bc4614289a4661b806d6b18e5660 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:50:29 provisioning config files... 22:50:29 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5450978994779822992tmp 22:50:29 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5507713411850629906tmp 22:50:29 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config1734286063318085350tmp [Pipeline] { [Pipeline] echo 22:50:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:50:29 ---> sigul-configuration.sh 22:50:29 gpg: directory `/root/.gnupg' created 22:50:29 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:50:29 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:50:29 gpg: keyring `/root/.gnupg/secring.gpg' created 22:50:29 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:50:29 gpg: CAST5 encrypted data 22:50:30 gpg: encrypted with 1 passphrase 22:50:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:50:30 + mkdir /home/jenkins 22:50:30 + mkdir /home/jenkins/sigul [Pipeline] sh 22:50:30 + 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 22:50:30 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:50:31 ---> sigul-install.sh 22:50:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:50:37 + git tag --list 22:50:37 v1.0.0 22:50:37 v1.1.0 22:50:37 v1.1.1 22:50:37 v1.1.2 22:50:37 v1.1.2-dev.1 22:50:37 v1.1.2-dev.2 22:50:37 v1.1.3-dev.1 22:50:37 v1.1.3-dev.2 22:50:37 v1.1.3-dev.3 22:50:37 v1.1.3-dev.4 22:50:37 v1.1.3-dev.5 22:50:37 v1.1.3-dev.6 22:50:37 v1.1.3-dev.7 22:50:37 v1.1.3-dev.8 22:50:37 v1.1.3-dev.9 [Pipeline] sh 22:50:38 + lftools sign git-tag v1.1.3-dev.9 22:50:39 Signing Git tag with Sigul... 22:50:39 Signing v1.1.3-dev.9 [Pipeline] echo 22:50:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:50:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:50:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:50:41 $ docker stop --time=1 83fedac6f490b8733959b1a1d7523255d813bc4614289a4661b806d6b18e5660 22:50:43 $ 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 22:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:44 . [Pipeline] withDockerContainer 22:50:44 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:50:44 $ 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 22:50:44 $ docker top 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:45 [ssh-agent] Looking for ssh-agent implementation... 22:50:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:45 $ docker exec 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 ssh-agent 22:50:45 SSH_AUTH_SOCK=/tmp/ssh-LbFjDdNd1HkD/agent.12 22:50:45 SSH_AGENT_PID=17 22:50:45 Running ssh-add (command line suppressed) 22:50:45 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) 22:50:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:46 + git semver bump pre 22:50:46 # -> Open(): unable to determine branch for HEAD 22:50:46 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:50:46 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:50:46 # $SEMVER_REMOTE_NAME = origin 22:50:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:46 # $SEMVER_USER_NAME = edgex-jenkins 22:50:46 # $SEMVER_BRANCH = master 22:50:46 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 22:50:46 1.1.3-dev.10 [Pipeline] } 22:50:46 $ docker exec --env ******** --env ******** 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 ssh-agent -k 22:50:46 unset SSH_AUTH_SOCK; 22:50:46 unset SSH_AGENT_PID; 22:50:46 echo Agent pid 17 killed; 22:50:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:46 + git semver [Pipeline] } 22:50:46 $ docker stop --time=1 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 22:50:48 $ docker rm -f 749169df9f2e9270a28bad9abc5cdc4283b67fc71be0e069fc14058e755c54a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:50:48 . [Pipeline] withDockerContainer 22:50:48 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:50:49 $ 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 22:50:49 $ docker top 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:50:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:50:50 [ssh-agent] Looking for ssh-agent implementation... 22:50:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:50:50 $ docker exec 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f ssh-agent 22:50:50 SSH_AUTH_SOCK=/tmp/ssh-vfPPHKYjsgjF/agent.12 22:50:50 SSH_AGENT_PID=17 22:50:50 Running ssh-add (command line suppressed) 22:50:50 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) 22:50:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:50:51 + git semver push 22:50:51 # -> Open(): unable to determine branch for HEAD 22:50:51 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:50:51 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:50:51 # $SEMVER_REMOTE_NAME = origin 22:50:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:50:51 # $SEMVER_USER_NAME = edgex-jenkins 22:50:51 # $SEMVER_BRANCH = master 22:50:51 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 22:50:57 $ docker exec --env ******** --env ******** 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f ssh-agent -k 22:50:57 unset SSH_AUTH_SOCK; 22:50:57 unset SSH_AGENT_PID; 22:50:57 echo Agent pid 17 killed; 22:50:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:50:58 + git semver [Pipeline] } 22:50:58 $ docker stop --time=1 7fa1324a355254ffbd4641572d8c58f363eb9819e39f6b4d9040345cdca9f37f 22:50:59 $ 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 22:51:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:03 ---> package-listing.sh 22:51:03 ++ facter osfamily 22:51:03 ++ tr '[:upper:]' '[:lower:]' 22:51:03 + OS_FAMILY=redhat 22:51:03 + workspace=/w/workspace/gexfoundry_device-rest-go_master 22:51:03 + START_PACKAGES=/tmp/packages_start.txt 22:51:03 + END_PACKAGES=/tmp/packages_end.txt 22:51:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:03 + PACKAGES=/tmp/packages_start.txt 22:51:03 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 22:51:03 + PACKAGES=/tmp/packages_end.txt 22:51:03 + case "${OS_FAMILY}" in 22:51:03 + rpm -qa 22:51:03 + sort 22:51:07 + '[' -f /tmp/packages_start.txt ']' 22:51:07 + '[' -f /tmp/packages_end.txt ']' 22:51:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:07 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 22:51:07 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 22:51:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_master/archives/ [Pipeline] echo 22:51:07 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 22:51:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:08 22:51:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:08 alpine: Pulling from edgex-lftools-log-publisher 22:51:08 df20fa9351a1: Pulling fs layer 22:51:08 36b3adc4ff6f: Pulling fs layer 22:51:08 8ad3a11d3b57: Pulling fs layer 22:51:08 46f8f816bc3b: Pulling fs layer 22:51:08 93b61091891f: Pulling fs layer 22:51:08 93b9cdb0e59b: Pulling fs layer 22:51:08 5e14af77c1be: Pulling fs layer 22:51:08 01666e4c0597: Pulling fs layer 22:51:08 aa168da1d23b: Pulling fs layer 22:51:08 93b9cdb0e59b: Waiting 22:51:08 5e14af77c1be: Waiting 22:51:08 01666e4c0597: Waiting 22:51:08 aa168da1d23b: Waiting 22:51:08 46f8f816bc3b: Waiting 22:51:08 93b61091891f: Waiting 22:51:08 36b3adc4ff6f: Verifying Checksum 22:51:08 36b3adc4ff6f: Download complete 22:51:08 46f8f816bc3b: Verifying Checksum 22:51:08 46f8f816bc3b: Download complete 22:51:08 df20fa9351a1: Verifying Checksum 22:51:08 df20fa9351a1: Download complete 22:51:08 93b9cdb0e59b: Verifying Checksum 22:51:08 93b9cdb0e59b: Download complete 22:51:08 5e14af77c1be: Verifying Checksum 22:51:08 5e14af77c1be: Download complete 22:51:08 01666e4c0597: Verifying Checksum 22:51:08 01666e4c0597: Download complete 22:51:08 93b61091891f: Verifying Checksum 22:51:08 93b61091891f: Download complete 22:51:08 8ad3a11d3b57: Verifying Checksum 22:51:08 8ad3a11d3b57: Download complete 22:51:09 df20fa9351a1: Pull complete 22:51:09 36b3adc4ff6f: Pull complete 22:51:10 8ad3a11d3b57: Pull complete 22:51:11 aa168da1d23b: Verifying Checksum 22:51:11 aa168da1d23b: Download complete 22:51:11 46f8f816bc3b: Pull complete 22:51:12 93b61091891f: Pull complete 22:51:12 93b9cdb0e59b: Pull complete 22:51:12 5e14af77c1be: Pull complete 22:51:12 01666e4c0597: Pull complete 22:51:19 aa168da1d23b: Pull complete 22:51:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:51:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:19 prd-centos7-docker-4c-2g-11761 does not seem to be running inside a container 22:51:19 $ 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 22:51:22 $ docker top 02a27254b1b259ca465ccc579acc162c71aa54440a40a2841469701c6dba6af8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:23 + touch /tmp/pre-build-complete [Pipeline] sh 22:51:23 + mkdir -p /var/log/sa [Pipeline] sh 22:51:23 + ls /var/log/sa-host 22:51:23 + sadf -c /var/log/sa-host/sa05 22:51:23 file_magic: OK 22:51:23 HZ: Using current value: 100 22:51:23 file_header: OK 22:51:23 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 22:51:23 Statistics: 22:51:23 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:23 File successfully converted to sysstat format version 12.2.1 22:51:23 + sadf -c /var/log/sa-host/sa10 22:51:23 file_magic: OK 22:51:23 HZ: Using current value: 100 22:51:23 file_header: OK 22:51:23 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 22:51:23 Statistics: 22:51:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:51:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:51:24 provisioning config files... 22:51:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config5196866311103585742tmp [Pipeline] { [Pipeline] echo 22:51:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:51:24 ---> create-netrc.sh [Pipeline] } 22:51:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:51:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:51:25 ---> python-tools-install.sh [Pipeline] echo 22:51:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:51:25 ---> sudo-logs.sh 22:51:25 Archiving 'sudo' log.. [Pipeline] echo 22:51:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:51:25 ---> job-cost.sh 22:51:25 lf-activate-venv: SKIPPING 22:51:25 INFO: No Stack... 22:51:26 INFO: Retrieving Pricing Info for: v1-standard-2 22:51:27 INFO: Archiving Costs [Pipeline] echo 22:51:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:51:27 ---> logs-deploy.sh 22:51:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/25 22:51:27 INFO: archiving workspace using pattern(s): 22:51:29 Archives upload complete. 22:51:29 INFO: archiving logs to Nexus 22:51:30 ---> uname -a: 22:51:30 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 22:51:30 22:51:30 22:51:30 ---> lscpu: 22:51:30 Architecture: x86_64 22:51:30 CPU op-mode(s): 32-bit, 64-bit 22:51:30 Byte Order: Little Endian 22:51:30 Address sizes: 40 bits physical, 48 bits virtual 22:51:30 CPU(s): 4 22:51:30 On-line CPU(s) list: 0-3 22:51:30 Thread(s) per core: 1 22:51:30 Core(s) per socket: 1 22:51:30 Socket(s): 4 22:51:30 NUMA node(s): 1 22:51:30 Vendor ID: GenuineIntel 22:51:30 CPU family: 6 22:51:30 Model: 44 22:51:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:51:30 Stepping: 1 22:51:30 CPU MHz: 2933.436 22:51:30 BogoMIPS: 5866.87 22:51:30 Virtualization: VT-x 22:51:30 Hypervisor vendor: KVM 22:51:30 Virtualization type: full 22:51:30 L1d cache: 128 KiB 22:51:30 L1i cache: 128 KiB 22:51:30 L2 cache: 16 MiB 22:51:30 L3 cache: 64 MiB 22:51:30 NUMA node0 CPU(s): 0-3 22:51:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:51:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:51:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:51:30 Vulnerability Meltdown: Mitigation; PTI 22:51:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:51:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:51:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:51:30 Vulnerability Tsx async abort: Not affected 22:51:30 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 22:51:30 22:51:30 22:51:30 ---> nproc: 22:51:30 4 22:51:30 22:51:30 22:51:30 ---> df -h: 22:51:30 Filesystem Size Used Available Use% Mounted on 22:51:30 overlay 50.0G 8.5G 41.5G 17% / 22:51:30 tmpfs 64.0M 0 64.0M 0% /dev 22:51:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:51:30 shm 64.0M 0 64.0M 0% /dev/shm 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 22:51:30 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-rest-go_master 22:51:30 22:51:30 22:51:30 ---> free -m: 22:51:30 total used free shared buff/cache available 22:51:30 Mem: 1837 810 132 0 894 972 22:51:30 Swap: 1023 3 1020 22:51:30 22:51:30 22:51:30 ---> ip addr: 22:51:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:51:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:51:30 inet 127.0.0.1/8 scope host lo 22:51:30 valid_lft forever preferred_lft forever 22:51:30 inet6 ::1/128 scope host 22:51:30 valid_lft forever preferred_lft forever 22:51:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:51:30 link/ether fa:16:3e:e8:80:7f brd ff:ff:ff:ff:ff:ff 22:51:30 inet 10.30.123.34/23 brd 10.30.123.255 scope global dynamic eth0 22:51:30 valid_lft 85847sec preferred_lft 85847sec 22:51:30 inet6 fe80::f816:3eff:fee8:807f/64 scope link 22:51:30 valid_lft forever preferred_lft forever 22:51:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:51:30 link/ether 02:42:d7:51:e2:8e brd ff:ff:ff:ff:ff:ff 22:51:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:51:30 valid_lft forever preferred_lft forever 22:51:30 inet6 fe80::42:d7ff:fe51:e28e/64 scope link 22:51:30 valid_lft forever preferred_lft forever 22:51:30 22:51:30 22:51:30 ---> sar -b -r -n DEV: 22:51:30 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) 22:51:30 22:51:30 22:42:01 LINUX RESTART (4 CPU) 22:51:30 22:51:30 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:51:30 22:44:01 22.49 5.49 16.99 0.00 1601.20 2590.08 0.00 22:51:30 22:45:01 0.45 0.00 0.45 0.00 0.00 6.93 0.00 22:51:30 22:46:01 0.27 0.00 0.27 0.00 0.00 3.40 0.00 22:51:30 22:47:01 0.25 0.00 0.25 0.00 0.00 3.61 0.00 22:51:30 22:48:01 0.30 0.00 0.30 0.00 0.00 4.30 0.00 22:51:30 22:49:01 0.63 0.40 0.23 0.00 134.00 2.60 0.00 22:51:30 22:50:01 343.83 207.93 135.89 0.00 10455.22 39732.09 0.00 22:51:30 22:51:01 216.49 66.87 149.63 0.00 4285.44 28802.18 0.00 22:51:30 Average: 73.13 35.11 38.02 0.00 2060.82 8898.72 0.00 22:51:30 22:51:30 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:51:30 22:44:01 156792 0 577244 30.68 2620 1144900 1117480 38.14 473344 1091380 32 22:51:30 22:45:01 161524 0 572560 30.43 2620 1144852 1080232 36.87 471988 1089152 20 22:51:30 22:46:01 160108 0 573964 30.50 2620 1144864 1080220 36.87 473420 1089152 12 22:51:30 22:47:01 157608 0 576464 30.64 2620 1144864 1080304 36.87 479684 1085080 8 22:51:30 22:48:01 158824 0 575240 30.57 2620 1144872 1080112 36.86 480228 1083568 8 22:51:30 22:49:01 142876 0 587144 31.21 2620 1148916 1093144 37.31 484788 1087384 44 22:51:30 22:50:01 219672 0 676376 35.95 2280 983228 1361568 46.47 634076 822676 62864 22:51:30 22:51:01 233972 0 746468 39.67 1528 899588 1182128 40.34 618232 723168 20 22:51:30 Average: 173922 0 610682 32.46 2441 1094510 1134398 38.71 514470 1008945 7876 22:51:30 22:51:30 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:51:30 22:44:01 eth0 92.61 88.00 464.26 31.22 0.00 0.00 0.00 0.00 22:51:30 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:44:01 docker0 32.61 24.77 3.02 131.82 0.00 0.00 0.00 0.00 22:51:30 22:45:01 eth0 5.18 2.30 3.48 0.33 0.00 0.00 0.00 0.00 22:51:30 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:46:01 eth0 0.93 0.35 0.32 0.20 0.00 0.00 0.00 0.00 22:51:30 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:47:01 eth0 0.53 0.45 0.30 0.21 0.00 0.00 0.00 0.00 22:51:30 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:48:01 eth0 0.97 0.15 0.20 0.07 0.00 0.00 0.00 0.00 22:51:30 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:49:01 eth0 3.83 2.25 3.26 1.01 0.00 0.00 0.00 0.00 22:51:30 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:50:01 eth0 863.36 775.23 7263.35 120.41 0.00 0.00 0.00 0.00 22:51:30 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:50:01 docker0 32.49 31.87 3.04 157.79 0.00 0.00 0.00 0.00 22:51:30 22:51:01 eth0 143.73 116.24 560.54 71.43 0.00 0.00 0.00 0.00 22:51:30 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 22:51:01 docker0 31.14 34.07 1.94 206.72 0.00 0.00 0.00 0.00 22:51:30 Average: eth0 138.99 123.21 1037.77 28.13 0.00 0.00 0.00 0.00 22:51:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:51:30 Average: docker0 12.03 11.34 1.00 62.07 0.00 0.00 0.00 0.00 22:51:30 22:51:30 22:51:30 ---> sar -P ALL: 22:51:30 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) 22:51:30 22:51:30 22:42:01 LINUX RESTART (4 CPU) 22:51:30 22:51:30 22:43:01 CPU %user %nice %system %iowait %steal %idle 22:51:30 22:44:01 all 2.48 0.00 1.54 0.60 0.03 95.34 22:51:30 22:44:01 0 2.21 0.00 1.56 0.39 0.03 95.81 22:51:30 22:44:01 1 3.13 0.00 1.51 0.13 0.05 95.18 22:51:30 22:44:01 2 2.23 0.00 1.44 0.13 0.02 96.18 22:51:30 22:44:01 3 2.34 0.00 1.66 1.76 0.03 94.21 22:51:30 22:45:01 all 0.18 0.00 0.05 0.00 0.00 99.77 22:51:30 22:45:01 0 0.08 0.00 0.07 0.00 0.00 99.85 22:51:30 22:45:01 1 0.50 0.00 0.05 0.00 0.00 99.45 22:51:30 22:45:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:51:30 22:45:01 3 0.07 0.00 0.05 0.00 0.02 99.87 22:51:30 22:46:01 all 0.16 0.00 0.04 0.00 0.00 99.79 22:51:30 22:46:01 0 0.03 0.00 0.07 0.00 0.02 99.88 22:51:30 22:46:01 1 0.53 0.00 0.03 0.00 0.00 99.43 22:51:30 22:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:51:30 22:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:51:30 22:47:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:51:30 22:47:01 0 0.07 0.00 0.07 0.00 0.00 99.87 22:51:30 22:47:01 1 0.07 0.00 0.05 0.00 0.02 99.87 22:51:30 22:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:51:30 22:47:01 3 0.52 0.00 0.03 0.00 0.00 99.45 22:51:30 22:48:01 all 0.18 0.00 0.03 0.00 0.00 99.79 22:51:30 22:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:51:30 22:48:01 1 0.08 0.00 0.05 0.00 0.00 99.87 22:51:30 22:48:01 2 0.05 0.00 0.02 0.00 0.02 99.92 22:51:30 22:48:01 3 0.53 0.00 0.02 0.00 0.00 99.45 22:51:30 22:49:01 all 0.28 0.00 0.22 0.00 0.00 99.49 22:51:30 22:49:01 0 0.22 0.00 0.25 0.00 0.00 99.53 22:51:30 22:49:01 1 0.17 0.00 0.30 0.00 0.02 99.52 22:51:30 22:49:01 2 0.35 0.00 0.17 0.00 0.00 99.48 22:51:30 22:49:01 3 0.40 0.00 0.15 0.02 0.00 99.43 22:51:30 22:50:01 all 12.93 0.00 9.31 3.82 0.15 73.78 22:51:30 22:50:01 0 12.00 0.00 8.87 5.83 0.16 73.14 22:51:30 22:50:01 1 12.18 0.00 8.77 4.26 0.17 74.62 22:51:30 22:50:01 2 12.53 0.00 10.19 2.88 0.14 74.26 22:51:30 22:50:01 3 15.01 0.00 9.41 2.33 0.14 73.11 22:51:30 22:51:01 all 10.11 0.00 7.49 2.55 0.14 79.70 22:51:30 22:51:01 0 8.68 0.00 6.86 1.00 0.12 83.34 22:51:30 22:51:01 1 8.85 0.00 6.75 3.53 0.17 80.71 22:51:30 22:51:01 2 12.78 0.00 8.37 2.67 0.14 76.05 22:51:30 22:51:01 3 10.12 0.00 7.99 3.02 0.15 78.71 22:51:30 Average: all 3.25 0.00 2.30 0.86 0.04 93.55 22:51:30 Average: 0 2.86 0.00 2.18 0.88 0.04 94.04 22:51:30 Average: 1 3.14 0.00 2.15 0.97 0.05 93.68 22:51:30 Average: 2 3.45 0.00 2.49 0.70 0.04 93.33 22:51:30 Average: 3 3.56 0.00 2.37 0.88 0.04 93.14 22:51:30 22:51:30 22:51:30