Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8e1e7cb95d5530821e601db4473f34bcb708dd90 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-985 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) > 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 --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 Commit message: "Merge pull request #78 from soda480/US149" > git rev-list --no-walk c106e3b7cdc74f36fa9af41cafdbf5af9d0ee584 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:52:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:52:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:52:26 ========================================================= 21:52:26 EdgeX Global Pipelines Version Info 21:52:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:52:28 ------------------- 21:52:28 stable info: 21:52:28 ------------------- 21:52:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:52:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:52:28 Message: update stable to v1.0.186 21:52:29 ------------------- 21:52:29 experimental info: 21:52:29 ------------------- 21:52:29 Commited By: **** collab-it+edgex@linuxfoundation.org 21:52:29 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 21:52:29 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:52:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e1e7cb [Pipeline] echo 21:52:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:52:30 provisioning config files... 21:52:30 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6323856701547180539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:52:30 ---> docker-login.sh 21:52:30 nexus3.edgexfoundry.org:10001 21:52:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:31 Configure a credential helper to remove this warning. See 21:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:31 21:52:31 Login Succeeded 21:52:31 nexus3.edgexfoundry.org:10002 21:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:31 Configure a credential helper to remove this warning. See 21:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:31 21:52:31 Login Succeeded 21:52:31 nexus3.edgexfoundry.org:10003 21:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:31 Configure a credential helper to remove this warning. See 21:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:31 21:52:31 Login Succeeded 21:52:31 nexus3.edgexfoundry.org:10004 21:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:31 Configure a credential helper to remove this warning. See 21:52:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:31 21:52:31 Login Succeeded 21:52:31 docker.io 21:52:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:52:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:52:32 Configure a credential helper to remove this warning. See 21:52:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:52:32 21:52:32 Login Succeeded 21:52:32 ---> docker-login.sh ends [Pipeline] } 21:52:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:52:32 + git log --format=format:%s -1 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] echo 21:52:32 GIT_COMMIT: 8e1e7cb95d5530821e601db4473f34bcb708dd90, Commit Message: Merge pull request #78 from soda480/US149 [Pipeline] echo 21:52:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:52:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:33 21:52:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:52:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:33 latest: Pulling from edgex-devops/git-semver 21:52:33 31603596830f: Pulling fs layer 21:52:33 2a8b12db71e7: Pulling fs layer 21:52:33 6ca5941a6612: Pulling fs layer 21:52:33 ecc8261a40a4: Pulling fs layer 21:52:33 ecc8261a40a4: Waiting 21:52:33 2a8b12db71e7: Verifying Checksum 21:52:33 2a8b12db71e7: Download complete 21:52:33 31603596830f: Download complete 21:52:33 ecc8261a40a4: Verifying Checksum 21:52:33 ecc8261a40a4: Download complete 21:52:33 6ca5941a6612: Verifying Checksum 21:52:33 6ca5941a6612: Download complete 21:52:34 31603596830f: Pull complete 21:52:34 2a8b12db71e7: Pull complete 21:52:35 6ca5941a6612: Pull complete 21:52:35 ecc8261a40a4: Pull complete 21:52:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:52:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:52:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:52:35 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 21:52:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:52:37 $ docker top 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:52:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:37 [ssh-agent] Looking for ssh-agent implementation... 21:52:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:38 $ docker exec 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent 21:52:38 SSH_AUTH_SOCK=/tmp/ssh-K8ZG4Cx1gWk2/agent.12 21:52:38 SSH_AGENT_PID=17 21:52:38 Running ssh-add (command line suppressed) 21:52:38 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2372257163232980312.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_2372257163232980312.key) 21:52:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:38 + git tag --points-at HEAD [Pipeline] } 21:52:38 $ docker exec --env ******** --env ******** 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent -k 21:52:38 unset SSH_AUTH_SOCK; 21:52:38 unset SSH_AGENT_PID; 21:52:38 echo Agent pid 17 killed; 21:52:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:52:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:52:38 [ssh-agent] Looking for ssh-agent implementation... 21:52:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:39 $ docker exec 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent 21:52:39 SSH_AUTH_SOCK=/tmp/ssh-YMiQvVml7Umj/agent.45 21:52:39 SSH_AGENT_PID=50 21:52:39 Running ssh-add (command line suppressed) 21:52:39 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8176651950068358657.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_8176651950068358657.key) 21:52:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:39 + git semver init 21:52:39 # -> Open(): unable to determine branch for HEAD 21:52:39 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 21:52:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 21:52:39 # $SEMVER_REMOTE_NAME = origin 21:52:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:52:39 # $SEMVER_USER_NAME = edgex-jenkins 21:52:39 # $SEMVER_BRANCH = master 21:52:39 # $SEMVER_TEMP = /tmp/semver-885583469 21:52:39 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 21:52:41 # '/tmp/semver-885583469' -> '/w/workspace/gexfoundry_device-rest-go_master/.semver' 21:52:41 # -> Force: false 21:52:41 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 21:52:41 $ docker exec --env ******** --env ******** 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 ssh-agent -k 21:52:41 unset SSH_AUTH_SOCK; 21:52:41 unset SSH_AGENT_PID; 21:52:41 echo Agent pid 50 killed; 21:52:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:41 + git semver [Pipeline] } 21:52:41 $ docker stop --time=1 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 21:52:43 $ docker rm -f 4d2fcb35c80d83c5356fac27bd66f4ee97a5ae02b198531bd281c711685d7c56 [Pipeline] // withDockerContainer [Pipeline] sh 21:52:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:52:43 Stashed 1 file(s) [Pipeline] echo 21:52:43 [edgeXSemver]: initialized semver on version 1.2.2-dev.2 [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 21:52:59 Still waiting to schedule task 21:52:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:52:59 Still waiting to schedule task 21:52:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:55:16 Running on prd-centos7-docker-4c-2g-992 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 21:55:16 Running in /w/workspace/device-rest-go/34 [Pipeline] { [Pipeline] checkout 21:55:23 using credential edgex-jenkins-ssh 21:55:23 Cloning the remote Git repository 21:55:23 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:55:23 > git init /w/workspace/device-rest-go/34 # timeout=10 21:55:23 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:55:23 > git --version # timeout=10 21:55:23 > git --version # 'git version 2.24.3' 21:55:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:25 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:55:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:25 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:55:25 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:55:26 Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) 21:55:26 > git config core.sparsecheckout # timeout=10 21:55:26 > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 21:55:30 Commit message: "Merge pull request #78 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:55:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:55:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:55:31 + true 21:55:31 + sudo service docker restart 21:55:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:55:34 provisioning config files... 21:55:34 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config3015950905238750727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:34 ---> docker-login.sh 21:55:34 nexus3.edgexfoundry.org:10001 21:55:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:35 Configure a credential helper to remove this warning. See 21:55:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:35 21:55:35 Login Succeeded 21:55:35 nexus3.edgexfoundry.org:10002 21:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:36 Configure a credential helper to remove this warning. See 21:55:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:36 21:55:36 Login Succeeded 21:55:36 nexus3.edgexfoundry.org:10003 21:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:37 Configure a credential helper to remove this warning. See 21:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:37 21:55:37 Login Succeeded 21:55:37 nexus3.edgexfoundry.org:10004 21:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:37 Configure a credential helper to remove this warning. See 21:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:37 21:55:37 Login Succeeded 21:55:37 docker.io 21:55:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:55:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:55:38 Configure a credential helper to remove this warning. See 21:55:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:55:38 21:55:38 Login Succeeded 21:55:38 ---> docker-login.sh ends [Pipeline] } 21:55:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:55:38 ========================================================= 21:55:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:55:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:55:39 + 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 . 21:55:39 Sending build context to Docker daemon 89.09kB 21:55:39 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 21:55:39 Step 2/10 : FROM ${BASE} 21:55:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:55:39 188c0c94c7c5: Pulling fs layer 21:55:39 0ef7d3d256c8: Pulling fs layer 21:55:39 de9db76c5a1d: Pulling fs layer 21:55:39 bca2f99d35d6: Pulling fs layer 21:55:39 93359f2a8cfa: Pulling fs layer 21:55:39 bca2f99d35d6: Waiting 21:55:39 7c6f9722023f: Pulling fs layer 21:55:39 a35cf1a2eb13: Pulling fs layer 21:55:39 93359f2a8cfa: Waiting 21:55:39 7c6f9722023f: Waiting 21:55:39 a35cf1a2eb13: Waiting 21:55:39 de9db76c5a1d: Verifying Checksum 21:55:39 de9db76c5a1d: Download complete 21:55:39 0ef7d3d256c8: Verifying Checksum 21:55:39 0ef7d3d256c8: Download complete 21:55:39 93359f2a8cfa: Download complete 21:55:39 7c6f9722023f: Download complete 21:55:39 188c0c94c7c5: Verifying Checksum 21:55:39 188c0c94c7c5: Download complete 21:55:40 188c0c94c7c5: Pull complete 21:55:41 0ef7d3d256c8: Pull complete 21:55:41 de9db76c5a1d: Pull complete 21:55:43 a35cf1a2eb13: Verifying Checksum 21:55:43 a35cf1a2eb13: Download complete 21:55:44 bca2f99d35d6: Verifying Checksum 21:55:44 bca2f99d35d6: Download complete 21:55:57 bca2f99d35d6: Pull complete 21:55:57 93359f2a8cfa: Pull complete 21:55:57 7c6f9722023f: Pull complete 21:56:05 a35cf1a2eb13: Pull complete 21:56:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:56:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:56:05 ---> a62c8e92a672 21:56:05 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 21:56:05 ---> Running in 9ddd654de8a5 21:56:06 Removing intermediate container 9ddd654de8a5 21:56:06 ---> 4f8ab4280d50 21:56:06 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:56:06 ---> Running in 4eab4d2e8189 21:56:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-993 in /w/workspace/gexfoundry_device-rest-go_master [Pipeline] { [Pipeline] ws 21:56:06 Running in /w/workspace/device-rest-go/34 [Pipeline] { [Pipeline] checkout 21:56:06 Removing intermediate container 4eab4d2e8189 21:56:06 ---> c0f6bb2f578f 21:56:06 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:56:06 ---> Running in a7b4b69653b2 21:56:07 Removing intermediate container a7b4b69653b2 21:56:07 ---> 9d6ddeed89c5 21:56:07 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:07 ---> Running in efa606f2273f 21:56:09 Removing intermediate container efa606f2273f 21:56:09 ---> df53e3f94b6b 21:56:09 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:56:09 ---> Running in 689e132ae351 21:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:11 OK: 166 MiB in 39 packages 21:56:12 using credential edgex-jenkins-ssh 21:56:12 Cloning the remote Git repository 21:56:12 Removing intermediate container 689e132ae351 21:56:12 ---> 4a4b46989cde 21:56:12 Step 8/10 : WORKDIR /device-rest-go 21:56:12 ---> Running in 6a1a351f5c4c 21:56:13 Removing intermediate container 6a1a351f5c4c 21:56:13 ---> 74f35dd35cfd 21:56:13 Step 9/10 : COPY . . 21:56:12 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 21:56:12 > git init /w/workspace/device-rest-go/34 # timeout=10 21:56:12 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:56:12 > git --version # timeout=10 21:56:12 > git --version # 'git version 2.17.1' 21:56:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:13 ---> cd05ca884653 21:56:13 Step 10/10 : RUN go mod download 21:56:14 ---> Running in 7463c99772f7 21:56:14 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:56:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:56:14 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 21:56:14 Checking out Revision 8e1e7cb95d5530821e601db4473f34bcb708dd90 (master) 21:56:14 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 21:56:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:56:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:56:15 > git config core.sparsecheckout # timeout=10 21:56:15 > git checkout -f 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 21:56:19 Commit message: "Merge pull request #78 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:56:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:56:21 + sudo service docker restart 21:56:21 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:56:23 provisioning config files... 21:56:23 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config8856796374378488856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:56:23 ---> docker-login.sh 21:56:23 nexus3.edgexfoundry.org:10001 21:56:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:25 Configure a credential helper to remove this warning. See 21:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:25 21:56:25 Login Succeeded 21:56:25 nexus3.edgexfoundry.org:10002 21:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:25 Configure a credential helper to remove this warning. See 21:56:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:25 21:56:25 Login Succeeded 21:56:25 nexus3.edgexfoundry.org:10003 21:56:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:26 Configure a credential helper to remove this warning. See 21:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:26 21:56:26 Login Succeeded 21:56:26 nexus3.edgexfoundry.org:10004 21:56:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:26 Configure a credential helper to remove this warning. See 21:56:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:26 21:56:26 Login Succeeded 21:56:26 docker.io 21:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:27 Configure a credential helper to remove this warning. See 21:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:27 21:56:27 Login Succeeded 21:56:27 ---> docker-login.sh ends [Pipeline] } 21:56:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:56:27 ========================================================= 21:56:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:56:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:56:28 + 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 . 21:56:28 Sending build context to Docker daemon 89.09kB 21:56:28 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 21:56:28 Step 2/10 : FROM ${BASE} 21:56:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:56:28 5f621e34cdf4: Pulling fs layer 21:56:28 a4357932f1b6: Pulling fs layer 21:56:28 18c013af1878: Pulling fs layer 21:56:28 00ac8860ef70: Pulling fs layer 21:56:28 63d7cb157983: Pulling fs layer 21:56:28 b116817d02f9: Pulling fs layer 21:56:28 745a02a5169b: Pulling fs layer 21:56:28 63d7cb157983: Waiting 21:56:28 b116817d02f9: Waiting 21:56:28 745a02a5169b: Waiting 21:56:28 00ac8860ef70: Waiting 21:56:28 18c013af1878: Verifying Checksum 21:56:28 18c013af1878: Download complete 21:56:28 a4357932f1b6: Verifying Checksum 21:56:28 a4357932f1b6: Download complete 21:56:28 63d7cb157983: Download complete 21:56:28 b116817d02f9: Verifying Checksum 21:56:28 b116817d02f9: Download complete 21:56:28 5f621e34cdf4: Verifying Checksum 21:56:28 5f621e34cdf4: Download complete 21:56:29 5f621e34cdf4: Pull complete 21:56:29 a4357932f1b6: Pull complete 21:56:30 18c013af1878: Pull complete 21:56:30 745a02a5169b: Download complete 21:56:31 00ac8860ef70: Download complete 21:56:42 00ac8860ef70: Pull complete 21:56:42 63d7cb157983: Pull complete 21:56:42 b116817d02f9: Pull complete 21:56:46 Removing intermediate container 7463c99772f7 21:56:46 ---> 81bf0c237171 21:56:46 Successfully built 81bf0c237171 21:56:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:56:46 745a02a5169b: Pull complete 21:56:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:56:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:56:46 ---> b7e6874047d6 21:56:46 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 21:56:47 + docker inspect -f . ci-base-image-x86_64 21:56:48 . [Pipeline] withDockerContainer 21:56:48 prd-centos7-docker-4c-2g-992 does not seem to be running inside a container 21:56:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 21:56:49 $ docker top e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf -eo pid,comm 21:56:49 ---> Running in 92bdf450e278 [Pipeline] { [Pipeline] sh 21:56:49 Removing intermediate container 92bdf450e278 21:56:49 ---> 7353c819e8b0 21:56:49 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 21:56:50 + go version 21:56:50 ---> Running in 96eb8f76d6f4 21:56:50 go version go1.15.5 linux/amd64 [Pipeline] } 21:56:50 $ docker stop --time=1 e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf 21:56:50 Removing intermediate container 96eb8f76d6f4 21:56:50 ---> 80c055b522ce 21:56:50 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:56:50 ---> Running in 826e3daeb5af 21:56:51 Removing intermediate container 826e3daeb5af 21:56:51 ---> 76f4cf9f57f9 21:56:51 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:51 ---> Running in f14a2d66bcc8 21:56:52 $ docker rm -f e662249e94715b30653abf3bfb3b9c9524bf98c31d039ffe486256db2b6779cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:56:52 + docker inspect -f . ci-base-image-x86_64 21:56:52 . [Pipeline] withDockerContainer 21:56:53 prd-centos7-docker-4c-2g-992 does not seem to be running inside a container 21:56:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@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 21:56:54 Removing intermediate container f14a2d66bcc8 21:56:54 ---> 79f4c67aabfb 21:56:54 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:56:54 ---> Running in 8ef65f81de8c 21:56:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:56 $ docker top 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 -eo pid,comm 21:56:56 OK: 142 MiB in 39 packages [Pipeline] { [Pipeline] sh 21:56:57 + make test 21:56:57 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:56:58 Removing intermediate container 8ef65f81de8c 21:56:58 ---> eb70d6f03cf4 21:56:58 Step 8/10 : WORKDIR /device-rest-go 21:56:58 ---> Running in f60ef6c15641 21:56:58 Removing intermediate container f60ef6c15641 21:56:58 ---> 00742244f4c9 21:56:58 Step 9/10 : COPY . . 21:56:59 ---> 12363654a546 21:56:59 Step 10/10 : RUN go mod download 21:56:59 ---> Running in 1b119ac68351 21:56:59 ? github.com/edgexfoundry/device-rest-go [no test files] 21:57:22 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:57:23 ok github.com/edgexfoundry/device-rest-go/driver 0.093s coverage: 56.3% of statements 21:57:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:57:26 Removing intermediate container 1b119ac68351 21:57:26 ---> 1d69ae936437 21:57:26 Successfully built 1d69ae936437 21:57:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:57:27 + docker inspect -f . ci-base-image-arm64 21:57:27 . [Pipeline] withDockerContainer 21:57:27 prd-ubuntu18.04-docker-arm64-4c-16g-993 does not seem to be running inside a container 21:57:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:57:28 $ docker top 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:57:29 gofmt -l . 21:57:29 [ "`gofmt -l .`" = "" ] 21:57:29 ./bin/test-go-mod-tidy.sh 21:57:29 + go version 21:57:29 go version go1.15.5 linux/arm64 [Pipeline] } 21:57:29 $ docker stop --time=1 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 21:57:29 ./bin/test-attribution-txt.sh 21:57:31 $ docker rm -f 0367c8a22035e22b15248d1d2d3e86ae266e9fa37359c2713956a9379e2af7f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 21:57:32 $ docker stop --time=1 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 21:57:35 $ docker rm -f 9bf6eb824cd0c4474e90d1059cd2db05b44ea22364ca7597c3e44cdf711c26c3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:57:36 + sudo chown -R jenkins:jenkins . 21:57:36 + docker inspect -f . ci-base-image-arm64 21:57:36 . [Pipeline] withDockerContainer 21:57:37 prd-ubuntu18.04-docker-arm64-4c-16g-993 does not seem to be running inside a container 21:57:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/34 -v /w/workspace/device-rest-go/34:/w/workspace/device-rest-go/34:rw,z -v /w/workspace/device-rest-go/34@tmp:/w/workspace/device-rest-go/34@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:57:38 $ docker top b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 21:57:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 21:57:39 + make test 21:57:39 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh 21:57:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:57:40 ? github.com/edgexfoundry/device-rest-go [no test files] 21:57:40 + ls -al . 21:57:40 total 96 21:57:40 drwxrwxr-x. 8 jenkins jenkins 4096 Apr 19 21:57 . 21:57:40 drwxrwxr-x. 4 jenkins jenkins 30 Apr 19 21:55 .. 21:57:40 -rw-rw-r--. 1 jenkins jenkins 5294 Apr 19 21:55 Attribution.txt 21:57:40 drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 21:55 bin 21:57:40 drwxrwxr-x. 3 jenkins jenkins 32 Apr 19 21:55 cmd 21:57:40 -rw-r--r--. 1 jenkins jenkins 9369 Apr 19 21:57 coverage.out 21:57:40 -rw-rw-r--. 1 jenkins jenkins 1530 Apr 19 21:55 Dockerfile 21:57:40 -rw-rw-r--. 1 jenkins jenkins 1002 Apr 19 21:55 Dockerfile.build 21:57:40 -rw-rw-r--. 1 jenkins jenkins 151 Apr 19 21:55 .dockerignore 21:57:40 drwxrwxr-x. 2 jenkins jenkins 93 Apr 19 21:57 driver 21:57:40 drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 21:55 .git 21:57:40 drwxrwxr-x. 2 jenkins jenkins 103 Apr 19 21:55 .github 21:57:40 -rw-rw-r--. 1 jenkins jenkins 339 Apr 19 21:55 .gitignore 21:57:40 -rw-r--r--. 1 jenkins jenkins 267 Apr 19 21:57 go.mod 21:57:40 -rw-r--r--. 1 jenkins jenkins 13985 Apr 19 21:57 go.sum 21:57:40 -rw-rw-r--. 1 jenkins jenkins 680 Apr 19 21:55 Jenkinsfile 21:57:40 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 19 21:55 LICENSE 21:57:40 -rw-rw-r--. 1 jenkins jenkins 951 Apr 19 21:55 Makefile 21:57:40 -rw-rw-r--. 1 jenkins jenkins 7690 Apr 19 21:55 README.md 21:57:40 drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 21:55 snap 21:57:40 -rw-rw-r--. 1 jenkins jenkins 11 Apr 19 21:52 VERSION 21:57:40 -rw-rw-r--. 1 jenkins jenkins 713 Apr 19 21:55 version.go [Pipeline] isUnix [Pipeline] sh 21:57:41 + 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=8e1e7cb95d5530821e601db4473f34bcb708dd90 --label arch=amd64 --label version=1.2.2-dev.2 . 21:57:41 Sending build context to Docker daemon 100.9kB 21:57:41 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 21:57:41 Step 2/25 : FROM ${BASE} AS builder 21:57:41 ---> 81bf0c237171 21:57:41 Step 3/25 : ARG MAKE='make build' 21:57:41 ---> Running in 08e30d2579d6 21:57:42 Removing intermediate container 08e30d2579d6 21:57:42 ---> c190644dacb9 21:57:42 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 21:57:42 ---> Running in d275e7377187 21:57:42 Removing intermediate container d275e7377187 21:57:42 ---> f9033a071f5e 21:57:42 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 21:57:42 ---> Running in 32d1c5e3a614 21:57:43 Removing intermediate container 32d1c5e3a614 21:57:43 ---> 6c91fca8907e 21:57:43 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:43 ---> Running in 3cc6c9307685 21:57:44 Removing intermediate container 3cc6c9307685 21:57:44 ---> c94d08128c71 21:57:44 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:57:44 ---> Running in 0b59b92e778c 21:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:57:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:57:47 OK: 166 MiB in 39 packages 21:57:48 Removing intermediate container 0b59b92e778c 21:57:48 ---> 93a739b42596 21:57:48 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 21:57:48 ---> Running in 8dd89802cafd 21:57:48 Removing intermediate container 8dd89802cafd 21:57:48 ---> c59bf2f35659 21:57:48 Step 9/25 : COPY go.mod . 21:57:49 ---> df012a31fdae 21:57:49 Step 10/25 : COPY Makefile . 21:57:49 ---> ef260794d62a 21:57:49 Step 11/25 : RUN make update 21:57:49 ---> Running in c4b6ffb12fa5 21:57:50 CGO_ENABLED=0 GO111MODULE=on go mod download 21:57:51 Removing intermediate container c4b6ffb12fa5 21:57:51 ---> 5a0de9678f1b 21:57:51 Step 12/25 : COPY . . 21:57:52 ---> 274415b96434 21:57:52 Step 13/25 : RUN $MAKE 21:57:52 ---> Running in f25b233cd6a3 21:57:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.2" -o cmd/device-rest-go ./cmd 21:58:12 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 21:58:12 ok github.com/edgexfoundry/device-rest-go/driver 0.056s coverage: 56.3% of statements 21:58:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 21:58:15 Removing intermediate container f25b233cd6a3 21:58:15 ---> cc6ce51a609a 21:58:15 Step 14/25 : FROM alpine:3.12 21:58:15 3.12: Pulling from library/alpine 21:58:15 339de151aab4: Pulling fs layer 21:58:15 339de151aab4: Verifying Checksum 21:58:15 339de151aab4: Download complete 21:58:15 339de151aab4: Pull complete 21:58:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:58:15 Status: Downloaded newer image for alpine:3.12 21:58:15 ---> 13621d1b12d4 21:58:15 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:58:15 ---> Running in 676d02ef8e53 21:58:15 Removing intermediate container 676d02ef8e53 21:58:15 ---> b8819423bfb0 21:58:15 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 21:58:15 ---> Running in 49c81b113db1 21:58:16 Removing intermediate container 49c81b113db1 21:58:16 ---> 42507fa4d2ae 21:58:16 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 21:58:16 ---> 6012279bca5e 21:58:16 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 21:58:16 ---> 39c00a2786d4 21:58:16 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 21:58:17 ---> 371d95872213 21:58:17 Step 20/25 : EXPOSE 49986 21:58:17 ---> Running in 90bc540adb71 21:58:17 Removing intermediate container 90bc540adb71 21:58:17 ---> 9f729c4cdd0e 21:58:17 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 21:58:18 ---> Running in 737d9ec5af55 21:58:18 Removing intermediate container 737d9ec5af55 21:58:18 ---> 30ed19d21a32 21:58:18 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 21:58:18 ---> Running in 7caff0a33f97 21:58:19 Removing intermediate container 7caff0a33f97 21:58:19 ---> 2d0f7291bdb2 21:58:19 Step 23/25 : LABEL arch=amd64 21:58:19 ---> Running in 9d64044e7b58 21:58:19 Removing intermediate container 9d64044e7b58 21:58:19 ---> 7a76b9480935 21:58:19 Step 24/25 : LABEL git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 21:58:19 ---> Running in 7838d5fe5071 21:58:20 Removing intermediate container 7838d5fe5071 21:58:20 ---> caa6d153a2f0 21:58:20 Step 25/25 : LABEL version=1.2.2-dev.2 21:58:20 ---> Running in 4f15d4e17753 21:58:20 Removing intermediate container 4f15d4e17753 21:58:20 ---> a1203aaf2c21 21:58:20 [Warning] One or more build-args [ARCH] were not consumed 21:58:20 Successfully built a1203aaf2c21 21:58:20 Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:58:20 provisioning config files... 21:58:20 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config2756619504374618021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:58:21 ---> docker-login.sh 21:58:21 nexus3.edgexfoundry.org:10001 21:58:21 gofmt -l . 21:58:21 [ "`gofmt -l .`" = "" ] 21:58:21 ./bin/test-go-mod-tidy.sh 21:58:21 ./bin/test-attribution-txt.sh [Pipeline] } 21:58:21 $ docker stop --time=1 b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f 21:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:22 Configure a credential helper to remove this warning. See 21:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:22 21:58:22 Login Succeeded 21:58:22 nexus3.edgexfoundry.org:10002 21:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:22 Configure a credential helper to remove this warning. See 21:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:22 21:58:22 Login Succeeded 21:58:22 nexus3.edgexfoundry.org:10003 21:58:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:22 Configure a credential helper to remove this warning. See 21:58:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:22 21:58:22 Login Succeeded 21:58:22 nexus3.edgexfoundry.org:10004 21:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:23 Configure a credential helper to remove this warning. See 21:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:23 21:58:23 Login Succeeded 21:58:23 docker.io 21:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:58:23 Configure a credential helper to remove this warning. See 21:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:58:23 21:58:23 Login Succeeded 21:58:23 ---> docker-login.sh ends 21:58:23 $ docker rm -f b8f8e0db273dccd59d213179ea52a1ed8eaa2cca1c31c3471139f00af5253c2f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 21:58:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:58:24 [edgeXDocker.push] Tagging docker image docker-device-rest-go with the following tags: 21:58:24 8e1e7cb95d5530821e601db4473f34bcb708dd90 21:58:24 latest 21:58:24 1.2.2-dev.2 21:58:24 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:58:24 master 21:58:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:58:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:58:24 Warning: overwriting stash ‘coverage-report’ 21:58:24 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh 21:58:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 21:58:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:58:25 a7fba9c1ceac: Preparing 21:58:25 5aa38dc32c1d: Preparing 21:58:25 df6824ab66c3: Preparing 21:58:25 32f366d666a5: Preparing 21:58:25 32f366d666a5: Layer already exists 21:58:25 df6824ab66c3: Pushed 21:58:25 5aa38dc32c1d: Pushed 21:58:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:58:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:58:26 + ls -al . 21:58:26 total 124 21:58:26 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 21:58 . 21:58:26 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:56 .. 21:58:26 -rw-rw-r-- 1 jenkins jenkins 151 Apr 19 21:56 .dockerignore 21:58:26 drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 21:56 .git 21:58:26 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:56 .github 21:58:26 -rw-rw-r-- 1 jenkins jenkins 339 Apr 19 21:56 .gitignore 21:58:26 -rw-rw-r-- 1 jenkins jenkins 5294 Apr 19 21:56 Attribution.txt 21:58:26 -rw-rw-r-- 1 jenkins jenkins 1530 Apr 19 21:56 Dockerfile 21:58:26 -rw-rw-r-- 1 jenkins jenkins 1002 Apr 19 21:56 Dockerfile.build 21:58:26 -rw-rw-r-- 1 jenkins jenkins 680 Apr 19 21:56 Jenkinsfile 21:58:26 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 19 21:56 LICENSE 21:58:26 -rw-rw-r-- 1 jenkins jenkins 951 Apr 19 21:56 Makefile 21:58:26 -rw-rw-r-- 1 jenkins jenkins 7690 Apr 19 21:56 README.md 21:58:26 -rw-rw-r-- 1 jenkins jenkins 11 Apr 19 21:52 VERSION 21:58:26 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:56 bin 21:58:26 drwxrwxr-x 3 jenkins jenkins 4096 Apr 19 21:56 cmd 21:58:26 -rw-r--r-- 1 jenkins jenkins 9369 Apr 19 21:58 coverage.out 21:58:26 drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 21:58 driver 21:58:26 -rw-r--r-- 1 jenkins jenkins 267 Apr 19 21:58 go.mod 21:58:26 -rw-r--r-- 1 jenkins jenkins 13985 Apr 19 21:58 go.sum 21:58:26 drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 21:56 snap 21:58:26 -rw-rw-r-- 1 jenkins jenkins 713 Apr 19 21:56 version.go [Pipeline] isUnix [Pipeline] sh 21:58:26 a7fba9c1ceac: Pushed 21:58:26 + 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=8e1e7cb95d5530821e601db4473f34bcb708dd90 --label arch=arm64 --label version=1.2.2-dev.2 . 21:58:26 Sending build context to Docker daemon 100.9kB 21:58:27 8e1e7cb95d5530821e601db4473f34bcb708dd90: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 21:58:27 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 21:58:27 Step 2/25 : FROM ${BASE} AS builder 21:58:27 ---> 1d69ae936437 21:58:27 Step 3/25 : ARG MAKE='make build' [Pipeline] isUnix [Pipeline] sh 21:58:27 ---> Running in ccc5509266d2 21:58:27 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest [Pipeline] isUnix [Pipeline] sh 21:58:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 21:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:58:27 a7fba9c1ceac: Preparing 21:58:27 5aa38dc32c1d: Preparing 21:58:27 df6824ab66c3: Preparing 21:58:27 32f366d666a5: Preparing 21:58:27 5aa38dc32c1d: Layer already exists 21:58:27 a7fba9c1ceac: Layer already exists 21:58:27 32f366d666a5: Layer already exists 21:58:27 df6824ab66c3: Layer already exists 21:58:27 latest: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:58:27 Removing intermediate container ccc5509266d2 21:58:27 ---> 5737271894f9 21:58:27 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 21:58:27 ---> Running in 07762f540184 21:58:28 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 21:58:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 21:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:58:28 a7fba9c1ceac: Preparing 21:58:28 5aa38dc32c1d: Preparing 21:58:28 df6824ab66c3: Preparing 21:58:28 32f366d666a5: Preparing 21:58:28 a7fba9c1ceac: Layer already exists 21:58:28 df6824ab66c3: Layer already exists 21:58:28 5aa38dc32c1d: Layer already exists 21:58:28 32f366d666a5: Layer already exists 21:58:28 1.2.2-dev.2: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:58:28 Removing intermediate container 07762f540184 21:58:28 ---> d9fa03fd1594 21:58:28 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 21:58:28 ---> Running in f5ad0379d190 21:58:28 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 21:58:28 Removing intermediate container f5ad0379d190 21:58:28 ---> a346c8bdba3e 21:58:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:29 ---> Running in 2673de927320 21:58:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:58:29 a7fba9c1ceac: Preparing 21:58:29 5aa38dc32c1d: Preparing 21:58:29 df6824ab66c3: Preparing 21:58:29 32f366d666a5: Preparing 21:58:29 df6824ab66c3: Layer already exists 21:58:29 a7fba9c1ceac: Layer already exists 21:58:29 5aa38dc32c1d: Layer already exists 21:58:29 32f366d666a5: Layer already exists 21:58:29 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:58:29 + docker tag docker-device-rest-go nexus3.edgexfoundry.org:10004/docker-device-rest-go:master [Pipeline] isUnix [Pipeline] sh 21:58:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go:master 21:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go] 21:58:29 a7fba9c1ceac: Preparing 21:58:29 5aa38dc32c1d: Preparing 21:58:29 df6824ab66c3: Preparing 21:58:29 32f366d666a5: Preparing 21:58:29 df6824ab66c3: Layer already exists 21:58:29 32f366d666a5: Layer already exists 21:58:29 a7fba9c1ceac: Layer already exists 21:58:29 5aa38dc32c1d: Layer already exists 21:58:29 master: digest: sha256:1b7d154bb46af1695805b285474d74fd67af7ce143dc15be6133602d625866b4 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:58:29 ===================================================== [Pipeline] echo 21:58:29 taggedImages: 21:58:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90 21:58:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:latest 21:58:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:1.2.2-dev.2 21:58:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:58:29 - 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 Post stage [Pipeline] libraryResource [Pipeline] sh 21:58:30 ---> job-cost.sh 21:58:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gWzs 21:58:31 Removing intermediate container 2673de927320 21:58:31 ---> ac3097ddcaf1 21:58:31 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:58:31 ---> Running in 46df94a5a383 21:58:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:34 OK: 142 MiB in 39 packages 21:58:35 Removing intermediate container 46df94a5a383 21:58:35 ---> 6c9d9319db7c 21:58:35 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 21:58:35 ---> Running in aa6312fa005a 21:58:36 Removing intermediate container aa6312fa005a 21:58:36 ---> a3c1afc964a6 21:58:36 Step 9/25 : COPY go.mod . 21:58:36 ---> 240df41d94f6 21:58:36 Step 10/25 : COPY Makefile . 21:58:37 ---> 3d8003bf92ae 21:58:37 Step 11/25 : RUN make update 21:58:37 ---> Running in 597d366ab9e7 21:58:38 CGO_ENABLED=0 GO111MODULE=on go mod download 21:58:39 Removing intermediate container 597d366ab9e7 21:58:39 ---> 0a8dd0f47047 21:58:39 Step 12/25 : COPY . . 21:58:40 ---> e802252f2f20 21:58:40 Step 13/25 : RUN $MAKE 21:58:40 ---> Running in efeb58cef296 21:58:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=1.2.2-dev.2" -o cmd/device-rest-go ./cmd 21:58:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:59:14 Removing intermediate container efeb58cef296 21:59:14 ---> 2946d01d6480 21:59:14 Step 14/25 : FROM alpine:3.12 21:59:14 3.12: Pulling from library/alpine 21:59:14 d2f70382dc9a: Pulling fs layer 21:59:14 d2f70382dc9a: Verifying Checksum 21:59:14 d2f70382dc9a: Download complete 21:59:14 d2f70382dc9a: Pull complete 21:59:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:59:14 Status: Downloaded newer image for alpine:3.12 21:59:14 ---> 9852663dfa18 21:59:14 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:59:14 ---> Running in e7ac12e271aa 21:59:14 Removing intermediate container e7ac12e271aa 21:59:14 ---> ad49727d3c0a 21:59:14 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 21:59:14 ---> Running in 942d0270cb19 21:59:14 Removing intermediate container 942d0270cb19 21:59:14 ---> 7bd85d218bec 21:59:14 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 21:59:14 ---> b893804129b0 21:59:14 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 21:59:14 ---> 2cee0d846629 21:59:14 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 21:59:14 ---> 90a22698fab3 21:59:14 Step 20/25 : EXPOSE 49986 21:59:14 ---> Running in 34a51136c57d 21:59:15 Removing intermediate container 34a51136c57d 21:59:15 ---> 4a9fd2de6abf 21:59:15 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 21:59:15 ---> Running in e9c0082fd697 21:59:15 Removing intermediate container e9c0082fd697 21:59:15 ---> 7ff153d9bf72 21:59:15 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 21:59:15 ---> Running in 6d3d8758a3bf 21:59:16 Removing intermediate container 6d3d8758a3bf 21:59:16 ---> e3fdccd7afc0 21:59:16 Step 23/25 : LABEL arch=arm64 21:59:16 ---> Running in 16be337187b1 21:59:17 Removing intermediate container 16be337187b1 21:59:17 ---> f0d4f8e583cf 21:59:17 Step 24/25 : LABEL git_sha=8e1e7cb95d5530821e601db4473f34bcb708dd90 21:59:17 ---> Running in dedf7622ab72 21:59:17 Removing intermediate container dedf7622ab72 21:59:17 ---> 3c2ea7991c05 21:59:17 Step 25/25 : LABEL version=1.2.2-dev.2 21:59:18 ---> Running in afa22aca69d6 21:59:18 Removing intermediate container afa22aca69d6 21:59:18 ---> 9ed945a09167 21:59:18 [Warning] One or more build-args [ARCH] were not consumed 21:59:18 Successfully built 9ed945a09167 21:59:18 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 21:59:18 provisioning config files... 21:59:18 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/34@tmp/config8356404863342516728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:18 ---> docker-login.sh 21:59:18 nexus3.edgexfoundry.org:10001 21:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:19 Configure a credential helper to remove this warning. See 21:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:19 21:59:19 Login Succeeded 21:59:19 nexus3.edgexfoundry.org:10002 21:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:19 Configure a credential helper to remove this warning. See 21:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:19 21:59:19 Login Succeeded 21:59:19 nexus3.edgexfoundry.org:10003 21:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:20 Configure a credential helper to remove this warning. See 21:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:20 21:59:20 Login Succeeded 21:59:20 nexus3.edgexfoundry.org:10004 21:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:20 Configure a credential helper to remove this warning. See 21:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:20 21:59:20 Login Succeeded 21:59:20 docker.io 21:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:21 Configure a credential helper to remove this warning. See 21:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:21 21:59:21 Login Succeeded 21:59:21 ---> docker-login.sh ends [Pipeline] } 21:59:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:59:21 [edgeXDocker.push] Tagging docker image docker-device-rest-go-arm64 with the following tags: 21:59:21 8e1e7cb95d5530821e601db4473f34bcb708dd90 21:59:21 latest 21:59:21 1.2.2-dev.2 21:59:21 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:59:21 master 21:59:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:59:22 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh 21:59:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 21:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:59:22 6a5655591da1: Preparing 21:59:22 e185ea3ea023: Preparing 21:59:22 6a83b4d44994: Preparing 21:59:22 3fbe34a1663b: Preparing 21:59:22 3fbe34a1663b: Layer already exists 21:59:22 6a83b4d44994: Pushed 21:59:22 e185ea3ea023: Pushed 21:59:25 6a5655591da1: Pushed 21:59:25 8e1e7cb95d5530821e601db4473f34bcb708dd90: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:59:25 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:59:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 21:59:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:59:26 6a5655591da1: Preparing 21:59:26 e185ea3ea023: Preparing 21:59:26 6a83b4d44994: Preparing 21:59:26 3fbe34a1663b: Preparing 21:59:26 3fbe34a1663b: Layer already exists 21:59:26 6a83b4d44994: Layer already exists 21:59:26 6a5655591da1: Layer already exists 21:59:26 e185ea3ea023: Layer already exists 21:59:26 latest: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:59:26 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 21:59:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 21:59:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:59:27 6a5655591da1: Preparing 21:59:27 e185ea3ea023: Preparing 21:59:27 6a83b4d44994: Preparing 21:59:27 3fbe34a1663b: Preparing 21:59:27 e185ea3ea023: Layer already exists 21:59:27 6a5655591da1: Layer already exists 21:59:27 3fbe34a1663b: Layer already exists 21:59:27 6a83b4d44994: Layer already exists 21:59:27 1.2.2-dev.2: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:59:27 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 21:59:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:59:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:59:28 6a5655591da1: Preparing 21:59:28 e185ea3ea023: Preparing 21:59:28 6a83b4d44994: Preparing 21:59:28 3fbe34a1663b: Preparing 21:59:28 e185ea3ea023: Layer already exists 21:59:28 6a83b4d44994: Layer already exists 21:59:28 3fbe34a1663b: Layer already exists 21:59:28 6a5655591da1: Layer already exists 21:59:28 8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] isUnix [Pipeline] sh 21:59:28 + docker tag docker-device-rest-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:59:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master 21:59:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64] 21:59:29 6a5655591da1: Preparing 21:59:29 e185ea3ea023: Preparing 21:59:29 6a83b4d44994: Preparing 21:59:29 3fbe34a1663b: Preparing 21:59:29 6a83b4d44994: Layer already exists 21:59:29 e185ea3ea023: Layer already exists 21:59:29 6a5655591da1: Layer already exists 21:59:29 3fbe34a1663b: Layer already exists 21:59:29 master: digest: sha256:5d0650b257a253003526b67421f0e768724e4c7047ca3df70df0836db9ec09c0 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:59:29 ===================================================== [Pipeline] echo 21:59:29 taggedImages: 21:59:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90 21:59:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:latest 21:59:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:1.2.2-dev.2 21:59:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:8e1e7cb95d5530821e601db4473f34bcb708dd90-1.2.2-dev.2 21:59:29 - nexus3.edgexfoundry.org:10004/docker-device-rest-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:59:29 ---> job-cost.sh 21:59:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mDOw 21:59:44 lf-activate-venv(): INFO: Adding /tmp/venv-gWzs/bin to PATH 21:59:44 INFO: No Stack... 21:59:44 INFO: Retrieving Pricing Info for: v1-standard-2 21:59:44 INFO: Archiving Costs [Pipeline] sh 21:59:45 + cut -d, -f6 21:59:45 + cat /w/workspace/device-rest-go/34/archives/cost.csv [Pipeline] lock 21:59:45 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] 21:59:45 Resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] did not exist. Created. 21:59:45 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:59:45 + echo total: 0.029999999329447746 [Pipeline] stash 21:59:46 Stashed 1 file(s) [Pipeline] } 21:59:46 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:00:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:01:30 lf-activate-venv(): INFO: Adding /tmp/venv-mDOw/bin to PATH 22:01:30 INFO: No Stack... 22:01:30 INFO: Retrieving Pricing Info for: lf-standard-4 22:01:30 INFO: Archiving Costs [Pipeline] sh 22:01:31 + cut -d,+ -f6 22:01:31 cat /w/workspace/device-rest-go/34/archives/cost.csv [Pipeline] lock 22:01:31 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] 22:01:31 Resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] did not exist. Created. 22:01:31 Lock acquired on [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:01:31 /w/workspace/device-rest-go/34@tmp/durable-2a7ee24c/script.sh: 1: /w/workspace/device-rest-go/34@tmp/durable-2a7ee24c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:01:31 + echo total: 0.20999999344348907 [Pipeline] stash 22:01:31 Warning: overwriting stash ‘stack-cost’ 22:01:32 Stashed 1 file(s) [Pipeline] } 22:01:32 Lock released on resource [jenkins-edgexfoundry-device-rest-go-master-34-stack-cost] [Pipeline] // lock [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:01:32 provisioning config files... 22:01:32 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6642599506091317164tmp [Pipeline] { [Pipeline] sh 22:01:32 + set +x 22:01:32 + bash -s -- 22:01:32 + curl -s https://codecov.io/bash 22:01:33 22:01:33 _____ _ 22:01:33 / ____| | | 22:01:33 | | ___ __| | ___ ___ _____ __ 22:01:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:01:33 | |___| (_) | (_| | __/ (_| (_) \ V / 22:01:33 \_____\___/ \__,_|\___|\___\___/ \_/ 22:01:33 Bash-1.0.1 22:01:33 22:01:33 22:01:33 ==> git version 2.24.3 found 22:01:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:01:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:01:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:01:33 ==> Jenkins CI detected. 22:01:33 project root: . 22:01:33 --> token set from env 22:01:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:01:33 ==> Running gcov in . (disable via -X gcov) 22:01:33 ==> Python coveragepy not found 22:01:33 ==> Searching for coverage reports in: 22:01:33 + . 22:01:33 -> Found 1 reports 22:01:33 ==> Detecting git/mercurial file structure 22:01:33 ==> Reading reports 22:01:33 + ./coverage.out bytes=9369 22:01:33 ==> Appending adjustments 22:01:33 https://docs.codecov.io/docs/fixing-reports 22:01:33 + Found adjustments 22:01:33 ==> Gzipping contents 22:01:33 4.0K /tmp/codecov.O02x1T.gz 22:01:33 ==> Uploading reports 22:01:33 url: https://codecov.io 22:01:33 query: branch=master&commit=8e1e7cb95d5530821e601db4473f34bcb708dd90&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:01:33 -> Pinging Codecov 22:01:33 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=8e1e7cb95d5530821e601db4473f34bcb708dd90&build=34&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmaster%2F34%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:01:34 -> Uploading to 22:01:34 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/4E5D53B4F1F92C436F7061BF334D961C/8e1e7cb95d5530821e601db4473f34bcb708dd90/9450cbe4-3bda-4544-b89e-3578dea0dba4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T220133Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=abd5390dec6a8e3549d26357b6afb0ff50f82101f720b1f9dc55eaaf883663a9 22:01:34 % Total % Received % Xferd Average Speed Time Time Time Current 22:01:34 Dload Upload Total Spent Left Speed 22:01:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 4156 --:--:-- --:--:-- --:--:-- 4159 22:01:34 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] } 22:01:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:01:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:01:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:34 22:01:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:01:35 188c0c94c7c5: Pulling fs layer 22:01:35 0ef7d3d256c8: Pulling fs layer 22:01:35 de9db76c5a1d: Pulling fs layer 22:01:35 0eba1c9be4d2: Pulling fs layer 22:01:35 0d57e429df01: Pulling fs layer 22:01:35 4e4be7b47b0d: Pulling fs layer 22:01:35 e1f770b5df2f: Pulling fs layer 22:01:35 85a0685a4137: Pulling fs layer 22:01:35 0d57e429df01: Waiting 22:01:35 4e4be7b47b0d: Waiting 22:01:35 e1f770b5df2f: Waiting 22:01:35 85a0685a4137: Waiting 22:01:35 0eba1c9be4d2: Waiting 22:01:35 de9db76c5a1d: Download complete 22:01:35 0ef7d3d256c8: Verifying Checksum 22:01:35 0ef7d3d256c8: Download complete 22:01:35 0d57e429df01: Verifying Checksum 22:01:35 0d57e429df01: Download complete 22:01:35 188c0c94c7c5: Verifying Checksum 22:01:35 188c0c94c7c5: Download complete 22:01:35 4e4be7b47b0d: Verifying Checksum 22:01:35 4e4be7b47b0d: Download complete 22:01:35 188c0c94c7c5: Pull complete 22:01:35 0ef7d3d256c8: Pull complete 22:01:36 de9db76c5a1d: Pull complete 22:01:36 e1f770b5df2f: Verifying Checksum 22:01:36 e1f770b5df2f: Download complete 22:01:38 0eba1c9be4d2: Verifying Checksum 22:01:38 0eba1c9be4d2: Download complete 22:01:38 85a0685a4137: Verifying Checksum 22:01:38 85a0685a4137: Download complete 22:01:43 0eba1c9be4d2: Pull complete 22:01:43 0d57e429df01: Pull complete 22:01:44 4e4be7b47b0d: Pull complete 22:01:49 e1f770b5df2f: Pull complete 22:01:56 85a0685a4137: Pull complete 22:01:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:01:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:01:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:01:56 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:01:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:01:57 $ docker top cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b -eo pid,comm [Pipeline] { [Pipeline] echo 22:01:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:01:57 + set -o pipefail 22:01:57 + snyk monitor '--org=edgex-jenkins' 22:02:19 22:02:19 Monitoring /w/workspace/gexfoundry_device-rest-go_master (github.com/edgexfoundry/device-rest-go)... 22:02:19 22:02:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/100cb2ad-363b-48d6-95bb-098d49e3156b/history/872ade5b-ac13-4371-a4f7-80061141fc83 22:02:19 22:02:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:02:19 22:02:19 22:02:19 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 22:02:19 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:02:19 $ docker stop --time=1 cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b 22:02:22 $ docker rm -f cd18923fd3b609a6f2b0e66855e5a3ce1c57599ab4c0fd2e43a90d4ce935e50b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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:02:23 + git log --format=format:%s -1 8e1e7cb95d5530821e601db4473f34bcb708dd90 [Pipeline] isUnix [Pipeline] sh 22:02:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:02:23 . [Pipeline] withDockerContainer 22:02:23 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:02:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:02:24 $ docker top 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:02:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:02:25 [ssh-agent] Looking for ssh-agent implementation... 22:02:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:02:25 $ docker exec 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d ssh-agent 22:02:25 SSH_AUTH_SOCK=/tmp/ssh-AmfNfqcktTmo/agent.11 22:02:25 SSH_AGENT_PID=17 22:02:25 Running ssh-add (command line suppressed) 22:02:25 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9142198014991545618.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_9142198014991545618.key) 22:02:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:02:26 + git semver tag 22:02:26 # -> Open(): unable to determine branch for HEAD 22:02:26 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:02:26 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:02:26 # $SEMVER_REMOTE_NAME = origin 22:02:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:02:26 # $SEMVER_USER_NAME = edgex-jenkins 22:02:26 # $SEMVER_BRANCH = master 22:02:26 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 22:02:26 # 8e1e7cb95d5530821e601db4473f34bcb708dd90 HEAD 22:02:26 # -> Force: false 22:02:26 # 8555d2e6cdcaa6f79cfe40cf54df812affa28b0f refs/tags/v1.2.2-dev.2 [Pipeline] } 22:02:26 $ docker exec --env ******** --env ******** 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d ssh-agent -k 22:02:26 unset SSH_AUTH_SOCK; 22:02:26 unset SSH_AGENT_PID; 22:02:26 echo Agent pid 17 killed; 22:02:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:02:26 + git semver [Pipeline] } 22:02:26 $ docker stop --time=1 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d 22:02:27 $ docker rm -f 1b37aa2b893aa354e2070e25d1575d21f8fba60899689cb57410d3b262f5d55d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:02:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:02:28 22:02:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:02:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:02:28 0.23.1-centos7: Pulling from edgex-lftools 22:02:28 ab5ef0e58194: Pulling fs layer 22:02:28 9712f1f96733: Pulling fs layer 22:02:28 63f879dbbcfc: Pulling fs layer 22:02:28 0d9ebad4ef96: Pulling fs layer 22:02:28 e9a5061849ea: Pulling fs layer 22:02:28 d747dcd14b5f: Pulling fs layer 22:02:28 2de7ff778b66: Pulling fs layer 22:02:28 d747dcd14b5f: Waiting 22:02:28 e9a5061849ea: Waiting 22:02:28 2de7ff778b66: Waiting 22:02:28 0d9ebad4ef96: Waiting 22:02:28 9712f1f96733: Verifying Checksum 22:02:28 9712f1f96733: Download complete 22:02:30 63f879dbbcfc: Verifying Checksum 22:02:30 63f879dbbcfc: Download complete 22:02:30 e9a5061849ea: Verifying Checksum 22:02:30 e9a5061849ea: Download complete 22:02:30 d747dcd14b5f: Verifying Checksum 22:02:30 d747dcd14b5f: Download complete 22:02:31 2de7ff778b66: Verifying Checksum 22:02:31 2de7ff778b66: Download complete 22:02:31 ab5ef0e58194: Download complete 22:02:31 0d9ebad4ef96: Verifying Checksum 22:02:31 0d9ebad4ef96: Download complete 22:02:36 ab5ef0e58194: Pull complete 22:02:36 9712f1f96733: Pull complete 22:02:39 63f879dbbcfc: Pull complete 22:02:45 0d9ebad4ef96: Pull complete 22:02:47 e9a5061849ea: Pull complete 22:02:47 d747dcd14b5f: Pull complete 22:02:49 2de7ff778b66: Pull complete 22:02:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:02:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:02:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:02:49 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:02:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:02:53 $ docker top bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:02:53 provisioning config files... 22:02:53 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config7849627036343077582tmp 22:02:53 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config3932237008751772618tmp 22:02:53 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config6025447163397225359tmp [Pipeline] { [Pipeline] echo 22:02:53 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:02:53 ---> sigul-configuration.sh 22:02:53 gpg: directory `/root/.gnupg' created 22:02:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:02:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:02:53 gpg: keyring `/root/.gnupg/secring.gpg' created 22:02:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:02:53 gpg: CAST5 encrypted data 22:02:54 gpg: encrypted with 1 passphrase 22:02:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:02:54 + mkdir /home/jenkins 22:02:54 + mkdir /home/jenkins/sigul [Pipeline] sh 22:02:54 + 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:02:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:02:55 ---> sigul-install.sh 22:03:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:03:03 + git tag --list 22:03:03 v1.0.0 22:03:03 v1.1.0 22:03:03 v1.1.1 22:03:03 v1.1.2 22:03:03 v1.2.0 22:03:03 v1.2.1 22:03:03 v1.2.1-dev.1 22:03:03 v1.2.1-dev.2 22:03:03 v1.2.1-dev.3 22:03:03 v1.2.1-dev.4 22:03:03 v1.2.2-dev.1 22:03:03 v1.2.2-dev.2 [Pipeline] sh 22:03:04 + lftools sign git-tag v1.2.2-dev.2 22:03:05 Signing Git tag with Sigul... 22:03:05 Signing v1.2.2-dev.2 [Pipeline] echo 22:03:06 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:03:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:03:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:03:06 $ docker stop --time=1 bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe 22:03:08 $ docker rm -f bee8329ac85b9b865360f9423bc4f17104dd9e2a5977e4c711015d34244566fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:03:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:03:09 . [Pipeline] withDockerContainer 22:03:09 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:03:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:03:11 $ docker top c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:03:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:03:11 [ssh-agent] Looking for ssh-agent implementation... 22:03:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:03:12 $ docker exec c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a ssh-agent 22:03:12 SSH_AUTH_SOCK=/tmp/ssh-Or2PsVQL8B1S/agent.11 22:03:12 SSH_AGENT_PID=17 22:03:12 Running ssh-add (command line suppressed) 22:03:12 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4287398037872513470.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_4287398037872513470.key) 22:03:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:03:12 + git semver bump pre 22:03:12 # -> Open(): unable to determine branch for HEAD 22:03:12 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:03:12 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:03:12 # $SEMVER_REMOTE_NAME = origin 22:03:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:03:12 # $SEMVER_USER_NAME = edgex-jenkins 22:03:12 # $SEMVER_BRANCH = master 22:03:12 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver 22:03:12 1.2.2-dev.3 [Pipeline] } 22:03:12 $ docker exec --env ******** --env ******** c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a ssh-agent -k 22:03:13 unset SSH_AUTH_SOCK; 22:03:13 unset SSH_AGENT_PID; 22:03:13 echo Agent pid 17 killed; 22:03:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:03:13 + git semver [Pipeline] } 22:03:13 $ docker stop --time=1 c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a 22:03:14 $ docker rm -f c81c2a82fbf33a14dbe6853f555bcd7fd8b132bfebc370421986fbd0fa9b463a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:03:15 . [Pipeline] withDockerContainer 22:03:15 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:03:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:03:16 $ docker top 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:03:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:03:16 [ssh-agent] Looking for ssh-agent implementation... 22:03:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:03:16 $ docker exec 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 ssh-agent 22:03:16 SSH_AUTH_SOCK=/tmp/ssh-TIUkZx4hgggd/agent.11 22:03:16 SSH_AGENT_PID=17 22:03:16 Running ssh-add (command line suppressed) 22:03:17 Identity added: /w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7306536921072055846.key (/w/workspace/gexfoundry_device-rest-go_master@tmp/private_key_7306536921072055846.key) 22:03:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:03:17 + git semver push 22:03:17 # -> Open(): unable to determine branch for HEAD 22:03:17 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_master/.git 22:03:17 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_master 22:03:17 # $SEMVER_REMOTE_NAME = origin 22:03:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:03:17 # $SEMVER_USER_NAME = edgex-jenkins 22:03:17 # $SEMVER_BRANCH = master 22:03:17 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_master/.semver [Pipeline] } 22:03:21 $ docker exec --env ******** --env ******** 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 ssh-agent -k 22:03:21 unset SSH_AUTH_SOCK; 22:03:21 unset SSH_AGENT_PID; 22:03:21 echo Agent pid 17 killed; 22:03:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:03:22 + git semver [Pipeline] } 22:03:22 $ docker stop --time=1 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 22:03:23 $ docker rm -f 03dce37fe33b8905aa952d28997bda805facecf924dc25f272fc94a54d6c2914 [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:03:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:03:24 ---> package-listing.sh 22:03:24 ++ facter osfamily 22:03:24 ++ tr '[:upper:]' '[:lower:]' 22:03:24 + OS_FAMILY=redhat 22:03:24 + workspace=/w/workspace/gexfoundry_device-rest-go_master 22:03:24 + START_PACKAGES=/tmp/packages_start.txt 22:03:24 + END_PACKAGES=/tmp/packages_end.txt 22:03:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:03:24 + PACKAGES=/tmp/packages_start.txt 22:03:24 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 22:03:24 + PACKAGES=/tmp/packages_end.txt 22:03:24 + case "${OS_FAMILY}" in 22:03:24 + rpm -qa 22:03:24 + sort 22:03:30 + '[' -f /tmp/packages_start.txt ']' 22:03:30 + '[' -f /tmp/packages_end.txt ']' 22:03:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:03:30 + '[' /w/workspace/gexfoundry_device-rest-go_master ']' 22:03:30 + mkdir -p /w/workspace/gexfoundry_device-rest-go_master/archives/ 22:03:30 + 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:03:30 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:03:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:03:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:30 22:03:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:03:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:31 alpine: Pulling from edgex-lftools-log-publisher 22:03:31 df20fa9351a1: Pulling fs layer 22:03:31 36b3adc4ff6f: Pulling fs layer 22:03:31 8ad3a11d3b57: Pulling fs layer 22:03:31 46f8f816bc3b: Pulling fs layer 22:03:31 93b61091891f: Pulling fs layer 22:03:31 93b9cdb0e59b: Pulling fs layer 22:03:31 5e14af77c1be: Pulling fs layer 22:03:31 01666e4c0597: Pulling fs layer 22:03:31 aa168da1d23b: Pulling fs layer 22:03:31 93b61091891f: Waiting 22:03:31 93b9cdb0e59b: Waiting 22:03:31 5e14af77c1be: Waiting 22:03:31 01666e4c0597: Waiting 22:03:31 aa168da1d23b: Waiting 22:03:31 46f8f816bc3b: Waiting 22:03:31 36b3adc4ff6f: Verifying Checksum 22:03:31 36b3adc4ff6f: Download complete 22:03:31 46f8f816bc3b: Verifying Checksum 22:03:31 46f8f816bc3b: Download complete 22:03:31 df20fa9351a1: Verifying Checksum 22:03:31 df20fa9351a1: Download complete 22:03:31 93b9cdb0e59b: Verifying Checksum 22:03:31 93b9cdb0e59b: Download complete 22:03:31 93b61091891f: Download complete 22:03:31 5e14af77c1be: Verifying Checksum 22:03:31 5e14af77c1be: Download complete 22:03:31 01666e4c0597: Verifying Checksum 22:03:31 01666e4c0597: Download complete 22:03:31 8ad3a11d3b57: Verifying Checksum 22:03:31 8ad3a11d3b57: Download complete 22:03:31 df20fa9351a1: Pull complete 22:03:32 36b3adc4ff6f: Pull complete 22:03:33 8ad3a11d3b57: Pull complete 22:03:33 aa168da1d23b: Verifying Checksum 22:03:33 aa168da1d23b: Download complete 22:03:33 46f8f816bc3b: Pull complete 22:03:34 93b61091891f: Pull complete 22:03:34 93b9cdb0e59b: Pull complete 22:03:34 5e14af77c1be: Pull complete 22:03:34 01666e4c0597: Pull complete 22:03:42 aa168da1d23b: Pull complete 22:03:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:03:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:03:42 prd-centos7-docker-4c-2g-985 does not seem to be running inside a container 22:03:42 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_master -v /w/workspace/gexfoundry_device-rest-go_master:/w/workspace/gexfoundry_device-rest-go_master:rw,z -v /w/workspace/gexfoundry_device-rest-go_master@tmp:/w/workspace/gexfoundry_device-rest-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:03:45 $ docker top f2acd1a02b202661e4038d42f449c29d9f38d514b2462b3198bde5061caa744f -eo pid,comm [Pipeline] { [Pipeline] sh 22:03:46 + touch /tmp/pre-build-complete [Pipeline] sh 22:03:46 + mkdir -p /var/log/sa [Pipeline] sh 22:03:46 + ls /var/log/sa-host 22:03:46 + sadf -c /var/log/sa-host/sa19 22:03:46 file_magic: OK 22:03:46 HZ: Using current value: 100 22:03:46 file_header: OK 22:03:46 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:03:46 Statistics: 22:03:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:03:46 File successfully converted to sysstat format version 12.2.1 22:03:46 + sadf -c /var/log/sa-host/sa23 22:03:46 file_magic: OK 22:03:46 HZ: Using current value: 100 22:03:46 file_header: OK 22:03:46 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:03:46 Statistics: 22:03:46 Hnuu...uuuununununu... 22:03:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:03:47 provisioning config files... 22:03:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_master@tmp/config2055417772672943773tmp [Pipeline] { [Pipeline] echo 22:03:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:03:47 ---> create-netrc.sh [Pipeline] } 22:03:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:03:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:03:47 ---> python-tools-install.sh [Pipeline] echo 22:03:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:03:48 ---> sudo-logs.sh 22:03:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:03:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:03:48 ---> job-cost.sh 22:03:48 lf-activate-venv: SKIPPING 22:03:48 DEBUG: total: 0.20999999344348907 22:03:48 INFO: Retrieving Stack Cost... 22:03:49 INFO: Retrieving Pricing Info for: v1-standard-2 22:03:50 INFO: Archiving Costs [Pipeline] echo 22:03:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:03:50 ---> logs-deploy.sh 22:03:50 lf-activate-venv: SKIPPING 22:03:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/master/34 22:03:50 INFO: archiving workspace using pattern(s): 22:03:52 Archives upload complete. 22:03:52 INFO: archiving logs to Nexus 22:03:53 ---> uname -a: 22:03:53 Linux prd-centos7-docker-4c-2g-985.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:03:53 22:03:53 22:03:53 ---> lscpu: 22:03:53 Architecture: x86_64 22:03:53 CPU op-mode(s): 32-bit, 64-bit 22:03:53 Byte Order: Little Endian 22:03:53 Address sizes: 40 bits physical, 48 bits virtual 22:03:53 CPU(s): 4 22:03:53 On-line CPU(s) list: 0-3 22:03:53 Thread(s) per core: 1 22:03:53 Core(s) per socket: 1 22:03:53 Socket(s): 4 22:03:53 NUMA node(s): 1 22:03:53 Vendor ID: GenuineIntel 22:03:53 CPU family: 6 22:03:53 Model: 44 22:03:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:03:53 Stepping: 1 22:03:53 CPU MHz: 2933.436 22:03:53 BogoMIPS: 5866.87 22:03:53 Virtualization: VT-x 22:03:53 Hypervisor vendor: KVM 22:03:53 Virtualization type: full 22:03:53 L1d cache: 128 KiB 22:03:53 L1i cache: 128 KiB 22:03:53 L2 cache: 16 MiB 22:03:53 L3 cache: 64 MiB 22:03:53 NUMA node0 CPU(s): 0-3 22:03:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:03:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:03:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:03:53 Vulnerability Meltdown: Mitigation; PTI 22:03:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:03:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:03:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:03:53 Vulnerability Srbds: Not affected 22:03:53 Vulnerability Tsx async abort: Not affected 22:03:53 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:03:53 22:03:53 22:03:53 ---> nproc: 22:03:53 4 22:03:53 22:03:53 22:03:53 ---> df -h: 22:03:53 Filesystem Size Used Available Use% Mounted on 22:03:53 overlay 50.0G 8.6G 41.4G 17% / 22:03:53 tmpfs 64.0M 0 64.0M 0% /dev 22:03:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:03:53 shm 64.0M 0 64.0M 0% /dev/shm 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master@tmp 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:03:53 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/gexfoundry_device-rest-go_master 22:03:53 22:03:53 22:03:53 ---> free -m: 22:03:53 total used free shared buff/cache available 22:03:53 Mem: 1837 824 142 0 870 948 22:03:53 Swap: 1023 3 1020 22:03:53 22:03:53 22:03:53 ---> ip addr: 22:03:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:03:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:03:53 inet 127.0.0.1/8 scope host lo 22:03:53 valid_lft forever preferred_lft forever 22:03:53 inet6 ::1/128 scope host 22:03:53 valid_lft forever preferred_lft forever 22:03:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:03:53 link/ether fa:16:3e:68:28:02 brd ff:ff:ff:ff:ff:ff 22:03:53 inet 10.30.123.236/23 brd 10.30.123.255 scope global dynamic eth0 22:03:53 valid_lft 85682sec preferred_lft 85682sec 22:03:53 inet6 fe80::f816:3eff:fe68:2802/64 scope link 22:03:53 valid_lft forever preferred_lft forever 22:03:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:03:53 link/ether 02:42:3c:92:e1:78 brd ff:ff:ff:ff:ff:ff 22:03:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:03:53 valid_lft forever preferred_lft forever 22:03:53 inet6 fe80::42:3cff:fe92:e178/64 scope link 22:03:53 valid_lft forever preferred_lft forever 22:03:53 22:03:53 22:03:53 ---> sar -b -r -n DEV: 22:03:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:03:53 22:03:53 21:51:44 LINUX RESTART (4 CPU) 22:03:53 22:03:53 21:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:03:53 21:53:01 190.20 100.77 89.43 0.00 10180.03 39993.44 0.00 22:03:53 21:54:01 1.73 0.00 1.73 0.00 0.00 36.47 0.00 22:03:53 21:55:01 0.40 0.00 0.40 0.00 0.00 6.13 0.00 22:03:53 21:56:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 22:03:53 21:57:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 22:03:53 21:58:01 0.33 0.00 0.33 0.00 0.00 4.25 0.00 22:03:53 21:59:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 22:03:53 22:00:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:03:53 22:01:01 0.22 0.02 0.20 0.00 0.13 1.90 0.00 22:03:53 22:02:01 227.94 138.27 89.67 0.00 6867.49 33202.10 0.00 22:03:53 22:03:01 241.44 100.58 140.86 0.00 5191.48 32754.88 0.00 22:03:53 Average: 60.33 30.89 29.44 0.00 2023.02 9643.40 0.00 22:03:53 22:03:53 21:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:03:53 21:53:01 128016 0 596692 31.71 2620 1154216 1112132 37.96 441868 1111772 128 22:03:53 21:54:01 122608 0 602168 32.00 2620 1154148 1111764 37.94 448548 1110960 20 22:03:53 21:55:01 124656 0 600112 31.89 2620 1154156 1079836 36.85 457584 1100460 16 22:03:53 21:56:01 124752 0 600016 31.89 2620 1154156 1079896 36.86 457912 1100460 8 22:03:53 21:57:01 121596 0 603160 32.06 2620 1154168 1079908 36.86 466644 1094920 8 22:03:53 21:58:01 122252 0 602500 32.02 2620 1154172 1077768 36.78 466280 1094692 8 22:03:53 21:59:01 123100 0 601648 31.98 2620 1154176 1067320 36.43 465932 1094252 8 22:03:53 22:00:01 122700 0 602044 32.00 2620 1154180 1067440 36.43 466812 1094252 8 22:03:53 22:01:01 121584 0 603156 32.06 2620 1154184 1070152 36.52 467276 1094252 8 22:03:53 22:02:01 106560 0 746040 39.65 2596 1026348 1365888 46.62 532944 989244 640 22:03:53 22:03:01 71412 0 791380 42.06 1496 1017256 1270096 43.35 622820 849864 85240 22:03:53 Average: 117203 0 631720 33.57 2516 1130105 1125655 38.42 481329 1066830 7827 22:03:53 22:03:53 21:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:03:53 21:53:01 eth0 679.75 457.24 1348.87 94.37 0.00 0.00 0.00 0.00 22:03:53 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:53:01 docker0 56.44 45.74 4.62 133.54 0.00 0.00 0.00 0.00 22:03:53 21:54:01 eth0 6.68 2.46 4.46 0.53 0.00 0.00 0.00 0.00 22:03:53 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:55:01 eth0 2.00 0.55 0.63 0.37 0.00 0.00 0.00 0.00 22:03:53 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:56:01 eth0 2.00 0.57 0.64 0.43 0.00 0.00 0.00 0.00 22:03:53 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:57:01 eth0 1.02 0.53 0.54 0.40 0.00 0.00 0.00 0.00 22:03:53 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:58:01 eth0 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 22:03:53 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:59:01 eth0 0.40 0.20 0.08 0.01 0.00 0.00 0.00 0.00 22:03:53 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:00:01 eth0 1.02 0.38 0.32 0.21 0.00 0.00 0.00 0.00 22:03:53 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:01:01 eth0 1.00 0.42 0.35 0.21 0.00 0.00 0.00 0.00 22:03:53 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:02:01 veth7ae4b0d 16.84 15.74 1.98 13.09 0.00 0.00 0.00 0.00 22:03:53 22:02:01 eth0 445.06 385.96 4094.69 61.16 0.00 0.00 0.00 0.00 22:03:53 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:02:01 docker0 16.84 15.64 1.75 13.08 0.00 0.00 0.00 0.00 22:03:53 22:03:01 eth0 438.86 374.75 3613.10 57.45 0.00 0.00 0.00 0.00 22:03:53 22:03:01 vethf09a2f5 31.79 43.84 2.17 244.90 0.00 0.00 0.00 0.00 22:03:53 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 22:03:01 docker0 47.67 60.77 3.02 389.84 0.00 0.00 0.00 0.00 22:03:53 Average: eth0 143.55 111.27 824.45 19.58 0.00 0.00 0.00 0.00 22:03:53 Average: vethf09a2f5 2.89 3.99 0.20 22.27 0.00 0.00 0.00 0.00 22:03:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:03:53 Average: docker0 11.00 11.11 0.85 48.79 0.00 0.00 0.00 0.00 22:03:53 22:03:53 22:03:53 ---> sar -P ALL: 22:03:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 22:03:53 22:03:53 21:51:44 LINUX RESTART (4 CPU) 22:03:53 22:03:53 21:52:01 CPU %user %nice %system %iowait %steal %idle 22:03:53 21:53:01 all 15.34 0.00 8.30 5.91 0.31 70.14 22:03:53 21:53:01 0 16.53 0.00 10.05 3.17 0.27 69.98 22:03:53 21:53:01 1 14.05 0.00 7.44 7.27 0.32 70.92 22:03:53 21:53:01 2 16.77 0.00 7.56 8.02 0.31 67.34 22:03:53 21:53:01 3 14.00 0.00 8.17 5.18 0.32 72.32 22:03:53 21:54:01 all 0.23 0.00 0.06 0.00 0.01 99.70 22:03:53 21:54:01 0 0.08 0.00 0.05 0.00 0.03 99.83 22:03:53 21:54:01 1 0.62 0.00 0.05 0.00 0.02 99.32 22:03:53 21:54:01 2 0.10 0.00 0.10 0.00 0.00 99.80 22:03:53 21:54:01 3 0.10 0.00 0.05 0.00 0.00 99.85 22:03:53 21:55:01 all 0.18 0.00 0.06 0.00 0.03 99.73 22:03:53 21:55:01 0 0.07 0.00 0.07 0.00 0.02 99.85 22:03:53 21:55:01 1 0.52 0.00 0.03 0.00 0.03 99.42 22:03:53 21:55:01 2 0.08 0.00 0.03 0.00 0.05 99.83 22:03:53 21:55:01 3 0.05 0.00 0.12 0.00 0.02 99.82 22:03:53 21:56:01 all 0.20 0.00 0.07 0.00 0.01 99.71 22:03:53 21:56:01 0 0.08 0.00 0.07 0.00 0.00 99.85 22:03:53 21:56:01 1 0.55 0.00 0.05 0.02 0.02 99.37 22:03:53 21:56:01 2 0.15 0.00 0.12 0.00 0.02 99.72 22:03:53 21:56:01 3 0.03 0.00 0.07 0.00 0.00 99.90 22:03:53 21:57:01 all 0.16 0.00 0.05 0.00 0.02 99.77 22:03:53 21:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:03:53 21:57:01 1 0.50 0.00 0.02 0.00 0.03 99.45 22:03:53 21:57:01 2 0.08 0.00 0.05 0.00 0.02 99.85 22:03:53 21:57:01 3 0.05 0.00 0.12 0.00 0.00 99.83 22:03:53 21:58:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:03:53 21:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:03:53 21:58:01 1 0.53 0.00 0.02 0.00 0.00 99.45 22:03:53 21:58:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:03:53 21:58:01 3 0.03 0.00 0.03 0.00 0.02 99.92 22:03:53 21:59:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:03:53 21:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:03:53 21:59:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:03:53 21:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:03:53 21:59:01 3 0.07 0.00 0.08 0.00 0.00 99.85 22:03:53 22:00:01 all 0.17 0.00 0.03 0.00 0.00 99.80 22:03:53 22:00:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:03:53 22:00:01 1 0.42 0.00 0.02 0.00 0.00 99.57 22:03:53 22:00:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:03:53 22:00:01 3 0.17 0.00 0.03 0.00 0.00 99.80 22:03:53 22:01:01 all 0.08 0.00 0.05 0.00 0.00 99.87 22:03:53 22:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:03:53 22:01:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:03:53 22:01:01 2 0.10 0.00 0.03 0.00 0.00 99.87 22:03:53 22:01:01 3 0.13 0.00 0.07 0.00 0.00 99.80 22:03:53 22:02:01 all 8.68 0.00 5.37 1.44 0.24 84.26 22:03:53 22:02:01 0 7.66 0.00 5.77 1.93 0.26 84.39 22:03:53 22:02:01 1 8.84 0.00 4.96 0.54 0.27 85.39 22:03:53 22:02:01 2 9.69 0.00 5.13 2.71 0.22 82.25 22:03:53 22:02:01 3 8.54 0.00 5.62 0.60 0.22 85.02 22:03:53 22:03:01 all 11.01 0.00 7.34 3.33 0.38 77.94 22:03:53 22:03:01 0 10.25 0.00 7.58 1.94 0.40 79.83 22:03:53 22:03:01 1 14.02 0.00 7.04 5.16 0.38 73.40 22:03:53 22:03:01 2 10.14 0.00 7.31 2.13 0.43 79.99 22:03:53 22:03:01 3 9.61 0.00 7.43 4.09 0.33 78.55 22:03:53 22:03:53 Average: CPU %user %nice %system %iowait %steal %idle 22:03:53 Average: all 3.25 0.00 1.91 0.95 0.09 93.80 22:03:53 Average: 0 3.10 0.00 2.11 0.63 0.09 94.07 22:03:53 Average: 1 3.64 0.00 1.76 1.16 0.10 93.34 22:03:53 Average: 2 3.33 0.00 1.82 1.15 0.09 93.61 22:03:53 Average: 3 2.93 0.00 1.94 0.88 0.08 94.17 22:03:53 22:03:53 22:03:53